Trace number 1077326

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 + CSP4J - Tabu Engine 2008-05-30SAT 24.9552 25.0077

DiagnosticValue
CHECKS9043240
NODES0

General information on the benchmark

Namecsp/primes-15/
normalized-primes-15-80-3-1.xml
MD5SUMc089ecbd43cbff7c337b278f449f7836
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.024995
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints80
Maximum constraint arity4
Maximum domain size46
Number of constraints which are defined in extension0
Number of constraints which are defined in intension80
Global constraints used (with number of constraints)

Solver Data (download as text)

22.96/23.08	c CPU-LOAD 7.98
22.96/23.08	c LOADED 100 V (46 E), 80 PredicateConstraint, arity 4, 7.98 cpu
24.86/24.97	v 47 3 41 31 23 31 3 41 29 3 5 19 38 11 23 3 2 17 19 3 37 23 41 29 5 13 5 46 19 31 47 41 41 7 47 24 43 3 3 19 29 7 17 47 47 19 23 47 13 2 23 3 3 13 37 7 5 13 3 3 2 2 18 41 37 13 3 29 43 5 29 2 46 2 47 41 47 47 7 13 19 7 17 23 23 29 7 37 47 11 41 2 37 7 11 19 3 17 29 47 
24.86/24.97	s SATISFIABLE
24.86/24.97	d NODES 0
24.86/24.97	d CHECKS 9043241
24.86/24.97	c gac3-effective-revisions: 189
24.86/24.97	c gac3-useless-revisions: 257
24.86/24.97	c prepro-constraint-ccks: 9042865
24.86/24.97	c prepro-constraint-presenceccks: 2376
24.86/24.97	c prepro-cpu: 1.74
24.86/24.97	c prepro-matrix2d-ccks: 0
24.86/24.97	c prepro-matrix2d-presenceccks: 0
24.86/24.97	c prepro-removed: 4222
24.86/24.97	c total-assgn: 0
24.86/24.97	c total-constraint-ccks: 9043241
24.86/24.97	c total-constraint-presence-ccks: 2668
24.86/24.97	c total-cpu: 1.76
24.86/24.97	c total-matrix2d-ccks: 0
24.86/24.97	c total-matrix2d-presence-ccks: 0
24.86/24.97	c tuples: 0
24.86/24.97	c tuples-collisions: 0
24.86/24.97	c TOTAL-NODES 0
24.86/24.97	c TOTAL-CPU 1.76

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 21111
/proc/meminfo: memFree=1622440/2055920 swapFree=4112508/4192956
[pid=21111] ppid=21109 vsize=5356 CPUtime=0
/proc/21111/stat : 21111 (concrete.sh) S 21109 21111 14395 0 -1 4194304 271 0 0 0 0 0 0 0 20 0 1 0 1548903696 5484544 230 996147200 4194304 4889804 548682068720 18446744073709551615 266890608722 0 0 4100 65536 18446744071563648864 0 0 17 1 0 0
/proc/21111/statm: 1339 230 191 169 0 50 0
[pid=21112] ppid=21111 vsize=124 CPUtime=0
/proc/21112/stat : 21112 (dirname) R 21111 21111 14395 0 -1 4194304 47 0 0 0 0 0 0 0 22 0 1 0 1548903696 126976 22 996147200 4194304 4208292 548682068960 18446744073709551615 266887820565 0 0 4096 0 0 0 0 17 1 0 0
/proc/21112/statm: 31 22 16 3 0 3 0

[startup+0.026718 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 21111
/proc/meminfo: memFree=1622440/2055920 swapFree=4112508/4192956
[pid=21111] ppid=21109 vsize=5356 CPUtime=0
/proc/21111/stat : 21111 (concrete.sh) S 21109 21111 14395 0 -1 4194304 314 128 0 0 0 0 0 0 18 0 1 0 1548903696 5484544 242 996147200 4194304 4889804 548682068720 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21111/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.101543 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 21111
/proc/meminfo: memFree=1622440/2055920 swapFree=4112508/4192956
[pid=21111] ppid=21109 vsize=5356 CPUtime=0
/proc/21111/stat : 21111 (concrete.sh) S 21109 21111 14395 0 -1 4194304 314 128 0 0 0 0 0 0 18 0 1 0 1548903696 5484544 242 996147200 4194304 4889804 548682068720 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21111/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.301565 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 21111
/proc/meminfo: memFree=1622440/2055920 swapFree=4112508/4192956
[pid=21111] ppid=21109 vsize=5356 CPUtime=0
/proc/21111/stat : 21111 (concrete.sh) S 21109 21111 14395 0 -1 4194304 314 128 0 0 0 0 0 0 18 0 1 0 1548903696 5484544 242 996147200 4194304 4889804 548682068720 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21111/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.70161 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 21111
/proc/meminfo: memFree=1622440/2055920 swapFree=4112508/4192956
[pid=21111] ppid=21109 vsize=5356 CPUtime=0
/proc/21111/stat : 21111 (concrete.sh) S 21109 21111 14395 0 -1 4194304 314 128 0 0 0 0 0 0 18 0 1 0 1548903696 5484544 242 996147200 4194304 4889804 548682068720 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21111/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.5017 s]
/proc/loadavg: 2.00 2.00 2.00 4/83 21123
/proc/meminfo: memFree=1589456/2055920 swapFree=4112508/4192956
[pid=21111] ppid=21109 vsize=5356 CPUtime=0
/proc/21111/stat : 21111 (concrete.sh) S 21109 21111 14395 0 -1 4194304 314 128 0 0 0 0 0 0 18 0 1 0 1548903696 5484544 242 996147200 4194304 4889804 548682068720 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21111/statm: 1339 242 201 169 0 50 0
[pid=21114] ppid=21111 vsize=847816 CPUtime=1.47
/proc/21114/stat : 21114 (java) S 21111 21111 14395 0 -1 0 17654 0 1 0 138 9 0 0 18 0 10 0 1548903697 868163584 16357 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21114/statm: 211954 16357 2579 9 0 206514 0
[pid=21114/tid=21115] ppid=21111 vsize=847816 CPUtime=0.6
/proc/21114/task/21115/stat : 21115 (java) R 21111 21111 14395 0 -1 64 6726 0 1 0 57 3 0 0 23 0 10 0 1548903698 868163584 16357 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21114/tid=21116] ppid=21111 vsize=847816 CPUtime=0.62
/proc/21114/task/21116/stat : 21116 (java) R 21111 21111 14395 0 -1 64 9134 0 0 0 58 4 0 0 16 0 10 0 1548903699 868163584 16357 996147200 134512640 134550740 4294955968 18446744073709551615 102516768 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21114/tid=21117] ppid=21111 vsize=847816 CPUtime=0
/proc/21114/task/21117/stat : 21117 (java) S 21111 21111 14395 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 1548903699 868163584 16357 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21114/tid=21118] ppid=21111 vsize=847816 CPUtime=0
/proc/21114/task/21118/stat : 21118 (java) S 21111 21111 14395 0 -1 64 6 0 0 0 0 0 0 0 15 0 10 0 1548903699 868163584 16357 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21114/tid=21119] ppid=21111 vsize=847816 CPUtime=0
/proc/21114/task/21119/stat : 21119 (java) S 21111 21111 14395 0 -1 64 0 0 0 0 0 0 0 0 18 0 10 0 1548903701 868163584 16357 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21114/tid=21120] ppid=21111 vsize=847816 CPUtime=0.22
/proc/21114/task/21120/stat : 21120 (java) S 21111 21111 14395 0 -1 64 1057 0 0 0 22 0 0 0 16 0 10 0 1548903701 868163584 16357 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21114/tid=21121] ppid=21111 vsize=847816 CPUtime=0
/proc/21114/task/21121/stat : 21121 (java) S 21111 21111 14395 0 -1 64 1 0 0 0 0 0 0 0 19 0 10 0 1548903702 868163584 16357 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21114/tid=21122] ppid=21111 vsize=847816 CPUtime=0
/proc/21114/task/21122/stat : 21122 (java) S 21111 21111 14395 0 -1 64 3 0 0 0 0 0 0 0 15 0 10 0 1548903702 868163584 16357 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21114/tid=21123] ppid=21111 vsize=847816 CPUtime=0
/proc/21114/task/21123/stat : 21123 (java) S 21111 21111 14395 0 -1 64 4 0 0 0 0 0 0 0 21 0 10 0 1548903745 868163584 16357 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 853172

[startup+3.10288 s]
/proc/loadavg: 2.08 2.02 2.01 4/83 21123
/proc/meminfo: memFree=1566416/2055920 swapFree=4112508/4192956
[pid=21111] ppid=21109 vsize=5356 CPUtime=0
/proc/21111/stat : 21111 (concrete.sh) S 21109 21111 14395 0 -1 4194304 314 128 0 0 0 0 0 0 18 0 1 0 1548903696 5484544 242 996147200 4194304 4889804 548682068720 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21111/statm: 1339 242 201 169 0 50 0
[pid=21114] ppid=21111 vsize=847816 CPUtime=3.06
/proc/21114/stat : 21114 (java) S 21111 21111 14395 0 -1 0 25083 0 1 0 293 13 0 0 18 0 10 0 1548903697 868163584 21014 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21114/statm: 211954 21014 2580 9 0 206514 0
[pid=21114/tid=21115] ppid=21111 vsize=847816 CPUtime=1.18
/proc/21114/task/21115/stat : 21115 (java) R 21111 21111 14395 0 -1 64 6972 0 1 0 114 4 0 0 25 0 10 0 1548903698 868163584 21014 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21114/tid=21116] ppid=21111 vsize=847816 CPUtime=1.61
/proc/21114/task/21116/stat : 21116 (java) R 21111 21111 14395 0 -1 64 16304 0 0 0 154 7 0 0 17 0 10 0 1548903699 868163584 21014 996147200 134512640 134550740 4294955968 18446744073709551615 104181568 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21114/tid=21117] ppid=21111 vsize=847816 CPUtime=0
/proc/21114/task/21117/stat : 21117 (java) S 21111 21111 14395 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 1548903699 868163584 21014 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21114/tid=21118] ppid=21111 vsize=847816 CPUtime=0
/proc/21114/task/21118/stat : 21118 (java) S 21111 21111 14395 0 -1 64 6 0 0 0 0 0 0 0 15 0 10 0 1548903699 868163584 21014 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21114/tid=21119] ppid=21111 vsize=847816 CPUtime=0
/proc/21114/task/21119/stat : 21119 (java) S 21111 21111 14395 0 -1 64 0 0 0 0 0 0 0 0 18 0 10 0 1548903701 868163584 21014 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21114/tid=21120] ppid=21111 vsize=847816 CPUtime=0.24
/proc/21114/task/21120/stat : 21120 (java) S 21111 21111 14395 0 -1 64 1070 0 0 0 24 0 0 0 16 0 10 0 1548903701 868163584 21014 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21114/tid=21121] ppid=21111 vsize=847816 CPUtime=0
/proc/21114/task/21121/stat : 21121 (java) S 21111 21111 14395 0 -1 64 1 0 0 0 0 0 0 0 19 0 10 0 1548903702 868163584 21014 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21114/tid=21122] ppid=21111 vsize=847816 CPUtime=0
/proc/21114/task/21122/stat : 21122 (java) S 21111 21111 14395 0 -1 64 3 0 0 0 0 0 0 0 15 0 10 0 1548903702 868163584 21014 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21114/tid=21123] ppid=21111 vsize=847816 CPUtime=0
/proc/21114/task/21123/stat : 21123 (java) S 21111 21111 14395 0 -1 64 4 0 0 0 0 0 0 0 21 0 10 0 1548903745 868163584 21014 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 853172

[startup+6.30224 s]
/proc/loadavg: 2.08 2.02 2.01 3/83 21123
/proc/meminfo: memFree=1550992/2055920 swapFree=4112508/4192956
[pid=21111] ppid=21109 vsize=5356 CPUtime=0
/proc/21111/stat : 21111 (concrete.sh) S 21109 21111 14395 0 -1 4194304 314 128 0 0 0 0 0 0 18 0 1 0 1548903696 5484544 242 996147200 4194304 4889804 548682068720 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21111/statm: 1339 242 201 169 0 50 0
[pid=21114] ppid=21111 vsize=847816 CPUtime=6.26
/proc/21114/stat : 21114 (java) S 21111 21111 14395 0 -1 0 30303 0 1 0 610 16 0 0 18 0 10 0 1548903697 868163584 20178 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21114/statm: 211954 20178 2580 9 0 206514 0
[pid=21114/tid=21115] ppid=21111 vsize=847816 CPUtime=2.25
/proc/21114/task/21115/stat : 21115 (java) R 21111 21111 14395 0 -1 64 7041 0 1 0 221 4 0 0 25 0 10 0 1548903698 868163584 20178 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21114/tid=21116] ppid=21111 vsize=847816 CPUtime=3.71
/proc/21114/task/21116/stat : 21116 (java) R 21111 21111 14395 0 -1 64 21441 0 0 0 361 10 0 0 17 0 10 0 1548903699 868163584 20178 996147200 134512640 134550740 4294955968 18446744073709551615 104187948 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21114/tid=21117] ppid=21111 vsize=847816 CPUtime=0
/proc/21114/task/21117/stat : 21117 (java) S 21111 21111 14395 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 1548903699 868163584 20178 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21114/tid=21118] ppid=21111 vsize=847816 CPUtime=0
/proc/21114/task/21118/stat : 21118 (java) S 21111 21111 14395 0 -1 64 6 0 0 0 0 0 0 0 15 0 10 0 1548903699 868163584 20178 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21114/tid=21119] ppid=21111 vsize=847816 CPUtime=0
/proc/21114/task/21119/stat : 21119 (java) S 21111 21111 14395 0 -1 64 0 0 0 0 0 0 0 0 18 0 10 0 1548903701 868163584 20178 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21114/tid=21120] ppid=21111 vsize=847816 CPUtime=0.26
/proc/21114/task/21120/stat : 21120 (java) S 21111 21111 14395 0 -1 64 1084 0 0 0 26 0 0 0 15 0 10 0 1548903701 868163584 20178 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21114/tid=21121] ppid=21111 vsize=847816 CPUtime=0
/proc/21114/task/21121/stat : 21121 (java) S 21111 21111 14395 0 -1 64 1 0 0 0 0 0 0 0 19 0 10 0 1548903702 868163584 20178 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21114/tid=21122] ppid=21111 vsize=847816 CPUtime=0
/proc/21114/task/21122/stat : 21122 (java) S 21111 21111 14395 0 -1 64 3 0 0 0 0 0 0 0 15 0 10 0 1548903702 868163584 20178 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21114/tid=21123] ppid=21111 vsize=847816 CPUtime=0
/proc/21114/task/21123/stat : 21123 (java) S 21111 21111 14395 0 -1 64 4 0 0 0 0 0 0 0 21 0 10 0 1548903745 868163584 20178 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 853172

[startup+12.703 s]
/proc/loadavg: 2.22 2.05 2.02 4/83 21123
/proc/meminfo: memFree=1550800/2055920 swapFree=4112508/4192956
[pid=21111] ppid=21109 vsize=5356 CPUtime=0
/proc/21111/stat : 21111 (concrete.sh) S 21109 21111 14395 0 -1 4194304 314 128 0 0 0 0 0 0 18 0 1 0 1548903696 5484544 242 996147200 4194304 4889804 548682068720 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21111/statm: 1339 242 201 169 0 50 0
[pid=21114] ppid=21111 vsize=847816 CPUtime=12.66
/proc/21114/stat : 21114 (java) S 21111 21111 14395 0 -1 0 41723 0 1 0 1241 25 0 0 18 0 10 0 1548903697 868163584 21081 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21114/statm: 211954 21081 2581 9 0 206514 0
[pid=21114/tid=21115] ppid=21111 vsize=847816 CPUtime=4.49
/proc/21114/task/21115/stat : 21115 (java) R 21111 21111 14395 0 -1 64 7191 0 1 0 444 5 0 0 25 0 10 0 1548903698 868163584 21081 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21114/tid=21116] ppid=21111 vsize=847816 CPUtime=7.84
/proc/21114/task/21116/stat : 21116 (java) R 21111 21111 14395 0 -1 64 32690 0 0 0 766 18 0 0 17 0 10 0 1548903699 868163584 21081 996147200 134512640 134550740 4294955968 18446744073709551615 102687643 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21114/tid=21117] ppid=21111 vsize=847816 CPUtime=0
/proc/21114/task/21117/stat : 21117 (java) S 21111 21111 14395 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 1548903699 868163584 21081 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21114/tid=21118] ppid=21111 vsize=847816 CPUtime=0
/proc/21114/task/21118/stat : 21118 (java) S 21111 21111 14395 0 -1 64 6 0 0 0 0 0 0 0 15 0 10 0 1548903699 868163584 21081 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21114/tid=21119] ppid=21111 vsize=847816 CPUtime=0
/proc/21114/task/21119/stat : 21119 (java) S 21111 21111 14395 0 -1 64 0 0 0 0 0 0 0 0 18 0 10 0 1548903701 868163584 21081 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21114/tid=21120] ppid=21111 vsize=847816 CPUtime=0.3
/proc/21114/task/21120/stat : 21120 (java) S 21111 21111 14395 0 -1 64 1105 0 0 0 30 0 0 0 15 0 10 0 1548903701 868163584 21081 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21114/tid=21121] ppid=21111 vsize=847816 CPUtime=0
/proc/21114/task/21121/stat : 21121 (java) S 21111 21111 14395 0 -1 64 1 0 0 0 0 0 0 0 19 0 10 0 1548903702 868163584 21081 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21114/tid=21122] ppid=21111 vsize=847816 CPUtime=0
/proc/21114/task/21122/stat : 21122 (java) S 21111 21111 14395 0 -1 64 3 0 0 0 0 0 0 0 15 0 10 0 1548903702 868163584 21081 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21114/tid=21123] ppid=21111 vsize=847816 CPUtime=0
/proc/21114/task/21123/stat : 21123 (java) S 21111 21111 14395 0 -1 64 4 0 0 0 0 0 0 0 21 0 10 0 1548903745 868163584 21081 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 853172

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

[startup+19.1017 s]
/proc/loadavg: 2.20 2.05 2.01 3/83 21123
/proc/meminfo: memFree=1550864/2055920 swapFree=4112508/4192956
[pid=21111] ppid=21109 vsize=5356 CPUtime=0
/proc/21111/stat : 21111 (concrete.sh) S 21109 21111 14395 0 -1 4194304 314 128 0 0 0 0 0 0 18 0 1 0 1548903696 5484544 242 996147200 4194304 4889804 548682068720 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21111/statm: 1339 242 201 169 0 50 0
[pid=21114] ppid=21111 vsize=847816 CPUtime=19.06
/proc/21114/stat : 21114 (java) S 21111 21111 14395 0 -1 0 52405 0 1 0 1872 34 0 0 18 0 10 0 1548903697 868163584 20233 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21114/statm: 211954 20233 2581 9 0 206514 0
[pid=21114/tid=21115] ppid=21111 vsize=847816 CPUtime=6.72
/proc/21114/task/21115/stat : 21115 (java) R 21111 21111 14395 0 -1 64 7331 0 1 0 666 6 0 0 25 0 10 0 1548903698 868163584 20233 996147200 134512640 134550740 4294955968 18446744073709551615 104454735 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21114/tid=21116] ppid=21111 vsize=847816 CPUtime=11.96
/proc/21114/task/21116/stat : 21116 (java) S 21111 21111 14395 0 -1 64 43219 0 0 0 1170 26 0 0 16 0 10 0 1548903699 868163584 20233 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21114/tid=21117] ppid=21111 vsize=847816 CPUtime=0
/proc/21114/task/21117/stat : 21117 (java) S 21111 21111 14395 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 1548903699 868163584 20233 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21114/tid=21118] ppid=21111 vsize=847816 CPUtime=0
/proc/21114/task/21118/stat : 21118 (java) S 21111 21111 14395 0 -1 64 6 0 0 0 0 0 0 0 15 0 10 0 1548903699 868163584 20233 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21114/tid=21119] ppid=21111 vsize=847816 CPUtime=0
/proc/21114/task/21119/stat : 21119 (java) S 21111 21111 14395 0 -1 64 0 0 0 0 0 0 0 0 18 0 10 0 1548903701 868163584 20233 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21114/tid=21120] ppid=21111 vsize=847816 CPUtime=0.34
/proc/21114/task/21120/stat : 21120 (java) S 21111 21111 14395 0 -1 64 1118 0 0 0 34 0 0 0 15 0 10 0 1548903701 868163584 20233 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21114/tid=21121] ppid=21111 vsize=847816 CPUtime=0
/proc/21114/task/21121/stat : 21121 (java) S 21111 21111 14395 0 -1 64 1 0 0 0 0 0 0 0 19 0 10 0 1548903702 868163584 20233 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21114/tid=21122] ppid=21111 vsize=847816 CPUtime=0
/proc/21114/task/21122/stat : 21122 (java) S 21111 21111 14395 0 -1 64 3 0 0 0 0 0 0 0 15 0 10 0 1548903702 868163584 20233 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21114/tid=21123] ppid=21111 vsize=847816 CPUtime=0
/proc/21114/task/21123/stat : 21123 (java) S 21111 21111 14395 0 -1 64 4 0 0 0 0 0 0 0 21 0 10 0 1548903745 868163584 20233 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 19.06
Current children cumulated vsize (KiB) 853172

[startup+22.302 s]
/proc/loadavg: 2.27 2.06 2.02 4/83 21123
/proc/meminfo: memFree=1550864/2055920 swapFree=4112508/4192956
[pid=21111] ppid=21109 vsize=5356 CPUtime=0
/proc/21111/stat : 21111 (concrete.sh) S 21109 21111 14395 0 -1 4194304 314 128 0 0 0 0 0 0 18 0 1 0 1548903696 5484544 242 996147200 4194304 4889804 548682068720 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21111/statm: 1339 242 201 169 0 50 0
[pid=21114] ppid=21111 vsize=847816 CPUtime=22.25
/proc/21114/stat : 21114 (java) S 21111 21111 14395 0 -1 0 58671 0 1 0 2188 37 0 0 18 0 10 0 1548903697 868163584 21126 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21114/statm: 211954 21126 2582 9 0 206514 0
[pid=21114/tid=21115] ppid=21111 vsize=847816 CPUtime=7.78
/proc/21114/task/21115/stat : 21115 (java) R 21111 21111 14395 0 -1 64 7399 0 1 0 772 6 0 0 25 0 10 0 1548903698 868163584 21126 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21114/tid=21116] ppid=21111 vsize=847816 CPUtime=14.08
/proc/21114/task/21116/stat : 21116 (java) R 21111 21111 14395 0 -1 64 49414 0 0 0 1379 29 0 0 16 0 10 0 1548903699 868163584 21126 996147200 134512640 134550740 4294955968 18446744073709551615 104181557 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21114/tid=21117] ppid=21111 vsize=847816 CPUtime=0
/proc/21114/task/21117/stat : 21117 (java) S 21111 21111 14395 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 1548903699 868163584 21126 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21114/tid=21118] ppid=21111 vsize=847816 CPUtime=0
/proc/21114/task/21118/stat : 21118 (java) S 21111 21111 14395 0 -1 64 6 0 0 0 0 0 0 0 15 0 10 0 1548903699 868163584 21126 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21114/tid=21119] ppid=21111 vsize=847816 CPUtime=0
/proc/21114/task/21119/stat : 21119 (java) S 21111 21111 14395 0 -1 64 0 0 0 0 0 0 0 0 18 0 10 0 1548903701 868163584 21126 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21114/tid=21120] ppid=21111 vsize=847816 CPUtime=0.35
/proc/21114/task/21120/stat : 21120 (java) S 21111 21111 14395 0 -1 64 1121 0 0 0 35 0 0 0 15 0 10 0 1548903701 868163584 21126 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21114/tid=21121] ppid=21111 vsize=847816 CPUtime=0
/proc/21114/task/21121/stat : 21121 (java) S 21111 21111 14395 0 -1 64 1 0 0 0 0 0 0 0 19 0 10 0 1548903702 868163584 21126 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21114/tid=21122] ppid=21111 vsize=847816 CPUtime=0
/proc/21114/task/21122/stat : 21122 (java) S 21111 21111 14395 0 -1 64 3 0 0 0 0 0 0 0 15 0 10 0 1548903702 868163584 21126 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21114/tid=21123] ppid=21111 vsize=847816 CPUtime=0
/proc/21114/task/21123/stat : 21123 (java) S 21111 21111 14395 0 -1 64 4 0 0 0 0 0 0 0 21 0 10 0 1548903745 868163584 21126 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 22.25
Current children cumulated vsize (KiB) 853172

[startup+23.9022 s]
/proc/loadavg: 2.27 2.06 2.02 3/83 21123
/proc/meminfo: memFree=1550864/2055920 swapFree=4112508/4192956
[pid=21111] ppid=21109 vsize=5356 CPUtime=0
/proc/21111/stat : 21111 (concrete.sh) S 21109 21111 14395 0 -1 4194304 314 128 0 0 0 0 0 0 18 0 1 0 1548903696 5484544 242 996147200 4194304 4889804 548682068720 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21111/statm: 1339 242 201 169 0 50 0
[pid=21114] ppid=21111 vsize=847816 CPUtime=23.86
/proc/21114/stat : 21114 (java) S 21111 21111 14395 0 -1 0 59634 0 1 0 2347 39 0 0 18 0 9 0 1548903697 868163584 20269 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21114/statm: 211954 20269 2583 9 0 206514 0
[pid=21114/tid=21115] ppid=21111 vsize=847816 CPUtime=8.8
/proc/21114/task/21115/stat : 21115 (java) R 21111 21111 14395 0 -1 64 7466 0 1 0 874 6 0 0 25 0 9 0 1548903698 868163584 20269 996147200 134512640 134550740 4294955968 18446744073709551615 4126097344 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21114/tid=21116] ppid=21111 vsize=847816 CPUtime=14.65
/proc/21114/task/21116/stat : 21116 (java) S 21111 21111 14395 0 -1 64 50302 0 0 0 1435 30 0 0 16 0 9 0 1548903699 868163584 20269 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21114/tid=21117] ppid=21111 vsize=847816 CPUtime=0
/proc/21114/task/21117/stat : 21117 (java) S 21111 21111 14395 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1548903699 868163584 20269 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21114/tid=21118] ppid=21111 vsize=847816 CPUtime=0
/proc/21114/task/21118/stat : 21118 (java) S 21111 21111 14395 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 1548903699 868163584 20269 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21114/tid=21119] ppid=21111 vsize=847816 CPUtime=0
/proc/21114/task/21119/stat : 21119 (java) S 21111 21111 14395 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1548903701 868163584 20269 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21114/tid=21120] ppid=21111 vsize=847816 CPUtime=0.36
/proc/21114/task/21120/stat : 21120 (java) S 21111 21111 14395 0 -1 64 1126 0 0 0 36 0 0 0 15 0 9 0 1548903701 868163584 20269 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21114/tid=21121] ppid=21111 vsize=847816 CPUtime=0
/proc/21114/task/21121/stat : 21121 (java) S 21111 21111 14395 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1548903702 868163584 20269 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21114/tid=21122] ppid=21111 vsize=847816 CPUtime=0
/proc/21114/task/21122/stat : 21122 (java) S 21111 21111 14395 0 -1 64 3 0 0 0 0 0 0 0 15 0 9 0 1548903702 868163584 20269 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 23.86
Current children cumulated vsize (KiB) 853172

[startup+24.7023 s]
/proc/loadavg: 2.27 2.06 2.02 3/82 21124
/proc/meminfo: memFree=1550864/2055920 swapFree=4112508/4192956
[pid=21111] ppid=21109 vsize=5356 CPUtime=0
/proc/21111/stat : 21111 (concrete.sh) S 21109 21111 14395 0 -1 4194304 314 128 0 0 0 0 0 0 18 0 1 0 1548903696 5484544 242 996147200 4194304 4889804 548682068720 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21111/statm: 1339 242 201 169 0 50 0
[pid=21114] ppid=21111 vsize=847816 CPUtime=24.66
/proc/21114/stat : 21114 (java) S 21111 21111 14395 0 -1 0 59663 0 1 0 2427 39 0 0 18 0 9 0 1548903697 868163584 20272 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21114/statm: 211954 20272 2583 9 0 206514 0
[pid=21114/tid=21115] ppid=21111 vsize=847816 CPUtime=9.59
/proc/21114/task/21115/stat : 21115 (java) R 21111 21111 14395 0 -1 64 7492 0 1 0 953 6 0 0 25 0 9 0 1548903698 868163584 20272 996147200 134512640 134550740 4294955968 18446744073709551615 4126682703 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21114/tid=21116] ppid=21111 vsize=847816 CPUtime=14.66
/proc/21114/task/21116/stat : 21116 (java) S 21111 21111 14395 0 -1 64 50302 0 0 0 1436 30 0 0 16 0 9 0 1548903699 868163584 20272 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21114/tid=21117] ppid=21111 vsize=847816 CPUtime=0
/proc/21114/task/21117/stat : 21117 (java) S 21111 21111 14395 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1548903699 868163584 20272 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21114/tid=21118] ppid=21111 vsize=847816 CPUtime=0
/proc/21114/task/21118/stat : 21118 (java) S 21111 21111 14395 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 1548903699 868163584 20272 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21114/tid=21119] ppid=21111 vsize=847816 CPUtime=0
/proc/21114/task/21119/stat : 21119 (java) S 21111 21111 14395 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1548903701 868163584 20272 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21114/tid=21120] ppid=21111 vsize=847816 CPUtime=0.36
/proc/21114/task/21120/stat : 21120 (java) S 21111 21111 14395 0 -1 64 1129 0 0 0 36 0 0 0 15 0 9 0 1548903701 868163584 20272 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21114/tid=21121] ppid=21111 vsize=847816 CPUtime=0
/proc/21114/task/21121/stat : 21121 (java) S 21111 21111 14395 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1548903702 868163584 20272 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21114/tid=21122] ppid=21111 vsize=847816 CPUtime=0
/proc/21114/task/21122/stat : 21122 (java) S 21111 21111 14395 0 -1 64 3 0 0 0 0 0 0 0 15 0 9 0 1548903702 868163584 20272 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 24.66
Current children cumulated vsize (KiB) 853172

[startup+24.9023 s]
/proc/loadavg: 2.27 2.06 2.02 3/82 21124
/proc/meminfo: memFree=1550864/2055920 swapFree=4112508/4192956
[pid=21111] ppid=21109 vsize=5356 CPUtime=0
/proc/21111/stat : 21111 (concrete.sh) S 21109 21111 14395 0 -1 4194304 314 128 0 0 0 0 0 0 18 0 1 0 1548903696 5484544 242 996147200 4194304 4889804 548682068720 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21111/statm: 1339 242 201 169 0 50 0
[pid=21114] ppid=21111 vsize=847816 CPUtime=24.86
/proc/21114/stat : 21114 (java) S 21111 21111 14395 0 -1 0 59679 0 1 0 2447 39 0 0 18 0 9 0 1548903697 868163584 20283 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21114/statm: 211954 20283 2583 9 0 206514 0
[pid=21114/tid=21115] ppid=21111 vsize=847816 CPUtime=9.77
/proc/21114/task/21115/stat : 21115 (java) R 21111 21111 14395 0 -1 64 7497 0 1 0 971 6 0 0 25 0 9 0 1548903698 868163584 20283 996147200 134512640 134550740 4294955968 18446744073709551615 4126662450 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21114/tid=21116] ppid=21111 vsize=847816 CPUtime=14.66
/proc/21114/task/21116/stat : 21116 (java) S 21111 21111 14395 0 -1 64 50302 0 0 0 1436 30 0 0 16 0 9 0 1548903699 868163584 20283 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21114/tid=21117] ppid=21111 vsize=847816 CPUtime=0
/proc/21114/task/21117/stat : 21117 (java) S 21111 21111 14395 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1548903699 868163584 20283 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21114/tid=21118] ppid=21111 vsize=847816 CPUtime=0
/proc/21114/task/21118/stat : 21118 (java) S 21111 21111 14395 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 1548903699 868163584 20283 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21114/tid=21119] ppid=21111 vsize=847816 CPUtime=0
/proc/21114/task/21119/stat : 21119 (java) S 21111 21111 14395 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1548903701 868163584 20283 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21114/tid=21120] ppid=21111 vsize=847816 CPUtime=0.38
/proc/21114/task/21120/stat : 21120 (java) S 21111 21111 14395 0 -1 64 1140 0 0 0 38 0 0 0 15 0 9 0 1548903701 868163584 20283 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21114/tid=21121] ppid=21111 vsize=847816 CPUtime=0
/proc/21114/task/21121/stat : 21121 (java) S 21111 21111 14395 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1548903702 868163584 20283 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21114/tid=21122] ppid=21111 vsize=847816 CPUtime=0
/proc/21114/task/21122/stat : 21122 (java) S 21111 21111 14395 0 -1 64 3 0 0 0 0 0 0 0 15 0 9 0 1548903702 868163584 20283 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 24.86
Current children cumulated vsize (KiB) 853172

[startup+25.0023 s]
/proc/loadavg: 2.27 2.06 2.02 3/82 21124
/proc/meminfo: memFree=1550864/2055920 swapFree=4112508/4192956
[pid=21111] ppid=21109 vsize=5356 CPUtime=0
/proc/21111/stat : 21111 (concrete.sh) S 21109 21111 14395 0 -1 4194304 314 128 0 0 0 0 0 0 18 0 1 0 1548903696 5484544 242 996147200 4194304 4889804 548682068720 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21111/statm: 1339 242 201 169 0 50 0
[pid=21114] ppid=21111 vsize=0 CPUtime=24.94
/proc/21114/stat : 21114 (java) Z 21111 21111 14395 0 -1 12 59706 0 1 0 2454 40 0 0 16 0 2 0 1548903697 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21114/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 24.94
Current children cumulated vsize (KiB) 5356

Child status: 0
Real time (s): 25.0077
CPU time (s): 24.9552
CPU user time (s): 24.5463
CPU system time (s): 0.408937
CPU usage (%): 99.7902
Max. virtual memory (cumulated for all children) (KiB): 853172

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 24.5463
system time used= 0.408937
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 60157
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= 5840
involuntary context switches= 5692

runsolver used 0.031995 second user time and 0.092985 second system time

The end

Launcher Data (download as text)

Begin job on node38 at 2008-07-04 19:25:33
IDJOB=1077326
IDBENCH=56664
IDSOLVER=303
FILE ID=node38/1077326-1215192333
PBS_JOBID= 7881504
Free space on /tmp= 66440 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= c089ecbd43cbff7c337b278f449f7836
RANDOM SEED=1238542930

node38.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.223
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.223
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:       1622920 kB
Buffers:         21496 kB
Cached:         247084 kB
SwapCached:      74208 kB
Active:         228120 kB
Inactive:       146644 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1622920 kB
SwapTotal:     4192956 kB
SwapFree:      4112508 kB
Dirty:            1392 kB
Writeback:           0 kB
Mapped:         113856 kB
Slab:            43304 kB
Committed_AS:  2919400 kB
PageTables:       2044 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= 66436 MiB
End job on node38 at 2008-07-04 19:25:58