Trace number 1071018

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 121.85 121.992

DiagnosticValue
CHECKS229328
NODES41

General information on the benchmark

Namecsp/ukPuzzle/
normalized-crossword-m1-uk-puzzle08.xml
MD5SUMc8dfba48d9426e63060e12c47b8f596b
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.112982
Satisfiable
(Un)Satisfiability was proved
Number of variables41
Number of constraints97
Maximum constraint arity14
Maximum domain size26
Number of constraints which are defined in extension24
Number of constraints which are defined in intension73
Global constraints used (with number of constraints)

Solver Data (download as text)

61.03/61.16	c Fri Jul 04 12:36:47 CEST 2008 concrete.ResourceController isOutOfTime
61.03/61.16	c WARNING: Out of time
121.39/121.60	c CPU-LOAD 67.32
121.39/121.60	c LOADED 41 V (26 E), 10 ExtensionConstraint2D, 16 ExtensionConstraintGeneral, 71 PredicateConstraint, arity 14, 67.32 cpu
121.68/121.84	v 0 1 0 2 0 0 1 0 1 0 1 4 0 3 0 1 0 18 0 5 17 14 11 4 9 0 1 14 3 1 14 1 0 13 0 14 25 0 7 4 12 
121.68/121.84	s SATISFIABLE
121.68/121.84	d NODES 41
121.68/121.84	d CHECKS 229328
121.68/121.84	c gac3-effective-revisions: 77
121.68/121.84	c gac3-useless-revisions: 5201
121.68/121.84	c heuristic-cpu: 0.0
121.68/121.84	c prepro-constraint-ccks: 151734
121.68/121.84	c prepro-constraint-presenceccks: 23924
121.68/121.84	c prepro-cpu: 0.08
121.68/121.84	c prepro-matrix2d-ccks: 510
121.68/121.84	c prepro-matrix2d-presenceccks: 664
121.68/121.84	c prepro-removed: 56
121.68/121.84	c search-cpu: 0.060000002
121.68/121.84	c total-assgn: 41
121.68/121.84	c total-constraint-ccks: 228748
121.68/121.84	c total-constraint-presence-ccks: 85979
121.68/121.84	c total-cpu: 0.15
121.68/121.84	c total-matrix2d-ccks: 580
121.68/121.84	c total-matrix2d-presence-ccks: 1596
121.68/121.84	c tuples: 0
121.68/121.84	c tuples-collisions: 0
121.68/121.84	c TOTAL-NODES 41
121.68/121.84	c TOTAL-CPU 0.15

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-1071018-1215167745/watcher-1071018-1215167745 -o /tmp/evaluation-result-1071018-1215167745/solver-1071018-1215167745 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/concrete.sh -c -ext 60 HOME/instance-1071018-1215167745.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.08 2.03 2.00 4/72 11432
/proc/meminfo: memFree=1728504/2055920 swapFree=4122708/4192956
[pid=11432] ppid=11430 vsize=5356 CPUtime=0
/proc/11432/stat : 11432 (concrete.sh) R 11430 11432 9622 0 -1 4194304 296 128 0 0 0 0 0 0 21 0 1 0 1546449593 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 252429527711 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/11432/statm: 1339 242 201 169 0 50 0
[pid=11434] ppid=11432 vsize=5356 CPUtime=0
/proc/11434/stat : 11434 (concrete.sh) R 11432 11432 9622 0 -1 4194368 0 0 0 0 0 0 0 0 21 0 1 0 1546449594 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 252429527711 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/11434/statm: 1339 242 201 169 0 50 0

[startup+0.0325879 s]
/proc/loadavg: 2.08 2.03 2.00 4/72 11432
/proc/meminfo: memFree=1728504/2055920 swapFree=4122708/4192956
[pid=11432] ppid=11430 vsize=5356 CPUtime=0
/proc/11432/stat : 11432 (concrete.sh) S 11430 11432 9622 0 -1 4194304 316 128 0 0 0 0 0 0 21 0 1 0 1546449593 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11432/statm: 1339 242 201 169 0 50 0
[pid=11434] ppid=11432 vsize=837452 CPUtime=0.01
/proc/11434/stat : 11434 (java) S 11432 11432 9622 0 -1 0 1529 0 1 0 0 1 0 0 18 0 5 0 1546449594 857550848 1199 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/11434/statm: 209363 1199 699 9 0 204342 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 842808

[startup+0.101902 s]
/proc/loadavg: 2.08 2.03 2.00 4/72 11432
/proc/meminfo: memFree=1728504/2055920 swapFree=4122708/4192956
[pid=11432] ppid=11430 vsize=5356 CPUtime=0
/proc/11432/stat : 11432 (concrete.sh) S 11430 11432 9622 0 -1 4194304 316 128 0 0 0 0 0 0 21 0 1 0 1546449593 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11432/statm: 1339 242 201 169 0 50 0
[pid=11434] ppid=11432 vsize=843024 CPUtime=0.08
/proc/11434/stat : 11434 (java) S 11432 11432 9622 0 -1 0 3359 0 1 0 6 2 0 0 18 0 9 0 1546449594 863256576 2818 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11434/statm: 210756 2818 1645 9 0 205333 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 848380

[startup+0.301919 s]
/proc/loadavg: 2.08 2.03 2.00 4/72 11432
/proc/meminfo: memFree=1728504/2055920 swapFree=4122708/4192956
[pid=11432] ppid=11430 vsize=5356 CPUtime=0
/proc/11432/stat : 11432 (concrete.sh) S 11430 11432 9622 0 -1 4194304 316 128 0 0 0 0 0 0 21 0 1 0 1546449593 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11432/statm: 1339 242 201 169 0 50 0
[pid=11434] ppid=11432 vsize=843640 CPUtime=0.28
/proc/11434/stat : 11434 (java) S 11432 11432 9622 0 -1 0 4345 0 1 0 25 3 0 0 18 0 9 0 1546449594 863887360 3755 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11434/statm: 210910 3756 1817 9 0 205478 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 848996

[startup+0.701957 s]
/proc/loadavg: 2.08 2.03 2.00 4/72 11432
/proc/meminfo: memFree=1728504/2055920 swapFree=4122708/4192956
[pid=11432] ppid=11430 vsize=5356 CPUtime=0
/proc/11432/stat : 11432 (concrete.sh) S 11430 11432 9622 0 -1 4194304 316 128 0 0 0 0 0 0 21 0 1 0 1546449593 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11432/statm: 1339 242 201 169 0 50 0
[pid=11434] ppid=11432 vsize=844996 CPUtime=0.67
/proc/11434/stat : 11434 (java) S 11432 11432 9622 0 -1 0 7061 0 1 0 63 4 0 0 18 0 10 0 1546449594 865275904 6228 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11434/statm: 211282 6230 2577 9 0 205843 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 850352

[startup+1.50204 s]
/proc/loadavg: 2.08 2.03 2.00 4/83 11444
/proc/meminfo: memFree=1710176/2055920 swapFree=4122708/4192956
[pid=11432] ppid=11430 vsize=5356 CPUtime=0
/proc/11432/stat : 11432 (concrete.sh) S 11430 11432 9622 0 -1 4194304 316 128 0 0 0 0 0 0 21 0 1 0 1546449593 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11432/statm: 1339 242 201 169 0 50 0
[pid=11434] ppid=11432 vsize=846208 CPUtime=1.48
/proc/11434/stat : 11434 (java) S 11432 11432 9622 0 -1 0 65317 0 1 0 119 29 0 0 18 0 10 0 1546449594 866516992 64264 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11434/statm: 211552 64272 2582 9 0 206112 0
[pid=11434/tid=11436] ppid=11432 vsize=846208 CPUtime=0.96
/proc/11434/task/11436/stat : 11436 (java) R 11432 11432 9622 0 -1 64 60853 0 1 0 70 26 0 0 25 0 10 0 1546449595 866516992 64277 996147200 134512640 134550740 4294956032 18446744073709551615 103825763 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11434/tid=11437] ppid=11432 vsize=846208 CPUtime=0.27
/proc/11434/task/11437/stat : 11437 (java) S 11432 11432 9622 0 -1 64 2895 0 0 0 26 1 0 0 16 0 10 0 1546449596 866516992 64285 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11434/tid=11438] ppid=11432 vsize=846208 CPUtime=0
/proc/11434/task/11438/stat : 11438 (java) S 11432 11432 9622 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 1546449596 866516992 64293 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11434/tid=11439] ppid=11432 vsize=846208 CPUtime=0
/proc/11434/task/11439/stat : 11439 (java) S 11432 11432 9622 0 -1 64 6 0 0 0 0 0 0 0 15 0 10 0 1546449596 866516992 64301 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11434/tid=11440] ppid=11432 vsize=846208 CPUtime=0
/proc/11434/task/11440/stat : 11440 (java) S 11432 11432 9622 0 -1 64 0 0 0 0 0 0 0 0 18 0 10 0 1546449598 866516992 64309 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11434/tid=11441] ppid=11432 vsize=846208 CPUtime=0.22
/proc/11434/task/11441/stat : 11441 (java) S 11432 11432 9622 0 -1 64 846 0 0 0 22 0 0 0 16 0 10 0 1546449598 866516992 64316 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11434/tid=11442] ppid=11432 vsize=846208 CPUtime=0
/proc/11434/task/11442/stat : 11442 (java) S 11432 11432 9622 0 -1 64 1 0 0 0 0 0 0 0 19 0 10 0 1546449598 866516992 64324 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11434/tid=11443] ppid=11432 vsize=846208 CPUtime=0
/proc/11434/task/11443/stat : 11443 (java) S 11432 11432 9622 0 -1 64 2 0 0 0 0 0 0 0 15 0 10 0 1546449598 866516992 64332 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11434/tid=11444] ppid=11432 vsize=846208 CPUtime=0
/proc/11434/task/11444/stat : 11444 (java) S 11432 11432 9622 0 -1 64 4 0 0 0 0 0 0 0 22 0 10 0 1546449657 866516992 64339 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 851564

[startup+3.1022 s]
/proc/loadavg: 2.08 2.03 2.00 3/83 11444
/proc/meminfo: memFree=1408160/2055920 swapFree=4122708/4192956
[pid=11432] ppid=11430 vsize=5356 CPUtime=0
/proc/11432/stat : 11432 (concrete.sh) S 11430 11432 9622 0 -1 4194304 316 128 0 0 0 0 0 0 21 0 1 0 1546449593 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11432/statm: 1339 242 201 169 0 50 0
[pid=11434] ppid=11432 vsize=861240 CPUtime=3.07
/proc/11434/stat : 11434 (java) S 11432 11432 9622 0 -1 0 115031 0 1 0 260 47 0 0 18 0 10 0 1546449594 881909760 113967 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11434/statm: 215310 113967 2582 9 0 209870 0
[pid=11434/tid=11436] ppid=11432 vsize=861240 CPUtime=1.5
/proc/11434/task/11436/stat : 11436 (java) R 11432 11432 9622 0 -1 64 73537 0 1 0 119 31 0 0 25 0 10 0 1546449595 881909760 113967 996147200 134512640 134550740 4294956032 18446744073709551615 104454812 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11434/tid=11437] ppid=11432 vsize=861240 CPUtime=1.33
/proc/11434/task/11437/stat : 11437 (java) S 11432 11432 9622 0 -1 64 39912 0 0 0 119 14 0 0 17 0 10 0 1546449596 881909760 113967 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11434/tid=11438] ppid=11432 vsize=861240 CPUtime=0
/proc/11434/task/11438/stat : 11438 (java) S 11432 11432 9622 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 1546449596 881909760 113968 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11434/tid=11439] ppid=11432 vsize=861240 CPUtime=0
/proc/11434/task/11439/stat : 11439 (java) S 11432 11432 9622 0 -1 64 6 0 0 0 0 0 0 0 15 0 10 0 1546449596 881909760 113968 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11434/tid=11440] ppid=11432 vsize=861240 CPUtime=0
/proc/11434/task/11440/stat : 11440 (java) S 11432 11432 9622 0 -1 64 0 0 0 0 0 0 0 0 18 0 10 0 1546449598 881909760 113969 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11434/tid=11441] ppid=11432 vsize=861240 CPUtime=0.22
/proc/11434/task/11441/stat : 11441 (java) S 11432 11432 9622 0 -1 64 846 0 0 0 22 0 0 0 16 0 10 0 1546449598 881909760 113969 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11434/tid=11442] ppid=11432 vsize=861240 CPUtime=0
/proc/11434/task/11442/stat : 11442 (java) S 11432 11432 9622 0 -1 64 1 0 0 0 0 0 0 0 19 0 10 0 1546449598 881909760 113969 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11434/tid=11443] ppid=11432 vsize=861240 CPUtime=0
/proc/11434/task/11443/stat : 11443 (java) S 11432 11432 9622 0 -1 64 2 0 0 0 0 0 0 0 15 0 10 0 1546449598 881909760 113970 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11434/tid=11444] ppid=11432 vsize=861240 CPUtime=0
/proc/11434/task/11444/stat : 11444 (java) S 11432 11432 9622 0 -1 64 4 0 0 0 0 0 0 0 22 0 10 0 1546449657 881909760 113970 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 866596

[startup+6.30152 s]
/proc/loadavg: 2.07 2.03 2.00 3/83 11444
/proc/meminfo: memFree=1109088/2055920 swapFree=4122708/4192956
[pid=11432] ppid=11430 vsize=5356 CPUtime=0
/proc/11432/stat : 11432 (concrete.sh) S 11430 11432 9622 0 -1 4194304 316 128 0 0 0 0 0 0 21 0 1 0 1546449593 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11432/statm: 1339 242 201 169 0 50 0
[pid=11434] ppid=11432 vsize=881876 CPUtime=6.28
/proc/11434/stat : 11434 (java) S 11432 11432 9622 0 -1 0 183466 0 1 0 554 74 0 0 18 0 10 0 1546449594 903041024 182396 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11434/statm: 220469 182396 2582 9 0 215029 0
[pid=11434/tid=11436] ppid=11432 vsize=881876 CPUtime=2.1
/proc/11434/task/11436/stat : 11436 (java) S 11432 11432 9622 0 -1 64 81300 0 1 0 177 33 0 0 17 0 10 0 1546449595 903041024 182396 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11434/tid=11437] ppid=11432 vsize=881876 CPUtime=3.92
/proc/11434/task/11437/stat : 11437 (java) R 11432 11432 9622 0 -1 64 100584 0 0 0 354 38 0 0 25 0 10 0 1546449596 903041024 182396 996147200 134512640 134550740 4294956032 18446744073709551615 104185411 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11434/tid=11438] ppid=11432 vsize=881876 CPUtime=0
/proc/11434/task/11438/stat : 11438 (java) S 11432 11432 9622 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 1546449596 903041024 182396 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11434/tid=11439] ppid=11432 vsize=881876 CPUtime=0
/proc/11434/task/11439/stat : 11439 (java) S 11432 11432 9622 0 -1 64 6 0 0 0 0 0 0 0 15 0 10 0 1546449596 903041024 182396 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11434/tid=11440] ppid=11432 vsize=881876 CPUtime=0
/proc/11434/task/11440/stat : 11440 (java) S 11432 11432 9622 0 -1 64 0 0 0 0 0 0 0 0 18 0 10 0 1546449598 903041024 182396 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11434/tid=11441] ppid=11432 vsize=881876 CPUtime=0.22
/proc/11434/task/11441/stat : 11441 (java) S 11432 11432 9622 0 -1 64 846 0 0 0 22 0 0 0 16 0 10 0 1546449598 903041024 182396 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11434/tid=11442] ppid=11432 vsize=881876 CPUtime=0
/proc/11434/task/11442/stat : 11442 (java) S 11432 11432 9622 0 -1 64 1 0 0 0 0 0 0 0 19 0 10 0 1546449598 903041024 182396 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11434/tid=11443] ppid=11432 vsize=881876 CPUtime=0
/proc/11434/task/11443/stat : 11443 (java) S 11432 11432 9622 0 -1 64 2 0 0 0 0 0 0 0 15 0 10 0 1546449598 903041024 182396 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11434/tid=11444] ppid=11432 vsize=881876 CPUtime=0
/proc/11434/task/11444/stat : 11444 (java) S 11432 11432 9622 0 -1 64 4 0 0 0 0 0 0 0 22 0 10 0 1546449657 903041024 182396 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 887232

[startup+12.7022 s]
/proc/loadavg: 2.06 2.03 2.00 3/83 11444
/proc/meminfo: memFree=933600/2055920 swapFree=4122708/4192956
[pid=11432] ppid=11430 vsize=5356 CPUtime=0
/proc/11432/stat : 11432 (concrete.sh) S 11430 11432 9622 0 -1 4194304 316 128 0 0 0 0 0 0 21 0 1 0 1546449593 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11432/statm: 1339 242 201 169 0 50 0
[pid=11434] ppid=11432 vsize=892756 CPUtime=12.67
/proc/11434/stat : 11434 (java) S 11432 11432 9622 0 -1 0 201783 0 1 0 1186 81 0 0 18 0 10 0 1546449594 914182144 200708 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11434/statm: 223189 200708 2582 9 0 217749 0
[pid=11434/tid=11436] ppid=11432 vsize=892756 CPUtime=2.46
/proc/11434/task/11436/stat : 11436 (java) S 11432 11432 9622 0 -1 64 83945 0 1 0 212 34 0 0 17 0 10 0 1546449595 914182144 200708 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11434/tid=11437] ppid=11432 vsize=892756 CPUtime=9.96
/proc/11434/task/11437/stat : 11437 (java) R 11432 11432 9622 0 -1 64 116256 0 0 0 951 45 0 0 25 0 10 0 1546449596 914182144 200708 996147200 134512640 134550740 4294956032 18446744073709551615 103735747 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11434/tid=11438] ppid=11432 vsize=892756 CPUtime=0
/proc/11434/task/11438/stat : 11438 (java) S 11432 11432 9622 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 1546449596 914182144 200708 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11434/tid=11439] ppid=11432 vsize=892756 CPUtime=0
/proc/11434/task/11439/stat : 11439 (java) S 11432 11432 9622 0 -1 64 6 0 0 0 0 0 0 0 15 0 10 0 1546449596 914182144 200708 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11434/tid=11440] ppid=11432 vsize=892756 CPUtime=0
/proc/11434/task/11440/stat : 11440 (java) S 11432 11432 9622 0 -1 64 0 0 0 0 0 0 0 0 18 0 10 0 1546449598 914182144 200708 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11434/tid=11441] ppid=11432 vsize=892756 CPUtime=0.22
/proc/11434/task/11441/stat : 11441 (java) S 11432 11432 9622 0 -1 64 846 0 0 0 22 0 0 0 16 0 10 0 1546449598 914182144 200708 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11434/tid=11442] ppid=11432 vsize=892756 CPUtime=0
/proc/11434/task/11442/stat : 11442 (java) S 11432 11432 9622 0 -1 64 1 0 0 0 0 0 0 0 19 0 10 0 1546449598 914182144 200708 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11434/tid=11443] ppid=11432 vsize=892756 CPUtime=0
/proc/11434/task/11443/stat : 11443 (java) S 11432 11432 9622 0 -1 64 2 0 0 0 0 0 0 0 15 0 10 0 1546449598 914182144 200708 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11434/tid=11444] ppid=11432 vsize=892756 CPUtime=0
/proc/11434/task/11444/stat : 11444 (java) S 11432 11432 9622 0 -1 64 4 0 0 0 0 0 0 0 22 0 10 0 1546449657 914182144 200708 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 898112

[startup+25.5024 s]
/proc/loadavg: 2.12 2.05 2.01 3/83 11444
/proc/meminfo: memFree=933536/2055920 swapFree=4122708/4192956
[pid=11432] ppid=11430 vsize=5356 CPUtime=0
/proc/11432/stat : 11432 (concrete.sh) S 11430 11432 9622 0 -1 4194304 316 128 0 0 0 0 0 0 21 0 1 0 1546449593 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11432/statm: 1339 242 201 169 0 50 0
[pid=11434] ppid=11432 vsize=892692 CPUtime=25.47
/proc/11434/stat : 11434 (java) S 11432 11432 9622 0 -1 0 201805 0 1 0 2466 81 0 0 18 0 10 0 1546449594 914116608 200716 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11434/statm: 223173 200716 2582 9 0 217733 0

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

[pid=11434/tid=11443] ppid=11432 vsize=892852 CPUtime=0
/proc/11434/task/11443/stat : 11443 (java) S 11432 11432 9622 0 -1 64 2 0 0 0 0 0 0 0 15 0 10 0 1546449598 914280448 200780 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11434/tid=11445] ppid=11432 vsize=892852 CPUtime=0
/proc/11434/task/11445/stat : 11445 (java) S 11432 11432 9622 0 -1 64 0 0 0 0 0 0 0 0 16 0 10 0 1546455719 914280448 200780 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 102.2
Current children cumulated vsize (KiB) 898208

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

[startup+115.102 s]
/proc/loadavg: 2.05 2.04 2.00 3/83 11445
/proc/meminfo: memFree=933016/2055920 swapFree=4122708/4192956
[pid=11432] ppid=11430 vsize=5356 CPUtime=0
/proc/11432/stat : 11432 (concrete.sh) S 11430 11432 9622 0 -1 4194304 316 128 0 0 0 0 0 0 21 0 1 0 1546449593 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11432/statm: 1339 242 201 169 0 50 0
[pid=11434] ppid=11432 vsize=892852 CPUtime=114.99
/proc/11434/stat : 11434 (java) S 11432 11432 9622 0 -1 0 202052 0 2 0 11416 83 0 0 18 0 10 0 1546449594 914280448 200780 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11434/statm: 223213 200780 2594 9 0 217773 0
[pid=11434/tid=11436] ppid=11432 vsize=892852 CPUtime=60.92
/proc/11434/task/11436/stat : 11436 (java) R 11432 11432 9622 0 -1 64 84152 0 2 0 6057 35 0 0 25 0 10 0 1546449595 914280448 200780 996147200 134512640 134550740 4294956032 18446744073709551615 4125755684 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11434/tid=11437] ppid=11432 vsize=892852 CPUtime=53.8
/proc/11434/task/11437/stat : 11437 (java) S 11432 11432 9622 0 -1 64 116298 0 0 0 5334 46 0 0 16 0 10 0 1546449596 914280448 200780 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11434/tid=11438] ppid=11432 vsize=892852 CPUtime=0
/proc/11434/task/11438/stat : 11438 (java) S 11432 11432 9622 0 -1 64 13 0 0 0 0 0 0 0 15 0 10 0 1546449596 914280448 200780 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11434/tid=11439] ppid=11432 vsize=892852 CPUtime=0
/proc/11434/task/11439/stat : 11439 (java) S 11432 11432 9622 0 -1 64 6 0 0 0 0 0 0 0 15 0 10 0 1546449596 914280448 200780 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11434/tid=11440] ppid=11432 vsize=892852 CPUtime=0
/proc/11434/task/11440/stat : 11440 (java) S 11432 11432 9622 0 -1 64 0 0 0 0 0 0 0 0 18 0 10 0 1546449598 914280448 200780 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11434/tid=11441] ppid=11432 vsize=892852 CPUtime=0.24
/proc/11434/task/11441/stat : 11441 (java) S 11432 11432 9622 0 -1 64 864 0 0 0 24 0 0 0 16 0 10 0 1546449598 914280448 200780 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11434/tid=11442] ppid=11432 vsize=892852 CPUtime=0
/proc/11434/task/11442/stat : 11442 (java) S 11432 11432 9622 0 -1 64 1 0 0 0 0 0 0 0 19 0 10 0 1546449598 914280448 200780 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11434/tid=11443] ppid=11432 vsize=892852 CPUtime=0
/proc/11434/task/11443/stat : 11443 (java) S 11432 11432 9622 0 -1 64 2 0 0 0 0 0 0 0 15 0 10 0 1546449598 914280448 200780 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11434/tid=11445] ppid=11432 vsize=892852 CPUtime=0
/proc/11434/task/11445/stat : 11445 (java) S 11432 11432 9622 0 -1 64 0 0 0 0 0 0 0 0 16 0 10 0 1546455719 914280448 200780 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 114.99
Current children cumulated vsize (KiB) 898208

[startup+118.302 s]
/proc/loadavg: 2.05 2.04 2.00 3/83 11445
/proc/meminfo: memFree=933016/2055920 swapFree=4122708/4192956
[pid=11432] ppid=11430 vsize=5356 CPUtime=0
/proc/11432/stat : 11432 (concrete.sh) S 11430 11432 9622 0 -1 4194304 316 128 0 0 0 0 0 0 21 0 1 0 1546449593 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11432/statm: 1339 242 201 169 0 50 0
[pid=11434] ppid=11432 vsize=892852 CPUtime=118.2
/proc/11434/stat : 11434 (java) S 11432 11432 9622 0 -1 0 202057 0 2 0 11736 84 0 0 18 0 10 0 1546449594 914280448 200780 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11434/statm: 223213 200780 2594 9 0 217773 0
[pid=11434/tid=11436] ppid=11432 vsize=892852 CPUtime=64.12
/proc/11434/task/11436/stat : 11436 (java) R 11432 11432 9622 0 -1 64 84157 0 2 0 6377 35 0 0 25 0 10 0 1546449595 914280448 200780 996147200 134512640 134550740 4294956032 18446744073709551615 103282737 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11434/tid=11437] ppid=11432 vsize=892852 CPUtime=53.8
/proc/11434/task/11437/stat : 11437 (java) S 11432 11432 9622 0 -1 64 116298 0 0 0 5334 46 0 0 16 0 10 0 1546449596 914280448 200780 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11434/tid=11438] ppid=11432 vsize=892852 CPUtime=0
/proc/11434/task/11438/stat : 11438 (java) S 11432 11432 9622 0 -1 64 13 0 0 0 0 0 0 0 15 0 10 0 1546449596 914280448 200780 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11434/tid=11439] ppid=11432 vsize=892852 CPUtime=0
/proc/11434/task/11439/stat : 11439 (java) S 11432 11432 9622 0 -1 64 6 0 0 0 0 0 0 0 15 0 10 0 1546449596 914280448 200780 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11434/tid=11440] ppid=11432 vsize=892852 CPUtime=0
/proc/11434/task/11440/stat : 11440 (java) S 11432 11432 9622 0 -1 64 0 0 0 0 0 0 0 0 18 0 10 0 1546449598 914280448 200780 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11434/tid=11441] ppid=11432 vsize=892852 CPUtime=0.24
/proc/11434/task/11441/stat : 11441 (java) S 11432 11432 9622 0 -1 64 864 0 0 0 24 0 0 0 16 0 10 0 1546449598 914280448 200780 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11434/tid=11442] ppid=11432 vsize=892852 CPUtime=0
/proc/11434/task/11442/stat : 11442 (java) S 11432 11432 9622 0 -1 64 1 0 0 0 0 0 0 0 19 0 10 0 1546449598 914280448 200780 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11434/tid=11443] ppid=11432 vsize=892852 CPUtime=0
/proc/11434/task/11443/stat : 11443 (java) S 11432 11432 9622 0 -1 64 2 0 0 0 0 0 0 0 15 0 10 0 1546449598 914280448 200780 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11434/tid=11445] ppid=11432 vsize=892852 CPUtime=0
/proc/11434/task/11445/stat : 11445 (java) S 11432 11432 9622 0 -1 64 0 0 0 0 0 0 0 0 16 0 10 0 1546455719 914280448 200780 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 118.2
Current children cumulated vsize (KiB) 898208

[startup+119.907 s]
/proc/loadavg: 2.05 2.04 2.00 3/83 11445
/proc/meminfo: memFree=933016/2055920 swapFree=4122708/4192956
[pid=11432] ppid=11430 vsize=5356 CPUtime=0
/proc/11432/stat : 11432 (concrete.sh) S 11430 11432 9622 0 -1 4194304 316 128 0 0 0 0 0 0 21 0 1 0 1546449593 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11432/statm: 1339 242 201 169 0 50 0
[pid=11434] ppid=11432 vsize=892852 CPUtime=119.8
/proc/11434/stat : 11434 (java) S 11432 11432 9622 0 -1 0 202059 0 2 0 11896 84 0 0 18 0 10 0 1546449594 914280448 200780 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11434/statm: 223213 200780 2594 9 0 217773 0
[pid=11434/tid=11436] ppid=11432 vsize=892852 CPUtime=65.72
/proc/11434/task/11436/stat : 11436 (java) R 11432 11432 9622 0 -1 64 84159 0 2 0 6537 35 0 0 25 0 10 0 1546449595 914280448 200780 996147200 134512640 134550740 4294956032 18446744073709551615 4126434203 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11434/tid=11437] ppid=11432 vsize=892852 CPUtime=53.8
/proc/11434/task/11437/stat : 11437 (java) S 11432 11432 9622 0 -1 64 116298 0 0 0 5334 46 0 0 16 0 10 0 1546449596 914280448 200780 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11434/tid=11438] ppid=11432 vsize=892852 CPUtime=0
/proc/11434/task/11438/stat : 11438 (java) S 11432 11432 9622 0 -1 64 13 0 0 0 0 0 0 0 15 0 10 0 1546449596 914280448 200780 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11434/tid=11439] ppid=11432 vsize=892852 CPUtime=0
/proc/11434/task/11439/stat : 11439 (java) S 11432 11432 9622 0 -1 64 6 0 0 0 0 0 0 0 15 0 10 0 1546449596 914280448 200780 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11434/tid=11440] ppid=11432 vsize=892852 CPUtime=0
/proc/11434/task/11440/stat : 11440 (java) S 11432 11432 9622 0 -1 64 0 0 0 0 0 0 0 0 18 0 10 0 1546449598 914280448 200780 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11434/tid=11441] ppid=11432 vsize=892852 CPUtime=0.24
/proc/11434/task/11441/stat : 11441 (java) S 11432 11432 9622 0 -1 64 864 0 0 0 24 0 0 0 16 0 10 0 1546449598 914280448 200780 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11434/tid=11442] ppid=11432 vsize=892852 CPUtime=0
/proc/11434/task/11442/stat : 11442 (java) S 11432 11432 9622 0 -1 64 1 0 0 0 0 0 0 0 19 0 10 0 1546449598 914280448 200780 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11434/tid=11443] ppid=11432 vsize=892852 CPUtime=0
/proc/11434/task/11443/stat : 11443 (java) S 11432 11432 9622 0 -1 64 2 0 0 0 0 0 0 0 15 0 10 0 1546449598 914280448 200780 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11434/tid=11445] ppid=11432 vsize=892852 CPUtime=0
/proc/11434/task/11445/stat : 11445 (java) S 11432 11432 9622 0 -1 64 0 0 0 0 0 0 0 0 16 0 10 0 1546455719 914280448 200780 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 119.8
Current children cumulated vsize (KiB) 898208

[startup+120.703 s]
/proc/loadavg: 2.05 2.04 2.00 3/83 11445
/proc/meminfo: memFree=933016/2055920 swapFree=4122708/4192956
[pid=11432] ppid=11430 vsize=5356 CPUtime=0
/proc/11432/stat : 11432 (concrete.sh) S 11430 11432 9622 0 -1 4194304 316 128 0 0 0 0 0 0 21 0 1 0 1546449593 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11432/statm: 1339 242 201 169 0 50 0
[pid=11434] ppid=11432 vsize=892852 CPUtime=120.59
/proc/11434/stat : 11434 (java) S 11432 11432 9622 0 -1 0 202060 0 2 0 11975 84 0 0 18 0 10 0 1546449594 914280448 200780 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11434/statm: 223213 200780 2594 9 0 217773 0
[pid=11434/tid=11436] ppid=11432 vsize=892852 CPUtime=66.5
/proc/11434/task/11436/stat : 11436 (java) R 11432 11432 9622 0 -1 64 84160 0 2 0 6615 35 0 0 25 0 10 0 1546449595 914280448 200780 996147200 134512640 134550740 4294956032 18446744073709551615 103282799 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11434/tid=11437] ppid=11432 vsize=892852 CPUtime=53.8
/proc/11434/task/11437/stat : 11437 (java) S 11432 11432 9622 0 -1 64 116298 0 0 0 5334 46 0 0 16 0 10 0 1546449596 914280448 200780 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11434/tid=11438] ppid=11432 vsize=892852 CPUtime=0
/proc/11434/task/11438/stat : 11438 (java) S 11432 11432 9622 0 -1 64 13 0 0 0 0 0 0 0 15 0 10 0 1546449596 914280448 200780 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11434/tid=11439] ppid=11432 vsize=892852 CPUtime=0
/proc/11434/task/11439/stat : 11439 (java) S 11432 11432 9622 0 -1 64 6 0 0 0 0 0 0 0 15 0 10 0 1546449596 914280448 200780 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11434/tid=11440] ppid=11432 vsize=892852 CPUtime=0
/proc/11434/task/11440/stat : 11440 (java) S 11432 11432 9622 0 -1 64 0 0 0 0 0 0 0 0 18 0 10 0 1546449598 914280448 200780 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11434/tid=11441] ppid=11432 vsize=892852 CPUtime=0.24
/proc/11434/task/11441/stat : 11441 (java) S 11432 11432 9622 0 -1 64 864 0 0 0 24 0 0 0 16 0 10 0 1546449598 914280448 200780 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11434/tid=11442] ppid=11432 vsize=892852 CPUtime=0
/proc/11434/task/11442/stat : 11442 (java) S 11432 11432 9622 0 -1 64 1 0 0 0 0 0 0 0 19 0 10 0 1546449598 914280448 200780 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11434/tid=11443] ppid=11432 vsize=892852 CPUtime=0
/proc/11434/task/11443/stat : 11443 (java) S 11432 11432 9622 0 -1 64 2 0 0 0 0 0 0 0 15 0 10 0 1546449598 914280448 200780 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11434/tid=11445] ppid=11432 vsize=892852 CPUtime=0
/proc/11434/task/11445/stat : 11445 (java) S 11432 11432 9622 0 -1 64 0 0 0 0 0 0 0 0 16 0 10 0 1546455719 914280448 200780 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 120.59
Current children cumulated vsize (KiB) 898208

[startup+121.503 s]
/proc/loadavg: 2.05 2.04 2.00 3/83 11445
/proc/meminfo: memFree=933016/2055920 swapFree=4122708/4192956
[pid=11432] ppid=11430 vsize=5356 CPUtime=0
/proc/11432/stat : 11432 (concrete.sh) S 11430 11432 9622 0 -1 4194304 316 128 0 0 0 0 0 0 21 0 1 0 1546449593 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11432/statm: 1339 242 201 169 0 50 0
[pid=11434] ppid=11432 vsize=892852 CPUtime=121.39
/proc/11434/stat : 11434 (java) S 11432 11432 9622 0 -1 0 202062 0 2 0 12055 84 0 0 18 0 10 0 1546449594 914280448 200780 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11434/statm: 223213 200780 2594 9 0 217773 0
[pid=11434/tid=11436] ppid=11432 vsize=892852 CPUtime=67.3
/proc/11434/task/11436/stat : 11436 (java) R 11432 11432 9622 0 -1 64 84162 0 2 0 6695 35 0 0 25 0 10 0 1546449595 914280448 200780 996147200 134512640 134550740 4294956032 18446744073709551615 103282741 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11434/tid=11437] ppid=11432 vsize=892852 CPUtime=53.8
/proc/11434/task/11437/stat : 11437 (java) S 11432 11432 9622 0 -1 64 116298 0 0 0 5334 46 0 0 16 0 10 0 1546449596 914280448 200780 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11434/tid=11438] ppid=11432 vsize=892852 CPUtime=0
/proc/11434/task/11438/stat : 11438 (java) S 11432 11432 9622 0 -1 64 13 0 0 0 0 0 0 0 15 0 10 0 1546449596 914280448 200780 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11434/tid=11439] ppid=11432 vsize=892852 CPUtime=0
/proc/11434/task/11439/stat : 11439 (java) S 11432 11432 9622 0 -1 64 6 0 0 0 0 0 0 0 15 0 10 0 1546449596 914280448 200780 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11434/tid=11440] ppid=11432 vsize=892852 CPUtime=0
/proc/11434/task/11440/stat : 11440 (java) S 11432 11432 9622 0 -1 64 0 0 0 0 0 0 0 0 18 0 10 0 1546449598 914280448 200780 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11434/tid=11441] ppid=11432 vsize=892852 CPUtime=0.24
/proc/11434/task/11441/stat : 11441 (java) S 11432 11432 9622 0 -1 64 864 0 0 0 24 0 0 0 16 0 10 0 1546449598 914280448 200780 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11434/tid=11442] ppid=11432 vsize=892852 CPUtime=0
/proc/11434/task/11442/stat : 11442 (java) S 11432 11432 9622 0 -1 64 1 0 0 0 0 0 0 0 19 0 10 0 1546449598 914280448 200780 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11434/tid=11443] ppid=11432 vsize=892852 CPUtime=0
/proc/11434/task/11443/stat : 11443 (java) S 11432 11432 9622 0 -1 64 2 0 0 0 0 0 0 0 15 0 10 0 1546449598 914280448 200780 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11434/tid=11445] ppid=11432 vsize=892852 CPUtime=0
/proc/11434/task/11445/stat : 11445 (java) S 11432 11432 9622 0 -1 64 0 0 0 0 0 0 0 0 16 0 10 0 1546455719 914280448 200780 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 121.39
Current children cumulated vsize (KiB) 898208

[startup+121.902 s]
/proc/loadavg: 2.05 2.04 2.00 3/83 11445
/proc/meminfo: memFree=933016/2055920 swapFree=4122708/4192956
[pid=11432] ppid=11430 vsize=5356 CPUtime=0
/proc/11432/stat : 11432 (concrete.sh) S 11430 11432 9622 0 -1 4194304 316 128 0 0 0 0 0 0 21 0 1 0 1546449593 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11432/statm: 1339 242 201 169 0 50 0
[pid=11434] ppid=11432 vsize=0 CPUtime=121.74
/proc/11434/stat : 11434 (java) Z 11432 11432 9622 0 -1 12 202126 0 2 0 12087 87 0 0 16 0 2 0 1546449594 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11434/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 121.74
Current children cumulated vsize (KiB) 5356

Child status: 0
Real time (s): 121.992
CPU time (s): 121.85
CPU user time (s): 120.88
CPU system time (s): 0.970852
CPU usage (%): 99.8839
Max. virtual memory (cumulated for all children) (KiB): 898208

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 120.88
system time used= 0.970852
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 202579
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4701
involuntary context switches= 4949

runsolver used 0.160975 second user time and 0.406938 second system time

The end

Launcher Data (download as text)

Begin job on node12 at 2008-07-04 12:35:45
IDJOB=1071018
IDBENCH=56011
IDSOLVER=305
FILE ID=node12/1071018-1215167745
PBS_JOBID= 7877447
Free space on /tmp= 66548 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= c8dfba48d9426e63060e12c47b8f596b
RANDOM SEED=491954981

node12.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.236
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.236
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:       1728984 kB
Buffers:         34360 kB
Cached:         135876 kB
SwapCached:      64296 kB
Active:         200576 kB
Inactive:        69596 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1728984 kB
SwapTotal:     4192956 kB
SwapFree:      4122708 kB
Dirty:            1420 kB
Writeback:           0 kB
Mapped:         107440 kB
Slab:            42004 kB
Committed_AS:  2872296 kB
PageTables:       1908 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= 66548 MiB
End job on node12 at 2008-07-04 12:37:48