Trace number 1069146

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
Sugar v1.13+minisat? (TO) 1800.1 1807.71

General information on the benchmark

Namecsp/ukVg/
normalized-crossword-m1c-uk-vg16-18_ext.xml
MD5SUMb9a123c3462c681e773444fb1d5bb234
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.811875
Satisfiable
(Un)Satisfiability was proved
Number of variables288
Number of constraints34
Maximum constraint arity18
Maximum domain size26
Number of constraints which are defined in extension34
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Fri Jul  4 10:08:29 2008
0.00/0.04	c 0	PID 13418
0.00/0.05	c 0	HOST node22.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1069146-1215158909.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1069146-1215158909.xml' 'HOME/temp.csp'
0.03/0.40	c 0	1 domains, 288 variables, 0 predicates, 2 relations, 34 constraints
0.03/0.42	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.42	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.36/0.50	c 0	Parsing HOME/temp.csp
0.36/0.87	c 1	parsed 325 expressions
0.36/0.88	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.36/0.88	c 1	Converting to clausal form CSP
0.36/0.89	c 1	converted 33 (10%) expressions
0.36/0.90	c 1	converted 65 (20%) expressions
0.36/0.90	c 1	converted 98 (30%) expressions
0.36/0.90	c 1	converted 130 (40%) expressions
0.37/0.90	c 1	converted 163 (50%) expressions
0.37/0.90	c 1	converted 195 (60%) expressions
0.37/0.90	c 1	converted 228 (70%) expressions
0.37/0.90	c 1	converted 260 (80%) expressions
1.02/1.19	c 1	converted 293 (90%) expressions
2.81/2.94	c 3	converted 325 (100%) expressions
2.81/2.94	c 3	CSP : 288 integers, 0 booleans, 34 clauses, largest domain size 26
2.81/2.94	c 3	Heap : 73 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.81/2.94	c 3	Propagation in CSP
2.81/2.94	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.81/2.94	c 3	CSP : 288 integers, 0 booleans, 34 clauses, largest domain size 26
2.81/2.94	c 3	Heap : 73 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.81/2.94	c 3	Simplifing CSP by introducing new Boolean variables
2.81/2.94	c 3	CSP : 288 integers, 0 booleans, 34 clauses, largest domain size 26
2.81/2.94	c 3	Heap : 73 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.10/3.23	c 3	Encoding CSP to SAT : HOME/temp.cnf
3.10/3.27	c 3	29 (10%) CSP integer variables are encoded (696 clauses, 7512 bytes)
3.10/3.27	c 3	58 (20%) CSP integer variables are encoded (1392 clauses, 16033 bytes)
3.10/3.27	c 3	87 (30%) CSP integer variables are encoded (2088 clauses, 25081 bytes)
3.10/3.28	c 3	116 (40%) CSP integer variables are encoded (2784 clauses, 34129 bytes)
3.10/3.28	c 3	144 (50%) CSP integer variables are encoded (3456 clauses, 42865 bytes)
3.10/3.28	c 3	173 (60%) CSP integer variables are encoded (4152 clauses, 51913 bytes)
3.10/3.29	c 3	202 (70%) CSP integer variables are encoded (4848 clauses, 60961 bytes)
3.10/3.29	c 3	231 (80%) CSP integer variables are encoded (5544 clauses, 70009 bytes)
3.10/3.29	c 3	260 (90%) CSP integer variables are encoded (6240 clauses, 79057 bytes)
3.10/3.30	c 3	288 (100%) CSP integer variables are encoded (6912 clauses, 87793 bytes)
51.17/51.37	c 51	4 (10%) CSP clauses are encoded (238164 clauses, 23204018 bytes)
88.04/88.29	c 88	7 (20%) CSP clauses are encoded (411603 clauses, 41244311 bytes)
136.91/137.13	c 137	11 (30%) CSP clauses are encoded (642855 clauses, 65298035 bytes)
173.98/174.21	c 174	14 (40%) CSP clauses are encoded (816294 clauses, 83338328 bytes)
210.05/210.30	c 210	17 (50%) CSP clauses are encoded (989733 clauses, 101378621 bytes)
229.44/229.79	c 230	21 (60%) CSP clauses are encoded (1115751 clauses, 113925404 bytes)
236.53/236.81	c 237	24 (70%) CSP clauses are encoded (1183956 clauses, 121751330 bytes)
245.72/246.09	c 246	28 (80%) CSP clauses are encoded (1274896 clauses, 132185898 bytes)
252.72/253.08	c 253	31 (90%) CSP clauses are encoded (1343101 clauses, 140011824 bytes)
260.12/260.49	c 260	34 (100%) CSP clauses are encoded (1411306 clauses, 147837750 bytes)
260.12/260.49	c 260	34 CSP clauses encoded
260.12/260.49	c 260	Writing map file : HOME/temp.map
260.21/260.50	c 260	Heap : 88 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
260.21/260.50	c 260	SAT : 7200 SAT variables, 1411306 SAT clauses, 147837750 bytes
260.21/260.50	c 260	Heap : 88 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
260.21/260.55	c 260	SOLVING HOME/temp.cnf
260.21/260.55	c 260	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
260.21/260.56	c 260	This is MiniSat 2.0 beta
260.21/260.56	c 260	WARNING: for repeatability, setting FPU to use double precision
260.21/260.56	c 260	============================[ Problem Statistics ]=============================
260.21/260.56	c 260	|                                                                             |
260.21/260.56	c 260	|  Number of variables:  7200                                                 |
260.21/260.56	c 260	|  Number of clauses:    1411306                                              |
263.25/263.67	c 263	|  Parsing time:         2.77         s                                       |
263.46/263.83	c 264	============================[ Search Statistics ]==============================
263.46/263.83	c 264	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
263.46/263.83	c 264	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
263.46/263.83	c 264	===============================================================================
263.46/263.83	c 264	|         0 |    7200  1411306 27383560 |   470435        0    nan |  0.000 % |
263.46/263.89	c 264	|       101 |    7196  1411306 27383560 |   517478       97      7 |  0.056 % |
263.65/264.07	c 264	|       251 |    7194  1411306 27383560 |   569226      245      8 |  0.083 % |
263.75/264.11	c 264	|       476 |    7194  1411306 27383560 |   626149      470      7 |  0.083 % |
263.85/264.21	c 264	|       813 |    7194  1411306 27383560 |   688764      807      8 |  0.083 % |
263.85/264.30	c 264	|      1320 |    7194  1411306 27383560 |   757640     1314      9 |  0.083 % |
264.05/264.41	c 264	|      2079 |    7194  1411306 27383560 |   833404     2073      8 |  0.083 % |
264.25/264.69	c 264	|      3218 |    7194  1411306 27383560 |   916745     3212      9 |  0.083 % |
264.55/264.93	c 265	|      4926 |    7194  1411306 27383560 |  1008419     4920      9 |  0.083 % |
265.04/265.42	c 265	|      7489 |    7194  1411306 27383560 |  1109261     7483     10 |  0.083 % |
265.93/266.37	c 266	|     11333 |    7193  1411306 27383560 |  1220188    11326     10 |  0.097 % |
266.82/267.21	c 267	|     17101 |    7192  1411306 27383560 |  1342206    17093     10 |  0.111 % |
269.69/270.10	c 270	|     25750 |    7191  1411306 27383560 |  1476427    25741     11 |  0.125 % |
272.17/272.60	c 272	|     38724 |    7190  1411306 27383560 |  1624070    38714     11 |  0.139 % |
279.10/279.60	c 279	|     58185 |    7190  1411306 27383560 |  1786477    58175     11 |  0.139 % |
286.24/286.86	c 287	|     87377 |    7189  1411306 27383560 |  1965125    87366     11 |  0.153 % |
303.68/304.47	c 304	|    131167 |    7189  1411306 27383560 |  2161637   131156     11 |  0.153 % |
361.82/363.11	c 363	|    196851 |    7187  1411306 27383560 |  2377801   196838     12 |  0.181 % |
528.93/531.84	c 532	|    295378 |    7187  1411306 27383560 |  2615581   295365     14 |  0.181 % |
1003.64/1010.84	c 1011	|    443167 |    7187  1411306 27383560 |  2877139   443154     16 |  0.181 % |
1800.10/1807.61	c ERROR INTERRUPTED
1800.10/1807.65	s UNKNOWN
1800.10/1807.65	c 1807	CPU 258.85 (0.03 0.01 258.82 1.4)
1800.10/1807.65	c 1807	END Fri Jul  4 10:38:36 2008

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

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-1069146-1215158909/watcher-1069146-1215158909 -o /tmp/evaluation-result-1069146-1215158909/solver-1069146-1215158909 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1069146-1215158909.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.01 4/72 13418
/proc/meminfo: memFree=1858072/2055920 swapFree=4180256/4192956
[pid=13418] ppid=13416 vsize=12268 CPUtime=0
/proc/13418/stat : 13418 (sugar) R 13416 13418 10343 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 1994865035 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 272467982949 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/13418/statm: 3067 316 241 3 0 167 0

[startup+0.110894 s]
/proc/loadavg: 2.08 2.03 2.01 4/72 13418
/proc/meminfo: memFree=1858072/2055920 swapFree=4180256/4192956
[pid=13418] ppid=13416 vsize=13600 CPUtime=0.03
/proc/13418/stat : 13418 (sugar) S 13416 13418 10343 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1994865035 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13418/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.201906 s]
/proc/loadavg: 2.08 2.03 2.01 4/72 13418
/proc/meminfo: memFree=1858072/2055920 swapFree=4180256/4192956
[pid=13418] ppid=13416 vsize=13600 CPUtime=0.03
/proc/13418/stat : 13418 (sugar) S 13416 13418 10343 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1994865035 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13418/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301926 s]
/proc/loadavg: 2.08 2.03 2.01 4/72 13418
/proc/meminfo: memFree=1858072/2055920 swapFree=4180256/4192956
[pid=13418] ppid=13416 vsize=13600 CPUtime=0.03
/proc/13418/stat : 13418 (sugar) S 13416 13418 10343 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1994865035 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13418/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701981 s]
/proc/loadavg: 2.08 2.03 2.01 4/72 13418
/proc/meminfo: memFree=1858072/2055920 swapFree=4180256/4192956
[pid=13418] ppid=13416 vsize=13600 CPUtime=0.36
/proc/13418/stat : 13418 (sugar) S 13416 13418 10343 0 -1 4194304 973 4698 0 1 3 0 31 2 16 0 1 0 1994865035 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13418/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 13600

[startup+1.5021 s]
/proc/loadavg: 2.08 2.03 2.01 4/83 13440
/proc/meminfo: memFree=1845504/2055920 swapFree=4180256/4192956
[pid=13418] ppid=13416 vsize=13600 CPUtime=0.37
/proc/13418/stat : 13418 (sugar) S 13416 13418 10343 0 -1 4194304 973 4698 0 1 3 1 31 2 15 0 1 0 1994865035 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13418/statm: 3400 797 370 3 0 500 0
[pid=13431] ppid=13418 vsize=5356 CPUtime=0
/proc/13431/stat : 13431 (sh) S 13418 13418 10343 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1994865078 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13431/statm: 1339 233 193 169 0 50 0
[pid=13432] ppid=13431 vsize=864200 CPUtime=1.05
/proc/13432/stat : 13432 (java) S 13431 13418 10343 0 -1 0 9528 0 1 0 101 4 0 0 18 0 9 0 1994865078 884940800 8750 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13432/statm: 216050 8750 2540 9 0 210625 0
[pid=13432/tid=13433] ppid=13431 vsize=864200 CPUtime=0.64
/proc/13432/task/13433/stat : 13433 (java) R 13431 13418 10343 0 -1 64 2760 0 1 0 63 1 0 0 20 0 9 0 1994865079 884940800 8750 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13432/tid=13434] ppid=13431 vsize=864200 CPUtime=0.32
/proc/13432/task/13434/stat : 13434 (java) R 13431 13418 10343 0 -1 64 5742 0 0 0 30 2 0 0 17 0 9 0 1994865080 884940800 8750 996147200 134512640 134550740 4294955952 18446744073709551615 102516792 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13432/tid=13435] ppid=13431 vsize=864200 CPUtime=0
/proc/13432/task/13435/stat : 13435 (java) S 13431 13418 10343 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1994865080 884940800 8750 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13432/tid=13436] ppid=13431 vsize=864200 CPUtime=0
/proc/13432/task/13436/stat : 13436 (java) S 13431 13418 10343 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1994865080 884940800 8750 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13432/tid=13437] ppid=13431 vsize=864200 CPUtime=0
/proc/13432/task/13437/stat : 13437 (java) S 13431 13418 10343 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1994865082 884940800 8750 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13432/tid=13438] ppid=13431 vsize=864200 CPUtime=0.07
/proc/13432/task/13438/stat : 13438 (java) S 13431 13418 10343 0 -1 64 332 0 0 0 7 0 0 0 16 0 9 0 1994865082 884940800 8750 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13432/tid=13439] ppid=13431 vsize=864200 CPUtime=0
/proc/13432/task/13439/stat : 13439 (java) S 13431 13418 10343 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1994865082 884940800 8750 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13432/tid=13440] ppid=13431 vsize=864200 CPUtime=0
/proc/13432/task/13440/stat : 13440 (java) S 13431 13418 10343 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1994865082 884940800 8750 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 883156

[startup+3.10135 s]
/proc/loadavg: 2.15 2.05 2.01 4/83 13440
/proc/meminfo: memFree=1806848/2055920 swapFree=4180256/4192956
[pid=13418] ppid=13416 vsize=13600 CPUtime=0.37
/proc/13418/stat : 13418 (sugar) S 13416 13418 10343 0 -1 4194304 974 4698 0 1 3 1 31 2 16 0 1 0 1994865035 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13418/statm: 3400 797 370 3 0 500 0
[pid=13431] ppid=13418 vsize=5356 CPUtime=0
/proc/13431/stat : 13431 (sh) S 13418 13418 10343 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1994865078 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13431/statm: 1339 233 193 169 0 50 0
[pid=13432] ppid=13431 vsize=864384 CPUtime=2.63
/proc/13432/stat : 13432 (java) S 13431 13418 10343 0 -1 0 22851 0 1 0 252 11 0 0 18 0 9 0 1994865078 885129216 22009 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13432/statm: 216096 22009 2540 9 0 210671 0
[pid=13432/tid=13433] ppid=13431 vsize=864384 CPUtime=1.01
/proc/13432/task/13433/stat : 13433 (java) R 13431 13418 10343 0 -1 64 3460 0 1 0 99 2 0 0 23 0 9 0 1994865079 885129216 22009 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13432/tid=13434] ppid=13431 vsize=864384 CPUtime=1.53
/proc/13432/task/13434/stat : 13434 (java) R 13431 13418 10343 0 -1 64 18363 0 0 0 145 8 0 0 18 0 9 0 1994865080 885129216 22009 996147200 134512640 134550740 4294955952 18446744073709551615 104181382 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13432/tid=13435] ppid=13431 vsize=864384 CPUtime=0
/proc/13432/task/13435/stat : 13435 (java) S 13431 13418 10343 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1994865080 885129216 22009 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13432/tid=13436] ppid=13431 vsize=864384 CPUtime=0
/proc/13432/task/13436/stat : 13436 (java) S 13431 13418 10343 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1994865080 885129216 22009 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13432/tid=13437] ppid=13431 vsize=864384 CPUtime=0
/proc/13432/task/13437/stat : 13437 (java) S 13431 13418 10343 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1994865082 885129216 22009 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13432/tid=13438] ppid=13431 vsize=864384 CPUtime=0.07
/proc/13432/task/13438/stat : 13438 (java) S 13431 13418 10343 0 -1 64 334 0 0 0 7 0 0 0 16 0 9 0 1994865082 885129216 22009 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13432/tid=13439] ppid=13431 vsize=864384 CPUtime=0
/proc/13432/task/13439/stat : 13439 (java) S 13431 13418 10343 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1994865082 885129216 22009 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13432/tid=13440] ppid=13431 vsize=864384 CPUtime=0
/proc/13432/task/13440/stat : 13440 (java) S 13431 13418 10343 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1994865082 885129216 22009 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 883340

[startup+6.3028 s]
/proc/loadavg: 2.15 2.05 2.01 3/83 13440
/proc/meminfo: memFree=1766144/2055920 swapFree=4180256/4192956
[pid=13418] ppid=13416 vsize=13600 CPUtime=0.37
/proc/13418/stat : 13418 (sugar) S 13416 13418 10343 0 -1 4194304 974 4698 0 1 3 1 31 2 16 0 1 0 1994865035 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13418/statm: 3400 797 370 3 0 500 0
[pid=13431] ppid=13418 vsize=5356 CPUtime=0
/proc/13431/stat : 13431 (sh) S 13418 13418 10343 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1994865078 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13431/statm: 1339 233 193 169 0 50 0
[pid=13432] ppid=13431 vsize=864312 CPUtime=5.84
/proc/13432/stat : 13432 (java) S 13431 13418 10343 0 -1 0 25699 0 1 0 571 13 0 0 18 0 9 0 1994865078 885055488 24808 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13432/statm: 216078 24808 2564 9 0 210625 0
[pid=13432/tid=13433] ppid=13431 vsize=864312 CPUtime=4
/proc/13432/task/13433/stat : 13433 (java) R 13431 13418 10343 0 -1 64 4002 0 1 0 398 2 0 0 25 0 9 0 1994865079 885055488 24808 996147200 134512640 134550740 4294955952 18446744073709551615 4126626283 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13432/tid=13434] ppid=13431 vsize=864312 CPUtime=1.7
/proc/13432/task/13434/stat : 13434 (java) S 13431 13418 10343 0 -1 64 20650 0 0 0 161 9 0 0 16 0 9 0 1994865080 885055488 24808 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13432/tid=13435] ppid=13431 vsize=864312 CPUtime=0
/proc/13432/task/13435/stat : 13435 (java) S 13431 13418 10343 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1994865080 885055488 24808 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13432/tid=13436] ppid=13431 vsize=864312 CPUtime=0
/proc/13432/task/13436/stat : 13436 (java) S 13431 13418 10343 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1994865080 885055488 24808 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13432/tid=13437] ppid=13431 vsize=864312 CPUtime=0
/proc/13432/task/13437/stat : 13437 (java) S 13431 13418 10343 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1994865082 885055488 24808 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13432/tid=13438] ppid=13431 vsize=864312 CPUtime=0.09
/proc/13432/task/13438/stat : 13438 (java) S 13431 13418 10343 0 -1 64 353 0 0 0 9 0 0 0 16 0 9 0 1994865082 885055488 24808 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13432/tid=13439] ppid=13431 vsize=864312 CPUtime=0
/proc/13432/task/13439/stat : 13439 (java) S 13431 13418 10343 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1994865082 885055488 24808 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13432/tid=13440] ppid=13431 vsize=864312 CPUtime=0
/proc/13432/task/13440/stat : 13440 (java) S 13431 13418 10343 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1994865082 885055488 24808 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 883268

[startup+12.7017 s]
/proc/loadavg: 2.13 2.04 2.01 3/83 13440
/proc/meminfo: memFree=1758848/2055920 swapFree=4180256/4192956
[pid=13418] ppid=13416 vsize=13600 CPUtime=0.37
/proc/13418/stat : 13418 (sugar) S 13416 13418 10343 0 -1 4194304 974 4698 0 1 3 1 31 2 16 0 1 0 1994865035 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13418/statm: 3400 797 370 3 0 500 0
[pid=13431] ppid=13418 vsize=5356 CPUtime=0
/proc/13431/stat : 13431 (sh) S 13418 13418 10343 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1994865078 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13431/statm: 1339 233 193 169 0 50 0
[pid=13432] ppid=13431 vsize=864312 CPUtime=12.23
/proc/13432/stat : 13432 (java) S 13431 13418 10343 0 -1 0 27594 0 1 0 1210 13 0 0 18 0 9 0 1994865078 885055488 26679 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13432/statm: 216078 26679 2564 9 0 210625 0
[pid=13432/tid=13433] ppid=13431 vsize=864312 CPUtime=10.31
/proc/13432/task/13433/stat : 13433 (java) R 13431 13418 10343 0 -1 64 4026 0 1 0 1029 2 0 0 25 0 9 0 1994865079 885055488 26679 996147200 134512640 134550740 4294955952 18446744073709551615 4126570125 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13432/tid=13434] ppid=13431 vsize=864312 CPUtime=1.8
/proc/13432/task/13434/stat : 13434 (java) S 13431 13418 10343 0 -1 64 22521 0 0 0 170 10 0 0 16 0 9 0 1994865080 885055488 26679 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13432/tid=13435] ppid=13431 vsize=864312 CPUtime=0
/proc/13432/task/13435/stat : 13435 (java) S 13431 13418 10343 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1994865080 885055488 26679 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13432/tid=13436] ppid=13431 vsize=864312 CPUtime=0
/proc/13432/task/13436/stat : 13436 (java) S 13431 13418 10343 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1994865080 885055488 26679 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13432/tid=13437] ppid=13431 vsize=864312 CPUtime=0
/proc/13432/task/13437/stat : 13437 (java) S 13431 13418 10343 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1994865082 885055488 26679 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13432/tid=13438] ppid=13431 vsize=864312 CPUtime=0.09
/proc/13432/task/13438/stat : 13438 (java) S 13431 13418 10343 0 -1 64 353 0 0 0 9 0 0 0 16 0 9 0 1994865082 885055488 26679 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13432/tid=13439] ppid=13431 vsize=864312 CPUtime=0
/proc/13432/task/13439/stat : 13439 (java) S 13431 13418 10343 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1994865082 885055488 26679 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13432/tid=13440] ppid=13431 vsize=864312 CPUtime=0
/proc/13432/task/13440/stat : 13440 (java) S 13431 13418 10343 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1994865082 885055488 26679 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 883268

[startup+25.5026 s]
/proc/loadavg: 2.11 2.04 2.01 3/83 13440
/proc/meminfo: memFree=1741504/2055920 swapFree=4180256/4192956
[pid=13418] ppid=13416 vsize=13600 CPUtime=0.37
/proc/13418/stat : 13418 (sugar) S 13416 13418 10343 0 -1 4194304 974 4698 0 1 3 1 31 2 16 0 1 0 1994865035 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13418/statm: 3400 797 370 3 0 500 0
[pid=13431] ppid=13418 vsize=5356 CPUtime=0
/proc/13431/stat : 13431 (sh) S 13418 13418 10343 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1994865078 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13431/statm: 1339 233 193 169 0 50 0
[pid=13432] ppid=13431 vsize=864312 CPUtime=25.02
/proc/13432/stat : 13432 (java) S 13431 13418 10343 0 -1 0 30478 0 1 0 2483 19 0 0 18 0 9 0 1994865078 885055488 29503 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13432/statm: 216078 29503 2564 9 0 210625 0
[pid=13432/tid=13433] ppid=13431 vsize=864312 CPUtime=22.92
/proc/13432/task/13433/stat : 13433 (java) R 13431 13418 10343 0 -1 64 4086 0 1 0 2286 6 0 0 25 0 9 0 1994865079 885055488 29503 996147200 134512640 134550740 4294955952 18446744073709551615 4126621015 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13432/tid=13434] ppid=13431 vsize=864312 CPUtime=1.97
/proc/13432/task/13434/stat : 13434 (java) S 13431 13418 10343 0 -1 64 25341 0 0 0 185 12 0 0 16 0 9 0 1994865080 885055488 29503 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13432/tid=13435] ppid=13431 vsize=864312 CPUtime=0
/proc/13432/task/13435/stat : 13435 (java) S 13431 13418 10343 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1994865080 885055488 29503 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13432/tid=13436] ppid=13431 vsize=864312 CPUtime=0
/proc/13432/task/13436/stat : 13436 (java) S 13431 13418 10343 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1994865080 885055488 29503 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/meminfo: memFree=1419520/2055920 swapFree=4180256/4192956
[pid=13418] ppid=13416 vsize=13600 CPUtime=260.26
/proc/13418/stat : 13418 (sugar) S 13416 13418 10343 0 -1 4194304 1033 71095 0 2 3 1 25882 140 16 0 1 0 1994865035 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13418/statm: 3400 799 370 3 0 500 0
[pid=13441] ppid=13418 vsize=5356 CPUtime=0
/proc/13441/stat : 13441 (sh) S 13418 13418 10343 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1994891091 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13441/statm: 1339 232 193 169 0 50 0
[pid=13442] ppid=13441 vsize=223040 CPUtime=1094.73
/proc/13442/stat : 13442 (minisat) R 13441 13418 10343 0 -1 4194304 54879 0 0 0 109426 47 0 0 25 0 1 0 1994891091 228392960 54865 996147200 134512640 135127466 4294956272 18446744073709551615 134530796 0 0 4096 3 0 0 0 17 0 0 0
/proc/13442/statm: 55760 54865 76 150 0 55607 0
Current children cumulated CPU time (s) 1354.99
Current children cumulated vsize (KiB) 241996

[startup+1422.3 s]
/proc/loadavg: 2.08 2.02 2.01 3/83 13480
/proc/meminfo: memFree=1418304/2055920 swapFree=4180256/4192956
[pid=13418] ppid=13416 vsize=13600 CPUtime=260.26
/proc/13418/stat : 13418 (sugar) S 13416 13418 10343 0 -1 4194304 1033 71095 0 2 3 1 25882 140 16 0 1 0 1994865035 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13418/statm: 3400 799 370 3 0 500 0
[pid=13441] ppid=13418 vsize=5356 CPUtime=0
/proc/13441/stat : 13441 (sh) S 13418 13418 10343 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1994891091 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13441/statm: 1339 232 193 169 0 50 0
[pid=13442] ppid=13441 vsize=224252 CPUtime=1154.71
/proc/13442/stat : 13442 (minisat) R 13441 13418 10343 0 -1 4194304 55174 0 0 0 115423 48 0 0 25 0 1 0 1994891091 229634048 55160 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/13442/statm: 56063 55160 76 150 0 55910 0
Current children cumulated CPU time (s) 1414.97
Current children cumulated vsize (KiB) 243208

[startup+1482.3 s]
/proc/loadavg: 2.15 2.04 2.01 3/83 13480
/proc/meminfo: memFree=1417408/2055920 swapFree=4180256/4192956
[pid=13418] ppid=13416 vsize=13600 CPUtime=260.26
/proc/13418/stat : 13418 (sugar) S 13416 13418 10343 0 -1 4194304 1033 71095 0 2 3 1 25882 140 16 0 1 0 1994865035 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13418/statm: 3400 799 370 3 0 500 0
[pid=13441] ppid=13418 vsize=5356 CPUtime=0
/proc/13441/stat : 13441 (sh) S 13418 13418 10343 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1994891091 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13441/statm: 1339 232 193 169 0 50 0
[pid=13442] ppid=13441 vsize=225068 CPUtime=1214.68
/proc/13442/stat : 13442 (minisat) R 13441 13418 10343 0 -1 4194304 55391 0 0 0 121420 48 0 0 25 0 1 0 1994891091 230469632 55377 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/13442/statm: 56267 55377 76 150 0 56114 0
Current children cumulated CPU time (s) 1474.94
Current children cumulated vsize (KiB) 244024

[startup+1542.31 s]
/proc/loadavg: 2.11 2.05 2.01 3/83 13480
/proc/meminfo: memFree=1416448/2055920 swapFree=4180256/4192956
[pid=13418] ppid=13416 vsize=13600 CPUtime=260.26
/proc/13418/stat : 13418 (sugar) S 13416 13418 10343 0 -1 4194304 1033 71095 0 2 3 1 25882 140 16 0 1 0 1994865035 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13418/statm: 3400 799 370 3 0 500 0
[pid=13441] ppid=13418 vsize=5356 CPUtime=0
/proc/13441/stat : 13441 (sh) S 13418 13418 10343 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1994891091 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13441/statm: 1339 232 193 169 0 50 0
[pid=13442] ppid=13441 vsize=225932 CPUtime=1274.65
/proc/13442/stat : 13442 (minisat) R 13441 13418 10343 0 -1 4194304 55593 0 0 0 127417 48 0 0 25 0 1 0 1994891091 231354368 55579 996147200 134512640 135127466 4294956272 18446744073709551615 134535144 0 0 4096 3 0 0 0 17 0 0 0
/proc/13442/statm: 56483 55579 76 150 0 56330 0
Current children cumulated CPU time (s) 1534.91
Current children cumulated vsize (KiB) 244888

[startup+1602.3 s]
/proc/loadavg: 2.04 2.04 2.00 3/83 13480
/proc/meminfo: memFree=1415552/2055920 swapFree=4180256/4192956
[pid=13418] ppid=13416 vsize=13600 CPUtime=260.26
/proc/13418/stat : 13418 (sugar) S 13416 13418 10343 0 -1 4194304 1033 71095 0 2 3 1 25882 140 16 0 1 0 1994865035 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13418/statm: 3400 799 370 3 0 500 0
[pid=13441] ppid=13418 vsize=5356 CPUtime=0
/proc/13441/stat : 13441 (sh) S 13418 13418 10343 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1994891091 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13441/statm: 1339 232 193 169 0 50 0
[pid=13442] ppid=13441 vsize=226724 CPUtime=1334.62
/proc/13442/stat : 13442 (minisat) R 13441 13418 10343 0 -1 4194304 55807 0 0 0 133414 48 0 0 25 0 1 0 1994891091 232165376 55793 996147200 134512640 135127466 4294956272 18446744073709551615 134530783 0 0 4096 3 0 0 0 17 0 0 0
/proc/13442/statm: 56681 55793 76 150 0 56528 0
Current children cumulated CPU time (s) 1594.88
Current children cumulated vsize (KiB) 245680

[startup+1662.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/83 13480
/proc/meminfo: memFree=1414528/2055920 swapFree=4180256/4192956
[pid=13418] ppid=13416 vsize=13600 CPUtime=260.26
/proc/13418/stat : 13418 (sugar) S 13416 13418 10343 0 -1 4194304 1033 71095 0 2 3 1 25882 140 16 0 1 0 1994865035 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13418/statm: 3400 799 370 3 0 500 0
[pid=13441] ppid=13418 vsize=5356 CPUtime=0
/proc/13441/stat : 13441 (sh) S 13418 13418 10343 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1994891091 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13441/statm: 1339 232 193 169 0 50 0
[pid=13442] ppid=13441 vsize=227580 CPUtime=1394.61
/proc/13442/stat : 13442 (minisat) R 13441 13418 10343 0 -1 4194304 56028 0 0 0 139412 49 0 0 25 0 1 0 1994891091 233041920 56014 996147200 134512640 135127466 4294956272 18446744073709551615 134530772 0 0 4096 3 0 0 0 17 0 0 0
/proc/13442/statm: 56895 56014 76 150 0 56742 0
Current children cumulated CPU time (s) 1654.87
Current children cumulated vsize (KiB) 246536

[startup+1722.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/83 13480
/proc/meminfo: memFree=1412672/2055920 swapFree=4180256/4192956
[pid=13418] ppid=13416 vsize=13600 CPUtime=260.26
/proc/13418/stat : 13418 (sugar) S 13416 13418 10343 0 -1 4194304 1033 71095 0 2 3 1 25882 140 16 0 1 0 1994865035 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13418/statm: 3400 799 370 3 0 500 0
[pid=13441] ppid=13418 vsize=5356 CPUtime=0
/proc/13441/stat : 13441 (sh) S 13418 13418 10343 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1994891091 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13441/statm: 1339 232 193 169 0 50 0
[pid=13442] ppid=13441 vsize=229328 CPUtime=1454.57
/proc/13442/stat : 13442 (minisat) R 13441 13418 10343 0 -1 4194304 56465 0 0 0 145408 49 0 0 25 0 1 0 1994891091 234831872 56451 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/13442/statm: 57332 56451 76 150 0 57179 0
Current children cumulated CPU time (s) 1714.83
Current children cumulated vsize (KiB) 248284

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/83 13480
/proc/meminfo: memFree=1411456/2055920 swapFree=4180256/4192956
[pid=13418] ppid=13416 vsize=13600 CPUtime=260.26
/proc/13418/stat : 13418 (sugar) S 13416 13418 10343 0 -1 4194304 1033 71095 0 2 3 1 25882 140 16 0 1 0 1994865035 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13418/statm: 3400 799 370 3 0 500 0
[pid=13441] ppid=13418 vsize=5356 CPUtime=0
/proc/13441/stat : 13441 (sh) S 13418 13418 10343 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1994891091 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13441/statm: 1339 232 193 169 0 50 0
[pid=13442] ppid=13441 vsize=230548 CPUtime=1514.55
/proc/13442/stat : 13442 (minisat) R 13441 13418 10343 0 -1 4194304 56765 0 0 0 151405 50 0 0 25 0 1 0 1994891091 236081152 56751 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/13442/statm: 57637 56751 76 150 0 57484 0
Current children cumulated CPU time (s) 1774.81
Current children cumulated vsize (KiB) 249504



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1807.6 s]
/proc/loadavg: 2.00 2.01 2.00 3/83 13480
/proc/meminfo: memFree=1410688/2055920 swapFree=4180256/4192956
[pid=13418] ppid=13416 vsize=13600 CPUtime=260.26
/proc/13418/stat : 13418 (sugar) S 13416 13418 10343 0 -1 4194304 1033 71095 0 2 3 1 25882 140 16 0 1 0 1994865035 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13418/statm: 3400 799 370 3 0 500 0
[pid=13441] ppid=13418 vsize=5356 CPUtime=0
/proc/13441/stat : 13441 (sh) S 13418 13418 10343 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1994891091 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13441/statm: 1339 232 193 169 0 50 0
[pid=13442] ppid=13441 vsize=231344 CPUtime=1539.84
/proc/13442/stat : 13442 (minisat) R 13441 13418 10343 0 -1 4194304 56955 0 0 0 153934 50 0 0 25 0 1 0 1994891091 236896256 56941 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/13442/statm: 57836 56941 76 150 0 57683 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 250300

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1807.6 s]
/proc/loadavg: 2.00 2.01 2.00 3/83 13480
/proc/meminfo: memFree=1410688/2055920 swapFree=4180256/4192956
[pid=13418] ppid=13416 vsize=13600 CPUtime=260.26
/proc/13418/stat : 13418 (sugar) S 13416 13418 10343 0 -1 4194304 1033 71095 0 2 3 1 25882 140 16 0 1 0 1994865035 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13418/statm: 3400 799 370 3 0 500 0
[pid=13441] ppid=13418 vsize=5356 CPUtime=0
/proc/13441/stat : 13441 (sh) S 13418 13418 10343 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1994891091 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13441/statm: 1339 232 193 169 0 50 0
[pid=13442] ppid=13441 vsize=231344 CPUtime=1539.84
/proc/13442/stat : 13442 (minisat) R 13441 13418 10343 0 -1 4194304 56955 0 0 0 153934 50 0 0 25 0 1 0 1994891091 236896256 56941 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/13442/statm: 57836 56941 76 150 0 57683 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 250300

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 13418 and gives
#  childrusage.ru_utime.tv_sec=258
#  childrusage.ru_utime.tv_usec=866646
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=490773
# CPU time returned by wait4() is 260.357
# while last known CPU time is 1800.1
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1807.71
CPU time (s): 1800.1
CPU user time (s): 1798.19
CPU system time (s): 1.91
CPU usage (%): 99.5788
Max. virtual memory (cumulated for all children) (KiB): 896148

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 258.867
system time used= 1.49077
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 72472
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= 15994
involuntary context switches= 16652

runsolver used 2.11668 second user time and 6.12007 second system time

The end

Launcher Data (download as text)

Begin job on node22 at 2008-07-04 10:08:29
IDJOB=1069146
IDBENCH=55565
IDSOLVER=346
FILE ID=node22/1069146-1215158909
PBS_JOBID= 7877375
Free space on /tmp= 66556 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/ukVg/normalized-crossword-m1c-uk-vg16-18_ext.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1069146-1215158909/watcher-1069146-1215158909 -o /tmp/evaluation-result-1069146-1215158909/solver-1069146-1215158909 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1069146-1215158909.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= b9a123c3462c681e773444fb1d5bb234
RANDOM SEED=1726318161

node22.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.267
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.267
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:       1858552 kB
Buffers:         20864 kB
Cached:         102996 kB
SwapCached:       6564 kB
Active:         107088 kB
Inactive:        34376 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1858552 kB
SwapTotal:     4192956 kB
SwapFree:      4180256 kB
Dirty:            1476 kB
Writeback:           0 kB
Mapped:          25348 kB
Slab:            41040 kB
Committed_AS:  3391788 kB
PageTables:       2052 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= 66552 MiB
End job on node22 at 2008-07-04 10:38:38