Trace number 2060852

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.14.6+minisat? (TO) 1800.11 1801.81

General information on the benchmark

Namecsp/allsquaresUnsat/
normalized-squaresUnsat-35-35.xml
MD5SUM35b05a83f382898243197cbd730ba6d5
Bench CategoryAlldiff+Cumul+Elt+WSum (alldiff,cumulative,element,weightedsum)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2.86356
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

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sat Jul 11 17:28:42 2009
0.00/0.08	c 0	PID 14648
0.00/0.08	c 0	HOST node15.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2060852-1247326122.xml TO HOME/temp.csp
0.00/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2060852-1247326122.xml' 'HOME/temp.csp'
0.06/0.79	c 1	36 domains, 2450 variables, 2 predicates, 0 relations, 2978 constraints
0.06/0.83	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.83	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.75/0.91	c 1	Parsing HOME/temp.csp
0.75/1.05	c 1	parsed 5466 expressions
0.75/1.06	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.75/1.06	c 1	Converting to clausal form CSP
0.75/1.09	c 1	converted 547 (10%) expressions
0.75/1.10	c 1	converted 1094 (20%) expressions
1.00/1.12	c 1	converted 1640 (30%) expressions
1.00/1.12	c 1	converted 2187 (40%) expressions
1.09/1.30	c 1	converted 2733 (50%) expressions
1.19/1.37	c 1	converted 3280 (60%) expressions
1.29/1.42	c 1	converted 3827 (70%) expressions
1.40/1.50	c 1	converted 4373 (80%) expressions
1.40/1.55	c 1	converted 4920 (90%) expressions
3.18/3.31	c 3	converted 5466 (100%) expressions
3.18/3.32	c 3	CSP : 13186 integers, 5932 booleans, 38848 clauses, largest domain size 123
3.18/3.32	c 3	Heap : 27 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
3.18/3.32	c 3	Propagation in CSP
3.27/3.43	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.27/3.44	c 3	CSP : 13186 integers, 5932 booleans, 38848 clauses, largest domain size 123
3.27/3.44	c 3	Heap : 27 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
3.27/3.46	c 3	Simplifing CSP by introducing new Boolean variables
3.27/3.49	c 3	CSP : 13186 integers, 5932 booleans, 38848 clauses, largest domain size 123
3.27/3.49	c 3	Heap : 28 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
3.46/3.67	c 4	Encoding CSP to SAT : HOME/temp.cnf
3.56/3.72	c 4	1319 (10%) CSP integer variables are encoded (7122 clauses, 90455 bytes)
3.56/3.73	c 4	2638 (20%) CSP integer variables are encoded (9722 clauses, 128680 bytes)
3.56/3.75	c 4	3956 (30%) CSP integer variables are encoded (29222 clauses, 421180 bytes)
3.56/3.78	c 4	5275 (40%) CSP integer variables are encoded (48722 clauses, 713680 bytes)
3.66/3.80	c 4	6593 (50%) CSP integer variables are encoded (67662 clauses, 997780 bytes)
3.66/3.83	c 4	7912 (60%) CSP integer variables are encoded (86182 clauses, 1275580 bytes)
3.66/3.86	c 4	9231 (70%) CSP integer variables are encoded (105682 clauses, 1595953 bytes)
3.66/3.88	c 4	10549 (80%) CSP integer variables are encoded (125182 clauses, 1927453 bytes)
3.75/3.91	c 4	11868 (90%) CSP integer variables are encoded (144192 clauses, 2250623 bytes)
3.75/3.93	c 4	13186 (100%) CSP integer variables are encoded (162642 clauses, 2564273 bytes)
4.44/4.60	c 4	3885 (10%) CSP clauses are encoded (507672 clauses, 8797732 bytes)
5.18/5.50	c 5	7770 (20%) CSP clauses are encoded (930346 clauses, 17670308 bytes)
6.07/6.34	c 6	11655 (30%) CSP clauses are encoded (1341017 clauses, 26508426 bytes)
6.94/7.21	c 7	15540 (40%) CSP clauses are encoded (1751316 clauses, 35336233 bytes)
7.77/8.12	c 8	19424 (50%) CSP clauses are encoded (2162424 clauses, 44175802 bytes)
9.44/9.92	c 10	23309 (60%) CSP clauses are encoded (3052807 clauses, 62760130 bytes)
10.44/10.93	c 11	27194 (70%) CSP clauses are encoded (3512084 clauses, 74019554 bytes)
11.31/11.86	c 12	31079 (80%) CSP clauses are encoded (3922569 clauses, 84080587 bytes)
12.19/12.77	c 13	34964 (90%) CSP clauses are encoded (4323670 clauses, 93906241 bytes)
13.86/14.47	c 14	38848 (100%) CSP clauses are encoded (5142740 clauses, 113239378 bytes)
13.86/14.47	c 14	38848 CSP clauses encoded
13.86/14.47	c 14	Writing map file : HOME/temp.map
13.86/14.49	c 14	Heap : 26 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
13.86/14.49	c 14	SAT : 181672 SAT variables, 5142740 SAT clauses, 113239378 bytes
13.86/14.49	c 14	Heap : 26 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
13.95/14.55	c 14	SOLVING HOME/temp.cnf
13.95/14.55	c 14	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
13.95/14.55	c 14	This is MiniSat 2.0 beta
13.95/14.55	c 14	WARNING: for repeatability, setting FPU to use double precision
13.95/14.56	c 14	============================[ Problem Statistics ]=============================
13.95/14.56	c 14	|                                                                             |
13.95/14.56	c 14	|  Number of variables:  181672                                               |
13.95/14.56	c 14	|  Number of clauses:    5142740                                              |
16.78/17.40	c 17	|  Parsing time:         2.39         s                                       |
16.88/17.55	c 17	============================[ Search Statistics ]==============================
16.88/17.55	c 17	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
16.88/17.55	c 17	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
16.88/17.55	c 17	===============================================================================
16.88/17.55	c 17	|         0 |  181672  5142740 15222830 |  1714246        0    nan |  0.000 % |
18.95/19.61	c 20	|       100 |  181672  5142740 15222830 |  1885671      100     27 |  0.000 % |
22.51/23.27	c 23	|       250 |  181672  5142740 15222830 |  2074238      250     38 |  0.000 % |
26.65/27.53	c 27	|       476 |  181672  5142740 15222830 |  2281662      476     42 |  0.000 % |
33.84/34.77	c 35	|       813 |  181672  5142740 15222830 |  2509828      813     46 |  0.000 % |
46.94/47.90	c 48	|      1319 |  181672  5142740 15222830 |  2760811     1319     50 |  0.000 % |
64.73/65.63	c 66	|      2079 |  181672  5142740 15222830 |  3036892     2079     49 |  0.000 % |
83.22/84.12	c 84	|      3218 |  181672  5142740 15222830 |  3340581     3218     47 |  0.000 % |
121.50/122.42	c 122	|      4926 |  181672  5142740 15222830 |  3674639     4926     53 |  0.000 % |
178.88/179.89	c 180	|      7488 |  181672  5142740 15222830 |  4042103     7488     54 |  0.000 % |
244.16/245.17	c 245	|     11332 |  181672  5142740 15222830 |  4446314    11332     55 |  0.000 % |
334.12/335.16	c 335	|     17098 |  181672  5142740 15222830 |  4890945    17098     56 |  0.000 % |
467.38/468.50	c 468	|     25748 |  181672  5142740 15222830 |  5380040    25748     65 |  0.000 % |
649.21/650.35	c 650	|     38724 |  181672  5142740 15222830 |  5918044    38724     65 |  0.000 % |
908.41/909.63	c 910	|     58185 |  181672  5142740 15222830 |  6509848    58185     65 |  0.000 % |
1449.24/1450.74	c 1451	|     87377 |  181672  5142740 15222830 |  7160833    87377     63 |  0.000 % |
1800.11/1801.72	c ERROR INTERRUPTED
1800.11/1801.75	s UNKNOWN
1800.11/1801.75	c 1802	CPU 13.99 (0.06 0.02 13.01 0.9)
1800.11/1801.75	c 1802	END Sat Jul 11 17:58:44 2009

Verifier Data

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

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2060852-1247326122/watcher-2060852-1247326122 -o /tmp/evaluation-result-2060852-1247326122/solver-2060852-1247326122 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-2060852-1247326122.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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.89 1.91 1.91 6/83 14648
/proc/meminfo: memFree=1268680/2055920 swapFree=4191900/4192956
[pid=14648] ppid=14646 vsize=12272 CPUtime=0
/proc/14648/stat : 14648 (sugar) R 14646 14648 12564 0 -1 4194304 386 0 0 0 0 0 0 0 20 0 1 0 19679037 12566528 354 996147200 4194304 4206940 548682068608 18446744073709551615 240490477856 0 0 4224 0 0 0 0 17 1 0 0
/proc/14648/statm: 3068 354 264 3 0 168 0

[startup+0.172781 s]
/proc/loadavg: 1.89 1.91 1.91 6/83 14648
/proc/meminfo: memFree=1268680/2055920 swapFree=4191900/4192956
[pid=14648] ppid=14646 vsize=16868 CPUtime=0.06
/proc/14648/stat : 14648 (sugar) S 14646 14648 12564 0 -1 4194304 1227 128 0 0 5 1 0 0 21 0 1 0 19679037 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14648/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.201783 s]
/proc/loadavg: 1.89 1.91 1.91 6/83 14648
/proc/meminfo: memFree=1268680/2055920 swapFree=4191900/4192956
[pid=14648] ppid=14646 vsize=16868 CPUtime=0.06
/proc/14648/stat : 14648 (sugar) S 14646 14648 12564 0 -1 4194304 1227 128 0 0 5 1 0 0 21 0 1 0 19679037 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14648/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301792 s]
/proc/loadavg: 1.89 1.91 1.91 6/83 14648
/proc/meminfo: memFree=1268680/2055920 swapFree=4191900/4192956
[pid=14648] ppid=14646 vsize=16868 CPUtime=0.06
/proc/14648/stat : 14648 (sugar) S 14646 14648 12564 0 -1 4194304 1227 128 0 0 5 1 0 0 21 0 1 0 19679037 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14648/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701827 s]
/proc/loadavg: 1.89 1.91 1.91 6/83 14648
/proc/meminfo: memFree=1268680/2055920 swapFree=4191900/4192956
[pid=14648] ppid=14646 vsize=16868 CPUtime=0.06
/proc/14648/stat : 14648 (sugar) S 14646 14648 12564 0 -1 4194304 1227 128 0 0 5 1 0 0 21 0 1 0 19679037 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14648/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.5029 s]
/proc/loadavg: 1.89 1.91 1.91 3/94 14670
/proc/meminfo: memFree=1257328/2055920 swapFree=4191900/4192956
[pid=14648] ppid=14646 vsize=16868 CPUtime=0.75
/proc/14648/stat : 14648 (sugar) S 14646 14648 12564 0 -1 4194304 1309 7172 0 2 5 1 65 4 15 0 1 0 19679037 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14648/statm: 4217 1111 409 3 0 796 0
[pid=14661] ppid=14648 vsize=5356 CPUtime=0
/proc/14661/stat : 14661 (sh) S 14648 14648 12564 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19679121 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14661/statm: 1339 233 193 169 0 50 0
[pid=14662] ppid=14661 vsize=868592 CPUtime=0.65
/proc/14662/stat : 14662 (java) S 14661 14648 12564 0 -1 0 7177 0 1 0 61 4 0 0 18 0 9 0 19679121 889438208 6409 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14662/statm: 217148 6409 2566 9 0 211653 0
[pid=14662/tid=14663] ppid=14661 vsize=868592 CPUtime=0.36
/proc/14662/task/14663/stat : 14663 (java) R 14661 14648 12564 0 -1 64 2671 0 1 0 35 1 0 0 22 0 9 0 19679122 889438208 6409 996147200 134512640 134550932 4294955936 18446744073709551615 4126483789 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14662/tid=14664] ppid=14661 vsize=868592 CPUtime=0.09
/proc/14662/task/14664/stat : 14664 (java) S 14661 14648 12564 0 -1 64 2315 0 0 0 9 0 0 0 16 0 9 0 19679123 889438208 6409 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14662/tid=14665] ppid=14661 vsize=868592 CPUtime=0
/proc/14662/task/14665/stat : 14665 (java) S 14661 14648 12564 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19679123 889438208 6409 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14662/tid=14666] ppid=14661 vsize=868592 CPUtime=0
/proc/14662/task/14666/stat : 14666 (java) S 14661 14648 12564 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 19679123 889438208 6409 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14662/tid=14667] ppid=14661 vsize=868592 CPUtime=0
/proc/14662/task/14667/stat : 14667 (java) S 14661 14648 12564 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 19679125 889438208 6409 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14662/tid=14668] ppid=14661 vsize=868592 CPUtime=0.17
/proc/14662/task/14668/stat : 14668 (java) S 14661 14648 12564 0 -1 64 1493 0 0 0 16 1 0 0 16 0 9 0 19679125 889438208 6409 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14662/tid=14669] ppid=14661 vsize=868592 CPUtime=0
/proc/14662/task/14669/stat : 14669 (java) S 14661 14648 12564 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 19679125 889438208 6409 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14662/tid=14670] ppid=14661 vsize=868592 CPUtime=0
/proc/14662/task/14670/stat : 14670 (java) S 14661 14648 12564 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 19679125 889438208 6409 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 890816

[startup+3.10204 s]
/proc/loadavg: 1.89 1.91 1.91 3/94 14670
/proc/meminfo: memFree=1240560/2055920 swapFree=4191900/4192956
[pid=14648] ppid=14646 vsize=16868 CPUtime=0.75
/proc/14648/stat : 14648 (sugar) S 14646 14648 12564 0 -1 4194304 1309 7172 0 2 5 1 65 4 15 0 1 0 19679037 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14648/statm: 4217 1111 409 3 0 796 0
[pid=14661] ppid=14648 vsize=5356 CPUtime=0
/proc/14661/stat : 14661 (sh) S 14648 14648 12564 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19679121 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14661/statm: 1339 233 193 169 0 50 0
[pid=14662] ppid=14661 vsize=868592 CPUtime=2.22
/proc/14662/stat : 14662 (java) S 14661 14648 12564 0 -1 0 12724 0 1 0 216 6 0 0 18 0 9 0 19679121 889438208 11690 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14662/statm: 217148 11690 2567 9 0 211653 0
[pid=14662/tid=14663] ppid=14661 vsize=868592 CPUtime=1.33
/proc/14662/task/14663/stat : 14663 (java) R 14661 14648 12564 0 -1 64 2980 0 1 0 132 1 0 0 25 0 9 0 19679122 889438208 11690 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14662/tid=14664] ppid=14661 vsize=868592 CPUtime=0.65
/proc/14662/task/14664/stat : 14664 (java) S 14661 14648 12564 0 -1 64 7503 0 0 0 62 3 0 0 16 0 9 0 19679123 889438208 11690 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14662/tid=14665] ppid=14661 vsize=868592 CPUtime=0
/proc/14662/task/14665/stat : 14665 (java) S 14661 14648 12564 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19679123 889438208 11690 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14662/tid=14666] ppid=14661 vsize=868592 CPUtime=0
/proc/14662/task/14666/stat : 14666 (java) S 14661 14648 12564 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 19679123 889438208 11690 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14662/tid=14667] ppid=14661 vsize=868592 CPUtime=0
/proc/14662/task/14667/stat : 14667 (java) S 14661 14648 12564 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 19679125 889438208 11690 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14662/tid=14668] ppid=14661 vsize=868592 CPUtime=0.22
/proc/14662/task/14668/stat : 14668 (java) S 14661 14648 12564 0 -1 64 1543 0 0 0 21 1 0 0 16 0 9 0 19679125 889438208 11690 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14662/tid=14669] ppid=14661 vsize=868592 CPUtime=0
/proc/14662/task/14669/stat : 14669 (java) S 14661 14648 12564 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 19679125 889438208 11690 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14662/tid=14670] ppid=14661 vsize=868592 CPUtime=0
/proc/14662/task/14670/stat : 14670 (java) S 14661 14648 12564 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 19679125 889438208 11690 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 890816

[startup+6.30232 s]
/proc/loadavg: 1.90 1.91 1.91 3/94 14670
/proc/meminfo: memFree=1205936/2055920 swapFree=4191900/4192956
[pid=14648] ppid=14646 vsize=16868 CPUtime=0.75
/proc/14648/stat : 14648 (sugar) S 14646 14648 12564 0 -1 4194304 1310 7172 0 2 5 1 65 4 16 0 1 0 19679037 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14648/statm: 4217 1111 409 3 0 796 0
[pid=14661] ppid=14648 vsize=5356 CPUtime=0
/proc/14661/stat : 14661 (sh) S 14648 14648 12564 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19679121 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14661/statm: 1339 233 193 169 0 50 0
[pid=14662] ppid=14661 vsize=868704 CPUtime=5.32
/proc/14662/stat : 14662 (java) S 14661 14648 12564 0 -1 0 14300 0 1 0 507 25 0 0 18 0 9 0 19679121 889552896 12782 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14662/statm: 217176 12782 2591 9 0 211653 0
[pid=14662/tid=14663] ppid=14661 vsize=868704 CPUtime=4.04
/proc/14662/task/14663/stat : 14663 (java) R 14661 14648 12564 0 -1 64 3351 0 1 0 386 18 0 0 25 0 9 0 19679122 889552896 12782 996147200 134512640 134550932 4294955936 18446744073709551615 4127167685 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14662/tid=14664] ppid=14661 vsize=868704 CPUtime=0.97
/proc/14662/task/14664/stat : 14664 (java) S 14661 14648 12564 0 -1 64 8666 0 0 0 92 5 0 0 16 0 9 0 19679123 889552896 12782 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14662/tid=14665] ppid=14661 vsize=868704 CPUtime=0
/proc/14662/task/14665/stat : 14665 (java) S 14661 14648 12564 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19679123 889552896 12782 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14662/tid=14666] ppid=14661 vsize=868704 CPUtime=0
/proc/14662/task/14666/stat : 14666 (java) S 14661 14648 12564 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19679123 889552896 12782 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14662/tid=14667] ppid=14661 vsize=868704 CPUtime=0
/proc/14662/task/14667/stat : 14667 (java) S 14661 14648 12564 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 19679125 889552896 12782 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14662/tid=14668] ppid=14661 vsize=868704 CPUtime=0.29
/proc/14662/task/14668/stat : 14668 (java) S 14661 14648 12564 0 -1 64 1585 0 0 0 28 1 0 0 17 0 9 0 19679125 889552896 12782 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14662/tid=14669] ppid=14661 vsize=868704 CPUtime=0
/proc/14662/task/14669/stat : 14669 (java) S 14661 14648 12564 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 19679125 889552896 12782 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14662/tid=14670] ppid=14661 vsize=868704 CPUtime=0
/proc/14662/task/14670/stat : 14670 (java) S 14661 14648 12564 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 19679125 889552896 12782 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.07
Current children cumulated vsize (KiB) 890928

[startup+12.7029 s]
/proc/loadavg: 1.99 1.93 1.92 3/94 14670
/proc/meminfo: memFree=1137520/2055920 swapFree=4191900/4192956
[pid=14648] ppid=14646 vsize=16868 CPUtime=0.76
/proc/14648/stat : 14648 (sugar) S 14646 14648 12564 0 -1 4194304 1310 7172 0 2 6 1 65 4 16 0 1 0 19679037 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14648/statm: 4217 1111 409 3 0 796 0
[pid=14661] ppid=14648 vsize=5356 CPUtime=0
/proc/14661/stat : 14661 (sh) S 14648 14648 12564 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19679121 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14661/statm: 1339 233 193 169 0 50 0
[pid=14662] ppid=14661 vsize=868704 CPUtime=11.43
/proc/14662/stat : 14662 (java) S 14661 14648 12564 0 -1 0 14858 0 1 0 1074 69 0 0 18 0 9 0 19679121 889552896 12782 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14662/statm: 217176 12782 2591 9 0 211653 0
[pid=14662/tid=14663] ppid=14661 vsize=868704 CPUtime=9.86
/proc/14662/task/14663/stat : 14663 (java) R 14661 14648 12564 0 -1 64 3909 0 1 0 928 58 0 0 25 0 9 0 19679122 889552896 12782 996147200 134512640 134550932 4294955936 18446744073709551615 4126574847 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14662/tid=14664] ppid=14661 vsize=868704 CPUtime=1.25
/proc/14662/task/14664/stat : 14664 (java) S 14661 14648 12564 0 -1 64 8666 0 0 0 117 8 0 0 16 0 9 0 19679123 889552896 12782 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14662/tid=14665] ppid=14661 vsize=868704 CPUtime=0
/proc/14662/task/14665/stat : 14665 (java) S 14661 14648 12564 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19679123 889552896 12782 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14662/tid=14666] ppid=14661 vsize=868704 CPUtime=0
/proc/14662/task/14666/stat : 14666 (java) S 14661 14648 12564 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19679123 889552896 12782 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14662/tid=14667] ppid=14661 vsize=868704 CPUtime=0
/proc/14662/task/14667/stat : 14667 (java) S 14661 14648 12564 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 19679125 889552896 12782 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14662/tid=14668] ppid=14661 vsize=868704 CPUtime=0.29
/proc/14662/task/14668/stat : 14668 (java) S 14661 14648 12564 0 -1 64 1585 0 0 0 28 1 0 0 17 0 9 0 19679125 889552896 12782 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14662/tid=14669] ppid=14661 vsize=868704 CPUtime=0
/proc/14662/task/14669/stat : 14669 (java) S 14661 14648 12564 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 19679125 889552896 12782 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14662/tid=14670] ppid=14661 vsize=868704 CPUtime=0
/proc/14662/task/14670/stat : 14670 (java) S 14661 14648 12564 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 19679125 889552896 12782 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.19
Current children cumulated vsize (KiB) 890928

[startup+25.502 s]
/proc/loadavg: 2.07 1.94 1.92 3/86 14672
/proc/meminfo: memFree=917680/2055920 swapFree=4191900/4192956
[pid=14648] ppid=14646 vsize=16868 CPUtime=13.97
/proc/14648/stat : 14648 (sugar) S 14646 14648 12564 0 -1 4194304 1376 22501 0 3 6 1 1301 89 16 0 1 0 19679037 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14648/statm: 4217 1113 409 3 0 796 0
[pid=14671] ppid=14648 vsize=5356 CPUtime=0
/proc/14671/stat : 14671 (sh) S 14648 14648 12564 0 -1 4194304 277 0 0 0 0 0 0 0 16 0 1 0 19680493 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14671/statm: 1339 232 193 169 0 50 0
[pid=14672] ppid=14671 vsize=231288 CPUtime=10.81
/proc/14672/stat : 14672 (minisat) R 14671 14648 12564 0 -1 4194304 57027 0 0 0 1033 48 0 0 25 0 1 0 19680493 236838912 57013 996147200 134512640 135127466 4294956256 18446744073709551615 134530766 0 0 4096 3 0 0 0 17 1 0 0
/proc/14672/statm: 57822 57013 76 150 0 57669 0
Current children cumulated CPU time (s) 24.78
Current children cumulated vsize (KiB) 253512

[startup+51.1012 s]
/proc/loadavg: 2.26 2.00 1.94 3/86 14672
/proc/meminfo: memFree=905648/2055920 swapFree=4191900/4192956
[pid=14648] ppid=14646 vsize=16868 CPUtime=13.97
/proc/14648/stat : 14648 (sugar) S 14646 14648 12564 0 -1 4194304 1376 22501 0 3 6 1 1301 89 16 0 1 0 19679037 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14648/statm: 4217 1113 409 3 0 796 0

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

/proc/meminfo: memFree=874160/2055920 swapFree=4191900/4192956
[pid=14648] ppid=14646 vsize=16868 CPUtime=13.97
/proc/14648/stat : 14648 (sugar) S 14646 14648 12564 0 -1 4194304 1376 22501 0 3 6 1 1301 89 16 0 1 0 19679037 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14648/statm: 4217 1113 409 3 0 796 0
[pid=14671] ppid=14648 vsize=5356 CPUtime=0
/proc/14671/stat : 14671 (sh) S 14648 14648 12564 0 -1 4194304 277 0 0 0 0 0 0 0 16 0 1 0 19680493 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14671/statm: 1339 232 193 169 0 50 0
[pid=14672] ppid=14671 vsize=258312 CPUtime=1286.98
/proc/14672/stat : 14672 (minisat) R 14671 14648 12564 0 -1 4194304 63800 0 0 0 128637 61 0 0 25 0 1 0 19680493 264511488 63786 996147200 134512640 135127466 4294956256 18446744073709551615 134530654 0 0 4096 3 0 0 0 17 0 0 0
/proc/14672/statm: 64578 63786 76 150 0 64425 0
Current children cumulated CPU time (s) 1300.95
Current children cumulated vsize (KiB) 280536

[startup+1362.3 s]
/proc/loadavg: 1.93 1.98 1.94 3/76 14778
/proc/meminfo: memFree=1557376/2055920 swapFree=4191900/4192956
[pid=14648] ppid=14646 vsize=16868 CPUtime=13.97
/proc/14648/stat : 14648 (sugar) S 14646 14648 12564 0 -1 4194304 1376 22501 0 3 6 1 1301 89 16 0 1 0 19679037 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14648/statm: 4217 1113 409 3 0 796 0
[pid=14671] ppid=14648 vsize=5356 CPUtime=0
/proc/14671/stat : 14671 (sh) S 14648 14648 12564 0 -1 4194304 277 0 0 0 0 0 0 0 16 0 1 0 19680493 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14671/statm: 1339 232 193 169 0 50 0
[pid=14672] ppid=14671 vsize=259104 CPUtime=1346.93
/proc/14672/stat : 14672 (minisat) R 14671 14648 12564 0 -1 4194304 63988 0 0 0 134630 63 0 0 25 0 1 0 19680493 265322496 63974 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14672/statm: 64776 63974 76 150 0 64623 0
Current children cumulated CPU time (s) 1360.9
Current children cumulated vsize (KiB) 281328

[startup+1422.3 s]
/proc/loadavg: 1.92 1.97 1.93 3/76 15062
/proc/meminfo: memFree=1555648/2055920 swapFree=4191900/4192956
[pid=14648] ppid=14646 vsize=16868 CPUtime=13.97
/proc/14648/stat : 14648 (sugar) S 14646 14648 12564 0 -1 4194304 1376 22501 0 3 6 1 1301 89 16 0 1 0 19679037 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14648/statm: 4217 1113 409 3 0 796 0
[pid=14671] ppid=14648 vsize=5356 CPUtime=0
/proc/14671/stat : 14671 (sh) S 14648 14648 12564 0 -1 4194304 277 0 0 0 0 0 0 0 16 0 1 0 19680493 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14671/statm: 1339 232 193 169 0 50 0
[pid=14672] ppid=14671 vsize=259896 CPUtime=1406.88
/proc/14672/stat : 14672 (minisat) R 14671 14648 12564 0 -1 4194304 64191 0 0 0 140621 67 0 0 25 0 1 0 19680493 266133504 64177 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14672/statm: 64974 64177 76 150 0 64821 0
Current children cumulated CPU time (s) 1420.85
Current children cumulated vsize (KiB) 282120

[startup+1482.3 s]
/proc/loadavg: 1.97 1.97 1.93 3/76 15062
/proc/meminfo: memFree=1554368/2055920 swapFree=4191900/4192956
[pid=14648] ppid=14646 vsize=16868 CPUtime=13.97
/proc/14648/stat : 14648 (sugar) S 14646 14648 12564 0 -1 4194304 1376 22501 0 3 6 1 1301 89 16 0 1 0 19679037 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14648/statm: 4217 1113 409 3 0 796 0
[pid=14671] ppid=14648 vsize=5356 CPUtime=0
/proc/14671/stat : 14671 (sh) S 14648 14648 12564 0 -1 4194304 277 0 0 0 0 0 0 0 16 0 1 0 19680493 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14671/statm: 1339 232 193 169 0 50 0
[pid=14672] ppid=14671 vsize=261084 CPUtime=1466.86
/proc/14672/stat : 14672 (minisat) R 14671 14648 12564 0 -1 4194304 64487 0 0 0 146618 68 0 0 25 0 1 0 19680493 267350016 64473 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/14672/statm: 65271 64473 76 150 0 65118 0
Current children cumulated CPU time (s) 1480.83
Current children cumulated vsize (KiB) 283308

[startup+1542.31 s]
/proc/loadavg: 1.99 1.97 1.93 3/76 15062
/proc/meminfo: memFree=1553024/2055920 swapFree=4191900/4192956
[pid=14648] ppid=14646 vsize=16868 CPUtime=13.97
/proc/14648/stat : 14648 (sugar) S 14646 14648 12564 0 -1 4194304 1376 22501 0 3 6 1 1301 89 16 0 1 0 19679037 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14648/statm: 4217 1113 409 3 0 796 0
[pid=14671] ppid=14648 vsize=5356 CPUtime=0
/proc/14671/stat : 14671 (sh) S 14648 14648 12564 0 -1 4194304 277 0 0 0 0 0 0 0 16 0 1 0 19680493 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14671/statm: 1339 232 193 169 0 50 0
[pid=14672] ppid=14671 vsize=262452 CPUtime=1526.84
/proc/14672/stat : 14672 (minisat) R 14671 14648 12564 0 -1 4194304 64811 0 0 0 152616 68 0 0 25 0 1 0 19680493 268750848 64797 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14672/statm: 65613 64797 76 150 0 65460 0
Current children cumulated CPU time (s) 1540.81
Current children cumulated vsize (KiB) 284676

[startup+1602.3 s]
/proc/loadavg: 1.99 1.97 1.93 3/76 15090
/proc/meminfo: memFree=1528512/2055920 swapFree=4191900/4192956
[pid=14648] ppid=14646 vsize=16868 CPUtime=13.97
/proc/14648/stat : 14648 (sugar) S 14646 14648 12564 0 -1 4194304 1376 22501 0 3 6 1 1301 89 16 0 1 0 19679037 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14648/statm: 4217 1113 409 3 0 796 0
[pid=14671] ppid=14648 vsize=5356 CPUtime=0
/proc/14671/stat : 14671 (sh) S 14648 14648 12564 0 -1 4194304 277 0 0 0 0 0 0 0 16 0 1 0 19680493 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14671/statm: 1339 232 193 169 0 50 0
[pid=14672] ppid=14671 vsize=263508 CPUtime=1586.81
/proc/14672/stat : 14672 (minisat) R 14671 14648 12564 0 -1 4194304 65076 0 0 0 158612 69 0 0 25 0 1 0 19680493 269832192 65062 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14672/statm: 65877 65062 76 150 0 65724 0
Current children cumulated CPU time (s) 1600.78
Current children cumulated vsize (KiB) 285732

[startup+1662.3 s]
/proc/loadavg: 1.99 1.97 1.93 3/76 15090
/proc/meminfo: memFree=1527296/2055920 swapFree=4191900/4192956
[pid=14648] ppid=14646 vsize=16868 CPUtime=13.97
/proc/14648/stat : 14648 (sugar) S 14646 14648 12564 0 -1 4194304 1376 22501 0 3 6 1 1301 89 16 0 1 0 19679037 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14648/statm: 4217 1113 409 3 0 796 0
[pid=14671] ppid=14648 vsize=5356 CPUtime=0
/proc/14671/stat : 14671 (sh) S 14648 14648 12564 0 -1 4194304 277 0 0 0 0 0 0 0 16 0 1 0 19680493 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14671/statm: 1339 232 193 169 0 50 0
[pid=14672] ppid=14671 vsize=264564 CPUtime=1646.79
/proc/14672/stat : 14672 (minisat) R 14671 14648 12564 0 -1 4194304 65329 0 0 0 164609 70 0 0 25 0 1 0 19680493 270913536 65315 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14672/statm: 66141 65315 76 150 0 65988 0
Current children cumulated CPU time (s) 1660.76
Current children cumulated vsize (KiB) 286788

[startup+1722.3 s]
/proc/loadavg: 1.99 1.97 1.93 3/76 15090
/proc/meminfo: memFree=1526208/2055920 swapFree=4191900/4192956
[pid=14648] ppid=14646 vsize=16868 CPUtime=13.97
/proc/14648/stat : 14648 (sugar) S 14646 14648 12564 0 -1 4194304 1376 22501 0 3 6 1 1301 89 16 0 1 0 19679037 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14648/statm: 4217 1113 409 3 0 796 0
[pid=14671] ppid=14648 vsize=5356 CPUtime=0
/proc/14671/stat : 14671 (sh) S 14648 14648 12564 0 -1 4194304 277 0 0 0 0 0 0 0 16 0 1 0 19680493 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14671/statm: 1339 232 193 169 0 50 0
[pid=14672] ppid=14671 vsize=265620 CPUtime=1706.77
/proc/14672/stat : 14672 (minisat) R 14671 14648 12564 0 -1 4194304 65592 0 0 0 170606 71 0 0 25 0 1 0 19680493 271994880 65578 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14672/statm: 66405 65578 76 150 0 66252 0
Current children cumulated CPU time (s) 1720.74
Current children cumulated vsize (KiB) 287844

[startup+1782.3 s]
/proc/loadavg: 1.99 1.97 1.93 3/76 15090
/proc/meminfo: memFree=1525056/2055920 swapFree=4191900/4192956
[pid=14648] ppid=14646 vsize=16868 CPUtime=13.97
/proc/14648/stat : 14648 (sugar) S 14646 14648 12564 0 -1 4194304 1376 22501 0 3 6 1 1301 89 16 0 1 0 19679037 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14648/statm: 4217 1113 409 3 0 796 0
[pid=14671] ppid=14648 vsize=5356 CPUtime=0
/proc/14671/stat : 14671 (sh) S 14648 14648 12564 0 -1 4194304 277 0 0 0 0 0 0 0 16 0 1 0 19680493 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14671/statm: 1339 232 193 169 0 50 0
[pid=14672] ppid=14671 vsize=266676 CPUtime=1766.74
/proc/14672/stat : 14672 (minisat) R 14671 14648 12564 0 -1 4194304 65862 0 0 0 176603 71 0 0 25 0 1 0 19680493 273076224 65848 996147200 134512640 135127466 4294956256 18446744073709551615 134522617 0 0 4096 3 0 0 0 17 0 0 0
/proc/14672/statm: 66669 65848 76 150 0 66516 0
Current children cumulated CPU time (s) 1780.71
Current children cumulated vsize (KiB) 288900



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.7 s]
/proc/loadavg: 1.99 1.97 1.93 3/76 15090
/proc/meminfo: memFree=1524672/2055920 swapFree=4191900/4192956
[pid=14648] ppid=14646 vsize=16868 CPUtime=13.97
/proc/14648/stat : 14648 (sugar) S 14646 14648 12564 0 -1 4194304 1376 22501 0 3 6 1 1301 89 16 0 1 0 19679037 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14648/statm: 4217 1113 409 3 0 796 0
[pid=14671] ppid=14648 vsize=5356 CPUtime=0
/proc/14671/stat : 14671 (sh) S 14648 14648 12564 0 -1 4194304 277 0 0 0 0 0 0 0 16 0 1 0 19680493 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14671/statm: 1339 232 193 169 0 50 0
[pid=14672] ppid=14671 vsize=266940 CPUtime=1786.14
/proc/14672/stat : 14672 (minisat) R 14671 14648 12564 0 -1 4194304 65954 0 0 0 178543 71 0 0 25 0 1 0 19680493 273346560 65940 996147200 134512640 135127466 4294956256 18446744073709551615 134530641 0 0 4096 3 0 0 0 17 0 0 0
/proc/14672/statm: 66735 65940 76 150 0 66582 0
Current children cumulated CPU time (s) 1800.11
Current children cumulated vsize (KiB) 289164

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

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 14648 and gives
#  childrusage.ru_utime.tv_sec=13
#  childrusage.ru_utime.tv_usec=84010
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=977851
# CPU time returned by wait4() is 14.0619
# while last known CPU time is 1800.11
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1801.81
CPU time (s): 1800.11
CPU user time (s): 1798.5
CPU system time (s): 1.61
CPU usage (%): 99.9059
Max. virtual memory (cumulated for all children) (KiB): 891320

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 13.084
system time used= 0.977851
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24260
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 12364
involuntary context switches= 12513

runsolver used 2.04269 second user time and 6.01509 second system time

The end

Launcher Data

Begin job on node15 at 2009-07-11 17:28:42
IDJOB=2060852
IDBENCH=53755
IDSOLVER=739
FILE ID=node15/2060852-1247326122
PBS_JOBID= 9506598
Free space on /tmp= 66268 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/allsquaresUnsat/normalized-squaresUnsat-35-35.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2060852-1247326122/watcher-2060852-1247326122 -o /tmp/evaluation-result-2060852-1247326122/solver-2060852-1247326122 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-2060852-1247326122.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 35b05a83f382898243197cbd730ba6d5
RANDOM SEED=1302800353

node15.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.220
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.220
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:       1269160 kB
Buffers:          4776 kB
Cached:          50908 kB
SwapCached:          8 kB
Active:         723764 kB
Inactive:        11884 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1269160 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:            1944 kB
Writeback:           0 kB
Mapped:         695320 kB
Slab:            35024 kB
Committed_AS:   839760 kB
PageTables:       3172 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= 66268 MiB
End job on node15 at 2009-07-11 17:58:46