Trace number 1034546

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 73.6068 74.1756

DiagnosticValue
CHECKS366451
NODES89

General information on the benchmark

Namecsp/lard/
normalized-lard-89-89.xml
MD5SUM835c459e7c067a13c82ad8656195350d
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 benchmark13.6949
Satisfiable
(Un)Satisfiability was proved
Number of variables89
Number of constraints3916
Maximum constraint arity2
Maximum domain size90
Number of constraints which are defined in extension3916
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

71.37/71.94	c CPU-LOAD 58.46
71.37/71.94	c LOADED 89 V (90 E), 3916 ExtensionConstraint2D, arity 2, 58.46 cpu
73.46/74.04	v 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 
73.46/74.05	s SATISFIABLE
73.46/74.05	d NODES 89
73.46/74.05	d CHECKS 366451
73.46/74.05	c gac3-effective-revisions: 253
73.46/74.05	c gac3-useless-revisions: 16013
73.46/74.05	c heuristic-cpu: 0.0
73.46/74.05	c prepro-constraint-ccks: 0
73.46/74.05	c prepro-constraint-presenceccks: 0
73.46/74.05	c prepro-cpu: 0.07
73.46/74.05	c prepro-matrix2d-ccks: 366451
73.46/74.05	c prepro-matrix2d-presenceccks: 565218
73.46/74.05	c prepro-removed: 4037
73.46/74.05	c search-cpu: 0.089999996
73.46/74.05	c total-assgn: 89
73.46/74.05	c total-constraint-ccks: 0
73.46/74.05	c total-constraint-presence-ccks: 0
73.46/74.05	c total-cpu: 0.16
73.46/74.05	c total-matrix2d-ccks: 366451
73.46/74.05	c total-matrix2d-presence-ccks: 742235
73.46/74.05	c tuples: 0
73.46/74.05	c tuples-collisions: 0
73.46/74.05	c TOTAL-NODES 89
73.46/74.05	c TOTAL-CPU 0.16

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-1034546-1214949598/watcher-1034546-1214949598 -o /tmp/evaluation-result-1034546-1214949598/solver-1034546-1214949598 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/concrete.sh -c -ext 60 HOME/instance-1034546-1214949598.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.76 0.62 0.22 4/69 20271
/proc/meminfo: memFree=498272/2055920 swapFree=4180500/4192956
[pid=20271] ppid=20269 vsize=18572 CPUtime=0
/proc/20271/stat : 20271 (runsolver) R 20269 20271 19882 0 -1 4194368 15 0 0 0 0 0 0 0 21 0 1 0 1973932372 19017728 292 996147200 4194304 4296836 548682068464 18446744073709551615 217051622695 0 0 4096 24578 0 0 0 17 1 0 0
/proc/20271/statm: 4643 292 257 25 0 2626 0

[startup+0.039664 s]
/proc/loadavg: 1.76 0.62 0.22 4/69 20271
/proc/meminfo: memFree=498272/2055920 swapFree=4180500/4192956
[pid=20271] ppid=20269 vsize=5356 CPUtime=0
/proc/20271/stat : 20271 (concrete.sh) S 20269 20271 19882 0 -1 4194304 316 128 0 0 0 0 0 0 22 0 1 0 1973932372 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20271/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.10167 s]
/proc/loadavg: 1.76 0.62 0.22 4/69 20271
/proc/meminfo: memFree=498272/2055920 swapFree=4180500/4192956
[pid=20271] ppid=20269 vsize=5356 CPUtime=0
/proc/20271/stat : 20271 (concrete.sh) S 20269 20271 19882 0 -1 4194304 316 128 0 0 0 0 0 0 22 0 1 0 1973932372 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20271/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.301715 s]
/proc/loadavg: 1.76 0.62 0.22 4/69 20271
/proc/meminfo: memFree=498272/2055920 swapFree=4180500/4192956
[pid=20271] ppid=20269 vsize=5356 CPUtime=0
/proc/20271/stat : 20271 (concrete.sh) S 20269 20271 19882 0 -1 4194304 316 128 0 0 0 0 0 0 22 0 1 0 1973932372 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20271/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.701791 s]
/proc/loadavg: 1.76 0.62 0.22 4/69 20271
/proc/meminfo: memFree=498272/2055920 swapFree=4180500/4192956
[pid=20271] ppid=20269 vsize=5356 CPUtime=0
/proc/20271/stat : 20271 (concrete.sh) S 20269 20271 19882 0 -1 4194304 316 128 0 0 0 0 0 0 22 0 1 0 1973932372 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20271/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.50194 s]
/proc/loadavg: 1.94 0.67 0.24 4/79 20282
/proc/meminfo: memFree=473488/2055920 swapFree=4180500/4192956
[pid=20271] ppid=20269 vsize=5356 CPUtime=0
/proc/20271/stat : 20271 (concrete.sh) S 20269 20271 19882 0 -1 4194304 316 128 0 0 0 0 0 0 22 0 1 0 1973932372 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20271/statm: 1339 242 201 169 0 50 0
[pid=20274] ppid=20271 vsize=843624 CPUtime=1.33
/proc/20274/stat : 20274 (java) S 20271 20271 19882 0 -1 0 7502 0 1 0 126 7 0 0 18 0 9 0 1973932373 863870976 6490 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20274/statm: 210906 6490 2562 9 0 205474 0
[pid=20274/tid=20275] ppid=20271 vsize=843624 CPUtime=0.93
/proc/20274/task/20275/stat : 20275 (java) R 20271 20271 19882 0 -1 64 3193 0 1 0 90 3 0 0 24 0 9 0 1973932374 863870976 6490 996147200 134512640 134550740 4294956032 18446744073709551615 4125719111 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20274/tid=20276] ppid=20271 vsize=843624 CPUtime=0.3
/proc/20274/task/20276/stat : 20276 (java) S 20271 20271 19882 0 -1 64 3245 0 0 0 28 2 0 0 16 0 9 0 1973932389 863870976 6490 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20274/tid=20277] ppid=20271 vsize=843624 CPUtime=0
/proc/20274/task/20277/stat : 20277 (java) S 20271 20271 19882 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1973932390 863870976 6490 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20274/tid=20278] ppid=20271 vsize=843624 CPUtime=0
/proc/20274/task/20278/stat : 20278 (java) S 20271 20271 19882 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 1973932390 863870976 6490 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20274/tid=20279] ppid=20271 vsize=843624 CPUtime=0
/proc/20274/task/20279/stat : 20279 (java) S 20271 20271 19882 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1973932392 863870976 6490 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20274/tid=20280] ppid=20271 vsize=843624 CPUtime=0.07
/proc/20274/task/20280/stat : 20280 (java) S 20271 20271 19882 0 -1 64 331 0 0 0 7 0 0 0 16 0 9 0 1973932392 863870976 6490 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20274/tid=20281] ppid=20271 vsize=843624 CPUtime=0
/proc/20274/task/20281/stat : 20281 (java) S 20271 20271 19882 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1973932392 863870976 6490 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20274/tid=20282] ppid=20271 vsize=843624 CPUtime=0
/proc/20274/task/20282/stat : 20282 (java) S 20271 20271 19882 0 -1 64 3 0 0 0 0 0 0 0 15 0 9 0 1973932392 863870976 6490 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 848980

[startup+3.10225 s]
/proc/loadavg: 1.94 0.67 0.24 4/79 20282
/proc/meminfo: memFree=451280/2055920 swapFree=4180500/4192956
[pid=20271] ppid=20269 vsize=5356 CPUtime=0
/proc/20271/stat : 20271 (concrete.sh) S 20269 20271 19882 0 -1 4194304 316 128 0 0 0 0 0 0 22 0 1 0 1973932372 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20271/statm: 1339 242 201 169 0 50 0
[pid=20274] ppid=20271 vsize=843624 CPUtime=2.93
/proc/20274/stat : 20274 (java) S 20271 20271 19882 0 -1 0 11110 0 1 0 282 11 0 0 18 0 9 0 1973932373 863870976 9840 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20274/statm: 210906 9840 2562 9 0 205474 0
[pid=20274/tid=20275] ppid=20271 vsize=843624 CPUtime=1.98
/proc/20274/task/20275/stat : 20275 (java) R 20271 20271 19882 0 -1 64 3483 0 1 0 194 4 0 0 25 0 9 0 1973932374 863870976 9840 996147200 134512640 134550740 4294956032 18446744073709551615 4125231288 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20274/tid=20276] ppid=20271 vsize=843624 CPUtime=0.85
/proc/20274/task/20276/stat : 20276 (java) S 20271 20271 19882 0 -1 64 6559 0 0 0 79 6 0 0 16 0 9 0 1973932389 863870976 9840 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20274/tid=20277] ppid=20271 vsize=843624 CPUtime=0
/proc/20274/task/20277/stat : 20277 (java) S 20271 20271 19882 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1973932390 863870976 9840 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20274/tid=20278] ppid=20271 vsize=843624 CPUtime=0
/proc/20274/task/20278/stat : 20278 (java) S 20271 20271 19882 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 1973932390 863870976 9840 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20274/tid=20279] ppid=20271 vsize=843624 CPUtime=0
/proc/20274/task/20279/stat : 20279 (java) S 20271 20271 19882 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1973932392 863870976 9840 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20274/tid=20280] ppid=20271 vsize=843624 CPUtime=0.08
/proc/20274/task/20280/stat : 20280 (java) S 20271 20271 19882 0 -1 64 335 0 0 0 8 0 0 0 16 0 9 0 1973932392 863870976 9840 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20274/tid=20281] ppid=20271 vsize=843624 CPUtime=0
/proc/20274/task/20281/stat : 20281 (java) S 20271 20271 19882 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1973932392 863870976 9840 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20274/tid=20282] ppid=20271 vsize=843624 CPUtime=0
/proc/20274/task/20282/stat : 20282 (java) S 20271 20271 19882 0 -1 64 3 0 0 0 0 0 0 0 15 0 9 0 1973932392 863870976 9840 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 848980

[startup+6.30186 s]
/proc/loadavg: 1.94 0.67 0.24 3/79 20282
/proc/meminfo: memFree=385360/2055920 swapFree=4180500/4192956
[pid=20271] ppid=20269 vsize=5356 CPUtime=0
/proc/20271/stat : 20271 (concrete.sh) S 20269 20271 19882 0 -1 4194304 316 128 0 0 0 0 0 0 22 0 1 0 1973932372 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20271/statm: 1339 242 201 169 0 50 0
[pid=20274] ppid=20271 vsize=843920 CPUtime=6.1
/proc/20274/stat : 20274 (java) S 20271 20271 19882 0 -1 0 16676 0 1 0 593 17 0 0 18 0 9 0 1973932373 864174080 15137 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20274/statm: 210980 15137 2562 9 0 205548 0
[pid=20274/tid=20275] ppid=20271 vsize=843920 CPUtime=4.32
/proc/20274/task/20275/stat : 20275 (java) R 20271 20271 19882 0 -1 64 3912 0 1 0 426 6 0 0 25 0 9 0 1973932374 864174080 15137 996147200 134512640 134550740 4294956032 18446744073709551615 4125750757 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20274/tid=20276] ppid=20271 vsize=843920 CPUtime=1.66
/proc/20274/task/20276/stat : 20276 (java) S 20271 20271 19882 0 -1 64 11626 0 0 0 156 10 0 0 16 0 9 0 1973932389 864174080 15137 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20274/tid=20277] ppid=20271 vsize=843920 CPUtime=0
/proc/20274/task/20277/stat : 20277 (java) S 20271 20271 19882 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1973932390 864174080 15137 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20274/tid=20278] ppid=20271 vsize=843920 CPUtime=0
/proc/20274/task/20278/stat : 20278 (java) S 20271 20271 19882 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 1973932390 864174080 15137 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20274/tid=20279] ppid=20271 vsize=843920 CPUtime=0
/proc/20274/task/20279/stat : 20279 (java) S 20271 20271 19882 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1973932392 864174080 15137 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20274/tid=20280] ppid=20271 vsize=843920 CPUtime=0.1
/proc/20274/task/20280/stat : 20280 (java) S 20271 20271 19882 0 -1 64 405 0 0 0 10 0 0 0 16 0 9 0 1973932392 864174080 15137 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20274/tid=20281] ppid=20271 vsize=843920 CPUtime=0
/proc/20274/task/20281/stat : 20281 (java) S 20271 20271 19882 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1973932392 864174080 15137 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20274/tid=20282] ppid=20271 vsize=843920 CPUtime=0
/proc/20274/task/20282/stat : 20282 (java) S 20271 20271 19882 0 -1 64 3 0 0 0 0 0 0 0 15 0 9 0 1973932392 864174080 15137 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.1
Current children cumulated vsize (KiB) 849276

[startup+12.7021 s]
/proc/loadavg: 2.02 0.73 0.26 3/79 20282
/proc/meminfo: memFree=256208/2055920 swapFree=4180500/4192956
[pid=20271] ppid=20269 vsize=5356 CPUtime=0
/proc/20271/stat : 20271 (concrete.sh) S 20269 20271 19882 0 -1 4194304 316 128 0 0 0 0 0 0 22 0 1 0 1973932372 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20271/statm: 1339 242 201 169 0 50 0
[pid=20274] ppid=20271 vsize=843696 CPUtime=12.47
/proc/20274/stat : 20274 (java) S 20271 20271 19882 0 -1 0 29228 0 1 0 1220 27 0 0 18 0 9 0 1973932373 863944704 27347 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20274/statm: 210924 27347 2562 9 0 205492 0
[pid=20274/tid=20275] ppid=20271 vsize=843696 CPUtime=9.59
/proc/20274/task/20275/stat : 20275 (java) R 20271 20271 19882 0 -1 64 4614 0 1 0 950 9 0 0 25 0 9 0 1973932374 863944704 27347 996147200 134512640 134550740 4294956032 18446744073709551615 4125851636 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20274/tid=20276] ppid=20271 vsize=843696 CPUtime=2.72
/proc/20274/task/20276/stat : 20276 (java) S 20271 20271 19882 0 -1 64 23458 0 0 0 256 16 0 0 16 0 9 0 1973932389 863944704 27347 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20274/tid=20277] ppid=20271 vsize=843696 CPUtime=0
/proc/20274/task/20277/stat : 20277 (java) S 20271 20271 19882 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1973932390 863944704 27347 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20274/tid=20278] ppid=20271 vsize=843696 CPUtime=0
/proc/20274/task/20278/stat : 20278 (java) S 20271 20271 19882 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 1973932390 863944704 27347 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20274/tid=20279] ppid=20271 vsize=843696 CPUtime=0
/proc/20274/task/20279/stat : 20279 (java) S 20271 20271 19882 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1973932392 863944704 27347 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20274/tid=20280] ppid=20271 vsize=843696 CPUtime=0.12
/proc/20274/task/20280/stat : 20280 (java) S 20271 20271 19882 0 -1 64 423 0 0 0 12 0 0 0 16 0 9 0 1973932392 863944704 27347 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20274/tid=20281] ppid=20271 vsize=843696 CPUtime=0
/proc/20274/task/20281/stat : 20281 (java) S 20271 20271 19882 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1973932392 863944704 27347 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20274/tid=20282] ppid=20271 vsize=843696 CPUtime=0
/proc/20274/task/20282/stat : 20282 (java) S 20271 20271 19882 0 -1 64 3 0 0 0 0 0 0 0 15 0 9 0 1973932392 863944704 27347 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.47
Current children cumulated vsize (KiB) 849052

[startup+25.5015 s]
/proc/loadavg: 2.10 0.79 0.29 3/82 20361
/proc/meminfo: memFree=1113456/2055920 swapFree=4180500/4192956
[pid=20271] ppid=20269 vsize=5356 CPUtime=0
/proc/20271/stat : 20271 (concrete.sh) S 20269 20271 19882 0 -1 4194304 316 128 0 0 0 0 0 0 22 0 1 0 1973932372 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20271/statm: 1339 242 201 169 0 50 0
[pid=20274] ppid=20271 vsize=843696 CPUtime=25.21
/proc/20274/stat : 20274 (java) S 20271 20271 19882 0 -1 0 54461 0 1 0 2477 44 0 0 18 0 9 0 1973932373 863944704 52305 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20274/statm: 210924 52305 2562 9 0 205492 0
[pid=20274/tid=20275] ppid=20271 vsize=843696 CPUtime=19.53
/proc/20274/task/20275/stat : 20275 (java) R 20271 20271 19882 0 -1 64 6854 0 1 0 1939 14 0 0 25 0 9 0 1973932374 863944704 52305 996147200 134512640 134550740 4294956032 18446744073709551615 4125775836 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20274/tid=20276] ppid=20271 vsize=843696 CPUtime=5.51
/proc/20274/task/20276/stat : 20276 (java) S 20271 20271 19882 0 -1 64 46443 0 0 0 523 28 0 0 16 0 9 0 1973932389 863944704 52305 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20274/tid=20277] ppid=20271 vsize=843696 CPUtime=0
/proc/20274/task/20277/stat : 20277 (java) S 20271 20271 19882 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1973932390 863944704 52305 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20274/tid=20278] ppid=20271 vsize=843696 CPUtime=0
/proc/20274/task/20278/stat : 20278 (java) S 20271 20271 19882 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 1973932390 863944704 52305 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20274/tid=20279] ppid=20271 vsize=843696 CPUtime=0
/proc/20274/task/20279/stat : 20279 (java) S 20271 20271 19882 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1973932392 863944704 52305 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20274/tid=20280] ppid=20271 vsize=843696 CPUtime=0.13
/proc/20274/task/20280/stat : 20280 (java) S 20271 20271 19882 0 -1 64 431 0 0 0 13 0 0 0 16 0 9 0 1973932392 863944704 52305 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20274/tid=20281] ppid=20271 vsize=843696 CPUtime=0
/proc/20274/task/20281/stat : 20281 (java) S 20271 20271 19882 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1973932392 863944704 52305 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20274/tid=20282] ppid=20271 vsize=843696 CPUtime=0
/proc/20274/task/20282/stat : 20282 (java) S 20271 20271 19882 0 -1 64 3 0 0 0 0 0 0 0 15 0 9 0 1973932392 863944704 52305 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) 849052

[startup+51.1014 s]
/proc/loadavg: 2.06 0.91 0.34 3/84 20438
/proc/meminfo: memFree=906464/2055920 swapFree=4180500/4192956
[pid=20271] ppid=20269 vsize=5356 CPUtime=0

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

[pid=20274/tid=20279] ppid=20271 vsize=843696 CPUtime=0
/proc/20274/task/20279/stat : 20279 (java) S 20271 20271 19882 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1973932392 863944704 103886 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20274/tid=20280] ppid=20271 vsize=843696 CPUtime=0.14
/proc/20274/task/20280/stat : 20280 (java) S 20271 20271 19882 0 -1 64 435 0 0 0 14 0 0 0 17 0 9 0 1973932392 863944704 103886 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20274/tid=20281] ppid=20271 vsize=843696 CPUtime=0
/proc/20274/task/20281/stat : 20281 (java) S 20271 20271 19882 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1973932392 863944704 103886 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20274/tid=20282] ppid=20271 vsize=843696 CPUtime=0
/proc/20274/task/20282/stat : 20282 (java) S 20271 20271 19882 0 -1 64 3 0 0 0 0 0 0 0 15 0 9 0 1973932392 863944704 103886 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.69
Current children cumulated vsize (KiB) 849052

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

[startup+63.9028 s]
/proc/loadavg: 2.05 0.94 0.36 3/85 20445
/proc/meminfo: memFree=835024/2055920 swapFree=4180500/4192956
[pid=20271] ppid=20269 vsize=5356 CPUtime=0
/proc/20271/stat : 20271 (concrete.sh) S 20269 20271 19882 0 -1 4194304 316 128 0 0 0 0 0 0 22 0 1 0 1973932372 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20271/statm: 1339 242 201 169 0 50 0
[pid=20274] ppid=20271 vsize=846240 CPUtime=63.41
/proc/20274/stat : 20274 (java) S 20271 20271 19882 0 -1 0 123016 0 1 0 6256 85 0 0 18 0 10 0 1973932373 866549760 120500 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20274/statm: 211560 120500 2568 9 0 206127 0
[pid=20274/tid=20275] ppid=20271 vsize=846240 CPUtime=52.48
/proc/20274/task/20275/stat : 20275 (java) R 20271 20271 19882 0 -1 64 9244 0 1 0 5223 25 0 0 25 0 10 0 1973932374 866549760 120500 996147200 134512640 134550740 4294956032 18446744073709551615 4125231227 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20274/tid=20276] ppid=20271 vsize=846240 CPUtime=10.69
/proc/20274/task/20276/stat : 20276 (java) S 20271 20271 19882 0 -1 64 112178 0 0 0 1011 58 0 0 16 0 10 0 1973932389 866549760 120500 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20274/tid=20277] ppid=20271 vsize=846240 CPUtime=0
/proc/20274/task/20277/stat : 20277 (java) S 20271 20271 19882 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 1973932390 866549760 120500 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20274/tid=20278] ppid=20271 vsize=846240 CPUtime=0
/proc/20274/task/20278/stat : 20278 (java) S 20271 20271 19882 0 -1 64 6 0 0 0 0 0 0 0 15 0 10 0 1973932390 866549760 120500 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20274/tid=20279] ppid=20271 vsize=846240 CPUtime=0
/proc/20274/task/20279/stat : 20279 (java) S 20271 20271 19882 0 -1 64 0 0 0 0 0 0 0 0 18 0 10 0 1973932392 866549760 120500 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20274/tid=20280] ppid=20271 vsize=846240 CPUtime=0.2
/proc/20274/task/20280/stat : 20280 (java) S 20271 20271 19882 0 -1 64 856 0 0 0 20 0 0 0 15 0 10 0 1973932392 866549760 120500 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20274/tid=20281] ppid=20271 vsize=846240 CPUtime=0
/proc/20274/task/20281/stat : 20281 (java) S 20271 20271 19882 0 -1 64 1 0 0 0 0 0 0 0 19 0 10 0 1973932392 866549760 120500 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20274/tid=20282] ppid=20271 vsize=846240 CPUtime=0
/proc/20274/task/20282/stat : 20282 (java) S 20271 20271 19882 0 -1 64 3 0 0 0 0 0 0 0 15 0 10 0 1973932392 866549760 120500 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20274/tid=20445] ppid=20271 vsize=846240 CPUtime=0
/proc/20274/task/20445/stat : 20445 (java) S 20271 20271 19882 0 -1 64 5 0 0 0 0 0 0 0 24 0 10 0 1973938434 866549760 120500 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 63.41
Current children cumulated vsize (KiB) 851596

[startup+70.302 s]
/proc/loadavg: 2.13 0.98 0.37 3/85 20446
/proc/meminfo: memFree=816200/2055920 swapFree=4180500/4192956
[pid=20271] ppid=20269 vsize=5356 CPUtime=0
/proc/20271/stat : 20271 (concrete.sh) S 20269 20271 19882 0 -1 4194304 316 128 0 0 0 0 0 0 22 0 1 0 1973932372 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20271/statm: 1339 242 201 169 0 50 0
[pid=20274] ppid=20271 vsize=846240 CPUtime=69.78
/proc/20274/stat : 20274 (java) S 20271 20271 19882 0 -1 0 127698 0 1 0 6891 87 0 0 18 0 10 0 1973932373 866549760 125179 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20274/statm: 211560 125179 2570 9 0 206127 0
[pid=20274/tid=20275] ppid=20271 vsize=846240 CPUtime=56.92
/proc/20274/task/20275/stat : 20275 (java) R 20271 20271 19882 0 -1 64 9410 0 1 0 5667 25 0 0 25 0 10 0 1973932374 866549760 125179 996147200 134512640 134550740 4294956032 18446744073709551615 4126228770 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20274/tid=20276] ppid=20271 vsize=846240 CPUtime=12.59
/proc/20274/task/20276/stat : 20276 (java) S 20271 20271 19882 0 -1 64 116675 0 0 0 1199 60 0 0 16 0 10 0 1973932389 866549760 125179 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20274/tid=20277] ppid=20271 vsize=846240 CPUtime=0
/proc/20274/task/20277/stat : 20277 (java) S 20271 20271 19882 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 1973932390 866549760 125179 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20274/tid=20278] ppid=20271 vsize=846240 CPUtime=0
/proc/20274/task/20278/stat : 20278 (java) S 20271 20271 19882 0 -1 64 6 0 0 0 0 0 0 0 16 0 10 0 1973932390 866549760 125179 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20274/tid=20279] ppid=20271 vsize=846240 CPUtime=0
/proc/20274/task/20279/stat : 20279 (java) S 20271 20271 19882 0 -1 64 0 0 0 0 0 0 0 0 18 0 10 0 1973932392 866549760 125179 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20274/tid=20280] ppid=20271 vsize=846240 CPUtime=0.23
/proc/20274/task/20280/stat : 20280 (java) S 20271 20271 19882 0 -1 64 873 0 0 0 23 0 0 0 15 0 10 0 1973932392 866549760 125179 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20274/tid=20281] ppid=20271 vsize=846240 CPUtime=0
/proc/20274/task/20281/stat : 20281 (java) S 20271 20271 19882 0 -1 64 1 0 0 0 0 0 0 0 19 0 10 0 1973932392 866549760 125179 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20274/tid=20282] ppid=20271 vsize=846240 CPUtime=0
/proc/20274/task/20282/stat : 20282 (java) S 20271 20271 19882 0 -1 64 3 0 0 0 0 0 0 0 15 0 10 0 1973932392 866549760 125179 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20274/tid=20446] ppid=20271 vsize=846240 CPUtime=0
/proc/20274/task/20446/stat : 20446 (java) S 20271 20271 19882 0 -1 64 1 0 0 0 0 0 0 0 24 0 10 0 1973939037 866549760 125179 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 69.78
Current children cumulated vsize (KiB) 851596

[startup+71.9014 s]
/proc/loadavg: 2.12 0.99 0.38 3/85 20446
/proc/meminfo: memFree=816200/2055920 swapFree=4180500/4192956
[pid=20271] ppid=20269 vsize=5356 CPUtime=0
/proc/20271/stat : 20271 (concrete.sh) S 20269 20271 19882 0 -1 4194304 316 128 0 0 0 0 0 0 22 0 1 0 1973932372 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20271/statm: 1339 242 201 169 0 50 0
[pid=20274] ppid=20271 vsize=846240 CPUtime=71.37
/proc/20274/stat : 20274 (java) S 20271 20271 19882 0 -1 0 127698 0 1 0 7050 87 0 0 18 0 10 0 1973932373 866549760 125179 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20274/statm: 211560 125179 2570 9 0 206127 0
[pid=20274/tid=20275] ppid=20271 vsize=846240 CPUtime=58.51
/proc/20274/task/20275/stat : 20275 (java) R 20271 20271 19882 0 -1 64 9410 0 1 0 5826 25 0 0 25 0 10 0 1973932374 866549760 125179 996147200 134512640 134550740 4294956032 18446744073709551615 103282645 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20274/tid=20276] ppid=20271 vsize=846240 CPUtime=12.59
/proc/20274/task/20276/stat : 20276 (java) S 20271 20271 19882 0 -1 64 116675 0 0 0 1199 60 0 0 16 0 10 0 1973932389 866549760 125179 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20274/tid=20277] ppid=20271 vsize=846240 CPUtime=0
/proc/20274/task/20277/stat : 20277 (java) S 20271 20271 19882 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 1973932390 866549760 125179 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20274/tid=20278] ppid=20271 vsize=846240 CPUtime=0
/proc/20274/task/20278/stat : 20278 (java) S 20271 20271 19882 0 -1 64 6 0 0 0 0 0 0 0 16 0 10 0 1973932390 866549760 125179 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20274/tid=20279] ppid=20271 vsize=846240 CPUtime=0
/proc/20274/task/20279/stat : 20279 (java) S 20271 20271 19882 0 -1 64 0 0 0 0 0 0 0 0 18 0 10 0 1973932392 866549760 125179 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20274/tid=20280] ppid=20271 vsize=846240 CPUtime=0.23
/proc/20274/task/20280/stat : 20280 (java) S 20271 20271 19882 0 -1 64 873 0 0 0 23 0 0 0 15 0 10 0 1973932392 866549760 125179 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20274/tid=20281] ppid=20271 vsize=846240 CPUtime=0
/proc/20274/task/20281/stat : 20281 (java) S 20271 20271 19882 0 -1 64 1 0 0 0 0 0 0 0 19 0 10 0 1973932392 866549760 125179 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20274/tid=20282] ppid=20271 vsize=846240 CPUtime=0
/proc/20274/task/20282/stat : 20282 (java) S 20271 20271 19882 0 -1 64 3 0 0 0 0 0 0 0 15 0 10 0 1973932392 866549760 125179 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20274/tid=20446] ppid=20271 vsize=846240 CPUtime=0
/proc/20274/task/20446/stat : 20446 (java) S 20271 20271 19882 0 -1 64 1 0 0 0 0 0 0 0 24 0 10 0 1973939037 866549760 125179 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 71.37
Current children cumulated vsize (KiB) 851596

[startup+73.5027 s]
/proc/loadavg: 2.12 0.99 0.38 4/84 20446
/proc/meminfo: memFree=816072/2055920 swapFree=4180500/4192956
[pid=20271] ppid=20269 vsize=5356 CPUtime=0
/proc/20271/stat : 20271 (concrete.sh) S 20269 20271 19882 0 -1 4194304 316 128 0 0 0 0 0 0 22 0 1 0 1973932372 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20271/statm: 1339 242 201 169 0 50 0
[pid=20274] ppid=20271 vsize=846240 CPUtime=72.96
/proc/20274/stat : 20274 (java) S 20271 20271 19882 0 -1 0 127762 0 1 0 7209 87 0 0 18 0 9 0 1973932373 866549760 125234 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20274/statm: 211560 125234 2570 9 0 206127 0
[pid=20274/tid=20275] ppid=20271 vsize=846240 CPUtime=58.55
/proc/20274/task/20275/stat : 20275 (java) R 20271 20271 19882 0 -1 64 9437 0 1 0 5830 25 0 0 25 0 9 0 1973932374 866549760 125234 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20274/tid=20276] ppid=20271 vsize=846240 CPUtime=14.15
/proc/20274/task/20276/stat : 20276 (java) R 20271 20271 19882 0 -1 64 116711 0 0 0 1355 60 0 0 17 0 9 0 1973932389 866549760 125234 996147200 134512640 134550740 4294956032 18446744073709551615 103834240 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20274/tid=20277] ppid=20271 vsize=846240 CPUtime=0
/proc/20274/task/20277/stat : 20277 (java) S 20271 20271 19882 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1973932390 866549760 125234 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20274/tid=20278] ppid=20271 vsize=846240 CPUtime=0
/proc/20274/task/20278/stat : 20278 (java) S 20271 20271 19882 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 1973932390 866549760 125234 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20274/tid=20279] ppid=20271 vsize=846240 CPUtime=0
/proc/20274/task/20279/stat : 20279 (java) S 20271 20271 19882 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1973932392 866549760 125234 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20274/tid=20280] ppid=20271 vsize=846240 CPUtime=0.23
/proc/20274/task/20280/stat : 20280 (java) S 20271 20271 19882 0 -1 64 874 0 0 0 23 0 0 0 16 0 9 0 1973932392 866549760 125234 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20274/tid=20281] ppid=20271 vsize=846240 CPUtime=0
/proc/20274/task/20281/stat : 20281 (java) S 20271 20271 19882 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1973932392 866549760 125234 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20274/tid=20282] ppid=20271 vsize=846240 CPUtime=0
/proc/20274/task/20282/stat : 20282 (java) S 20271 20271 19882 0 -1 64 3 0 0 0 0 0 0 0 15 0 9 0 1973932392 866549760 125234 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 72.96
Current children cumulated vsize (KiB) 851596

[startup+73.9027 s]
/proc/loadavg: 2.12 0.99 0.38 4/84 20446
/proc/meminfo: memFree=815944/2055920 swapFree=4180500/4192956
[pid=20271] ppid=20269 vsize=5356 CPUtime=0
/proc/20271/stat : 20271 (concrete.sh) S 20269 20271 19882 0 -1 4194304 316 128 0 0 0 0 0 0 22 0 1 0 1973932372 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20271/statm: 1339 242 201 169 0 50 0
[pid=20274] ppid=20271 vsize=846240 CPUtime=73.36
/proc/20274/stat : 20274 (java) S 20271 20271 19882 0 -1 0 135702 0 1 0 7246 90 0 0 18 0 10 0 1973932373 866549760 133174 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20274/statm: 211560 133174 2570 9 0 206127 0
[pid=20274/tid=20275] ppid=20271 vsize=846240 CPUtime=58.59
/proc/20274/task/20275/stat : 20275 (java) R 20271 20271 19882 0 -1 64 9437 0 1 0 5834 25 0 0 25 0 10 0 1973932374 866549760 133174 996147200 134512640 134550740 4294956032 18446744073709551615 4126262322 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20274/tid=20276] ppid=20271 vsize=846240 CPUtime=14.49
/proc/20274/task/20276/stat : 20276 (java) S 20271 20271 19882 0 -1 64 124644 0 0 0 1387 62 0 0 18 0 10 0 1973932389 866549760 133174 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20274/tid=20277] ppid=20271 vsize=846240 CPUtime=0
/proc/20274/task/20277/stat : 20277 (java) S 20271 20271 19882 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 1973932390 866549760 133174 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20274/tid=20278] ppid=20271 vsize=846240 CPUtime=0
/proc/20274/task/20278/stat : 20278 (java) S 20271 20271 19882 0 -1 64 6 0 0 0 0 0 0 0 16 0 10 0 1973932390 866549760 133174 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20274/tid=20279] ppid=20271 vsize=846240 CPUtime=0
/proc/20274/task/20279/stat : 20279 (java) S 20271 20271 19882 0 -1 64 0 0 0 0 0 0 0 0 18 0 10 0 1973932392 866549760 133174 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20274/tid=20280] ppid=20271 vsize=846240 CPUtime=0.24
/proc/20274/task/20280/stat : 20280 (java) S 20271 20271 19882 0 -1 64 881 0 0 0 24 0 0 0 16 0 10 0 1973932392 866549760 133174 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20274/tid=20281] ppid=20271 vsize=846240 CPUtime=0
/proc/20274/task/20281/stat : 20281 (java) S 20271 20271 19882 0 -1 64 1 0 0 0 0 0 0 0 19 0 10 0 1973932392 866549760 133174 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20274/tid=20282] ppid=20271 vsize=846240 CPUtime=0
/proc/20274/task/20282/stat : 20282 (java) S 20271 20271 19882 0 -1 64 3 0 0 0 0 0 0 0 15 0 10 0 1973932392 866549760 133174 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 73.36
Current children cumulated vsize (KiB) 851596

[startup+74.1032 s]
/proc/loadavg: 2.12 0.99 0.38 4/84 20446
/proc/meminfo: memFree=815944/2055920 swapFree=4180500/4192956
[pid=20271] ppid=20269 vsize=5356 CPUtime=0
/proc/20271/stat : 20271 (concrete.sh) S 20269 20271 19882 0 -1 4194304 316 128 0 0 0 0 0 0 22 0 1 0 1973932372 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20271/statm: 1339 242 201 169 0 50 0
[pid=20274] ppid=20271 vsize=0 CPUtime=73.52
/proc/20274/stat : 20274 (java) Z 20271 20271 19882 0 -1 12 135732 0 1 0 7261 91 0 0 16 0 2 0 1973932373 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20274/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 73.52
Current children cumulated vsize (KiB) 5356

Child status: 0
Real time (s): 74.1756
CPU time (s): 73.6068
CPU user time (s): 72.617
CPU system time (s): 0.989849
CPU usage (%): 99.2331
Max. virtual memory (cumulated for all children) (KiB): 851676

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 72.617
system time used= 0.989849
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 136185
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= 13833
involuntary context switches= 14285

runsolver used 0.111982 second user time and 0.252961 second system time

The end

Launcher Data (download as text)

Begin job on node59 at 2008-07-02 00:00:10
IDJOB=1034546
IDBENCH=53348
IDSOLVER=305
FILE ID=node59/1034546-1214949598
PBS_JOBID= 7870215
Free space on /tmp= 66376 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 835c459e7c067a13c82ad8656195350d
RANDOM SEED=1618156127

node59.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.261
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.261
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:        498816 kB
Buffers:         45904 kB
Cached:         704620 kB
SwapCached:       6384 kB
Active:         845916 kB
Inactive:       635160 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        498816 kB
SwapTotal:     4192956 kB
SwapFree:      4180500 kB
Dirty:           87356 kB
Writeback:           0 kB
Mapped:         736868 kB
Slab:            60096 kB
Committed_AS:  4572064 kB
PageTables:       3200 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= 66460 MiB
End job on node59 at 2008-07-02 00:01:24