Trace number 1080679

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-30SAT 124.316 124.395

DiagnosticValue
CHECKS4595180
NODES326

General information on the benchmark

Namecsp/radar-8-24-3-2/
normalized-radar-8-24-3-2-27.xml
MD5SUMcc07c0c823ab5d6cc2bd13553116745a
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.043992
Satisfiable
(Un)Satisfiability was proved
Number of variables144
Number of constraints64
Maximum constraint arity16
Maximum domain size4
Number of constraints which are defined in extension0
Number of constraints which are defined in intension64
Global constraints used (with number of constraints)

Solver Data (download as text)

61.36/61.43	c Sat Jul 05 01:14:27 CEST 2008 concrete.ResourceController isOutOfTime
61.36/61.43	c WARNING: Out of time
122.44/122.51	c CPU-LOAD 65.71
122.44/122.51	c LOADED 144 V (4 E), 64 PredicateConstraint, arity 16, 65.71 cpu
124.14/124.25	v 0 1 0 0 0 0 0 0 0 0 2 0 0 0 0 0 3 0 1 0 2 2 0 0 0 1 0 0 2 3 1 2 0 0 0 3 1 0 1 0 0 2 2 1 0 3 0 0 0 0 0 1 0 2 0 2 0 0 0 0 1 2 2 0 0 2 3 0 0 0 1 2 0 0 0 2 1 3 3 0 0 0 0 0 3 1 0 0 0 0 0 2 2 2 1 1 2 3 0 1 0 0 0 3 0 0 0 3 0 0 3 2 0 1 3 2 2 1 0 0 0 0 2 1 0 1 3 3 2 0 2 3 2 2 0 0 3 3 0 2 0 0 0 1 
124.14/124.25	s SATISFIABLE
124.14/124.25	d NODES 326
124.14/124.25	d CHECKS 4595184
124.14/124.25	c gac3-effective-revisions: 715
124.14/124.25	c gac3-useless-revisions: 17281
124.14/124.25	c heuristic-cpu: 0.00999999
124.14/124.25	c prepro-constraint-ccks: 1358051
124.14/124.25	c prepro-constraint-presenceccks: 1080
124.14/124.25	c prepro-cpu: 0.47
124.14/124.25	c prepro-matrix2d-ccks: 0
124.14/124.25	c prepro-matrix2d-presenceccks: 0
124.14/124.25	c prepro-removed: 45
124.14/124.25	c search-cpu: 1.15
124.14/124.25	c total-assgn: 326
124.14/124.25	c total-constraint-ccks: 4595184
124.14/124.25	c total-constraint-presence-ccks: 51486
124.14/124.25	c total-cpu: 1.63
124.14/124.25	c total-matrix2d-ccks: 0
124.14/124.25	c total-matrix2d-presence-ccks: 0
124.14/124.25	c tuples: 0
124.14/124.25	c tuples-collisions: 0
124.14/124.25	c TOTAL-NODES 326
124.14/124.25	c TOTAL-CPU 1.63

Verifier Data (download as text)

OK

Watcher Data (download as text)

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

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1080679-1215213206/watcher-1080679-1215213206 -o /tmp/evaluation-result-1080679-1215213206/solver-1080679-1215213206 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/concrete.sh -c -ext 60 HOME/instance-1080679-1215213206.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.13 2.01 2.00 4/74 21688
/proc/meminfo: memFree=1444528/2055920 swapFree=4180776/4192956
[pid=21688] ppid=21686 vsize=5356 CPUtime=0
/proc/21688/stat : 21688 (concrete.sh) S 21686 21688 20533 0 -1 4194304 316 128 0 0 0 0 0 0 16 0 1 0 262263308 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21688/statm: 1339 242 201 169 0 50 0
[pid=21690] ppid=21688 vsize=152 CPUtime=0
/proc/21690/stat : 21690 (java) R 21688 21688 20533 0 -1 0 222 0 0 0 0 0 0 0 18 0 1 0 262263308 155648 26 996147200 134512640 134550740 4294956032 18446744073709551615 2601259 0 0 4096 0 0 0 0 17 1 0 0
/proc/21690/statm: 38 26 19 9 0 4 0

[startup+0.0408189 s]
/proc/loadavg: 2.13 2.01 2.00 4/74 21688
/proc/meminfo: memFree=1444528/2055920 swapFree=4180776/4192956
[pid=21688] ppid=21686 vsize=5356 CPUtime=0
/proc/21688/stat : 21688 (concrete.sh) S 21686 21688 20533 0 -1 4194304 316 128 0 0 0 0 0 0 16 0 1 0 262263308 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21688/statm: 1339 242 201 169 0 50 0
[pid=21690] ppid=21688 vsize=837452 CPUtime=0.02
/proc/21690/stat : 21690 (java) S 21688 21688 20533 0 -1 0 1923 0 1 0 1 1 0 0 18 0 5 0 262263308 857550848 1513 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/21690/statm: 209363 1513 865 9 0 204342 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 842808

[startup+0.101835 s]
/proc/loadavg: 2.13 2.01 2.00 4/74 21688
/proc/meminfo: memFree=1444528/2055920 swapFree=4180776/4192956
[pid=21688] ppid=21686 vsize=5356 CPUtime=0
/proc/21688/stat : 21688 (concrete.sh) S 21686 21688 20533 0 -1 4194304 316 128 0 0 0 0 0 0 16 0 1 0 262263308 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21688/statm: 1339 242 201 169 0 50 0
[pid=21690] ppid=21688 vsize=843140 CPUtime=0.08
/proc/21690/stat : 21690 (java) S 21688 21688 20533 0 -1 0 3445 0 1 0 6 2 0 0 18 0 9 0 262263308 863375360 2898 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21690/statm: 210785 2901 1680 9 0 205362 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 848496

[startup+0.301873 s]
/proc/loadavg: 2.13 2.01 2.00 4/74 21688
/proc/meminfo: memFree=1444528/2055920 swapFree=4180776/4192956
[pid=21688] ppid=21686 vsize=5356 CPUtime=0
/proc/21688/stat : 21688 (concrete.sh) S 21686 21688 20533 0 -1 4194304 316 128 0 0 0 0 0 0 16 0 1 0 262263308 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21688/statm: 1339 242 201 169 0 50 0
[pid=21690] ppid=21688 vsize=844896 CPUtime=0.29
/proc/21690/stat : 21690 (java) S 21688 21688 20533 0 -1 0 4732 0 1 0 25 4 0 0 18 0 9 0 262263308 865173504 4120 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21690/statm: 211224 4120 1893 9 0 205785 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 850252

[startup+0.701948 s]
/proc/loadavg: 2.13 2.01 2.00 4/74 21688
/proc/meminfo: memFree=1444528/2055920 swapFree=4180776/4192956
[pid=21688] ppid=21686 vsize=5356 CPUtime=0
/proc/21688/stat : 21688 (concrete.sh) S 21686 21688 20533 0 -1 4194304 316 128 0 0 0 0 0 0 16 0 1 0 262263308 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21688/statm: 1339 242 201 169 0 50 0
[pid=21690] ppid=21688 vsize=847032 CPUtime=0.68
/proc/21690/stat : 21690 (java) S 21688 21688 20533 0 -1 0 5688 0 1 0 63 5 0 0 18 0 10 0 262263308 867360768 5014 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21690/statm: 211758 5014 1973 9 0 206318 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 852388

[startup+1.50211 s]
/proc/loadavg: 2.13 2.01 2.00 4/85 21700
/proc/meminfo: memFree=1374808/2055920 swapFree=4180776/4192956
[pid=21688] ppid=21686 vsize=5356 CPUtime=0
/proc/21688/stat : 21688 (concrete.sh) S 21686 21688 20533 0 -1 4194304 316 128 0 0 0 0 0 0 16 0 1 0 262263308 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21688/statm: 1339 242 201 169 0 50 0
[pid=21690] ppid=21688 vsize=847352 CPUtime=1.49
/proc/21690/stat : 21690 (java) S 21688 21688 20533 0 -1 0 33620 0 1 0 130 19 0 0 18 0 10 0 262263308 867688448 32735 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21690/statm: 211838 32735 2579 9 0 206398 0
[pid=21690/tid=21692] ppid=21688 vsize=847352 CPUtime=0.66
/proc/21690/task/21692/stat : 21692 (java) R 21688 21688 20533 0 -1 64 17889 0 1 0 56 10 0 0 23 0 10 0 262263309 867688448 32735 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21690/tid=21693] ppid=21688 vsize=847352 CPUtime=0.53
/proc/21690/task/21693/stat : 21693 (java) R 21688 21688 20533 0 -1 64 13952 0 0 0 47 6 0 0 18 0 10 0 262263310 867688448 32735 996147200 134512640 134550740 4294956032 18446744073709551615 104181349 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21690/tid=21694] ppid=21688 vsize=847352 CPUtime=0
/proc/21690/task/21694/stat : 21694 (java) S 21688 21688 20533 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 262263311 867688448 32735 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21690/tid=21695] ppid=21688 vsize=847352 CPUtime=0
/proc/21690/task/21695/stat : 21695 (java) S 21688 21688 20533 0 -1 64 6 0 0 0 0 0 0 0 15 0 10 0 262263311 867688448 32735 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21690/tid=21696] ppid=21688 vsize=847352 CPUtime=0
/proc/21690/task/21696/stat : 21696 (java) S 21688 21688 20533 0 -1 64 0 0 0 0 0 0 0 0 18 0 10 0 262263312 867688448 32735 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21690/tid=21697] ppid=21688 vsize=847352 CPUtime=0.25
/proc/21690/task/21697/stat : 21697 (java) S 21688 21688 20533 0 -1 64 1042 0 0 0 25 0 0 0 16 0 10 0 262263312 867688448 32735 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21690/tid=21698] ppid=21688 vsize=847352 CPUtime=0
/proc/21690/task/21698/stat : 21698 (java) S 21688 21688 20533 0 -1 64 1 0 0 0 0 0 0 0 19 0 10 0 262263313 867688448 32735 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21690/tid=21699] ppid=21688 vsize=847352 CPUtime=0
/proc/21690/task/21699/stat : 21699 (java) S 21688 21688 20533 0 -1 64 3 0 0 0 0 0 0 0 15 0 10 0 262263313 867688448 32735 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21690/tid=21700] ppid=21688 vsize=847352 CPUtime=0
/proc/21690/task/21700/stat : 21700 (java) S 21688 21688 20533 0 -1 64 4 0 0 0 0 0 0 0 20 0 10 0 262263357 867688448 32735 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 852708

[startup+3.10242 s]
/proc/loadavg: 2.20 2.02 2.01 4/85 21700
/proc/meminfo: memFree=1257368/2055920 swapFree=4180776/4192956
[pid=21688] ppid=21686 vsize=5356 CPUtime=0
/proc/21688/stat : 21688 (concrete.sh) S 21686 21688 20533 0 -1 4194304 316 128 0 0 0 0 0 0 16 0 1 0 262263308 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21688/statm: 1339 242 201 169 0 50 0
[pid=21690] ppid=21688 vsize=853432 CPUtime=3.08
/proc/21690/stat : 21690 (java) S 21688 21688 20533 0 -1 0 62706 0 1 0 275 33 0 0 18 0 10 0 262263308 873914368 61814 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21690/statm: 213358 61814 2579 9 0 207918 0
[pid=21690/tid=21692] ppid=21688 vsize=853432 CPUtime=0.87
/proc/21690/task/21692/stat : 21692 (java) S 21688 21688 20533 0 -1 64 21658 0 1 0 75 12 0 0 16 0 10 0 262263309 873914368 61814 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21690/tid=21693] ppid=21688 vsize=853432 CPUtime=1.93
/proc/21690/task/21693/stat : 21693 (java) R 21688 21688 20533 0 -1 64 39269 0 0 0 174 19 0 0 25 0 10 0 262263310 873914368 61814 996147200 134512640 134550740 4294956032 18446744073709551615 104179094 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21690/tid=21694] ppid=21688 vsize=853432 CPUtime=0
/proc/21690/task/21694/stat : 21694 (java) S 21688 21688 20533 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 262263311 873914368 61814 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21690/tid=21695] ppid=21688 vsize=853432 CPUtime=0
/proc/21690/task/21695/stat : 21695 (java) S 21688 21688 20533 0 -1 64 6 0 0 0 0 0 0 0 15 0 10 0 262263311 873914368 61814 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21690/tid=21696] ppid=21688 vsize=853432 CPUtime=0
/proc/21690/task/21696/stat : 21696 (java) S 21688 21688 20533 0 -1 64 0 0 0 0 0 0 0 0 18 0 10 0 262263312 873914368 61814 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21690/tid=21697] ppid=21688 vsize=853432 CPUtime=0.25
/proc/21690/task/21697/stat : 21697 (java) S 21688 21688 20533 0 -1 64 1042 0 0 0 25 0 0 0 16 0 10 0 262263312 873914368 61814 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21690/tid=21698] ppid=21688 vsize=853432 CPUtime=0
/proc/21690/task/21698/stat : 21698 (java) S 21688 21688 20533 0 -1 64 1 0 0 0 0 0 0 0 19 0 10 0 262263313 873914368 61814 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21690/tid=21699] ppid=21688 vsize=853432 CPUtime=0
/proc/21690/task/21699/stat : 21699 (java) S 21688 21688 20533 0 -1 64 3 0 0 0 0 0 0 0 15 0 10 0 262263313 873914368 61814 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21690/tid=21700] ppid=21688 vsize=853432 CPUtime=0
/proc/21690/task/21700/stat : 21700 (java) S 21688 21688 20533 0 -1 64 4 0 0 0 0 0 0 0 20 0 10 0 262263357 873914368 61814 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 858788

[startup+6.30204 s]
/proc/loadavg: 2.20 2.02 2.01 3/85 21700
/proc/meminfo: memFree=1027608/2055920 swapFree=4180776/4192956
[pid=21688] ppid=21686 vsize=5356 CPUtime=0
/proc/21688/stat : 21688 (concrete.sh) S 21686 21688 20533 0 -1 4194304 316 128 0 0 0 0 0 0 16 0 1 0 262263308 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21688/statm: 1339 242 201 169 0 50 0
[pid=21690] ppid=21688 vsize=871828 CPUtime=6.28
/proc/21690/stat : 21690 (java) S 21688 21688 20533 0 -1 0 137090 0 1 0 554 74 0 0 18 0 10 0 262263308 892751872 136187 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21690/statm: 217957 136187 2579 9 0 212517 0
[pid=21690/tid=21692] ppid=21688 vsize=871828 CPUtime=1.48
/proc/21690/task/21692/stat : 21692 (java) S 21688 21688 20533 0 -1 64 28834 0 1 0 132 16 0 0 16 0 10 0 262263309 892751872 136187 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21690/tid=21693] ppid=21688 vsize=871828 CPUtime=4.51
/proc/21690/task/21693/stat : 21693 (java) R 21688 21688 20533 0 -1 64 106477 0 0 0 396 55 0 0 25 0 10 0 262263310 892751872 136187 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21690/tid=21694] ppid=21688 vsize=871828 CPUtime=0
/proc/21690/task/21694/stat : 21694 (java) S 21688 21688 20533 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 262263311 892751872 136187 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21690/tid=21695] ppid=21688 vsize=871828 CPUtime=0
/proc/21690/task/21695/stat : 21695 (java) S 21688 21688 20533 0 -1 64 6 0 0 0 0 0 0 0 15 0 10 0 262263311 892751872 136187 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21690/tid=21696] ppid=21688 vsize=871828 CPUtime=0
/proc/21690/task/21696/stat : 21696 (java) S 21688 21688 20533 0 -1 64 0 0 0 0 0 0 0 0 18 0 10 0 262263312 892751872 136187 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21690/tid=21697] ppid=21688 vsize=871828 CPUtime=0.25
/proc/21690/task/21697/stat : 21697 (java) S 21688 21688 20533 0 -1 64 1042 0 0 0 25 0 0 0 16 0 10 0 262263312 892751872 136187 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21690/tid=21698] ppid=21688 vsize=871828 CPUtime=0
/proc/21690/task/21698/stat : 21698 (java) S 21688 21688 20533 0 -1 64 1 0 0 0 0 0 0 0 19 0 10 0 262263313 892751872 136187 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21690/tid=21699] ppid=21688 vsize=871828 CPUtime=0
/proc/21690/task/21699/stat : 21699 (java) S 21688 21688 20533 0 -1 64 3 0 0 0 0 0 0 0 15 0 10 0 262263313 892751872 136187 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21690/tid=21700] ppid=21688 vsize=871828 CPUtime=0
/proc/21690/task/21700/stat : 21700 (java) S 21688 21688 20533 0 -1 64 4 0 0 0 0 0 0 0 20 0 10 0 262263357 892751872 136187 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 877184

[startup+12.7023 s]
/proc/loadavg: 2.17 2.02 2.00 3/85 21700
/proc/meminfo: memFree=672360/2055920 swapFree=4180776/4192956
[pid=21688] ppid=21686 vsize=5356 CPUtime=0
/proc/21688/stat : 21688 (concrete.sh) S 21686 21688 20533 0 -1 4194304 316 128 0 0 0 0 0 0 16 0 1 0 262263308 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21688/statm: 1339 242 201 169 0 50 0
[pid=21690] ppid=21688 vsize=886064 CPUtime=12.68
/proc/21690/stat : 21690 (java) S 21688 21688 20533 0 -1 0 199977 0 1 0 1164 104 0 0 18 0 10 0 262263308 907329536 199067 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21690/statm: 221516 199067 2579 9 0 216076 0
[pid=21690/tid=21692] ppid=21688 vsize=886064 CPUtime=1.95
/proc/21690/task/21692/stat : 21692 (java) S 21688 21688 20533 0 -1 64 32661 0 1 0 177 18 0 0 17 0 10 0 262263309 907329536 199067 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21690/tid=21693] ppid=21688 vsize=886064 CPUtime=10.44
/proc/21690/task/21693/stat : 21693 (java) R 21688 21688 20533 0 -1 64 165537 0 0 0 960 84 0 0 25 0 10 0 262263310 907329536 199067 996147200 134512640 134550740 4294956032 18446744073709551615 103735747 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21690/tid=21694] ppid=21688 vsize=886064 CPUtime=0
/proc/21690/task/21694/stat : 21694 (java) S 21688 21688 20533 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 262263311 907329536 199067 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21690/tid=21695] ppid=21688 vsize=886064 CPUtime=0
/proc/21690/task/21695/stat : 21695 (java) S 21688 21688 20533 0 -1 64 6 0 0 0 0 0 0 0 15 0 10 0 262263311 907329536 199067 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21690/tid=21696] ppid=21688 vsize=886064 CPUtime=0
/proc/21690/task/21696/stat : 21696 (java) S 21688 21688 20533 0 -1 64 0 0 0 0 0 0 0 0 18 0 10 0 262263312 907329536 199067 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21690/tid=21697] ppid=21688 vsize=886064 CPUtime=0.25
/proc/21690/task/21697/stat : 21697 (java) S 21688 21688 20533 0 -1 64 1042 0 0 0 25 0 0 0 16 0 10 0 262263312 907329536 199067 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21690/tid=21698] ppid=21688 vsize=886064 CPUtime=0
/proc/21690/task/21698/stat : 21698 (java) S 21688 21688 20533 0 -1 64 1 0 0 0 0 0 0 0 19 0 10 0 262263313 907329536 199067 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21690/tid=21699] ppid=21688 vsize=886064 CPUtime=0
/proc/21690/task/21699/stat : 21699 (java) S 21688 21688 20533 0 -1 64 3 0 0 0 0 0 0 0 15 0 10 0 262263313 907329536 199067 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21690/tid=21700] ppid=21688 vsize=886064 CPUtime=0
/proc/21690/task/21700/stat : 21700 (java) S 21688 21688 20533 0 -1 64 4 0 0 0 0 0 0 0 20 0 10 0 262263357 907329536 199067 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 891420

[startup+25.5018 s]
/proc/loadavg: 2.30 2.05 2.01 3/85 21700
/proc/meminfo: memFree=726376/2055920 swapFree=4180776/4192956
[pid=21688] ppid=21686 vsize=5356 CPUtime=0
/proc/21688/stat : 21688 (concrete.sh) S 21686 21688 20533 0 -1 4194304 316 128 0 0 0 0 0 0 16 0 1 0 262263308 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21688/statm: 1339 242 201 169 0 50 0
[pid=21690] ppid=21688 vsize=886512 CPUtime=25.47
/proc/21690/stat : 21690 (java) S 21688 21688 20533 0 -1 0 264460 0 1 0 2404 143 0 0 18 0 10 0 262263308 907788288 190373 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21690/statm: 221628 190373 2579 9 0 216188 0

################
# More data... #
################

[pid=21690/tid=21697] ppid=21688 vsize=887632 CPUtime=0.38
/proc/21690/task/21697/stat : 21697 (java) S 21688 21688 20533 0 -1 64 1212 0 0 0 37 1 0 0 16 0 10 0 262263312 908935168 199418 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21690/tid=21698] ppid=21688 vsize=887632 CPUtime=0
/proc/21690/task/21698/stat : 21698 (java) S 21688 21688 20533 0 -1 64 1 0 0 0 0 0 0 0 19 0 10 0 262263313 908935168 199418 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21690/tid=21699] ppid=21688 vsize=887632 CPUtime=0
/proc/21690/task/21699/stat : 21699 (java) S 21688 21688 20533 0 -1 64 3 0 0 0 0 0 0 0 15 0 10 0 262263313 908935168 199418 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21690/tid=21701] ppid=21688 vsize=887632 CPUtime=0
/proc/21690/task/21701/stat : 21701 (java) S 21688 21688 20533 0 -1 64 0 0 0 0 0 0 0 0 16 0 10 0 262269465 908935168 199418 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 892988

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

[startup+115.102 s]
/proc/loadavg: 2.10 2.05 2.01 3/85 21701
/proc/meminfo: memFree=654816/2055920 swapFree=4180776/4192956
[pid=21688] ppid=21686 vsize=5356 CPUtime=0
/proc/21688/stat : 21688 (concrete.sh) S 21686 21688 20533 0 -1 4194304 316 128 0 0 0 0 0 0 16 0 1 0 262263308 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21688/statm: 1339 242 201 169 0 50 0
[pid=21690] ppid=21688 vsize=887632 CPUtime=115.05
/proc/21690/stat : 21690 (java) S 21688 21688 20533 0 -1 0 277021 0 1 0 11354 151 0 0 18 0 10 0 262263308 908935168 199418 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21690/statm: 221908 199418 2592 9 0 216468 0
[pid=21690/tid=21692] ppid=21688 vsize=887632 CPUtime=58.38
/proc/21690/task/21692/stat : 21692 (java) R 21688 21688 20533 0 -1 64 38974 0 1 0 5816 22 0 0 25 0 10 0 262263309 908935168 199418 996147200 134512640 134550740 4294956032 18446744073709551615 4126672305 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21690/tid=21693] ppid=21688 vsize=887632 CPUtime=56.24
/proc/21690/task/21693/stat : 21693 (java) S 21688 21688 20533 0 -1 64 236096 0 0 0 5498 126 0 0 17 0 10 0 262263310 908935168 199418 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21690/tid=21694] ppid=21688 vsize=887632 CPUtime=0
/proc/21690/task/21694/stat : 21694 (java) S 21688 21688 20533 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 262263311 908935168 199418 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21690/tid=21695] ppid=21688 vsize=887632 CPUtime=0
/proc/21690/task/21695/stat : 21695 (java) S 21688 21688 20533 0 -1 64 6 0 0 0 0 0 0 0 15 0 10 0 262263311 908935168 199418 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21690/tid=21696] ppid=21688 vsize=887632 CPUtime=0
/proc/21690/task/21696/stat : 21696 (java) S 21688 21688 20533 0 -1 64 0 0 0 0 0 0 0 0 18 0 10 0 262263312 908935168 199418 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21690/tid=21697] ppid=21688 vsize=887632 CPUtime=0.38
/proc/21690/task/21697/stat : 21697 (java) S 21688 21688 20533 0 -1 64 1212 0 0 0 37 1 0 0 16 0 10 0 262263312 908935168 199418 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21690/tid=21698] ppid=21688 vsize=887632 CPUtime=0
/proc/21690/task/21698/stat : 21698 (java) S 21688 21688 20533 0 -1 64 1 0 0 0 0 0 0 0 19 0 10 0 262263313 908935168 199418 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21690/tid=21699] ppid=21688 vsize=887632 CPUtime=0
/proc/21690/task/21699/stat : 21699 (java) S 21688 21688 20533 0 -1 64 3 0 0 0 0 0 0 0 15 0 10 0 262263313 908935168 199418 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21690/tid=21701] ppid=21688 vsize=887632 CPUtime=0
/proc/21690/task/21701/stat : 21701 (java) S 21688 21688 20533 0 -1 64 0 0 0 0 0 0 0 0 16 0 10 0 262269465 908935168 199418 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 115.05
Current children cumulated vsize (KiB) 892988

[startup+118.302 s]
/proc/loadavg: 2.09 2.05 2.01 3/85 21701
/proc/meminfo: memFree=654816/2055920 swapFree=4180776/4192956
[pid=21688] ppid=21686 vsize=5356 CPUtime=0
/proc/21688/stat : 21688 (concrete.sh) S 21686 21688 20533 0 -1 4194304 316 128 0 0 0 0 0 0 16 0 1 0 262263308 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21688/statm: 1339 242 201 169 0 50 0
[pid=21690] ppid=21688 vsize=887632 CPUtime=118.24
/proc/21690/stat : 21690 (java) S 21688 21688 20533 0 -1 0 277025 0 1 0 11673 151 0 0 18 0 10 0 262263308 908935168 199418 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21690/statm: 221908 199418 2592 9 0 216468 0
[pid=21690/tid=21692] ppid=21688 vsize=887632 CPUtime=61.58
/proc/21690/task/21692/stat : 21692 (java) R 21688 21688 20533 0 -1 64 38978 0 1 0 6136 22 0 0 25 0 10 0 262263309 908935168 199418 996147200 134512640 134550740 4294956032 18446744073709551615 4126672200 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21690/tid=21693] ppid=21688 vsize=887632 CPUtime=56.25
/proc/21690/task/21693/stat : 21693 (java) S 21688 21688 20533 0 -1 64 236096 0 0 0 5499 126 0 0 17 0 10 0 262263310 908935168 199418 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21690/tid=21694] ppid=21688 vsize=887632 CPUtime=0
/proc/21690/task/21694/stat : 21694 (java) S 21688 21688 20533 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 262263311 908935168 199418 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21690/tid=21695] ppid=21688 vsize=887632 CPUtime=0
/proc/21690/task/21695/stat : 21695 (java) S 21688 21688 20533 0 -1 64 6 0 0 0 0 0 0 0 15 0 10 0 262263311 908935168 199418 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21690/tid=21696] ppid=21688 vsize=887632 CPUtime=0
/proc/21690/task/21696/stat : 21696 (java) S 21688 21688 20533 0 -1 64 0 0 0 0 0 0 0 0 18 0 10 0 262263312 908935168 199418 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21690/tid=21697] ppid=21688 vsize=887632 CPUtime=0.38
/proc/21690/task/21697/stat : 21697 (java) S 21688 21688 20533 0 -1 64 1212 0 0 0 37 1 0 0 16 0 10 0 262263312 908935168 199418 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21690/tid=21698] ppid=21688 vsize=887632 CPUtime=0
/proc/21690/task/21698/stat : 21698 (java) S 21688 21688 20533 0 -1 64 1 0 0 0 0 0 0 0 19 0 10 0 262263313 908935168 199418 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21690/tid=21699] ppid=21688 vsize=887632 CPUtime=0
/proc/21690/task/21699/stat : 21699 (java) S 21688 21688 20533 0 -1 64 3 0 0 0 0 0 0 0 15 0 10 0 262263313 908935168 199418 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21690/tid=21701] ppid=21688 vsize=887632 CPUtime=0
/proc/21690/task/21701/stat : 21701 (java) S 21688 21688 20533 0 -1 64 0 0 0 0 0 0 0 0 16 0 10 0 262269465 908935168 199418 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 118.24
Current children cumulated vsize (KiB) 892988

[startup+121.502 s]
/proc/loadavg: 2.09 2.05 2.01 3/85 21701
/proc/meminfo: memFree=654816/2055920 swapFree=4180776/4192956
[pid=21688] ppid=21686 vsize=5356 CPUtime=0
/proc/21688/stat : 21688 (concrete.sh) S 21686 21688 20533 0 -1 4194304 316 128 0 0 0 0 0 0 16 0 1 0 262263308 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21688/statm: 1339 242 201 169 0 50 0
[pid=21690] ppid=21688 vsize=887632 CPUtime=121.44
/proc/21690/stat : 21690 (java) S 21688 21688 20533 0 -1 0 277028 0 1 0 11993 151 0 0 18 0 10 0 262263308 908935168 199418 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21690/statm: 221908 199418 2592 9 0 216468 0
[pid=21690/tid=21692] ppid=21688 vsize=887632 CPUtime=64.78
/proc/21690/task/21692/stat : 21692 (java) R 21688 21688 20533 0 -1 64 38981 0 1 0 6456 22 0 0 25 0 10 0 262263309 908935168 199418 996147200 134512640 134550740 4294956032 18446744073709551615 4126675520 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21690/tid=21693] ppid=21688 vsize=887632 CPUtime=56.25
/proc/21690/task/21693/stat : 21693 (java) S 21688 21688 20533 0 -1 64 236096 0 0 0 5499 126 0 0 17 0 10 0 262263310 908935168 199418 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21690/tid=21694] ppid=21688 vsize=887632 CPUtime=0
/proc/21690/task/21694/stat : 21694 (java) S 21688 21688 20533 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 262263311 908935168 199418 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21690/tid=21695] ppid=21688 vsize=887632 CPUtime=0
/proc/21690/task/21695/stat : 21695 (java) S 21688 21688 20533 0 -1 64 6 0 0 0 0 0 0 0 15 0 10 0 262263311 908935168 199418 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21690/tid=21696] ppid=21688 vsize=887632 CPUtime=0
/proc/21690/task/21696/stat : 21696 (java) S 21688 21688 20533 0 -1 64 0 0 0 0 0 0 0 0 18 0 10 0 262263312 908935168 199418 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21690/tid=21697] ppid=21688 vsize=887632 CPUtime=0.38
/proc/21690/task/21697/stat : 21697 (java) S 21688 21688 20533 0 -1 64 1212 0 0 0 37 1 0 0 16 0 10 0 262263312 908935168 199418 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21690/tid=21698] ppid=21688 vsize=887632 CPUtime=0
/proc/21690/task/21698/stat : 21698 (java) S 21688 21688 20533 0 -1 64 1 0 0 0 0 0 0 0 19 0 10 0 262263313 908935168 199418 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21690/tid=21699] ppid=21688 vsize=887632 CPUtime=0
/proc/21690/task/21699/stat : 21699 (java) S 21688 21688 20533 0 -1 64 3 0 0 0 0 0 0 0 15 0 10 0 262263313 908935168 199418 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21690/tid=21701] ppid=21688 vsize=887632 CPUtime=0
/proc/21690/task/21701/stat : 21701 (java) S 21688 21688 20533 0 -1 64 0 0 0 0 0 0 0 0 16 0 10 0 262269465 908935168 199418 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 121.44
Current children cumulated vsize (KiB) 892988

[startup+123.102 s]
/proc/loadavg: 2.08 2.05 2.01 4/84 21702
/proc/meminfo: memFree=727648/2055920 swapFree=4180776/4192956
[pid=21688] ppid=21686 vsize=5356 CPUtime=0
/proc/21688/stat : 21688 (concrete.sh) S 21686 21688 20533 0 -1 4194304 316 128 0 0 0 0 0 0 16 0 1 0 262263308 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21688/statm: 1339 242 201 169 0 50 0
[pid=21690] ppid=21688 vsize=887632 CPUtime=123.04
/proc/21690/stat : 21690 (java) S 21688 21688 20533 0 -1 0 277118 0 1 0 12152 152 0 0 18 0 9 0 262263308 908935168 181218 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21690/statm: 221908 181218 2594 9 0 216468 0
[pid=21690/tid=21692] ppid=21688 vsize=887632 CPUtime=66.29
/proc/21690/task/21692/stat : 21692 (java) R 21688 21688 20533 0 -1 64 39005 0 1 0 6606 23 0 0 25 0 9 0 262263309 908935168 181218 996147200 134512640 134550740 4294956032 18446744073709551615 4126832932 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21690/tid=21693] ppid=21688 vsize=887632 CPUtime=56.31
/proc/21690/task/21693/stat : 21693 (java) S 21688 21688 20533 0 -1 64 236112 0 0 0 5504 127 0 0 16 0 9 0 262263310 908935168 181218 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21690/tid=21694] ppid=21688 vsize=887632 CPUtime=0
/proc/21690/task/21694/stat : 21694 (java) S 21688 21688 20533 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 262263311 908935168 181218 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21690/tid=21695] ppid=21688 vsize=887632 CPUtime=0
/proc/21690/task/21695/stat : 21695 (java) S 21688 21688 20533 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 262263311 908935168 181218 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21690/tid=21696] ppid=21688 vsize=887632 CPUtime=0
/proc/21690/task/21696/stat : 21696 (java) S 21688 21688 20533 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 262263312 908935168 181218 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21690/tid=21697] ppid=21688 vsize=887632 CPUtime=0.41
/proc/21690/task/21697/stat : 21697 (java) S 21688 21688 20533 0 -1 64 1261 0 0 0 40 1 0 0 15 0 9 0 262263312 908935168 181218 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21690/tid=21698] ppid=21688 vsize=887632 CPUtime=0
/proc/21690/task/21698/stat : 21698 (java) S 21688 21688 20533 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 262263313 908935168 181218 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21690/tid=21699] ppid=21688 vsize=887632 CPUtime=0
/proc/21690/task/21699/stat : 21699 (java) S 21688 21688 20533 0 -1 64 3 0 0 0 0 0 0 0 15 0 9 0 262263313 908935168 181218 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 123.04
Current children cumulated vsize (KiB) 892988

[startup+123.903 s]
/proc/loadavg: 2.08 2.05 2.01 4/84 21702
/proc/meminfo: memFree=727648/2055920 swapFree=4180776/4192956
[pid=21688] ppid=21686 vsize=5356 CPUtime=0
/proc/21688/stat : 21688 (concrete.sh) S 21686 21688 20533 0 -1 4194304 316 128 0 0 0 0 0 0 16 0 1 0 262263308 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21688/statm: 1339 242 201 169 0 50 0
[pid=21690] ppid=21688 vsize=887632 CPUtime=123.83
/proc/21690/stat : 21690 (java) S 21688 21688 20533 0 -1 0 277128 0 1 0 12231 152 0 0 18 0 9 0 262263308 908935168 181226 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21690/statm: 221908 181226 2595 9 0 216468 0
[pid=21690/tid=21692] ppid=21688 vsize=887632 CPUtime=67.08
/proc/21690/task/21692/stat : 21692 (java) R 21688 21688 20533 0 -1 64 39007 0 1 0 6685 23 0 0 25 0 9 0 262263309 908935168 181226 996147200 134512640 134550740 4294956032 18446744073709551615 4126669054 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21690/tid=21693] ppid=21688 vsize=887632 CPUtime=56.31
/proc/21690/task/21693/stat : 21693 (java) S 21688 21688 20533 0 -1 64 236112 0 0 0 5504 127 0 0 16 0 9 0 262263310 908935168 181226 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21690/tid=21694] ppid=21688 vsize=887632 CPUtime=0
/proc/21690/task/21694/stat : 21694 (java) S 21688 21688 20533 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 262263311 908935168 181226 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21690/tid=21695] ppid=21688 vsize=887632 CPUtime=0
/proc/21690/task/21695/stat : 21695 (java) S 21688 21688 20533 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 262263311 908935168 181226 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21690/tid=21696] ppid=21688 vsize=887632 CPUtime=0
/proc/21690/task/21696/stat : 21696 (java) S 21688 21688 20533 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 262263312 908935168 181226 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21690/tid=21697] ppid=21688 vsize=887632 CPUtime=0.42
/proc/21690/task/21697/stat : 21697 (java) S 21688 21688 20533 0 -1 64 1269 0 0 0 41 1 0 0 15 0 9 0 262263312 908935168 181226 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21690/tid=21698] ppid=21688 vsize=887632 CPUtime=0
/proc/21690/task/21698/stat : 21698 (java) S 21688 21688 20533 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 262263313 908935168 181226 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21690/tid=21699] ppid=21688 vsize=887632 CPUtime=0
/proc/21690/task/21699/stat : 21699 (java) S 21688 21688 20533 0 -1 64 3 0 0 0 0 0 0 0 15 0 9 0 262263313 908935168 181226 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 123.83
Current children cumulated vsize (KiB) 892988

[startup+124.307 s]
/proc/loadavg: 2.08 2.05 2.01 3/84 21702
/proc/meminfo: memFree=727584/2055920 swapFree=4180776/4192956
[pid=21688] ppid=21686 vsize=5356 CPUtime=0
/proc/21688/stat : 21688 (concrete.sh) S 21686 21688 20533 0 -1 4194304 316 128 0 0 0 0 0 0 16 0 1 0 262263308 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21688/statm: 1339 242 201 169 0 50 0
[pid=21690] ppid=21688 vsize=0 CPUtime=124.21
/proc/21690/stat : 21690 (java) Z 21688 21688 20533 0 -1 12 277147 0 1 0 12267 154 0 0 16 0 2 0 262263308 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21690/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 124.21
Current children cumulated vsize (KiB) 5356

Child status: 0
Real time (s): 124.395
CPU time (s): 124.316
CPU user time (s): 122.676
CPU system time (s): 1.63975
CPU usage (%): 99.9365
Max. virtual memory (cumulated for all children) (KiB): 892988

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 122.676
system time used= 1.63975
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 277600
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= 4403
involuntary context switches= 4472

runsolver used 0.156976 second user time and 0.426935 second system time

The end

Launcher Data (download as text)

Begin job on node85 at 2008-07-05 01:13:26
IDJOB=1080679
IDBENCH=57007
IDSOLVER=305
FILE ID=node85/1080679-1215213206
PBS_JOBID= 7881761
Free space on /tmp= 126840 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= cc07c0c823ab5d6cc2bd13553116745a
RANDOM SEED=281359607

node85.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.272
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.272
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1445008 kB
Buffers:         86688 kB
Cached:         375084 kB
SwapCached:       7020 kB
Active:         297364 kB
Inactive:       261704 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1445008 kB
SwapTotal:     4192956 kB
SwapFree:      4180776 kB
Dirty:            1260 kB
Writeback:           0 kB
Mapped:         103420 kB
Slab:            37312 kB
Committed_AS:   749464 kB
PageTables:       1756 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 126840 MiB
End job on node85 at 2008-07-05 01:15:30