Trace number 1067483

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4J CSP 2008-06-13? (MO) 63.2674 59.7458

General information on the benchmark

Namecsp/primes-20/
normalized-primes-20-60-3-5.xml
MD5SUM235600e323957506107d4b93da33d8c8
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints60
Maximum constraint arity8
Maximum domain size70
Number of constraints which are defined in extension0
Number of constraints which are defined in intension60
Global constraints used (with number of constraints)

Solver Data (download as text)

0.28/0.32	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.28/0.32	c This is free software under the dual EPL/GNU LGPL licenses.
0.28/0.32	c See www.sat4j.org for details.
0.28/0.32	c That software uses the Rhino library from the Mozilla project.
0.28/0.36	c version 9.9.9.token
0.28/0.36	c sun.arch.data.model	32
0.28/0.36	c java.version	1.6.0_06
0.28/0.36	c os.name	Linux
0.28/0.36	c os.version	2.6.9-22.EL.rootsmp
0.28/0.36	c os.arch	i386
0.28/0.36	c Free memory 669864272
0.28/0.36	c Max memory 672137216
0.28/0.36	c Total memory 672137216
0.28/0.36	c Number of processors 2
0.38/0.41	c c --- Begin Solver configuration ---
0.38/0.41	c Stops conflict analysis at the first Unique Implication Point
0.38/0.41	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.38/0.41	c Learn all clauses as in MiniSAT
0.38/0.41	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.38/0.41	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.38/0.41	c Expensive reason simplification
0.38/0.41	c MiniSAT restarts strategy
0.38/0.41	c timeout=2147483s
0.38/0.41	c DB Simplification allowed=false
0.38/0.41	c --- End Solver configuration ---
0.38/0.41	c solving HOME/instance-1067483-1215150225.xml
0.38/0.41	c reading problem ... 
0.57/0.68	c reading problem named null
0.57/0.68	c reading domains done.
0.57/0.68	c reading variables done.
0.87/0.94	c reading predicates  done.
1.17/1.23	c reading constraints

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: 

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1067483-1215150225/watcher-1067483-1215150225 -o /tmp/evaluation-result-1067483-1215150225/solver-1067483-1215150225 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1067483-1215150225.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.91 1.97 1.99 4/72 19327
/proc/meminfo: memFree=1823200/2055920 swapFree=4180052/4192956
[pid=19327] ppid=19325 vsize=18572 CPUtime=0
/proc/19327/stat : 19327 (runsolver) R 19325 19327 19290 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 1993997677 19017728 292 996147200 4194304 4296836 548682068416 18446744073709551615 244671114535 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/19327/statm: 4643 292 257 25 0 2626 0

[startup+0.00882201 s]
/proc/loadavg: 1.91 1.97 1.99 4/72 19327
/proc/meminfo: memFree=1823200/2055920 swapFree=4180052/4192956
[pid=19327] ppid=19325 vsize=1804 CPUtime=0
/proc/19327/stat : 19327 (java6) D 19325 19327 19290 0 -1 0 172 0 0 0 0 0 0 0 18 0 1 0 1993997677 1847296 145 996147200 134512640 134550740 4294956192 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/19327/statm: 451 145 101 9 0 93 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1804

[startup+0.103837 s]
/proc/loadavg: 1.91 1.97 1.99 4/72 19327
/proc/meminfo: memFree=1823200/2055920 swapFree=4180052/4192956
[pid=19327] ppid=19325 vsize=804612 CPUtime=0.08
/proc/19327/stat : 19327 (java) S 19325 19327 19290 0 -1 0 3002 0 1 0 6 2 0 0 18 0 12 0 1993997677 823922688 2735 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19327/statm: 201153 2735 1048 9 0 198522 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804612

[startup+0.301856 s]
/proc/loadavg: 1.91 1.97 1.99 4/72 19327
/proc/meminfo: memFree=1823200/2055920 swapFree=4180052/4192956
[pid=19327] ppid=19325 vsize=808244 CPUtime=0.28
/proc/19327/stat : 19327 (java) S 19325 19327 19290 0 -1 0 4915 0 1 0 25 3 0 0 18 0 12 0 1993997677 827641856 4242 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19327/statm: 202061 4242 1297 9 0 199430 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 808244

[startup+0.701895 s]
/proc/loadavg: 1.91 1.97 1.99 4/72 19327
/proc/meminfo: memFree=1823200/2055920 swapFree=4180052/4192956
[pid=19327] ppid=19325 vsize=808272 CPUtime=0.68
/proc/19327/stat : 19327 (java) S 19325 19327 19290 0 -1 0 6353 0 1 0 62 6 0 0 18 0 12 0 1993997677 827670528 5481 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19327/statm: 202068 5481 1335 9 0 199430 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 808272

[startup+1.50298 s]
/proc/loadavg: 2.00 1.99 1.99 3/84 19339
/proc/meminfo: memFree=1803200/2055920 swapFree=4180052/4192956
[pid=19327] ppid=19325 vsize=808272 CPUtime=1.47
/proc/19327/stat : 19327 (java) S 19325 19327 19290 0 -1 0 8539 0 1 0 140 7 0 0 18 0 12 0 1993997677 827670528 6919 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19327/statm: 202068 6919 1365 9 0 199430 0
[pid=19327/tid=19329] ppid=19325 vsize=808272 CPUtime=0.82
/proc/19327/task/19329/stat : 19329 (java) R 19325 19327 19290 0 -1 64 5211 0 1 0 77 5 0 0 19 0 12 0 1993997679 827670528 6919 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19327/tid=19330] ppid=19325 vsize=808272 CPUtime=0
/proc/19327/task/19330/stat : 19330 (java) S 19325 19327 19290 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 1993997680 827670528 6919 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19327/tid=19331] ppid=19325 vsize=808272 CPUtime=0
/proc/19327/task/19331/stat : 19331 (java) S 19325 19327 19290 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 1993997680 827670528 6919 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19327/tid=19332] ppid=19325 vsize=808272 CPUtime=0
/proc/19327/task/19332/stat : 19332 (java) S 19325 19327 19290 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 1993997682 827670528 6919 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19327/tid=19333] ppid=19325 vsize=808272 CPUtime=0
/proc/19327/task/19333/stat : 19333 (java) S 19325 19327 19290 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 1993997682 827670528 6919 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19327/tid=19334] ppid=19325 vsize=808272 CPUtime=0
/proc/19327/task/19334/stat : 19334 (java) S 19325 19327 19290 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 1993997682 827670528 6919 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19327/tid=19335] ppid=19325 vsize=808272 CPUtime=0
/proc/19327/task/19335/stat : 19335 (java) S 19325 19327 19290 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1993997686 827670528 6919 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19327/tid=19336] ppid=19325 vsize=808272 CPUtime=0.38
/proc/19327/task/19336/stat : 19336 (java) R 19325 19327 19290 0 -1 64 1372 0 0 0 38 0 0 0 16 0 12 0 1993997686 827670528 6919 996147200 134512640 134550740 4294956032 18446744073709551615 105841978 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19327/tid=19337] ppid=19325 vsize=808272 CPUtime=0.23
/proc/19327/task/19337/stat : 19337 (java) S 19325 19327 19290 0 -1 64 1189 0 0 0 23 0 0 0 16 0 12 0 1993997686 827670528 6919 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19327/tid=19338] ppid=19325 vsize=808272 CPUtime=0
/proc/19327/task/19338/stat : 19338 (java) S 19325 19327 19290 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1993997686 827670528 6919 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19327/tid=19339] ppid=19325 vsize=808272 CPUtime=0
/proc/19327/task/19339/stat : 19339 (java) S 19325 19327 19290 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1993997686 827670528 6919 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 808272

[startup+3.10115 s]
/proc/loadavg: 2.00 1.99 1.99 5/84 19339
/proc/meminfo: memFree=1788800/2055920 swapFree=4180052/4192956
[pid=19327] ppid=19325 vsize=817932 CPUtime=3.05
/proc/19327/stat : 19327 (java) S 19325 19327 19290 0 -1 0 29184 0 1 0 288 17 0 0 18 0 12 0 1993997677 837562368 24324 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19327/statm: 204483 24324 1378 9 0 201845 0
[pid=19327/tid=19329] ppid=19325 vsize=817932 CPUtime=1.59
/proc/19327/task/19329/stat : 19329 (java) R 19325 19327 19290 0 -1 64 17257 0 1 0 148 11 0 0 25 0 12 0 1993997679 837562368 24324 996147200 134512640 134550740 4294956032 18446744073709551615 4109634569 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19327/tid=19330] ppid=19325 vsize=817932 CPUtime=0.07
/proc/19327/task/19330/stat : 19330 (java) S 19325 19327 19290 0 -1 64 1659 0 0 0 7 0 0 0 17 0 12 0 1993997680 837562368 24324 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19327/tid=19331] ppid=19325 vsize=817932 CPUtime=0.06
/proc/19327/task/19331/stat : 19331 (java) S 19325 19327 19290 0 -1 64 1533 0 0 0 6 0 0 0 17 0 12 0 1993997680 837562368 24324 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19327/tid=19332] ppid=19325 vsize=817932 CPUtime=0
/proc/19327/task/19332/stat : 19332 (java) S 19325 19327 19290 0 -1 64 29 0 0 0 0 0 0 0 16 0 12 0 1993997682 837562368 24324 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19327/tid=19333] ppid=19325 vsize=817932 CPUtime=0
/proc/19327/task/19333/stat : 19333 (java) S 19325 19327 19290 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1993997682 837562368 24324 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19327/tid=19334] ppid=19325 vsize=817932 CPUtime=0
/proc/19327/task/19334/stat : 19334 (java) S 19325 19327 19290 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1993997682 837562368 24324 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19327/tid=19335] ppid=19325 vsize=817932 CPUtime=0
/proc/19327/task/19335/stat : 19335 (java) S 19325 19327 19290 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1993997686 837562368 24324 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19327/tid=19336] ppid=19325 vsize=817932 CPUtime=0.89
/proc/19327/task/19336/stat : 19336 (java) S 19325 19327 19290 0 -1 64 6302 0 0 0 86 3 0 0 17 0 12 0 1993997686 837562368 24324 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19327/tid=19337] ppid=19325 vsize=817932 CPUtime=0.38
/proc/19327/task/19337/stat : 19337 (java) S 19325 19327 19290 0 -1 64 1640 0 0 0 38 0 0 0 16 0 12 0 1993997686 837562368 24324 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19327/tid=19338] ppid=19325 vsize=817932 CPUtime=0
/proc/19327/task/19338/stat : 19338 (java) S 19325 19327 19290 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1993997686 837562368 24324 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19327/tid=19339] ppid=19325 vsize=817932 CPUtime=0
/proc/19327/task/19339/stat : 19339 (java) S 19325 19327 19290 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1993997686 837562368 24324 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 817932

[startup+6.30248 s]
/proc/loadavg: 2.00 1.99 1.99 3/84 19339
/proc/meminfo: memFree=1709760/2055920 swapFree=4180052/4192956
[pid=19327] ppid=19325 vsize=818736 CPUtime=6.25
/proc/19327/stat : 19327 (java) S 19325 19327 19290 0 -1 0 36607 0 1 0 606 19 0 0 18 0 12 0 1993997677 838385664 29488 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19327/statm: 204684 29488 1382 9 0 202046 0
[pid=19327/tid=19329] ppid=19325 vsize=818736 CPUtime=4.15
/proc/19327/task/19329/stat : 19329 (java) R 19325 19327 19290 0 -1 64 17268 0 1 0 404 11 0 0 25 0 12 0 1993997679 838385664 29488 996147200 134512640 134550740 4294956032 18446744073709551615 4109318883 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19327/tid=19330] ppid=19325 vsize=818736 CPUtime=0.17
/proc/19327/task/19330/stat : 19330 (java) S 19325 19327 19290 0 -1 64 3999 0 0 0 16 1 0 0 16 0 12 0 1993997680 838385664 29488 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19327/tid=19331] ppid=19325 vsize=818736 CPUtime=0.17
/proc/19327/task/19331/stat : 19331 (java) S 19325 19327 19290 0 -1 64 4486 0 0 0 16 1 0 0 17 0 12 0 1993997680 838385664 29488 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19327/tid=19332] ppid=19325 vsize=818736 CPUtime=0
/proc/19327/task/19332/stat : 19332 (java) S 19325 19327 19290 0 -1 64 29 0 0 0 0 0 0 0 16 0 12 0 1993997682 838385664 29488 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19327/tid=19333] ppid=19325 vsize=818736 CPUtime=0
/proc/19327/task/19333/stat : 19333 (java) S 19325 19327 19290 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1993997682 838385664 29488 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19327/tid=19334] ppid=19325 vsize=818736 CPUtime=0
/proc/19327/task/19334/stat : 19334 (java) S 19325 19327 19290 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1993997682 838385664 29488 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19327/tid=19335] ppid=19325 vsize=818736 CPUtime=0
/proc/19327/task/19335/stat : 19335 (java) S 19325 19327 19290 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1993997686 838385664 29488 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19327/tid=19336] ppid=19325 vsize=818736 CPUtime=1.22
/proc/19327/task/19336/stat : 19336 (java) S 19325 19327 19290 0 -1 64 8137 0 0 0 119 3 0 0 19 0 12 0 1993997686 838385664 29488 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19327/tid=19337] ppid=19325 vsize=818736 CPUtime=0.49
/proc/19327/task/19337/stat : 19337 (java) S 19325 19327 19290 0 -1 64 1924 0 0 0 49 0 0 0 16 0 12 0 1993997686 838385664 29488 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19327/tid=19338] ppid=19325 vsize=818736 CPUtime=0
/proc/19327/task/19338/stat : 19338 (java) S 19325 19327 19290 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1993997686 838385664 29488 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19327/tid=19339] ppid=19325 vsize=818736 CPUtime=0
/proc/19327/task/19339/stat : 19339 (java) S 19325 19327 19290 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1993997686 838385664 29488 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 818736

[startup+12.7012 s]
/proc/loadavg: 2.00 1.99 1.99 3/84 19339
/proc/meminfo: memFree=1665856/2055920 swapFree=4180052/4192956
[pid=19327] ppid=19325 vsize=826160 CPUtime=13.2
/proc/19327/stat : 19327 (java) S 19325 19327 19290 0 -1 0 51201 0 1 0 1294 26 0 0 18 0 12 0 1993997677 845987840 41930 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19327/statm: 206540 41930 1386 9 0 203902 0
[pid=19327/tid=19329] ppid=19325 vsize=826160 CPUtime=9.34
/proc/19327/task/19329/stat : 19329 (java) R 19325 19327 19290 0 -1 64 17277 0 1 0 923 11 0 0 25 0 12 0 1993997679 845987840 41930 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19327/tid=19330] ppid=19325 vsize=826160 CPUtime=1.02
/proc/19327/task/19330/stat : 19330 (java) R 19325 19327 19290 0 -1 64 11873 0 0 0 98 4 0 0 16 0 12 0 1993997680 845987840 41930 996147200 134512640 134550740 4294956032 18446744073709551615 104136999 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19327/tid=19331] ppid=19325 vsize=826160 CPUtime=0.99
/proc/19327/task/19331/stat : 19331 (java) R 19325 19327 19290 0 -1 64 10964 0 0 0 95 4 0 0 16 0 12 0 1993997680 845987840 41930 996147200 134512640 134550740 4294956032 18446744073709551615 106159846 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19327/tid=19332] ppid=19325 vsize=826160 CPUtime=0
/proc/19327/task/19332/stat : 19332 (java) S 19325 19327 19290 0 -1 64 29 0 0 0 0 0 0 0 16 0 12 0 1993997682 845987840 41930 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19327/tid=19333] ppid=19325 vsize=826160 CPUtime=0
/proc/19327/task/19333/stat : 19333 (java) S 19325 19327 19290 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1993997682 845987840 41930 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19327/tid=19334] ppid=19325 vsize=826160 CPUtime=0
/proc/19327/task/19334/stat : 19334 (java) S 19325 19327 19290 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1993997682 845987840 41930 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19327/tid=19335] ppid=19325 vsize=826160 CPUtime=0
/proc/19327/task/19335/stat : 19335 (java) S 19325 19327 19290 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1993997686 845987840 41930 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19327/tid=19336] ppid=19325 vsize=826160 CPUtime=1.24
/proc/19327/task/19336/stat : 19336 (java) S 19325 19327 19290 0 -1 64 8138 0 0 0 121 3 0 0 16 0 12 0 1993997686 845987840 41930 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19327/tid=19337] ppid=19325 vsize=826160 CPUtime=0.54
/proc/19327/task/19337/stat : 19337 (java) S 19325 19327 19290 0 -1 64 2156 0 0 0 54 0 0 0 17 0 12 0 1993997686 845987840 41930 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19327/tid=19338] ppid=19325 vsize=826160 CPUtime=0
/proc/19327/task/19338/stat : 19338 (java) S 19325 19327 19290 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1993997686 845987840 41930 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19327/tid=19339] ppid=19325 vsize=826160 CPUtime=0
/proc/19327/task/19339/stat : 19339 (java) S 19325 19327 19290 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1993997686 845987840 41930 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.2
Current children cumulated vsize (KiB) 826160

[startup+25.5023 s]
/proc/loadavg: 2.00 1.99 1.99 3/84 19339
/proc/meminfo: memFree=1456640/2055920 swapFree=4180052/4192956
[pid=19327] ppid=19325 vsize=827184 CPUtime=26.72
/proc/19327/stat : 19327 (java) S 19325 19327 19290 0 -1 0 104413 0 1 0 2625 47 0 0 18 0 12 0 1993997677 847036416 93623 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19327/statm: 206796 93623 1388 9 0 204158 0
[pid=19327/tid=19329] ppid=19325 vsize=827184 CPUtime=16.88
/proc/19327/task/19329/stat : 19329 (java) R 19325 19327 19290 0 -1 64 23456 0 1 0 1674 14 0 0 23 0 12 0 1993997679 847036416 93623 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19327/tid=19330] ppid=19325 vsize=827184 CPUtime=3.85
/proc/19327/task/19330/stat : 19330 (java) R 19325 19327 19290 0 -1 64 33241 0 0 0 373 12 0 0 16 0 12 0 1993997680 847036416 93623 996147200 134512640 134550740 4294956032 18446744073709551615 105852914 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19327/tid=19331] ppid=19325 vsize=827184 CPUtime=3.58
/proc/19327/task/19331/stat : 19331 (java) R 19325 19327 19290 0 -1 64 35773 0 0 0 344 14 0 0 16 0 12 0 1993997680 847036416 93623 996147200 134512640 134550740 4294956032 18446744073709551615 106160219 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19327/tid=19332] ppid=19325 vsize=827184 CPUtime=0.01
/proc/19327/task/19332/stat : 19332 (java) S 19325 19327 19290 0 -1 64 29 0 0 0 1 0 0 0 15 0 12 0 1993997682 847036416 93623 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19327/tid=19333] ppid=19325 vsize=827184 CPUtime=0
/proc/19327/task/19333/stat : 19333 (java) S 19325 19327 19290 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1993997682 847036416 93623 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19327/tid=19334] ppid=19325 vsize=827184 CPUtime=0
/proc/19327/task/19334/stat : 19334 (java) S 19325 19327 19290 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1993997682 847036416 93623 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19327/tid=19335] ppid=19325 vsize=827184 CPUtime=0
/proc/19327/task/19335/stat : 19335 (java) S 19325 19327 19290 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1993997686 847036416 93623 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

################
# More data... #
################

/proc/19327/stat : 19327 (java) S 19325 19327 19290 0 -1 0 186083 0 1 0 5383 82 0 0 18 0 12 0 1993997677 855232512 172616 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19327/statm: 208797 172616 1391 9 0 206159 0
[pid=19327/tid=19329] ppid=19325 vsize=835188 CPUtime=30.92
/proc/19327/task/19329/stat : 19329 (java) S 19325 19327 19290 0 -1 64 35780 0 1 0 3073 19 0 0 24 0 12 0 1993997679 855232512 172616 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19327/tid=19330] ppid=19325 vsize=835188 CPUtime=9.56
/proc/19327/task/19330/stat : 19330 (java) S 19325 19327 19290 0 -1 64 63234 0 0 0 931 25 0 0 16 0 12 0 1993997680 855232512 172616 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19327/tid=19331] ppid=19325 vsize=835188 CPUtime=9.17
/proc/19327/task/19331/stat : 19331 (java) S 19325 19327 19290 0 -1 64 71620 0 0 0 887 30 0 0 16 0 12 0 1993997680 855232512 172616 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19327/tid=19332] ppid=19325 vsize=835188 CPUtime=2.62
/proc/19327/task/19332/stat : 19332 (java) R 19325 19327 19290 0 -1 64 3535 0 0 0 260 2 0 0 16 0 12 0 1993997682 855232512 172616 996147200 134512640 134550740 4294956032 18446744073709551615 105677324 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19327/tid=19333] ppid=19325 vsize=835188 CPUtime=0
/proc/19327/task/19333/stat : 19333 (java) S 19325 19327 19290 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1993997682 855232512 172616 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19327/tid=19334] ppid=19325 vsize=835188 CPUtime=0
/proc/19327/task/19334/stat : 19334 (java) S 19325 19327 19290 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1993997682 855232512 172616 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19327/tid=19335] ppid=19325 vsize=835188 CPUtime=0
/proc/19327/task/19335/stat : 19335 (java) S 19325 19327 19290 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1993997686 855232512 172616 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19327/tid=19336] ppid=19325 vsize=835188 CPUtime=1.69
/proc/19327/task/19336/stat : 19336 (java) S 19325 19327 19290 0 -1 64 8478 0 0 0 166 3 0 0 19 0 12 0 1993997686 855232512 172616 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19327/tid=19337] ppid=19325 vsize=835188 CPUtime=0.64
/proc/19327/task/19337/stat : 19337 (java) S 19325 19327 19290 0 -1 64 2672 0 0 0 64 0 0 0 16 0 12 0 1993997686 855232512 172616 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19327/tid=19338] ppid=19325 vsize=835188 CPUtime=0
/proc/19327/task/19338/stat : 19338 (java) S 19325 19327 19290 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1993997686 855232512 172616 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19327/tid=19339] ppid=19325 vsize=835188 CPUtime=0
/proc/19327/task/19339/stat : 19339 (java) S 19325 19327 19290 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1993997686 855232512 172616 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 54.65
Current children cumulated vsize (KiB) 835188



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+57.6017 s]
/proc/loadavg: 2.37 2.08 2.02 4/84 19339
/proc/meminfo: memFree=1083072/2055920 swapFree=4180052/4192956
[pid=19327] ppid=19325 vsize=923192 CPUtime=61.13
/proc/19327/stat : 19327 (java) S 19325 19327 19290 0 -1 0 221549 0 1 0 6017 96 0 0 18 0 12 0 1993997677 945348608 186574 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19327/statm: 230798 186579 1391 9 0 228160 0
[pid=19327/tid=19329] ppid=19325 vsize=923192 CPUtime=31.82
/proc/19327/task/19329/stat : 19329 (java) R 19325 19327 19290 0 -1 64 35782 0 1 0 3163 19 0 0 19 0 12 0 1993997679 945348608 186593 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19327/tid=19330] ppid=19325 vsize=923192 CPUtime=9.56
/proc/19327/task/19330/stat : 19330 (java) S 19325 19327 19290 0 -1 64 63234 0 0 0 931 25 0 0 16 0 12 0 1993997680 945348608 186600 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19327/tid=19331] ppid=19325 vsize=923192 CPUtime=9.17
/proc/19327/task/19331/stat : 19331 (java) S 19325 19327 19290 0 -1 64 71620 0 0 0 887 30 0 0 16 0 12 0 1993997680 945348608 186607 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19327/tid=19332] ppid=19325 vsize=923192 CPUtime=8.19
/proc/19327/task/19332/stat : 19332 (java) R 19325 19327 19290 0 -1 64 39040 0 0 0 803 16 0 0 16 0 12 0 1993997682 945348608 186614 996147200 134512640 134550740 4294956032 18446744073709551615 103550858 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19327/tid=19333] ppid=19325 vsize=923192 CPUtime=0
/proc/19327/task/19333/stat : 19333 (java) S 19325 19327 19290 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1993997682 945348608 186622 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19327/tid=19334] ppid=19325 vsize=923192 CPUtime=0
/proc/19327/task/19334/stat : 19334 (java) S 19325 19327 19290 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1993997682 945348608 186631 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19327/tid=19335] ppid=19325 vsize=923192 CPUtime=0
/proc/19327/task/19335/stat : 19335 (java) S 19325 19327 19290 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1993997686 945348608 186637 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19327/tid=19336] ppid=19325 vsize=923192 CPUtime=1.69
/proc/19327/task/19336/stat : 19336 (java) S 19325 19327 19290 0 -1 64 8478 0 0 0 166 3 0 0 19 0 12 0 1993997686 945348608 186644 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19327/tid=19337] ppid=19325 vsize=923192 CPUtime=0.64
/proc/19327/task/19337/stat : 19337 (java) S 19325 19327 19290 0 -1 64 2672 0 0 0 64 0 0 0 16 0 12 0 1993997686 945348608 186651 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19327/tid=19338] ppid=19325 vsize=923192 CPUtime=0
/proc/19327/task/19338/stat : 19338 (java) S 19325 19327 19290 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1993997686 945348608 186658 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19327/tid=19339] ppid=19325 vsize=923192 CPUtime=0
/proc/19327/task/19339/stat : 19339 (java) S 19325 19327 19290 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1993997686 945348608 186665 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 61.13
Current children cumulated vsize (KiB) 923192

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Sending SIGKILL to process tree (bottom up)

Solver just ended. Dumping a history of the last processes samples

[startup+59.0028 s]
/proc/loadavg: 2.37 2.08 2.02 4/85 19340
/proc/meminfo: memFree=1063096/2055920 swapFree=4180052/4192956
[pid=19327] ppid=19325 vsize=891188 CPUtime=62.52
/proc/19327/stat : 19327 (java) S 19325 19327 19290 0 -1 0 233769 0 1 0 6151 101 0 0 16 0 12 0 1993997677 912576512 190792 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19327/statm: 222797 190792 1391 9 0 220159 0
[pid=19327/tid=19329] ppid=19325 vsize=891188 CPUtime=31.82
/proc/19327/task/19329/stat : 19329 (java) S 19325 19327 19290 0 -1 64 35782 0 1 0 3163 19 0 0 19 0 12 0 1993997679 912576512 190792 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19327/tid=19330] ppid=19325 vsize=891188 CPUtime=9.56
/proc/19327/task/19330/stat : 19330 (java) S 19325 19327 19290 0 -1 64 63234 0 0 0 931 25 0 0 16 0 12 0 1993997680 912576512 190792 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19327/tid=19331] ppid=19325 vsize=891188 CPUtime=9.17
/proc/19327/task/19331/stat : 19331 (java) S 19325 19327 19290 0 -1 64 71620 0 0 0 887 30 0 0 16 0 12 0 1993997680 912576512 190792 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19327/tid=19332] ppid=19325 vsize=891188 CPUtime=9.59
/proc/19327/task/19332/stat : 19332 (java) R 19325 19327 19290 0 -1 64 51219 0 0 0 938 21 0 0 18 0 12 0 1993997682 912576512 190792 996147200 134512640 134550740 4294956032 18446744073709551615 105852573 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19327/tid=19333] ppid=19325 vsize=891188 CPUtime=0
/proc/19327/task/19333/stat : 19333 (java) S 19325 19327 19290 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1993997682 912576512 190792 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19327/tid=19334] ppid=19325 vsize=891188 CPUtime=0
/proc/19327/task/19334/stat : 19334 (java) S 19325 19327 19290 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1993997682 912576512 190792 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19327/tid=19335] ppid=19325 vsize=891188 CPUtime=0
/proc/19327/task/19335/stat : 19335 (java) S 19325 19327 19290 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 1993997686 912576512 190792 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19327/tid=19336] ppid=19325 vsize=891188 CPUtime=1.69
/proc/19327/task/19336/stat : 19336 (java) S 19325 19327 19290 0 -1 64 8478 0 0 0 166 3 0 0 19 0 12 0 1993997686 912576512 190792 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19327/tid=19337] ppid=19325 vsize=891188 CPUtime=0.64
/proc/19327/task/19337/stat : 19337 (java) S 19325 19327 19290 0 -1 64 2672 0 0 0 64 0 0 0 16 0 12 0 1993997686 912576512 190792 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19327/tid=19338] ppid=19325 vsize=891188 CPUtime=0
/proc/19327/task/19338/stat : 19338 (java) S 19325 19327 19290 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1993997686 912576512 190792 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19327/tid=19339] ppid=19325 vsize=891188 CPUtime=0
/proc/19327/task/19339/stat : 19339 (java) R 19325 19327 19290 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1993997686 912576512 190792 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 62.52
Current children cumulated vsize (KiB) 891188

[startup+59.4069 s]
/proc/loadavg: 2.37 2.08 2.02 3/85 19340
/proc/meminfo: memFree=1063096/2055920 swapFree=4180052/4192956
[pid=19327] ppid=19325 vsize=891188 CPUtime=62.92
/proc/19327/stat : 19327 (java) S 19325 19327 19290 0 -1 0 233769 0 1 0 6191 101 0 0 16 0 12 0 1993997677 912576512 190792 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19327/statm: 222797 190792 1391 9 0 220159 0
[pid=19327/tid=19329] ppid=19325 vsize=891188 CPUtime=31.82
/proc/19327/task/19329/stat : 19329 (java) S 19325 19327 19290 0 -1 64 35782 0 1 0 3163 19 0 0 19 0 12 0 1993997679 912576512 190792 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19327/tid=19330] ppid=19325 vsize=891188 CPUtime=9.56
/proc/19327/task/19330/stat : 19330 (java) S 19325 19327 19290 0 -1 64 63234 0 0 0 931 25 0 0 16 0 12 0 1993997680 912576512 190792 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19327/tid=19331] ppid=19325 vsize=891188 CPUtime=9.17
/proc/19327/task/19331/stat : 19331 (java) S 19325 19327 19290 0 -1 64 71620 0 0 0 887 30 0 0 16 0 12 0 1993997680 912576512 190792 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19327/tid=19332] ppid=19325 vsize=891188 CPUtime=9.99
/proc/19327/task/19332/stat : 19332 (java) R 19325 19327 19290 0 -1 64 51219 0 0 0 978 21 0 0 18 0 12 0 1993997682 912576512 190792 996147200 134512640 134550740 4294956032 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19327/tid=19333] ppid=19325 vsize=891188 CPUtime=0
/proc/19327/task/19333/stat : 19333 (java) S 19325 19327 19290 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1993997682 912576512 190792 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19327/tid=19334] ppid=19325 vsize=891188 CPUtime=0
/proc/19327/task/19334/stat : 19334 (java) S 19325 19327 19290 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1993997682 912576512 190792 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19327/tid=19335] ppid=19325 vsize=891188 CPUtime=0
/proc/19327/task/19335/stat : 19335 (java) S 19325 19327 19290 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 1993997686 912576512 190792 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19327/tid=19336] ppid=19325 vsize=891188 CPUtime=1.69
/proc/19327/task/19336/stat : 19336 (java) S 19325 19327 19290 0 -1 64 8478 0 0 0 166 3 0 0 19 0 12 0 1993997686 912576512 190792 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19327/tid=19337] ppid=19325 vsize=891188 CPUtime=0.64
/proc/19327/task/19337/stat : 19337 (java) S 19325 19327 19290 0 -1 64 2672 0 0 0 64 0 0 0 16 0 12 0 1993997686 912576512 190792 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19327/tid=19338] ppid=19325 vsize=891188 CPUtime=0
/proc/19327/task/19338/stat : 19338 (java) S 19325 19327 19290 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1993997686 912576512 190792 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19327/tid=19339] ppid=19325 vsize=891188 CPUtime=0
/proc/19327/task/19339/stat : 19339 (java) S 19325 19327 19290 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1993997686 912576512 190792 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 62.92
Current children cumulated vsize (KiB) 891188

[startup+59.6029 s]
/proc/loadavg: 2.37 2.08 2.02 3/85 19340
/proc/meminfo: memFree=1063096/2055920 swapFree=4180052/4192956
[pid=19327] ppid=19325 vsize=891188 CPUtime=63.12
/proc/19327/stat : 19327 (java) S 19325 19327 19290 0 -1 0 233769 0 1 0 6211 101 0 0 16 0 12 0 1993997677 912576512 190792 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19327/statm: 222797 190792 1391 9 0 220159 0
[pid=19327/tid=19329] ppid=19325 vsize=891188 CPUtime=31.82
/proc/19327/task/19329/stat : 19329 (java) S 19325 19327 19290 0 -1 64 35782 0 1 0 3163 19 0 0 19 0 12 0 1993997679 912576512 190792 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19327/tid=19330] ppid=19325 vsize=891188 CPUtime=9.56
/proc/19327/task/19330/stat : 19330 (java) S 19325 19327 19290 0 -1 64 63234 0 0 0 931 25 0 0 16 0 12 0 1993997680 912576512 190792 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19327/tid=19331] ppid=19325 vsize=891188 CPUtime=9.17
/proc/19327/task/19331/stat : 19331 (java) S 19325 19327 19290 0 -1 64 71620 0 0 0 887 30 0 0 16 0 12 0 1993997680 912576512 190792 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19327/tid=19332] ppid=19325 vsize=891188 CPUtime=10.19
/proc/19327/task/19332/stat : 19332 (java) R 19325 19327 19290 0 -1 64 51219 0 0 0 998 21 0 0 19 0 12 0 1993997682 912576512 190792 996147200 134512640 134550740 4294956032 18446744073709551615 104136418 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19327/tid=19333] ppid=19325 vsize=891188 CPUtime=0
/proc/19327/task/19333/stat : 19333 (java) S 19325 19327 19290 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1993997682 912576512 190792 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19327/tid=19334] ppid=19325 vsize=891188 CPUtime=0
/proc/19327/task/19334/stat : 19334 (java) S 19325 19327 19290 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1993997682 912576512 190792 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19327/tid=19335] ppid=19325 vsize=891188 CPUtime=0
/proc/19327/task/19335/stat : 19335 (java) S 19325 19327 19290 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 1993997686 912576512 190792 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19327/tid=19336] ppid=19325 vsize=891188 CPUtime=1.69
/proc/19327/task/19336/stat : 19336 (java) S 19325 19327 19290 0 -1 64 8478 0 0 0 166 3 0 0 19 0 12 0 1993997686 912576512 190792 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19327/tid=19337] ppid=19325 vsize=891188 CPUtime=0.64
/proc/19327/task/19337/stat : 19337 (java) S 19325 19327 19290 0 -1 64 2672 0 0 0 64 0 0 0 16 0 12 0 1993997686 912576512 190792 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19327/tid=19338] ppid=19325 vsize=891188 CPUtime=0
/proc/19327/task/19338/stat : 19338 (java) S 19325 19327 19290 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1993997686 912576512 190792 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19327/tid=19339] ppid=19325 vsize=891188 CPUtime=0
/proc/19327/task/19339/stat : 19339 (java) S 19325 19327 19290 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1993997686 912576512 190792 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 63.12
Current children cumulated vsize (KiB) 891188

[startup+59.7029 s]
/proc/loadavg: 2.37 2.08 2.02 3/85 19340
/proc/meminfo: memFree=1063096/2055920 swapFree=4180052/4192956
[pid=19327] ppid=19325 vsize=0 CPUtime=63.21
/proc/19327/stat : 19327 (java) Z 19325 19327 19290 0 -1 1036 233769 0 1 0 6212 109 0 0 16 0 2 0 1993997677 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19327/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 63.21
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 59.7458
CPU time (s): 63.2674
CPU user time (s): 62.1296
CPU system time (s): 1.13783
CPU usage (%): 105.894
Max. virtual memory (cumulated for all children) (KiB): 923192

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 62.1296
system time used= 1.13783
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 233769
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2673
involuntary context switches= 3499

runsolver used 0.092985 second user time and 0.202969 second system time

The end

Launcher Data (download as text)

Begin job on node7 at 2008-07-04 07:43:45
IDJOB=1067483
IDBENCH=55391
IDSOLVER=344
FILE ID=node7/1067483-1215150225
PBS_JOBID= 7877443
Free space on /tmp= 66556 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/primes-20/normalized-primes-20-60-3-5.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1067483-1215150225/watcher-1067483-1215150225 -o /tmp/evaluation-result-1067483-1215150225/solver-1067483-1215150225 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1067483-1215150225.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 235600e323957506107d4b93da33d8c8
RANDOM SEED=1624518069

node7.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.236
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.236
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1823680 kB
Buffers:         22608 kB
Cached:         129460 kB
SwapCached:       6984 kB
Active:         113736 kB
Inactive:        52348 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1823680 kB
SwapTotal:     4192956 kB
SwapFree:      4180052 kB
Dirty:            1176 kB
Writeback:           0 kB
Mapped:          21804 kB
Slab:            51396 kB
Committed_AS:  3482888 kB
PageTables:       1892 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66556 MiB
End job on node7 at 2008-07-04 07:44:45