Trace number 1076811

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
choco2_dwdeg 2008-06-26SAT 39.8399 39.5199

DiagnosticValue
ASSIGNMENTS870

General information on the benchmark

Namecsp/wordsHerald/
normalized-crossword-m1-words-21-08.xml
MD5SUM732fd222b42b1b48209bcbd3b606cfba
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.627904
Satisfiable
(Un)Satisfiability was proved
Number of variables365
Number of constraints3584
Maximum constraint arity18
Maximum domain size26
Number of constraints which are defined in extension150
Number of constraints which are defined in intension3434
Global constraints used (with number of constraints)

Solver Data (download as text)

39.74/39.47	s SATISFIABLE
39.74/39.47	v 3 0 3 4 18 16 20 0 22 0 1 0 1 0 18 15 20 13 4 1 4 13 14 20 13 2 4 12 0 17 4 18 13 0 18 0 0 11 0 18 5 0 3 4 18 0 1 4 19 18 4 22 4 18 5 4 11 11 0 19 8 14 11 0 13 10 0 20 6 0 13 3 0 0 1 4 11 7 4 3 3 0 5 0 11 10 18 11 8 21 4 17 1 0 24 3 0 13 0 6 0 18 0 10 8 19 20 13 4 3 4 17 0 18 11 0 2 4 3 1 8 13 8 2 4 3 17 8 2 0 13 2 0 18 4 3 1 8 13 18 17 8 15 1 0 17 10 18 8 11 8 0 3 7 4 3 6 4 18 0 19 20 17 3 0 24 18 3 0 3 18 1 0 17 4 18 19 11 4 0 13 1 4 3 4 17 13 4 18 0 20 2 4 17 1 4 11 0 15 0 6 8 13 0 19 4 3 0 3 3 4 3 1 0 6 4 11 17 7 14 3 0 0 11 4 3 4 0 17 5 0 17 0 3 17 4 4 18 4 1 11 14 1 8 11 11 0 11 11 4 13 15 8 18 0 18 11 4 15 19 4 4 11 6 17 0 18 18 12 0 2 4 3 15 0 20 18 4 18 11 0 13 0 4 8 6 7 19 7 0 13 3 0 12 14 4 1 0 4 23 2 4 11 3 8 12 0 6 6 8 14 11 0 21 0 6 0 17 19 7 0 22 0 17 4 4 0 17 15 18 11 0 12 0 3 14 17 4 13 0 19 0 11 14 12 8 19 14 8 11 18 13 0 18 0 11 3 17 0 12 0 13 4 18 18 
39.74/39.47	d ASSIGNMENTS 870
39.74/39.47	c SAT 39391 TIME      870 NDS    708 PARSTIME      2738 BUILDPB       35945 RES       false RESTART       1 HEURISTIC      

Verifier Data (download as text)

OK

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-1076811-1215190228/watcher-1076811-1215190228 -o /tmp/evaluation-result-1076811-1215190228/solver-1076811-1215190228 -C 1800 -W 2200 -M 900 --output-limit 1,15 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar choco2dwdeg.jar HOME/instance-1076811-1215190228.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: 0.92 0.98 0.99 3/71 29525
/proc/meminfo: memFree=1796020/2055920 swapFree=4146768/4192956
[pid=29525] ppid=29523 vsize=1804 CPUtime=0
/proc/29525/stat : 29525 (java) R 29523 29525 29295 0 -1 0 195 0 0 0 0 0 0 0 20 0 1 0 674749418 1847296 163 996147200 134512640 134550740 4294956176 18446744073709551615 4294960144 0 2147483391 4096 0 0 0 0 17 0 0 0
/proc/29525/statm: 451 163 124 9 0 93 0

[startup+0.0767841 s]
/proc/loadavg: 0.92 0.98 0.99 3/71 29525
/proc/meminfo: memFree=1796020/2055920 swapFree=4146768/4192956
[pid=29525] ppid=29523 vsize=867548 CPUtime=0.07
/proc/29525/stat : 29525 (java) S 29523 29525 29295 0 -1 0 3683 0 1 0 5 2 0 0 20 0 9 0 674749418 888369152 3156 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29525/statm: 216887 3159 1714 9 0 211359 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 867548

[startup+0.101518 s]
/proc/loadavg: 0.92 0.98 0.99 3/71 29525
/proc/meminfo: memFree=1796020/2055920 swapFree=4146768/4192956
[pid=29525] ppid=29523 vsize=867548 CPUtime=0.1
/proc/29525/stat : 29525 (java) S 29523 29525 29295 0 -1 0 4002 0 1 0 8 2 0 0 20 0 9 0 674749418 888369152 3461 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29525/statm: 216887 3464 1822 9 0 211359 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 867548

[startup+0.30154 s]
/proc/loadavg: 0.92 0.98 0.99 3/71 29525
/proc/meminfo: memFree=1796020/2055920 swapFree=4146768/4192956
[pid=29525] ppid=29523 vsize=868276 CPUtime=0.39
/proc/29525/stat : 29525 (java) S 29523 29525 29295 0 -1 0 6160 0 1 0 36 3 0 0 20 0 9 0 674749418 889114624 5608 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29525/statm: 217069 5613 1865 9 0 211541 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 868276

[startup+0.701581 s]
/proc/loadavg: 0.92 0.98 0.99 3/71 29525
/proc/meminfo: memFree=1796020/2055920 swapFree=4146768/4192956
[pid=29525] ppid=29523 vsize=868276 CPUtime=0.86
/proc/29525/stat : 29525 (java) S 29523 29525 29295 0 -1 0 12617 0 1 0 80 6 0 0 20 0 9 0 674749418 889114624 12056 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29525/statm: 217069 12057 1904 9 0 211541 0
Current children cumulated CPU time (s) 0.86
Current children cumulated vsize (KiB) 868276

[startup+1.50667 s]
/proc/loadavg: 0.92 0.98 0.99 2/80 29534
/proc/meminfo: memFree=1733164/2055920 swapFree=4146768/4192956
[pid=29525] ppid=29523 vsize=868408 CPUtime=1.71
/proc/29525/stat : 29525 (java) S 29523 29525 29295 0 -1 0 21256 0 1 0 160 11 0 0 20 0 9 0 674749418 889249792 20662 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29525/statm: 217102 20662 1980 9 0 211574 0
[pid=29525/tid=29527] ppid=29523 vsize=868408 CPUtime=1.35
/proc/29525/task/29527/stat : 29527 (java) R 29523 29525 29295 0 -1 64 15463 0 1 0 128 7 0 0 18 0 9 0 674749419 889249792 20662 996147200 134512640 134550740 4294956016 18446744073709551615 4126830057 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29525/tid=29528] ppid=29523 vsize=868408 CPUtime=0.1
/proc/29525/task/29528/stat : 29528 (java) S 29523 29525 29295 0 -1 64 4468 0 0 0 9 1 0 0 16 0 9 0 674749420 889249792 20662 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29525/tid=29529] ppid=29523 vsize=868408 CPUtime=0
/proc/29525/task/29529/stat : 29529 (java) S 29523 29525 29295 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 674749420 889249792 20662 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29525/tid=29530] ppid=29523 vsize=868408 CPUtime=0
/proc/29525/task/29530/stat : 29530 (java) S 29523 29525 29295 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 674749421 889249792 20662 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29525/tid=29531] ppid=29523 vsize=868408 CPUtime=0
/proc/29525/task/29531/stat : 29531 (java) S 29523 29525 29295 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 674749422 889249792 20662 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29525/tid=29532] ppid=29523 vsize=868408 CPUtime=0.22
/proc/29525/task/29532/stat : 29532 (java) R 29523 29525 29295 0 -1 64 597 0 0 0 22 0 0 0 16 0 9 0 674749422 889249792 20662 996147200 134512640 134550740 4294956016 18446744073709551615 102016313 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29525/tid=29533] ppid=29523 vsize=868408 CPUtime=0
/proc/29525/task/29533/stat : 29533 (java) S 29523 29525 29295 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 674749423 889249792 20662 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29525/tid=29534] ppid=29523 vsize=868408 CPUtime=0
/proc/29525/task/29534/stat : 29534 (java) S 29523 29525 29295 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 674749423 889249792 20662 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.71
Current children cumulated vsize (KiB) 868408

[startup+3.10183 s]
/proc/loadavg: 0.92 0.98 0.99 2/80 29534
/proc/meminfo: memFree=1720172/2055920 swapFree=4146768/4192956
[pid=29525] ppid=29523 vsize=868408 CPUtime=3.38
/proc/29525/stat : 29525 (java) S 29523 29525 29295 0 -1 0 21512 0 1 0 325 13 0 0 20 0 9 0 674749418 889249792 20908 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29525/statm: 217102 20908 1989 9 0 211574 0
[pid=29525/tid=29527] ppid=29523 vsize=868408 CPUtime=2.92
/proc/29525/task/29527/stat : 29527 (java) R 29523 29525 29295 0 -1 64 15564 0 1 0 283 9 0 0 17 0 9 0 674749419 889249792 20908 996147200 134512640 134550740 4294956016 18446744073709551615 4126815099 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29525/tid=29528] ppid=29523 vsize=868408 CPUtime=0.1
/proc/29525/task/29528/stat : 29528 (java) S 29523 29525 29295 0 -1 64 4517 0 0 0 9 1 0 0 17 0 9 0 674749420 889249792 20908 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29525/tid=29529] ppid=29523 vsize=868408 CPUtime=0
/proc/29525/task/29529/stat : 29529 (java) S 29523 29525 29295 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 674749420 889249792 20908 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29525/tid=29530] ppid=29523 vsize=868408 CPUtime=0
/proc/29525/task/29530/stat : 29530 (java) S 29523 29525 29295 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 674749421 889249792 20908 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29525/tid=29531] ppid=29523 vsize=868408 CPUtime=0
/proc/29525/task/29531/stat : 29531 (java) S 29523 29525 29295 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 674749422 889249792 20908 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29525/tid=29532] ppid=29523 vsize=868408 CPUtime=0.31
/proc/29525/task/29532/stat : 29532 (java) S 29523 29525 29295 0 -1 64 703 0 0 0 31 0 0 0 16 0 9 0 674749422 889249792 20908 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29525/tid=29533] ppid=29523 vsize=868408 CPUtime=0
/proc/29525/task/29533/stat : 29533 (java) S 29523 29525 29295 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 674749423 889249792 20908 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29525/tid=29534] ppid=29523 vsize=868408 CPUtime=0
/proc/29525/task/29534/stat : 29534 (java) S 29523 29525 29295 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 674749423 889249792 20908 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.38
Current children cumulated vsize (KiB) 868408

[startup+6.30216 s]
/proc/loadavg: 1.01 1.00 1.00 2/80 29534
/proc/meminfo: memFree=1705580/2055920 swapFree=4146768/4192956
[pid=29525] ppid=29523 vsize=868408 CPUtime=6.63
/proc/29525/stat : 29525 (java) S 29523 29525 29295 0 -1 0 24968 0 1 0 648 15 0 0 20 0 9 0 674749418 889249792 24360 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29525/statm: 217102 24360 1989 9 0 211574 0
[pid=29525/tid=29527] ppid=29523 vsize=868408 CPUtime=5.98
/proc/29525/task/29527/stat : 29527 (java) R 29523 29525 29295 0 -1 64 15571 0 1 0 589 9 0 0 17 0 9 0 674749419 889249792 24360 996147200 134512640 134550740 4294956016 18446744073709551615 4127150760 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29525/tid=29528] ppid=29523 vsize=868408 CPUtime=0.24
/proc/29525/task/29528/stat : 29528 (java) S 29523 29525 29295 0 -1 64 7926 0 0 0 21 3 0 0 16 0 9 0 674749420 889249792 24360 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29525/tid=29529] ppid=29523 vsize=868408 CPUtime=0
/proc/29525/task/29529/stat : 29529 (java) S 29523 29525 29295 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 674749420 889249792 24360 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29525/tid=29530] ppid=29523 vsize=868408 CPUtime=0
/proc/29525/task/29530/stat : 29530 (java) S 29523 29525 29295 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 674749421 889249792 24360 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29525/tid=29531] ppid=29523 vsize=868408 CPUtime=0
/proc/29525/task/29531/stat : 29531 (java) S 29523 29525 29295 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 674749422 889249792 24360 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29525/tid=29532] ppid=29523 vsize=868408 CPUtime=0.38
/proc/29525/task/29532/stat : 29532 (java) S 29523 29525 29295 0 -1 64 743 0 0 0 37 1 0 0 16 0 9 0 674749422 889249792 24360 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29525/tid=29533] ppid=29523 vsize=868408 CPUtime=0
/proc/29525/task/29533/stat : 29533 (java) S 29523 29525 29295 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 674749423 889249792 24360 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29525/tid=29534] ppid=29523 vsize=868408 CPUtime=0
/proc/29525/task/29534/stat : 29534 (java) S 29523 29525 29295 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 674749423 889249792 24360 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.63
Current children cumulated vsize (KiB) 868408

[startup+12.7018 s]
/proc/loadavg: 1.17 1.03 1.01 2/80 29534
/proc/meminfo: memFree=1689588/2055920 swapFree=4146768/4192956
[pid=29525] ppid=29523 vsize=868408 CPUtime=13.04
/proc/29525/stat : 29525 (java) S 29523 29525 29295 0 -1 0 28922 0 1 0 1288 16 0 0 20 0 9 0 674749418 889249792 28309 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29525/statm: 217102 28309 1989 9 0 211574 0
[pid=29525/tid=29527] ppid=29523 vsize=868408 CPUtime=12.18
/proc/29525/task/29527/stat : 29527 (java) R 29523 29525 29295 0 -1 64 15576 0 1 0 1208 10 0 0 18 0 9 0 674749419 889249792 28309 996147200 134512640 134550740 4294956016 18446744073709551615 4127374835 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29525/tid=29528] ppid=29523 vsize=868408 CPUtime=0.44
/proc/29525/task/29528/stat : 29528 (java) S 29523 29525 29295 0 -1 64 11867 0 0 0 40 4 0 0 17 0 9 0 674749420 889249792 28309 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29525/tid=29529] ppid=29523 vsize=868408 CPUtime=0
/proc/29525/task/29529/stat : 29529 (java) S 29523 29525 29295 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 674749420 889249792 28309 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29525/tid=29530] ppid=29523 vsize=868408 CPUtime=0
/proc/29525/task/29530/stat : 29530 (java) S 29523 29525 29295 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 674749421 889249792 28309 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29525/tid=29531] ppid=29523 vsize=868408 CPUtime=0
/proc/29525/task/29531/stat : 29531 (java) S 29523 29525 29295 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 674749422 889249792 28309 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29525/tid=29532] ppid=29523 vsize=868408 CPUtime=0.39
/proc/29525/task/29532/stat : 29532 (java) S 29523 29525 29295 0 -1 64 751 0 0 0 38 1 0 0 16 0 9 0 674749422 889249792 28309 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29525/tid=29533] ppid=29523 vsize=868408 CPUtime=0
/proc/29525/task/29533/stat : 29533 (java) S 29523 29525 29295 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 674749423 889249792 28309 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29525/tid=29534] ppid=29523 vsize=868408 CPUtime=0
/proc/29525/task/29534/stat : 29534 (java) S 29523 29525 29295 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 674749423 889249792 28309 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.04
Current children cumulated vsize (KiB) 868408

[startup+25.5011 s]
/proc/loadavg: 1.57 1.13 1.04 2/80 29534
/proc/meminfo: memFree=1689588/2055920 swapFree=4146768/4192956
[pid=29525] ppid=29523 vsize=868408 CPUtime=25.83
/proc/29525/stat : 29525 (java) S 29523 29525 29295 0 -1 0 28922 0 1 0 2566 17 0 0 20 0 9 0 674749418 889249792 28309 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29525/statm: 217102 28309 1989 9 0 211574 0
[pid=29525/tid=29527] ppid=29523 vsize=868408 CPUtime=24.97
/proc/29525/task/29527/stat : 29527 (java) R 29523 29525 29295 0 -1 64 15576 0 1 0 2487 10 0 0 25 0 9 0 674749419 889249792 28309 996147200 134512640 134550740 4294956016 18446744073709551615 4127395637 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29525/tid=29528] ppid=29523 vsize=868408 CPUtime=0.44
/proc/29525/task/29528/stat : 29528 (java) S 29523 29525 29295 0 -1 64 11867 0 0 0 40 4 0 0 16 0 9 0 674749420 889249792 28309 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29525/tid=29529] ppid=29523 vsize=868408 CPUtime=0
/proc/29525/task/29529/stat : 29529 (java) S 29523 29525 29295 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 674749420 889249792 28309 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29525/tid=29530] ppid=29523 vsize=868408 CPUtime=0
/proc/29525/task/29530/stat : 29530 (java) S 29523 29525 29295 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 674749421 889249792 28309 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29525/tid=29531] ppid=29523 vsize=868408 CPUtime=0
/proc/29525/task/29531/stat : 29531 (java) S 29523 29525 29295 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 674749422 889249792 28309 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29525/tid=29532] ppid=29523 vsize=868408 CPUtime=0.39
/proc/29525/task/29532/stat : 29532 (java) S 29523 29525 29295 0 -1 64 751 0 0 0 38 1 0 0 16 0 9 0 674749422 889249792 28309 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29525/tid=29533] ppid=29523 vsize=868408 CPUtime=0
/proc/29525/task/29533/stat : 29533 (java) S 29523 29525 29295 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 674749423 889249792 28309 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29525/tid=29534] ppid=29523 vsize=868408 CPUtime=0
/proc/29525/task/29534/stat : 29534 (java) S 29523 29525 29295 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 674749423 889249792 28309 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.83
Current children cumulated vsize (KiB) 868408

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

[startup+31.9067 s]
/proc/loadavg: 1.68 1.16 1.05 2/80 29534
/proc/meminfo: memFree=1683636/2055920 swapFree=4146768/4192956
[pid=29525] ppid=29523 vsize=868408 CPUtime=32.24
/proc/29525/stat : 29525 (java) S 29523 29525 29295 0 -1 0 30432 0 1 0 3200 24 0 0 20 0 9 0 674749418 889249792 29814 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29525/statm: 217102 29814 1990 9 0 211574 0
[pid=29525/tid=29527] ppid=29523 vsize=868408 CPUtime=31.29
/proc/29525/task/29527/stat : 29527 (java) R 29523 29525 29295 0 -1 64 15585 0 1 0 3112 17 0 0 25 0 9 0 674749419 889249792 29814 996147200 134512640 134550740 4294956016 18446744073709551615 4127588274 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29525/tid=29528] ppid=29523 vsize=868408 CPUtime=0.5
/proc/29525/task/29528/stat : 29528 (java) S 29523 29525 29295 0 -1 64 13353 0 0 0 46 4 0 0 17 0 9 0 674749420 889249792 29814 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29525/tid=29529] ppid=29523 vsize=868408 CPUtime=0
/proc/29525/task/29529/stat : 29529 (java) S 29523 29525 29295 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 674749420 889249792 29814 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29525/tid=29530] ppid=29523 vsize=868408 CPUtime=0
/proc/29525/task/29530/stat : 29530 (java) S 29523 29525 29295 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 674749421 889249792 29814 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29525/tid=29531] ppid=29523 vsize=868408 CPUtime=0
/proc/29525/task/29531/stat : 29531 (java) S 29523 29525 29295 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 674749422 889249792 29814 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29525/tid=29532] ppid=29523 vsize=868408 CPUtime=0.41
/proc/29525/task/29532/stat : 29532 (java) S 29523 29525 29295 0 -1 64 766 0 0 0 40 1 0 0 15 0 9 0 674749422 889249792 29814 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29525/tid=29533] ppid=29523 vsize=868408 CPUtime=0
/proc/29525/task/29533/stat : 29533 (java) S 29523 29525 29295 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 674749423 889249792 29814 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29525/tid=29534] ppid=29523 vsize=868408 CPUtime=0
/proc/29525/task/29534/stat : 29534 (java) S 29523 29525 29295 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 674749423 889249792 29814 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 32.24
Current children cumulated vsize (KiB) 868408

[startup+35.103 s]
/proc/loadavg: 1.63 1.16 1.05 2/80 29534
/proc/meminfo: memFree=1683700/2055920 swapFree=4146768/4192956
[pid=29525] ppid=29523 vsize=868408 CPUtime=35.44
/proc/29525/stat : 29525 (java) S 29523 29525 29295 0 -1 0 30437 0 1 0 3520 24 0 0 20 0 9 0 674749418 889249792 29818 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29525/statm: 217102 29818 1991 9 0 211574 0
[pid=29525/tid=29527] ppid=29523 vsize=868408 CPUtime=34.49
/proc/29525/task/29527/stat : 29527 (java) R 29523 29525 29295 0 -1 64 15586 0 1 0 3432 17 0 0 25 0 9 0 674749419 889249792 29818 996147200 134512640 134550740 4294956016 18446744073709551615 4127396599 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29525/tid=29528] ppid=29523 vsize=868408 CPUtime=0.5
/proc/29525/task/29528/stat : 29528 (java) S 29523 29525 29295 0 -1 64 13353 0 0 0 46 4 0 0 16 0 9 0 674749420 889249792 29818 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29525/tid=29529] ppid=29523 vsize=868408 CPUtime=0
/proc/29525/task/29529/stat : 29529 (java) S 29523 29525 29295 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 674749420 889249792 29818 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29525/tid=29530] ppid=29523 vsize=868408 CPUtime=0
/proc/29525/task/29530/stat : 29530 (java) S 29523 29525 29295 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 674749421 889249792 29818 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29525/tid=29531] ppid=29523 vsize=868408 CPUtime=0
/proc/29525/task/29531/stat : 29531 (java) S 29523 29525 29295 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 674749422 889249792 29818 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29525/tid=29532] ppid=29523 vsize=868408 CPUtime=0.42
/proc/29525/task/29532/stat : 29532 (java) S 29523 29525 29295 0 -1 64 770 0 0 0 41 1 0 0 15 0 9 0 674749422 889249792 29818 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29525/tid=29533] ppid=29523 vsize=868408 CPUtime=0
/proc/29525/task/29533/stat : 29533 (java) S 29523 29525 29295 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 674749423 889249792 29818 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29525/tid=29534] ppid=29523 vsize=868408 CPUtime=0
/proc/29525/task/29534/stat : 29534 (java) S 29523 29525 29295 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 674749423 889249792 29818 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 35.44
Current children cumulated vsize (KiB) 868408

[startup+36.7012 s]
/proc/loadavg: 1.63 1.16 1.05 2/80 29534
/proc/meminfo: memFree=1683700/2055920 swapFree=4146768/4192956
[pid=29525] ppid=29523 vsize=868408 CPUtime=37.03
/proc/29525/stat : 29525 (java) S 29523 29525 29295 0 -1 0 30439 0 1 0 3679 24 0 0 20 0 9 0 674749418 889249792 29819 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29525/statm: 217102 29819 1991 9 0 211574 0
[pid=29525/tid=29527] ppid=29523 vsize=868408 CPUtime=36.08
/proc/29525/task/29527/stat : 29527 (java) R 29523 29525 29295 0 -1 64 15587 0 1 0 3591 17 0 0 25 0 9 0 674749419 889249792 29819 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29525/tid=29528] ppid=29523 vsize=868408 CPUtime=0.5
/proc/29525/task/29528/stat : 29528 (java) S 29523 29525 29295 0 -1 64 13353 0 0 0 46 4 0 0 17 0 9 0 674749420 889249792 29819 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29525/tid=29529] ppid=29523 vsize=868408 CPUtime=0
/proc/29525/task/29529/stat : 29529 (java) S 29523 29525 29295 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 674749420 889249792 29819 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29525/tid=29530] ppid=29523 vsize=868408 CPUtime=0
/proc/29525/task/29530/stat : 29530 (java) S 29523 29525 29295 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 674749421 889249792 29819 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29525/tid=29531] ppid=29523 vsize=868408 CPUtime=0
/proc/29525/task/29531/stat : 29531 (java) S 29523 29525 29295 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 674749422 889249792 29819 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29525/tid=29532] ppid=29523 vsize=868408 CPUtime=0.42
/proc/29525/task/29532/stat : 29532 (java) S 29523 29525 29295 0 -1 64 771 0 0 0 41 1 0 0 15 0 9 0 674749422 889249792 29819 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29525/tid=29533] ppid=29523 vsize=868408 CPUtime=0
/proc/29525/task/29533/stat : 29533 (java) S 29523 29525 29295 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 674749423 889249792 29819 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29525/tid=29534] ppid=29523 vsize=868408 CPUtime=0
/proc/29525/task/29534/stat : 29534 (java) S 29523 29525 29295 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 674749423 889249792 29819 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 37.03
Current children cumulated vsize (KiB) 868408

[startup+38.3013 s]
/proc/loadavg: 1.63 1.16 1.05 2/80 29534
/proc/meminfo: memFree=1683700/2055920 swapFree=4146768/4192956
[pid=29525] ppid=29523 vsize=868408 CPUtime=38.64
/proc/29525/stat : 29525 (java) S 29523 29525 29295 0 -1 0 30440 0 1 0 3839 25 0 0 20 0 9 0 674749418 889249792 29819 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29525/statm: 217102 29819 1991 9 0 211574 0
[pid=29525/tid=29527] ppid=29523 vsize=868408 CPUtime=37.67
/proc/29525/task/29527/stat : 29527 (java) R 29523 29525 29295 0 -1 64 15588 0 1 0 3750 17 0 0 25 0 9 0 674749419 889249792 29819 996147200 134512640 134550740 4294956016 18446744073709551615 4127408352 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29525/tid=29528] ppid=29523 vsize=868408 CPUtime=0.5
/proc/29525/task/29528/stat : 29528 (java) S 29523 29525 29295 0 -1 64 13353 0 0 0 46 4 0 0 16 0 9 0 674749420 889249792 29819 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29525/tid=29529] ppid=29523 vsize=868408 CPUtime=0
/proc/29525/task/29529/stat : 29529 (java) S 29523 29525 29295 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 674749420 889249792 29819 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29525/tid=29530] ppid=29523 vsize=868408 CPUtime=0
/proc/29525/task/29530/stat : 29530 (java) S 29523 29525 29295 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 674749421 889249792 29819 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29525/tid=29531] ppid=29523 vsize=868408 CPUtime=0
/proc/29525/task/29531/stat : 29531 (java) S 29523 29525 29295 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 674749422 889249792 29819 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29525/tid=29532] ppid=29523 vsize=868408 CPUtime=0.42
/proc/29525/task/29532/stat : 29532 (java) S 29523 29525 29295 0 -1 64 771 0 0 0 41 1 0 0 15 0 9 0 674749422 889249792 29819 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29525/tid=29533] ppid=29523 vsize=868408 CPUtime=0
/proc/29525/task/29533/stat : 29533 (java) S 29523 29525 29295 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 674749423 889249792 29819 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29525/tid=29534] ppid=29523 vsize=868408 CPUtime=0
/proc/29525/task/29534/stat : 29534 (java) R 29523 29525 29295 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 674749423 889249792 29819 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 38.64
Current children cumulated vsize (KiB) 868408

[startup+39.1014 s]
/proc/loadavg: 1.58 1.15 1.05 2/80 29534
/proc/meminfo: memFree=1683700/2055920 swapFree=4146768/4192956
[pid=29525] ppid=29523 vsize=868408 CPUtime=39.44
/proc/29525/stat : 29525 (java) S 29523 29525 29295 0 -1 0 30440 0 1 0 3919 25 0 0 20 0 9 0 674749418 889249792 29819 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29525/statm: 217102 29819 1991 9 0 211574 0
[pid=29525/tid=29527] ppid=29523 vsize=868408 CPUtime=38.48
/proc/29525/task/29527/stat : 29527 (java) R 29523 29525 29295 0 -1 64 15588 0 1 0 3830 18 0 0 25 0 9 0 674749419 889249792 29819 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29525/tid=29528] ppid=29523 vsize=868408 CPUtime=0.5
/proc/29525/task/29528/stat : 29528 (java) S 29523 29525 29295 0 -1 64 13353 0 0 0 46 4 0 0 16 0 9 0 674749420 889249792 29819 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29525/tid=29529] ppid=29523 vsize=868408 CPUtime=0
/proc/29525/task/29529/stat : 29529 (java) S 29523 29525 29295 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 674749420 889249792 29819 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29525/tid=29530] ppid=29523 vsize=868408 CPUtime=0
/proc/29525/task/29530/stat : 29530 (java) S 29523 29525 29295 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 674749421 889249792 29819 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29525/tid=29531] ppid=29523 vsize=868408 CPUtime=0
/proc/29525/task/29531/stat : 29531 (java) S 29523 29525 29295 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 674749422 889249792 29819 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29525/tid=29532] ppid=29523 vsize=868408 CPUtime=0.42
/proc/29525/task/29532/stat : 29532 (java) S 29523 29525 29295 0 -1 64 771 0 0 0 41 1 0 0 15 0 9 0 674749422 889249792 29819 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29525/tid=29533] ppid=29523 vsize=868408 CPUtime=0
/proc/29525/task/29533/stat : 29533 (java) S 29523 29525 29295 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 674749423 889249792 29819 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29525/tid=29534] ppid=29523 vsize=868408 CPUtime=0
/proc/29525/task/29534/stat : 29534 (java) S 29523 29525 29295 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 674749423 889249792 29819 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 39.44
Current children cumulated vsize (KiB) 868408

[startup+39.5018 s]
/proc/loadavg: 1.58 1.15 1.05 2/73 29535
/proc/meminfo: memFree=1699444/2055920 swapFree=4146768/4192956
[pid=29525] ppid=29523 vsize=0 CPUtime=39.81
/proc/29525/stat : 29525 (java) Z 29523 29525 29295 0 -1 12 30456 0 1 0 3956 25 0 0 16 0 2 0 674749418 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29525/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 39.81
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 39.5199
CPU time (s): 39.8399
CPU user time (s): 39.568
CPU system time (s): 0.271958
CPU usage (%): 100.81
Max. virtual memory (cumulated for all children) (KiB): 868408

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 39.568
system time used= 0.271958
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30456
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= 1450
involuntary context switches= 518

runsolver used 0.121981 second user time and 0.26296 second system time

The end

Launcher Data (download as text)

Begin job on node90 at 2008-07-04 18:50:28
IDJOB=1076811
IDBENCH=56608
IDSOLVER=349
FILE ID=node90/1076811-1215190228
PBS_JOBID= 7881636
Free space on /tmp= 66560 MiB

SOLVER NAME= choco2_dwdeg 2008-06-26
BENCH NAME= CPAI08/csp/wordsHerald/normalized-crossword-m1-words-21-08.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar choco2dwdeg.jar BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1076811-1215190228/watcher-1076811-1215190228 -o /tmp/evaluation-result-1076811-1215190228/solver-1076811-1215190228 -C 1800 -W 2200 -M 900 --output-limit 1,15  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar choco2dwdeg.jar HOME/instance-1076811-1215190228.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 732fd222b42b1b48209bcbd3b606cfba
RANDOM SEED=1398393601

node90.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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1796508 kB
Buffers:         36120 kB
Cached:         123560 kB
SwapCached:      37656 kB
Active:         149092 kB
Inactive:        52476 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1796508 kB
SwapTotal:     4192956 kB
SwapFree:      4146768 kB
Dirty:            7016 kB
Writeback:           0 kB
Mapped:          44876 kB
Slab:            43180 kB
Committed_AS:   885584 kB
PageTables:       1952 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= 66552 MiB
End job on node90 at 2008-07-04 18:51:08