Trace number 1041130

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.05 1805.14

General information on the benchmark

Namecsp/allsquaresUnsat/
normalized-squaresUnsat-30-30.xml
MD5SUMe85d2010148b38b130e5f78ed4e296ed
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.348946
Satisfiable
(Un)Satisfiability was proved
Number of variables1800
Number of constraints2178
Maximum constraint arity30
Maximum domain size97
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1741
Global constraints used (with number of constraints)cumulative(2),weightedsum(435)

Solver Data (download as text)

0.01/0.05	c 0	Sugar v1-13 + HOME/minisat
0.01/0.05	c 0	BEGIN Wed Jul  2 13:59:31 2008
0.01/0.05	c 0	PID 18205
0.01/0.05	c 0	HOST node30.alineos.net
0.01/0.05	c 0	CONVERTING HOME/instance-1041130-1214999971.xml TO HOME/temp.csp
0.01/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1041130-1214999971.xml' 'HOME/temp.csp'
0.03/0.61	c 0	31 domains, 1800 variables, 2 predicates, 0 relations, 2178 constraints
0.03/0.62	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.62	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.58/0.70	c 0	Parsing HOME/temp.csp
0.58/0.96	c 1	parsed 4011 expressions
0.58/0.96	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.58/0.96	c 1	Converting to clausal form CSP
0.58/0.99	c 1	converted 402 (10%) expressions
0.93/1.00	c 1	converted 803 (20%) expressions
0.93/1.01	c 1	converted 1204 (30%) expressions
0.93/1.02	c 1	converted 1605 (40%) expressions
1.04/1.17	c 1	converted 2006 (50%) expressions
1.12/1.23	c 1	converted 2407 (60%) expressions
1.12/1.27	c 1	converted 2808 (70%) expressions
1.22/1.31	c 1	converted 3209 (80%) expressions
1.22/1.34	c 1	converted 3610 (90%) expressions
2.61/2.74	c 2	converted 4011 (100%) expressions
2.61/2.75	c 2	CSP : 13052 integers, 3892 booleans, 34330 clauses, largest domain size 249
2.61/2.75	c 2	Heap : 21 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.61/2.75	c 2	Propagation in CSP
2.82/2.95	c 3	51089 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.82/2.95	c 3	CSP : 13052 integers, 3892 booleans, 34330 clauses, largest domain size 98
2.82/2.95	c 3	Heap : 24 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.82/2.97	c 3	Simplifing CSP by introducing new Boolean variables
2.82/2.99	c 3	CSP : 13052 integers, 3892 booleans, 34330 clauses, largest domain size 98
2.82/2.99	c 3	Heap : 24 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.01/3.12	c 3	Encoding CSP to SAT : HOME/temp.cnf
3.01/3.17	c 3	1306 (10%) CSP integer variables are encoded (4762 clauses, 59781 bytes)
3.01/3.19	c 3	2611 (20%) CSP integer variables are encoded (18868 clauses, 264844 bytes)
3.11/3.22	c 3	3916 (30%) CSP integer variables are encoded (40850 clauses, 594574 bytes)
3.11/3.25	c 3	5221 (40%) CSP integer variables are encoded (63527 clauses, 934729 bytes)
3.11/3.28	c 3	6526 (50%) CSP integer variables are encoded (84770 clauses, 1253374 bytes)
3.20/3.31	c 3	7832 (60%) CSP integer variables are encoded (107014 clauses, 1615019 bytes)
3.20/3.34	c 3	9137 (70%) CSP integer variables are encoded (128750 clauses, 1984531 bytes)
3.20/3.37	c 3	10442 (80%) CSP integer variables are encoded (151474 clauses, 2370839 bytes)
3.29/3.40	c 3	11747 (90%) CSP integer variables are encoded (172880 clauses, 2734741 bytes)
3.29/3.44	c 3	13052 (100%) CSP integer variables are encoded (195119 clauses, 3112804 bytes)
3.70/3.89	c 4	3433 (10%) CSP clauses are encoded (422209 clauses, 7188328 bytes)
4.97/5.16	c 5	6866 (20%) CSP clauses are encoded (1129018 clauses, 21805480 bytes)
6.16/6.34	c 6	10299 (30%) CSP clauses are encoded (1776571 clauses, 35504888 bytes)
7.35/7.50	c 7	13732 (40%) CSP clauses are encoded (2424124 clauses, 49204431 bytes)
8.53/8.72	c 8	17165 (50%) CSP clauses are encoded (3083838 clauses, 63160718 bytes)
10.10/10.32	c 10	20598 (60%) CSP clauses are encoded (3914795 clauses, 82427516 bytes)
11.48/11.70	c 11	24031 (70%) CSP clauses are encoded (4625424 clauses, 99554966 bytes)
12.68/12.95	c 13	27464 (80%) CSP clauses are encoded (5269118 clauses, 115068268 bytes)
13.88/14.18	c 14	30897 (90%) CSP clauses are encoded (5906410 clauses, 130425993 bytes)
15.34/15.69	c 15	34330 (100%) CSP clauses are encoded (6672742 clauses, 148857876 bytes)
15.34/15.69	c 15	34330 CSP clauses encoded
15.34/15.69	c 15	Writing map file : HOME/temp.map
15.45/15.74	c 15	Heap : 23 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
15.45/15.74	c 15	SAT : 211995 SAT variables, 6672742 SAT clauses, 148857876 bytes
15.45/15.74	c 15	Heap : 23 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
15.45/15.76	c 15	SOLVING HOME/temp.cnf
15.45/15.76	c 15	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
15.45/15.76	c 15	This is MiniSat 2.0 beta
15.45/15.76	c 15	WARNING: for repeatability, setting FPU to use double precision
15.45/15.76	c 15	============================[ Problem Statistics ]=============================
15.45/15.76	c 15	|                                                                             |
15.45/15.76	c 15	|  Number of variables:  211995                                               |
15.45/15.76	c 15	|  Number of clauses:    6672742                                              |
18.82/19.18	c 19	|  Parsing time:         2.98         s                                       |
19.02/19.35	c 19	============================[ Search Statistics ]==============================
19.02/19.35	c 19	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
19.02/19.35	c 19	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
19.02/19.35	c 19	===============================================================================
19.02/19.35	c 19	|         0 |  211995  6672742 19485853 |  2224247        0    nan |  0.000 % |
21.11/21.43	c 21	|       100 |  211995  6672742 19485853 |  2446672      100     24 |  0.000 % |
25.88/26.25	c 26	|       251 |  211995  6672742 19485853 |  2691339      251     51 |  0.000 % |
33.95/34.34	c 34	|       476 |  211995  6672742 19485853 |  2960473      476     44 |  0.000 % |
42.31/42.77	c 42	|       815 |  211995  6672742 19485853 |  3256520      815     53 |  0.000 % |
62.50/63.04	c 63	|      1322 |  211995  6672742 19485853 |  3582172     1322     53 |  0.000 % |
86.39/87.07	c 87	|      2081 |  211995  6672742 19485853 |  3940389     2081     59 |  0.000 % |
117.02/117.88	c 118	|      3221 |  211995  6672742 19485853 |  4334428     3221     56 |  0.000 % |
153.55/154.52	c 154	|      4929 |  211995  6672742 19485853 |  4767871     4929     58 |  0.000 % |
229.59/230.91	c 231	|      7492 |  211995  6672742 19485853 |  5244658     7492     61 |  0.000 % |
354.88/356.86	c 357	|     11336 |  211995  6672742 19485853 |  5769124    11336     63 |  0.000 % |
482.47/485.08	c 485	|     17104 |  211995  6672742 19485853 |  6346037    17104     70 |  0.000 % |
657.73/661.11	c 661	|     25755 |  211995  6672742 19485853 |  6980640    25755     68 |  0.000 % |
953.68/958.10	c 958	|     38729 |  211995  6672742 19485853 |  7678705    38729     57 |  0.000 % |
1374.36/1379.00	c 1379	|     58190 |  211995  6672742 19485853 |  8446575    58190     58 |  0.000 % |
1800.02/1805.02	c ERROR INTERRUPTED
1800.02/1805.07	s UNKNOWN
1800.02/1805.07	c 1805	CPU 14.36 (0.04 0.01 14.32 1.14)
1800.02/1805.07	c 1805	END Wed Jul  2 14:29:36 2008

Verifier Data (download as text)

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

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1041130-1214999971/watcher-1041130-1214999971 -o /tmp/evaluation-result-1041130-1214999971/solver-1041130-1214999971 -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-1041130-1214999971.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.00 2.01 1.88 4/80 18205
/proc/meminfo: memFree=1496720/2055920 swapFree=4116720/4192956
[pid=18205] ppid=18203 vsize=12268 CPUtime=0
/proc/18205/stat : 18205 (sugar) R 18203 18205 17962 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 1978970766 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 264907749989 0 2147483391 4224 0 0 0 0 17 0 0 0
/proc/18205/statm: 3067 316 241 3 0 167 0

[startup+0.028792 s]
/proc/loadavg: 2.00 2.01 1.88 4/80 18205
/proc/meminfo: memFree=1496720/2055920 swapFree=4116720/4192956
[pid=18205] ppid=18203 vsize=12676 CPUtime=0.01
/proc/18205/stat : 18205 (sugar) R 18203 18205 17962 0 -1 4194304 544 0 0 0 1 0 0 0 18 0 1 0 1978970766 12980224 512 996147200 4194304 4206940 548682068608 18446744073709551615 264907428577 0 0 4224 0 0 0 0 17 0 0 0
/proc/18205/statm: 3169 513 315 3 0 269 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12676

[startup+0.101799 s]
/proc/loadavg: 2.00 2.01 1.88 4/80 18205
/proc/meminfo: memFree=1496720/2055920 swapFree=4116720/4192956
[pid=18205] ppid=18203 vsize=13600 CPUtime=0.03
/proc/18205/stat : 18205 (sugar) S 18203 18205 17962 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1978970766 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18205/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.30181 s]
/proc/loadavg: 2.00 2.01 1.88 4/80 18205
/proc/meminfo: memFree=1496720/2055920 swapFree=4116720/4192956
[pid=18205] ppid=18203 vsize=13600 CPUtime=0.03
/proc/18205/stat : 18205 (sugar) S 18203 18205 17962 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1978970766 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18205/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701839 s]
/proc/loadavg: 2.00 2.01 1.88 4/80 18205
/proc/meminfo: memFree=1496720/2055920 swapFree=4116720/4192956
[pid=18205] ppid=18203 vsize=13600 CPUtime=0.58
/proc/18205/stat : 18205 (sugar) S 18203 18205 17962 0 -1 4194304 956 5498 0 1 3 0 52 3 16 0 1 0 1978970766 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18205/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 13600

[startup+1.50289 s]
/proc/loadavg: 2.00 2.01 1.88 4/91 18227
/proc/meminfo: memFree=1487016/2055920 swapFree=4116720/4192956
[pid=18205] ppid=18203 vsize=13600 CPUtime=0.58
/proc/18205/stat : 18205 (sugar) S 18203 18205 17962 0 -1 4194304 974 5498 0 1 3 0 52 3 15 0 1 0 1978970766 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18205/statm: 3400 797 370 3 0 500 0
[pid=18218] ppid=18205 vsize=5356 CPUtime=0
/proc/18218/stat : 18218 (sh) S 18205 18205 17962 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1978970829 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18218/statm: 1339 233 193 169 0 50 0
[pid=18219] ppid=18218 vsize=868388 CPUtime=0.85
/proc/18219/stat : 18219 (java) S 18218 18205 17962 0 -1 0 7375 0 1 0 80 5 0 0 19 0 9 0 1978970830 889229312 6606 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18219/statm: 217097 6606 2541 9 0 211672 0
[pid=18219/tid=18220] ppid=18218 vsize=868388 CPUtime=0.49
/proc/18219/task/18220/stat : 18220 (java) R 18218 18205 17962 0 -1 64 2675 0 1 0 48 1 0 0 23 0 9 0 1978970831 889229312 6606 996147200 134512640 134550740 4294955952 18446744073709551615 4126578069 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18219/tid=18221] ppid=18218 vsize=868388 CPUtime=0.11
/proc/18219/task/18221/stat : 18221 (java) S 18218 18205 17962 0 -1 64 2535 0 0 0 10 1 0 0 16 0 9 0 1978970832 889229312 6606 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18219/tid=18222] ppid=18218 vsize=868388 CPUtime=0
/proc/18219/task/18222/stat : 18222 (java) S 18218 18205 17962 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1978970832 889229312 6606 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18219/tid=18223] ppid=18218 vsize=868388 CPUtime=0
/proc/18219/task/18223/stat : 18223 (java) S 18218 18205 17962 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1978970832 889229312 6606 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18219/tid=18224] ppid=18218 vsize=868388 CPUtime=0
/proc/18219/task/18224/stat : 18224 (java) S 18218 18205 17962 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1978970834 889229312 6606 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18219/tid=18225] ppid=18218 vsize=868388 CPUtime=0.21
/proc/18219/task/18225/stat : 18225 (java) S 18218 18205 17962 0 -1 64 1472 0 0 0 20 1 0 0 16 0 9 0 1978970834 889229312 6606 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18219/tid=18226] ppid=18218 vsize=868388 CPUtime=0
/proc/18219/task/18226/stat : 18226 (java) S 18218 18205 17962 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1978970834 889229312 6606 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18219/tid=18227] ppid=18218 vsize=868388 CPUtime=0
/proc/18219/task/18227/stat : 18227 (java) S 18218 18205 17962 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1978970834 889229312 6606 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 887344

[startup+3.103 s]
/proc/loadavg: 2.00 2.01 1.88 3/91 18227
/proc/meminfo: memFree=1470440/2055920 swapFree=4116720/4192956
[pid=18205] ppid=18203 vsize=13600 CPUtime=0.59
/proc/18205/stat : 18205 (sugar) S 18203 18205 17962 0 -1 4194304 974 5498 0 1 3 1 52 3 15 0 1 0 1978970766 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18205/statm: 3400 797 370 3 0 500 0
[pid=18218] ppid=18205 vsize=5356 CPUtime=0
/proc/18218/stat : 18218 (sh) S 18205 18205 17962 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1978970829 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18218/statm: 1339 233 193 169 0 50 0
[pid=18219] ppid=18218 vsize=868892 CPUtime=2.42
/proc/18219/stat : 18219 (java) S 18218 18205 17962 0 -1 0 12438 0 1 0 234 8 0 0 19 0 9 0 1978970830 889745408 11393 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18219/statm: 217223 11393 2541 9 0 211798 0
[pid=18219/tid=18220] ppid=18218 vsize=868892 CPUtime=1.4
/proc/18219/task/18220/stat : 18220 (java) R 18218 18205 17962 0 -1 64 2988 0 1 0 139 1 0 0 25 0 9 0 1978970831 889745408 11393 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18219/tid=18221] ppid=18218 vsize=868892 CPUtime=0.73
/proc/18219/task/18221/stat : 18221 (java) R 18218 18205 17962 0 -1 64 7245 0 0 0 69 4 0 0 16 0 9 0 1978970832 889745408 11393 996147200 134512640 134550740 4294955952 18446744073709551615 102731926 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18219/tid=18222] ppid=18218 vsize=868892 CPUtime=0
/proc/18219/task/18222/stat : 18222 (java) S 18218 18205 17962 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1978970832 889745408 11393 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18219/tid=18223] ppid=18218 vsize=868892 CPUtime=0
/proc/18219/task/18223/stat : 18223 (java) S 18218 18205 17962 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1978970832 889745408 11393 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18219/tid=18224] ppid=18218 vsize=868892 CPUtime=0
/proc/18219/task/18224/stat : 18224 (java) S 18218 18205 17962 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1978970834 889745408 11393 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18219/tid=18225] ppid=18218 vsize=868892 CPUtime=0.27
/proc/18219/task/18225/stat : 18225 (java) S 18218 18205 17962 0 -1 64 1512 0 0 0 26 1 0 0 15 0 9 0 1978970834 889745408 11393 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18219/tid=18226] ppid=18218 vsize=868892 CPUtime=0
/proc/18219/task/18226/stat : 18226 (java) S 18218 18205 17962 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1978970834 889745408 11393 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18219/tid=18227] ppid=18218 vsize=868892 CPUtime=0
/proc/18219/task/18227/stat : 18227 (java) S 18218 18205 17962 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1978970834 889745408 11393 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 887848

[startup+6.3022 s]
/proc/loadavg: 2.00 2.01 1.88 3/91 18227
/proc/meminfo: memFree=1434544/2055920 swapFree=4116720/4192956
[pid=18205] ppid=18203 vsize=13600 CPUtime=0.59
/proc/18205/stat : 18205 (sugar) S 18203 18205 17962 0 -1 4194304 974 5498 0 1 3 1 52 3 16 0 1 0 1978970766 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18205/statm: 3400 797 370 3 0 500 0
[pid=18218] ppid=18205 vsize=5356 CPUtime=0
/proc/18218/stat : 18218 (sh) S 18205 18205 17962 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1978970829 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18218/statm: 1339 233 193 169 0 50 0
[pid=18219] ppid=18218 vsize=868500 CPUtime=5.57
/proc/18219/stat : 18219 (java) S 18218 18205 17962 0 -1 0 12880 0 1 0 525 32 0 0 19 0 9 0 1978970830 889344000 11342 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18219/statm: 217125 11342 2565 9 0 211672 0
[pid=18219/tid=18220] ppid=18218 vsize=868500 CPUtime=4.35
/proc/18219/task/18220/stat : 18220 (java) R 18218 18205 17962 0 -1 64 3395 0 1 0 412 23 0 0 25 0 9 0 1978970831 889344000 11342 996147200 134512640 134550740 4294955952 18446744073709551615 4127143216 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18219/tid=18221] ppid=18218 vsize=868500 CPUtime=0.88
/proc/18219/task/18221/stat : 18221 (java) S 18218 18205 17962 0 -1 64 7247 0 0 0 82 6 0 0 16 0 9 0 1978970832 889344000 11342 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18219/tid=18222] ppid=18218 vsize=868500 CPUtime=0
/proc/18219/task/18222/stat : 18222 (java) S 18218 18205 17962 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1978970832 889344000 11342 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18219/tid=18223] ppid=18218 vsize=868500 CPUtime=0
/proc/18219/task/18223/stat : 18223 (java) S 18218 18205 17962 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1978970832 889344000 11342 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18219/tid=18224] ppid=18218 vsize=868500 CPUtime=0
/proc/18219/task/18224/stat : 18224 (java) S 18218 18205 17962 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1978970834 889344000 11342 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18219/tid=18225] ppid=18218 vsize=868500 CPUtime=0.31
/proc/18219/task/18225/stat : 18225 (java) S 18218 18205 17962 0 -1 64 1545 0 0 0 30 1 0 0 17 0 9 0 1978970834 889344000 11342 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18219/tid=18226] ppid=18218 vsize=868500 CPUtime=0
/proc/18219/task/18226/stat : 18226 (java) S 18218 18205 17962 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1978970834 889344000 11342 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18219/tid=18227] ppid=18218 vsize=868500 CPUtime=0
/proc/18219/task/18227/stat : 18227 (java) S 18218 18205 17962 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1978970834 889344000 11342 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 887456

[startup+12.7016 s]
/proc/loadavg: 2.00 2.01 1.88 3/91 18227
/proc/meminfo: memFree=1356728/2055920 swapFree=4116720/4192956
[pid=18205] ppid=18203 vsize=13600 CPUtime=0.6
/proc/18205/stat : 18205 (sugar) S 18203 18205 17962 0 -1 4194304 974 5498 0 1 4 1 52 3 16 0 1 0 1978970766 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18205/statm: 3400 797 370 3 0 500 0
[pid=18218] ppid=18205 vsize=5356 CPUtime=0
/proc/18218/stat : 18218 (sh) S 18205 18205 17962 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1978970829 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18218/statm: 1339 233 193 169 0 50 0
[pid=18219] ppid=18218 vsize=868500 CPUtime=11.88
/proc/18219/stat : 18219 (java) S 18218 18205 17962 0 -1 0 13603 0 1 0 1105 83 0 0 19 0 9 0 1978970830 889344000 11342 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18219/statm: 217125 11342 2565 9 0 211672 0
[pid=18219/tid=18220] ppid=18218 vsize=868500 CPUtime=10.36
/proc/18219/task/18220/stat : 18220 (java) R 18218 18205 17962 0 -1 64 4118 0 1 0 967 69 0 0 25 0 9 0 1978970831 889344000 11342 996147200 134512640 134550740 4294955952 18446744073709551615 4127141834 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18219/tid=18221] ppid=18218 vsize=868500 CPUtime=1.17
/proc/18219/task/18221/stat : 18221 (java) S 18218 18205 17962 0 -1 64 7247 0 0 0 106 11 0 0 16 0 9 0 1978970832 889344000 11342 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18219/tid=18222] ppid=18218 vsize=868500 CPUtime=0
/proc/18219/task/18222/stat : 18222 (java) S 18218 18205 17962 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1978970832 889344000 11342 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18219/tid=18223] ppid=18218 vsize=868500 CPUtime=0
/proc/18219/task/18223/stat : 18223 (java) S 18218 18205 17962 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1978970832 889344000 11342 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18219/tid=18224] ppid=18218 vsize=868500 CPUtime=0
/proc/18219/task/18224/stat : 18224 (java) S 18218 18205 17962 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1978970834 889344000 11342 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18219/tid=18225] ppid=18218 vsize=868500 CPUtime=0.31
/proc/18219/task/18225/stat : 18225 (java) S 18218 18205 17962 0 -1 64 1545 0 0 0 30 1 0 0 17 0 9 0 1978970834 889344000 11342 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18219/tid=18226] ppid=18218 vsize=868500 CPUtime=0
/proc/18219/task/18226/stat : 18226 (java) S 18218 18205 17962 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1978970834 889344000 11342 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18219/tid=18227] ppid=18218 vsize=868500 CPUtime=0
/proc/18219/task/18227/stat : 18227 (java) S 18218 18205 17962 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1978970834 889344000 11342 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 887456

[startup+25.5014 s]
/proc/loadavg: 2.00 2.01 1.88 3/83 18229
/proc/meminfo: memFree=1054968/2055920 swapFree=4116720/4192956
[pid=18205] ppid=18203 vsize=13600 CPUtime=15.51
/proc/18205/stat : 18205 (sugar) S 18203 18205 17962 0 -1 4194304 1033 19756 0 2 4 1 1432 114 16 0 1 0 1978970766 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18205/statm: 3400 799 370 3 0 500 0
[pid=18228] ppid=18205 vsize=5356 CPUtime=0
/proc/18228/stat : 18228 (sh) S 18205 18205 17962 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1978972342 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18228/statm: 1339 232 193 169 0 50 0
[pid=18229] ppid=18228 vsize=300536 CPUtime=9.67
/proc/18229/stat : 18229 (minisat) R 18228 18205 17962 0 -1 4194304 72969 0 0 0 922 45 0 0 25 0 1 0 1978972343 307748864 72955 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18229/statm: 75134 72955 76 150 0 74981 0
Current children cumulated CPU time (s) 25.18
Current children cumulated vsize (KiB) 319492

[startup+51.1011 s]
/proc/loadavg: 2.00 2.00 1.88 3/83 18229
/proc/meminfo: memFree=1050616/2055920 swapFree=4116720/4192956
[pid=18205] ppid=18203 vsize=13600 CPUtime=15.51
/proc/18205/stat : 18205 (sugar) S 18203 18205 17962 0 -1 4194304 1033 19756 0 2 4 1 1432 114 16 0 1 0 1978970766 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0

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

[pid=18228] ppid=18205 vsize=5356 CPUtime=0
/proc/18228/stat : 18228 (sh) S 18205 18205 17962 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1978972342 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18228/statm: 1339 232 193 169 0 50 0
[pid=18229] ppid=18228 vsize=323400 CPUtime=1402.11
/proc/18229/stat : 18229 (minisat) R 18228 18205 17962 0 -1 4194304 78697 0 0 0 140150 61 0 0 25 0 1 0 1978972343 331161600 78683 996147200 134512640 135127466 4294956272 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/18229/statm: 80850 78683 76 150 0 80697 0
Current children cumulated CPU time (s) 1417.62
Current children cumulated vsize (KiB) 342356

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/83 19171
/proc/meminfo: memFree=1038648/2055920 swapFree=4116720/4192956
[pid=18205] ppid=18203 vsize=13600 CPUtime=15.51
/proc/18205/stat : 18205 (sugar) S 18203 18205 17962 0 -1 4194304 1033 19756 0 2 4 1 1432 114 16 0 1 0 1978970766 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18205/statm: 3400 799 370 3 0 500 0
[pid=18228] ppid=18205 vsize=5356 CPUtime=0
/proc/18228/stat : 18228 (sh) S 18205 18205 17962 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1978972342 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18228/statm: 1339 232 193 169 0 50 0
[pid=18229] ppid=18228 vsize=324180 CPUtime=1462.07
/proc/18229/stat : 18229 (minisat) R 18228 18205 17962 0 -1 4194304 78852 0 0 0 146145 62 0 0 25 0 1 0 1978972343 331960320 78838 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18229/statm: 81045 78838 76 150 0 80892 0
Current children cumulated CPU time (s) 1477.58
Current children cumulated vsize (KiB) 343136

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/83 19171
/proc/meminfo: memFree=1037944/2055920 swapFree=4116720/4192956
[pid=18205] ppid=18203 vsize=13600 CPUtime=15.51
/proc/18205/stat : 18205 (sugar) S 18203 18205 17962 0 -1 4194304 1033 19756 0 2 4 1 1432 114 16 0 1 0 1978970766 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18205/statm: 3400 799 370 3 0 500 0
[pid=18228] ppid=18205 vsize=5356 CPUtime=0
/proc/18228/stat : 18228 (sh) S 18205 18205 17962 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1978972342 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18228/statm: 1339 232 193 169 0 50 0
[pid=18229] ppid=18228 vsize=324708 CPUtime=1522.01
/proc/18229/stat : 18229 (minisat) R 18228 18205 17962 0 -1 4194304 79006 0 0 0 152139 62 0 0 25 0 1 0 1978972343 332500992 78992 996147200 134512640 135127466 4294956272 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/18229/statm: 81177 78992 76 150 0 81024 0
Current children cumulated CPU time (s) 1537.52
Current children cumulated vsize (KiB) 343664

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/83 19173
/proc/meminfo: memFree=1037304/2055920 swapFree=4116720/4192956
[pid=18205] ppid=18203 vsize=13600 CPUtime=15.51
/proc/18205/stat : 18205 (sugar) S 18203 18205 17962 0 -1 4194304 1033 19756 0 2 4 1 1432 114 16 0 1 0 1978970766 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18205/statm: 3400 799 370 3 0 500 0
[pid=18228] ppid=18205 vsize=5356 CPUtime=0
/proc/18228/stat : 18228 (sh) S 18205 18205 17962 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1978972342 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18228/statm: 1339 232 193 169 0 50 0
[pid=18229] ppid=18228 vsize=325368 CPUtime=1581.96
/proc/18229/stat : 18229 (minisat) R 18228 18205 17962 0 -1 4194304 79143 0 0 0 158134 62 0 0 25 0 1 0 1978972343 333176832 79129 996147200 134512640 135127466 4294956272 18446744073709551615 134528048 0 0 4096 3 0 0 0 17 0 0 0
/proc/18229/statm: 81342 79129 76 150 0 81189 0
Current children cumulated CPU time (s) 1597.47
Current children cumulated vsize (KiB) 344324

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/83 19173
/proc/meminfo: memFree=1036664/2055920 swapFree=4116720/4192956
[pid=18205] ppid=18203 vsize=13600 CPUtime=15.51
/proc/18205/stat : 18205 (sugar) S 18203 18205 17962 0 -1 4194304 1033 19756 0 2 4 1 1432 114 16 0 1 0 1978970766 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18205/statm: 3400 799 370 3 0 500 0
[pid=18228] ppid=18205 vsize=5356 CPUtime=0
/proc/18228/stat : 18228 (sh) S 18205 18205 17962 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1978972342 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18228/statm: 1339 232 193 169 0 50 0
[pid=18229] ppid=18228 vsize=325896 CPUtime=1641.92
/proc/18229/stat : 18229 (minisat) R 18228 18205 17962 0 -1 4194304 79297 0 0 0 164130 62 0 0 25 0 1 0 1978972343 333717504 79283 996147200 134512640 135127466 4294956272 18446744073709551615 134530635 0 0 4096 3 0 0 0 17 0 0 0
/proc/18229/statm: 81474 79283 76 150 0 81321 0
Current children cumulated CPU time (s) 1657.43
Current children cumulated vsize (KiB) 344852

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/83 19173
/proc/meminfo: memFree=1036088/2055920 swapFree=4116720/4192956
[pid=18205] ppid=18203 vsize=13600 CPUtime=15.51
/proc/18205/stat : 18205 (sugar) S 18203 18205 17962 0 -1 4194304 1033 19756 0 2 4 1 1432 114 16 0 1 0 1978970766 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18205/statm: 3400 799 370 3 0 500 0
[pid=18228] ppid=18205 vsize=5356 CPUtime=0
/proc/18228/stat : 18228 (sh) S 18205 18205 17962 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1978972342 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18228/statm: 1339 232 193 169 0 50 0
[pid=18229] ppid=18228 vsize=326424 CPUtime=1701.87
/proc/18229/stat : 18229 (minisat) R 18228 18205 17962 0 -1 4194304 79440 0 0 0 170124 63 0 0 25 0 1 0 1978972343 334258176 79426 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18229/statm: 81606 79426 76 150 0 81453 0
Current children cumulated CPU time (s) 1717.38
Current children cumulated vsize (KiB) 345380

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/83 19173
/proc/meminfo: memFree=1035576/2055920 swapFree=4116720/4192956
[pid=18205] ppid=18203 vsize=13600 CPUtime=15.51
/proc/18205/stat : 18205 (sugar) S 18203 18205 17962 0 -1 4194304 1033 19756 0 2 4 1 1432 114 16 0 1 0 1978970766 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18205/statm: 3400 799 370 3 0 500 0
[pid=18228] ppid=18205 vsize=5356 CPUtime=0
/proc/18228/stat : 18228 (sh) S 18205 18205 17962 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1978972342 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18228/statm: 1339 232 193 169 0 50 0
[pid=18229] ppid=18228 vsize=327084 CPUtime=1761.83
/proc/18229/stat : 18229 (minisat) R 18228 18205 17962 0 -1 4194304 79579 0 0 0 176120 63 0 0 25 0 1 0 1978972343 334934016 79565 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18229/statm: 81771 79565 76 150 0 81618 0
Current children cumulated CPU time (s) 1777.34
Current children cumulated vsize (KiB) 346040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1805 s]
/proc/loadavg: 2.00 2.00 1.95 3/83 19173
/proc/meminfo: memFree=1035384/2055920 swapFree=4116720/4192956
[pid=18205] ppid=18203 vsize=13600 CPUtime=15.51
/proc/18205/stat : 18205 (sugar) S 18203 18205 17962 0 -1 4194304 1033 19756 0 2 4 1 1432 114 16 0 1 0 1978970766 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18205/statm: 3400 799 370 3 0 500 0
[pid=18228] ppid=18205 vsize=5356 CPUtime=0
/proc/18228/stat : 18228 (sh) S 18205 18205 17962 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1978972342 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18228/statm: 1339 232 193 169 0 50 0
[pid=18229] ppid=18228 vsize=327216 CPUtime=1784.51
/proc/18229/stat : 18229 (minisat) R 18228 18205 17962 0 -1 4194304 79629 0 0 0 178388 63 0 0 25 0 1 0 1978972343 335069184 79615 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18229/statm: 81804 79615 76 150 0 81651 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 346172

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

[startup+1805 s]
/proc/loadavg: 2.00 2.00 1.95 3/83 19173
/proc/meminfo: memFree=1035384/2055920 swapFree=4116720/4192956
[pid=18205] ppid=18203 vsize=13600 CPUtime=15.51
/proc/18205/stat : 18205 (sugar) S 18203 18205 17962 0 -1 4194304 1033 19756 0 2 4 1 1432 114 16 0 1 0 1978970766 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18205/statm: 3400 799 370 3 0 500 0
[pid=18228] ppid=18205 vsize=5356 CPUtime=0
/proc/18228/stat : 18228 (sh) S 18205 18205 17962 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1978972342 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18228/statm: 1339 232 193 169 0 50 0
[pid=18229] ppid=18228 vsize=327216 CPUtime=1784.51
/proc/18229/stat : 18229 (minisat) R 18228 18205 17962 0 -1 4194304 79629 0 0 0 178388 63 0 0 25 0 1 0 1978972343 335069184 79615 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18229/statm: 81804 79615 76 150 0 81651 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 346172

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

[startup+1805.12 s]
/proc/loadavg: 2.00 2.00 1.95 3/83 19173
/proc/meminfo: memFree=1035384/2055920 swapFree=4116720/4192956
[pid=18205] ppid=18203 vsize=13600 CPUtime=15.57
/proc/18205/stat : 18205 (sugar) R 18203 18205 17962 0 -1 4194304 1069 20033 0 2 4 7 1432 114 17 0 1 0 1978970766 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 264907756585 0 0 4224 16386 0 0 0 17 0 0 0
/proc/18205/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 15.57
Current children cumulated vsize (KiB) 13600

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

[startup+1805.12 s]
/proc/loadavg: 2.00 2.00 1.95 3/83 19173
/proc/meminfo: memFree=1035384/2055920 swapFree=4116720/4192956
[pid=18205] ppid=18203 vsize=13600 CPUtime=15.57
/proc/18205/stat : 18205 (sugar) R 18203 18205 17962 0 -1 4194304 1069 20033 0 2 4 7 1432 114 17 0 1 0 1978970766 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 264907756585 0 0 4224 16386 0 0 0 17 0 0 0
/proc/18205/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 15.57
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): 1784.45
#  lost CPU user time (s): 1783.88
#  lost CPU system time (s): 0.57

Real time (s): 1805.14
CPU time (s): 1800.05
CPU user time (s): 1798.25
CPU system time (s): 1.80281
CPU usage (%): 99.7185
Max. virtual memory (cumulated for all children) (KiB): 887848

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 14.3708
system time used= 1.23281
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21133
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 13598
involuntary context switches= 13865

runsolver used 2.19966 second user time and 5.99109 second system time

The end

Launcher Data (download as text)

Begin job on node30 at 2008-07-02 13:59:31
IDJOB=1041130
IDBENCH=53775
IDSOLVER=346
FILE ID=node30/1041130-1214999971
PBS_JOBID= 7870862
Free space on /tmp= 66548 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= e85d2010148b38b130e5f78ed4e296ed
RANDOM SEED=1329468895

node30.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.218
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.218
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:       1497200 kB
Buffers:         55500 kB
Cached:         257812 kB
SwapCached:      70276 kB
Active:         371108 kB
Inactive:       108708 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1497200 kB
SwapTotal:     4192956 kB
SwapFree:      4116720 kB
Dirty:            1672 kB
Writeback:           0 kB
Mapped:         180004 kB
Slab:            63924 kB
Committed_AS:  4264816 kB
PageTables:       2032 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= 66548 MiB
End job on node30 at 2008-07-02 14:29:38