Trace number 1040930

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.22 1812.57

General information on the benchmark

Namecsp/allsquaresUnsat/
normalized-squaresUnsat-35-35.xml
MD5SUM35b05a83f382898243197cbd730ba6d5
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.546916
Satisfiable
(Un)Satisfiability was proved
Number of variables2450
Number of constraints2978
Maximum constraint arity35
Maximum domain size122
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2381
Global constraints used (with number of constraints)cumulative(2),weightedsum(595)

Solver Data (download as text)

0.00/0.14	c 0	Sugar v1-13 + HOME/minisat
0.00/0.15	c 0	BEGIN Wed Jul  2 13:43:02 2008
0.00/0.15	c 0	PID 31394
0.00/0.16	c 0	HOST node58.alineos.net
0.00/0.16	c 0	CONVERTING HOME/instance-1040930-1214998981.xml TO HOME/temp.csp
0.00/0.16	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1040930-1214998981.xml' 'HOME/temp.csp'
0.61/1.08	c 1	36 domains, 2450 variables, 2 predicates, 0 relations, 2978 constraints
0.61/1.09	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.61/1.09	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'
0.69/1.17	c 1	Parsing HOME/temp.csp
0.69/1.45	c 1	parsed 5466 expressions
0.69/1.56	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.69/1.56	c 1	Converting to clausal form CSP
0.69/1.59	c 1	converted 547 (10%) expressions
0.69/1.60	c 1	converted 1094 (20%) expressions
0.69/1.61	c 1	converted 1640 (30%) expressions
0.69/1.61	c 1	converted 2187 (40%) expressions
0.69/1.76	c 1	converted 2733 (50%) expressions
0.69/1.83	c 1	converted 3280 (60%) expressions
0.69/1.87	c 1	converted 3827 (70%) expressions
0.69/1.96	c 1	converted 4373 (80%) expressions
0.69/2.00	c 1	converted 4920 (90%) expressions
3.12/3.85	c 3	converted 5466 (100%) expressions
3.12/3.85	c 3	CSP : 19042 integers, 5932 booleans, 50560 clauses, largest domain size 325
3.12/3.85	c 3	Heap : 32 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.12/3.85	c 3	Propagation in CSP
3.52/4.27	c 4	107312 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.52/4.28	c 4	CSP : 19042 integers, 5932 booleans, 50560 clauses, largest domain size 123
3.52/4.28	c 4	Heap : 33 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.52/4.30	c 4	Simplifing CSP by introducing new Boolean variables
3.62/4.33	c 4	CSP : 19042 integers, 5932 booleans, 50560 clauses, largest domain size 123
3.62/4.33	c 4	Heap : 33 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.81/4.51	c 4	Encoding CSP to SAT : HOME/temp.cnf
3.85/4.71	c 4	1905 (10%) CSP integer variables are encoded (7122 clauses, 90455 bytes)
3.85/4.75	c 4	3809 (20%) CSP integer variables are encoded (36634 clauses, 532366 bytes)
3.85/4.80	c 4	5713 (30%) CSP integer variables are encoded (76786 clauses, 1134646 bytes)
3.95/4.85	c 4	7617 (40%) CSP integer variables are encoded (116938 clauses, 1783829 bytes)
4.06/4.90	c 4	9521 (50%) CSP integer variables are encoded (154360 clauses, 2420003 bytes)
4.06/4.95	c 4	11426 (60%) CSP integer variables are encoded (192682 clauses, 3071477 bytes)
4.15/5.01	c 4	13330 (70%) CSP integer variables are encoded (233091 clauses, 3758430 bytes)
4.15/5.06	c 5	15234 (80%) CSP integer variables are encoded (273243 clauses, 4441014 bytes)
4.25/5.11	c 5	17138 (90%) CSP integer variables are encoded (311715 clauses, 5095038 bytes)
4.25/5.16	c 5	19042 (100%) CSP integer variables are encoded (348927 clauses, 5727642 bytes)
5.04/6.02	c 5	5056 (10%) CSP clauses are encoded (756109 clauses, 13108099 bytes)
7.95/9.29	c 9	10112 (20%) CSP clauses are encoded (2533641 clauses, 50796052 bytes)
10.71/12.32	c 12	15168 (30%) CSP clauses are encoded (4018759 clauses, 82326905 bytes)
13.42/15.25	c 15	20224 (40%) CSP clauses are encoded (5459057 clauses, 116131401 bytes)
16.18/18.30	c 18	25280 (50%) CSP clauses are encoded (6907830 clauses, 151157891 bytes)
19.83/21.94	c 21	30336 (60%) CSP clauses are encoded (8743441 clauses, 195481972 bytes)
22.93/25.32	c 25	35392 (70%) CSP clauses are encoded (10351173 clauses, 234371898 bytes)
25.82/28.33	c 28	40448 (80%) CSP clauses are encoded (11841303 clauses, 270412269 bytes)
28.52/31.36	c 31	45504 (90%) CSP clauses are encoded (13249211 clauses, 304456281 bytes)
31.58/34.65	c 34	50560 (100%) CSP clauses are encoded (14868302 clauses, 343542645 bytes)
31.58/34.65	c 34	50560 CSP clauses encoded
31.58/34.66	c 34	Writing map file : HOME/temp.map
31.68/34.71	c 34	Heap : 34 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
31.68/34.72	c 34	SAT : 373813 SAT variables, 14868302 SAT clauses, 343542645 bytes
31.68/34.72	c 34	Heap : 34 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
31.68/34.77	c 34	SOLVING HOME/temp.cnf
31.68/34.77	c 34	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
31.68/34.78	c 34	This is MiniSat 2.0 beta
31.68/34.78	c 34	WARNING: for repeatability, setting FPU to use double precision
31.68/34.78	c 34	============================[ Problem Statistics ]=============================
31.68/34.78	c 34	|                                                                             |
31.68/34.79	c 34	|  Number of variables:  373813                                               |
31.68/34.79	c 34	|  Number of clauses:    14868302                                             |
39.18/42.37	c 42	|  Parsing time:         6.35         s                                       |
39.59/42.73	c 42	============================[ Search Statistics ]==============================
39.59/42.73	c 42	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
39.59/42.73	c 42	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
39.59/42.73	c 42	===============================================================================
39.59/42.73	c 42	|         0 |  373813 14868302 43654402 |  4956100        0    nan |  0.000 % |
45.42/48.73	c 48	|       101 |  373813 14868302 43654402 |  5451710      101     56 |  0.000 % |
55.12/58.88	c 58	|       252 |  373813 14868302 43654402 |  5996881      252     58 |  0.000 % |
72.03/75.81	c 75	|       477 |  373813 14868302 43654402 |  6596569      477     72 |  0.000 % |
86.46/90.32	c 90	|       815 |  373813 14868302 43654402 |  7256226      815     55 |  0.000 % |
108.65/112.64	c 112	|      1322 |  373813 14868302 43654402 |  7981849     1322     66 |  0.000 % |
168.55/172.81	c 172	|      2081 |  373813 14868302 43654402 |  8780034     2081     65 |  0.000 % |
222.68/227.25	c 227	|      3220 |  373813 14868302 43654402 |  9658038     3220     66 |  0.000 % |
330.94/336.07	c 336	|      4928 |  373813 14868302 43654402 | 10623841     4928     58 |  0.000 % |
470.24/476.14	c 476	|      7491 |  373813 14868302 43654402 | 11686226     7491     64 |  0.000 % |
660.11/666.98	c 666	|     11337 |  373813 14868302 43654402 | 12854848    11337     55 |  0.000 % |
1022.93/1031.52	c 1031	|     17103 |  373813 14868302 43654402 | 14140333    17103     76 |  0.000 % |
1496.99/1507.94	c 1507	|     25752 |  373813 14868302 43654402 | 15554366    25752     84 |  0.000 % |
1800.05/1812.32	c ERROR INTERRUPTED
1800.05/1812.41	s UNKNOWN
1800.05/1812.41	c 1812	CPU 29.24 (0.03 0.01 29.21 2.47)
1800.05/1812.41	c 1812	END Wed Jul  2 14:13:14 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-1040930-1214998981/watcher-1040930-1214998981 -o /tmp/evaluation-result-1040930-1214998981/solver-1040930-1214998981 -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-1040930-1214998981.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.27 2.31 1.96 4/83 31394
/proc/meminfo: memFree=1486912/2055920 swapFree=4156316/4192956
[pid=31394] ppid=31392 vsize=18572 CPUtime=0
/proc/31394/stat : 31394 (runsolver) D 31392 31394 30858 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 683864548 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 226238197031 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/31394/statm: 4643 292 257 25 0 2626 0

[startup+0.0816379 s]
/proc/loadavg: 2.27 2.31 1.96 4/83 31394
/proc/meminfo: memFree=1486912/2055920 swapFree=4156316/4192956
[pid=31394] ppid=31392 vsize=12272 CPUtime=0
/proc/31394/stat : 31394 (sugar) D 31392 31394 30858 0 -1 4194304 396 0 0 0 0 0 0 0 18 0 1 0 683864548 12566528 364 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/31394/statm: 3068 364 274 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.101636 s]
/proc/loadavg: 2.27 2.31 1.96 4/83 31394
/proc/meminfo: memFree=1486912/2055920 swapFree=4156316/4192956
[pid=31394] ppid=31392 vsize=12412 CPUtime=0
/proc/31394/stat : 31394 (sugar) D 31392 31394 30858 0 -1 4194304 425 0 0 0 0 0 0 0 18 0 1 0 683864548 12709888 393 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/31394/statm: 3103 393 275 3 0 203 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12412

[startup+0.301676 s]
/proc/loadavg: 2.27 2.31 1.96 4/83 31394
/proc/meminfo: memFree=1486912/2055920 swapFree=4156316/4192956
[pid=31394] ppid=31392 vsize=13600 CPUtime=0.04
/proc/31394/stat : 31394 (sugar) S 31392 31394 30858 0 -1 4194304 900 127 0 0 3 1 0 0 18 0 1 0 683864548 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31394/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701738 s]
/proc/loadavg: 2.27 2.31 1.96 4/83 31394
/proc/meminfo: memFree=1486912/2055920 swapFree=4156316/4192956
[pid=31394] ppid=31392 vsize=13600 CPUtime=0.04
/proc/31394/stat : 31394 (sugar) S 31392 31394 30858 0 -1 4194304 900 127 0 0 3 1 0 0 18 0 1 0 683864548 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31394/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50188 s]
/proc/loadavg: 2.27 2.31 1.96 3/94 31406
/proc/meminfo: memFree=1463464/2055920 swapFree=4156316/4192956
[pid=31394] ppid=31392 vsize=13600 CPUtime=0.69
/proc/31394/stat : 31394 (sugar) S 31392 31394 30858 0 -1 4194304 973 7094 0 3 3 1 61 4 15 0 1 0 683864548 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31394/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 13600

[startup+3.10214 s]
/proc/loadavg: 2.27 2.31 1.96 3/94 31416
/proc/meminfo: memFree=1446760/2055920 swapFree=4156316/4192956
[pid=31394] ppid=31392 vsize=13600 CPUtime=0.69
/proc/31394/stat : 31394 (sugar) S 31392 31394 30858 0 -1 4194304 974 7094 0 3 3 1 61 4 15 0 1 0 683864548 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31394/statm: 3400 797 370 3 0 500 0
[pid=31407] ppid=31394 vsize=5356 CPUtime=0
/proc/31407/stat : 31407 (sh) S 31394 31394 30858 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 683864658 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31407/statm: 1339 233 193 169 0 50 0
[pid=31408] ppid=31407 vsize=868372 CPUtime=1.87
/proc/31408/stat : 31408 (java) S 31407 31394 30858 0 -1 0 11539 0 2 0 179 8 0 0 18 0 9 0 683864658 889212928 10591 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31408/statm: 217093 10591 2541 9 0 211668 0
[pid=31408/tid=31409] ppid=31407 vsize=868372 CPUtime=1.1
/proc/31408/task/31409/stat : 31409 (java) R 31407 31394 30858 0 -1 64 2952 0 1 0 108 2 0 0 25 0 9 0 683864659 889212928 10591 996147200 134512640 134550740 4294955952 18446744073709551615 4126611233 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31408/tid=31410] ppid=31407 vsize=868372 CPUtime=0.53
/proc/31408/task/31410/stat : 31410 (java) S 31407 31394 30858 0 -1 64 6395 0 0 0 49 4 0 0 16 0 9 0 683864660 889212928 10591 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31408/tid=31411] ppid=31407 vsize=868372 CPUtime=0
/proc/31408/task/31411/stat : 31411 (java) S 31407 31394 30858 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 683864660 889212928 10591 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31408/tid=31412] ppid=31407 vsize=868372 CPUtime=0
/proc/31408/task/31412/stat : 31412 (java) S 31407 31394 30858 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 683864660 889212928 10591 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31408/tid=31413] ppid=31407 vsize=868372 CPUtime=0
/proc/31408/task/31413/stat : 31413 (java) S 31407 31394 30858 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 683864662 889212928 10591 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31408/tid=31414] ppid=31407 vsize=868372 CPUtime=0.22
/proc/31408/task/31414/stat : 31414 (java) S 31407 31394 30858 0 -1 64 1498 0 1 0 21 1 0 0 16 0 9 0 683864662 889212928 10591 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31408/tid=31415] ppid=31407 vsize=868372 CPUtime=0
/proc/31408/task/31415/stat : 31415 (java) S 31407 31394 30858 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 683864662 889212928 10591 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31408/tid=31416] ppid=31407 vsize=868372 CPUtime=0
/proc/31408/task/31416/stat : 31416 (java) S 31407 31394 30858 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 683864662 889212928 10591 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.56
Current children cumulated vsize (KiB) 887328

[startup+6.30268 s]
/proc/loadavg: 2.33 2.32 1.97 3/94 31416
/proc/meminfo: memFree=1388136/2055920 swapFree=4156316/4192956
[pid=31394] ppid=31392 vsize=13600 CPUtime=0.69
/proc/31394/stat : 31394 (sugar) S 31392 31394 30858 0 -1 4194304 974 7094 0 3 3 1 61 4 15 0 1 0 683864548 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31394/statm: 3400 797 370 3 0 500 0
[pid=31407] ppid=31394 vsize=5356 CPUtime=0
/proc/31407/stat : 31407 (sh) S 31394 31394 30858 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 683864658 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31407/statm: 1339 233 193 169 0 50 0
[pid=31408] ppid=31407 vsize=868484 CPUtime=4.65
/proc/31408/stat : 31408 (java) S 31407 31394 30858 0 -1 0 15884 0 2 0 443 22 0 0 18 0 9 0 683864658 889327616 14342 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31408/statm: 217121 14342 2565 9 0 211668 0
[pid=31408/tid=31409] ppid=31407 vsize=868484 CPUtime=3.25
/proc/31408/task/31409/stat : 31409 (java) R 31407 31394 30858 0 -1 64 3387 0 1 0 312 13 0 0 25 0 9 0 683864659 889327616 14342 996147200 134512640 134550740 4294955952 18446744073709551615 4126636602 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31408/tid=31410] ppid=31407 vsize=868484 CPUtime=1.09
/proc/31408/task/31410/stat : 31410 (java) S 31407 31394 30858 0 -1 64 10261 0 0 0 103 6 0 0 16 0 9 0 683864660 889327616 14342 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31408/tid=31411] ppid=31407 vsize=868484 CPUtime=0
/proc/31408/task/31411/stat : 31411 (java) S 31407 31394 30858 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 683864660 889327616 14342 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31408/tid=31412] ppid=31407 vsize=868484 CPUtime=0
/proc/31408/task/31412/stat : 31412 (java) S 31407 31394 30858 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 683864660 889327616 14342 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31408/tid=31413] ppid=31407 vsize=868484 CPUtime=0
/proc/31408/task/31413/stat : 31413 (java) S 31407 31394 30858 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 683864662 889327616 14342 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31408/tid=31414] ppid=31407 vsize=868484 CPUtime=0.29
/proc/31408/task/31414/stat : 31414 (java) S 31407 31394 30858 0 -1 64 1542 0 1 0 28 1 0 0 16 0 9 0 683864662 889327616 14342 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31408/tid=31415] ppid=31407 vsize=868484 CPUtime=0
/proc/31408/task/31415/stat : 31415 (java) S 31407 31394 30858 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 683864662 889327616 14342 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31408/tid=31416] ppid=31407 vsize=868484 CPUtime=0
/proc/31408/task/31416/stat : 31416 (java) S 31407 31394 30858 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 683864662 889327616 14342 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.34
Current children cumulated vsize (KiB) 887440

[startup+12.7028 s]
/proc/loadavg: 2.30 2.32 1.97 3/94 31416
/proc/meminfo: memFree=1233384/2055920 swapFree=4156316/4192956
[pid=31394] ppid=31392 vsize=13600 CPUtime=0.69
/proc/31394/stat : 31394 (sugar) S 31392 31394 30858 0 -1 4194304 974 7094 0 3 3 1 61 4 16 0 1 0 683864548 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31394/statm: 3400 797 370 3 0 500 0
[pid=31407] ppid=31394 vsize=5356 CPUtime=0
/proc/31407/stat : 31407 (sh) S 31394 31394 30858 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 683864658 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31407/statm: 1339 233 193 169 0 50 0
[pid=31408] ppid=31407 vsize=868484 CPUtime=10.42
/proc/31408/stat : 31408 (java) S 31407 31394 30858 0 -1 0 16355 0 2 0 973 69 0 0 18 0 9 0 683864658 889327616 14343 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31408/statm: 217121 14343 2565 9 0 211668 0
[pid=31408/tid=31409] ppid=31407 vsize=868484 CPUtime=8.8
/proc/31408/task/31409/stat : 31409 (java) R 31407 31394 30858 0 -1 64 3857 0 1 0 824 56 0 0 25 0 9 0 683864659 889327616 14343 996147200 134512640 134550740 4294955952 18446744073709551615 4126636575 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31408/tid=31410] ppid=31407 vsize=868484 CPUtime=1.3
/proc/31408/task/31410/stat : 31410 (java) S 31407 31394 30858 0 -1 64 10261 0 0 0 119 11 0 0 16 0 9 0 683864660 889327616 14343 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31408/tid=31411] ppid=31407 vsize=868484 CPUtime=0
/proc/31408/task/31411/stat : 31411 (java) S 31407 31394 30858 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 683864660 889327616 14343 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31408/tid=31412] ppid=31407 vsize=868484 CPUtime=0
/proc/31408/task/31412/stat : 31412 (java) S 31407 31394 30858 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 683864660 889327616 14343 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31408/tid=31413] ppid=31407 vsize=868484 CPUtime=0
/proc/31408/task/31413/stat : 31413 (java) S 31407 31394 30858 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 683864662 889327616 14343 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31408/tid=31414] ppid=31407 vsize=868484 CPUtime=0.29
/proc/31408/task/31414/stat : 31414 (java) S 31407 31394 30858 0 -1 64 1543 0 1 0 28 1 0 0 17 0 9 0 683864662 889327616 14343 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31408/tid=31415] ppid=31407 vsize=868484 CPUtime=0
/proc/31408/task/31415/stat : 31415 (java) S 31407 31394 30858 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 683864662 889327616 14343 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31408/tid=31416] ppid=31407 vsize=868484 CPUtime=0
/proc/31408/task/31416/stat : 31416 (java) S 31407 31394 30858 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 683864662 889327616 14343 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 11.11
Current children cumulated vsize (KiB) 887440

[startup+25.5019 s]
/proc/loadavg: 2.23 2.30 1.97 3/94 31416
/proc/meminfo: memFree=957672/2055920 swapFree=4156316/4192956
[pid=31394] ppid=31392 vsize=13600 CPUtime=0.69
/proc/31394/stat : 31394 (sugar) S 31392 31394 30858 0 -1 4194304 974 7094 0 3 3 1 61 4 16 0 1 0 683864548 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31394/statm: 3400 797 370 3 0 500 0
[pid=31407] ppid=31394 vsize=5356 CPUtime=0
/proc/31407/stat : 31407 (sh) S 31394 31394 30858 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 683864658 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31407/statm: 1339 233 193 169 0 50 0
[pid=31408] ppid=31407 vsize=868484 CPUtime=22.43
/proc/31408/stat : 31408 (java) S 31407 31394 30858 0 -1 0 17300 0 2 0 2072 171 0 0 18 0 9 0 683864658 889327616 14343 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31408/statm: 217121 14343 2565 9 0 211668 0
[pid=31408/tid=31409] ppid=31407 vsize=868484 CPUtime=20.36
/proc/31408/task/31409/stat : 31409 (java) R 31407 31394 30858 0 -1 64 4802 0 1 0 1884 152 0 0 25 0 9 0 683864659 889327616 14343 996147200 134512640 134550740 4294955952 18446744073709551615 4126893436 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31408/tid=31410] ppid=31407 vsize=868484 CPUtime=1.75
/proc/31408/task/31410/stat : 31410 (java) S 31407 31394 30858 0 -1 64 10261 0 0 0 159 16 0 0 16 0 9 0 683864660 889327616 14343 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31408/tid=31411] ppid=31407 vsize=868484 CPUtime=0
/proc/31408/task/31411/stat : 31411 (java) S 31407 31394 30858 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 683864660 889327616 14343 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31408/tid=31412] ppid=31407 vsize=868484 CPUtime=0
/proc/31408/task/31412/stat : 31412 (java) S 31407 31394 30858 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 683864660 889327616 14343 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31408/tid=31413] ppid=31407 vsize=868484 CPUtime=0
/proc/31408/task/31413/stat : 31413 (java) S 31407 31394 30858 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 683864662 889327616 14343 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31408/tid=31414] ppid=31407 vsize=868484 CPUtime=0.29
/proc/31408/task/31414/stat : 31414 (java) S 31407 31394 30858 0 -1 64 1543 0 1 0 28 1 0 0 17 0 9 0 683864662 889327616 14343 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31408/tid=31415] ppid=31407 vsize=868484 CPUtime=0
/proc/31408/task/31415/stat : 31415 (java) S 31407 31394 30858 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 683864662 889327616 14343 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31408/tid=31416] ppid=31407 vsize=868484 CPUtime=0
/proc/31408/task/31416/stat : 31416 (java) S 31407 31394 30858 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 683864662 889327616 14343 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 23.12
Current children cumulated vsize (KiB) 887440

[startup+51.1012 s]
/proc/loadavg: 2.53 2.37 2.00 3/86 31418
/proc/meminfo: memFree=260584/2055920 swapFree=4156316/4192956
[pid=31394] ppid=31392 vsize=13600 CPUtime=31.72
/proc/31394/stat : 31394 (sugar) S 31392 31394 30858 0 -1 4194304 1033 25382 0 8 3 1 2921 247 16 0 1 0 683864548 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31394/statm: 3400 799 370 3 0 500 0
[pid=31417] ppid=31394 vsize=5356 CPUtime=0
/proc/31417/stat : 31417 (sh) S 31394 31394 30858 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 683868026 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31417/statm: 1339 232 193 169 0 50 0
[pid=31418] ppid=31417 vsize=651152 CPUtime=15.73
/proc/31418/stat : 31418 (minisat) R 31417 31394 30858 0 -1 4194304 158181 0 0 0 1446 127 0 0 25 0 1 0 683868026 666779648 158167 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0

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

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 31424
/proc/meminfo: memFree=211560/2055920 swapFree=4156316/4192956
[pid=31394] ppid=31392 vsize=13600 CPUtime=31.72
/proc/31394/stat : 31394 (sugar) S 31392 31394 30858 0 -1 4194304 1033 25382 0 8 3 1 2921 247 16 0 1 0 683864548 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31394/statm: 3400 799 370 3 0 500 0
[pid=31417] ppid=31394 vsize=5356 CPUtime=0
/proc/31417/stat : 31417 (sh) S 31394 31394 30858 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 683868026 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31417/statm: 1339 232 193 169 0 50 0
[pid=31418] ppid=31417 vsize=677200 CPUtime=1439.79
/proc/31418/stat : 31418 (minisat) R 31417 31394 30858 0 -1 4194304 164561 0 0 0 143842 137 0 0 25 0 1 0 683868026 693452800 164547 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/31418/statm: 169300 164547 76 150 0 169147 0
Current children cumulated CPU time (s) 1471.51
Current children cumulated vsize (KiB) 696156

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 31424
/proc/meminfo: memFree=210920/2055920 swapFree=4156316/4192956
[pid=31394] ppid=31392 vsize=13600 CPUtime=31.72
/proc/31394/stat : 31394 (sugar) S 31392 31394 30858 0 -1 4194304 1033 25382 0 8 3 1 2921 247 16 0 1 0 683864548 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31394/statm: 3400 799 370 3 0 500 0
[pid=31417] ppid=31394 vsize=5356 CPUtime=0
/proc/31417/stat : 31417 (sh) S 31394 31394 30858 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 683868026 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31417/statm: 1339 232 193 169 0 50 0
[pid=31418] ppid=31417 vsize=677728 CPUtime=1499.49
/proc/31418/stat : 31418 (minisat) R 31417 31394 30858 0 -1 4194304 164718 0 0 0 149812 137 0 0 25 0 1 0 683868026 693993472 164704 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/31418/statm: 169432 164704 76 150 0 169279 0
Current children cumulated CPU time (s) 1531.21
Current children cumulated vsize (KiB) 696684

[startup+1602.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/86 31424
/proc/meminfo: memFree=210472/2055920 swapFree=4156316/4192956
[pid=31394] ppid=31392 vsize=13600 CPUtime=31.72
/proc/31394/stat : 31394 (sugar) S 31392 31394 30858 0 -1 4194304 1033 25382 0 8 3 1 2921 247 16 0 1 0 683864548 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31394/statm: 3400 799 370 3 0 500 0
[pid=31417] ppid=31394 vsize=5356 CPUtime=0
/proc/31417/stat : 31417 (sh) S 31394 31394 30858 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 683868026 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31417/statm: 1339 232 193 169 0 50 0
[pid=31418] ppid=31417 vsize=678256 CPUtime=1559.2
/proc/31418/stat : 31418 (minisat) R 31417 31394 30858 0 -1 4194304 164827 0 0 0 155783 137 0 0 25 0 1 0 683868026 694534144 164813 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/31418/statm: 169564 164813 76 150 0 169411 0
Current children cumulated CPU time (s) 1590.92
Current children cumulated vsize (KiB) 697212

[startup+1662.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/86 31424
/proc/meminfo: memFree=210088/2055920 swapFree=4156316/4192956
[pid=31394] ppid=31392 vsize=13600 CPUtime=31.72
/proc/31394/stat : 31394 (sugar) S 31392 31394 30858 0 -1 4194304 1033 25382 0 8 3 1 2921 247 16 0 1 0 683864548 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31394/statm: 3400 799 370 3 0 500 0
[pid=31417] ppid=31394 vsize=5356 CPUtime=0
/proc/31417/stat : 31417 (sh) S 31394 31394 30858 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 683868026 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31417/statm: 1339 232 193 169 0 50 0
[pid=31418] ppid=31417 vsize=678552 CPUtime=1618.91
/proc/31418/stat : 31418 (minisat) R 31417 31394 30858 0 -1 4194304 164906 0 0 0 161753 138 0 0 25 0 1 0 683868026 694837248 164892 996147200 134512640 135127466 4294956272 18446744073709551615 134530654 0 0 4096 3 0 0 0 17 1 0 0
/proc/31418/statm: 169638 164892 76 150 0 169485 0
Current children cumulated CPU time (s) 1650.63
Current children cumulated vsize (KiB) 697508

[startup+1722.3 s]
/proc/loadavg: 2.07 2.03 2.00 3/86 31424
/proc/meminfo: memFree=209704/2055920 swapFree=4156316/4192956
[pid=31394] ppid=31392 vsize=13600 CPUtime=31.72
/proc/31394/stat : 31394 (sugar) S 31392 31394 30858 0 -1 4194304 1033 25382 0 8 3 1 2921 247 16 0 1 0 683864548 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31394/statm: 3400 799 370 3 0 500 0
[pid=31417] ppid=31394 vsize=5356 CPUtime=0
/proc/31417/stat : 31417 (sh) S 31394 31394 30858 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 683868026 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31417/statm: 1339 232 193 169 0 50 0
[pid=31418] ppid=31417 vsize=678816 CPUtime=1678.62
/proc/31418/stat : 31418 (minisat) R 31417 31394 30858 0 -1 4194304 164961 0 0 0 167724 138 0 0 25 0 1 0 683868026 695107584 164947 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/31418/statm: 169704 164947 76 150 0 169551 0
Current children cumulated CPU time (s) 1710.34
Current children cumulated vsize (KiB) 697772

[startup+1782.3 s]
/proc/loadavg: 2.06 2.04 2.00 3/83 31607
/proc/meminfo: memFree=831736/2055920 swapFree=4156316/4192956
[pid=31394] ppid=31392 vsize=13600 CPUtime=31.72
/proc/31394/stat : 31394 (sugar) S 31392 31394 30858 0 -1 4194304 1033 25382 0 8 3 1 2921 247 16 0 1 0 683864548 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31394/statm: 3400 799 370 3 0 500 0
[pid=31417] ppid=31394 vsize=5356 CPUtime=0
/proc/31417/stat : 31417 (sh) S 31394 31394 30858 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 683868026 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31417/statm: 1339 232 193 169 0 50 0
[pid=31418] ppid=31417 vsize=678948 CPUtime=1738.33
/proc/31418/stat : 31418 (minisat) R 31417 31394 30858 0 -1 4194304 165018 0 0 0 173689 144 0 0 25 0 1 0 683868026 695242752 165004 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/31418/statm: 169737 165004 76 150 0 169584 0
Current children cumulated CPU time (s) 1770.05
Current children cumulated vsize (KiB) 697904



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1812.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/83 31607
/proc/meminfo: memFree=831160/2055920 swapFree=4156316/4192956
[pid=31394] ppid=31392 vsize=13600 CPUtime=31.72
/proc/31394/stat : 31394 (sugar) S 31392 31394 30858 0 -1 4194304 1033 25382 0 8 3 1 2921 247 16 0 1 0 683864548 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31394/statm: 3400 799 370 3 0 500 0
[pid=31417] ppid=31394 vsize=5356 CPUtime=0
/proc/31417/stat : 31417 (sh) S 31394 31394 30858 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 683868026 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31417/statm: 1339 232 193 169 0 50 0
[pid=31418] ppid=31417 vsize=679212 CPUtime=1768.33
/proc/31418/stat : 31418 (minisat) R 31417 31394 30858 0 -1 4194304 165061 0 0 0 176688 145 0 0 25 0 1 0 683868026 695513088 165047 996147200 134512640 135127466 4294956272 18446744073709551615 134530817 0 0 4096 3 0 0 0 17 0 0 0
/proc/31418/statm: 169803 165047 76 150 0 169650 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 698168

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

[startup+1812.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/83 31607
/proc/meminfo: memFree=831160/2055920 swapFree=4156316/4192956
[pid=31394] ppid=31392 vsize=13600 CPUtime=31.72
/proc/31394/stat : 31394 (sugar) S 31392 31394 30858 0 -1 4194304 1033 25382 0 8 3 1 2921 247 16 0 1 0 683864548 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31394/statm: 3400 799 370 3 0 500 0
[pid=31417] ppid=31394 vsize=5356 CPUtime=0
/proc/31417/stat : 31417 (sh) S 31394 31394 30858 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 683868026 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31417/statm: 1339 232 193 169 0 50 0
[pid=31418] ppid=31417 vsize=679212 CPUtime=1768.33
/proc/31418/stat : 31418 (minisat) R 31417 31394 30858 0 -1 4194304 165061 0 0 0 176688 145 0 0 25 0 1 0 683868026 695513088 165047 996147200 134512640 135127466 4294956272 18446744073709551615 134530817 0 0 4096 3 0 0 0 17 0 0 0
/proc/31418/statm: 169803 165047 76 150 0 169650 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 698168

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

[startup+1812.42 s]
/proc/loadavg: 2.04 2.03 2.00 3/83 31607
/proc/meminfo: memFree=831160/2055920 swapFree=4156316/4192956
[pid=31394] ppid=31392 vsize=13600 CPUtime=31.74
/proc/31394/stat : 31394 (sugar) R 31392 31394 30858 0 -1 4194304 1069 25659 0 8 4 2 2921 247 17 0 1 0 683864548 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 226238370857 0 0 4224 16386 0 0 0 17 0 0 0
/proc/31394/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 31.74
Current children cumulated vsize (KiB) 13600

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

[startup+1812.42 s]
/proc/loadavg: 2.04 2.03 2.00 3/83 31607
/proc/meminfo: memFree=831160/2055920 swapFree=4156316/4192956
[pid=31394] ppid=31392 vsize=13600 CPUtime=31.74
/proc/31394/stat : 31394 (sugar) R 31392 31394 30858 0 -1 4194304 1069 25659 0 8 4 2 2921 247 17 0 1 0 683864548 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 226238370857 0 0 4224 16386 0 0 0 17 0 0 0
/proc/31394/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 31.74
Current children cumulated vsize (KiB) 13600

[startup+1812.5 s]
/proc/loadavg: 2.04 2.03 2.00 3/83 31607
/proc/meminfo: memFree=831160/2055920 swapFree=4156316/4192956
[pid=31394] ppid=31392 vsize=13600 CPUtime=31.83
/proc/31394/stat : 31394 (sugar) R 31392 31394 30858 0 -1 4194304 1069 25659 0 8 4 11 2921 247 17 0 1 0 683864548 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 226238370857 0 0 4224 16386 0 0 0 17 0 0 0
/proc/31394/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 31.83
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): 1768.31
#  lost CPU user time (s): 1766.87
#  lost CPU system time (s): 1.44

Real time (s): 1812.57
CPU time (s): 1800.22
CPU user time (s): 1796.13
CPU system time (s): 4.0956
CPU usage (%): 99.3187
Max. virtual memory (cumulated for all children) (KiB): 887832

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 29.2576
system time used= 2.6556
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26759
page faults= 8
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 19899
involuntary context switches= 20223

runsolver used 2.10568 second user time and 6.15806 second system time

The end

Launcher Data (download as text)

Begin job on node58 at 2008-07-02 13:43:01
IDJOB=1040930
IDBENCH=53755
IDSOLVER=346
FILE ID=node58/1040930-1214998981
PBS_JOBID= 7870806
Free space on /tmp= 66540 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 35b05a83f382898243197cbd730ba6d5
RANDOM SEED=511529000

node58.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.261
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.261
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:       1487584 kB
Buffers:          2664 kB
Cached:          37708 kB
SwapCached:      29532 kB
Active:         511284 kB
Inactive:         3092 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1487584 kB
SwapTotal:     4192956 kB
SwapFree:      4156316 kB
Dirty:            2004 kB
Writeback:           0 kB
Mapped:         486512 kB
Slab:            38480 kB
Committed_AS:  1651056 kB
PageTables:       2620 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= 66536 MiB
End job on node58 at 2008-07-02 14:13:16