Trace number 1096660

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 31.0783 31.4256

DiagnosticValue
CHECKS6501710
NODES87470

General information on the benchmark

Namecsp/tightness0.2/
normalized-rand-2-40-11-414-200-54_ext.xml
MD5SUM69a135abf4bbc4544ec8a733eb9d2617
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark4.07738
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints414
Maximum constraint arity2
Maximum domain size11
Number of constraints which are defined in extension414
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.72	c CPU-LOAD 0.42
0.00/0.72	c LOADED 40 V (11 E), 414 ExtensionConstraint2D, arity 2, 0.42 cpu
30.98/31.37	v 4 1 7 4 7 9 2 5 3 0 8 6 1 4 2 8 4 9 10 9 9 5 1 8 8 5 6 1 2 2 3 0 1 5 10 3 8 5 7 8 
30.98/31.37	s SATISFIABLE
30.98/31.37	d NODES 87470
30.98/31.37	d CHECKS 6501713
30.98/31.37	c gac3-effective-revisions: 5023671
30.98/31.37	c gac3-useless-revisions: 38809746
30.98/31.37	c heuristic-cpu: 0.0
30.98/31.37	c prepro-constraint-ccks: 0
30.98/31.37	c prepro-constraint-presenceccks: 0
30.98/31.37	c prepro-cpu: 0.0
30.98/31.37	c prepro-matrix2d-ccks: 0
30.98/31.37	c prepro-matrix2d-presenceccks: 0
30.98/31.37	c prepro-removed: 0
30.98/31.37	c search-cpu: 30.279999
30.98/31.37	c total-assgn: 87470
30.98/31.37	c total-constraint-ccks: 0
30.98/31.37	c total-constraint-presence-ccks: 0
30.98/31.37	c total-cpu: 30.279999
30.98/31.37	c total-matrix2d-ccks: 6501713
30.98/31.37	c total-matrix2d-presence-ccks: 146677809
30.98/31.37	c tuples: 0
30.98/31.37	c tuples-collisions: 0
30.98/31.37	c TOTAL-NODES 87470
30.98/31.37	c TOTAL-CPU 30.279999

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-1096660-1215281160/watcher-1096660-1215281160 -o /tmp/evaluation-result-1096660-1215281160/solver-1096660-1215281160 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/concrete.sh -c -ext 60 HOME/instance-1096660-1215281160.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.01 2.05 2.02 4/81 23930
/proc/meminfo: memFree=1757792/2055920 swapFree=4180080/4192956
[pid=23930] ppid=23928 vsize=5356 CPUtime=0
/proc/23930/stat : 23930 (concrete.sh) S 23928 23930 21817 0 -1 4194304 270 0 0 0 0 0 0 0 20 0 1 0 2007090016 5484544 230 996147200 4194304 4889804 548682068800 18446744073709551615 225612365906 0 0 4100 65536 18446744071563648864 0 0 17 1 0 0
/proc/23930/statm: 1339 230 191 169 0 50 0
[pid=23931] ppid=23930 vsize=124 CPUtime=0
/proc/23931/stat : 23931 (dirname) R 23930 23930 21817 0 -1 4194304 47 0 0 0 0 0 0 0 22 0 1 0 2007090016 126976 22 996147200 4194304 4208292 548682069008 18446744073709551615 225609577865 0 0 4096 0 0 0 0 17 1 0 0
/proc/23931/statm: 31 22 16 3 0 3 0

[startup+0.0944791 s]
/proc/loadavg: 2.01 2.05 2.02 4/81 23930
/proc/meminfo: memFree=1757792/2055920 swapFree=4180080/4192956
[pid=23930] ppid=23928 vsize=5356 CPUtime=0
/proc/23930/stat : 23930 (concrete.sh) S 23928 23930 21817 0 -1 4194304 316 128 0 0 0 0 0 0 18 0 1 0 2007090016 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23930/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.10148 s]
/proc/loadavg: 2.01 2.05 2.02 4/81 23930
/proc/meminfo: memFree=1757792/2055920 swapFree=4180080/4192956
[pid=23930] ppid=23928 vsize=5356 CPUtime=0
/proc/23930/stat : 23930 (concrete.sh) S 23928 23930 21817 0 -1 4194304 316 128 0 0 0 0 0 0 18 0 1 0 2007090016 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23930/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.301496 s]
/proc/loadavg: 2.01 2.05 2.02 4/81 23930
/proc/meminfo: memFree=1757792/2055920 swapFree=4180080/4192956
[pid=23930] ppid=23928 vsize=5356 CPUtime=0
/proc/23930/stat : 23930 (concrete.sh) S 23928 23930 21817 0 -1 4194304 316 128 0 0 0 0 0 0 18 0 1 0 2007090016 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23930/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.70153 s]
/proc/loadavg: 2.01 2.05 2.02 4/81 23930
/proc/meminfo: memFree=1757792/2055920 swapFree=4180080/4192956
[pid=23930] ppid=23928 vsize=5356 CPUtime=0
/proc/23930/stat : 23930 (concrete.sh) S 23928 23930 21817 0 -1 4194304 316 128 0 0 0 0 0 0 18 0 1 0 2007090016 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23930/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.5026 s]
/proc/loadavg: 2.01 2.05 2.02 3/91 23944
/proc/meminfo: memFree=1746704/2055920 swapFree=4180080/4192956
[pid=23930] ppid=23928 vsize=5356 CPUtime=0
/proc/23930/stat : 23930 (concrete.sh) S 23928 23930 21817 0 -1 4194304 316 128 0 0 0 0 0 0 18 0 1 0 2007090016 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23930/statm: 1339 242 201 169 0 50 0
[pid=23933] ppid=23930 vsize=845356 CPUtime=1.47
/proc/23933/stat : 23933 (java) S 23930 23930 21817 0 -1 0 6008 0 1 0 142 5 0 0 18 0 9 0 2007090017 865644544 5217 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23933/statm: 211339 5217 2569 9 0 205906 0
[pid=23933/tid=23934] ppid=23930 vsize=845356 CPUtime=1.2
/proc/23933/task/23934/stat : 23934 (java) R 23930 23930 21817 0 -1 64 3152 0 1 0 118 2 0 0 25 0 9 0 2007090018 865644544 5217 996147200 134512640 134550740 4294956032 18446744073709551615 4126046709 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23933/tid=23935] ppid=23930 vsize=845356 CPUtime=0.04
/proc/23933/task/23935/stat : 23935 (java) S 23930 23930 21817 0 -1 64 1585 0 0 0 4 0 0 0 16 0 9 0 2007090019 865644544 5217 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23933/tid=23936] ppid=23930 vsize=845356 CPUtime=0
/proc/23933/task/23936/stat : 23936 (java) S 23930 23930 21817 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2007090019 865644544 5217 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23933/tid=23937] ppid=23930 vsize=845356 CPUtime=0
/proc/23933/task/23937/stat : 23937 (java) S 23930 23930 21817 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 2007090019 865644544 5217 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23933/tid=23938] ppid=23930 vsize=845356 CPUtime=0
/proc/23933/task/23938/stat : 23938 (java) S 23930 23930 21817 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2007090021 865644544 5217 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23933/tid=23939] ppid=23930 vsize=845356 CPUtime=0.19
/proc/23933/task/23939/stat : 23939 (java) S 23930 23930 21817 0 -1 64 534 0 0 0 19 0 0 0 16 0 9 0 2007090021 865644544 5217 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23933/tid=23940] ppid=23930 vsize=845356 CPUtime=0
/proc/23933/task/23940/stat : 23940 (java) S 23930 23930 21817 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2007090021 865644544 5217 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23933/tid=23941] ppid=23930 vsize=845356 CPUtime=0
/proc/23933/task/23941/stat : 23941 (java) S 23930 23930 21817 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 2007090021 865644544 5217 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 850712

[startup+3.10273 s]
/proc/loadavg: 2.01 2.05 2.02 3/91 23944
/proc/meminfo: memFree=1746512/2055920 swapFree=4180080/4192956
[pid=23930] ppid=23928 vsize=5356 CPUtime=0
/proc/23930/stat : 23930 (concrete.sh) S 23928 23930 21817 0 -1 4194304 316 128 0 0 0 0 0 0 18 0 1 0 2007090016 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23930/statm: 1339 242 201 169 0 50 0
[pid=23933] ppid=23930 vsize=845356 CPUtime=3.06
/proc/23933/stat : 23933 (java) S 23930 23930 21817 0 -1 0 6009 0 1 0 301 5 0 0 18 0 9 0 2007090017 865644544 5217 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23933/statm: 211339 5217 2569 9 0 205906 0
[pid=23933/tid=23934] ppid=23930 vsize=845356 CPUtime=2.79
/proc/23933/task/23934/stat : 23934 (java) R 23930 23930 21817 0 -1 64 3153 0 1 0 276 3 0 0 25 0 9 0 2007090018 865644544 5217 996147200 134512640 134550740 4294956032 18446744073709551615 4126062809 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23933/tid=23935] ppid=23930 vsize=845356 CPUtime=0.04
/proc/23933/task/23935/stat : 23935 (java) S 23930 23930 21817 0 -1 64 1585 0 0 0 4 0 0 0 16 0 9 0 2007090019 865644544 5217 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23933/tid=23936] ppid=23930 vsize=845356 CPUtime=0
/proc/23933/task/23936/stat : 23936 (java) S 23930 23930 21817 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2007090019 865644544 5217 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23933/tid=23937] ppid=23930 vsize=845356 CPUtime=0
/proc/23933/task/23937/stat : 23937 (java) S 23930 23930 21817 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 2007090019 865644544 5217 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23933/tid=23938] ppid=23930 vsize=845356 CPUtime=0
/proc/23933/task/23938/stat : 23938 (java) S 23930 23930 21817 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2007090021 865644544 5217 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23933/tid=23939] ppid=23930 vsize=845356 CPUtime=0.19
/proc/23933/task/23939/stat : 23939 (java) S 23930 23930 21817 0 -1 64 534 0 0 0 19 0 0 0 16 0 9 0 2007090021 865644544 5217 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23933/tid=23940] ppid=23930 vsize=845356 CPUtime=0
/proc/23933/task/23940/stat : 23940 (java) S 23930 23930 21817 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2007090021 865644544 5217 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23933/tid=23941] ppid=23930 vsize=845356 CPUtime=0
/proc/23933/task/23941/stat : 23941 (java) S 23930 23930 21817 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 2007090021 865644544 5217 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) 850712

[startup+6.30201 s]
/proc/loadavg: 2.00 2.05 2.02 3/91 23944
/proc/meminfo: memFree=1746384/2055920 swapFree=4180080/4192956
[pid=23930] ppid=23928 vsize=5356 CPUtime=0
/proc/23930/stat : 23930 (concrete.sh) S 23928 23930 21817 0 -1 4194304 316 128 0 0 0 0 0 0 18 0 1 0 2007090016 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23930/statm: 1339 242 201 169 0 50 0
[pid=23933] ppid=23930 vsize=845356 CPUtime=6.22
/proc/23933/stat : 23933 (java) S 23930 23930 21817 0 -1 0 6010 0 1 0 617 5 0 0 18 0 9 0 2007090017 865644544 5217 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23933/statm: 211339 5217 2569 9 0 205906 0
[pid=23933/tid=23934] ppid=23930 vsize=845356 CPUtime=5.96
/proc/23933/task/23934/stat : 23934 (java) R 23930 23930 21817 0 -1 64 3154 0 1 0 593 3 0 0 25 0 9 0 2007090018 865644544 5217 996147200 134512640 134550740 4294956032 18446744073709551615 4126058522 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23933/tid=23935] ppid=23930 vsize=845356 CPUtime=0.04
/proc/23933/task/23935/stat : 23935 (java) S 23930 23930 21817 0 -1 64 1585 0 0 0 4 0 0 0 16 0 9 0 2007090019 865644544 5217 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23933/tid=23936] ppid=23930 vsize=845356 CPUtime=0
/proc/23933/task/23936/stat : 23936 (java) S 23930 23930 21817 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2007090019 865644544 5217 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23933/tid=23937] ppid=23930 vsize=845356 CPUtime=0
/proc/23933/task/23937/stat : 23937 (java) S 23930 23930 21817 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 2007090019 865644544 5217 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23933/tid=23938] ppid=23930 vsize=845356 CPUtime=0
/proc/23933/task/23938/stat : 23938 (java) S 23930 23930 21817 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2007090021 865644544 5217 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23933/tid=23939] ppid=23930 vsize=845356 CPUtime=0.19
/proc/23933/task/23939/stat : 23939 (java) S 23930 23930 21817 0 -1 64 534 0 0 0 19 0 0 0 16 0 9 0 2007090021 865644544 5217 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23933/tid=23940] ppid=23930 vsize=845356 CPUtime=0
/proc/23933/task/23940/stat : 23940 (java) S 23930 23930 21817 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2007090021 865644544 5217 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23933/tid=23941] ppid=23930 vsize=845356 CPUtime=0
/proc/23933/task/23941/stat : 23941 (java) S 23930 23930 21817 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 2007090021 865644544 5217 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 850712

[startup+12.7026 s]
/proc/loadavg: 2.00 2.04 2.02 3/91 23944
/proc/meminfo: memFree=1746192/2055920 swapFree=4180080/4192956
[pid=23930] ppid=23928 vsize=5356 CPUtime=0
/proc/23930/stat : 23930 (concrete.sh) S 23928 23930 21817 0 -1 4194304 316 128 0 0 0 0 0 0 18 0 1 0 2007090016 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23930/statm: 1339 242 201 169 0 50 0
[pid=23933] ppid=23930 vsize=845356 CPUtime=12.56
/proc/23933/stat : 23933 (java) S 23930 23930 21817 0 -1 0 6010 0 1 0 1251 5 0 0 18 0 9 0 2007090017 865644544 5217 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23933/statm: 211339 5217 2569 9 0 205906 0
[pid=23933/tid=23934] ppid=23930 vsize=845356 CPUtime=12.3
/proc/23933/task/23934/stat : 23934 (java) R 23930 23930 21817 0 -1 64 3154 0 1 0 1227 3 0 0 25 0 9 0 2007090018 865644544 5217 996147200 134512640 134550740 4294956032 18446744073709551615 4126047140 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23933/tid=23935] ppid=23930 vsize=845356 CPUtime=0.04
/proc/23933/task/23935/stat : 23935 (java) S 23930 23930 21817 0 -1 64 1585 0 0 0 4 0 0 0 16 0 9 0 2007090019 865644544 5217 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23933/tid=23936] ppid=23930 vsize=845356 CPUtime=0
/proc/23933/task/23936/stat : 23936 (java) S 23930 23930 21817 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2007090019 865644544 5217 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23933/tid=23937] ppid=23930 vsize=845356 CPUtime=0
/proc/23933/task/23937/stat : 23937 (java) S 23930 23930 21817 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 2007090019 865644544 5217 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23933/tid=23938] ppid=23930 vsize=845356 CPUtime=0
/proc/23933/task/23938/stat : 23938 (java) S 23930 23930 21817 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2007090021 865644544 5217 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23933/tid=23939] ppid=23930 vsize=845356 CPUtime=0.19
/proc/23933/task/23939/stat : 23939 (java) S 23930 23930 21817 0 -1 64 534 0 0 0 19 0 0 0 16 0 9 0 2007090021 865644544 5217 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23933/tid=23940] ppid=23930 vsize=845356 CPUtime=0
/proc/23933/task/23940/stat : 23940 (java) S 23930 23930 21817 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2007090021 865644544 5217 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23933/tid=23941] ppid=23930 vsize=845356 CPUtime=0
/proc/23933/task/23941/stat : 23941 (java) S 23930 23930 21817 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 2007090021 865644544 5217 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 850712

[startup+25.5017 s]
/proc/loadavg: 2.00 2.04 2.02 3/91 23944
/proc/meminfo: memFree=1746320/2055920 swapFree=4180080/4192956
[pid=23930] ppid=23928 vsize=5356 CPUtime=0
/proc/23930/stat : 23930 (concrete.sh) S 23928 23930 21817 0 -1 4194304 316 128 0 0 0 0 0 0 18 0 1 0 2007090016 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23930/statm: 1339 242 201 169 0 50 0
[pid=23933] ppid=23930 vsize=845356 CPUtime=25.24
/proc/23933/stat : 23933 (java) S 23930 23930 21817 0 -1 0 6010 0 1 0 2519 5 0 0 18 0 9 0 2007090017 865644544 5217 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23933/statm: 211339 5217 2569 9 0 205906 0
[pid=23933/tid=23934] ppid=23930 vsize=845356 CPUtime=24.97
/proc/23933/task/23934/stat : 23934 (java) R 23930 23930 21817 0 -1 64 3154 0 1 0 2494 3 0 0 25 0 9 0 2007090018 865644544 5217 996147200 134512640 134550740 4294956032 18446744073709551615 4126058529 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23933/tid=23935] ppid=23930 vsize=845356 CPUtime=0.04
/proc/23933/task/23935/stat : 23935 (java) S 23930 23930 21817 0 -1 64 1585 0 0 0 4 0 0 0 16 0 9 0 2007090019 865644544 5217 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23933/tid=23936] ppid=23930 vsize=845356 CPUtime=0
/proc/23933/task/23936/stat : 23936 (java) S 23930 23930 21817 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2007090019 865644544 5217 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23933/tid=23937] ppid=23930 vsize=845356 CPUtime=0
/proc/23933/task/23937/stat : 23937 (java) S 23930 23930 21817 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 2007090019 865644544 5217 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23933/tid=23938] ppid=23930 vsize=845356 CPUtime=0
/proc/23933/task/23938/stat : 23938 (java) S 23930 23930 21817 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2007090021 865644544 5217 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23933/tid=23939] ppid=23930 vsize=845356 CPUtime=0.19
/proc/23933/task/23939/stat : 23939 (java) S 23930 23930 21817 0 -1 64 534 0 0 0 19 0 0 0 16 0 9 0 2007090021 865644544 5217 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23933/tid=23940] ppid=23930 vsize=845356 CPUtime=0
/proc/23933/task/23940/stat : 23940 (java) S 23930 23930 21817 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2007090021 865644544 5217 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23933/tid=23941] ppid=23930 vsize=845356 CPUtime=0
/proc/23933/task/23941/stat : 23941 (java) S 23930 23930 21817 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 2007090021 865644544 5217 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 850712

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

[startup+28.7029 s]
/proc/loadavg: 2.00 2.04 2.02 3/91 23944
/proc/meminfo: memFree=1746320/2055920 swapFree=4180080/4192956
[pid=23930] ppid=23928 vsize=5356 CPUtime=0
/proc/23930/stat : 23930 (concrete.sh) S 23928 23930 21817 0 -1 4194304 316 128 0 0 0 0 0 0 18 0 1 0 2007090016 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23930/statm: 1339 242 201 169 0 50 0
[pid=23933] ppid=23930 vsize=845356 CPUtime=28.41
/proc/23933/stat : 23933 (java) S 23930 23930 21817 0 -1 0 6010 0 1 0 2836 5 0 0 18 0 9 0 2007090017 865644544 5217 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23933/statm: 211339 5217 2569 9 0 205906 0
[pid=23933/tid=23934] ppid=23930 vsize=845356 CPUtime=28.14
/proc/23933/task/23934/stat : 23934 (java) R 23930 23930 21817 0 -1 64 3154 0 1 0 2811 3 0 0 25 0 9 0 2007090018 865644544 5217 996147200 134512640 134550740 4294956032 18446744073709551615 4126056131 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23933/tid=23935] ppid=23930 vsize=845356 CPUtime=0.04
/proc/23933/task/23935/stat : 23935 (java) S 23930 23930 21817 0 -1 64 1585 0 0 0 4 0 0 0 16 0 9 0 2007090019 865644544 5217 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23933/tid=23936] ppid=23930 vsize=845356 CPUtime=0
/proc/23933/task/23936/stat : 23936 (java) S 23930 23930 21817 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2007090019 865644544 5217 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23933/tid=23937] ppid=23930 vsize=845356 CPUtime=0
/proc/23933/task/23937/stat : 23937 (java) S 23930 23930 21817 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 2007090019 865644544 5217 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23933/tid=23938] ppid=23930 vsize=845356 CPUtime=0
/proc/23933/task/23938/stat : 23938 (java) S 23930 23930 21817 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2007090021 865644544 5217 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23933/tid=23939] ppid=23930 vsize=845356 CPUtime=0.19
/proc/23933/task/23939/stat : 23939 (java) S 23930 23930 21817 0 -1 64 534 0 0 0 19 0 0 0 16 0 9 0 2007090021 865644544 5217 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23933/tid=23940] ppid=23930 vsize=845356 CPUtime=0
/proc/23933/task/23940/stat : 23940 (java) S 23930 23930 21817 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2007090021 865644544 5217 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23933/tid=23941] ppid=23930 vsize=845356 CPUtime=0
/proc/23933/task/23941/stat : 23941 (java) S 23930 23930 21817 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 2007090021 865644544 5217 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 28.41
Current children cumulated vsize (KiB) 850712

[startup+30.3021 s]
/proc/loadavg: 2.00 2.04 2.02 3/91 23944
/proc/meminfo: memFree=1746320/2055920 swapFree=4180080/4192956
[pid=23930] ppid=23928 vsize=5356 CPUtime=0
/proc/23930/stat : 23930 (concrete.sh) S 23928 23930 21817 0 -1 4194304 316 128 0 0 0 0 0 0 18 0 1 0 2007090016 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23930/statm: 1339 242 201 169 0 50 0
[pid=23933] ppid=23930 vsize=845356 CPUtime=29.99
/proc/23933/stat : 23933 (java) S 23930 23930 21817 0 -1 0 6010 0 1 0 2994 5 0 0 18 0 9 0 2007090017 865644544 5217 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23933/statm: 211339 5217 2569 9 0 205906 0
[pid=23933/tid=23934] ppid=23930 vsize=845356 CPUtime=29.73
/proc/23933/task/23934/stat : 23934 (java) R 23930 23930 21817 0 -1 64 3154 0 1 0 2970 3 0 0 25 0 9 0 2007090018 865644544 5217 996147200 134512640 134550740 4294956032 18446744073709551615 4126047237 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23933/tid=23935] ppid=23930 vsize=845356 CPUtime=0.04
/proc/23933/task/23935/stat : 23935 (java) S 23930 23930 21817 0 -1 64 1585 0 0 0 4 0 0 0 16 0 9 0 2007090019 865644544 5217 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23933/tid=23936] ppid=23930 vsize=845356 CPUtime=0
/proc/23933/task/23936/stat : 23936 (java) S 23930 23930 21817 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2007090019 865644544 5217 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23933/tid=23937] ppid=23930 vsize=845356 CPUtime=0
/proc/23933/task/23937/stat : 23937 (java) S 23930 23930 21817 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 2007090019 865644544 5217 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23933/tid=23938] ppid=23930 vsize=845356 CPUtime=0
/proc/23933/task/23938/stat : 23938 (java) S 23930 23930 21817 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2007090021 865644544 5217 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23933/tid=23939] ppid=23930 vsize=845356 CPUtime=0.19
/proc/23933/task/23939/stat : 23939 (java) S 23930 23930 21817 0 -1 64 534 0 0 0 19 0 0 0 16 0 9 0 2007090021 865644544 5217 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23933/tid=23940] ppid=23930 vsize=845356 CPUtime=0
/proc/23933/task/23940/stat : 23940 (java) S 23930 23930 21817 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2007090021 865644544 5217 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23933/tid=23941] ppid=23930 vsize=845356 CPUtime=0
/proc/23933/task/23941/stat : 23941 (java) S 23930 23930 21817 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 2007090021 865644544 5217 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 29.99
Current children cumulated vsize (KiB) 850712

[startup+31.1012 s]
/proc/loadavg: 2.00 2.04 2.02 3/91 23944
/proc/meminfo: memFree=1746320/2055920 swapFree=4180080/4192956
[pid=23930] ppid=23928 vsize=5356 CPUtime=0
/proc/23930/stat : 23930 (concrete.sh) S 23928 23930 21817 0 -1 4194304 316 128 0 0 0 0 0 0 18 0 1 0 2007090016 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23930/statm: 1339 242 201 169 0 50 0
[pid=23933] ppid=23930 vsize=845356 CPUtime=30.78
/proc/23933/stat : 23933 (java) S 23930 23930 21817 0 -1 0 6010 0 1 0 3073 5 0 0 18 0 9 0 2007090017 865644544 5217 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23933/statm: 211339 5217 2569 9 0 205906 0
[pid=23933/tid=23934] ppid=23930 vsize=845356 CPUtime=30.52
/proc/23933/task/23934/stat : 23934 (java) R 23930 23930 21817 0 -1 64 3154 0 1 0 3049 3 0 0 25 0 9 0 2007090018 865644544 5217 996147200 134512640 134550740 4294956032 18446744073709551615 4126062692 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23933/tid=23935] ppid=23930 vsize=845356 CPUtime=0.04
/proc/23933/task/23935/stat : 23935 (java) S 23930 23930 21817 0 -1 64 1585 0 0 0 4 0 0 0 16 0 9 0 2007090019 865644544 5217 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23933/tid=23936] ppid=23930 vsize=845356 CPUtime=0
/proc/23933/task/23936/stat : 23936 (java) S 23930 23930 21817 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2007090019 865644544 5217 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23933/tid=23937] ppid=23930 vsize=845356 CPUtime=0
/proc/23933/task/23937/stat : 23937 (java) S 23930 23930 21817 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 2007090019 865644544 5217 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23933/tid=23938] ppid=23930 vsize=845356 CPUtime=0
/proc/23933/task/23938/stat : 23938 (java) S 23930 23930 21817 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2007090021 865644544 5217 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23933/tid=23939] ppid=23930 vsize=845356 CPUtime=0.19
/proc/23933/task/23939/stat : 23939 (java) S 23930 23930 21817 0 -1 64 534 0 0 0 19 0 0 0 16 0 9 0 2007090021 865644544 5217 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23933/tid=23940] ppid=23930 vsize=845356 CPUtime=0
/proc/23933/task/23940/stat : 23940 (java) S 23930 23930 21817 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2007090021 865644544 5217 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23933/tid=23941] ppid=23930 vsize=845356 CPUtime=0
/proc/23933/task/23941/stat : 23941 (java) S 23930 23930 21817 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 2007090021 865644544 5217 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 30.78
Current children cumulated vsize (KiB) 850712

[startup+31.3012 s]
/proc/loadavg: 2.00 2.04 2.02 3/91 23944
/proc/meminfo: memFree=1746320/2055920 swapFree=4180080/4192956
[pid=23930] ppid=23928 vsize=5356 CPUtime=0
/proc/23930/stat : 23930 (concrete.sh) S 23928 23930 21817 0 -1 4194304 316 128 0 0 0 0 0 0 18 0 1 0 2007090016 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23930/statm: 1339 242 201 169 0 50 0
[pid=23933] ppid=23930 vsize=845356 CPUtime=30.98
/proc/23933/stat : 23933 (java) S 23930 23930 21817 0 -1 0 6010 0 1 0 3093 5 0 0 18 0 9 0 2007090017 865644544 5217 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23933/statm: 211339 5217 2569 9 0 205906 0
[pid=23933/tid=23934] ppid=23930 vsize=845356 CPUtime=30.72
/proc/23933/task/23934/stat : 23934 (java) R 23930 23930 21817 0 -1 64 3154 0 1 0 3069 3 0 0 25 0 9 0 2007090018 865644544 5217 996147200 134512640 134550740 4294956032 18446744073709551615 4126056137 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23933/tid=23935] ppid=23930 vsize=845356 CPUtime=0.04
/proc/23933/task/23935/stat : 23935 (java) S 23930 23930 21817 0 -1 64 1585 0 0 0 4 0 0 0 16 0 9 0 2007090019 865644544 5217 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23933/tid=23936] ppid=23930 vsize=845356 CPUtime=0
/proc/23933/task/23936/stat : 23936 (java) S 23930 23930 21817 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2007090019 865644544 5217 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23933/tid=23937] ppid=23930 vsize=845356 CPUtime=0
/proc/23933/task/23937/stat : 23937 (java) S 23930 23930 21817 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 2007090019 865644544 5217 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23933/tid=23938] ppid=23930 vsize=845356 CPUtime=0
/proc/23933/task/23938/stat : 23938 (java) S 23930 23930 21817 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2007090021 865644544 5217 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23933/tid=23939] ppid=23930 vsize=845356 CPUtime=0.19
/proc/23933/task/23939/stat : 23939 (java) S 23930 23930 21817 0 -1 64 534 0 0 0 19 0 0 0 16 0 9 0 2007090021 865644544 5217 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23933/tid=23940] ppid=23930 vsize=845356 CPUtime=0
/proc/23933/task/23940/stat : 23940 (java) S 23930 23930 21817 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2007090021 865644544 5217 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23933/tid=23941] ppid=23930 vsize=845356 CPUtime=0
/proc/23933/task/23941/stat : 23941 (java) S 23930 23930 21817 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 2007090021 865644544 5217 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 30.98
Current children cumulated vsize (KiB) 850712

[startup+31.4012 s]
/proc/loadavg: 2.00 2.04 2.02 3/91 23944
/proc/meminfo: memFree=1746320/2055920 swapFree=4180080/4192956
[pid=23930] ppid=23928 vsize=5356 CPUtime=0
/proc/23930/stat : 23930 (concrete.sh) S 23928 23930 21817 0 -1 4194304 316 128 0 0 0 0 0 0 18 0 1 0 2007090016 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23930/statm: 1339 242 201 169 0 50 0
[pid=23933] ppid=23930 vsize=845356 CPUtime=31.06
/proc/23933/stat : 23933 (java) S 23930 23930 21817 0 -1 0 6022 0 1 0 3101 5 0 0 18 0 9 0 2007090017 865644544 5226 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23933/statm: 211339 5226 2569 9 0 205906 0
[pid=23933/tid=23934] ppid=23930 vsize=845356 CPUtime=30.79
/proc/23933/task/23934/stat : 23934 (java) S 23930 23930 21817 0 -1 64 3165 0 1 0 3076 3 0 0 25 0 9 0 2007090018 865644544 5226 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23933/tid=23935] ppid=23930 vsize=845356 CPUtime=0.04
/proc/23933/task/23935/stat : 23935 (java) S 23930 23930 21817 0 -1 64 1585 0 0 0 4 0 0 0 16 0 9 0 2007090019 865644544 5226 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23933/tid=23936] ppid=23930 vsize=845356 CPUtime=0
/proc/23933/task/23936/stat : 23936 (java) S 23930 23930 21817 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2007090019 865644544 5226 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23933/tid=23937] ppid=23930 vsize=845356 CPUtime=0
/proc/23933/task/23937/stat : 23937 (java) S 23930 23930 21817 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 2007090019 865644544 5226 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23933/tid=23938] ppid=23930 vsize=845356 CPUtime=0
/proc/23933/task/23938/stat : 23938 (java) S 23930 23930 21817 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2007090021 865644544 5226 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23933/tid=23939] ppid=23930 vsize=845356 CPUtime=0.19
/proc/23933/task/23939/stat : 23939 (java) S 23930 23930 21817 0 -1 64 535 0 0 0 19 0 0 0 16 0 9 0 2007090021 865644544 5226 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23933/tid=23940] ppid=23930 vsize=845356 CPUtime=0
/proc/23933/task/23940/stat : 23940 (java) S 23930 23930 21817 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2007090021 865644544 5226 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23933/tid=23941] ppid=23930 vsize=845356 CPUtime=0
/proc/23933/task/23941/stat : 23941 (java) S 23930 23930 21817 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 2007090021 865644544 5226 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 31.06
Current children cumulated vsize (KiB) 850712

Child status: 0
Real time (s): 31.4256
CPU time (s): 31.0783
CPU user time (s): 31.0153
CPU system time (s): 0.06299
CPU usage (%): 98.8947
Max. virtual memory (cumulated for all children) (KiB): 850712

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 31.0153
system time used= 0.06299
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 6478
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= 1341
involuntary context switches= 2517

runsolver used 0.042993 second user time and 0.109983 second system time

The end

Launcher Data (download as text)

Begin job on node31 at 2008-07-05 20:06:00
IDJOB=1096660
IDBENCH=59204
IDSOLVER=305
FILE ID=node31/1096660-1215281160
PBS_JOBID= 7882172
Free space on /tmp= 66492 MiB

SOLVER NAME= Concrete + CPS4J 2008-05-30
BENCH NAME= CPAI08/csp/tightness0.2/normalized-rand-2-40-11-414-200-54_ext.xml
COMMAND LINE= HOME/concrete.sh -c -ext 60 BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1096660-1215281160/watcher-1096660-1215281160 -o /tmp/evaluation-result-1096660-1215281160/solver-1096660-1215281160 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/concrete.sh -c -ext 60 HOME/instance-1096660-1215281160.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 69a135abf4bbc4544ec8a733eb9d2617
RANDOM SEED=1243230402

node31.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.232
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.232
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:       1758272 kB
Buffers:         44692 kB
Cached:         174320 kB
SwapCached:       5728 kB
Active:         168188 kB
Inactive:        77480 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1758272 kB
SwapTotal:     4192956 kB
SwapFree:      4180080 kB
Dirty:             872 kB
Writeback:           0 kB
Mapped:          42944 kB
Slab:            36616 kB
Committed_AS:  3228188 kB
PageTables:       2072 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= 66488 MiB
End job on node31 at 2008-07-05 20:06:31