Trace number 1047009

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-26UNSAT 108.288 108.35

DiagnosticValue
ASSIGNMENTS1786280

General information on the benchmark

Namecsp/pret/
normalized-pret-60-40_ext.xml
MD5SUM5815cb024ec0a30d2994358587d9268b
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.531919
Satisfiable
(Un)Satisfiability was proved
Number of variables60
Number of constraints40
Maximum constraint arity3
Maximum domain size2
Number of constraints which are defined in extension40
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

108.25/108.32	s UNSATISFIABLE
108.25/108.32	d ASSIGNMENTS 1786275
108.25/108.32	c UNSAT 108231 TIME      1786275 NDS    77 PARSTIME      141 BUILDPB       108013 RES       false 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-1047009-1215039485/watcher-1047009-1215039485 -o /tmp/evaluation-result-1047009-1215039485/solver-1047009-1215039485 -C 1800 -W 2200 -M 900 --output-limit 1,15 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar choco2dwdeg.jar HOME/instance-1047009-1215039485.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.00 0.00 0.00 3/67 23958
/proc/meminfo: memFree=479712/2055920 swapFree=4179412/4192956
[pid=23958] ppid=23956 vsize=1804 CPUtime=0
/proc/23958/stat : 23958 (java) R 23956 23958 23892 0 -1 0 195 0 0 0 0 0 0 0 18 0 1 0 1982920259 1847296 163 996147200 134512640 134550740 4294956192 18446744073709551615 4294960144 0 2147483391 4096 0 0 0 0 17 0 0 0
/proc/23958/statm: 451 163 124 9 0 93 0

[startup+0.019104 s]
/proc/loadavg: 0.00 0.00 0.00 3/67 23958
/proc/meminfo: memFree=479712/2055920 swapFree=4179412/4192956
[pid=23958] ppid=23956 vsize=11088 CPUtime=0
/proc/23958/stat : 23958 (java) S 23956 23958 23892 0 -1 0 849 0 0 0 0 0 0 0 18 0 2 0 1982920259 11354112 584 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/23958/statm: 2772 584 289 9 0 1244 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 11088

[startup+0.101122 s]
/proc/loadavg: 0.00 0.00 0.00 3/67 23958
/proc/meminfo: memFree=479712/2055920 swapFree=4179412/4192956
[pid=23958] ppid=23956 vsize=867416 CPUtime=0.09
/proc/23958/stat : 23958 (java) S 23956 23958 23892 0 -1 0 3820 0 1 0 7 2 0 0 18 0 9 0 1982920259 888233984 3293 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23958/statm: 216854 3293 1762 9 0 211326 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 867416

[startup+0.301177 s]
/proc/loadavg: 0.00 0.00 0.00 3/67 23958
/proc/meminfo: memFree=479712/2055920 swapFree=4179412/4192956
[pid=23958] ppid=23956 vsize=867552 CPUtime=0.31
/proc/23958/stat : 23958 (java) S 23956 23958 23892 0 -1 0 5411 0 1 0 28 3 0 0 18 0 9 0 1982920259 888373248 4823 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23958/statm: 216888 4824 1937 9 0 211360 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 867552

[startup+0.701238 s]
/proc/loadavg: 0.00 0.00 0.00 3/67 23958
/proc/meminfo: memFree=479712/2055920 swapFree=4179412/4192956
[pid=23958] ppid=23956 vsize=867552 CPUtime=0.71
/proc/23958/stat : 23958 (java) S 23956 23958 23892 0 -1 0 7165 0 1 0 65 6 0 0 18 0 9 0 1982920259 888373248 6575 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23958/statm: 216888 6576 1943 9 0 211360 0
Current children cumulated CPU time (s) 0.71
Current children cumulated vsize (KiB) 867552

[startup+1.50239 s]
/proc/loadavg: 0.00 0.00 0.00 4/89 23989
/proc/meminfo: memFree=418160/2055920 swapFree=4179412/4192956
[pid=23958] ppid=23956 vsize=867552 CPUtime=1.51
/proc/23958/stat : 23958 (java) S 23956 23958 23892 0 -1 0 13627 0 1 0 137 14 0 0 18 0 9 0 1982920259 888373248 13036 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23958/statm: 216888 13036 1944 9 0 211360 0
[pid=23958/tid=23960] ppid=23956 vsize=867552 CPUtime=1.4
/proc/23958/task/23960/stat : 23960 (java) R 23956 23958 23892 0 -1 64 12546 0 1 0 127 13 0 0 25 0 9 0 1982920260 888373248 13037 996147200 134512640 134550740 4294956032 18446744073709551615 4126527974 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23958/tid=23961] ppid=23956 vsize=867552 CPUtime=0
/proc/23958/task/23961/stat : 23961 (java) S 23956 23958 23892 0 -1 64 5 0 0 0 0 0 0 0 17 0 9 0 1982920262 888373248 13037 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23958/tid=23962] ppid=23956 vsize=867552 CPUtime=0
/proc/23958/task/23962/stat : 23962 (java) S 23956 23958 23892 0 -1 64 10 0 0 0 0 0 0 0 21 0 9 0 1982920262 888373248 13037 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23958/tid=23963] ppid=23956 vsize=867552 CPUtime=0
/proc/23958/task/23963/stat : 23963 (java) S 23956 23958 23892 0 -1 64 4 0 0 0 0 0 0 0 22 0 9 0 1982920262 888373248 13038 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23958/tid=23964] ppid=23956 vsize=867552 CPUtime=0
/proc/23958/task/23964/stat : 23964 (java) S 23956 23958 23892 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 1982920264 888373248 13038 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23958/tid=23965] ppid=23956 vsize=867552 CPUtime=0.09
/proc/23958/task/23965/stat : 23965 (java) S 23956 23958 23892 0 -1 64 351 0 0 0 9 0 0 0 16 0 9 0 1982920264 888373248 13039 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23958/tid=23966] ppid=23956 vsize=867552 CPUtime=0
/proc/23958/task/23966/stat : 23966 (java) S 23956 23958 23892 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 1982920264 888373248 13039 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23958/tid=23967] ppid=23956 vsize=867552 CPUtime=0
/proc/23958/task/23967/stat : 23967 (java) S 23956 23958 23892 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1982920264 888373248 13039 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.51
Current children cumulated vsize (KiB) 867552

[startup+3.10269 s]
/proc/loadavg: 0.00 0.00 0.00 3/89 23989
/proc/meminfo: memFree=385840/2055920 swapFree=4179412/4192956
[pid=23958] ppid=23956 vsize=867684 CPUtime=3.11
/proc/23958/stat : 23958 (java) S 23956 23958 23892 0 -1 0 16678 0 1 0 283 28 0 0 18 0 9 0 1982920259 888508416 16085 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23958/statm: 216921 16085 1959 9 0 211393 0
[pid=23958/tid=23960] ppid=23956 vsize=867684 CPUtime=3
/proc/23958/task/23960/stat : 23960 (java) R 23956 23958 23892 0 -1 64 15448 0 1 0 273 27 0 0 25 0 9 0 1982920260 888508416 16085 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23958/tid=23961] ppid=23956 vsize=867684 CPUtime=0
/proc/23958/task/23961/stat : 23961 (java) S 23956 23958 23892 0 -1 64 149 0 0 0 0 0 0 0 16 0 9 0 1982920262 888508416 16085 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23958/tid=23962] ppid=23956 vsize=867684 CPUtime=0
/proc/23958/task/23962/stat : 23962 (java) S 23956 23958 23892 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1982920262 888508416 16085 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23958/tid=23963] ppid=23956 vsize=867684 CPUtime=0
/proc/23958/task/23963/stat : 23963 (java) S 23956 23958 23892 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1982920262 888508416 16085 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23958/tid=23964] ppid=23956 vsize=867684 CPUtime=0
/proc/23958/task/23964/stat : 23964 (java) S 23956 23958 23892 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 1982920264 888508416 16085 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23958/tid=23965] ppid=23956 vsize=867684 CPUtime=0.09
/proc/23958/task/23965/stat : 23965 (java) S 23956 23958 23892 0 -1 64 351 0 0 0 9 0 0 0 16 0 9 0 1982920264 888508416 16085 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23958/tid=23966] ppid=23956 vsize=867684 CPUtime=0
/proc/23958/task/23966/stat : 23966 (java) S 23956 23958 23892 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 1982920264 888508416 16085 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23958/tid=23967] ppid=23956 vsize=867684 CPUtime=0
/proc/23958/task/23967/stat : 23967 (java) S 23956 23958 23892 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1982920264 888508416 16085 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.11
Current children cumulated vsize (KiB) 867684

[startup+6.30231 s]
/proc/loadavg: 0.16 0.03 0.01 3/89 23989
/proc/meminfo: memFree=373232/2055920 swapFree=4179412/4192956
[pid=23958] ppid=23956 vsize=867684 CPUtime=6.3
/proc/23958/stat : 23958 (java) S 23956 23958 23892 0 -1 0 16811 0 1 0 583 47 0 0 18 0 9 0 1982920259 888508416 16214 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23958/statm: 216921 16214 1959 9 0 211393 0
[pid=23958/tid=23960] ppid=23956 vsize=867684 CPUtime=6.18
/proc/23958/task/23960/stat : 23960 (java) R 23956 23958 23892 0 -1 64 15452 0 1 0 572 46 0 0 25 0 9 0 1982920260 888508416 16214 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23958/tid=23961] ppid=23956 vsize=867684 CPUtime=0.01
/proc/23958/task/23961/stat : 23961 (java) S 23956 23958 23892 0 -1 64 278 0 0 0 1 0 0 0 16 0 9 0 1982920262 888508416 16214 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23958/tid=23962] ppid=23956 vsize=867684 CPUtime=0
/proc/23958/task/23962/stat : 23962 (java) S 23956 23958 23892 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1982920262 888508416 16214 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23958/tid=23963] ppid=23956 vsize=867684 CPUtime=0
/proc/23958/task/23963/stat : 23963 (java) S 23956 23958 23892 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1982920262 888508416 16214 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23958/tid=23964] ppid=23956 vsize=867684 CPUtime=0
/proc/23958/task/23964/stat : 23964 (java) S 23956 23958 23892 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 1982920264 888508416 16214 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23958/tid=23965] ppid=23956 vsize=867684 CPUtime=0.09
/proc/23958/task/23965/stat : 23965 (java) S 23956 23958 23892 0 -1 64 351 0 0 0 9 0 0 0 16 0 9 0 1982920264 888508416 16214 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23958/tid=23966] ppid=23956 vsize=867684 CPUtime=0
/proc/23958/task/23966/stat : 23966 (java) S 23956 23958 23892 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 1982920264 888508416 16214 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23958/tid=23967] ppid=23956 vsize=867684 CPUtime=0
/proc/23958/task/23967/stat : 23967 (java) S 23956 23958 23892 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1982920264 888508416 16214 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 867684

[startup+12.7025 s]
/proc/loadavg: 0.39 0.08 0.03 3/90 24028
/proc/meminfo: memFree=409520/2055920 swapFree=4179412/4192956
[pid=23958] ppid=23956 vsize=867684 CPUtime=12.69
/proc/23958/stat : 23958 (java) S 23956 23958 23892 0 -1 0 16815 0 1 0 1177 92 0 0 18 0 9 0 1982920259 888508416 16214 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23958/statm: 216921 16214 1959 9 0 211393 0
[pid=23958/tid=23960] ppid=23956 vsize=867684 CPUtime=12.56
/proc/23958/task/23960/stat : 23960 (java) R 23956 23958 23892 0 -1 64 15456 0 1 0 1165 91 0 0 25 0 9 0 1982920260 888508416 16214 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23958/tid=23961] ppid=23956 vsize=867684 CPUtime=0.02
/proc/23958/task/23961/stat : 23961 (java) S 23956 23958 23892 0 -1 64 278 0 0 0 2 0 0 0 16 0 9 0 1982920262 888508416 16214 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23958/tid=23962] ppid=23956 vsize=867684 CPUtime=0
/proc/23958/task/23962/stat : 23962 (java) S 23956 23958 23892 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1982920262 888508416 16214 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23958/tid=23963] ppid=23956 vsize=867684 CPUtime=0
/proc/23958/task/23963/stat : 23963 (java) S 23956 23958 23892 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1982920262 888508416 16214 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23958/tid=23964] ppid=23956 vsize=867684 CPUtime=0
/proc/23958/task/23964/stat : 23964 (java) S 23956 23958 23892 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 1982920264 888508416 16214 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23958/tid=23965] ppid=23956 vsize=867684 CPUtime=0.09
/proc/23958/task/23965/stat : 23965 (java) S 23956 23958 23892 0 -1 64 351 0 0 0 9 0 0 0 16 0 9 0 1982920264 888508416 16214 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23958/tid=23966] ppid=23956 vsize=867684 CPUtime=0
/proc/23958/task/23966/stat : 23966 (java) S 23956 23958 23892 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 1982920264 888508416 16214 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23958/tid=23967] ppid=23956 vsize=867684 CPUtime=0
/proc/23958/task/23967/stat : 23967 (java) S 23956 23958 23892 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1982920264 888508416 16214 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 867684

[startup+25.502 s]
/proc/loadavg: 0.74 0.18 0.06 3/90 24028
/proc/meminfo: memFree=408944/2055920 swapFree=4179412/4192956
[pid=23958] ppid=23956 vsize=867684 CPUtime=25.48
/proc/23958/stat : 23958 (java) S 23956 23958 23892 0 -1 0 16953 0 1 0 2380 168 0 0 18 0 9 0 1982920259 888508416 16343 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23958/statm: 216921 16343 1959 9 0 211393 0
[pid=23958/tid=23960] ppid=23956 vsize=867684 CPUtime=25.33
/proc/23958/task/23960/stat : 23960 (java) R 23956 23958 23892 0 -1 64 15465 0 1 0 2366 167 0 0 25 0 9 0 1982920260 888508416 16343 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23958/tid=23961] ppid=23956 vsize=867684 CPUtime=0.04
/proc/23958/task/23961/stat : 23961 (java) S 23956 23958 23892 0 -1 64 407 0 0 0 4 0 0 0 16 0 9 0 1982920262 888508416 16343 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23958/tid=23962] ppid=23956 vsize=867684 CPUtime=0
/proc/23958/task/23962/stat : 23962 (java) S 23956 23958 23892 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1982920262 888508416 16343 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23958/tid=23963] ppid=23956 vsize=867684 CPUtime=0
/proc/23958/task/23963/stat : 23963 (java) S 23956 23958 23892 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1982920262 888508416 16343 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23958/tid=23964] ppid=23956 vsize=867684 CPUtime=0
/proc/23958/task/23964/stat : 23964 (java) S 23956 23958 23892 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 1982920264 888508416 16343 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23958/tid=23965] ppid=23956 vsize=867684 CPUtime=0.09
/proc/23958/task/23965/stat : 23965 (java) S 23956 23958 23892 0 -1 64 351 0 0 0 9 0 0 0 16 0 9 0 1982920264 888508416 16343 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23958/tid=23966] ppid=23956 vsize=867684 CPUtime=0
/proc/23958/task/23966/stat : 23966 (java) S 23956 23958 23892 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 1982920264 888508416 16343 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23958/tid=23967] ppid=23956 vsize=867684 CPUtime=0
/proc/23958/task/23967/stat : 23967 (java) S 23956 23958 23892 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1982920264 888508416 16343 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 867684

[startup+51.1019 s]
/proc/loadavg: 1.17 0.32 0.11 3/90 24028
/proc/meminfo: memFree=408816/2055920 swapFree=4179412/4192956
[pid=23958] ppid=23956 vsize=867684 CPUtime=51.07
/proc/23958/stat : 23958 (java) S 23956 23958 23892 0 -1 0 16973 0 1 0 4806 301 0 0 18 0 9 0 1982920259 888508416 16343 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23958/statm: 216921 16343 1959 9 0 211393 0
[pid=23958/tid=23960] ppid=23956 vsize=867684 CPUtime=50.9
/proc/23958/task/23960/stat : 23960 (java) R 23956 23958 23892 0 -1 64 15485 0 1 0 4791 299 0 0 25 0 9 0 1982920260 888508416 16343 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23958/tid=23961] ppid=23956 vsize=867684 CPUtime=0.05
/proc/23958/task/23961/stat : 23961 (java) S 23956 23958 23892 0 -1 64 407 0 0 0 5 0 0 0 16 0 9 0 1982920262 888508416 16343 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23958/tid=23962] ppid=23956 vsize=867684 CPUtime=0
/proc/23958/task/23962/stat : 23962 (java) S 23956 23958 23892 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1982920262 888508416 16343 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23958/tid=23963] ppid=23956 vsize=867684 CPUtime=0
/proc/23958/task/23963/stat : 23963 (java) S 23956 23958 23892 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1982920262 888508416 16343 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23958/tid=23964] ppid=23956 vsize=867684 CPUtime=0
/proc/23958/task/23964/stat : 23964 (java) S 23956 23958 23892 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 1982920264 888508416 16343 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23958/tid=23965] ppid=23956 vsize=867684 CPUtime=0.09
/proc/23958/task/23965/stat : 23965 (java) S 23956 23958 23892 0 -1 64 351 0 0 0 9 0 0 0 16 0 9 0 1982920264 888508416 16343 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23958/tid=23966] ppid=23956 vsize=867684 CPUtime=0
/proc/23958/task/23966/stat : 23966 (java) S 23956 23958 23892 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 1982920264 888508416 16343 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23958/tid=23967] ppid=23956 vsize=867684 CPUtime=0
/proc/23958/task/23967/stat : 23967 (java) S 23956 23958 23892 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1982920264 888508416 16343 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 867684

[startup+102.307 s]
/proc/loadavg: 1.71 0.62 0.22 3/90 24028
/proc/meminfo: memFree=408432/2055920 swapFree=4179412/4192956
[pid=23958] ppid=23956 vsize=867684 CPUtime=102.25
/proc/23958/stat : 23958 (java) S 23956 23958 23892 0 -1 0 17010 0 1 0 9602 623 0 0 18 0 9 0 1982920259 888508416 16343 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23958/statm: 216921 16343 1959 9 0 211393 0
[pid=23958/tid=23960] ppid=23956 vsize=867684 CPUtime=102.06
/proc/23958/task/23960/stat : 23960 (java) R 23956 23958 23892 0 -1 64 15522 0 1 0 9585 621 0 0 25 0 9 0 1982920260 888508416 16343 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23958/tid=23961] ppid=23956 vsize=867684 CPUtime=0.07
/proc/23958/task/23961/stat : 23961 (java) S 23956 23958 23892 0 -1 64 407 0 0 0 7 0 0 0 16 0 9 0 1982920262 888508416 16343 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23958/tid=23962] ppid=23956 vsize=867684 CPUtime=0
/proc/23958/task/23962/stat : 23962 (java) S 23956 23958 23892 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1982920262 888508416 16343 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23958/tid=23963] ppid=23956 vsize=867684 CPUtime=0
/proc/23958/task/23963/stat : 23963 (java) S 23956 23958 23892 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1982920262 888508416 16343 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23958/tid=23964] ppid=23956 vsize=867684 CPUtime=0
/proc/23958/task/23964/stat : 23964 (java) S 23956 23958 23892 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 1982920264 888508416 16343 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23958/tid=23965] ppid=23956 vsize=867684 CPUtime=0.09
/proc/23958/task/23965/stat : 23965 (java) S 23956 23958 23892 0 -1 64 351 0 0 0 9 0 0 0 16 0 9 0 1982920264 888508416 16343 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23958/tid=23966] ppid=23956 vsize=867684 CPUtime=0
/proc/23958/task/23966/stat : 23966 (java) S 23956 23958 23892 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 1982920264 888508416 16343 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23958/tid=23967] ppid=23956 vsize=867684 CPUtime=0
/proc/23958/task/23967/stat : 23967 (java) S 23956 23958 23892 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1982920264 888508416 16343 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 867684

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

[startup+105.501 s]
/proc/loadavg: 1.71 0.62 0.22 3/90 24028
/proc/meminfo: memFree=408496/2055920 swapFree=4179412/4192956
[pid=23958] ppid=23956 vsize=867684 CPUtime=105.44
/proc/23958/stat : 23958 (java) S 23956 23958 23892 0 -1 0 17012 0 1 0 9902 642 0 0 18 0 9 0 1982920259 888508416 16343 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23958/statm: 216921 16343 1959 9 0 211393 0
[pid=23958/tid=23960] ppid=23956 vsize=867684 CPUtime=105.26
/proc/23958/task/23960/stat : 23960 (java) R 23956 23958 23892 0 -1 64 15524 0 1 0 9885 641 0 0 25 0 9 0 1982920260 888508416 16343 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23958/tid=23961] ppid=23956 vsize=867684 CPUtime=0.07
/proc/23958/task/23961/stat : 23961 (java) S 23956 23958 23892 0 -1 64 407 0 0 0 7 0 0 0 16 0 9 0 1982920262 888508416 16343 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23958/tid=23962] ppid=23956 vsize=867684 CPUtime=0
/proc/23958/task/23962/stat : 23962 (java) S 23956 23958 23892 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1982920262 888508416 16343 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23958/tid=23963] ppid=23956 vsize=867684 CPUtime=0
/proc/23958/task/23963/stat : 23963 (java) S 23956 23958 23892 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1982920262 888508416 16343 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23958/tid=23964] ppid=23956 vsize=867684 CPUtime=0
/proc/23958/task/23964/stat : 23964 (java) S 23956 23958 23892 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 1982920264 888508416 16343 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23958/tid=23965] ppid=23956 vsize=867684 CPUtime=0.09
/proc/23958/task/23965/stat : 23965 (java) S 23956 23958 23892 0 -1 64 351 0 0 0 9 0 0 0 16 0 9 0 1982920264 888508416 16343 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23958/tid=23966] ppid=23956 vsize=867684 CPUtime=0
/proc/23958/task/23966/stat : 23966 (java) S 23956 23958 23892 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 1982920264 888508416 16343 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23958/tid=23967] ppid=23956 vsize=867684 CPUtime=0
/proc/23958/task/23967/stat : 23967 (java) S 23956 23958 23892 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1982920264 888508416 16343 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 105.44
Current children cumulated vsize (KiB) 867684

[startup+107.102 s]
/proc/loadavg: 1.71 0.62 0.22 3/90 24028
/proc/meminfo: memFree=408496/2055920 swapFree=4179412/4192956
[pid=23958] ppid=23956 vsize=867684 CPUtime=107.05
/proc/23958/stat : 23958 (java) S 23956 23958 23892 0 -1 0 17013 0 1 0 10054 651 0 0 18 0 9 0 1982920259 888508416 16343 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23958/statm: 216921 16343 1959 9 0 211393 0
[pid=23958/tid=23960] ppid=23956 vsize=867684 CPUtime=106.85
/proc/23958/task/23960/stat : 23960 (java) R 23956 23958 23892 0 -1 64 15525 0 1 0 10036 649 0 0 25 0 9 0 1982920260 888508416 16343 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23958/tid=23961] ppid=23956 vsize=867684 CPUtime=0.07
/proc/23958/task/23961/stat : 23961 (java) S 23956 23958 23892 0 -1 64 407 0 0 0 7 0 0 0 16 0 9 0 1982920262 888508416 16343 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23958/tid=23962] ppid=23956 vsize=867684 CPUtime=0
/proc/23958/task/23962/stat : 23962 (java) S 23956 23958 23892 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1982920262 888508416 16343 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23958/tid=23963] ppid=23956 vsize=867684 CPUtime=0
/proc/23958/task/23963/stat : 23963 (java) S 23956 23958 23892 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1982920262 888508416 16343 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23958/tid=23964] ppid=23956 vsize=867684 CPUtime=0
/proc/23958/task/23964/stat : 23964 (java) S 23956 23958 23892 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 1982920264 888508416 16343 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23958/tid=23965] ppid=23956 vsize=867684 CPUtime=0.09
/proc/23958/task/23965/stat : 23965 (java) S 23956 23958 23892 0 -1 64 351 0 0 0 9 0 0 0 16 0 9 0 1982920264 888508416 16343 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23958/tid=23966] ppid=23956 vsize=867684 CPUtime=0
/proc/23958/task/23966/stat : 23966 (java) S 23956 23958 23892 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 1982920264 888508416 16343 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23958/tid=23967] ppid=23956 vsize=867684 CPUtime=0
/proc/23958/task/23967/stat : 23967 (java) S 23956 23958 23892 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1982920264 888508416 16343 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 107.05
Current children cumulated vsize (KiB) 867684

[startup+107.903 s]
/proc/loadavg: 1.73 0.64 0.23 3/90 24028
/proc/meminfo: memFree=408496/2055920 swapFree=4179412/4192956
[pid=23958] ppid=23956 vsize=867684 CPUtime=107.85
/proc/23958/stat : 23958 (java) S 23956 23958 23892 0 -1 0 17014 0 1 0 10131 654 0 0 18 0 9 0 1982920259 888508416 16343 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23958/statm: 216921 16343 1959 9 0 211393 0
[pid=23958/tid=23960] ppid=23956 vsize=867684 CPUtime=107.65
/proc/23958/task/23960/stat : 23960 (java) R 23956 23958 23892 0 -1 64 15526 0 1 0 10113 652 0 0 25 0 9 0 1982920260 888508416 16343 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23958/tid=23961] ppid=23956 vsize=867684 CPUtime=0.07
/proc/23958/task/23961/stat : 23961 (java) S 23956 23958 23892 0 -1 64 407 0 0 0 7 0 0 0 16 0 9 0 1982920262 888508416 16343 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23958/tid=23962] ppid=23956 vsize=867684 CPUtime=0
/proc/23958/task/23962/stat : 23962 (java) S 23956 23958 23892 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1982920262 888508416 16343 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23958/tid=23963] ppid=23956 vsize=867684 CPUtime=0
/proc/23958/task/23963/stat : 23963 (java) S 23956 23958 23892 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1982920262 888508416 16343 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23958/tid=23964] ppid=23956 vsize=867684 CPUtime=0
/proc/23958/task/23964/stat : 23964 (java) S 23956 23958 23892 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 1982920264 888508416 16343 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23958/tid=23965] ppid=23956 vsize=867684 CPUtime=0.09
/proc/23958/task/23965/stat : 23965 (java) S 23956 23958 23892 0 -1 64 351 0 0 0 9 0 0 0 16 0 9 0 1982920264 888508416 16343 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23958/tid=23966] ppid=23956 vsize=867684 CPUtime=0
/proc/23958/task/23966/stat : 23966 (java) S 23956 23958 23892 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 1982920264 888508416 16343 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23958/tid=23967] ppid=23956 vsize=867684 CPUtime=0
/proc/23958/task/23967/stat : 23967 (java) S 23956 23958 23892 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1982920264 888508416 16343 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 107.85
Current children cumulated vsize (KiB) 867684

[startup+108.303 s]
/proc/loadavg: 1.73 0.64 0.23 3/90 24028
/proc/meminfo: memFree=408496/2055920 swapFree=4179412/4192956
[pid=23958] ppid=23956 vsize=867684 CPUtime=108.25
/proc/23958/stat : 23958 (java) S 23956 23958 23892 0 -1 0 17014 0 1 0 10169 656 0 0 18 0 9 0 1982920259 888508416 16343 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23958/statm: 216921 16343 1959 9 0 211393 0
[pid=23958/tid=23960] ppid=23956 vsize=867684 CPUtime=108.06
/proc/23958/task/23960/stat : 23960 (java) R 23956 23958 23892 0 -1 64 15526 0 1 0 10152 654 0 0 25 0 9 0 1982920260 888508416 16343 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23958/tid=23961] ppid=23956 vsize=867684 CPUtime=0.07
/proc/23958/task/23961/stat : 23961 (java) S 23956 23958 23892 0 -1 64 407 0 0 0 7 0 0 0 16 0 9 0 1982920262 888508416 16343 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23958/tid=23962] ppid=23956 vsize=867684 CPUtime=0
/proc/23958/task/23962/stat : 23962 (java) S 23956 23958 23892 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1982920262 888508416 16343 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23958/tid=23963] ppid=23956 vsize=867684 CPUtime=0
/proc/23958/task/23963/stat : 23963 (java) S 23956 23958 23892 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1982920262 888508416 16343 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23958/tid=23964] ppid=23956 vsize=867684 CPUtime=0
/proc/23958/task/23964/stat : 23964 (java) S 23956 23958 23892 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 1982920264 888508416 16343 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23958/tid=23965] ppid=23956 vsize=867684 CPUtime=0.09
/proc/23958/task/23965/stat : 23965 (java) S 23956 23958 23892 0 -1 64 351 0 0 0 9 0 0 0 16 0 9 0 1982920264 888508416 16343 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23958/tid=23966] ppid=23956 vsize=867684 CPUtime=0
/proc/23958/task/23966/stat : 23966 (java) S 23956 23958 23892 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 1982920264 888508416 16343 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23958/tid=23967] ppid=23956 vsize=867684 CPUtime=0
/proc/23958/task/23967/stat : 23967 (java) S 23956 23958 23892 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1982920264 888508416 16343 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 108.25
Current children cumulated vsize (KiB) 867684

Child status: 0
Real time (s): 108.35
CPU time (s): 108.288
CPU user time (s): 101.717
CPU system time (s): 6.571
CPU usage (%): 99.9427
Max. virtual memory (cumulated for all children) (KiB): 867684

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 101.717
system time used= 6.571
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17026
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= 3338
involuntary context switches= 1624

runsolver used 0.151976 second user time and 0.347947 second system time

The end

Launcher Data (download as text)

Begin job on node62 at 2008-07-03 00:58:05
IDJOB=1047009
IDBENCH=54010
IDSOLVER=349
FILE ID=node62/1047009-1215039485
PBS_JOBID= 7875051
Free space on /tmp= 65292 MiB

SOLVER NAME= choco2_dwdeg 2008-06-26
BENCH NAME= CPAI08/csp/pret/normalized-pret-60-40_ext.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-1047009-1215039485/watcher-1047009-1215039485 -o /tmp/evaluation-result-1047009-1215039485/solver-1047009-1215039485 -C 1800 -W 2200 -M 900 --output-limit 1,15  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar choco2dwdeg.jar HOME/instance-1047009-1215039485.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 5815cb024ec0a30d2994358587d9268b
RANDOM SEED=943411146

node62.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.259
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.259
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:        480192 kB
Buffers:         43892 kB
Cached:        1415648 kB
SwapCached:       6472 kB
Active:         605628 kB
Inactive:       863232 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        480192 kB
SwapTotal:     4192956 kB
SwapFree:      4179412 kB
Dirty:            5948 kB
Writeback:           0 kB
Mapped:          15240 kB
Slab:            92436 kB
Committed_AS:  3876816 kB
PageTables:       1688 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= 65284 MiB
End job on node62 at 2008-07-03 00:59:54