Trace number 1070460

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.1406 42.5878

DiagnosticValue
ASSIGNMENTS345556

General information on the benchmark

Namecsp/pseudoGLB/
normalized-t2001-13queen13-1111227012.xml
MD5SUM58d3b99254120ae6420fd482add8e7ea
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark3.18052
Satisfiable
(Un)Satisfiability was proved
Number of variables169
Number of constraints101
Maximum constraint arity169
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)weightedsum(101)

Solver Data (download as text)

42.08/42.53	s UNSATISFIABLE
42.08/42.53	d ASSIGNMENTS 345556
42.08/42.53	c UNSAT 42441 TIME      345556 NDS    222 PARSTIME      314 BUILDPB       41905 RES       true RESTART       2 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-1070460-1215165064/watcher-1070460-1215165064 -o /tmp/evaluation-result-1070460-1215165064/solver-1070460-1215165064 -C 1800 -W 2200 -M 900 --output-limit 1,15 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar choco2impWdeg.jar HOME/instance-1070460-1215165064.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.92 2.00 1.99 4/80 19474
/proc/meminfo: memFree=1823216/2055920 swapFree=4181068/4192956
[pid=19474] ppid=19472 vsize=1804 CPUtime=0
/proc/19474/stat : 19474 (java) D 19472 19474 18345 0 -1 0 195 0 0 0 0 0 0 0 18 0 1 0 154317792 1847296 163 996147200 134512640 134550740 4294956176 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/19474/statm: 451 163 124 9 0 93 0

[startup+0.093464 s]
/proc/loadavg: 1.92 2.00 1.99 4/80 19474
/proc/meminfo: memFree=1823216/2055920 swapFree=4181068/4192956
[pid=19474] ppid=19472 vsize=866556 CPUtime=0.08
/proc/19474/stat : 19474 (java) S 19472 19474 18345 0 -1 0 3718 0 1 0 6 2 0 0 18 0 9 0 154317792 887353344 3191 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19474/statm: 216639 3191 1716 9 0 211111 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 866556

[startup+0.101462 s]
/proc/loadavg: 1.92 2.00 1.99 4/80 19474
/proc/meminfo: memFree=1823216/2055920 swapFree=4181068/4192956
[pid=19474] ppid=19472 vsize=866556 CPUtime=0.09
/proc/19474/stat : 19474 (java) S 19472 19474 18345 0 -1 0 3812 0 1 0 7 2 0 0 18 0 9 0 154317792 887353344 3283 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19474/statm: 216639 3283 1761 9 0 211111 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 866556

[startup+0.301481 s]
/proc/loadavg: 1.92 2.00 1.99 4/80 19474
/proc/meminfo: memFree=1823216/2055920 swapFree=4181068/4192956
[pid=19474] ppid=19472 vsize=866556 CPUtime=0.28
/proc/19474/stat : 19474 (java) S 19472 19474 18345 0 -1 0 4412 0 1 0 26 2 0 0 18 0 9 0 154317792 887353344 3855 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19474/statm: 216639 3855 1875 9 0 211111 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866556

[startup+0.701524 s]
/proc/loadavg: 1.92 2.00 1.99 4/80 19474
/proc/meminfo: memFree=1823216/2055920 swapFree=4181068/4192956
[pid=19474] ppid=19472 vsize=867476 CPUtime=0.68
/proc/19474/stat : 19474 (java) S 19472 19474 18345 0 -1 0 6240 0 1 0 65 3 0 0 18 0 9 0 154317792 888295424 5648 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19474/statm: 216869 5648 1950 9 0 211341 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867476

[startup+1.50262 s]
/proc/loadavg: 1.92 2.00 1.99 4/89 19483
/proc/meminfo: memFree=1804328/2055920 swapFree=4181068/4192956
[pid=19474] ppid=19472 vsize=867476 CPUtime=1.47
/proc/19474/stat : 19474 (java) S 19472 19474 18345 0 -1 0 9362 0 1 0 141 6 0 0 18 0 9 0 154317792 888295424 8769 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19474/statm: 216869 8769 1955 9 0 211341 0
[pid=19474/tid=19476] ppid=19472 vsize=867476 CPUtime=1.25
/proc/19474/task/19476/stat : 19476 (java) R 19472 19474 18345 0 -1 64 8094 0 1 0 120 5 0 0 25 0 9 0 154317793 888295424 8769 996147200 134512640 134550740 4294956016 18446744073709551615 4126679651 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19474/tid=19477] ppid=19472 vsize=867476 CPUtime=0
/proc/19474/task/19477/stat : 19477 (java) S 19472 19474 18345 0 -1 64 5 0 0 0 0 0 0 0 17 0 9 0 154317795 888295424 8769 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19474/tid=19478] ppid=19472 vsize=867476 CPUtime=0
/proc/19474/task/19478/stat : 19478 (java) S 19472 19474 18345 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 154317795 888295424 8769 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19474/tid=19479] ppid=19472 vsize=867476 CPUtime=0
/proc/19474/task/19479/stat : 19479 (java) S 19472 19474 18345 0 -1 64 3 0 0 0 0 0 0 0 20 0 9 0 154317795 888295424 8769 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19474/tid=19480] ppid=19472 vsize=867476 CPUtime=0
/proc/19474/task/19480/stat : 19480 (java) S 19472 19474 18345 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 154317797 888295424 8769 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19474/tid=19481] ppid=19472 vsize=867476 CPUtime=0.2
/proc/19474/task/19481/stat : 19481 (java) S 19472 19474 18345 0 -1 64 537 0 0 0 20 0 0 0 16 0 9 0 154317797 888295424 8769 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19474/tid=19482] ppid=19472 vsize=867476 CPUtime=0
/proc/19474/task/19482/stat : 19482 (java) S 19472 19474 18345 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 154317797 888295424 8769 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19474/tid=19483] ppid=19472 vsize=867476 CPUtime=0
/proc/19474/task/19483/stat : 19483 (java) S 19472 19474 18345 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 154317797 888295424 8769 996147200 134512640 134550740 4294956016 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) 867476

[startup+3.10279 s]
/proc/loadavg: 1.92 2.00 1.99 3/89 19483
/proc/meminfo: memFree=1784232/2055920 swapFree=4181068/4192956
[pid=19474] ppid=19472 vsize=867476 CPUtime=3.06
/proc/19474/stat : 19474 (java) S 19472 19474 18345 0 -1 0 16590 0 1 0 293 13 0 0 18 0 9 0 154317792 888295424 15996 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19474/statm: 216869 15996 1955 9 0 211341 0
[pid=19474/tid=19476] ppid=19472 vsize=867476 CPUtime=2.84
/proc/19474/task/19476/stat : 19476 (java) R 19472 19474 18345 0 -1 64 15321 0 1 0 272 12 0 0 25 0 9 0 154317793 888295424 15996 996147200 134512640 134550740 4294956016 18446744073709551615 4126898784 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19474/tid=19477] ppid=19472 vsize=867476 CPUtime=0
/proc/19474/task/19477/stat : 19477 (java) S 19472 19474 18345 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 154317795 888295424 15996 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19474/tid=19478] ppid=19472 vsize=867476 CPUtime=0
/proc/19474/task/19478/stat : 19478 (java) S 19472 19474 18345 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 154317795 888295424 15996 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19474/tid=19479] ppid=19472 vsize=867476 CPUtime=0
/proc/19474/task/19479/stat : 19479 (java) S 19472 19474 18345 0 -1 64 3 0 0 0 0 0 0 0 20 0 9 0 154317795 888295424 15996 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19474/tid=19480] ppid=19472 vsize=867476 CPUtime=0
/proc/19474/task/19480/stat : 19480 (java) S 19472 19474 18345 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 154317797 888295424 15996 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19474/tid=19481] ppid=19472 vsize=867476 CPUtime=0.2
/proc/19474/task/19481/stat : 19481 (java) S 19472 19474 18345 0 -1 64 538 0 0 0 20 0 0 0 16 0 9 0 154317797 888295424 15996 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19474/tid=19482] ppid=19472 vsize=867476 CPUtime=0
/proc/19474/task/19482/stat : 19482 (java) S 19472 19474 18345 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 154317797 888295424 15996 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19474/tid=19483] ppid=19472 vsize=867476 CPUtime=0
/proc/19474/task/19483/stat : 19483 (java) S 19472 19474 18345 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 154317797 888295424 15996 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 867476

[startup+6.30114 s]
/proc/loadavg: 1.93 2.00 1.99 3/89 19483
/proc/meminfo: memFree=1764264/2055920 swapFree=4181068/4192956
[pid=19474] ppid=19472 vsize=867476 CPUtime=6.23
/proc/19474/stat : 19474 (java) S 19472 19474 18345 0 -1 0 17400 0 1 0 600 23 0 0 18 0 9 0 154317792 888295424 16802 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19474/statm: 216869 16802 1969 9 0 211341 0
[pid=19474/tid=19476] ppid=19472 vsize=867476 CPUtime=5.98
/proc/19474/task/19476/stat : 19476 (java) R 19472 19474 18345 0 -1 64 15523 0 1 0 577 21 0 0 25 0 9 0 154317793 888295424 16802 996147200 134512640 134550740 4294956016 18446744073709551615 4126872531 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19474/tid=19477] ppid=19472 vsize=867476 CPUtime=0.01
/proc/19474/task/19477/stat : 19477 (java) S 19472 19474 18345 0 -1 64 609 0 0 0 1 0 0 0 16 0 9 0 154317795 888295424 16802 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19474/tid=19478] ppid=19472 vsize=867476 CPUtime=0
/proc/19474/task/19478/stat : 19478 (java) S 19472 19474 18345 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 154317795 888295424 16802 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19474/tid=19479] ppid=19472 vsize=867476 CPUtime=0
/proc/19474/task/19479/stat : 19479 (java) S 19472 19474 18345 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 154317795 888295424 16802 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19474/tid=19480] ppid=19472 vsize=867476 CPUtime=0
/proc/19474/task/19480/stat : 19480 (java) S 19472 19474 18345 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 154317797 888295424 16802 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19474/tid=19481] ppid=19472 vsize=867476 CPUtime=0.2
/proc/19474/task/19481/stat : 19481 (java) S 19472 19474 18345 0 -1 64 538 0 0 0 20 0 0 0 16 0 9 0 154317797 888295424 16802 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19474/tid=19482] ppid=19472 vsize=867476 CPUtime=0
/proc/19474/task/19482/stat : 19482 (java) S 19472 19474 18345 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 154317797 888295424 16802 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19474/tid=19483] ppid=19472 vsize=867476 CPUtime=0
/proc/19474/task/19483/stat : 19483 (java) R 19472 19474 18345 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 154317797 888295424 16802 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 867476

[startup+12.7028 s]
/proc/loadavg: 1.93 2.00 1.99 3/89 19483
/proc/meminfo: memFree=1762984/2055920 swapFree=4181068/4192956
[pid=19474] ppid=19472 vsize=867476 CPUtime=12.57
/proc/19474/stat : 19474 (java) S 19472 19474 18345 0 -1 0 17402 0 1 0 1218 39 0 0 18 0 9 0 154317792 888295424 16802 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19474/statm: 216869 16802 1969 9 0 211341 0
[pid=19474/tid=19476] ppid=19472 vsize=867476 CPUtime=12.32
/proc/19474/task/19476/stat : 19476 (java) R 19472 19474 18345 0 -1 64 15525 0 1 0 1194 38 0 0 25 0 9 0 154317793 888295424 16802 996147200 134512640 134550740 4294956016 18446744073709551615 4126783728 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19474/tid=19477] ppid=19472 vsize=867476 CPUtime=0.03
/proc/19474/task/19477/stat : 19477 (java) S 19472 19474 18345 0 -1 64 609 0 0 0 3 0 0 0 16 0 9 0 154317795 888295424 16802 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19474/tid=19478] ppid=19472 vsize=867476 CPUtime=0
/proc/19474/task/19478/stat : 19478 (java) S 19472 19474 18345 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 154317795 888295424 16802 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19474/tid=19479] ppid=19472 vsize=867476 CPUtime=0
/proc/19474/task/19479/stat : 19479 (java) S 19472 19474 18345 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 154317795 888295424 16802 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19474/tid=19480] ppid=19472 vsize=867476 CPUtime=0
/proc/19474/task/19480/stat : 19480 (java) S 19472 19474 18345 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 154317797 888295424 16802 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19474/tid=19481] ppid=19472 vsize=867476 CPUtime=0.2
/proc/19474/task/19481/stat : 19481 (java) S 19472 19474 18345 0 -1 64 538 0 0 0 20 0 0 0 16 0 9 0 154317797 888295424 16802 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19474/tid=19482] ppid=19472 vsize=867476 CPUtime=0
/proc/19474/task/19482/stat : 19482 (java) S 19472 19474 18345 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 154317797 888295424 16802 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19474/tid=19483] ppid=19472 vsize=867476 CPUtime=0
/proc/19474/task/19483/stat : 19483 (java) S 19472 19474 18345 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 154317797 888295424 16802 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 867476

[startup+25.5012 s]
/proc/loadavg: 1.95 2.00 1.99 3/89 19483
/proc/meminfo: memFree=1763048/2055920 swapFree=4181068/4192956
[pid=19474] ppid=19472 vsize=867476 CPUtime=25.25
/proc/19474/stat : 19474 (java) S 19472 19474 18345 0 -1 0 17408 0 1 0 2453 72 0 0 18 0 9 0 154317792 888295424 16802 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19474/statm: 216869 16802 1969 9 0 211341 0
[pid=19474/tid=19476] ppid=19472 vsize=867476 CPUtime=24.96
/proc/19474/task/19476/stat : 19476 (java) R 19472 19474 18345 0 -1 64 15531 0 1 0 2426 70 0 0 25 0 9 0 154317793 888295424 16802 996147200 134512640 134550740 4294956016 18446744073709551615 4126750576 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19474/tid=19477] ppid=19472 vsize=867476 CPUtime=0.06
/proc/19474/task/19477/stat : 19477 (java) S 19472 19474 18345 0 -1 64 609 0 0 0 6 0 0 0 16 0 9 0 154317795 888295424 16802 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19474/tid=19478] ppid=19472 vsize=867476 CPUtime=0
/proc/19474/task/19478/stat : 19478 (java) S 19472 19474 18345 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 154317795 888295424 16802 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19474/tid=19479] ppid=19472 vsize=867476 CPUtime=0
/proc/19474/task/19479/stat : 19479 (java) S 19472 19474 18345 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 154317795 888295424 16802 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19474/tid=19480] ppid=19472 vsize=867476 CPUtime=0
/proc/19474/task/19480/stat : 19480 (java) S 19472 19474 18345 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 154317797 888295424 16802 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19474/tid=19481] ppid=19472 vsize=867476 CPUtime=0.2
/proc/19474/task/19481/stat : 19481 (java) S 19472 19474 18345 0 -1 64 538 0 0 0 20 0 0 0 16 0 9 0 154317797 888295424 16802 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19474/tid=19482] ppid=19472 vsize=867476 CPUtime=0
/proc/19474/task/19482/stat : 19482 (java) S 19472 19474 18345 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 154317797 888295424 16802 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19474/tid=19483] ppid=19472 vsize=867476 CPUtime=0
/proc/19474/task/19483/stat : 19483 (java) S 19472 19474 18345 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 154317797 888295424 16802 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.25
Current children cumulated vsize (KiB) 867476

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

[startup+31.9069 s]
/proc/loadavg: 1.95 2.00 1.99 3/89 19483
/proc/meminfo: memFree=1763048/2055920 swapFree=4181068/4192956
[pid=19474] ppid=19472 vsize=867476 CPUtime=31.59
/proc/19474/stat : 19474 (java) S 19472 19474 18345 0 -1 0 17410 0 1 0 3075 84 0 0 18 0 9 0 154317792 888295424 16802 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19474/statm: 216869 16802 1969 9 0 211341 0
[pid=19474/tid=19476] ppid=19472 vsize=867476 CPUtime=31.29
/proc/19474/task/19476/stat : 19476 (java) R 19472 19474 18345 0 -1 64 15533 0 1 0 3046 83 0 0 25 0 9 0 154317793 888295424 16802 996147200 134512640 134550740 4294956016 18446744073709551615 4126777310 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19474/tid=19477] ppid=19472 vsize=867476 CPUtime=0.07
/proc/19474/task/19477/stat : 19477 (java) S 19472 19474 18345 0 -1 64 609 0 0 0 7 0 0 0 16 0 9 0 154317795 888295424 16802 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19474/tid=19478] ppid=19472 vsize=867476 CPUtime=0
/proc/19474/task/19478/stat : 19478 (java) S 19472 19474 18345 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 154317795 888295424 16802 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19474/tid=19479] ppid=19472 vsize=867476 CPUtime=0
/proc/19474/task/19479/stat : 19479 (java) S 19472 19474 18345 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 154317795 888295424 16802 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19474/tid=19480] ppid=19472 vsize=867476 CPUtime=0
/proc/19474/task/19480/stat : 19480 (java) S 19472 19474 18345 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 154317797 888295424 16802 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19474/tid=19481] ppid=19472 vsize=867476 CPUtime=0.2
/proc/19474/task/19481/stat : 19481 (java) S 19472 19474 18345 0 -1 64 538 0 0 0 20 0 0 0 16 0 9 0 154317797 888295424 16802 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19474/tid=19482] ppid=19472 vsize=867476 CPUtime=0
/proc/19474/task/19482/stat : 19482 (java) S 19472 19474 18345 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 154317797 888295424 16802 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19474/tid=19483] ppid=19472 vsize=867476 CPUtime=0
/proc/19474/task/19483/stat : 19483 (java) S 19472 19474 18345 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 154317797 888295424 16802 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 31.59
Current children cumulated vsize (KiB) 867476

[startup+38.3026 s]
/proc/loadavg: 1.95 2.00 1.99 3/89 19483
/proc/meminfo: memFree=1762984/2055920 swapFree=4181068/4192956
[pid=19474] ppid=19472 vsize=867476 CPUtime=37.93
/proc/19474/stat : 19474 (java) S 19472 19474 18345 0 -1 0 17413 0 1 0 3696 97 0 0 18 0 9 0 154317792 888295424 16802 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19474/statm: 216869 16802 1969 9 0 211341 0
[pid=19474/tid=19476] ppid=19472 vsize=867476 CPUtime=37.61
/proc/19474/task/19476/stat : 19476 (java) R 19472 19474 18345 0 -1 64 15536 0 1 0 3665 96 0 0 25 0 9 0 154317793 888295424 16802 996147200 134512640 134550740 4294956016 18446744073709551615 4126756583 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19474/tid=19477] ppid=19472 vsize=867476 CPUtime=0.09
/proc/19474/task/19477/stat : 19477 (java) S 19472 19474 18345 0 -1 64 609 0 0 0 9 0 0 0 16 0 9 0 154317795 888295424 16802 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19474/tid=19478] ppid=19472 vsize=867476 CPUtime=0
/proc/19474/task/19478/stat : 19478 (java) S 19472 19474 18345 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 154317795 888295424 16802 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19474/tid=19479] ppid=19472 vsize=867476 CPUtime=0
/proc/19474/task/19479/stat : 19479 (java) S 19472 19474 18345 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 154317795 888295424 16802 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19474/tid=19480] ppid=19472 vsize=867476 CPUtime=0
/proc/19474/task/19480/stat : 19480 (java) S 19472 19474 18345 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 154317797 888295424 16802 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19474/tid=19481] ppid=19472 vsize=867476 CPUtime=0.2
/proc/19474/task/19481/stat : 19481 (java) S 19472 19474 18345 0 -1 64 538 0 0 0 20 0 0 0 16 0 9 0 154317797 888295424 16802 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19474/tid=19482] ppid=19472 vsize=867476 CPUtime=0
/proc/19474/task/19482/stat : 19482 (java) S 19472 19474 18345 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 154317797 888295424 16802 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19474/tid=19483] ppid=19472 vsize=867476 CPUtime=0
/proc/19474/task/19483/stat : 19483 (java) S 19472 19474 18345 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 154317797 888295424 16802 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 37.93
Current children cumulated vsize (KiB) 867476

[startup+39.9018 s]
/proc/loadavg: 1.96 2.00 1.99 3/89 19483
/proc/meminfo: memFree=1762984/2055920 swapFree=4181068/4192956
[pid=19474] ppid=19472 vsize=867476 CPUtime=39.51
/proc/19474/stat : 19474 (java) S 19472 19474 18345 0 -1 0 17709 0 1 0 3850 101 0 0 18 0 9 0 154317792 888295424 17097 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19474/statm: 216869 17097 1969 9 0 211341 0
[pid=19474/tid=19476] ppid=19472 vsize=867476 CPUtime=39.19
/proc/19474/task/19476/stat : 19476 (java) R 19472 19474 18345 0 -1 64 15537 0 1 0 3819 100 0 0 25 0 9 0 154317793 888295424 17097 996147200 134512640 134550740 4294956016 18446744073709551615 4126679708 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19474/tid=19477] ppid=19472 vsize=867476 CPUtime=0.1
/proc/19474/task/19477/stat : 19477 (java) S 19472 19474 18345 0 -1 64 904 0 0 0 10 0 0 0 16 0 9 0 154317795 888295424 17097 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19474/tid=19478] ppid=19472 vsize=867476 CPUtime=0
/proc/19474/task/19478/stat : 19478 (java) S 19472 19474 18345 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 154317795 888295424 17097 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19474/tid=19479] ppid=19472 vsize=867476 CPUtime=0
/proc/19474/task/19479/stat : 19479 (java) S 19472 19474 18345 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 154317795 888295424 17097 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19474/tid=19480] ppid=19472 vsize=867476 CPUtime=0
/proc/19474/task/19480/stat : 19480 (java) S 19472 19474 18345 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 154317797 888295424 17097 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19474/tid=19481] ppid=19472 vsize=867476 CPUtime=0.2
/proc/19474/task/19481/stat : 19481 (java) S 19472 19474 18345 0 -1 64 538 0 0 0 20 0 0 0 16 0 9 0 154317797 888295424 17097 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19474/tid=19482] ppid=19472 vsize=867476 CPUtime=0
/proc/19474/task/19482/stat : 19482 (java) S 19472 19474 18345 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 154317797 888295424 17097 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19474/tid=19483] ppid=19472 vsize=867476 CPUtime=0
/proc/19474/task/19483/stat : 19483 (java) S 19472 19474 18345 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 154317797 888295424 17097 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 39.51
Current children cumulated vsize (KiB) 867476

[startup+41.5019 s]
/proc/loadavg: 1.96 2.00 1.99 3/89 19483
/proc/meminfo: memFree=1761832/2055920 swapFree=4181068/4192956
[pid=19474] ppid=19472 vsize=867476 CPUtime=41.09
/proc/19474/stat : 19474 (java) S 19472 19474 18345 0 -1 0 17709 0 1 0 4005 104 0 0 18 0 9 0 154317792 888295424 17097 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19474/statm: 216869 17097 1969 9 0 211341 0
[pid=19474/tid=19476] ppid=19472 vsize=867476 CPUtime=40.77
/proc/19474/task/19476/stat : 19476 (java) R 19472 19474 18345 0 -1 64 15537 0 1 0 3974 103 0 0 25 0 9 0 154317793 888295424 17097 996147200 134512640 134550740 4294956016 18446744073709551615 4126771110 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19474/tid=19477] ppid=19472 vsize=867476 CPUtime=0.1
/proc/19474/task/19477/stat : 19477 (java) S 19472 19474 18345 0 -1 64 904 0 0 0 10 0 0 0 16 0 9 0 154317795 888295424 17097 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19474/tid=19478] ppid=19472 vsize=867476 CPUtime=0
/proc/19474/task/19478/stat : 19478 (java) S 19472 19474 18345 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 154317795 888295424 17097 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19474/tid=19479] ppid=19472 vsize=867476 CPUtime=0
/proc/19474/task/19479/stat : 19479 (java) S 19472 19474 18345 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 154317795 888295424 17097 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19474/tid=19480] ppid=19472 vsize=867476 CPUtime=0
/proc/19474/task/19480/stat : 19480 (java) S 19472 19474 18345 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 154317797 888295424 17097 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19474/tid=19481] ppid=19472 vsize=867476 CPUtime=0.2
/proc/19474/task/19481/stat : 19481 (java) S 19472 19474 18345 0 -1 64 538 0 0 0 20 0 0 0 16 0 9 0 154317797 888295424 17097 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19474/tid=19482] ppid=19472 vsize=867476 CPUtime=0
/proc/19474/task/19482/stat : 19482 (java) S 19472 19474 18345 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 154317797 888295424 17097 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19474/tid=19483] ppid=19472 vsize=867476 CPUtime=0
/proc/19474/task/19483/stat : 19483 (java) S 19472 19474 18345 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 154317797 888295424 17097 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 41.09
Current children cumulated vsize (KiB) 867476

[startup+42.301 s]
/proc/loadavg: 1.96 2.00 1.99 3/89 19483
/proc/meminfo: memFree=1761832/2055920 swapFree=4181068/4192956
[pid=19474] ppid=19472 vsize=867476 CPUtime=41.89
/proc/19474/stat : 19474 (java) S 19472 19474 18345 0 -1 0 17710 0 1 0 4083 106 0 0 18 0 9 0 154317792 888295424 17097 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19474/statm: 216869 17097 1969 9 0 211341 0
[pid=19474/tid=19476] ppid=19472 vsize=867476 CPUtime=41.56
/proc/19474/task/19476/stat : 19476 (java) R 19472 19474 18345 0 -1 64 15538 0 1 0 4052 104 0 0 25 0 9 0 154317793 888295424 17097 996147200 134512640 134550740 4294956016 18446744073709551615 4126789406 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19474/tid=19477] ppid=19472 vsize=867476 CPUtime=0.1
/proc/19474/task/19477/stat : 19477 (java) S 19472 19474 18345 0 -1 64 904 0 0 0 10 0 0 0 16 0 9 0 154317795 888295424 17097 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19474/tid=19478] ppid=19472 vsize=867476 CPUtime=0
/proc/19474/task/19478/stat : 19478 (java) S 19472 19474 18345 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 154317795 888295424 17097 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19474/tid=19479] ppid=19472 vsize=867476 CPUtime=0
/proc/19474/task/19479/stat : 19479 (java) S 19472 19474 18345 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 154317795 888295424 17097 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19474/tid=19480] ppid=19472 vsize=867476 CPUtime=0
/proc/19474/task/19480/stat : 19480 (java) S 19472 19474 18345 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 154317797 888295424 17097 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19474/tid=19481] ppid=19472 vsize=867476 CPUtime=0.2
/proc/19474/task/19481/stat : 19481 (java) S 19472 19474 18345 0 -1 64 538 0 0 0 20 0 0 0 16 0 9 0 154317797 888295424 17097 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19474/tid=19482] ppid=19472 vsize=867476 CPUtime=0
/proc/19474/task/19482/stat : 19482 (java) S 19472 19474 18345 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 154317797 888295424 17097 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19474/tid=19483] ppid=19472 vsize=867476 CPUtime=0
/proc/19474/task/19483/stat : 19483 (java) S 19472 19474 18345 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 154317797 888295424 17097 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 41.89
Current children cumulated vsize (KiB) 867476

[startup+42.5011 s]
/proc/loadavg: 1.96 2.00 1.99 3/89 19483
/proc/meminfo: memFree=1761832/2055920 swapFree=4181068/4192956
[pid=19474] ppid=19472 vsize=867476 CPUtime=42.08
/proc/19474/stat : 19474 (java) S 19472 19474 18345 0 -1 0 17710 0 1 0 4102 106 0 0 18 0 9 0 154317792 888295424 17097 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19474/statm: 216869 17097 1969 9 0 211341 0
[pid=19474/tid=19476] ppid=19472 vsize=867476 CPUtime=41.76
/proc/19474/task/19476/stat : 19476 (java) R 19472 19474 18345 0 -1 64 15538 0 1 0 4071 105 0 0 25 0 9 0 154317793 888295424 17097 996147200 134512640 134550740 4294956016 18446744073709551615 4126767585 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19474/tid=19477] ppid=19472 vsize=867476 CPUtime=0.1
/proc/19474/task/19477/stat : 19477 (java) S 19472 19474 18345 0 -1 64 904 0 0 0 10 0 0 0 16 0 9 0 154317795 888295424 17097 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19474/tid=19478] ppid=19472 vsize=867476 CPUtime=0
/proc/19474/task/19478/stat : 19478 (java) S 19472 19474 18345 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 154317795 888295424 17097 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19474/tid=19479] ppid=19472 vsize=867476 CPUtime=0
/proc/19474/task/19479/stat : 19479 (java) S 19472 19474 18345 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 154317795 888295424 17097 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19474/tid=19480] ppid=19472 vsize=867476 CPUtime=0
/proc/19474/task/19480/stat : 19480 (java) S 19472 19474 18345 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 154317797 888295424 17097 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19474/tid=19481] ppid=19472 vsize=867476 CPUtime=0.2
/proc/19474/task/19481/stat : 19481 (java) S 19472 19474 18345 0 -1 64 538 0 0 0 20 0 0 0 16 0 9 0 154317797 888295424 17097 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19474/tid=19482] ppid=19472 vsize=867476 CPUtime=0
/proc/19474/task/19482/stat : 19482 (java) S 19472 19474 18345 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 154317797 888295424 17097 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19474/tid=19483] ppid=19472 vsize=867476 CPUtime=0
/proc/19474/task/19483/stat : 19483 (java) S 19472 19474 18345 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 154317797 888295424 17097 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) 867476

Child status: 0
Real time (s): 42.5878
CPU time (s): 42.1406
CPU user time (s): 41.0618
CPU system time (s): 1.07883
CPU usage (%): 98.9498
Max. virtual memory (cumulated for all children) (KiB): 867476

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 41.0618
system time used= 1.07883
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17722
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= 1621
involuntary context switches= 2477

runsolver used 0.049992 second user time and 0.149977 second system time

The end

Launcher Data (download as text)

Begin job on node46 at 2008-07-04 11:51:04
IDJOB=1070460
IDBENCH=55871
IDSOLVER=348
FILE ID=node46/1070460-1215165064
PBS_JOBID= 7881470
Free space on /tmp= 66204 MiB

SOLVER NAME= choco2_impwdeg 2008-06-26
BENCH NAME= CPAI08/csp/pseudoGLB/normalized-t2001-13queen13-1111227012.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-1070460-1215165064/watcher-1070460-1215165064 -o /tmp/evaluation-result-1070460-1215165064/solver-1070460-1215165064 -C 1800 -W 2200 -M 900 --output-limit 1,15  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar choco2impWdeg.jar HOME/instance-1070460-1215165064.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 58d3b99254120ae6420fd482add8e7ea
RANDOM SEED=1212514742

node46.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.238
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.238
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:       1823696 kB
Buffers:          8520 kB
Cached:         101952 kB
SwapCached:       5876 kB
Active:         129636 kB
Inactive:        50908 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1823696 kB
SwapTotal:     4192956 kB
SwapFree:      4181068 kB
Dirty:            5936 kB
Writeback:           0 kB
Mapped:          84140 kB
Slab:            37120 kB
Committed_AS:  1153492 kB
PageTables:       1680 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264992 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66200 MiB
End job on node46 at 2008-07-04 11:51:47