Trace number 1093865

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 41.5857 42.0267

DiagnosticValue
CHECKS8906480
NODES93

General information on the benchmark

Namecsp/queens/
normalized-queens-150.xml
MD5SUM3e1168ad51844cea85c2810ca2ef4fbf
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2.32165
Satisfiable
(Un)Satisfiability was proved
Number of variables150
Number of constraints11175
Maximum constraint arity2
Maximum domain size150
Number of constraints which are defined in extension0
Number of constraints which are defined in intension11175
Global constraints used (with number of constraints)

Solver Data (download as text)

39.30/39.71	c CPU-LOAD 34.64
39.30/39.71	c LOADED 150 V (150 E), 11175 ExtensionConstraint2D, arity 2, 34.64 cpu
41.48/41.95	v 41 57 108 75 83 71 53 81 39 141 92 62 4 21 84 54 52 45 129 74 26 14 38 101 124 150 63 132 142 117 1 98 51 12 20 100 128 121 48 114 69 55 15 147 143 95 127 67 43 72 34 131 70 99 113 42 24 126 58 13 85 66 37 76 47 30 77 144 111 123 146 120 9 88 29 87 134 104 23 11 2 145 35 82 50 19 46 140 118 17 135 3 96 119 103 36 40 8 80 97 33 59 91 137 139 112 130 16 60 28 148 107 32 5 105 10 73 68 31 116 89 7 86 79 109 49 106 44 102 22 56 93 149 136 65 125 78 138 25 18 110 64 27 61 94 133 122 90 115 6 
41.48/41.95	s SATISFIABLE
41.48/41.95	d NODES 93
41.48/41.95	d CHECKS 8906475
41.48/41.95	c gac3-effective-revisions: 0
41.48/41.95	c gac3-useless-revisions: 22350
41.48/41.95	c prepro-constraint-ccks: 0
41.48/41.95	c prepro-constraint-presenceccks: 0
41.48/41.95	c prepro-cpu: 0.28
41.48/41.95	c prepro-matrix2d-ccks: 3352500
41.48/41.95	c prepro-matrix2d-presenceccks: 3352500
41.48/41.95	c prepro-removed: 0
41.48/41.95	c total-assgn: 93
41.48/41.95	c total-constraint-ccks: 5442225
41.48/41.95	c total-constraint-presence-ccks: 0
41.48/41.95	c total-cpu: 1.65
41.48/41.95	c total-matrix2d-ccks: 3464250
41.48/41.95	c total-matrix2d-presence-ccks: 6705000
41.48/41.95	c tuples: 0
41.48/41.95	c tuples-collisions: 0
41.48/41.95	c TOTAL-NODES 93
41.48/41.95	c TOTAL-CPU 1.65

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-1093865-1215278360/watcher-1093865-1215278360 -o /tmp/evaluation-result-1093865-1215278360/solver-1093865-1215278360 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/concrete.sh -c -ext 0 -s Tabu HOME/instance-1093865-1215278360.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 22990
/proc/meminfo: memFree=1672600/2055920 swapFree=4117860/4192956
[pid=22990] ppid=22988 vsize=5356 CPUtime=0
/proc/22990/stat : 22990 (concrete.sh) S 22988 22990 22618 0 -1 4194304 271 0 0 0 0 0 0 0 20 0 1 0 2006808302 5484544 230 996147200 4194304 4889804 548682068768 18446744073709551615 208717709394 0 0 4100 65536 18446744071563648864 0 0 17 1 0 0
/proc/22990/statm: 1339 230 191 169 0 50 0
[pid=22991] ppid=22990 vsize=124 CPUtime=0
/proc/22991/stat : 22991 (dirname) R 22990 22990 22618 0 -1 4194304 47 0 0 0 0 0 0 0 22 0 1 0 2006808303 126976 22 996147200 4194304 4208292 548682069008 18446744073709551615 208714921353 0 0 4096 0 0 0 0 17 1 0 0
/proc/22991/statm: 31 22 16 3 0 3 0

[startup+0.06703 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 22990
/proc/meminfo: memFree=1672600/2055920 swapFree=4117860/4192956
[pid=22990] ppid=22988 vsize=5356 CPUtime=0
/proc/22990/stat : 22990 (concrete.sh) S 22988 22990 22618 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 2006808302 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22990/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.101038 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 22990
/proc/meminfo: memFree=1672600/2055920 swapFree=4117860/4192956
[pid=22990] ppid=22988 vsize=5356 CPUtime=0
/proc/22990/stat : 22990 (concrete.sh) S 22988 22990 22618 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 2006808302 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22990/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.301073 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 22990
/proc/meminfo: memFree=1672600/2055920 swapFree=4117860/4192956
[pid=22990] ppid=22988 vsize=5356 CPUtime=0
/proc/22990/stat : 22990 (concrete.sh) S 22988 22990 22618 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 2006808302 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22990/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.701147 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 22990
/proc/meminfo: memFree=1672600/2055920 swapFree=4117860/4192956
[pid=22990] ppid=22988 vsize=5356 CPUtime=0
/proc/22990/stat : 22990 (concrete.sh) S 22988 22990 22618 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 2006808302 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22990/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.5023 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 23001
/proc/meminfo: memFree=1661576/2055920 swapFree=4117860/4192956
[pid=22990] ppid=22988 vsize=5356 CPUtime=0
/proc/22990/stat : 22990 (concrete.sh) S 22988 22990 22618 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 2006808302 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22990/statm: 1339 242 201 169 0 50 0
[pid=22993] ppid=22990 vsize=844208 CPUtime=1.46
/proc/22993/stat : 22993 (java) S 22990 22990 22618 0 -1 0 5494 0 1 0 142 4 0 0 18 0 9 0 2006808303 864468992 4798 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22993/statm: 211052 4798 1900 9 0 205613 0
[pid=22993/tid=22994] ppid=22990 vsize=844208 CPUtime=1.24
/proc/22993/task/22994/stat : 22994 (java) R 22990 22990 22618 0 -1 64 3419 0 1 0 122 2 0 0 25 0 9 0 2006808304 864468992 4798 996147200 134512640 134550740 4294956016 18446744073709551615 4125799632 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22993/tid=22995] ppid=22990 vsize=844208 CPUtime=0.06
/proc/22993/task/22995/stat : 22995 (java) S 22990 22990 22618 0 -1 64 843 0 0 0 6 0 0 0 16 0 9 0 2006808306 864468992 4798 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22993/tid=22996] ppid=22990 vsize=844208 CPUtime=0
/proc/22993/task/22996/stat : 22996 (java) S 22990 22990 22618 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 2006808306 864468992 4798 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22993/tid=22997] ppid=22990 vsize=844208 CPUtime=0
/proc/22993/task/22997/stat : 22997 (java) S 22990 22990 22618 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 2006808306 864468992 4798 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22993/tid=22998] ppid=22990 vsize=844208 CPUtime=0
/proc/22993/task/22998/stat : 22998 (java) S 22990 22990 22618 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2006808308 864468992 4798 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22993/tid=22999] ppid=22990 vsize=844208 CPUtime=0.14
/proc/22993/task/22999/stat : 22999 (java) S 22990 22990 22618 0 -1 64 499 0 0 0 14 0 0 0 16 0 9 0 2006808308 864468992 4798 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22993/tid=23000] ppid=22990 vsize=844208 CPUtime=0
/proc/22993/task/23000/stat : 23000 (java) S 22990 22990 22618 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2006808308 864468992 4798 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22993/tid=23001] ppid=22990 vsize=844208 CPUtime=0
/proc/22993/task/23001/stat : 23001 (java) S 22990 22990 22618 0 -1 64 3 0 0 0 0 0 0 0 15 0 9 0 2006808308 864468992 4798 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 849564

[startup+3.1026 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 23001
/proc/meminfo: memFree=1659336/2055920 swapFree=4117860/4192956
[pid=22990] ppid=22988 vsize=5356 CPUtime=0
/proc/22990/stat : 22990 (concrete.sh) S 22988 22990 22618 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 2006808302 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22990/statm: 1339 242 201 169 0 50 0
[pid=22993] ppid=22990 vsize=844308 CPUtime=3.05
/proc/22993/stat : 22993 (java) S 22990 22990 22618 0 -1 0 7167 0 1 0 299 6 0 0 18 0 9 0 2006808303 864571392 6146 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22993/statm: 211077 6146 2574 9 0 205638 0
[pid=22993/tid=22994] ppid=22990 vsize=844308 CPUtime=2.69
/proc/22993/task/22994/stat : 22994 (java) R 22990 22990 22618 0 -1 64 3557 0 1 0 266 3 0 0 25 0 9 0 2006808304 864571392 6146 996147200 134512640 134550740 4294956016 18446744073709551615 4125799564 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22993/tid=22995] ppid=22990 vsize=844308 CPUtime=0.2
/proc/22993/task/22995/stat : 22995 (java) S 22990 22990 22618 0 -1 64 2378 0 0 0 18 2 0 0 16 0 9 0 2006808306 864571392 6146 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22993/tid=22996] ppid=22990 vsize=844308 CPUtime=0
/proc/22993/task/22996/stat : 22996 (java) S 22990 22990 22618 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 2006808306 864571392 6146 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22993/tid=22997] ppid=22990 vsize=844308 CPUtime=0
/proc/22993/task/22997/stat : 22997 (java) S 22990 22990 22618 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 2006808306 864571392 6146 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22993/tid=22998] ppid=22990 vsize=844308 CPUtime=0
/proc/22993/task/22998/stat : 22998 (java) S 22990 22990 22618 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2006808308 864571392 6146 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22993/tid=22999] ppid=22990 vsize=844308 CPUtime=0.14
/proc/22993/task/22999/stat : 22999 (java) S 22990 22990 22618 0 -1 64 499 0 0 0 14 0 0 0 16 0 9 0 2006808308 864571392 6146 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22993/tid=23000] ppid=22990 vsize=844308 CPUtime=0
/proc/22993/task/23000/stat : 23000 (java) S 22990 22990 22618 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2006808308 864571392 6146 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22993/tid=23001] ppid=22990 vsize=844308 CPUtime=0
/proc/22993/task/23001/stat : 23001 (java) S 22990 22990 22618 0 -1 64 3 0 0 0 0 0 0 0 15 0 9 0 2006808308 864571392 6146 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 849664

[startup+6.30221 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 23001
/proc/meminfo: memFree=1655816/2055920 swapFree=4117860/4192956
[pid=22990] ppid=22988 vsize=5356 CPUtime=0
/proc/22990/stat : 22990 (concrete.sh) S 22988 22990 22618 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 2006808302 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22990/statm: 1339 242 201 169 0 50 0
[pid=22993] ppid=22990 vsize=844308 CPUtime=6.22
/proc/22993/stat : 22993 (java) S 22990 22990 22618 0 -1 0 8416 0 1 0 613 9 0 0 18 0 9 0 2006808303 864571392 6646 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22993/statm: 211077 6646 2574 9 0 205638 0
[pid=22993/tid=22994] ppid=22990 vsize=844308 CPUtime=5.63
/proc/22993/task/22994/stat : 22994 (java) R 22990 22990 22618 0 -1 64 3781 0 1 0 559 4 0 0 25 0 9 0 2006808304 864571392 6646 996147200 134512640 134550740 4294956016 18446744073709551615 4125793767 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22993/tid=22995] ppid=22990 vsize=844308 CPUtime=0.42
/proc/22993/task/22995/stat : 22995 (java) S 22990 22990 22618 0 -1 64 3403 0 0 0 38 4 0 0 16 0 9 0 2006808306 864571392 6646 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22993/tid=22996] ppid=22990 vsize=844308 CPUtime=0
/proc/22993/task/22996/stat : 22996 (java) S 22990 22990 22618 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 2006808306 864571392 6646 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22993/tid=22997] ppid=22990 vsize=844308 CPUtime=0
/proc/22993/task/22997/stat : 22997 (java) S 22990 22990 22618 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 2006808306 864571392 6646 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22993/tid=22998] ppid=22990 vsize=844308 CPUtime=0
/proc/22993/task/22998/stat : 22998 (java) S 22990 22990 22618 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2006808308 864571392 6646 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22993/tid=22999] ppid=22990 vsize=844308 CPUtime=0.14
/proc/22993/task/22999/stat : 22999 (java) S 22990 22990 22618 0 -1 64 499 0 0 0 14 0 0 0 16 0 9 0 2006808308 864571392 6646 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22993/tid=23000] ppid=22990 vsize=844308 CPUtime=0
/proc/22993/task/23000/stat : 23000 (java) S 22990 22990 22618 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2006808308 864571392 6646 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22993/tid=23001] ppid=22990 vsize=844308 CPUtime=0
/proc/22993/task/23001/stat : 23001 (java) S 22990 22990 22618 0 -1 64 3 0 0 0 0 0 0 0 15 0 9 0 2006808308 864571392 6646 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 849664

[startup+12.7024 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 23001
/proc/meminfo: memFree=1652936/2055920 swapFree=4117860/4192956
[pid=22990] ppid=22988 vsize=5356 CPUtime=0
/proc/22990/stat : 22990 (concrete.sh) S 22988 22990 22618 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 2006808302 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22990/statm: 1339 242 201 169 0 50 0
[pid=22993] ppid=22990 vsize=844308 CPUtime=12.56
/proc/22993/stat : 22993 (java) S 22990 22990 22618 0 -1 0 9452 0 1 0 1243 13 0 0 18 0 9 0 2006808303 864571392 7300 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22993/statm: 211077 7300 2574 9 0 205638 0
[pid=22993/tid=22994] ppid=22990 vsize=844308 CPUtime=11.74
/proc/22993/task/22994/stat : 22994 (java) R 22990 22990 22618 0 -1 64 4163 0 1 0 1168 6 0 0 25 0 9 0 2006808304 864571392 7300 996147200 134512640 134550740 4294956016 18446744073709551615 4125735590 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22993/tid=22995] ppid=22990 vsize=844308 CPUtime=0.66
/proc/22993/task/22995/stat : 22995 (java) S 22990 22990 22618 0 -1 64 4057 0 0 0 60 6 0 0 16 0 9 0 2006808306 864571392 7300 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22993/tid=22996] ppid=22990 vsize=844308 CPUtime=0
/proc/22993/task/22996/stat : 22996 (java) S 22990 22990 22618 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 2006808306 864571392 7300 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22993/tid=22997] ppid=22990 vsize=844308 CPUtime=0
/proc/22993/task/22997/stat : 22997 (java) S 22990 22990 22618 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 2006808306 864571392 7300 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22993/tid=22998] ppid=22990 vsize=844308 CPUtime=0
/proc/22993/task/22998/stat : 22998 (java) S 22990 22990 22618 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2006808308 864571392 7300 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22993/tid=22999] ppid=22990 vsize=844308 CPUtime=0.14
/proc/22993/task/22999/stat : 22999 (java) S 22990 22990 22618 0 -1 64 499 0 0 0 14 0 0 0 16 0 9 0 2006808308 864571392 7300 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22993/tid=23000] ppid=22990 vsize=844308 CPUtime=0
/proc/22993/task/23000/stat : 23000 (java) S 22990 22990 22618 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2006808308 864571392 7300 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22993/tid=23001] ppid=22990 vsize=844308 CPUtime=0
/proc/22993/task/23001/stat : 23001 (java) S 22990 22990 22618 0 -1 64 3 0 0 0 0 0 0 0 15 0 9 0 2006808308 864571392 7300 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 849664

[startup+25.5018 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 23001
/proc/meminfo: memFree=1649160/2055920 swapFree=4117860/4192956
[pid=22990] ppid=22988 vsize=5356 CPUtime=0
/proc/22990/stat : 22990 (concrete.sh) S 22988 22990 22618 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 2006808302 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22990/statm: 1339 242 201 169 0 50 0
[pid=22993] ppid=22990 vsize=844308 CPUtime=25.24
/proc/22993/stat : 22993 (java) S 22990 22990 22618 0 -1 0 11416 0 1 0 2505 19 0 0 18 0 9 0 2006808303 864571392 8177 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22993/statm: 211077 8177 2574 9 0 205638 0
[pid=22993/tid=22994] ppid=22990 vsize=844308 CPUtime=23.9
/proc/22993/task/22994/stat : 22994 (java) R 22990 22990 22618 0 -1 64 4821 0 1 0 2383 7 0 0 25 0 9 0 2006808304 864571392 8177 996147200 134512640 134550740 4294956016 18446744073709551615 4125799016 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22993/tid=22995] ppid=22990 vsize=844308 CPUtime=1.17
/proc/22993/task/22995/stat : 22995 (java) S 22990 22990 22618 0 -1 64 5363 0 0 0 107 10 0 0 16 0 9 0 2006808306 864571392 8177 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22993/tid=22996] ppid=22990 vsize=844308 CPUtime=0
/proc/22993/task/22996/stat : 22996 (java) S 22990 22990 22618 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 2006808306 864571392 8177 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22993/tid=22997] ppid=22990 vsize=844308 CPUtime=0
/proc/22993/task/22997/stat : 22997 (java) S 22990 22990 22618 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 2006808306 864571392 8177 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22993/tid=22998] ppid=22990 vsize=844308 CPUtime=0
/proc/22993/task/22998/stat : 22998 (java) S 22990 22990 22618 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2006808308 864571392 8177 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22993/tid=22999] ppid=22990 vsize=844308 CPUtime=0.14
/proc/22993/task/22999/stat : 22999 (java) S 22990 22990 22618 0 -1 64 499 0 0 0 14 0 0 0 16 0 9 0 2006808308 864571392 8177 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22993/tid=23000] ppid=22990 vsize=844308 CPUtime=0
/proc/22993/task/23000/stat : 23000 (java) S 22990 22990 22618 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2006808308 864571392 8177 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22993/tid=23001] ppid=22990 vsize=844308 CPUtime=0
/proc/22993/task/23001/stat : 23001 (java) S 22990 22990 22618 0 -1 64 3 0 0 0 0 0 0 0 15 0 9 0 2006808308 864571392 8177 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 849664

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

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

[pid=22993/tid=22996] ppid=22990 vsize=850928 CPUtime=0
/proc/22993/task/22996/stat : 22996 (java) S 22990 22990 22618 0 -1 64 12 0 0 0 0 0 0 0 16 0 10 0 2006808306 871350272 10652 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22993/tid=22997] ppid=22990 vsize=850928 CPUtime=0
/proc/22993/task/22997/stat : 22997 (java) S 22990 22990 22618 0 -1 64 6 0 0 0 0 0 0 0 16 0 10 0 2006808306 871350272 10652 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22993/tid=22998] ppid=22990 vsize=850928 CPUtime=0
/proc/22993/task/22998/stat : 22998 (java) S 22990 22990 22618 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 2006808308 871350272 10652 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22993/tid=22999] ppid=22990 vsize=850928 CPUtime=0.53
/proc/22993/task/22999/stat : 22999 (java) S 22990 22990 22618 0 -1 64 2259 0 0 0 52 1 0 0 16 0 10 0 2006808308 871350272 10652 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22993/tid=23000] ppid=22990 vsize=850928 CPUtime=0
/proc/22993/task/23000/stat : 23000 (java) S 22990 22990 22618 0 -1 64 1 0 0 0 0 0 0 0 19 0 10 0 2006808308 871350272 10652 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22993/tid=23001] ppid=22990 vsize=850928 CPUtime=0
/proc/22993/task/23001/stat : 23001 (java) S 22990 22990 22618 0 -1 64 3 0 0 0 0 0 0 0 15 0 10 0 2006808308 871350272 10652 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22993/tid=23002] ppid=22990 vsize=850928 CPUtime=0
/proc/22993/task/23002/stat : 23002 (java) S 22990 22990 22618 0 -1 64 6 0 0 0 0 0 0 0 25 0 10 0 2006811271 871350272 10652 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 31.59
Current children cumulated vsize (KiB) 856284

[startup+38.3022 s]
/proc/loadavg: 2.00 2.00 2.00 4/83 23002
/proc/meminfo: memFree=1621376/2055920 swapFree=4117860/4192956
[pid=22990] ppid=22988 vsize=5356 CPUtime=0
/proc/22990/stat : 22990 (concrete.sh) S 22988 22990 22618 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 2006808302 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22990/statm: 1339 242 201 169 0 50 0
[pid=22993] ppid=22990 vsize=851008 CPUtime=37.92
/proc/22993/stat : 22993 (java) S 22990 22990 22618 0 -1 0 28252 0 1 0 3760 32 0 0 18 0 10 0 2006808303 871432192 24365 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22993/statm: 212752 24365 2583 9 0 207312 0
[pid=22993/tid=22994] ppid=22990 vsize=851008 CPUtime=34.37
/proc/22993/task/22994/stat : 22994 (java) R 22990 22990 22618 0 -1 64 6463 0 1 0 3427 10 0 0 25 0 10 0 2006808304 871432192 24365 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22993/tid=22995] ppid=22990 vsize=851008 CPUtime=2.79
/proc/22993/task/22995/stat : 22995 (java) R 22990 22990 22618 0 -1 64 18651 0 0 0 260 19 0 0 16 0 10 0 2006808306 871432192 24365 996147200 134512640 134550740 4294956016 18446744073709551615 104179083 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22993/tid=22996] ppid=22990 vsize=851008 CPUtime=0
/proc/22993/task/22996/stat : 22996 (java) S 22990 22990 22618 0 -1 64 12 0 0 0 0 0 0 0 16 0 10 0 2006808306 871432192 24365 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22993/tid=22997] ppid=22990 vsize=851008 CPUtime=0
/proc/22993/task/22997/stat : 22997 (java) S 22990 22990 22618 0 -1 64 10 0 0 0 0 0 0 0 16 0 10 0 2006808306 871432192 24365 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22993/tid=22998] ppid=22990 vsize=851008 CPUtime=0
/proc/22993/task/22998/stat : 22998 (java) S 22990 22990 22618 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 2006808308 871432192 24365 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22993/tid=22999] ppid=22990 vsize=851008 CPUtime=0.74
/proc/22993/task/22999/stat : 22999 (java) S 22990 22990 22618 0 -1 64 2395 0 0 0 72 2 0 0 16 0 10 0 2006808308 871432192 24365 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22993/tid=23000] ppid=22990 vsize=851008 CPUtime=0
/proc/22993/task/23000/stat : 23000 (java) S 22990 22990 22618 0 -1 64 1 0 0 0 0 0 0 0 19 0 10 0 2006808308 871432192 24365 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22993/tid=23001] ppid=22990 vsize=851008 CPUtime=0
/proc/22993/task/23001/stat : 23001 (java) S 22990 22990 22618 0 -1 64 3 0 0 0 0 0 0 0 15 0 10 0 2006808308 871432192 24365 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22993/tid=23002] ppid=22990 vsize=851008 CPUtime=0
/proc/22993/task/23002/stat : 23002 (java) S 22990 22990 22618 0 -1 64 6 0 0 0 0 0 0 0 25 0 10 0 2006811271 871432192 24365 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 37.92
Current children cumulated vsize (KiB) 856364

[startup+39.9015 s]
/proc/loadavg: 2.00 2.00 2.00 4/83 23002
/proc/meminfo: memFree=1519872/2055920 swapFree=4117860/4192956
[pid=22990] ppid=22988 vsize=5356 CPUtime=0
/proc/22990/stat : 22990 (concrete.sh) S 22988 22990 22618 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 2006808302 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22990/statm: 1339 242 201 169 0 50 0
[pid=22993] ppid=22990 vsize=851008 CPUtime=39.5
/proc/22993/stat : 22993 (java) S 22990 22990 22618 0 -1 0 47900 0 1 0 3910 40 0 0 18 0 9 0 2006808303 871432192 44002 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22993/statm: 212752 44002 2584 9 0 207312 0
[pid=22993/tid=22994] ppid=22990 vsize=851008 CPUtime=34.74
/proc/22993/task/22994/stat : 22994 (java) R 22990 22990 22618 0 -1 64 7356 0 1 0 3464 10 0 0 25 0 9 0 2006808304 871432192 44002 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22993/tid=22995] ppid=22990 vsize=851008 CPUtime=3.98
/proc/22993/task/22995/stat : 22995 (java) R 22990 22990 22618 0 -1 64 37405 0 0 0 372 26 0 0 16 0 9 0 2006808306 871432192 44002 996147200 134512640 134550740 4294956016 18446744073709551615 102721928 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22993/tid=22996] ppid=22990 vsize=851008 CPUtime=0
/proc/22993/task/22996/stat : 22996 (java) S 22990 22990 22618 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 2006808306 871432192 44002 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22993/tid=22997] ppid=22990 vsize=851008 CPUtime=0
/proc/22993/task/22997/stat : 22997 (java) S 22990 22990 22618 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2006808306 871432192 44002 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22993/tid=22998] ppid=22990 vsize=851008 CPUtime=0
/proc/22993/task/22998/stat : 22998 (java) S 22990 22990 22618 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2006808308 871432192 44002 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22993/tid=22999] ppid=22990 vsize=851008 CPUtime=0.74
/proc/22993/task/22999/stat : 22999 (java) S 22990 22990 22618 0 -1 64 2395 0 0 0 72 2 0 0 16 0 9 0 2006808308 871432192 44002 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22993/tid=23000] ppid=22990 vsize=851008 CPUtime=0
/proc/22993/task/23000/stat : 23000 (java) S 22990 22990 22618 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2006808308 871432192 44002 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22993/tid=23001] ppid=22990 vsize=851008 CPUtime=0
/proc/22993/task/23001/stat : 23001 (java) S 22990 22990 22618 0 -1 64 3 0 0 0 0 0 0 0 15 0 9 0 2006808308 871432192 44002 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 39.5
Current children cumulated vsize (KiB) 856364

[startup+40.7067 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 23003
/proc/meminfo: memFree=1496064/2055920 swapFree=4117860/4192956
[pid=22990] ppid=22988 vsize=5356 CPUtime=0
/proc/22990/stat : 22990 (concrete.sh) S 22988 22990 22618 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 2006808302 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22990/statm: 1339 242 201 169 0 50 0
[pid=22993] ppid=22990 vsize=851008 CPUtime=40.3
/proc/22993/stat : 22993 (java) S 22990 22990 22618 0 -1 0 50253 0 1 0 3989 41 0 0 18 0 9 0 2006808303 871432192 46352 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22993/statm: 212752 46352 2585 9 0 207312 0
[pid=22993/tid=22994] ppid=22990 vsize=851008 CPUtime=35.18
/proc/22993/task/22994/stat : 22994 (java) R 22990 22990 22618 0 -1 64 7360 0 1 0 3507 11 0 0 25 0 9 0 2006808304 871432192 46352 996147200 134512640 134550740 4294956016 18446744073709551615 4127217825 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22993/tid=22995] ppid=22990 vsize=851008 CPUtime=4.33
/proc/22993/task/22995/stat : 22995 (java) S 22990 22990 22618 0 -1 64 39752 0 0 0 406 27 0 0 15 0 9 0 2006808306 871432192 46352 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22993/tid=22996] ppid=22990 vsize=851008 CPUtime=0
/proc/22993/task/22996/stat : 22996 (java) S 22990 22990 22618 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 2006808306 871432192 46352 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22993/tid=22997] ppid=22990 vsize=851008 CPUtime=0
/proc/22993/task/22997/stat : 22997 (java) S 22990 22990 22618 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2006808306 871432192 46352 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22993/tid=22998] ppid=22990 vsize=851008 CPUtime=0
/proc/22993/task/22998/stat : 22998 (java) S 22990 22990 22618 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2006808308 871432192 46352 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22993/tid=22999] ppid=22990 vsize=851008 CPUtime=0.77
/proc/22993/task/22999/stat : 22999 (java) S 22990 22990 22618 0 -1 64 2396 0 0 0 75 2 0 0 15 0 9 0 2006808308 871432192 46352 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22993/tid=23000] ppid=22990 vsize=851008 CPUtime=0
/proc/22993/task/23000/stat : 23000 (java) S 22990 22990 22618 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2006808308 871432192 46352 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22993/tid=23001] ppid=22990 vsize=851008 CPUtime=0
/proc/22993/task/23001/stat : 23001 (java) S 22990 22990 22618 0 -1 64 3 0 0 0 0 0 0 0 15 0 9 0 2006808308 871432192 46352 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 40.3
Current children cumulated vsize (KiB) 856364

[startup+41.5018 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 23003
/proc/meminfo: memFree=1496064/2055920 swapFree=4117860/4192956
[pid=22990] ppid=22988 vsize=5356 CPUtime=0
/proc/22990/stat : 22990 (concrete.sh) S 22988 22990 22618 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 2006808302 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22990/statm: 1339 242 201 169 0 50 0
[pid=22993] ppid=22990 vsize=851008 CPUtime=41.09
/proc/22993/stat : 22993 (java) S 22990 22990 22618 0 -1 0 50254 0 1 0 4068 41 0 0 18 0 9 0 2006808303 871432192 46353 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22993/statm: 212752 46353 2585 9 0 207312 0
[pid=22993/tid=22994] ppid=22990 vsize=851008 CPUtime=35.96
/proc/22993/task/22994/stat : 22994 (java) R 22990 22990 22618 0 -1 64 7361 0 1 0 3585 11 0 0 25 0 9 0 2006808304 871432192 46353 996147200 134512640 134550740 4294956016 18446744073709551615 4127295876 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22993/tid=22995] ppid=22990 vsize=851008 CPUtime=4.33
/proc/22993/task/22995/stat : 22995 (java) S 22990 22990 22618 0 -1 64 39752 0 0 0 406 27 0 0 17 0 9 0 2006808306 871432192 46353 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22993/tid=22996] ppid=22990 vsize=851008 CPUtime=0
/proc/22993/task/22996/stat : 22996 (java) S 22990 22990 22618 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 2006808306 871432192 46353 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22993/tid=22997] ppid=22990 vsize=851008 CPUtime=0
/proc/22993/task/22997/stat : 22997 (java) S 22990 22990 22618 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2006808306 871432192 46353 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22993/tid=22998] ppid=22990 vsize=851008 CPUtime=0
/proc/22993/task/22998/stat : 22998 (java) S 22990 22990 22618 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2006808308 871432192 46353 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22993/tid=22999] ppid=22990 vsize=851008 CPUtime=0.78
/proc/22993/task/22999/stat : 22999 (java) S 22990 22990 22618 0 -1 64 2396 0 0 0 76 2 0 0 15 0 9 0 2006808308 871432192 46353 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22993/tid=23000] ppid=22990 vsize=851008 CPUtime=0
/proc/22993/task/23000/stat : 23000 (java) S 22990 22990 22618 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2006808308 871432192 46353 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22993/tid=23001] ppid=22990 vsize=851008 CPUtime=0
/proc/22993/task/23001/stat : 23001 (java) S 22990 22990 22618 0 -1 64 3 0 0 0 0 0 0 0 15 0 9 0 2006808308 871432192 46353 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 41.09
Current children cumulated vsize (KiB) 856364

[startup+41.9029 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 23003
/proc/meminfo: memFree=1496064/2055920 swapFree=4117860/4192956
[pid=22990] ppid=22988 vsize=5356 CPUtime=0
/proc/22990/stat : 22990 (concrete.sh) S 22988 22990 22618 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 2006808302 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22990/statm: 1339 242 201 169 0 50 0
[pid=22993] ppid=22990 vsize=851008 CPUtime=41.48
/proc/22993/stat : 22993 (java) S 22990 22990 22618 0 -1 0 50255 0 1 0 4107 41 0 0 18 0 9 0 2006808303 871432192 46353 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22993/statm: 212752 46353 2585 9 0 207312 0
[pid=22993/tid=22994] ppid=22990 vsize=851008 CPUtime=36.34
/proc/22993/task/22994/stat : 22994 (java) R 22990 22990 22618 0 -1 64 7362 0 1 0 3623 11 0 0 25 0 9 0 2006808304 871432192 46353 996147200 134512640 134550740 4294956016 18446744073709551615 4127292505 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22993/tid=22995] ppid=22990 vsize=851008 CPUtime=4.33
/proc/22993/task/22995/stat : 22995 (java) S 22990 22990 22618 0 -1 64 39752 0 0 0 406 27 0 0 17 0 9 0 2006808306 871432192 46353 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22993/tid=22996] ppid=22990 vsize=851008 CPUtime=0
/proc/22993/task/22996/stat : 22996 (java) S 22990 22990 22618 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 2006808306 871432192 46353 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22993/tid=22997] ppid=22990 vsize=851008 CPUtime=0
/proc/22993/task/22997/stat : 22997 (java) S 22990 22990 22618 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2006808306 871432192 46353 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22993/tid=22998] ppid=22990 vsize=851008 CPUtime=0
/proc/22993/task/22998/stat : 22998 (java) S 22990 22990 22618 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2006808308 871432192 46353 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22993/tid=22999] ppid=22990 vsize=851008 CPUtime=0.79
/proc/22993/task/22999/stat : 22999 (java) S 22990 22990 22618 0 -1 64 2396 0 0 0 77 2 0 0 15 0 9 0 2006808308 871432192 46353 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22993/tid=23000] ppid=22990 vsize=851008 CPUtime=0
/proc/22993/task/23000/stat : 23000 (java) S 22990 22990 22618 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2006808308 871432192 46353 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22993/tid=23001] ppid=22990 vsize=851008 CPUtime=0
/proc/22993/task/23001/stat : 23001 (java) S 22990 22990 22618 0 -1 64 3 0 0 0 0 0 0 0 15 0 9 0 2006808308 871432192 46353 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 41.48
Current children cumulated vsize (KiB) 856364

[startup+42.0032 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 23003
/proc/meminfo: memFree=1496064/2055920 swapFree=4117860/4192956
[pid=22990] ppid=22988 vsize=5356 CPUtime=0
/proc/22990/stat : 22990 (concrete.sh) S 22988 22990 22618 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 2006808302 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22990/statm: 1339 242 201 169 0 50 0
[pid=22993] ppid=22990 vsize=0 CPUtime=41.54
/proc/22993/stat : 22993 (java) Z 22990 22990 22618 0 -1 12 50260 0 1 0 4112 42 0 0 16 0 2 0 2006808303 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22993/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 41.54
Current children cumulated vsize (KiB) 5356

Child status: 0
Real time (s): 42.0267
CPU time (s): 41.5857
CPU user time (s): 41.1307
CPU system time (s): 0.45493
CPU usage (%): 98.9506
Max. virtual memory (cumulated for all children) (KiB): 856688

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 41.1307
system time used= 0.45493
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 50711
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= 15949
involuntary context switches= 16672

runsolver used 0.072988 second user time and 0.134979 second system time

The end

Launcher Data (download as text)

Begin job on node47 at 2008-07-05 19:19:20
IDJOB=1093865
IDBENCH=58732
IDSOLVER=303
FILE ID=node47/1093865-1215278360
PBS_JOBID= 7882299
Free space on /tmp= 66508 MiB

SOLVER NAME= Concrete + CSP4J - Tabu Engine 2008-05-30
BENCH NAME= CPAI08/csp/queens/normalized-queens-150.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-1093865-1215278360/watcher-1093865-1215278360 -o /tmp/evaluation-result-1093865-1215278360/solver-1093865-1215278360 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/concrete.sh -c -ext 0 -s Tabu HOME/instance-1093865-1215278360.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 3e1168ad51844cea85c2810ca2ef4fbf
RANDOM SEED=747935848

node47.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.281
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.281
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:       1673144 kB
Buffers:         41328 kB
Cached:         189976 kB
SwapCached:      68916 kB
Active:         234656 kB
Inactive:        94320 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1673144 kB
SwapTotal:     4192956 kB
SwapFree:      4117860 kB
Dirty:            2192 kB
Writeback:           0 kB
Mapped:         105132 kB
Slab:            38984 kB
Committed_AS:  4116376 kB
PageTables:       1972 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= 66508 MiB
End job on node47 at 2008-07-05 19:20:02