Trace number 1086677

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_impwdeg 2008-06-26UNSAT 42.9635 43.2004

DiagnosticValue
ASSIGNMENTS671

General information on the benchmark

Namecsp/fapp/fapp24/
normalized-fapp24-2000-1.xml
MD5SUMe83daf1b7df41c00976ce9b348425bef
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark8.11177
Satisfiable
(Un)Satisfiability was proved
Number of variables2000
Number of constraints26753
Maximum constraint arity2
Maximum domain size302
Number of constraints which are defined in extension0
Number of constraints which are defined in intension26753
Global constraints used (with number of constraints)

Solver Data (download as text)

42.77/43.09	s UNSATISFIABLE
42.77/43.09	d ASSIGNMENTS 671
42.77/43.09	c UNSAT 43003 TIME      671 NDS    2203 PARSTIME      12500 BUILDPB       28300 RES       null RESTART       1 HEURISTIC      

Verifier Data (download as text)

No possible verification on an UNSAT instance

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-1086677-1215240570/watcher-1086677-1215240570 -o /tmp/evaluation-result-1086677-1215240570/solver-1086677-1215240570 -C 1800 -W 2200 -M 900 --output-limit 1,15 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar choco2impWdeg.jar HOME/instance-1086677-1215240570.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: 2.00 2.06 2.07 4/72 10993
/proc/meminfo: memFree=1737072/2055920 swapFree=4191676/4192956
[pid=10993] ppid=10991 vsize=1804 CPUtime=0
/proc/10993/stat : 10993 (java) R 10991 10993 10622 0 -1 0 192 0 0 0 0 0 0 0 20 0 1 0 136052341 1847296 163 996147200 134512640 134550740 4294956176 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/10993/statm: 452 164 124 9 0 94 0

[startup+0.082082 s]
/proc/loadavg: 2.00 2.06 2.07 4/72 10993
/proc/meminfo: memFree=1737072/2055920 swapFree=4191676/4192956
[pid=10993] ppid=10991 vsize=866416 CPUtime=0.07
/proc/10993/stat : 10993 (java) S 10991 10993 10622 0 -1 0 3660 0 1 0 5 2 0 0 18 0 9 0 136052341 887209984 3133 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10993/statm: 216604 3133 1706 9 0 211076 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 866416

[startup+0.101087 s]
/proc/loadavg: 2.00 2.06 2.07 4/72 10993
/proc/meminfo: memFree=1737072/2055920 swapFree=4191676/4192956
[pid=10993] ppid=10991 vsize=866544 CPUtime=0.08
/proc/10993/stat : 10993 (java) S 10991 10993 10622 0 -1 0 3855 0 1 0 6 2 0 0 18 0 9 0 136052341 887341056 3316 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10993/statm: 216636 3316 1773 9 0 211108 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 866544

[startup+0.301128 s]
/proc/loadavg: 2.00 2.06 2.07 4/72 10993
/proc/meminfo: memFree=1737072/2055920 swapFree=4191676/4192956
[pid=10993] ppid=10991 vsize=867340 CPUtime=0.29
/proc/10993/stat : 10993 (java) S 10991 10993 10622 0 -1 0 5203 0 1 0 26 3 0 0 18 0 9 0 136052341 888156160 4656 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10993/statm: 216835 4656 1855 9 0 211307 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 867340

[startup+0.701207 s]
/proc/loadavg: 2.00 2.06 2.07 4/72 10993
/proc/meminfo: memFree=1737072/2055920 swapFree=4191676/4192956
[pid=10993] ppid=10991 vsize=867340 CPUtime=0.69
/proc/10993/stat : 10993 (java) S 10991 10993 10622 0 -1 0 11872 0 1 0 63 6 0 0 18 0 9 0 136052341 888156160 11320 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10993/statm: 216835 11320 1866 9 0 211307 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 867340

[startup+1.50236 s]
/proc/loadavg: 2.00 2.06 2.07 4/81 11002
/proc/meminfo: memFree=1686504/2055920 swapFree=4191676/4192956
[pid=10993] ppid=10991 vsize=867448 CPUtime=1.48
/proc/10993/stat : 10993 (java) S 10991 10993 10622 0 -1 0 24737 0 1 0 136 12 0 0 18 0 9 0 136052341 888266752 24171 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10993/statm: 216862 24171 1917 9 0 211334 0
[pid=10993/tid=10995] ppid=10991 vsize=867448 CPUtime=1.08
/proc/10993/task/10995/stat : 10995 (java) R 10991 10993 10622 0 -1 64 15091 0 1 0 101 7 0 0 25 0 9 0 136052343 888266752 24171 996147200 134512640 134550740 4294956016 18446744073709551615 102605653 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10993/tid=10996] ppid=10991 vsize=867448 CPUtime=0.2
/proc/10993/task/10996/stat : 10996 (java) S 10991 10993 10622 0 -1 64 8349 0 0 0 17 3 0 0 18 0 9 0 136052344 888266752 24171 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10993/tid=10997] ppid=10991 vsize=867448 CPUtime=0
/proc/10993/task/10997/stat : 10997 (java) S 10991 10993 10622 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 136052344 888266752 24171 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10993/tid=10998] ppid=10991 vsize=867448 CPUtime=0
/proc/10993/task/10998/stat : 10998 (java) S 10991 10993 10622 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 136052344 888266752 24171 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10993/tid=10999] ppid=10991 vsize=867448 CPUtime=0
/proc/10993/task/10999/stat : 10999 (java) S 10991 10993 10622 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 136052346 888266752 24171 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10993/tid=11000] ppid=10991 vsize=867448 CPUtime=0.18
/proc/10993/task/11000/stat : 11000 (java) S 10991 10993 10622 0 -1 64 561 0 0 0 18 0 0 0 16 0 9 0 136052346 888266752 24171 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10993/tid=11001] ppid=10991 vsize=867448 CPUtime=0
/proc/10993/task/11001/stat : 11001 (java) S 10991 10993 10622 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 136052346 888266752 24171 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10993/tid=11002] ppid=10991 vsize=867448 CPUtime=0
/proc/10993/task/11002/stat : 11002 (java) S 10991 10993 10622 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 136052346 888266752 24171 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 867448

[startup+3.10266 s]
/proc/loadavg: 2.00 2.06 2.07 3/81 11002
/proc/meminfo: memFree=1636904/2055920 swapFree=4191676/4192956
[pid=10993] ppid=10991 vsize=867496 CPUtime=3.07
/proc/10993/stat : 10993 (java) S 10991 10993 10622 0 -1 0 30660 0 1 0 292 15 0 0 18 0 9 0 136052341 888315904 30054 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10993/statm: 216874 30054 1984 9 0 211346 0
[pid=10993/tid=10995] ppid=10991 vsize=867496 CPUtime=2.39
/proc/10993/task/10995/stat : 10995 (java) R 10991 10993 10622 0 -1 64 15467 0 1 0 232 7 0 0 25 0 9 0 136052343 888315904 30054 996147200 134512640 134550740 4294956016 18446744073709551615 4126836031 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10993/tid=10996] ppid=10991 vsize=867496 CPUtime=0.41
/proc/10993/task/10996/stat : 10996 (java) S 10991 10993 10622 0 -1 64 13852 0 0 0 35 6 0 0 16 0 9 0 136052344 888315904 30054 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10993/tid=10997] ppid=10991 vsize=867496 CPUtime=0
/proc/10993/task/10997/stat : 10997 (java) S 10991 10993 10622 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 136052344 888315904 30054 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10993/tid=10998] ppid=10991 vsize=867496 CPUtime=0
/proc/10993/task/10998/stat : 10998 (java) S 10991 10993 10622 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 136052344 888315904 30054 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10993/tid=10999] ppid=10991 vsize=867496 CPUtime=0
/proc/10993/task/10999/stat : 10999 (java) S 10991 10993 10622 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 136052346 888315904 30054 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10993/tid=11000] ppid=10991 vsize=867496 CPUtime=0.25
/proc/10993/task/11000/stat : 11000 (java) S 10991 10993 10622 0 -1 64 605 0 0 0 25 0 0 0 16 0 9 0 136052346 888315904 30054 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10993/tid=11001] ppid=10991 vsize=867496 CPUtime=0
/proc/10993/task/11001/stat : 11001 (java) S 10991 10993 10622 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 136052346 888315904 30054 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10993/tid=11002] ppid=10991 vsize=867496 CPUtime=0
/proc/10993/task/11002/stat : 11002 (java) S 10991 10993 10622 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 136052346 888315904 30054 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 867496

[startup+6.30227 s]
/proc/loadavg: 2.00 2.06 2.07 3/81 11002
/proc/meminfo: memFree=1622504/2055920 swapFree=4191676/4192956
[pid=10993] ppid=10991 vsize=867496 CPUtime=6.26
/proc/10993/stat : 10993 (java) S 10991 10993 10622 0 -1 0 31354 0 1 0 610 16 0 0 18 0 9 0 136052341 888315904 30735 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10993/statm: 216874 30735 1986 9 0 211346 0
[pid=10993/tid=10995] ppid=10991 vsize=867496 CPUtime=5.37
/proc/10993/task/10995/stat : 10995 (java) R 10991 10993 10622 0 -1 64 15481 0 1 0 529 8 0 0 25 0 9 0 136052343 888315904 30735 996147200 134512640 134550740 4294956016 18446744073709551615 4126843266 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10993/tid=10996] ppid=10991 vsize=867496 CPUtime=0.56
/proc/10993/task/10996/stat : 10996 (java) S 10991 10993 10622 0 -1 64 14488 0 0 0 50 6 0 0 16 0 9 0 136052344 888315904 30735 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10993/tid=10997] ppid=10991 vsize=867496 CPUtime=0
/proc/10993/task/10997/stat : 10997 (java) S 10991 10993 10622 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 136052344 888315904 30735 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10993/tid=10998] ppid=10991 vsize=867496 CPUtime=0
/proc/10993/task/10998/stat : 10998 (java) S 10991 10993 10622 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 136052344 888315904 30735 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10993/tid=10999] ppid=10991 vsize=867496 CPUtime=0
/proc/10993/task/10999/stat : 10999 (java) S 10991 10993 10622 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 136052346 888315904 30735 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10993/tid=11000] ppid=10991 vsize=867496 CPUtime=0.3
/proc/10993/task/11000/stat : 11000 (java) S 10991 10993 10622 0 -1 64 649 0 0 0 30 0 0 0 17 0 9 0 136052346 888315904 30735 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10993/tid=11001] ppid=10991 vsize=867496 CPUtime=0
/proc/10993/task/11001/stat : 11001 (java) S 10991 10993 10622 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 136052346 888315904 30735 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10993/tid=11002] ppid=10991 vsize=867496 CPUtime=0
/proc/10993/task/11002/stat : 11002 (java) R 10991 10993 10622 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 136052346 888315904 30735 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 867496

[startup+12.7025 s]
/proc/loadavg: 2.00 2.05 2.07 3/81 11002
/proc/meminfo: memFree=1612072/2055920 swapFree=4191676/4192956
[pid=10993] ppid=10991 vsize=867496 CPUtime=12.63
/proc/10993/stat : 10993 (java) S 10991 10993 10622 0 -1 0 33898 0 1 0 1246 17 0 0 18 0 9 0 136052341 888315904 33253 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10993/statm: 216874 33253 1992 9 0 211346 0
[pid=10993/tid=10995] ppid=10991 vsize=867496 CPUtime=11.31
/proc/10993/task/10995/stat : 10995 (java) R 10991 10993 10622 0 -1 64 15533 0 1 0 1123 8 0 0 25 0 9 0 136052343 888315904 33253 996147200 134512640 134550740 4294956016 18446744073709551615 4126654719 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10993/tid=10996] ppid=10991 vsize=867496 CPUtime=0.95
/proc/10993/task/10996/stat : 10996 (java) S 10991 10993 10622 0 -1 64 16957 0 0 0 88 7 0 0 16 0 9 0 136052344 888315904 33253 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10993/tid=10997] ppid=10991 vsize=867496 CPUtime=0
/proc/10993/task/10997/stat : 10997 (java) S 10991 10993 10622 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 136052344 888315904 33253 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10993/tid=10998] ppid=10991 vsize=867496 CPUtime=0
/proc/10993/task/10998/stat : 10998 (java) S 10991 10993 10622 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 136052344 888315904 33253 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10993/tid=10999] ppid=10991 vsize=867496 CPUtime=0
/proc/10993/task/10999/stat : 10999 (java) S 10991 10993 10622 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 136052346 888315904 33253 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10993/tid=11000] ppid=10991 vsize=867496 CPUtime=0.33
/proc/10993/task/11000/stat : 11000 (java) S 10991 10993 10622 0 -1 64 672 0 0 0 33 0 0 0 16 0 9 0 136052346 888315904 33253 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10993/tid=11001] ppid=10991 vsize=867496 CPUtime=0
/proc/10993/task/11001/stat : 11001 (java) S 10991 10993 10622 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 136052346 888315904 33253 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10993/tid=11002] ppid=10991 vsize=867496 CPUtime=0
/proc/10993/task/11002/stat : 11002 (java) S 10991 10993 10622 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 136052346 888315904 33253 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 867496

[startup+25.5019 s]
/proc/loadavg: 2.00 2.05 2.07 3/81 11002
/proc/meminfo: memFree=1320296/2055920 swapFree=4191676/4192956
[pid=10993] ppid=10991 vsize=867640 CPUtime=25.36
/proc/10993/stat : 10993 (java) S 10991 10993 10622 0 -1 0 106469 0 1 0 2493 43 0 0 18 0 9 0 136052341 888463360 105806 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10993/statm: 216910 105806 1997 9 0 211382 0
[pid=10993/tid=10995] ppid=10991 vsize=867640 CPUtime=23.12
/proc/10993/task/10995/stat : 10995 (java) R 10991 10993 10622 0 -1 64 15619 0 1 0 2304 8 0 0 25 0 9 0 136052343 888463360 105806 996147200 134512640 134550740 4294956016 18446744073709551615 4126654415 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10993/tid=10996] ppid=10991 vsize=867640 CPUtime=1.79
/proc/10993/task/10996/stat : 10996 (java) S 10991 10993 10622 0 -1 64 89363 0 0 0 146 33 0 0 16 0 9 0 136052344 888463360 105806 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10993/tid=10997] ppid=10991 vsize=867640 CPUtime=0
/proc/10993/task/10997/stat : 10997 (java) S 10991 10993 10622 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 136052344 888463360 105806 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10993/tid=10998] ppid=10991 vsize=867640 CPUtime=0
/proc/10993/task/10998/stat : 10998 (java) S 10991 10993 10622 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 136052344 888463360 105806 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10993/tid=10999] ppid=10991 vsize=867640 CPUtime=0
/proc/10993/task/10999/stat : 10999 (java) S 10991 10993 10622 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 136052346 888463360 105806 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10993/tid=11000] ppid=10991 vsize=867640 CPUtime=0.42
/proc/10993/task/11000/stat : 11000 (java) S 10991 10993 10622 0 -1 64 751 0 0 0 42 0 0 0 16 0 9 0 136052346 888463360 105806 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10993/tid=11001] ppid=10991 vsize=867640 CPUtime=0
/proc/10993/task/11001/stat : 11001 (java) S 10991 10993 10622 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 136052346 888463360 105806 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10993/tid=11002] ppid=10991 vsize=867640 CPUtime=0
/proc/10993/task/11002/stat : 11002 (java) S 10991 10993 10622 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 136052346 888463360 105806 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.36
Current children cumulated vsize (KiB) 867640

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

[startup+31.9061 s]
/proc/loadavg: 2.00 2.05 2.06 3/81 11002
/proc/meminfo: memFree=1130472/2055920 swapFree=4191676/4192956
[pid=10993] ppid=10991 vsize=867640 CPUtime=31.73
/proc/10993/stat : 10993 (java) S 10991 10993 10622 0 -1 0 153841 0 1 0 3112 61 0 0 18 0 9 0 136052341 888463360 153173 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10993/statm: 216910 153173 1998 9 0 211382 0
[pid=10993/tid=10995] ppid=10991 vsize=867640 CPUtime=29.15
/proc/10993/task/10995/stat : 10995 (java) R 10991 10993 10622 0 -1 64 15660 0 1 0 2907 8 0 0 25 0 9 0 136052343 888463360 153173 996147200 134512640 134550740 4294956016 18446744073709551615 4127531845 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10993/tid=10996] ppid=10991 vsize=867640 CPUtime=2.1
/proc/10993/task/10996/stat : 10996 (java) S 10991 10993 10622 0 -1 64 136673 0 0 0 159 51 0 0 16 0 9 0 136052344 888463360 153173 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10993/tid=10997] ppid=10991 vsize=867640 CPUtime=0
/proc/10993/task/10997/stat : 10997 (java) S 10991 10993 10622 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 136052344 888463360 153173 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10993/tid=10998] ppid=10991 vsize=867640 CPUtime=0
/proc/10993/task/10998/stat : 10998 (java) S 10991 10993 10622 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 136052344 888463360 153173 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10993/tid=10999] ppid=10991 vsize=867640 CPUtime=0
/proc/10993/task/10999/stat : 10999 (java) S 10991 10993 10622 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 136052346 888463360 153173 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10993/tid=11000] ppid=10991 vsize=867640 CPUtime=0.45
/proc/10993/task/11000/stat : 11000 (java) S 10991 10993 10622 0 -1 64 772 0 0 0 45 0 0 0 15 0 9 0 136052346 888463360 153173 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10993/tid=11001] ppid=10991 vsize=867640 CPUtime=0
/proc/10993/task/11001/stat : 11001 (java) S 10991 10993 10622 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 136052346 888463360 153173 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10993/tid=11002] ppid=10991 vsize=867640 CPUtime=0
/proc/10993/task/11002/stat : 11002 (java) S 10991 10993 10622 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 136052346 888463360 153173 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 31.73
Current children cumulated vsize (KiB) 867640

[startup+38.3023 s]
/proc/loadavg: 2.00 2.05 2.06 3/81 11002
/proc/meminfo: memFree=1130472/2055920 swapFree=4191676/4192956
[pid=10993] ppid=10991 vsize=867640 CPUtime=38.1
/proc/10993/stat : 10993 (java) S 10991 10993 10622 0 -1 0 153859 0 1 0 3749 61 0 0 18 0 9 0 136052341 888463360 153186 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10993/statm: 216910 153186 1998 9 0 211382 0
[pid=10993/tid=10995] ppid=10991 vsize=867640 CPUtime=35.48
/proc/10993/task/10995/stat : 10995 (java) R 10991 10993 10622 0 -1 64 15665 0 1 0 3540 8 0 0 25 0 9 0 136052343 888463360 153186 996147200 134512640 134550740 4294956016 18446744073709551615 4126768828 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10993/tid=10996] ppid=10991 vsize=867640 CPUtime=2.11
/proc/10993/task/10996/stat : 10996 (java) S 10991 10993 10622 0 -1 64 136673 0 0 0 160 51 0 0 17 0 9 0 136052344 888463360 153186 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10993/tid=10997] ppid=10991 vsize=867640 CPUtime=0
/proc/10993/task/10997/stat : 10997 (java) S 10991 10993 10622 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 136052344 888463360 153186 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10993/tid=10998] ppid=10991 vsize=867640 CPUtime=0
/proc/10993/task/10998/stat : 10998 (java) S 10991 10993 10622 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 136052344 888463360 153186 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10993/tid=10999] ppid=10991 vsize=867640 CPUtime=0
/proc/10993/task/10999/stat : 10999 (java) S 10991 10993 10622 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 136052346 888463360 153186 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10993/tid=11000] ppid=10991 vsize=867640 CPUtime=0.48
/proc/10993/task/11000/stat : 11000 (java) S 10991 10993 10622 0 -1 64 785 0 0 0 48 0 0 0 16 0 9 0 136052346 888463360 153186 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10993/tid=11001] ppid=10991 vsize=867640 CPUtime=0
/proc/10993/task/11001/stat : 11001 (java) S 10991 10993 10622 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 136052346 888463360 153186 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10993/tid=11002] ppid=10991 vsize=867640 CPUtime=0
/proc/10993/task/11002/stat : 11002 (java) S 10991 10993 10622 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 136052346 888463360 153186 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 38.1
Current children cumulated vsize (KiB) 867640

[startup+41.502 s]
/proc/loadavg: 2.00 2.05 2.06 3/81 11002
/proc/meminfo: memFree=1130472/2055920 swapFree=4191676/4192956
[pid=10993] ppid=10991 vsize=867640 CPUtime=41.28
/proc/10993/stat : 10993 (java) S 10991 10993 10622 0 -1 0 153871 0 1 0 4066 62 0 0 18 0 9 0 136052341 888463360 153196 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10993/statm: 216910 153196 1998 9 0 211382 0
[pid=10993/tid=10995] ppid=10991 vsize=867640 CPUtime=38.65
/proc/10993/task/10995/stat : 10995 (java) R 10991 10993 10622 0 -1 64 15667 0 1 0 3856 9 0 0 25 0 9 0 136052343 888463360 153196 996147200 134512640 134550740 4294956016 18446744073709551615 4127526309 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10993/tid=10996] ppid=10991 vsize=867640 CPUtime=2.11
/proc/10993/task/10996/stat : 10996 (java) S 10991 10993 10622 0 -1 64 136673 0 0 0 160 51 0 0 17 0 9 0 136052344 888463360 153196 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10993/tid=10997] ppid=10991 vsize=867640 CPUtime=0
/proc/10993/task/10997/stat : 10997 (java) S 10991 10993 10622 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 136052344 888463360 153196 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10993/tid=10998] ppid=10991 vsize=867640 CPUtime=0
/proc/10993/task/10998/stat : 10998 (java) S 10991 10993 10622 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 136052344 888463360 153196 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10993/tid=10999] ppid=10991 vsize=867640 CPUtime=0
/proc/10993/task/10999/stat : 10999 (java) S 10991 10993 10622 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 136052346 888463360 153196 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10993/tid=11000] ppid=10991 vsize=867640 CPUtime=0.5
/proc/10993/task/11000/stat : 11000 (java) S 10991 10993 10622 0 -1 64 795 0 0 0 50 0 0 0 15 0 9 0 136052346 888463360 153196 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10993/tid=11001] ppid=10991 vsize=867640 CPUtime=0
/proc/10993/task/11001/stat : 11001 (java) S 10991 10993 10622 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 136052346 888463360 153196 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10993/tid=11002] ppid=10991 vsize=867640 CPUtime=0
/proc/10993/task/11002/stat : 11002 (java) S 10991 10993 10622 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 136052346 888463360 153196 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 41.28
Current children cumulated vsize (KiB) 867640

[startup+42.3021 s]
/proc/loadavg: 2.00 2.05 2.06 3/81 11002
/proc/meminfo: memFree=1130472/2055920 swapFree=4191676/4192956
[pid=10993] ppid=10991 vsize=867640 CPUtime=42.08
/proc/10993/stat : 10993 (java) S 10991 10993 10622 0 -1 0 153872 0 1 0 4146 62 0 0 18 0 9 0 136052341 888463360 153196 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10993/statm: 216910 153196 1998 9 0 211382 0
[pid=10993/tid=10995] ppid=10991 vsize=867640 CPUtime=39.45
/proc/10993/task/10995/stat : 10995 (java) R 10991 10993 10622 0 -1 64 15668 0 1 0 3936 9 0 0 25 0 9 0 136052343 888463360 153196 996147200 134512640 134550740 4294956016 18446744073709551615 4127525735 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10993/tid=10996] ppid=10991 vsize=867640 CPUtime=2.11
/proc/10993/task/10996/stat : 10996 (java) S 10991 10993 10622 0 -1 64 136673 0 0 0 160 51 0 0 17 0 9 0 136052344 888463360 153196 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10993/tid=10997] ppid=10991 vsize=867640 CPUtime=0
/proc/10993/task/10997/stat : 10997 (java) S 10991 10993 10622 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 136052344 888463360 153196 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10993/tid=10998] ppid=10991 vsize=867640 CPUtime=0
/proc/10993/task/10998/stat : 10998 (java) S 10991 10993 10622 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 136052344 888463360 153196 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10993/tid=10999] ppid=10991 vsize=867640 CPUtime=0
/proc/10993/task/10999/stat : 10999 (java) S 10991 10993 10622 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 136052346 888463360 153196 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10993/tid=11000] ppid=10991 vsize=867640 CPUtime=0.5
/proc/10993/task/11000/stat : 11000 (java) S 10991 10993 10622 0 -1 64 795 0 0 0 50 0 0 0 15 0 9 0 136052346 888463360 153196 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10993/tid=11001] ppid=10991 vsize=867640 CPUtime=0
/proc/10993/task/11001/stat : 11001 (java) S 10991 10993 10622 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 136052346 888463360 153196 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10993/tid=11002] ppid=10991 vsize=867640 CPUtime=0
/proc/10993/task/11002/stat : 11002 (java) S 10991 10993 10622 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 136052346 888463360 153196 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 42.08
Current children cumulated vsize (KiB) 867640

[startup+42.7022 s]
/proc/loadavg: 2.00 2.05 2.06 3/81 11002
/proc/meminfo: memFree=1130472/2055920 swapFree=4191676/4192956
[pid=10993] ppid=10991 vsize=867640 CPUtime=42.48
/proc/10993/stat : 10993 (java) S 10991 10993 10622 0 -1 0 153875 0 1 0 4186 62 0 0 18 0 9 0 136052341 888463360 153198 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10993/statm: 216910 153198 1998 9 0 211382 0
[pid=10993/tid=10995] ppid=10991 vsize=867640 CPUtime=39.84
/proc/10993/task/10995/stat : 10995 (java) R 10991 10993 10622 0 -1 64 15669 0 1 0 3975 9 0 0 25 0 9 0 136052343 888463360 153198 996147200 134512640 134550740 4294956016 18446744073709551615 4127528173 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10993/tid=10996] ppid=10991 vsize=867640 CPUtime=2.11
/proc/10993/task/10996/stat : 10996 (java) S 10991 10993 10622 0 -1 64 136673 0 0 0 160 51 0 0 17 0 9 0 136052344 888463360 153198 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10993/tid=10997] ppid=10991 vsize=867640 CPUtime=0
/proc/10993/task/10997/stat : 10997 (java) S 10991 10993 10622 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 136052344 888463360 153198 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10993/tid=10998] ppid=10991 vsize=867640 CPUtime=0
/proc/10993/task/10998/stat : 10998 (java) S 10991 10993 10622 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 136052344 888463360 153198 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10993/tid=10999] ppid=10991 vsize=867640 CPUtime=0
/proc/10993/task/10999/stat : 10999 (java) S 10991 10993 10622 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 136052346 888463360 153198 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10993/tid=11000] ppid=10991 vsize=867640 CPUtime=0.5
/proc/10993/task/11000/stat : 11000 (java) S 10991 10993 10622 0 -1 64 797 0 0 0 50 0 0 0 17 0 9 0 136052346 888463360 153198 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10993/tid=11001] ppid=10991 vsize=867640 CPUtime=0
/proc/10993/task/11001/stat : 11001 (java) S 10991 10993 10622 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 136052346 888463360 153198 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10993/tid=11002] ppid=10991 vsize=867640 CPUtime=0
/proc/10993/task/11002/stat : 11002 (java) S 10991 10993 10622 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 136052346 888463360 153198 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 42.48
Current children cumulated vsize (KiB) 867640

[startup+43.1023 s]
/proc/loadavg: 2.00 2.05 2.06 3/81 11002
/proc/meminfo: memFree=1130472/2055920 swapFree=4191676/4192956
[pid=10993] ppid=10991 vsize=867964 CPUtime=42.86
/proc/10993/stat : 10993 (java) S 10991 10993 10622 0 -1 0 153885 0 1 0 4224 62 0 0 18 0 9 0 136052341 888795136 153206 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10993/statm: 216991 153206 1999 9 0 211463 0
[pid=10993/tid=10995] ppid=10991 vsize=867964 CPUtime=40.22
/proc/10993/task/10995/stat : 10995 (java) S 10991 10993 10622 0 -1 64 15673 0 1 0 4013 9 0 0 25 0 9 0 136052343 888795136 153206 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10993/tid=10996] ppid=10991 vsize=867964 CPUtime=2.11
/proc/10993/task/10996/stat : 10996 (java) S 10991 10993 10622 0 -1 64 136673 0 0 0 160 51 0 0 16 0 9 0 136052344 888795136 153206 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10993/tid=10997] ppid=10991 vsize=867964 CPUtime=0
/proc/10993/task/10997/stat : 10997 (java) S 10991 10993 10622 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 136052344 888795136 153206 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10993/tid=10998] ppid=10991 vsize=867964 CPUtime=0
/proc/10993/task/10998/stat : 10998 (java) S 10991 10993 10622 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 136052344 888795136 153206 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10993/tid=10999] ppid=10991 vsize=867964 CPUtime=0
/proc/10993/task/10999/stat : 10999 (java) S 10991 10993 10622 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 136052346 888795136 153206 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10993/tid=11000] ppid=10991 vsize=867964 CPUtime=0.51
/proc/10993/task/11000/stat : 11000 (java) S 10991 10993 10622 0 -1 64 798 0 0 0 50 1 0 0 15 0 9 0 136052346 888795136 153206 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10993/tid=11001] ppid=10991 vsize=867964 CPUtime=0
/proc/10993/task/11001/stat : 11001 (java) S 10991 10993 10622 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 136052346 888795136 153206 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10993/tid=11002] ppid=10991 vsize=867964 CPUtime=0
/proc/10993/task/11002/stat : 11002 (java) S 10991 10993 10622 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 136052346 888795136 153206 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 42.86
Current children cumulated vsize (KiB) 867964

Child status: 0
Real time (s): 43.2004
CPU time (s): 42.9635
CPU user time (s): 42.2476
CPU system time (s): 0.715891
CPU usage (%): 99.4516
Max. virtual memory (cumulated for all children) (KiB): 867964

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 42.2476
system time used= 0.715891
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 153888
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= 3930
involuntary context switches= 4317

runsolver used 0.054991 second user time and 0.150977 second system time

The end

Launcher Data (download as text)

Begin job on node63 at 2008-07-05 08:49:30
IDJOB=1086677
IDBENCH=57861
IDSOLVER=348
FILE ID=node63/1086677-1215240570
PBS_JOBID= 7881985
Free space on /tmp= 66516 MiB

SOLVER NAME= choco2_impwdeg 2008-06-26
BENCH NAME= CPAI08/csp/fapp/fapp24/normalized-fapp24-2000-1.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar choco2impWdeg.jar BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1086677-1215240570/watcher-1086677-1215240570 -o /tmp/evaluation-result-1086677-1215240570/solver-1086677-1215240570 -C 1800 -W 2200 -M 900 --output-limit 1,15  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar choco2impWdeg.jar HOME/instance-1086677-1215240570.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= e83daf1b7df41c00976ce9b348425bef
RANDOM SEED=1508188805

node63.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.256
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.256
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:       1737552 kB
Buffers:          7884 kB
Cached:         110788 kB
SwapCached:        260 kB
Active:         230188 kB
Inactive:        28984 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1737552 kB
SwapTotal:     4192956 kB
SwapFree:      4191676 kB
Dirty:            9644 kB
Writeback:           0 kB
Mapped:         153032 kB
Slab:            44520 kB
Committed_AS:   520424 kB
PageTables:       1848 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66512 MiB
End job on node63 at 2008-07-05 08:50:13