Trace number 1041050

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.32 1809.46

General information on the benchmark

Namecsp/allsquaresUnsat/
normalized-squaresUnsat-37-37.xml
MD5SUMf3288d103eb05e68f4356a28d7cc0cdd
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.640901
Satisfiable
(Un)Satisfiability was proved
Number of variables2738
Number of constraints3333
Maximum constraint arity37
Maximum domain size132
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2665
Global constraints used (with number of constraints)cumulative(2),weightedsum(666)

Solver Data (download as text)

0.00/0.26	c 0	Sugar v1-13 + HOME/minisat
0.00/0.27	c 0	BEGIN Wed Jul  2 13:47:33 2008
0.00/0.27	c 0	PID 10435
0.00/0.28	c 0	HOST node74.alineos.net
0.00/0.28	c 0	CONVERTING HOME/instance-1041050-1214999253.xml TO HOME/temp.csp
0.00/0.28	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1041050-1214999253.xml' 'HOME/temp.csp'
0.69/1.22	c 1	38 domains, 2738 variables, 2 predicates, 0 relations, 3333 constraints
0.69/1.28	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.69/1.28	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.72/1.36	c 1	Parsing HOME/temp.csp
0.72/1.66	c 2	parsed 6111 expressions
0.72/1.66	c 2	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.72/1.66	c 2	Converting to clausal form CSP
0.72/1.70	c 2	converted 612 (10%) expressions
0.72/1.70	c 2	converted 1223 (20%) expressions
0.72/1.71	c 2	converted 1834 (30%) expressions
0.72/1.71	c 2	converted 2445 (40%) expressions
0.72/1.88	c 2	converted 3056 (50%) expressions
0.72/1.94	c 2	converted 3667 (60%) expressions
0.72/2.03	c 2	converted 4278 (70%) expressions
0.72/2.07	c 2	converted 4889 (80%) expressions
1.51/2.11	c 2	converted 5500 (90%) expressions
3.60/4.23	c 4	converted 6111 (100%) expressions
3.60/4.24	c 4	CSP : 21746 integers, 6860 booleans, 57899 clauses, largest domain size 362
3.60/4.24	c 4	Heap : 35 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.60/4.24	c 4	Propagation in CSP
3.90/4.54	c 4	131976 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.90/4.55	c 4	CSP : 21746 integers, 6860 booleans, 57899 clauses, largest domain size 133
3.90/4.55	c 4	Heap : 40 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.90/4.57	c 4	Simplifing CSP by introducing new Boolean variables
4.00/4.60	c 4	CSP : 21746 integers, 6860 booleans, 57899 clauses, largest domain size 133
4.00/4.60	c 4	Heap : 40 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.20/4.83	c 5	Encoding CSP to SAT : HOME/temp.cnf
4.20/4.88	c 5	2175 (10%) CSP integer variables are encoded (8192 clauses, 104363 bytes)
4.29/4.92	c 5	4350 (20%) CSP integer variables are encoded (44880 clauses, 654683 bytes)
4.29/4.98	c 5	6524 (30%) CSP integer variables are encoded (93691 clauses, 1387271 bytes)
4.39/5.04	c 5	8699 (40%) CSP integer variables are encoded (143277 clauses, 2230233 bytes)
4.49/5.10	c 5	10873 (50%) CSP integer variables are encoded (188925 clauses, 3006249 bytes)
4.49/5.16	c 5	13048 (60%) CSP integer variables are encoded (235451 clauses, 3797191 bytes)
4.60/5.22	c 5	15223 (70%) CSP integer variables are encoded (284021 clauses, 4622881 bytes)
4.60/5.28	c 5	17397 (80%) CSP integer variables are encoded (332894 clauses, 5453722 bytes)
4.69/5.35	c 5	19572 (90%) CSP integer variables are encoded (380437 clauses, 6261953 bytes)
4.69/5.40	c 5	21746 (100%) CSP integer variables are encoded (426022 clauses, 7036898 bytes)
5.58/6.25	c 6	5790 (10%) CSP clauses are encoded (924122 clauses, 16232311 bytes)
9.54/10.28	c 10	11580 (20%) CSP clauses are encoded (3276844 clauses, 66229144 bytes)
12.81/13.58	c 13	17370 (30%) CSP clauses are encoded (5139020 clauses, 107064676 bytes)
16.37/17.13	c 17	23160 (40%) CSP clauses are encoded (7054465 clauses, 153423886 bytes)
19.72/20.57	c 20	28950 (50%) CSP clauses are encoded (8927420 clauses, 198739929 bytes)
24.09/25.12	c 25	34740 (60%) CSP clauses are encoded (11309960 clauses, 256323545 bytes)
27.83/28.90	c 29	40530 (70%) CSP clauses are encoded (13337627 clauses, 305400613 bytes)
31.24/32.47	c 32	46320 (80%) CSP clauses are encoded (15233360 clauses, 351282333 bytes)
34.57/35.88	c 36	52110 (90%) CSP clauses are encoded (17058413 clauses, 395445482 bytes)
38.48/39.86	c 40	57899 (100%) CSP clauses are encoded (19197487 clauses, 447134772 bytes)
38.48/39.86	c 40	57899 CSP clauses encoded
38.48/39.86	c 40	Writing map file : HOME/temp.map
38.57/39.91	c 40	Heap : 37 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
38.57/39.91	c 40	SAT : 454532 SAT variables, 19197487 SAT clauses, 447134772 bytes
38.57/39.91	c 40	Heap : 37 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
38.57/39.96	c 40	SOLVING HOME/temp.cnf
38.57/39.96	c 40	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
38.57/39.96	c 40	This is MiniSat 2.0 beta
38.57/39.96	c 40	WARNING: for repeatability, setting FPU to use double precision
38.57/39.96	c 40	============================[ Problem Statistics ]=============================
38.57/39.96	c 40	|                                                                             |
38.57/39.96	c 40	|  Number of variables:  454532                                               |
38.57/39.96	c 40	|  Number of clauses:    19197487                                             |
47.99/49.47	c 49	|  Parsing time:         8.12         s                                       |
48.48/49.93	c 50	============================[ Search Statistics ]==============================
48.48/49.93	c 50	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
48.48/49.93	c 50	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
48.48/49.93	c 50	===============================================================================
48.48/49.93	c 50	|         0 |  454532 19197487 56430984 |  6399162        0    nan |  0.000 % |
55.55/57.04	c 57	|       100 |  454532 19197487 56430984 |  7039078      100     35 |  0.000 % |
66.11/67.61	c 67	|       251 |  454532 19197487 56430984 |  7742986      251     54 |  0.000 % |
82.54/84.16	c 84	|       476 |  454532 19197487 56430984 |  8517285      476     51 |  0.000 % |
100.95/102.65	c 103	|       813 |  454532 19197487 56430984 |  9369013      813     58 |  0.000 % |
132.71/134.51	c 134	|      1320 |  454532 19197487 56430984 | 10305914     1320     54 |  0.000 % |
196.34/198.43	c 198	|      2080 |  454532 19197487 56430984 | 11336506     2080     64 |  0.000 % |
260.97/263.36	c 263	|      3219 |  454532 19197487 56430984 | 12470157     3219     75 |  0.000 % |
372.46/375.47	c 375	|      4927 |  454532 19197487 56430984 | 13717172     4927     83 |  0.000 % |
521.05/524.66	c 525	|      7489 |  454532 19197487 56430984 | 15088890     7489     86 |  0.000 % |
721.59/726.05	c 726	|     11333 |  454532 19197487 56430984 | 16597779    11333     83 |  0.000 % |
1061.43/1067.31	c 1067	|     17099 |  454532 19197487 56430984 | 18257556    17099     81 |  0.000 % |
1602.59/1610.80	c 1611	|     25748 |  454532 19197487 56430984 | 20083312    25748     80 |  0.000 % |
1800.03/1809.12	c ERROR INTERRUPTED
1800.15/1809.24	s UNKNOWN
1800.15/1809.24	c 1809	CPU 35.67 (0.04 0.01 35.63 2.95)
1800.15/1809.24	c 1809	END Wed Jul  2 14:17:42 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-1041050-1214999253/watcher-1041050-1214999253 -o /tmp/evaluation-result-1041050-1214999253/solver-1041050-1214999253 -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-1041050-1214999253.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.84 2.51 1.99 2/70 10435
/proc/meminfo: memFree=1951464/2055920 swapFree=4179604/4192956
[pid=10435] ppid=10432 vsize=24 CPUtime=0
/proc/10435/stat : 10435 (sugar) D 10432 10435 10102 0 -1 4194304 15 0 0 0 0 0 0 0 18 0 1 0 1978876414 24576 1 996147200 0 0 548682069413 18446744073709551615 228774702375 0 0 4096 0 18446744071563479169 0 0 17 1 0 0
/proc/10435/statm: 6 1 0 0 0 1 0

[startup+0.059781 s]
/proc/loadavg: 2.84 2.51 1.99 2/70 10435
/proc/meminfo: memFree=1951464/2055920 swapFree=4179604/4192956
[pid=10435] ppid=10432 vsize=7504 CPUtime=0
/proc/10435/stat : 10435 (sugar) D 10432 10435 10102 0 -1 4194304 64 0 3 0 0 0 0 0 18 0 1 0 1978876414 7684096 52 996147200 4194304 4206940 548682068608 18446744073709551615 228772083177 0 0 4096 0 18446744071563608240 0 0 17 0 0 0
/proc/10435/statm: 1876 52 39 3 0 55 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 7504

[startup+0.101786 s]
/proc/loadavg: 2.84 2.51 1.99 2/70 10435
/proc/meminfo: memFree=1951464/2055920 swapFree=4179604/4192956
[pid=10435] ppid=10432 vsize=12268 CPUtime=0
/proc/10435/stat : 10435 (sugar) D 10432 10435 10102 0 -1 4194304 344 0 4 0 0 0 0 0 18 0 1 0 1978876414 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 228783602686 0 0 4224 0 18446744071563608240 0 0 17 0 0 0
/proc/10435/statm: 3067 316 241 3 0 167 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12268

[startup+0.30195 s]
/proc/loadavg: 2.84 2.51 1.99 2/70 10435
/proc/meminfo: memFree=1951464/2055920 swapFree=4179604/4192956
[pid=10435] ppid=10432 vsize=13600 CPUtime=0.04
/proc/10435/stat : 10435 (sugar) S 10432 10435 10102 0 -1 4194304 896 127 4 0 3 1 0 0 18 0 1 0 1978876414 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10435/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.702092 s]
/proc/loadavg: 2.84 2.51 1.99 2/70 10435
/proc/meminfo: memFree=1951464/2055920 swapFree=4179604/4192956
[pid=10435] ppid=10432 vsize=13600 CPUtime=0.04
/proc/10435/stat : 10435 (sugar) S 10432 10435 10102 0 -1 4194304 896 127 4 0 3 1 0 0 18 0 1 0 1978876414 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10435/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50126 s]
/proc/loadavg: 2.84 2.51 1.99 3/84 10450
/proc/meminfo: memFree=1921208/2055920 swapFree=4179604/4192956
[pid=10435] ppid=10432 vsize=13600 CPUtime=0.72
/proc/10435/stat : 10435 (sugar) S 10432 10435 10102 0 -1 4194304 969 7188 4 60 3 1 62 6 15 0 1 0 1978876414 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10435/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.72
Current children cumulated vsize (KiB) 13600

[startup+3.10257 s]
/proc/loadavg: 2.84 2.51 1.99 3/85 10461
/proc/meminfo: memFree=1905392/2055920 swapFree=4179604/4192956
[pid=10435] ppid=10432 vsize=13600 CPUtime=0.72
/proc/10435/stat : 10435 (sugar) S 10432 10435 10102 0 -1 4194304 970 7188 4 60 3 1 62 6 15 0 1 0 1978876414 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10435/statm: 3400 797 370 3 0 500 0
[pid=10452] ppid=10435 vsize=5356 CPUtime=0
/proc/10452/stat : 10452 (sh) S 10435 10435 10102 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1978876542 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10452/statm: 1339 233 193 169 0 50 0
[pid=10453] ppid=10452 vsize=868820 CPUtime=1.78
/proc/10453/stat : 10453 (java) S 10452 10435 10102 0 -1 0 11540 0 3 0 169 9 0 0 18 0 9 0 1978876543 889671680 10635 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10453/statm: 217205 10643 2541 9 0 211780 0
[pid=10453/tid=10454] ppid=10452 vsize=868820 CPUtime=1.11
/proc/10453/task/10454/stat : 10454 (java) R 10452 10435 10102 0 -1 64 2879 0 3 0 108 3 0 0 25 0 9 0 1978876544 889671680 10649 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10453/tid=10455] ppid=10452 vsize=868820 CPUtime=0.44
/proc/10453/task/10455/stat : 10455 (java) R 10452 10435 10102 0 -1 64 6477 0 0 0 40 4 0 0 16 0 9 0 1978876545 889671680 10636 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10453/tid=10456] ppid=10452 vsize=868632 CPUtime=0
/proc/10453/task/10456/stat : 10456 (java) S 10452 10435 10102 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1978876545 889479168 10636 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10453/tid=10457] ppid=10452 vsize=868632 CPUtime=0
/proc/10453/task/10457/stat : 10457 (java) S 10452 10435 10102 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1978876545 889479168 10636 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10453/tid=10458] ppid=10452 vsize=868632 CPUtime=0
/proc/10453/task/10458/stat : 10458 (java) S 10452 10435 10102 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 1978876547 889479168 10636 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10453/tid=10459] ppid=10452 vsize=868632 CPUtime=0.21
/proc/10453/task/10459/stat : 10459 (java) S 10452 10435 10102 0 -1 64 1507 0 0 0 20 1 0 0 16 0 9 0 1978876547 889479168 10636 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10453/tid=10460] ppid=10452 vsize=868632 CPUtime=0
/proc/10453/task/10460/stat : 10460 (java) S 10452 10435 10102 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1978876547 889479168 10636 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10453/tid=10461] ppid=10452 vsize=868632 CPUtime=0
/proc/10453/task/10461/stat : 10461 (java) S 10452 10435 10102 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1978876547 889479168 10636 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.5
Current children cumulated vsize (KiB) 887776

[startup+6.30221 s]
/proc/loadavg: 2.77 2.51 1.99 3/85 10461
/proc/meminfo: memFree=1861424/2055920 swapFree=4179604/4192956
[pid=10435] ppid=10432 vsize=13600 CPUtime=0.72
/proc/10435/stat : 10435 (sugar) S 10432 10435 10102 0 -1 4194304 970 7188 4 60 3 1 62 6 16 0 1 0 1978876414 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10435/statm: 3400 797 370 3 0 500 0
[pid=10452] ppid=10435 vsize=5356 CPUtime=0
/proc/10452/stat : 10452 (sh) S 10435 10435 10102 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1978876542 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10452/statm: 1339 233 193 169 0 50 0
[pid=10453] ppid=10452 vsize=868492 CPUtime=4.96
/proc/10453/stat : 10453 (java) S 10452 10435 10102 0 -1 0 17702 0 4 0 472 24 0 0 18 0 9 0 1978876543 889335808 15875 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10453/statm: 217123 15875 2565 9 0 211670 0
[pid=10453/tid=10454] ppid=10452 vsize=868492 CPUtime=3.36
/proc/10453/task/10454/stat : 10454 (java) R 10452 10435 10102 0 -1 64 3455 0 4 0 324 12 0 0 25 0 9 0 1978876544 889335808 15875 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10453/tid=10455] ppid=10452 vsize=868492 CPUtime=1.27
/proc/10453/task/10455/stat : 10455 (java) S 10452 10435 10102 0 -1 64 11996 0 0 0 118 9 0 0 16 0 9 0 1978876545 889335808 15875 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10453/tid=10456] ppid=10452 vsize=868492 CPUtime=0
/proc/10453/task/10456/stat : 10456 (java) S 10452 10435 10102 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1978876545 889335808 15875 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10453/tid=10457] ppid=10452 vsize=868492 CPUtime=0
/proc/10453/task/10457/stat : 10457 (java) S 10452 10435 10102 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1978876545 889335808 15875 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10453/tid=10458] ppid=10452 vsize=868492 CPUtime=0
/proc/10453/task/10458/stat : 10458 (java) S 10452 10435 10102 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 1978876547 889335808 15875 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10453/tid=10459] ppid=10452 vsize=868492 CPUtime=0.29
/proc/10453/task/10459/stat : 10459 (java) S 10452 10435 10102 0 -1 64 1558 0 0 0 28 1 0 0 16 0 9 0 1978876547 889335808 15875 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10453/tid=10460] ppid=10452 vsize=868492 CPUtime=0
/proc/10453/task/10460/stat : 10460 (java) S 10452 10435 10102 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1978876547 889335808 15875 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10453/tid=10461] ppid=10452 vsize=868492 CPUtime=0
/proc/10453/task/10461/stat : 10461 (java) S 10452 10435 10102 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1978876547 889335808 15875 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.68
Current children cumulated vsize (KiB) 887448

[startup+12.7014 s]
/proc/loadavg: 2.71 2.50 1.99 4/85 10461
/proc/meminfo: memFree=1782264/2055920 swapFree=4179604/4192956
[pid=10435] ppid=10432 vsize=13600 CPUtime=0.72
/proc/10435/stat : 10435 (sugar) S 10432 10435 10102 0 -1 4194304 970 7188 4 60 3 1 62 6 16 0 1 0 1978876414 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10435/statm: 3400 797 370 3 0 500 0
[pid=10452] ppid=10435 vsize=5356 CPUtime=0
/proc/10452/stat : 10452 (sh) S 10435 10435 10102 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1978876542 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10452/statm: 1339 233 193 169 0 50 0
[pid=10453] ppid=10452 vsize=868492 CPUtime=11.29
/proc/10453/stat : 10453 (java) S 10452 10435 10102 0 -1 0 18169 0 4 0 1059 70 0 0 18 0 9 0 1978876543 889335808 15875 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10453/statm: 217123 15875 2565 9 0 211670 0
[pid=10453/tid=10454] ppid=10452 vsize=868492 CPUtime=9.48
/proc/10453/task/10454/stat : 10454 (java) R 10452 10435 10102 0 -1 64 3922 0 4 0 892 56 0 0 25 0 9 0 1978876544 889335808 15875 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10453/tid=10455] ppid=10452 vsize=868492 CPUtime=1.48
/proc/10453/task/10455/stat : 10455 (java) S 10452 10435 10102 0 -1 64 11996 0 0 0 137 11 0 0 16 0 9 0 1978876545 889335808 15875 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10453/tid=10456] ppid=10452 vsize=868492 CPUtime=0
/proc/10453/task/10456/stat : 10456 (java) S 10452 10435 10102 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1978876545 889335808 15875 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10453/tid=10457] ppid=10452 vsize=868492 CPUtime=0
/proc/10453/task/10457/stat : 10457 (java) S 10452 10435 10102 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1978876545 889335808 15875 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10453/tid=10458] ppid=10452 vsize=868492 CPUtime=0
/proc/10453/task/10458/stat : 10458 (java) S 10452 10435 10102 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 1978876547 889335808 15875 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10453/tid=10459] ppid=10452 vsize=868492 CPUtime=0.29
/proc/10453/task/10459/stat : 10459 (java) S 10452 10435 10102 0 -1 64 1558 0 0 0 28 1 0 0 17 0 9 0 1978876547 889335808 15875 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10453/tid=10460] ppid=10452 vsize=868492 CPUtime=0
/proc/10453/task/10460/stat : 10460 (java) S 10452 10435 10102 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1978876547 889335808 15875 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10453/tid=10461] ppid=10452 vsize=868492 CPUtime=0
/proc/10453/task/10461/stat : 10461 (java) S 10452 10435 10102 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1978876547 889335808 15875 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.01
Current children cumulated vsize (KiB) 887448

[startup+25.5029 s]
/proc/loadavg: 2.55 2.47 1.99 3/85 10461
/proc/meminfo: memFree=1610104/2055920 swapFree=4179604/4192956
[pid=10435] ppid=10432 vsize=13600 CPUtime=0.72
/proc/10435/stat : 10435 (sugar) S 10432 10435 10102 0 -1 4194304 970 7188 4 60 3 1 62 6 16 0 1 0 1978876414 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10435/statm: 3400 797 370 3 0 500 0
[pid=10452] ppid=10435 vsize=5356 CPUtime=0
/proc/10452/stat : 10452 (sh) S 10435 10435 10102 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1978876542 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10452/statm: 1339 233 193 169 0 50 0
[pid=10453] ppid=10452 vsize=868492 CPUtime=23.76
/proc/10453/stat : 10453 (java) S 10452 10435 10102 0 -1 0 19094 0 4 0 2204 172 0 0 18 0 9 0 1978876543 889335808 15875 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10453/statm: 217123 15875 2565 9 0 211670 0
[pid=10453/tid=10454] ppid=10452 vsize=868492 CPUtime=21.51
/proc/10453/task/10454/stat : 10454 (java) R 10452 10435 10102 0 -1 64 4847 0 4 0 2000 151 0 0 25 0 9 0 1978876544 889335808 15875 996147200 134512640 134550740 4294955952 18446744073709551615 4127151381 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10453/tid=10455] ppid=10452 vsize=868492 CPUtime=1.92
/proc/10453/task/10455/stat : 10455 (java) S 10452 10435 10102 0 -1 64 11996 0 0 0 174 18 0 0 16 0 9 0 1978876545 889335808 15875 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10453/tid=10456] ppid=10452 vsize=868492 CPUtime=0
/proc/10453/task/10456/stat : 10456 (java) S 10452 10435 10102 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1978876545 889335808 15875 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10453/tid=10457] ppid=10452 vsize=868492 CPUtime=0
/proc/10453/task/10457/stat : 10457 (java) S 10452 10435 10102 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1978876545 889335808 15875 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10453/tid=10458] ppid=10452 vsize=868492 CPUtime=0
/proc/10453/task/10458/stat : 10458 (java) S 10452 10435 10102 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 1978876547 889335808 15875 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10453/tid=10459] ppid=10452 vsize=868492 CPUtime=0.29
/proc/10453/task/10459/stat : 10459 (java) S 10452 10435 10102 0 -1 64 1558 0 0 0 28 1 0 0 17 0 9 0 1978876547 889335808 15875 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10453/tid=10460] ppid=10452 vsize=868492 CPUtime=0
/proc/10453/task/10460/stat : 10460 (java) S 10452 10435 10102 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1978876547 889335808 15875 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10453/tid=10461] ppid=10452 vsize=868492 CPUtime=0
/proc/10453/task/10461/stat : 10461 (java) S 10452 10435 10102 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1978876547 889335808 15875 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 24.48
Current children cumulated vsize (KiB) 887448

[startup+51.103 s]
/proc/loadavg: 2.42 2.45 2.00 3/77 10463
/proc/meminfo: memFree=702968/2055920 swapFree=4179604/4192956
[pid=10435] ppid=10432 vsize=13600 CPUtime=38.62
/proc/10435/stat : 10435 (sugar) S 10432 10435 10102 0 -1 4194304 1029 27638 4 64 4 1 3563 294 15 0 1 0 1978876414 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10435/statm: 3400 799 370 3 0 500 0
[pid=10462] ppid=10435 vsize=5356 CPUtime=0
/proc/10462/stat : 10462 (sh) S 10435 10435 10102 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1978880410 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10462/statm: 1339 232 193 169 0 50 0
[pid=10463] ppid=10462 vsize=815260 CPUtime=11.07
/proc/10463/stat : 10463 (minisat) R 10462 10435 10102 0 -1 4194304 195681 0 0 0 971 136 0 0 25 0 1 0 1978880411 834826240 195667 996147200 134512640 135127466 4294956272 18446744073709551615 134706298 0 0 4096 3 0 0 0 17 0 0 0

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

[pid=10462] ppid=10435 vsize=5356 CPUtime=0
/proc/10462/stat : 10462 (sh) S 10435 10435 10102 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1978880410 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10462/statm: 1339 232 193 169 0 50 0
[pid=10463] ppid=10462 vsize=871556 CPUtime=1376.27
/proc/10463/stat : 10463 (minisat) R 10462 10435 10102 0 -1 4194304 209718 0 0 0 137477 150 0 0 25 0 1 0 1978880411 892473344 209704 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/10463/statm: 217889 209704 76 150 0 217736 0
Current children cumulated CPU time (s) 1414.89
Current children cumulated vsize (KiB) 890512

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 10470
/proc/meminfo: memFree=631408/2055920 swapFree=4179604/4192956
[pid=10435] ppid=10432 vsize=13600 CPUtime=38.62
/proc/10435/stat : 10435 (sugar) S 10432 10435 10102 0 -1 4194304 1029 27638 4 64 4 1 3563 294 16 0 1 0 1978876414 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10435/statm: 3400 799 370 3 0 500 0
[pid=10462] ppid=10435 vsize=5356 CPUtime=0
/proc/10462/stat : 10462 (sh) S 10435 10435 10102 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1978880410 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10462/statm: 1339 232 193 169 0 50 0
[pid=10463] ppid=10462 vsize=871820 CPUtime=1436.01
/proc/10463/stat : 10463 (minisat) R 10462 10435 10102 0 -1 4194304 209787 0 0 0 143451 150 0 0 25 0 1 0 1978880411 892743680 209773 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/10463/statm: 217955 209773 76 150 0 217802 0
Current children cumulated CPU time (s) 1474.63
Current children cumulated vsize (KiB) 890776

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 10470
/proc/meminfo: memFree=631024/2055920 swapFree=4179604/4192956
[pid=10435] ppid=10432 vsize=13600 CPUtime=38.62
/proc/10435/stat : 10435 (sugar) S 10432 10435 10102 0 -1 4194304 1029 27638 4 64 4 1 3563 294 16 0 1 0 1978876414 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10435/statm: 3400 799 370 3 0 500 0
[pid=10462] ppid=10435 vsize=5356 CPUtime=0
/proc/10462/stat : 10462 (sh) S 10435 10435 10102 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1978880410 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10462/statm: 1339 232 193 169 0 50 0
[pid=10463] ppid=10462 vsize=872216 CPUtime=1495.75
/proc/10463/stat : 10463 (minisat) R 10462 10435 10102 0 -1 4194304 209868 0 0 0 149425 150 0 0 25 0 1 0 1978880411 893149184 209854 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/10463/statm: 218054 209854 76 150 0 217901 0
Current children cumulated CPU time (s) 1534.37
Current children cumulated vsize (KiB) 891172

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 10470
/proc/meminfo: memFree=630704/2055920 swapFree=4179604/4192956
[pid=10435] ppid=10432 vsize=13600 CPUtime=38.62
/proc/10435/stat : 10435 (sugar) S 10432 10435 10102 0 -1 4194304 1029 27638 4 64 4 1 3563 294 16 0 1 0 1978876414 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10435/statm: 3400 799 370 3 0 500 0
[pid=10462] ppid=10435 vsize=5356 CPUtime=0
/proc/10462/stat : 10462 (sh) S 10435 10435 10102 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1978880410 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10462/statm: 1339 232 193 169 0 50 0
[pid=10463] ppid=10462 vsize=872480 CPUtime=1555.5
/proc/10463/stat : 10463 (minisat) R 10462 10435 10102 0 -1 4194304 209937 0 0 0 155399 151 0 0 25 0 1 0 1978880411 893419520 209923 996147200 134512640 135127466 4294956272 18446744073709551615 134530635 0 0 4096 3 0 0 0 17 0 0 0
/proc/10463/statm: 218120 209923 76 150 0 217967 0
Current children cumulated CPU time (s) 1594.12
Current children cumulated vsize (KiB) 891436

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 10470
/proc/meminfo: memFree=630448/2055920 swapFree=4179604/4192956
[pid=10435] ppid=10432 vsize=13600 CPUtime=38.62
/proc/10435/stat : 10435 (sugar) S 10432 10435 10102 0 -1 4194304 1029 27638 4 64 4 1 3563 294 16 0 1 0 1978876414 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10435/statm: 3400 799 370 3 0 500 0
[pid=10462] ppid=10435 vsize=5356 CPUtime=0
/proc/10462/stat : 10462 (sh) S 10435 10435 10102 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1978880410 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10462/statm: 1339 232 193 169 0 50 0
[pid=10463] ppid=10462 vsize=872744 CPUtime=1615.24
/proc/10463/stat : 10463 (minisat) R 10462 10435 10102 0 -1 4194304 209994 0 0 0 161373 151 0 0 25 0 1 0 1978880411 893689856 209980 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/10463/statm: 218186 209980 76 150 0 218033 0
Current children cumulated CPU time (s) 1653.86
Current children cumulated vsize (KiB) 891700

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 10470
/proc/meminfo: memFree=630000/2055920 swapFree=4179604/4192956
[pid=10435] ppid=10432 vsize=13600 CPUtime=38.62
/proc/10435/stat : 10435 (sugar) S 10432 10435 10102 0 -1 4194304 1029 27638 4 64 4 1 3563 294 16 0 1 0 1978876414 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10435/statm: 3400 799 370 3 0 500 0
[pid=10462] ppid=10435 vsize=5356 CPUtime=0
/proc/10462/stat : 10462 (sh) S 10435 10435 10102 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1978880410 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10462/statm: 1339 232 193 169 0 50 0
[pid=10463] ppid=10462 vsize=873172 CPUtime=1674.98
/proc/10463/stat : 10463 (minisat) R 10462 10435 10102 0 -1 4194304 210111 0 0 0 167347 151 0 0 25 0 1 0 1978880411 894128128 210097 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/10463/statm: 218293 210097 76 150 0 218140 0
Current children cumulated CPU time (s) 1713.6
Current children cumulated vsize (KiB) 892128

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 10470
/proc/meminfo: memFree=629168/2055920 swapFree=4179604/4192956
[pid=10435] ppid=10432 vsize=13600 CPUtime=38.62
/proc/10435/stat : 10435 (sugar) S 10432 10435 10102 0 -1 4194304 1029 27638 4 64 4 1 3563 294 16 0 1 0 1978876414 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10435/statm: 3400 799 370 3 0 500 0
[pid=10462] ppid=10435 vsize=5356 CPUtime=0
/proc/10462/stat : 10462 (sh) S 10435 10435 10102 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1978880410 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10462/statm: 1339 232 193 169 0 50 0
[pid=10463] ppid=10462 vsize=873700 CPUtime=1734.72
/proc/10463/stat : 10463 (minisat) R 10462 10435 10102 0 -1 4194304 210241 0 0 0 173321 151 0 0 25 0 1 0 1978880411 894668800 210227 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/10463/statm: 218425 210227 76 150 0 218272 0
Current children cumulated CPU time (s) 1773.34
Current children cumulated vsize (KiB) 892656



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 10470
/proc/meminfo: memFree=629168/2055920 swapFree=4179604/4192956
[pid=10435] ppid=10432 vsize=13600 CPUtime=38.62
/proc/10435/stat : 10435 (sugar) S 10432 10435 10102 0 -1 4194304 1029 27638 4 64 4 1 3563 294 16 0 1 0 1978876414 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10435/statm: 3400 799 370 3 0 500 0
[pid=10462] ppid=10435 vsize=5356 CPUtime=0
/proc/10462/stat : 10462 (sh) S 10435 10435 10102 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1978880410 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10462/statm: 1339 232 193 169 0 50 0
[pid=10463] ppid=10462 vsize=873964 CPUtime=1761.41
/proc/10463/stat : 10463 (minisat) R 10462 10435 10102 0 -1 4194304 210287 0 0 0 175990 151 0 0 25 0 1 0 1978880411 894939136 210273 996147200 134512640 135127466 4294956272 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 0 0 0
/proc/10463/statm: 218491 210273 76 150 0 218338 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 892920

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

[startup+1809.22 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 10470
/proc/meminfo: memFree=629168/2055920 swapFree=4179604/4192956
[pid=10435] ppid=10432 vsize=13600 CPUtime=38.62
/proc/10435/stat : 10435 (sugar) S 10432 10435 10102 0 -1 4194304 1040 27638 4 64 4 1 3563 294 16 0 1 0 1978876414 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/10435/statm: 3400 799 370 3 0 500 0
[pid=10462] ppid=10435 vsize=0 CPUtime=0
/proc/10462/stat : 10462 (sh) Z 10435 10435 10102 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 1978880410 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/10462/statm: 0 0 0 0 0 0 0
[pid=10463] ppid=1 vsize=0 CPUtime=1761.53
/proc/10463/stat : 10463 (minisat) R 1 10435 10102 0 -1 4195332 210287 0 0 0 175990 163 0 0 25 0 1 0 1978880411 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 0 0 0
/proc/10463/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.15
Current children cumulated vsize (KiB) 13600

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

[startup+1809.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 10470
/proc/meminfo: memFree=629168/2055920 swapFree=4179604/4192956
[pid=10435] ppid=10432 vsize=13600 CPUtime=38.7
/proc/10435/stat : 10435 (sugar) R 10432 10435 10102 0 -1 4194304 1065 27915 4 64 4 8 3563 295 17 0 1 0 1978876414 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 228774876201 0 0 4224 16386 0 0 0 17 0 0 0
/proc/10435/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 38.7
Current children cumulated vsize (KiB) 13600

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

[startup+1809.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/72 10487
/proc/meminfo: memFree=1870304/2055920 swapFree=4179604/4192956
[pid=10435] ppid=10432 vsize=13600 CPUtime=38.8
/proc/10435/stat : 10435 (sugar) R 10432 10435 10102 0 -1 4194304 1065 27915 4 64 4 18 3563 295 17 0 1 0 1978876414 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 228774876201 0 0 4224 16386 0 0 0 17 0 0 0
/proc/10435/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 38.8
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): 1761.45
#  lost CPU user time (s): 1759.9
#  lost CPU system time (s): 1.55

Real time (s): 1809.46
CPU time (s): 1800.32
CPU user time (s): 1795.58
CPU system time (s): 4.73751
CPU usage (%): 99.495
Max. virtual memory (cumulated for all children) (KiB): 892920

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 35.6816
system time used= 3.18751
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29011
page faults= 68
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 22573
involuntary context switches= 22620

runsolver used 2.03569 second user time and 6.22305 second system time

The end

Launcher Data (download as text)

Begin job on node74 at 2008-07-02 13:47:33
IDJOB=1041050
IDBENCH=53767
IDSOLVER=346
FILE ID=node74/1041050-1214999253
PBS_JOBID= 7870776
Free space on /tmp= 103212 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= f3288d103eb05e68f4356a28d7cc0cdd
RANDOM SEED=1662487071

node74.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.259
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.259
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:       1952472 kB
Buffers:          4976 kB
Cached:          30348 kB
SwapCached:       6360 kB
Active:          37056 kB
Inactive:         7888 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1952472 kB
SwapTotal:     4192956 kB
SwapFree:      4179604 kB
Dirty:            4476 kB
Writeback:           0 kB
Mapped:          15568 kB
Slab:            43996 kB
Committed_AS:  3828468 kB
PageTables:       1664 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 103212 MiB
End job on node74 at 2008-07-02 14:17:44