Trace number 1077412

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
Concrete + CPS4J 2008-05-30? (MO) 121.73 135.72

General information on the benchmark

Namecsp/primes-15/
normalized-primes-15-80-2-3.xml
MD5SUMde43fefc90b0665ae06d375b209c0c9d
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.021995
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints80
Maximum constraint arity5
Maximum domain size46
Number of constraints which are defined in extension0
Number of constraints which are defined in intension80
Global constraints used (with number of constraints)

Solver Data (download as text)

74.43/75.14	c Fri Jul 04 19:28:30 CEST 2008 concrete.ResourceController isOutOfTime
74.43/75.14	c WARNING: Out of time
121.53/135.59	c CPU-LOAD 55.63
121.53/135.59	c LOADED 100 V (46 E), 4 ExtensionConstraint2D, 76 PredicateConstraint, arity 5, 55.63 cpu

Verifier Data (download as text)

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

Watcher Data (download as text)

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

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1077412-1215192435/watcher-1077412-1215192435 -o /tmp/evaluation-result-1077412-1215192435/solver-1077412-1215192435 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/concrete.sh -c -ext 60 HOME/instance-1077412-1215192435.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.00 2.00 4/81 9446
/proc/meminfo: memFree=933664/2055920 swapFree=4192812/4192956
[pid=9446] ppid=9444 vsize=18572 CPUtime=0
/proc/9446/stat : 9446 (runsolver) R 9444 9446 7285 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 146628843 19017728 292 996147200 4194304 4296836 548682068448 18446744073709551615 217871609127 0 0 4096 24578 0 0 0 17 1 0 0
/proc/9446/statm: 4643 292 257 25 0 2626 0

[startup+0.017184 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 9446
/proc/meminfo: memFree=933664/2055920 swapFree=4192812/4192956
[pid=9446] ppid=9444 vsize=5356 CPUtime=0
/proc/9446/stat : 9446 (concrete.sh) S 9444 9446 7285 0 -1 4194304 316 128 0 0 0 0 0 0 20 0 1 0 146628843 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9446/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.105369 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 9446
/proc/meminfo: memFree=933664/2055920 swapFree=4192812/4192956
[pid=9446] ppid=9444 vsize=5356 CPUtime=0
/proc/9446/stat : 9446 (concrete.sh) S 9444 9446 7285 0 -1 4194304 316 128 0 0 0 0 0 0 20 0 1 0 146628843 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9446/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.301384 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 9446
/proc/meminfo: memFree=933664/2055920 swapFree=4192812/4192956
[pid=9446] ppid=9444 vsize=5356 CPUtime=0
/proc/9446/stat : 9446 (concrete.sh) S 9444 9446 7285 0 -1 4194304 316 128 0 0 0 0 0 0 20 0 1 0 146628843 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9446/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.701432 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 9446
/proc/meminfo: memFree=933664/2055920 swapFree=4192812/4192956
[pid=9446] ppid=9444 vsize=5356 CPUtime=0
/proc/9446/stat : 9446 (concrete.sh) S 9444 9446 7285 0 -1 4194304 316 128 0 0 0 0 0 0 20 0 1 0 146628843 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9446/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.50253 s]
/proc/loadavg: 2.00 2.00 2.00 5/92 9458
/proc/meminfo: memFree=906376/2055920 swapFree=4192812/4192956
[pid=9446] ppid=9444 vsize=5356 CPUtime=0
/proc/9446/stat : 9446 (concrete.sh) S 9444 9446 7285 0 -1 4194304 316 128 0 0 0 0 0 0 20 0 1 0 146628843 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9446/statm: 1339 242 201 169 0 50 0
[pid=9449] ppid=9446 vsize=847820 CPUtime=1.46
/proc/9449/stat : 9449 (java) S 9446 9446 7285 0 -1 0 16112 0 1 0 137 9 0 0 18 0 10 0 146628844 868167680 15225 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9449/statm: 211955 15225 2579 9 0 206515 0
[pid=9449/tid=9450] ppid=9446 vsize=847820 CPUtime=0.62
/proc/9449/task/9450/stat : 9450 (java) R 9446 9446 7285 0 -1 64 5850 0 1 0 58 4 0 0 22 0 10 0 146628845 868167680 15225 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9449/tid=9451] ppid=9446 vsize=847820 CPUtime=0.58
/proc/9449/task/9451/stat : 9451 (java) S 9446 9446 7285 0 -1 64 8473 0 0 0 54 4 0 0 18 0 10 0 146628846 868167680 15225 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9449/tid=9452] ppid=9446 vsize=847820 CPUtime=0
/proc/9449/task/9452/stat : 9452 (java) S 9446 9446 7285 0 -1 64 12 0 0 0 0 0 0 0 16 0 10 0 146628847 868167680 15225 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9449/tid=9453] ppid=9446 vsize=847820 CPUtime=0
/proc/9449/task/9453/stat : 9453 (java) S 9446 9446 7285 0 -1 64 6 0 0 0 0 0 0 0 15 0 10 0 146628847 868167680 15225 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9449/tid=9454] ppid=9446 vsize=847820 CPUtime=0
/proc/9449/task/9454/stat : 9454 (java) S 9446 9446 7285 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 146628849 868167680 15225 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9449/tid=9455] ppid=9446 vsize=847820 CPUtime=0.24
/proc/9449/task/9455/stat : 9455 (java) R 9446 9446 7285 0 -1 64 1052 0 0 0 24 0 0 0 16 0 10 0 146628849 868167680 15225 996147200 134512640 134550740 4294956032 18446744073709551615 101989317 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9449/tid=9456] ppid=9446 vsize=847820 CPUtime=0
/proc/9449/task/9456/stat : 9456 (java) S 9446 9446 7285 0 -1 64 1 0 0 0 0 0 0 0 19 0 10 0 146628849 868167680 15225 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9449/tid=9457] ppid=9446 vsize=847820 CPUtime=0
/proc/9449/task/9457/stat : 9457 (java) S 9446 9446 7285 0 -1 64 3 0 0 0 0 0 0 0 15 0 10 0 146628849 868167680 15225 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9449/tid=9458] ppid=9446 vsize=847820 CPUtime=0
/proc/9449/task/9458/stat : 9458 (java) S 9446 9446 7285 0 -1 64 4 0 0 0 0 0 0 0 20 0 10 0 146628895 868167680 15225 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 853176

[startup+3.10272 s]
/proc/loadavg: 2.00 2.00 2.00 3/92 9458
/proc/meminfo: memFree=881096/2055920 swapFree=4192812/4192956
[pid=9446] ppid=9444 vsize=5356 CPUtime=0
/proc/9446/stat : 9446 (concrete.sh) S 9444 9446 7285 0 -1 4194304 316 128 0 0 0 0 0 0 20 0 1 0 146628843 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9446/statm: 1339 242 201 169 0 50 0
[pid=9449] ppid=9446 vsize=848916 CPUtime=3.06
/proc/9449/stat : 9449 (java) S 9446 9446 7285 0 -1 0 58148 0 1 0 272 34 0 0 18 0 10 0 146628844 869289984 56032 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9449/statm: 212229 56032 2581 9 0 206789 0
[pid=9449/tid=9450] ppid=9446 vsize=848916 CPUtime=1.24
/proc/9449/task/9450/stat : 9450 (java) S 9446 9446 7285 0 -1 64 38315 0 1 0 100 24 0 0 25 0 10 0 146628845 869289984 56032 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9449/tid=9451] ppid=9446 vsize=848916 CPUtime=1.52
/proc/9449/task/9451/stat : 9451 (java) R 9446 9446 7285 0 -1 64 18030 0 0 0 144 8 0 0 19 0 10 0 146628846 869289984 56032 996147200 134512640 134550740 4294956032 18446744073709551615 103834242 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9449/tid=9452] ppid=9446 vsize=848916 CPUtime=0
/proc/9449/task/9452/stat : 9452 (java) S 9446 9446 7285 0 -1 64 12 0 0 0 0 0 0 0 16 0 10 0 146628847 869289984 56032 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9449/tid=9453] ppid=9446 vsize=848916 CPUtime=0
/proc/9449/task/9453/stat : 9453 (java) S 9446 9446 7285 0 -1 64 6 0 0 0 0 0 0 0 16 0 10 0 146628847 869289984 56032 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9449/tid=9454] ppid=9446 vsize=848916 CPUtime=0
/proc/9449/task/9454/stat : 9454 (java) S 9446 9446 7285 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 146628849 869289984 56032 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9449/tid=9455] ppid=9446 vsize=848916 CPUtime=0.26
/proc/9449/task/9455/stat : 9455 (java) S 9446 9446 7285 0 -1 64 1066 0 0 0 26 0 0 0 16 0 10 0 146628849 869289984 56032 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9449/tid=9456] ppid=9446 vsize=848916 CPUtime=0
/proc/9449/task/9456/stat : 9456 (java) S 9446 9446 7285 0 -1 64 1 0 0 0 0 0 0 0 19 0 10 0 146628849 869289984 56032 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9449/tid=9457] ppid=9446 vsize=848916 CPUtime=0
/proc/9449/task/9457/stat : 9457 (java) S 9446 9446 7285 0 -1 64 3 0 0 0 0 0 0 0 15 0 10 0 146628849 869289984 56032 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9449/tid=9458] ppid=9446 vsize=848916 CPUtime=0
/proc/9449/task/9458/stat : 9458 (java) S 9446 9446 7285 0 -1 64 4 0 0 0 0 0 0 0 20 0 10 0 146628895 869289984 56032 996147200 134512640 134550740 4294956032 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) 854272

[startup+6.30208 s]
/proc/loadavg: 2.08 2.02 2.01 4/92 9458
/proc/meminfo: memFree=521992/2055920 swapFree=4192812/4192956
[pid=9446] ppid=9444 vsize=5356 CPUtime=0
/proc/9446/stat : 9446 (concrete.sh) S 9444 9446 7285 0 -1 4194304 316 128 0 0 0 0 0 0 20 0 1 0 146628843 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9446/statm: 1339 242 201 169 0 50 0
[pid=9449] ppid=9446 vsize=868112 CPUtime=6.23
/proc/9449/stat : 9449 (java) S 9446 9446 7285 0 -1 0 107217 0 1 0 558 65 0 0 18 0 10 0 146628844 888946688 105094 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9449/statm: 217028 105094 2581 9 0 211588 0
[pid=9449/tid=9450] ppid=9446 vsize=868112 CPUtime=1.89
/proc/9449/task/9450/stat : 9450 (java) S 9446 9446 7285 0 -1 64 47869 0 1 0 159 30 0 0 25 0 10 0 146628845 888946688 105094 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9449/tid=9451] ppid=9446 vsize=868112 CPUtime=4.04
/proc/9449/task/9451/stat : 9451 (java) R 9446 9446 7285 0 -1 64 57545 0 0 0 371 33 0 0 25 0 10 0 146628846 888946688 105094 996147200 134512640 134550740 4294956032 18446744073709551615 104457031 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9449/tid=9452] ppid=9446 vsize=868112 CPUtime=0
/proc/9449/task/9452/stat : 9452 (java) S 9446 9446 7285 0 -1 64 12 0 0 0 0 0 0 0 16 0 10 0 146628847 888946688 105094 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9449/tid=9453] ppid=9446 vsize=868112 CPUtime=0
/proc/9449/task/9453/stat : 9453 (java) S 9446 9446 7285 0 -1 64 6 0 0 0 0 0 0 0 16 0 10 0 146628847 888946688 105094 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9449/tid=9454] ppid=9446 vsize=868112 CPUtime=0
/proc/9449/task/9454/stat : 9454 (java) S 9446 9446 7285 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 146628849 888946688 105094 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9449/tid=9455] ppid=9446 vsize=868112 CPUtime=0.26
/proc/9449/task/9455/stat : 9455 (java) S 9446 9446 7285 0 -1 64 1066 0 0 0 26 0 0 0 16 0 10 0 146628849 888946688 105094 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9449/tid=9456] ppid=9446 vsize=868112 CPUtime=0
/proc/9449/task/9456/stat : 9456 (java) S 9446 9446 7285 0 -1 64 1 0 0 0 0 0 0 0 19 0 10 0 146628849 888946688 105094 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9449/tid=9457] ppid=9446 vsize=868112 CPUtime=0
/proc/9449/task/9457/stat : 9457 (java) S 9446 9446 7285 0 -1 64 3 0 0 0 0 0 0 0 15 0 10 0 146628849 888946688 105094 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9449/tid=9458] ppid=9446 vsize=868112 CPUtime=0
/proc/9449/task/9458/stat : 9458 (java) S 9446 9446 7285 0 -1 64 4 0 0 0 0 0 0 0 20 0 10 0 146628895 888946688 105094 996147200 134512640 134550740 4294956032 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) 873468

[startup+12.7028 s]
/proc/loadavg: 2.07 2.02 2.00 3/92 9458
/proc/meminfo: memFree=197064/2055920 swapFree=4192812/4192956
[pid=9446] ppid=9444 vsize=5356 CPUtime=0
/proc/9446/stat : 9446 (concrete.sh) S 9444 9446 7285 0 -1 4194304 316 128 0 0 0 0 0 0 20 0 1 0 146628843 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9446/statm: 1339 242 201 169 0 50 0
[pid=9449] ppid=9446 vsize=901864 CPUtime=12.54
/proc/9449/stat : 9449 (java) S 9446 9446 7285 0 -1 0 188240 0 1 0 1139 115 0 0 18 0 10 0 146628844 923508736 186111 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9449/statm: 225466 186111 2581 9 0 220026 0
[pid=9449/tid=9450] ppid=9446 vsize=901864 CPUtime=2.99
/proc/9449/task/9450/stat : 9450 (java) S 9446 9446 7285 0 -1 64 59170 0 1 0 263 36 0 0 17 0 10 0 146628845 923508736 186111 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9449/tid=9451] ppid=9446 vsize=901864 CPUtime=9.26
/proc/9449/task/9451/stat : 9451 (java) R 9446 9446 7285 0 -1 64 127267 0 0 0 849 77 0 0 25 0 10 0 146628846 923508736 186111 996147200 134512640 134550740 4294956032 18446744073709551615 104457031 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9449/tid=9452] ppid=9446 vsize=901864 CPUtime=0
/proc/9449/task/9452/stat : 9452 (java) S 9446 9446 7285 0 -1 64 12 0 0 0 0 0 0 0 16 0 10 0 146628847 923508736 186111 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9449/tid=9453] ppid=9446 vsize=901864 CPUtime=0
/proc/9449/task/9453/stat : 9453 (java) S 9446 9446 7285 0 -1 64 6 0 0 0 0 0 0 0 16 0 10 0 146628847 923508736 186111 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9449/tid=9454] ppid=9446 vsize=901864 CPUtime=0
/proc/9449/task/9454/stat : 9454 (java) S 9446 9446 7285 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 146628849 923508736 186111 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9449/tid=9455] ppid=9446 vsize=901864 CPUtime=0.26
/proc/9449/task/9455/stat : 9455 (java) S 9446 9446 7285 0 -1 64 1066 0 0 0 26 0 0 0 16 0 10 0 146628849 923508736 186111 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9449/tid=9456] ppid=9446 vsize=901864 CPUtime=0
/proc/9449/task/9456/stat : 9456 (java) S 9446 9446 7285 0 -1 64 1 0 0 0 0 0 0 0 19 0 10 0 146628849 923508736 186111 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9449/tid=9457] ppid=9446 vsize=901864 CPUtime=0
/proc/9449/task/9457/stat : 9457 (java) S 9446 9446 7285 0 -1 64 3 0 0 0 0 0 0 0 15 0 10 0 146628849 923508736 186111 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9449/tid=9458] ppid=9446 vsize=901864 CPUtime=0
/proc/9449/task/9458/stat : 9458 (java) S 9446 9446 7285 0 -1 64 4 0 0 0 0 0 0 0 20 0 10 0 146628895 923508736 186111 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 907220

[startup+25.5013 s]
/proc/loadavg: 2.06 2.01 2.00 3/92 9458
/proc/meminfo: memFree=118472/2055920 swapFree=4192812/4192956
[pid=9446] ppid=9444 vsize=5356 CPUtime=0
/proc/9446/stat : 9446 (concrete.sh) S 9444 9446 7285 0 -1 4194304 316 128 0 0 0 0 0 0 20 0 1 0 146628843 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9446/statm: 1339 242 201 169 0 50 0
[pid=9449] ppid=9446 vsize=915140 CPUtime=25.21
/proc/9449/stat : 9449 (java) S 9446 9446 7285 0 -1 0 207896 0 1 0 2394 127 0 0 18 0 10 0 146628844 937103360 205761 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9449/statm: 228785 205761 2581 9 0 223345 0
[pid=9449/tid=9450] ppid=9446 vsize=915140 CPUtime=3.48
/proc/9449/task/9450/stat : 9450 (java) S 9446 9446 7285 0 -1 64 62392 0 1 0 310 38 0 0 17 0 10 0 146628845 937103360 205761 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9449/tid=9451] ppid=9446 vsize=915140 CPUtime=21.45
/proc/9449/task/9451/stat : 9451 (java) R 9446 9446 7285 0 -1 64 143701 0 0 0 2058 87 0 0 25 0 10 0 146628846 937103360 205761 996147200 134512640 134550740 4294956032 18446744073709551615 104457031 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9449/tid=9452] ppid=9446 vsize=915140 CPUtime=0
/proc/9449/task/9452/stat : 9452 (java) S 9446 9446 7285 0 -1 64 12 0 0 0 0 0 0 0 16 0 10 0 146628847 937103360 205761 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9449/tid=9453] ppid=9446 vsize=915140 CPUtime=0
/proc/9449/task/9453/stat : 9453 (java) S 9446 9446 7285 0 -1 64 6 0 0 0 0 0 0 0 16 0 10 0 146628847 937103360 205761 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9449/tid=9454] ppid=9446 vsize=915140 CPUtime=0
/proc/9449/task/9454/stat : 9454 (java) S 9446 9446 7285 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 146628849 937103360 205761 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9449/tid=9455] ppid=9446 vsize=915140 CPUtime=0.26
/proc/9449/task/9455/stat : 9455 (java) S 9446 9446 7285 0 -1 64 1066 0 0 0 26 0 0 0 16 0 10 0 146628849 937103360 205761 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9449/tid=9456] ppid=9446 vsize=915140 CPUtime=0
/proc/9449/task/9456/stat : 9456 (java) S 9446 9446 7285 0 -1 64 1 0 0 0 0 0 0 0 19 0 10 0 146628849 937103360 205761 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9449/tid=9457] ppid=9446 vsize=915140 CPUtime=0
/proc/9449/task/9457/stat : 9457 (java) S 9446 9446 7285 0 -1 64 3 0 0 0 0 0 0 0 15 0 10 0 146628849 937103360 205761 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9449/tid=9458] ppid=9446 vsize=915140 CPUtime=0
/proc/9449/task/9458/stat : 9458 (java) S 9446 9446 7285 0 -1 64 4 0 0 0 0 0 0 0 20 0 10 0 146628895 937103360 205761 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.21
Current children cumulated vsize (KiB) 920496

[startup+51.1021 s]
/proc/loadavg: 2.04 2.01 2.00 3/83 9488
/proc/meminfo: memFree=911136/2055920 swapFree=4192812/4192956
[pid=9446] ppid=9444 vsize=5356 CPUtime=0
/proc/9446/stat : 9446 (concrete.sh) S 9444 9446 7285 0 -1 4194304 316 128 0 0 0 0 0 0 20 0 1 0 146628843 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9446/statm: 1339 242 201 169 0 50 0
[pid=9449] ppid=9446 vsize=915204 CPUtime=50.62
/proc/9449/stat : 9449 (java) S 9446 9446 7285 0 -1 0 208482 0 1 0 4932 130 0 0 18 0 10 0 146628844 937168896 206327 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9449/statm: 228801 206327 2581 9 0 223361 0
[pid=9449/tid=9450] ppid=9446 vsize=915204 CPUtime=6.49
/proc/9449/task/9450/stat : 9450 (java) S 9446 9446 7285 0 -1 64 62415 0 1 0 610 39 0 0 17 0 10 0 146628845 937168896 206327 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9449/tid=9451] ppid=9446 vsize=915204 CPUtime=43.81
/proc/9449/task/9451/stat : 9451 (java) R 9446 9446 7285 0 -1 64 144259 0 0 0 4293 88 0 0 25 0 10 0 146628846 937168896 206327 996147200 134512640 134550740 4294956032 18446744073709551615 102686990 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9449/tid=9452] ppid=9446 vsize=915204 CPUtime=0
/proc/9449/task/9452/stat : 9452 (java) S 9446 9446 7285 0 -1 64 12 0 0 0 0 0 0 0 16 0 10 0 146628847 937168896 206327 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9449/tid=9453] ppid=9446 vsize=915204 CPUtime=0
/proc/9449/task/9453/stat : 9453 (java) S 9446 9446 7285 0 -1 64 6 0 0 0 0 0 0 0 16 0 10 0 146628847 937168896 206327 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9449/tid=9454] ppid=9446 vsize=915204 CPUtime=0
/proc/9449/task/9454/stat : 9454 (java) S 9446 9446 7285 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 146628849 937168896 206327 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9449/tid=9455] ppid=9446 vsize=915204 CPUtime=0.27
/proc/9449/task/9455/stat : 9455 (java) S 9446 9446 7285 0 -1 64 1071 0 0 0 27 0 0 0 16 0 10 0 146628849 937168896 206327 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9449/tid=9456] ppid=9446 vsize=915204 CPUtime=0
/proc/9449/task/9456/stat : 9456 (java) S 9446 9446 7285 0 -1 64 1 0 0 0 0 0 0 0 19 0 10 0 146628849 937168896 206327 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9449/tid=9457] ppid=9446 vsize=915204 CPUtime=0.01
/proc/9449/task/9457/stat : 9457 (java) S 9446 9446 7285 0 -1 64 3 0 0 0 0 1 0 0 15 0 10 0 146628849 937168896 206327 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9449/tid=9458] ppid=9446 vsize=915204 CPUtime=0
/proc/9449/task/9458/stat : 9458 (java) S 9446 9446 7285 0 -1 64 4 0 0 0 0 0 0 0 20 0 10 0 146628895 937168896 206327 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.62
Current children cumulated vsize (KiB) 920560

[startup+102.302 s]
/proc/loadavg: 2.62 2.15 2.04 4/93 9537
/proc/meminfo: memFree=782592/2055920 swapFree=4192812/4192956
[pid=9446] ppid=9444 vsize=5356 CPUtime=0
/proc/9446/stat : 9446 (concrete.sh) S 9444 9446 7285 0 -1 4194304 316 128 0 0 0 0 0 0 20 0 1 0 146628843 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9446/statm: 1339 242 201 169 0 50 0
[pid=9449] ppid=9446 vsize=915236 CPUtime=97.97
/proc/9449/stat : 9449 (java) S 9446 9446 7285 0 -1 0 208698 0 1 0 9656 141 0 0 18 0 10 0 146628844 937201664 206471 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9449/statm: 228809 206471 2594 9 0 223369 0
[pid=9449/tid=9450] ppid=9446 vsize=915236 CPUtime=32.3
/proc/9449/task/9450/stat : 9450 (java) R 9446 9446 7285 0 -1 64 62563 0 1 0 3185 45 0 0 25 0 10 0 146628845 937201664 206471 996147200 134512640 134550740 4294956032 18446744073709551615 4126645091 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9449/tid=9451] ppid=9446 vsize=915236 CPUtime=65.21
/proc/9449/task/9451/stat : 9451 (java) S 9446 9446 7285 0 -1 64 144259 0 0 0 6432 89 0 0 16 0 10 0 146628846 937201664 206471 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9449/tid=9452] ppid=9446 vsize=915236 CPUtime=0
/proc/9449/task/9452/stat : 9452 (java) S 9446 9446 7285 0 -1 64 12 0 0 0 0 0 0 0 16 0 10 0 146628847 937201664 206471 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9449/tid=9453] ppid=9446 vsize=915236 CPUtime=0
/proc/9449/task/9453/stat : 9453 (java) S 9446 9446 7285 0 -1 64 6 0 0 0 0 0 0 0 16 0 10 0 146628847 937201664 206471 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9449/tid=9454] ppid=9446 vsize=915236 CPUtime=0
/proc/9449/task/9454/stat : 9454 (java) S 9446 9446 7285 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 146628849 937201664 206471 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9449/tid=9455] ppid=9446 vsize=915236 CPUtime=0.35
/proc/9449/task/9455/stat : 9455 (java) S 9446 9446 7285 0 -1 64 1137 0 0 0 35 0 0 0 16 0 10 0 146628849 937201664 206471 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9449/tid=9456] ppid=9446 vsize=915236 CPUtime=0
/proc/9449/task/9456/stat : 9456 (java) S 9446 9446 7285 0 -1 64 1 0 0 0 0 0 0 0 19 0 10 0 146628849 937201664 206471 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9449/tid=9457] ppid=9446 vsize=915236 CPUtime=0.07
/proc/9449/task/9457/stat : 9457 (java) S 9446 9446 7285 0 -1 64 3 0 0 0 2 5 0 0 15 0 10 0 146628849 937201664 206471 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9449/tid=9537] ppid=9446 vsize=915236 CPUtime=0
/proc/9449/task/9537/stat : 9537 (java) S 9446 9446 7285 0 -1 64 0 0 0 0 0 0 0 0 16 0 10 0 146636371 937201664 206471 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 97.97
Current children cumulated vsize (KiB) 920592



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+135.702 s]
/proc/loadavg: 3.32 2.39 2.13 5/93 9538
/proc/meminfo: memFree=652856/2055920 swapFree=4192812/4192956
[pid=9446] ppid=9444 vsize=5356 CPUtime=0
/proc/9446/stat : 9446 (concrete.sh) S 9444 9446 7285 0 -1 4194304 316 128 0 0 0 0 0 0 20 0 1 0 146628843 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9446/statm: 1339 242 201 169 0 50 0
[pid=9449] ppid=9446 vsize=916260 CPUtime=121.73
/proc/9449/stat : 9449 (java) S 9446 9446 7285 0 -1 0 208768 0 1 0 12010 163 0 0 18 0 10 0 146628844 938250240 188251 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9449/statm: 229065 188251 2596 9 0 223625 0
[pid=9449/tid=9450] ppid=9446 vsize=916260 CPUtime=55.73
/proc/9449/task/9450/stat : 9450 (java) R 9446 9446 7285 0 -1 64 62611 0 1 0 5520 53 0 0 24 0 10 0 146628845 938250240 188251 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9449/tid=9451] ppid=9446 vsize=916260 CPUtime=65.42
/proc/9449/task/9451/stat : 9451 (java) S 9446 9446 7285 0 -1 64 144277 0 0 0 6444 98 0 0 16 0 10 0 146628846 938250240 188251 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9449/tid=9452] ppid=9446 vsize=916260 CPUtime=0
/proc/9449/task/9452/stat : 9452 (java) S 9446 9446 7285 0 -1 64 12 0 0 0 0 0 0 0 16 0 10 0 146628847 938250240 188251 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9449/tid=9453] ppid=9446 vsize=916260 CPUtime=0
/proc/9449/task/9453/stat : 9453 (java) S 9446 9446 7285 0 -1 64 6 0 0 0 0 0 0 0 16 0 10 0 146628847 938250240 188251 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9449/tid=9454] ppid=9446 vsize=916260 CPUtime=0
/proc/9449/task/9454/stat : 9454 (java) S 9446 9446 7285 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 146628849 938250240 188251 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9449/tid=9455] ppid=9446 vsize=916260 CPUtime=0.36
/proc/9449/task/9455/stat : 9455 (java) R 9446 9446 7285 0 -1 64 1141 0 0 0 36 0 0 0 16 0 10 0 146628849 938250240 188251 996147200 134512640 134550740 4294956032 18446744073709551615 101843524 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9449/tid=9456] ppid=9446 vsize=916260 CPUtime=0
/proc/9449/task/9456/stat : 9456 (java) S 9446 9446 7285 0 -1 64 1 0 0 0 0 0 0 0 19 0 10 0 146628849 938250240 188251 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9449/tid=9457] ppid=9446 vsize=916260 CPUtime=0.11
/proc/9449/task/9457/stat : 9457 (java) S 9446 9446 7285 0 -1 64 3 0 0 0 4 7 0 0 15 0 10 0 146628849 938250240 188251 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9449/tid=9538] ppid=9446 vsize=916260 CPUtime=0
/proc/9449/task/9538/stat : 9538 (java) R 9446 9446 7285 0 -1 64 0 0 0 0 0 0 0 0 24 0 10 0 146642412 938250240 188251 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 121.73
Current children cumulated vsize (KiB) 921616

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

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

[startup+135.702 s]
/proc/loadavg: 3.32 2.39 2.13 5/93 9538
/proc/meminfo: memFree=652856/2055920 swapFree=4192812/4192956
[pid=9446] ppid=9444 vsize=5356 CPUtime=0
/proc/9446/stat : 9446 (concrete.sh) S 9444 9446 7285 0 -1 4194304 316 128 0 0 0 0 0 0 20 0 1 0 146628843 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9446/statm: 1339 242 201 169 0 50 0
[pid=9449] ppid=9446 vsize=916260 CPUtime=121.73
/proc/9449/stat : 9449 (java) S 9446 9446 7285 0 -1 0 208768 0 1 0 12010 163 0 0 18 0 10 0 146628844 938250240 188251 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9449/statm: 229065 188251 2596 9 0 223625 0
[pid=9449/tid=9450] ppid=9446 vsize=916260 CPUtime=55.73
/proc/9449/task/9450/stat : 9450 (java) R 9446 9446 7285 0 -1 64 62611 0 1 0 5520 53 0 0 24 0 10 0 146628845 938250240 188251 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9449/tid=9451] ppid=9446 vsize=916260 CPUtime=65.42
/proc/9449/task/9451/stat : 9451 (java) S 9446 9446 7285 0 -1 64 144277 0 0 0 6444 98 0 0 16 0 10 0 146628846 938250240 188251 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9449/tid=9452] ppid=9446 vsize=916260 CPUtime=0
/proc/9449/task/9452/stat : 9452 (java) S 9446 9446 7285 0 -1 64 12 0 0 0 0 0 0 0 16 0 10 0 146628847 938250240 188251 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9449/tid=9453] ppid=9446 vsize=916260 CPUtime=0
/proc/9449/task/9453/stat : 9453 (java) S 9446 9446 7285 0 -1 64 6 0 0 0 0 0 0 0 16 0 10 0 146628847 938250240 188251 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9449/tid=9454] ppid=9446 vsize=916260 CPUtime=0
/proc/9449/task/9454/stat : 9454 (java) S 9446 9446 7285 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 146628849 938250240 188251 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9449/tid=9455] ppid=9446 vsize=916260 CPUtime=0.36
/proc/9449/task/9455/stat : 9455 (java) R 9446 9446 7285 0 -1 64 1141 0 0 0 36 0 0 0 16 0 10 0 146628849 938250240 188251 996147200 134512640 134550740 4294956032 18446744073709551615 101843524 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9449/tid=9456] ppid=9446 vsize=916260 CPUtime=0
/proc/9449/task/9456/stat : 9456 (java) S 9446 9446 7285 0 -1 64 1 0 0 0 0 0 0 0 19 0 10 0 146628849 938250240 188251 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9449/tid=9457] ppid=9446 vsize=916260 CPUtime=0.11
/proc/9449/task/9457/stat : 9457 (java) S 9446 9446 7285 0 -1 64 3 0 0 0 4 7 0 0 15 0 10 0 146628849 938250240 188251 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9449/tid=9538] ppid=9446 vsize=916260 CPUtime=0
/proc/9449/task/9538/stat : 9538 (java) R 9446 9446 7285 0 -1 64 0 0 0 0 0 0 0 0 24 0 10 0 146642412 938250240 188251 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 121.73
Current children cumulated vsize (KiB) 921616

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 9446 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=2999
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=2999
# CPU time returned by wait4() is 0.005998
# while last known CPU time is 121.73
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 135.72
CPU time (s): 121.73
CPU user time (s): 120.1
CPU system time (s): 1.63
CPU usage (%): 89.6918
Max. virtual memory (cumulated for all children) (KiB): 921616

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.002999
system time used= 0.002999
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 444
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8
involuntary context switches= 4

runsolver used 1.35279 second user time and 3.14052 second system time

The end

Launcher Data (download as text)

Begin job on node28 at 2008-07-04 19:27:15
IDJOB=1077412
IDBENCH=56671
IDSOLVER=305
FILE ID=node28/1077412-1215192435
PBS_JOBID= 7881557
Free space on /tmp= 66504 MiB

SOLVER NAME= Concrete + CPS4J 2008-05-30
BENCH NAME= CPAI08/csp/primes-15/normalized-primes-15-80-2-3.xml
COMMAND LINE= HOME/concrete.sh -c -ext 60 BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1077412-1215192435/watcher-1077412-1215192435 -o /tmp/evaluation-result-1077412-1215192435/solver-1077412-1215192435 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/concrete.sh -c -ext 60 HOME/instance-1077412-1215192435.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= de43fefc90b0665ae06d375b209c0c9d
RANDOM SEED=567032737

node28.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.231
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.231
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:        934144 kB
Buffers:         50444 kB
Cached:         206936 kB
SwapCached:          0 kB
Active:         963408 kB
Inactive:       104412 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        934144 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:             860 kB
Writeback:           0 kB
Mapped:         830576 kB
Slab:            37564 kB
Committed_AS:  1135684 kB
PageTables:       3436 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= 66164 MiB
End job on node28 at 2008-07-04 19:29:36