Trace number 1041020

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.12 1816.06

General information on the benchmark

Namecsp/allsquaresUnsat/
normalized-squaresUnsat-31-31.xml
MD5SUMf269187d8547e6b596cfc3c60fb1cd1c
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.382941
Satisfiable
(Un)Satisfiability was proved
Number of variables1922
Number of constraints2328
Maximum constraint arity31
Maximum domain size102
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1861
Global constraints used (with number of constraints)cumulative(2),weightedsum(465)

Solver Data (download as text)

0.00/0.18	c 0	Sugar v1-13 + HOME/minisat
0.00/0.19	c 0	BEGIN Wed Jul  2 13:46:05 2008
0.00/0.19	c 0	PID 27170
0.04/0.20	c 0	HOST node21.alineos.net
0.04/0.20	c 0	CONVERTING HOME/instance-1041020-1214999164.xml TO HOME/temp.csp
0.04/0.20	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1041020-1214999164.xml' 'HOME/temp.csp'
0.95/1.25	c 1	32 domains, 1922 variables, 2 predicates, 0 relations, 2328 constraints
0.95/1.27	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.95/1.27	c 1	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'
1.00/1.35	c 1	Parsing HOME/temp.csp
1.00/1.62	c 1	parsed 4284 expressions
1.00/1.63	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.00/1.63	c 1	Converting to clausal form CSP
1.00/1.66	c 1	converted 429 (10%) expressions
1.00/1.66	c 1	converted 857 (20%) expressions
1.00/1.67	c 1	converted 1286 (30%) expressions
1.00/1.68	c 1	converted 1714 (40%) expressions
1.00/1.83	c 1	converted 2142 (50%) expressions
1.00/1.89	c 1	converted 2571 (60%) expressions
1.00/1.93	c 1	converted 2999 (70%) expressions
1.00/1.97	c 1	converted 3428 (80%) expressions
1.00/2.01	c 1	converted 3856 (90%) expressions
3.18/3.50	c 3	converted 4284 (100%) expressions
3.18/3.51	c 3	CSP : 14162 integers, 4268 booleans, 37334 clauses, largest domain size 257
3.18/3.51	c 3	Heap : 22 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.18/3.51	c 3	Propagation in CSP
3.38/3.73	c 3	63989 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.38/3.74	c 3	CSP : 14162 integers, 4268 booleans, 37334 clauses, largest domain size 103
3.38/3.74	c 3	Heap : 26 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.38/3.75	c 3	Simplifing CSP by introducing new Boolean variables
3.38/3.77	c 3	CSP : 14162 integers, 4268 booleans, 37334 clauses, largest domain size 103
3.38/3.77	c 3	Heap : 26 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.58/3.94	c 3	Encoding CSP to SAT : HOME/temp.cnf
3.58/3.98	c 3	1417 (10%) CSP integer variables are encoded (5198 clauses, 65447 bytes)
3.67/4.01	c 3	2833 (20%) CSP integer variables are encoded (21850 clauses, 309782 bytes)
3.67/4.04	c 4	4249 (30%) CSP integer variables are encoded (47640 clauses, 696632 bytes)
3.67/4.07	c 4	5665 (40%) CSP integer variables are encoded (72892 clauses, 1075412 bytes)
3.77/4.10	c 4	7081 (50%) CSP integer variables are encoded (97666 clauses, 1455977 bytes)
3.77/4.14	c 4	8498 (60%) CSP integer variables are encoded (121869 clauses, 1867428 bytes)
3.77/4.17	c 4	9914 (70%) CSP integer variables are encoded (147766 clauses, 2307677 bytes)
3.87/4.21	c 4	11330 (80%) CSP integer variables are encoded (173573 clauses, 2746396 bytes)
3.87/4.24	c 4	12746 (90%) CSP integer variables are encoded (198064 clauses, 3162743 bytes)
3.87/4.27	c 4	14162 (100%) CSP integer variables are encoded (222640 clauses, 3580535 bytes)
4.37/4.79	c 4	3734 (10%) CSP clauses are encoded (481828 clauses, 8244244 bytes)
6.15/6.51	c 6	7467 (20%) CSP clauses are encoded (1407233 clauses, 27545359 bytes)
7.64/8.05	c 8	11201 (30%) CSP clauses are encoded (2232760 clauses, 45037437 bytes)
9.20/9.61	c 9	14934 (40%) CSP clauses are encoded (3042697 clauses, 62199403 bytes)
10.68/11.14	c 11	18667 (50%) CSP clauses are encoded (3827794 clauses, 79360845 bytes)
12.67/13.14	c 13	22401 (60%) CSP clauses are encoded (4825305 clauses, 103378819 bytes)
14.47/15.23	c 15	26134 (70%) CSP clauses are encoded (5727470 clauses, 125157461 bytes)
16.04/16.84	c 16	29868 (80%) CSP clauses are encoded (6516829 clauses, 144208777 bytes)
17.63/18.40	c 18	33601 (90%) CSP clauses are encoded (7295710 clauses, 163000490 bytes)
19.39/20.26	c 20	37334 (100%) CSP clauses are encoded (8204192 clauses, 184868741 bytes)
19.39/20.26	c 20	37334 CSP clauses encoded
19.39/20.27	c 20	Writing map file : HOME/temp.map
19.49/20.33	c 20	Heap : 24 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
19.49/20.33	c 20	SAT : 240998 SAT variables, 8204192 SAT clauses, 184868741 bytes
19.49/20.33	c 20	Heap : 24 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
19.49/20.35	c 20	SOLVING HOME/temp.cnf
19.49/20.35	c 20	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
19.49/20.36	c 20	This is MiniSat 2.0 beta
19.49/20.36	c 20	WARNING: for repeatability, setting FPU to use double precision
19.49/20.36	c 20	============================[ Problem Statistics ]=============================
19.49/20.36	c 20	|                                                                             |
19.49/20.36	c 20	|  Number of variables:  240998                                               |
19.49/20.36	c 20	|  Number of clauses:    8204192                                              |
23.81/24.74	c 24	|  Parsing time:         3.71         s                                       |
24.00/24.95	c 24	============================[ Search Statistics ]==============================
24.00/24.95	c 24	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
24.00/24.95	c 24	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
24.00/24.95	c 24	===============================================================================
24.00/24.95	c 24	|         0 |  240998  8204192 24005242 |  2734730        0    nan |  0.000 % |
27.47/28.44	c 28	|       100 |  240998  8204192 24005242 |  3008203      100     48 |  0.000 % |
30.74/31.73	c 31	|       250 |  240998  8204192 24005242 |  3309024      250     50 |  0.000 % |
36.69/37.78	c 37	|       475 |  240998  8204192 24005242 |  3639926      475     48 |  0.000 % |
46.39/47.50	c 47	|       812 |  240998  8204192 24005242 |  4003919      812     49 |  0.000 % |
61.35/62.69	c 62	|      1319 |  240998  8204192 24005242 |  4404311     1319     44 |  0.000 % |
77.49/78.97	c 78	|      2078 |  240998  8204192 24005242 |  4844742     2078     50 |  0.000 % |
118.99/120.86	c 120	|      3217 |  240998  8204192 24005242 |  5329216     3217     51 |  0.000 % |
159.32/161.51	c 161	|      4926 |  240998  8204192 24005242 |  5862138     4926     51 |  0.000 % |
233.00/235.98	c 235	|      7488 |  240998  8204192 24005242 |  6448351     7488     57 |  0.000 % |
352.47/356.59	c 356	|     11334 |  240998  8204192 24005242 |  7093187    11334     63 |  0.000 % |
477.27/482.57	c 482	|     17101 |  240998  8204192 24005242 |  7802505    17101     67 |  0.000 % |
705.10/712.58	c 712	|     25750 |  240998  8204192 24005242 |  8582756    25750     62 |  0.000 % |
1074.15/1085.13	c 1085	|     38724 |  240998  8204192 24005242 |  9441031    38724     60 |  0.000 % |
1566.45/1582.11	c 1582	|     58187 |  240998  8204192 24005242 | 10385135    58187     62 |  0.000 % |
1800.07/1815.91	c ERROR INTERRUPTED
1800.07/1815.97	s UNKNOWN
1800.07/1815.97	c 1815	CPU 18.09 (0.03 0.01 18.06 1.44)
1800.07/1815.97	c 1815	END Wed Jul  2 14:16:20 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-1041020-1214999164/watcher-1041020-1214999164 -o /tmp/evaluation-result-1041020-1214999164/solver-1041020-1214999164 -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-1041020-1214999164.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: 3.02 2.76 2.10 4/72 27170
/proc/meminfo: memFree=1922184/2055920 swapFree=4180412/4192956
[pid=27170] ppid=27168 vsize=18572 CPUtime=0
/proc/27170/stat : 27170 (runsolver) R 27168 27170 26794 0 -1 4194368 15 0 0 0 0 0 0 0 19 0 1 0 1978890716 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 221236489511 0 0 4096 24578 0 0 0 17 1 0 0
/proc/27170/statm: 4643 292 257 25 0 2626 0

[startup+0.0930409 s]
/proc/loadavg: 3.02 2.76 2.10 4/72 27170
/proc/meminfo: memFree=1922184/2055920 swapFree=4180412/4192956
[pid=27170] ppid=27168 vsize=12272 CPUtime=0
/proc/27170/stat : 27170 (sugar) D 27168 27170 26794 0 -1 4194304 360 0 0 0 0 0 0 0 18 0 1 0 1978890716 12566528 328 996147200 4194304 4206940 548682068608 18446744073709551615 221236656741 0 0 4224 0 18446744071563608240 0 0 17 1 0 0
/proc/27170/statm: 3068 328 246 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.102041 s]
/proc/loadavg: 3.02 2.76 2.10 4/72 27170
/proc/meminfo: memFree=1922184/2055920 swapFree=4180412/4192956
[pid=27170] ppid=27168 vsize=12272 CPUtime=0
/proc/27170/stat : 27170 (sugar) D 27168 27170 26794 0 -1 4194304 362 0 0 0 0 0 0 0 18 0 1 0 1978890716 12566528 330 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 0 18446744071563608240 0 0 17 1 0 0
/proc/27170/statm: 3068 330 246 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.302086 s]
/proc/loadavg: 3.02 2.76 2.10 4/72 27170
/proc/meminfo: memFree=1922184/2055920 swapFree=4180412/4192956
[pid=27170] ppid=27168 vsize=13600 CPUtime=0.04
/proc/27170/stat : 27170 (sugar) S 27168 27170 26794 0 -1 4194304 900 127 0 0 3 1 0 0 18 0 1 0 1978890716 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27170/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701159 s]
/proc/loadavg: 3.02 2.76 2.10 4/72 27170
/proc/meminfo: memFree=1922184/2055920 swapFree=4180412/4192956
[pid=27170] ppid=27168 vsize=13600 CPUtime=0.04
/proc/27170/stat : 27170 (sugar) S 27168 27170 26794 0 -1 4194304 900 127 0 0 3 1 0 0 18 0 1 0 1978890716 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27170/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50131 s]
/proc/loadavg: 3.02 2.76 2.10 4/83 27182
/proc/meminfo: memFree=1907824/2055920 swapFree=4180412/4192956
[pid=27170] ppid=27168 vsize=13600 CPUtime=1
/proc/27170/stat : 27170 (sugar) S 27168 27170 26794 0 -1 4194304 973 6724 0 3 3 1 91 5 16 0 1 0 1978890716 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27170/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 1
Current children cumulated vsize (KiB) 13600

[startup+3.10262 s]
/proc/loadavg: 2.94 2.75 2.10 4/83 27192
/proc/meminfo: memFree=1902384/2055920 swapFree=4180412/4192956
[pid=27170] ppid=27168 vsize=13600 CPUtime=1
/proc/27170/stat : 27170 (sugar) S 27168 27170 26794 0 -1 4194304 974 6724 0 3 3 1 91 5 15 0 1 0 1978890716 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27170/statm: 3400 797 370 3 0 500 0
[pid=27183] ppid=27170 vsize=5356 CPUtime=0
/proc/27183/stat : 27183 (sh) S 27170 27170 26794 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1978890843 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27183/statm: 1339 233 193 169 0 50 0
[pid=27184] ppid=27183 vsize=868388 CPUtime=1.79
/proc/27184/stat : 27184 (java) S 27183 27170 26794 0 -1 0 11086 0 3 0 173 6 0 0 18 0 9 0 1978890844 889229312 10222 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27184/statm: 217097 10222 2541 9 0 211672 0
[pid=27184/tid=27185] ppid=27183 vsize=868388 CPUtime=1.11
/proc/27184/task/27185/stat : 27185 (java) R 27183 27170 26794 0 -1 64 2868 0 1 0 109 2 0 0 25 0 9 0 1978890845 889229312 10222 996147200 134512640 134550740 4294955952 18446744073709551615 4126615518 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27184/tid=27186] ppid=27183 vsize=868388 CPUtime=0.41
/proc/27184/task/27186/stat : 27186 (java) S 27183 27170 26794 0 -1 64 6024 0 0 0 39 2 0 0 16 0 9 0 1978890846 889229312 10222 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27184/tid=27187] ppid=27183 vsize=868388 CPUtime=0
/proc/27184/task/27187/stat : 27187 (java) S 27183 27170 26794 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1978890846 889229312 10222 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27184/tid=27188] ppid=27183 vsize=868388 CPUtime=0
/proc/27184/task/27188/stat : 27188 (java) S 27183 27170 26794 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1978890846 889229312 10222 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27184/tid=27189] ppid=27183 vsize=868388 CPUtime=0
/proc/27184/task/27189/stat : 27189 (java) S 27183 27170 26794 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1978890848 889229312 10222 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27184/tid=27190] ppid=27183 vsize=868388 CPUtime=0.24
/proc/27184/task/27190/stat : 27190 (java) S 27183 27170 26794 0 -1 64 1500 0 2 0 24 0 0 0 16 0 9 0 1978890848 889229312 10222 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27184/tid=27191] ppid=27183 vsize=868388 CPUtime=0
/proc/27184/task/27191/stat : 27191 (java) S 27183 27170 26794 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1978890848 889229312 10222 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27184/tid=27192] ppid=27183 vsize=868388 CPUtime=0
/proc/27184/task/27192/stat : 27192 (java) S 27183 27170 26794 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1978890848 889229312 10222 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.79
Current children cumulated vsize (KiB) 887344

[startup+6.30122 s]
/proc/loadavg: 2.94 2.75 2.10 3/83 27192
/proc/meminfo: memFree=1865712/2055920 swapFree=4180412/4192956
[pid=27170] ppid=27168 vsize=13600 CPUtime=1
/proc/27170/stat : 27170 (sugar) S 27168 27170 26794 0 -1 4194304 974 6724 0 3 3 1 91 5 15 0 1 0 1978890716 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27170/statm: 3400 797 370 3 0 500 0
[pid=27183] ppid=27170 vsize=5356 CPUtime=0
/proc/27183/stat : 27183 (sh) S 27170 27170 26794 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1978890843 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27183/statm: 1339 233 193 169 0 50 0
[pid=27184] ppid=27183 vsize=868500 CPUtime=4.95
/proc/27184/stat : 27184 (java) S 27183 27170 26794 0 -1 0 13249 0 3 0 472 23 0 0 18 0 9 0 1978890844 889344000 11820 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27184/statm: 217125 11820 2565 9 0 211672 0
[pid=27184/tid=27185] ppid=27183 vsize=868500 CPUtime=3.7
/proc/27184/task/27185/stat : 27185 (java) R 27183 27170 26794 0 -1 64 3289 0 1 0 354 16 0 0 25 0 9 0 1978890845 889344000 11820 996147200 134512640 134550740 4294955952 18446744073709551615 4126893461 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27184/tid=27186] ppid=27183 vsize=868500 CPUtime=0.9
/proc/27184/task/27186/stat : 27186 (java) S 27183 27170 26794 0 -1 64 7723 0 0 0 85 5 0 0 16 0 9 0 1978890846 889344000 11820 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27184/tid=27187] ppid=27183 vsize=868500 CPUtime=0
/proc/27184/task/27187/stat : 27187 (java) S 27183 27170 26794 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1978890846 889344000 11820 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27184/tid=27188] ppid=27183 vsize=868500 CPUtime=0
/proc/27184/task/27188/stat : 27188 (java) S 27183 27170 26794 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1978890846 889344000 11820 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27184/tid=27189] ppid=27183 vsize=868500 CPUtime=0
/proc/27184/task/27189/stat : 27189 (java) S 27183 27170 26794 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1978890848 889344000 11820 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27184/tid=27190] ppid=27183 vsize=868500 CPUtime=0.31
/proc/27184/task/27190/stat : 27190 (java) S 27183 27170 26794 0 -1 64 1543 0 2 0 31 0 0 0 16 0 9 0 1978890848 889344000 11820 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27184/tid=27191] ppid=27183 vsize=868500 CPUtime=0
/proc/27184/task/27191/stat : 27191 (java) S 27183 27170 26794 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1978890848 889344000 11820 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27184/tid=27192] ppid=27183 vsize=868500 CPUtime=0
/proc/27184/task/27192/stat : 27192 (java) S 27183 27170 26794 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1978890848 889344000 11820 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.95
Current children cumulated vsize (KiB) 887456

[startup+12.7024 s]
/proc/loadavg: 2.79 2.73 2.09 3/83 27192
/proc/meminfo: memFree=1792048/2055920 swapFree=4180412/4192956
[pid=27170] ppid=27168 vsize=13600 CPUtime=1
/proc/27170/stat : 27170 (sugar) S 27168 27170 26794 0 -1 4194304 974 6724 0 3 3 1 91 5 16 0 1 0 1978890716 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27170/statm: 3400 797 370 3 0 500 0
[pid=27183] ppid=27170 vsize=5356 CPUtime=0
/proc/27183/stat : 27183 (sh) S 27170 27170 26794 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1978890843 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27183/statm: 1339 233 193 169 0 50 0
[pid=27184] ppid=27183 vsize=868500 CPUtime=11.27
/proc/27184/stat : 27184 (java) S 27183 27170 26794 0 -1 0 13895 0 3 0 1052 75 0 0 18 0 9 0 1978890844 889344000 11821 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27184/statm: 217125 11821 2565 9 0 211672 0
[pid=27184/tid=27185] ppid=27183 vsize=868500 CPUtime=9.75
/proc/27184/task/27185/stat : 27185 (java) R 27183 27170 26794 0 -1 64 3934 0 1 0 911 64 0 0 25 0 9 0 1978890845 889344000 11821 996147200 134512640 134550740 4294955952 18446744073709551615 102064641 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27184/tid=27186] ppid=27183 vsize=868500 CPUtime=1.17
/proc/27184/task/27186/stat : 27186 (java) S 27183 27170 26794 0 -1 64 7723 0 0 0 108 9 0 0 16 0 9 0 1978890846 889344000 11821 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27184/tid=27187] ppid=27183 vsize=868500 CPUtime=0
/proc/27184/task/27187/stat : 27187 (java) S 27183 27170 26794 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1978890846 889344000 11821 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27184/tid=27188] ppid=27183 vsize=868500 CPUtime=0
/proc/27184/task/27188/stat : 27188 (java) S 27183 27170 26794 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1978890846 889344000 11821 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27184/tid=27189] ppid=27183 vsize=868500 CPUtime=0
/proc/27184/task/27189/stat : 27189 (java) S 27183 27170 26794 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1978890848 889344000 11821 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27184/tid=27190] ppid=27183 vsize=868500 CPUtime=0.31
/proc/27184/task/27190/stat : 27190 (java) S 27183 27170 26794 0 -1 64 1544 0 2 0 31 0 0 0 17 0 9 0 1978890848 889344000 11821 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27184/tid=27191] ppid=27183 vsize=868500 CPUtime=0
/proc/27184/task/27191/stat : 27191 (java) S 27183 27170 26794 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1978890848 889344000 11821 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27184/tid=27192] ppid=27183 vsize=868500 CPUtime=0
/proc/27184/task/27192/stat : 27192 (java) S 27183 27170 26794 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1978890848 889344000 11821 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.27
Current children cumulated vsize (KiB) 887456

[startup+25.5028 s]
/proc/loadavg: 2.74 2.72 2.10 3/75 27194
/proc/meminfo: memFree=1400496/2055920 swapFree=4180412/4192956
[pid=27170] ppid=27168 vsize=13600 CPUtime=19.53
/proc/27170/stat : 27170 (sugar) S 27168 27170 26794 0 -1 4194304 1033 21667 0 9 3 1 1806 143 15 0 1 0 1978890716 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27170/statm: 3400 799 370 3 0 500 0
[pid=27193] ppid=27170 vsize=5356 CPUtime=0
/proc/27193/stat : 27193 (sh) S 27170 27170 26794 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1978892752 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27193/statm: 1339 232 193 169 0 50 0
[pid=27194] ppid=27193 vsize=359304 CPUtime=5.07
/proc/27194/stat : 27194 (minisat) R 27193 27170 26794 0 -1 4194304 84935 0 0 0 444 63 0 0 25 0 1 0 1978892752 367927296 84921 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/27194/statm: 89826 84921 72 150 0 89673 0
Current children cumulated CPU time (s) 24.6
Current children cumulated vsize (KiB) 378260

[startup+51.1027 s]
/proc/loadavg: 2.49 2.66 2.09 3/75 27194
/proc/meminfo: memFree=1380848/2055920 swapFree=4180412/4192956
[pid=27170] ppid=27168 vsize=13600 CPUtime=19.53
/proc/27170/stat : 27170 (sugar) S 27168 27170 26794 0 -1 4194304 1033 21667 0 9 3 1 1806 143 16 0 1 0 1978890716 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27170/statm: 3400 799 370 3 0 500 0
[pid=27193] ppid=27170 vsize=5356 CPUtime=0
/proc/27193/stat : 27193 (sh) S 27170 27170 26794 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1978892752 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27193/statm: 1339 232 193 169 0 50 0
[pid=27194] ppid=27193 vsize=372772 CPUtime=30.43
/proc/27194/stat : 27194 (minisat) R 27193 27170 26794 0 -1 4194304 88264 0 0 0 2977 66 0 0 25 0 1 0 1978892752 381718528 88250 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/27194/statm: 93193 88250 76 150 0 93040 0
Current children cumulated CPU time (s) 49.96
Current children cumulated vsize (KiB) 391728

[startup+102.306 s]
/proc/loadavg: 2.19 2.55 2.09 3/75 27194
/proc/meminfo: memFree=1379376/2055920 swapFree=4180412/4192956
[pid=27170] ppid=27168 vsize=13600 CPUtime=19.53
/proc/27170/stat : 27170 (sugar) S 27168 27170 26794 0 -1 4194304 1033 21667 0 9 3 1 1806 143 16 0 1 0 1978890716 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27170/statm: 3400 799 370 3 0 500 0
[pid=27193] ppid=27170 vsize=5356 CPUtime=0
/proc/27193/stat : 27193 (sh) S 27170 27170 26794 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1978892752 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27193/statm: 1339 232 193 169 0 50 0
[pid=27194] ppid=27193 vsize=374620 CPUtime=81.14
/proc/27194/stat : 27194 (minisat) R 27193 27170 26794 0 -1 4194304 88714 0 0 0 8048 66 0 0 25 0 1 0 1978892752 383610880 88700 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/27194/statm: 93655 88700 76 150 0 93502 0

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

[pid=27193] ppid=27170 vsize=5356 CPUtime=0
/proc/27193/stat : 27193 (sh) S 27170 27170 26794 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1978892752 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27193/statm: 1339 232 193 169 0 50 0
[pid=27194] ppid=27193 vsize=395592 CPUtime=1388.64
/proc/27194/stat : 27194 (minisat) R 27193 27170 26794 0 -1 4194304 94026 0 0 0 138791 73 0 0 25 0 1 0 1978892752 405086208 94012 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/27194/statm: 98898 94012 76 150 0 98745 0
Current children cumulated CPU time (s) 1408.17
Current children cumulated vsize (KiB) 414548

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 27200
/proc/meminfo: memFree=1355056/2055920 swapFree=4180412/4192956
[pid=27170] ppid=27168 vsize=13600 CPUtime=19.53
/proc/27170/stat : 27170 (sugar) S 27168 27170 26794 0 -1 4194304 1033 21667 0 9 3 1 1806 143 16 0 1 0 1978890716 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27170/statm: 3400 799 370 3 0 500 0
[pid=27193] ppid=27170 vsize=5356 CPUtime=0
/proc/27193/stat : 27193 (sh) S 27170 27170 26794 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1978892752 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27193/statm: 1339 232 193 169 0 50 0
[pid=27194] ppid=27193 vsize=396516 CPUtime=1448.07
/proc/27194/stat : 27194 (minisat) R 27193 27170 26794 0 -1 4194304 94266 0 0 0 144733 74 0 0 25 0 1 0 1978892752 406032384 94252 996147200 134512640 135127466 4294956272 18446744073709551615 134530644 0 0 4096 3 0 0 0 17 1 0 0
/proc/27194/statm: 99129 94252 76 150 0 98976 0
Current children cumulated CPU time (s) 1467.6
Current children cumulated vsize (KiB) 415472

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 27200
/proc/meminfo: memFree=1354288/2055920 swapFree=4180412/4192956
[pid=27170] ppid=27168 vsize=13600 CPUtime=19.53
/proc/27170/stat : 27170 (sugar) S 27168 27170 26794 0 -1 4194304 1033 21667 0 9 3 1 1806 143 16 0 1 0 1978890716 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27170/statm: 3400 799 370 3 0 500 0
[pid=27193] ppid=27170 vsize=5356 CPUtime=0
/proc/27193/stat : 27193 (sh) S 27170 27170 26794 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1978892752 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27193/statm: 1339 232 193 169 0 50 0
[pid=27194] ppid=27193 vsize=397308 CPUtime=1507.5
/proc/27194/stat : 27194 (minisat) R 27193 27170 26794 0 -1 4194304 94467 0 0 0 150676 74 0 0 25 0 1 0 1978892752 406843392 94453 996147200 134512640 135127466 4294956272 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/27194/statm: 99327 94453 76 150 0 99174 0
Current children cumulated CPU time (s) 1527.03
Current children cumulated vsize (KiB) 416264

[startup+1602.3 s]
/proc/loadavg: 2.14 2.03 2.01 3/76 27536
/proc/meminfo: memFree=1353640/2055920 swapFree=4180412/4192956
[pid=27170] ppid=27168 vsize=13600 CPUtime=19.53
/proc/27170/stat : 27170 (sugar) S 27168 27170 26794 0 -1 4194304 1033 21667 0 9 3 1 1806 143 16 0 1 0 1978890716 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27170/statm: 3400 799 370 3 0 500 0
[pid=27193] ppid=27170 vsize=5356 CPUtime=0
/proc/27193/stat : 27193 (sh) S 27170 27170 26794 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1978892752 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27193/statm: 1339 232 193 169 0 50 0
[pid=27194] ppid=27193 vsize=398100 CPUtime=1567.03
/proc/27194/stat : 27194 (minisat) R 27193 27170 26794 0 -1 4194304 94672 0 0 0 156620 83 0 0 25 0 1 0 1978892752 407654400 94658 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27194/statm: 99525 94658 76 150 0 99372 0
Current children cumulated CPU time (s) 1586.56
Current children cumulated vsize (KiB) 417056

[startup+1662.3 s]
/proc/loadavg: 2.05 2.02 2.00 3/76 27536
/proc/meminfo: memFree=1353256/2055920 swapFree=4180412/4192956
[pid=27170] ppid=27168 vsize=13600 CPUtime=19.53
/proc/27170/stat : 27170 (sugar) S 27168 27170 26794 0 -1 4194304 1033 21667 0 9 3 1 1806 143 16 0 1 0 1978890716 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27170/statm: 3400 799 370 3 0 500 0
[pid=27193] ppid=27170 vsize=5356 CPUtime=0
/proc/27193/stat : 27193 (sh) S 27170 27170 26794 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1978892752 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27193/statm: 1339 232 193 169 0 50 0
[pid=27194] ppid=27193 vsize=399012 CPUtime=1627
/proc/27194/stat : 27194 (minisat) R 27193 27170 26794 0 -1 4194304 94854 0 0 0 162617 83 0 0 25 0 1 0 1978892752 408588288 94840 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27194/statm: 99753 94840 76 150 0 99600 0
Current children cumulated CPU time (s) 1646.53
Current children cumulated vsize (KiB) 417968

[startup+1722.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/76 27536
/proc/meminfo: memFree=1352360/2055920 swapFree=4180412/4192956
[pid=27170] ppid=27168 vsize=13600 CPUtime=19.53
/proc/27170/stat : 27170 (sugar) S 27168 27170 26794 0 -1 4194304 1033 21667 0 9 3 1 1806 143 16 0 1 0 1978890716 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27170/statm: 3400 799 370 3 0 500 0
[pid=27193] ppid=27170 vsize=5356 CPUtime=0
/proc/27193/stat : 27193 (sh) S 27170 27170 26794 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1978892752 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27193/statm: 1339 232 193 169 0 50 0
[pid=27194] ppid=27193 vsize=399672 CPUtime=1686.98
/proc/27194/stat : 27194 (minisat) R 27193 27170 26794 0 -1 4194304 95044 0 0 0 168614 84 0 0 25 0 1 0 1978892752 409264128 95030 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27194/statm: 99918 95030 76 150 0 99765 0
Current children cumulated CPU time (s) 1706.51
Current children cumulated vsize (KiB) 418628

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/76 27536
/proc/meminfo: memFree=1351464/2055920 swapFree=4180412/4192956
[pid=27170] ppid=27168 vsize=13600 CPUtime=19.53
/proc/27170/stat : 27170 (sugar) S 27168 27170 26794 0 -1 4194304 1033 21667 0 9 3 1 1806 143 16 0 1 0 1978890716 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27170/statm: 3400 799 370 3 0 500 0
[pid=27193] ppid=27170 vsize=5356 CPUtime=0
/proc/27193/stat : 27193 (sh) S 27170 27170 26794 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1978892752 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27193/statm: 1339 232 193 169 0 50 0
[pid=27194] ppid=27193 vsize=400464 CPUtime=1746.95
/proc/27194/stat : 27194 (minisat) R 27193 27170 26794 0 -1 4194304 95218 0 0 0 174611 84 0 0 25 0 1 0 1978892752 410075136 95204 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27194/statm: 100116 95204 76 150 0 99963 0
Current children cumulated CPU time (s) 1766.48
Current children cumulated vsize (KiB) 419420



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1815.9 s]
/proc/loadavg: 2.00 2.01 2.00 3/76 27536
/proc/meminfo: memFree=1350952/2055920 swapFree=4180412/4192956
[pid=27170] ppid=27168 vsize=13600 CPUtime=19.53
/proc/27170/stat : 27170 (sugar) S 27168 27170 26794 0 -1 4194304 1033 21667 0 9 3 1 1806 143 16 0 1 0 1978890716 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27170/statm: 3400 799 370 3 0 500 0
[pid=27193] ppid=27170 vsize=5356 CPUtime=0
/proc/27193/stat : 27193 (sh) S 27170 27170 26794 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1978892752 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27193/statm: 1339 232 193 169 0 50 0
[pid=27194] ppid=27193 vsize=400860 CPUtime=1780.54
/proc/27194/stat : 27194 (minisat) R 27193 27170 26794 0 -1 4194304 95339 0 0 0 177970 84 0 0 25 0 1 0 1978892752 410480640 95325 996147200 134512640 135127466 4294956272 18446744073709551615 134530573 0 0 4096 3 0 0 0 17 0 0 0
/proc/27194/statm: 100215 95325 76 150 0 100062 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 419816

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

[startup+1815.9 s]
/proc/loadavg: 2.00 2.01 2.00 3/76 27536
/proc/meminfo: memFree=1350952/2055920 swapFree=4180412/4192956
[pid=27170] ppid=27168 vsize=13600 CPUtime=19.53
/proc/27170/stat : 27170 (sugar) S 27168 27170 26794 0 -1 4194304 1033 21667 0 9 3 1 1806 143 16 0 1 0 1978890716 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27170/statm: 3400 799 370 3 0 500 0
[pid=27193] ppid=27170 vsize=5356 CPUtime=0
/proc/27193/stat : 27193 (sh) S 27170 27170 26794 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1978892752 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27193/statm: 1339 232 193 169 0 50 0
[pid=27194] ppid=27193 vsize=400860 CPUtime=1780.54
/proc/27194/stat : 27194 (minisat) R 27193 27170 26794 0 -1 4194304 95339 0 0 0 177970 84 0 0 25 0 1 0 1978892752 410480640 95325 996147200 134512640 135127466 4294956272 18446744073709551615 134530573 0 0 4096 3 0 0 0 17 0 0 0
/proc/27194/statm: 100215 95325 76 150 0 100062 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 419816

# WARNING:
# current cumulated CPU time (19.6 s) is less than in the last sample (1800.07 s)
# The time of a child was probably not reported to its father.
# (see the samples just above and below)
# Adding the difference (1780.47 s) to the 'lost time'.

[startup+1816.02 s]
/proc/loadavg: 2.00 2.01 2.00 4/76 27537
/proc/meminfo: memFree=1853456/2055920 swapFree=4180412/4192956
[pid=27170] ppid=27168 vsize=13600 CPUtime=19.6
/proc/27170/stat : 27170 (sugar) R 27168 27170 26794 0 -1 4194304 1069 21944 0 9 3 7 1806 144 17 0 1 0 1978890716 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 221236663337 0 0 4224 16386 0 0 0 17 0 0 0
/proc/27170/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 19.6
Current children cumulated vsize (KiB) 13600

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

[startup+1816.02 s]
/proc/loadavg: 2.00 2.01 2.00 4/76 27537
/proc/meminfo: memFree=1853456/2055920 swapFree=4180412/4192956
[pid=27170] ppid=27168 vsize=13600 CPUtime=19.6
/proc/27170/stat : 27170 (sugar) R 27168 27170 26794 0 -1 4194304 1069 21944 0 9 3 7 1806 144 17 0 1 0 1978890716 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 221236663337 0 0 4224 16386 0 0 0 17 0 0 0
/proc/27170/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 19.6
Current children cumulated vsize (KiB) 13600

Child status: 0

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 1780.47
#  lost CPU user time (s): 1779.7
#  lost CPU system time (s): 0.77

Real time (s): 1816.06
CPU time (s): 1800.12
CPU user time (s): 1797.81
CPU system time (s): 2.31976
CPU usage (%): 99.1227
Max. virtual memory (cumulated for all children) (KiB): 887848

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 18.1052
system time used= 1.54976
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23044
page faults= 9
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 14989
involuntary context switches= 15099

runsolver used 2.31065 second user time and 5.76512 second system time

The end

Launcher Data (download as text)

Begin job on node21 at 2008-07-02 13:46:04
IDJOB=1041020
IDBENCH=53764
IDSOLVER=346
FILE ID=node21/1041020-1214999164
PBS_JOBID= 7870880
Free space on /tmp= 66556 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/allsquaresUnsat/normalized-squaresUnsat-31-31.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-1041020-1214999164/watcher-1041020-1214999164 -o /tmp/evaluation-result-1041020-1214999164/solver-1041020-1214999164 -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-1041020-1214999164.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= f269187d8547e6b596cfc3c60fb1cd1c
RANDOM SEED=146061540

node21.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.263
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.263
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:       1922856 kB
Buffers:          2624 kB
Cached:          34872 kB
SwapCached:       5752 kB
Active:          66132 kB
Inactive:         4356 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1922856 kB
SwapTotal:     4192956 kB
SwapFree:      4180412 kB
Dirty:            1788 kB
Writeback:           0 kB
Mapped:          41408 kB
Slab:            47792 kB
Committed_AS:  3370512 kB
PageTables:       1808 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= 66556 MiB
End job on node21 at 2008-07-02 14:16:22