Trace number 2072050

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.15 1801.67

General information on the benchmark

Namecsp/pseudoGLB/
normalized-fpga45-45-sat-pb-cnf-cr.xml
MD5SUM929dc5a6d18af75acb29966626caf1d9
Bench CategoryAlldiff+Elt+WSum (alldiff,element,weightedsum)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark104.213
Satisfiable
(Un)Satisfiability was proved
Number of variables3038
Number of constraints2160
Maximum constraint arity45
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)weightedsum(2160)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sun Jul 12 01:47:02 2009
0.00/0.08	c 0	PID 15293
0.00/0.08	c 0	HOST node22.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2072050-1247356021.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-2072050-1247356021.xml' 'HOME/temp.csp'
0.06/0.99	c 1	1 domains, 3038 variables, 0 predicates, 0 relations, 2160 constraints
0.06/1.03	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/1.03	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.99/1.12	c 1	Parsing HOME/temp.csp
1.59/1.75	c 1	parsed 5199 expressions
1.59/1.77	c 1	Heap : 8 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.59/1.77	c 1	Converting to clausal form CSP
1.69/1.80	c 1	converted 520 (10%) expressions
1.69/1.80	c 1	converted 1040 (20%) expressions
1.69/1.82	c 1	converted 1560 (30%) expressions
1.69/1.82	c 1	converted 2080 (40%) expressions
1.69/1.82	c 1	converted 2600 (50%) expressions
1.89/2.09	c 2	converted 3120 (60%) expressions
2.28/2.50	c 2	converted 3640 (70%) expressions
2.77/2.96	c 3	converted 4160 (80%) expressions
3.16/3.34	c 3	converted 4680 (90%) expressions
3.56/3.78	c 3	converted 5199 (100%) expressions
3.56/3.79	c 3	CSP : 10058 integers, 0 booleans, 16200 clauses, largest domain size 16
3.56/3.79	c 3	Heap : 21 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.56/3.79	c 3	Propagation in CSP
4.06/4.26	c 4	1755 values, 0 unsatisfiable literals, and 0 valid clauses are removed
4.06/4.26	c 4	CSP : 10058 integers, 0 booleans, 16200 clauses, largest domain size 16
4.06/4.26	c 4	Heap : 21 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.06/4.28	c 4	Simplifing CSP by introducing new Boolean variables
4.06/4.30	c 4	CSP : 10058 integers, 0 booleans, 16200 clauses, largest domain size 16
4.06/4.30	c 4	Heap : 21 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.27/4.42	c 4	Encoding CSP to SAT : HOME/temp.cnf
4.27/4.43	c 4	1006 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
4.27/4.44	c 4	2012 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
4.27/4.44	c 4	3018 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
4.27/4.47	c 4	4024 (40%) CSP integer variables are encoded (6134 clauses, 80083 bytes)
4.27/4.48	c 4	5029 (50%) CSP integer variables are encoded (12834 clauses, 180583 bytes)
4.27/4.49	c 4	6035 (60%) CSP integer variables are encoded (19540 clauses, 281173 bytes)
4.27/4.50	c 4	7041 (70%) CSP integer variables are encoded (26086 clauses, 379363 bytes)
4.37/4.51	c 4	8047 (80%) CSP integer variables are encoded (33128 clauses, 484993 bytes)
4.37/4.52	c 4	9053 (90%) CSP integer variables are encoded (40170 clauses, 590623 bytes)
4.37/4.53	c 4	10058 (100%) CSP integer variables are encoded (45180 clauses, 665773 bytes)
7.63/7.82	c 7	1620 (10%) CSP clauses are encoded (314576 clauses, 8386173 bytes)
10.98/11.28	c 11	3240 (20%) CSP clauses are encoded (609610 clauses, 17075539 bytes)
14.45/14.76	c 14	4860 (30%) CSP clauses are encoded (904646 clauses, 25926301 bytes)
17.90/18.25	c 18	6480 (40%) CSP clauses are encoded (1199808 clauses, 34793611 bytes)
21.56/21.99	c 22	8100 (50%) CSP clauses are encoded (1499061 clauses, 43800868 bytes)
25.92/26.35	c 26	9720 (60%) CSP clauses are encoded (1853487 clauses, 54580497 bytes)
30.26/30.73	c 30	11340 (70%) CSP clauses are encoded (2207659 clauses, 65371675 bytes)
34.62/35.12	c 35	12960 (80%) CSP clauses are encoded (2562085 clauses, 76209161 bytes)
38.78/39.34	c 39	14580 (90%) CSP clauses are encoded (2900144 clauses, 86506911 bytes)
40.35/40.96	c 41	16200 (100%) CSP clauses are encoded (3028549 clauses, 89794688 bytes)
40.35/40.96	c 41	16200 CSP clauses encoded
40.35/40.96	c 41	Writing map file : HOME/temp.map
40.35/40.98	c 41	Heap : 12 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
40.35/40.98	c 41	SAT : 55238 SAT variables, 3028549 SAT clauses, 89794688 bytes
40.35/40.98	c 41	Heap : 12 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
40.44/41.01	c 41	SOLVING HOME/temp.cnf
40.44/41.01	c 41	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
40.44/41.01	c 41	This is MiniSat 2.0 beta
40.44/41.01	c 41	WARNING: for repeatability, setting FPU to use double precision
40.44/41.01	c 41	============================[ Problem Statistics ]=============================
40.44/41.01	c 41	|                                                                             |
40.44/41.01	c 41	|  Number of variables:  55238                                                |
40.44/41.01	c 41	|  Number of clauses:    3028549                                              |
42.41/43.08	c 43	|  Parsing time:         1.70         s                                       |
42.61/43.22	c 43	============================[ Search Statistics ]==============================
42.61/43.22	c 43	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
42.61/43.22	c 43	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
42.61/43.22	c 43	===============================================================================
42.61/43.22	c 43	|         0 |   55238  3028549 14827666 |  1009516        0    nan |  0.000 % |
42.61/43.27	c 43	|       100 |   55238  3028549 14827666 |  1110467      100     42 |  0.000 % |
42.71/43.32	c 43	|       251 |   55238  3028549 14827666 |  1221514      251     35 |  0.000 % |
42.80/43.44	c 43	|       476 |   55238  3028549 14827666 |  1343666      476     35 |  0.000 % |
45.77/46.41	c 46	|       813 |   55238  3028549 14827666 |  1478032      813     30 |  0.000 % |
49.14/49.84	c 49	|      1320 |   55238  3028549 14827666 |  1625836     1320     28 |  0.000 % |
52.01/52.72	c 52	|      2079 |   55238  3028549 14827666 |  1788419     2079     30 |  0.000 % |
55.28/56.10	c 56	|      3219 |   55238  3028549 14827666 |  1967261     3219     54 |  0.000 % |
55.86/56.64	c 56	|      4928 |   55238  3028549 14827666 |  2163987     4928    107 |  0.000 % |
56.86/57.68	c 57	|      7490 |   55238  3028549 14827666 |  2380386     7490    167 |  0.000 % |
57.76/58.57	c 58	|     11334 |   55238  3028549 14827666 |  2618425    11334    145 |  0.000 % |
58.95/59.75	c 59	|     17100 |   55238  3028549 14827666 |  2880267    17100    124 |  0.000 % |
65.55/66.30	c 66	|     25749 |   55238  3028549 14827666 |  3168294    25749    212 |  0.000 % |
69.45/70.25	c 70	|     38724 |   55238  3028549 14827666 |  3485124    38724    163 |  0.000 % |
94.84/95.61	c 95	|     58185 |   55238  3028549 14827666 |  3833636    58185    307 |  0.000 % |
109.93/110.76	c 110	|     87377 |   55238  3028549 14827666 |  4217000    87377    232 |  0.000 % |
184.41/185.24	c 185	|    131169 |   55238  3028549 14827666 |  4638700   131169    248 |  0.000 % |
301.56/302.42	c 302	|    196853 |   55238  3028549 14827666 |  5102570   196853    246 |  0.000 % |
495.88/496.83	c 496	|    295381 |   55238  3028549 14827666 |  5612827   295381    213 |  0.000 % |
862.62/863.71	c 863	|    443170 |   55238  3028549 14827666 |  6174110   443170    213 |  0.000 % |
1628.91/1630.34	c 1630	|    664853 |   55238  3028549 14827666 |  6791521   664853    223 |  0.000 % |
1800.04/1801.51	c ERROR INTERRUPTED
1800.15/1801.63	s UNKNOWN
1800.15/1801.63	c 1801	CPU 40.46 (0.06 0.02 39.47 0.91)
1800.15/1801.63	c 1801	END Sun Jul 12 02:17:03 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-2072050-1247356021/watcher-2072050-1247356021 -o /tmp/evaluation-result-2072050-1247356021/solver-2072050-1247356021 -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-2072050-1247356021.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.92 2.00 2.04 4/82 15293
/proc/meminfo: memFree=1416176/2055920 swapFree=4192812/4192956
[pid=15293] ppid=15291 vsize=18576 CPUtime=0
/proc/15293/stat : 15293 (runsolver) R 15291 15293 14014 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 22668650 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 272467815719 0 0 4096 24578 0 0 0 17 1 0 0
/proc/15293/statm: 4644 284 249 26 0 2626 0

[startup+0.109624 s]
/proc/loadavg: 1.92 2.00 2.04 4/82 15293
/proc/meminfo: memFree=1416176/2055920 swapFree=4192812/4192956
[pid=15293] ppid=15291 vsize=16868 CPUtime=0.06
/proc/15293/stat : 15293 (sugar) S 15291 15293 14014 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 22668650 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15293/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.201634 s]
/proc/loadavg: 1.92 2.00 2.04 4/82 15293
/proc/meminfo: memFree=1416176/2055920 swapFree=4192812/4192956
[pid=15293] ppid=15291 vsize=16868 CPUtime=0.06
/proc/15293/stat : 15293 (sugar) S 15291 15293 14014 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 22668650 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15293/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301646 s]
/proc/loadavg: 1.92 2.00 2.04 4/82 15293
/proc/meminfo: memFree=1416176/2055920 swapFree=4192812/4192956
[pid=15293] ppid=15291 vsize=16868 CPUtime=0.06
/proc/15293/stat : 15293 (sugar) S 15291 15293 14014 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 22668650 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15293/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701706 s]
/proc/loadavg: 1.92 2.00 2.04 4/82 15293
/proc/meminfo: memFree=1416176/2055920 swapFree=4192812/4192956
[pid=15293] ppid=15291 vsize=16868 CPUtime=0.06
/proc/15293/stat : 15293 (sugar) S 15291 15293 14014 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 22668650 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15293/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50283 s]
/proc/loadavg: 1.92 2.00 2.04 4/93 15315
/proc/meminfo: memFree=1408600/2055920 swapFree=4192812/4192956
[pid=15293] ppid=15291 vsize=16868 CPUtime=0.95
/proc/15293/stat : 15293 (sugar) S 15291 15293 14014 0 -1 4194304 1309 7486 0 1 5 1 84 5 16 0 1 0 22668650 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15293/statm: 4217 1111 409 3 0 796 0
[pid=15306] ppid=15293 vsize=5356 CPUtime=0
/proc/15306/stat : 15306 (sh) S 15293 15293 14014 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22668754 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15306/statm: 1339 233 193 169 0 50 0
[pid=15307] ppid=15306 vsize=862288 CPUtime=0.45
/proc/15307/stat : 15307 (java) S 15306 15293 14014 0 -1 0 4369 0 1 0 42 3 0 0 18 0 9 0 22668754 882982912 3806 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15307/statm: 215572 3806 1416 9 0 210485 0
[pid=15307/tid=15308] ppid=15306 vsize=862288 CPUtime=0.34
/proc/15307/task/15308/stat : 15308 (java) R 15306 15293 14014 0 -1 64 2016 0 1 0 33 1 0 0 20 0 9 0 22668755 882982912 3806 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15307/tid=15309] ppid=15306 vsize=862288 CPUtime=0.04
/proc/15307/task/15309/stat : 15309 (java) R 15306 15293 14014 0 -1 64 1358 0 0 0 4 0 0 0 16 0 9 0 22668756 882982912 3806 996147200 134512640 134550932 4294955936 18446744073709551615 103825680 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15307/tid=15310] ppid=15306 vsize=862288 CPUtime=0
/proc/15307/task/15310/stat : 15310 (java) S 15306 15293 14014 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 22668757 882982912 3806 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15307/tid=15311] ppid=15306 vsize=862288 CPUtime=0
/proc/15307/task/15311/stat : 15311 (java) S 15306 15293 14014 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 22668757 882982912 3806 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15307/tid=15312] ppid=15306 vsize=862288 CPUtime=0
/proc/15307/task/15312/stat : 15312 (java) S 15306 15293 14014 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22668759 882982912 3806 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15307/tid=15313] ppid=15306 vsize=862288 CPUtime=0.04
/proc/15307/task/15313/stat : 15313 (java) S 15306 15293 14014 0 -1 64 301 0 0 0 4 0 0 0 16 0 9 0 22668759 882982912 3806 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15307/tid=15314] ppid=15306 vsize=862288 CPUtime=0
/proc/15307/task/15314/stat : 15314 (java) S 15306 15293 14014 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22668759 882982912 3806 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15307/tid=15315] ppid=15306 vsize=862288 CPUtime=0
/proc/15307/task/15315/stat : 15315 (java) S 15306 15293 14014 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22668759 882982912 3806 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) 884512

[startup+3.10105 s]
/proc/loadavg: 1.93 2.00 2.04 3/93 15315
/proc/meminfo: memFree=1391008/2055920 swapFree=4192812/4192956
[pid=15293] ppid=15291 vsize=16868 CPUtime=0.95
/proc/15293/stat : 15293 (sugar) S 15291 15293 14014 0 -1 4194304 1309 7486 0 1 5 1 84 5 16 0 1 0 22668650 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15293/statm: 4217 1111 409 3 0 796 0
[pid=15306] ppid=15293 vsize=5356 CPUtime=0
/proc/15306/stat : 15306 (sh) S 15293 15293 14014 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22668754 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15306/statm: 1339 233 193 169 0 50 0
[pid=15307] ppid=15306 vsize=868644 CPUtime=2.02
/proc/15307/stat : 15307 (java) S 15306 15293 14014 0 -1 0 10324 0 1 0 195 7 0 0 18 0 9 0 22668754 889491456 9465 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15307/statm: 217161 9465 2566 9 0 211666 0
[pid=15307/tid=15308] ppid=15306 vsize=868644 CPUtime=1.4
/proc/15307/task/15308/stat : 15308 (java) R 15306 15293 14014 0 -1 64 2817 0 1 0 138 2 0 0 25 0 9 0 22668755 889491456 9465 996147200 134512640 134550932 4294955936 18446744073709551615 4126552878 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15307/tid=15309] ppid=15306 vsize=868644 CPUtime=0.39
/proc/15307/task/15309/stat : 15309 (java) S 15306 15293 14014 0 -1 64 5317 0 0 0 37 2 0 0 16 0 9 0 22668756 889491456 9465 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15307/tid=15310] ppid=15306 vsize=868644 CPUtime=0
/proc/15307/task/15310/stat : 15310 (java) S 15306 15293 14014 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22668757 889491456 9465 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15307/tid=15311] ppid=15306 vsize=868644 CPUtime=0
/proc/15307/task/15311/stat : 15311 (java) S 15306 15293 14014 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 22668757 889491456 9465 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15307/tid=15312] ppid=15306 vsize=868644 CPUtime=0
/proc/15307/task/15312/stat : 15312 (java) S 15306 15293 14014 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22668759 889491456 9465 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15307/tid=15313] ppid=15306 vsize=868644 CPUtime=0.18
/proc/15307/task/15313/stat : 15313 (java) S 15306 15293 14014 0 -1 64 1487 0 0 0 18 0 0 0 16 0 9 0 22668759 889491456 9465 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15307/tid=15314] ppid=15306 vsize=868644 CPUtime=0
/proc/15307/task/15314/stat : 15314 (java) S 15306 15293 14014 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22668759 889491456 9465 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15307/tid=15315] ppid=15306 vsize=868644 CPUtime=0
/proc/15307/task/15315/stat : 15315 (java) S 15306 15293 14014 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22668759 889491456 9465 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) 890868

[startup+6.30251 s]
/proc/loadavg: 1.93 2.00 2.04 3/93 15315
/proc/meminfo: memFree=1375520/2055920 swapFree=4192812/4192956
[pid=15293] ppid=15291 vsize=16868 CPUtime=0.97
/proc/15293/stat : 15293 (sugar) S 15291 15293 14014 0 -1 4194304 1310 7486 0 1 6 2 84 5 16 0 1 0 22668650 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15293/statm: 4217 1111 409 3 0 796 0
[pid=15306] ppid=15293 vsize=5356 CPUtime=0
/proc/15306/stat : 15306 (sh) S 15293 15293 14014 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22668754 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15306/statm: 1339 233 193 169 0 50 0
[pid=15307] ppid=15306 vsize=868756 CPUtime=5.18
/proc/15307/stat : 15307 (java) S 15306 15293 14014 0 -1 0 12088 0 1 0 504 14 0 0 18 0 9 0 22668754 889606144 10920 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15307/statm: 217189 10920 2590 9 0 211666 0
[pid=15307/tid=15308] ppid=15306 vsize=868756 CPUtime=4.2
/proc/15307/task/15308/stat : 15308 (java) R 15306 15293 14014 0 -1 64 3088 0 1 0 414 6 0 0 25 0 9 0 22668755 889606144 10920 996147200 134512640 134550932 4294955936 18446744073709551615 4126555191 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15307/tid=15309] ppid=15306 vsize=868756 CPUtime=0.7
/proc/15307/task/15309/stat : 15309 (java) S 15306 15293 14014 0 -1 64 6773 0 0 0 65 5 0 0 15 0 9 0 22668756 889606144 10920 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15307/tid=15310] ppid=15306 vsize=868756 CPUtime=0
/proc/15307/task/15310/stat : 15310 (java) S 15306 15293 14014 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22668757 889606144 10920 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15307/tid=15311] ppid=15306 vsize=868756 CPUtime=0
/proc/15307/task/15311/stat : 15311 (java) S 15306 15293 14014 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 22668757 889606144 10920 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15307/tid=15312] ppid=15306 vsize=868756 CPUtime=0
/proc/15307/task/15312/stat : 15312 (java) S 15306 15293 14014 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22668759 889606144 10920 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15307/tid=15313] ppid=15306 vsize=868756 CPUtime=0.24
/proc/15307/task/15313/stat : 15313 (java) S 15306 15293 14014 0 -1 64 1524 0 0 0 23 1 0 0 16 0 9 0 22668759 889606144 10920 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15307/tid=15314] ppid=15306 vsize=868756 CPUtime=0
/proc/15307/task/15314/stat : 15314 (java) S 15306 15293 14014 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22668759 889606144 10920 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15307/tid=15315] ppid=15306 vsize=868756 CPUtime=0
/proc/15307/task/15315/stat : 15315 (java) S 15306 15293 14014 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22668759 889606144 10920 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 890980

[startup+12.7024 s]
/proc/loadavg: 1.94 2.00 2.04 3/93 15315
/proc/meminfo: memFree=1359328/2055920 swapFree=4192812/4192956
[pid=15293] ppid=15291 vsize=16868 CPUtime=0.97
/proc/15293/stat : 15293 (sugar) S 15291 15293 14014 0 -1 4194304 1310 7486 0 1 6 2 84 5 16 0 1 0 22668650 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15293/statm: 4217 1111 409 3 0 796 0
[pid=15306] ppid=15293 vsize=5356 CPUtime=0
/proc/15306/stat : 15306 (sh) S 15293 15293 14014 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22668754 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15306/statm: 1339 233 193 169 0 50 0
[pid=15307] ppid=15306 vsize=868756 CPUtime=11.5
/proc/15307/stat : 15307 (java) S 15306 15293 14014 0 -1 0 12476 0 1 0 1124 26 0 0 18 0 9 0 22668754 889606144 10926 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15307/statm: 217189 10926 2590 9 0 211666 0
[pid=15307/tid=15308] ppid=15306 vsize=868756 CPUtime=10.36
/proc/15307/task/15308/stat : 15308 (java) R 15306 15293 14014 0 -1 64 3470 0 1 0 1020 16 0 0 25 0 9 0 22668755 889606144 10926 996147200 134512640 134550932 4294955936 18446744073709551615 4127062064 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15307/tid=15309] ppid=15306 vsize=868756 CPUtime=0.86
/proc/15307/task/15309/stat : 15309 (java) S 15306 15293 14014 0 -1 64 6773 0 0 0 79 7 0 0 16 0 9 0 22668756 889606144 10926 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15307/tid=15310] ppid=15306 vsize=868756 CPUtime=0
/proc/15307/task/15310/stat : 15310 (java) S 15306 15293 14014 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22668757 889606144 10926 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15307/tid=15311] ppid=15306 vsize=868756 CPUtime=0
/proc/15307/task/15311/stat : 15311 (java) S 15306 15293 14014 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 22668757 889606144 10926 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15307/tid=15312] ppid=15306 vsize=868756 CPUtime=0
/proc/15307/task/15312/stat : 15312 (java) S 15306 15293 14014 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22668759 889606144 10926 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15307/tid=15313] ppid=15306 vsize=868756 CPUtime=0.25
/proc/15307/task/15313/stat : 15313 (java) S 15306 15293 14014 0 -1 64 1530 0 0 0 24 1 0 0 16 0 9 0 22668759 889606144 10926 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15307/tid=15314] ppid=15306 vsize=868756 CPUtime=0
/proc/15307/task/15314/stat : 15314 (java) S 15306 15293 14014 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22668759 889606144 10926 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15307/tid=15315] ppid=15306 vsize=868756 CPUtime=0
/proc/15307/task/15315/stat : 15315 (java) S 15306 15293 14014 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22668759 889606144 10926 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.47
Current children cumulated vsize (KiB) 890980

[startup+25.5023 s]
/proc/loadavg: 1.95 2.00 2.03 3/93 15315
/proc/meminfo: memFree=1326624/2055920 swapFree=4192812/4192956
[pid=15293] ppid=15291 vsize=16868 CPUtime=0.97
/proc/15293/stat : 15293 (sugar) S 15291 15293 14014 0 -1 4194304 1310 7486 0 1 6 2 84 5 16 0 1 0 22668650 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15293/statm: 4217 1111 409 3 0 796 0
[pid=15306] ppid=15293 vsize=5356 CPUtime=0
/proc/15306/stat : 15306 (sh) S 15293 15293 14014 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22668754 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15306/statm: 1339 233 193 169 0 50 0
[pid=15307] ppid=15306 vsize=868756 CPUtime=24.15
/proc/15307/stat : 15307 (java) S 15306 15293 14014 0 -1 0 13227 0 1 0 2364 51 0 0 18 0 9 0 22668754 889606144 10926 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15307/statm: 217189 10926 2590 9 0 211666 0
[pid=15307/tid=15308] ppid=15306 vsize=868756 CPUtime=22.7
/proc/15307/task/15308/stat : 15308 (java) R 15306 15293 14014 0 -1 64 4221 0 1 0 2234 36 0 0 25 0 9 0 22668755 889606144 10926 996147200 134512640 134550932 4294955936 18446744073709551615 4126555262 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15307/tid=15309] ppid=15306 vsize=868756 CPUtime=1.17
/proc/15307/task/15309/stat : 15309 (java) S 15306 15293 14014 0 -1 64 6773 0 0 0 105 12 0 0 16 0 9 0 22668756 889606144 10926 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15307/tid=15310] ppid=15306 vsize=868756 CPUtime=0
/proc/15307/task/15310/stat : 15310 (java) S 15306 15293 14014 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22668757 889606144 10926 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15307/tid=15311] ppid=15306 vsize=868756 CPUtime=0
/proc/15307/task/15311/stat : 15311 (java) S 15306 15293 14014 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 22668757 889606144 10926 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15307/tid=15312] ppid=15306 vsize=868756 CPUtime=0

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

/proc/meminfo: memFree=1033704/2055920 swapFree=4192812/4192956
[pid=15293] ppid=15291 vsize=16868 CPUtime=40.45
/proc/15293/stat : 15293 (sugar) S 15291 15293 14014 0 -1 4194304 1376 21914 0 2 6 2 3947 90 16 0 1 0 22668650 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15293/statm: 4217 1113 409 3 0 796 0
[pid=15316] ppid=15293 vsize=5356 CPUtime=0
/proc/15316/stat : 15316 (sh) S 15293 15293 14014 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22672751 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15316/statm: 1339 232 193 169 0 50 0
[pid=15317] ppid=15316 vsize=743704 CPUtime=1320.57
/proc/15317/stat : 15317 (minisat) R 15316 15293 14014 0 -1 4194304 183142 0 0 0 131887 170 0 0 25 0 1 0 22672751 761552896 183128 996147200 134512640 135127466 4294956256 18446744073709551615 134530768 0 0 4096 3 0 0 0 17 0 0 0
/proc/15317/statm: 185926 183128 76 150 0 185773 0
Current children cumulated CPU time (s) 1361.02
Current children cumulated vsize (KiB) 765928

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 15358
/proc/meminfo: memFree=1019104/2055920 swapFree=4192812/4192956
[pid=15293] ppid=15291 vsize=16868 CPUtime=40.45
/proc/15293/stat : 15293 (sugar) S 15291 15293 14014 0 -1 4194304 1376 21914 0 2 6 2 3947 90 16 0 1 0 22668650 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15293/statm: 4217 1113 409 3 0 796 0
[pid=15316] ppid=15293 vsize=5356 CPUtime=0
/proc/15316/stat : 15316 (sh) S 15293 15293 14014 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22672751 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15316/statm: 1339 232 193 169 0 50 0
[pid=15317] ppid=15316 vsize=758336 CPUtime=1380.54
/proc/15317/stat : 15317 (minisat) R 15316 15293 14014 0 -1 4194304 186763 0 0 0 137880 174 0 0 25 0 1 0 22672751 776536064 186749 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15317/statm: 189584 186749 76 150 0 189431 0
Current children cumulated CPU time (s) 1420.99
Current children cumulated vsize (KiB) 780560

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 15358
/proc/meminfo: memFree=1004448/2055920 swapFree=4192812/4192956
[pid=15293] ppid=15291 vsize=16868 CPUtime=40.45
/proc/15293/stat : 15293 (sugar) S 15291 15293 14014 0 -1 4194304 1376 21914 0 2 6 2 3947 90 16 0 1 0 22668650 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15293/statm: 4217 1113 409 3 0 796 0
[pid=15316] ppid=15293 vsize=5356 CPUtime=0
/proc/15316/stat : 15316 (sh) S 15293 15293 14014 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22672751 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15316/statm: 1339 232 193 169 0 50 0
[pid=15317] ppid=15316 vsize=772952 CPUtime=1440.52
/proc/15317/stat : 15317 (minisat) R 15316 15293 14014 0 -1 4194304 190446 0 0 0 143875 177 0 0 25 0 1 0 22672751 791502848 190432 996147200 134512640 135127466 4294956256 18446744073709551615 134530641 0 0 4096 3 0 0 0 17 0 0 0
/proc/15317/statm: 193238 190432 76 150 0 193085 0
Current children cumulated CPU time (s) 1480.97
Current children cumulated vsize (KiB) 795176

[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 15358
/proc/meminfo: memFree=991072/2055920 swapFree=4192812/4192956
[pid=15293] ppid=15291 vsize=16868 CPUtime=40.45
/proc/15293/stat : 15293 (sugar) S 15291 15293 14014 0 -1 4194304 1376 21914 0 2 6 2 3947 90 16 0 1 0 22668650 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15293/statm: 4217 1113 409 3 0 796 0
[pid=15316] ppid=15293 vsize=5356 CPUtime=0
/proc/15316/stat : 15316 (sh) S 15293 15293 14014 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22672751 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15316/statm: 1339 232 193 169 0 50 0
[pid=15317] ppid=15316 vsize=786288 CPUtime=1500.5
/proc/15317/stat : 15317 (minisat) R 15316 15293 14014 0 -1 4194304 193753 0 0 0 149870 180 0 0 25 0 1 0 22672751 805158912 193739 996147200 134512640 135127466 4294956256 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 0 0 0
/proc/15317/statm: 196572 193739 76 150 0 196419 0
Current children cumulated CPU time (s) 1540.95
Current children cumulated vsize (KiB) 808512

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 15358
/proc/meminfo: memFree=977056/2055920 swapFree=4192812/4192956
[pid=15293] ppid=15291 vsize=16868 CPUtime=40.45
/proc/15293/stat : 15293 (sugar) S 15291 15293 14014 0 -1 4194304 1376 21914 0 2 6 2 3947 90 16 0 1 0 22668650 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15293/statm: 4217 1113 409 3 0 796 0
[pid=15316] ppid=15293 vsize=5356 CPUtime=0
/proc/15316/stat : 15316 (sh) S 15293 15293 14014 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22672751 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15316/statm: 1339 232 193 169 0 50 0
[pid=15317] ppid=15316 vsize=800448 CPUtime=1560.47
/proc/15317/stat : 15317 (minisat) R 15316 15293 14014 0 -1 4194304 197298 0 0 0 155863 184 0 0 25 0 1 0 22672751 819658752 197284 996147200 134512640 135127466 4294956256 18446744073709551615 134706298 0 0 4096 3 0 0 0 17 0 0 0
/proc/15317/statm: 200112 197284 76 150 0 199959 0
Current children cumulated CPU time (s) 1600.92
Current children cumulated vsize (KiB) 822672

[startup+1662.3 s]
/proc/loadavg: 2.11 2.03 2.01 3/79 15359
/proc/meminfo: memFree=962776/2055920 swapFree=4192812/4192956
[pid=15293] ppid=15291 vsize=16868 CPUtime=40.45
/proc/15293/stat : 15293 (sugar) S 15291 15293 14014 0 -1 4194304 1376 21914 0 2 6 2 3947 90 16 0 1 0 22668650 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15293/statm: 4217 1113 409 3 0 796 0
[pid=15316] ppid=15293 vsize=5356 CPUtime=0
/proc/15316/stat : 15316 (sh) S 15293 15293 14014 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22672751 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15316/statm: 1339 232 193 169 0 50 0
[pid=15317] ppid=15316 vsize=814600 CPUtime=1620.44
/proc/15317/stat : 15317 (minisat) R 15316 15293 14014 0 -1 4194304 200806 0 0 0 161857 187 0 0 25 0 1 0 22672751 834150400 200792 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15317/statm: 203650 200792 76 150 0 203497 0
Current children cumulated CPU time (s) 1660.89
Current children cumulated vsize (KiB) 836824

[startup+1722.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/79 15359
/proc/meminfo: memFree=951768/2055920 swapFree=4192812/4192956
[pid=15293] ppid=15291 vsize=16868 CPUtime=40.45
/proc/15293/stat : 15293 (sugar) S 15291 15293 14014 0 -1 4194304 1376 21914 0 2 6 2 3947 90 16 0 1 0 22668650 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15293/statm: 4217 1113 409 3 0 796 0
[pid=15316] ppid=15293 vsize=5356 CPUtime=0
/proc/15316/stat : 15316 (sh) S 15293 15293 14014 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22672751 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15316/statm: 1339 232 193 169 0 50 0
[pid=15317] ppid=15316 vsize=825612 CPUtime=1680.41
/proc/15317/stat : 15317 (minisat) R 15316 15293 14014 0 -1 4194304 203553 0 0 0 167851 190 0 0 25 0 1 0 22672751 845426688 203539 996147200 134512640 135127466 4294956256 18446744073709551615 134530757 0 0 4096 3 0 0 0 17 0 0 0
/proc/15317/statm: 206403 203539 76 150 0 206250 0
Current children cumulated CPU time (s) 1720.86
Current children cumulated vsize (KiB) 847836

[startup+1782.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/79 15359
/proc/meminfo: memFree=939416/2055920 swapFree=4192812/4192956
[pid=15293] ppid=15291 vsize=16868 CPUtime=40.45
/proc/15293/stat : 15293 (sugar) S 15291 15293 14014 0 -1 4194304 1376 21914 0 2 6 2 3947 90 16 0 1 0 22668650 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15293/statm: 4217 1113 409 3 0 796 0
[pid=15316] ppid=15293 vsize=5356 CPUtime=0
/proc/15316/stat : 15316 (sh) S 15293 15293 14014 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22672751 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15316/statm: 1339 232 193 169 0 50 0
[pid=15317] ppid=15316 vsize=839168 CPUtime=1740.38
/proc/15317/stat : 15317 (minisat) R 15316 15293 14014 0 -1 4194304 206618 0 0 0 173845 193 0 0 25 0 1 0 22672751 859308032 206604 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15317/statm: 209792 206604 76 150 0 209639 0
Current children cumulated CPU time (s) 1780.83
Current children cumulated vsize (KiB) 861392



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.5 s]
/proc/loadavg: 2.01 2.01 2.00 3/79 15359
/proc/meminfo: memFree=935512/2055920 swapFree=4192812/4192956
[pid=15293] ppid=15291 vsize=16868 CPUtime=40.45
/proc/15293/stat : 15293 (sugar) S 15291 15293 14014 0 -1 4194304 1376 21914 0 2 6 2 3947 90 16 0 1 0 22668650 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15293/statm: 4217 1113 409 3 0 796 0
[pid=15316] ppid=15293 vsize=5356 CPUtime=0
/proc/15316/stat : 15316 (sh) S 15293 15293 14014 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22672751 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15316/statm: 1339 232 193 169 0 50 0
[pid=15317] ppid=15316 vsize=843068 CPUtime=1759.59
/proc/15317/stat : 15317 (minisat) R 15316 15293 14014 0 -1 4194304 207566 0 0 0 175764 195 0 0 25 0 1 0 22672751 863301632 207552 996147200 134512640 135127466 4294956256 18446744073709551615 134530641 0 0 4096 3 0 0 0 17 0 0 0
/proc/15317/statm: 210767 207552 76 150 0 210614 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 865292

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

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

[startup+1801.62 s]
/proc/loadavg: 2.01 2.01 2.00 3/79 15359
/proc/meminfo: memFree=935512/2055920 swapFree=4192812/4192956
[pid=15293] ppid=15291 vsize=16868 CPUtime=40.45
/proc/15293/stat : 15293 (sugar) S 15291 15293 14014 0 -1 4194304 1398 21914 0 2 6 2 3947 90 16 0 1 0 22668650 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/15293/statm: 4217 1113 409 3 0 796 0
[pid=15316] ppid=15293 vsize=0 CPUtime=0
/proc/15316/stat : 15316 (sh) Z 15293 15293 14014 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 22672751 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/15316/statm: 0 0 0 0 0 0 0
[pid=15317] ppid=1 vsize=0 CPUtime=1759.7
/proc/15317/stat : 15317 (minisat) R 1 15293 14014 0 -1 4195332 207566 0 0 0 175764 206 0 0 25 0 1 0 22672751 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 0 0 0
/proc/15317/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.15
Current children cumulated vsize (KiB) 16868

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 15293 and gives
#  childrusage.ru_utime.tv_sec=39
#  childrusage.ru_utime.tv_usec=549987
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=975851
# CPU time returned by wait4() is 40.5258
# while last known CPU time is 1800.15
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1801.67
CPU time (s): 1800.15
CPU user time (s): 1797.17
CPU system time (s): 2.98
CPU usage (%): 99.9154
Max. virtual memory (cumulated for all children) (KiB): 891120

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 39.55
system time used= 0.975851
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23673
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= 24453
involuntary context switches= 25953

runsolver used 1.73374 second user time and 4.92625 second system time

The end

Launcher Data

Begin job on node22 at 2009-07-12 01:47:02
IDJOB=2072050
IDBENCH=55570
IDSOLVER=739
FILE ID=node22/2072050-1247356021
PBS_JOBID= 9506821
Free space on /tmp= 66292 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/pseudoGLB/normalized-fpga45-45-sat-pb-cnf-cr.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-2072050-1247356021/watcher-2072050-1247356021 -o /tmp/evaluation-result-2072050-1247356021/solver-2072050-1247356021 -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-2072050-1247356021.xml

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

MD5SUM BENCH= 929dc5a6d18af75acb29966626caf1d9
RANDOM SEED=2055886841

node22.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.278
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.278
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	: 5636.09
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1416656 kB
Buffers:         29008 kB
Cached:         192672 kB
SwapCached:          0 kB
Active:         547636 kB
Inactive:        41804 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1416656 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2948 kB
Writeback:           0 kB
Mapped:         389072 kB
Slab:            34208 kB
Committed_AS:   533500 kB
PageTables:       2620 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66388 MiB
End job on node22 at 2009-07-12 02:17:05