Trace number 2072677

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

General information on the benchmark

Namecsp/pseudoGLB/
normalized-fpga40-38-sat-pb-cnf-cr.xml
MD5SUM5ea93ecd6988eea5d0ddae8b9bb095dc
Bench CategoryAlldiff+Elt+WSum (alldiff,element,weightedsum)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark31.3852
Satisfiable
(Un)Satisfiability was proved
Number of variables2280
Number of constraints1636
Maximum constraint arity40
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(1636)

Solver Data

0.00/0.07	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.07	c 0	BEGIN Sun Jul 12 01:59:59 2009
0.00/0.07	c 0	PID 18520
0.00/0.07	c 0	HOST node76.alineos.net
0.00/0.07	c 0	CONVERTING HOME/instance-2072677-1247356798.xml TO HOME/temp.csp
0.00/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2072677-1247356798.xml' 'HOME/temp.csp'
0.06/0.82	c 0	1 domains, 2280 variables, 0 predicates, 0 relations, 1636 constraints
0.06/0.86	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.86	c 0	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.80/0.93	c 0	Parsing HOME/temp.csp
1.12/1.29	c 1	parsed 3917 expressions
1.12/1.30	c 1	Heap : 5 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.12/1.30	c 1	Converting to clausal form CSP
1.21/1.33	c 1	converted 392 (10%) expressions
1.21/1.33	c 1	converted 784 (20%) expressions
1.21/1.33	c 1	converted 1176 (30%) expressions
1.21/1.35	c 1	converted 1567 (40%) expressions
1.21/1.35	c 1	converted 1959 (50%) expressions
1.41/1.51	c 1	converted 2351 (60%) expressions
1.71/1.89	c 1	converted 2742 (70%) expressions
2.01/2.12	c 2	converted 3134 (80%) expressions
2.20/2.34	c 2	converted 3526 (90%) expressions
2.50/2.69	c 2	converted 3917 (100%) expressions
2.50/2.69	c 2	CSP : 7656 integers, 0 booleans, 12388 clauses, largest domain size 15
2.50/2.69	c 2	Heap : 14 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.50/2.69	c 2	Propagation in CSP
2.80/2.96	c 2	1280 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.80/2.97	c 2	CSP : 7656 integers, 0 booleans, 12388 clauses, largest domain size 15
2.80/2.97	c 2	Heap : 15 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.80/2.98	c 2	Simplifing CSP by introducing new Boolean variables
2.80/2.99	c 3	CSP : 7656 integers, 0 booleans, 12388 clauses, largest domain size 15
2.80/2.99	c 3	Heap : 15 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.91/3.08	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.91/3.09	c 3	766 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.99/3.10	c 3	1532 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.99/3.11	c 3	2297 (30%) CSP integer variables are encoded (97 clauses, 1325 bytes)
2.99/3.11	c 3	3063 (40%) CSP integer variables are encoded (4437 clauses, 57745 bytes)
2.99/3.12	c 3	3828 (50%) CSP integer variables are encoded (8772 clauses, 118521 bytes)
2.99/3.13	c 3	4594 (60%) CSP integer variables are encoded (13113 clauses, 183636 bytes)
2.99/3.13	c 3	5360 (70%) CSP integer variables are encoded (17454 clauses, 248751 bytes)
2.99/3.15	c 3	6125 (80%) CSP integer variables are encoded (21789 clauses, 313776 bytes)
2.99/3.16	c 3	6891 (90%) CSP integer variables are encoded (25840 clauses, 374541 bytes)
2.99/3.17	c 3	7656 (100%) CSP integer variables are encoded (28538 clauses, 415011 bytes)
3.87/4.09	c 4	1239 (10%) CSP clauses are encoded (140933 clauses, 3341639 bytes)
4.76/5.00	c 5	2478 (20%) CSP clauses are encoded (253328 clauses, 6281963 bytes)
5.66/5.88	c 5	3717 (30%) CSP clauses are encoded (365723 clauses, 9314660 bytes)
6.54/6.77	c 6	4956 (40%) CSP clauses are encoded (478118 clauses, 12367733 bytes)
7.44/7.65	c 7	6194 (50%) CSP clauses are encoded (590512 clauses, 15420786 bytes)
8.33/8.53	c 8	7433 (60%) CSP clauses are encoded (702907 clauses, 18481923 bytes)
9.21/9.42	c 9	8672 (70%) CSP clauses are encoded (815302 clauses, 21557652 bytes)
10.10/10.32	c 10	9911 (80%) CSP clauses are encoded (927697 clauses, 24633381 bytes)
10.70/10.97	c 10	11150 (90%) CSP clauses are encoded (998978 clauses, 26510996 bytes)
11.19/11.45	c 11	12388 (100%) CSP clauses are encoded (1064702 clauses, 28029482 bytes)
11.19/11.45	c 11	12388 CSP clauses encoded
11.19/11.45	c 11	Writing map file : HOME/temp.map
11.19/11.47	c 11	Heap : 10 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
11.19/11.47	c 11	SAT : 36194 SAT variables, 1064702 SAT clauses, 28029482 bytes
11.19/11.47	c 11	Heap : 10 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
11.26/11.51	c 11	SOLVING HOME/temp.cnf
11.26/11.51	c 11	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
11.26/11.51	c 11	This is MiniSat 2.0 beta
11.26/11.51	c 11	WARNING: for repeatability, setting FPU to use double precision
11.26/11.51	c 11	============================[ Problem Statistics ]=============================
11.26/11.51	c 11	|                                                                             |
11.26/11.51	c 11	|  Number of variables:  36194                                                |
11.26/11.51	c 11	|  Number of clauses:    1064702                                              |
11.86/12.14	c 12	|  Parsing time:         0.51         s                                       |
11.86/12.18	c 12	============================[ Search Statistics ]==============================
11.86/12.18	c 12	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
11.86/12.18	c 12	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
11.86/12.18	c 12	===============================================================================
11.86/12.18	c 12	|         0 |   36194  1064702  4604148 |   354900        0    nan |  0.000 % |
11.96/12.21	c 12	|       101 |   36194  1064702  4604148 |   390390      101     30 |  0.000 % |
11.96/12.23	c 12	|       251 |   36194  1064702  4604148 |   429429      251     30 |  0.000 % |
12.05/12.33	c 12	|       476 |   36194  1064702  4604148 |   472372      476     30 |  0.000 % |
12.75/13.03	c 13	|       813 |   36194  1064702  4604148 |   519610      813     26 |  0.000 % |
13.54/13.87	c 13	|      1319 |   36194  1064702  4604148 |   571571     1319     23 |  0.000 % |
13.74/14.03	c 14	|      2078 |   36194  1064702  4604148 |   628728     2078     55 |  0.000 % |
15.22/15.53	c 15	|      3217 |   36194  1064702  4604148 |   691600     3217     45 |  0.000 % |
18.60/18.92	c 18	|      4925 |   36194  1064702  4604148 |   760761     4925     37 |  0.000 % |
19.19/19.51	c 19	|      7488 |   36194  1064702  4604148 |   836837     7488     81 |  0.000 % |
26.12/26.53	c 26	|     11332 |   36194  1064702  4604148 |   920520    11332     66 |  0.000 % |
31.37/31.85	c 31	|     17099 |   36194  1064702  4604148 |  1012573    17099     66 |  0.000 % |
47.61/48.25	c 48	|     25748 |   36194  1064702  4604148 |  1113830    25748     71 |  0.000 % |
54.84/55.54	c 55	|     38723 |   36194  1064702  4604148 |  1225213    38723    118 |  0.000 % |
58.79/59.51	c 59	|     58184 |   36194  1064702  4604148 |  1347734    58184     97 |  0.000 % |
79.39/80.38	c 80	|     87376 |   36194  1064702  4604148 |  1482508    87376     92 |  0.000 % |
125.34/126.70	c 126	|    131165 |   36194  1064702  4604148 |  1630758   131165    114 |  0.000 % |
219.12/221.42	c 221	|    196849 |   36194  1064702  4604148 |  1793834   196849    134 |  0.000 % |
416.50/420.77	c 420	|    295376 |   36194  1064702  4604148 |  1973218   295376    139 |  0.000 % |
771.23/776.57	c 776	|    443166 |   36194  1064702  4604148 |  2170540   443166    135 |  0.000 % |
1492.86/1498.46	c 1498	|    664851 |   36194  1064702  4604148 |  2387594   664851    164 |  0.000 % |
1800.05/1805.71	c ERROR INTERRUPTED
1800.05/1805.80	s UNKNOWN
1800.05/1805.80	c 1805	CPU 11.29 (0.06 0.02 10.84 0.37)
1800.05/1805.80	c 1805	END Sun Jul 12 02:30:04 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-2072677-1247356798/watcher-2072677-1247356798 -o /tmp/evaluation-result-2072677-1247356798/solver-2072677-1247356798 -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-2072677-1247356798.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: 2.04 2.11 2.16 4/83 18520
/proc/meminfo: memFree=1338296/2055920 swapFree=4192812/4192956
[pid=18520] ppid=18518 vsize=12272 CPUtime=0
/proc/18520/stat : 18520 (sugar) R 18518 18520 17126 0 -1 4194304 359 0 0 0 0 0 0 0 18 0 1 0 22745186 12566528 327 996147200 4194304 4206940 548682068608 18446744073709551615 265682992126 0 0 4224 0 0 0 0 17 1 0 0
/proc/18520/statm: 3068 327 246 3 0 168 0

[startup+0.0133451 s]
/proc/loadavg: 2.04 2.11 2.16 4/83 18520
/proc/meminfo: memFree=1338296/2055920 swapFree=4192812/4192956
[pid=18520] ppid=18518 vsize=12544 CPUtime=0
/proc/18520/stat : 18520 (sugar) R 18518 18520 17126 0 -1 4194304 469 0 0 0 0 0 0 0 18 0 1 0 22745186 12845056 437 996147200 4194304 4206940 548682068608 18446744073709551615 265673943627 0 0 4224 0 0 0 0 17 1 0 0
/proc/18520/statm: 3136 438 289 3 0 236 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12544

[startup+0.10232 s]
/proc/loadavg: 2.04 2.11 2.16 4/83 18520
/proc/meminfo: memFree=1338296/2055920 swapFree=4192812/4192956
[pid=18520] ppid=18518 vsize=16868 CPUtime=0.06
/proc/18520/stat : 18520 (sugar) S 18518 18520 17126 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 22745186 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18520/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.302357 s]
/proc/loadavg: 2.04 2.11 2.16 4/83 18520
/proc/meminfo: memFree=1338296/2055920 swapFree=4192812/4192956
[pid=18520] ppid=18518 vsize=16868 CPUtime=0.06
/proc/18520/stat : 18520 (sugar) S 18518 18520 17126 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 22745186 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18520/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.702432 s]
/proc/loadavg: 2.04 2.11 2.16 4/83 18520
/proc/meminfo: memFree=1338296/2055920 swapFree=4192812/4192956
[pid=18520] ppid=18518 vsize=16868 CPUtime=0.06
/proc/18520/stat : 18520 (sugar) S 18518 18520 17126 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 22745186 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18520/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50159 s]
/proc/loadavg: 2.04 2.11 2.16 4/94 18542
/proc/meminfo: memFree=1329816/2055920 swapFree=4192812/4192956
[pid=18520] ppid=18518 vsize=16868 CPUtime=0.8
/proc/18520/stat : 18520 (sugar) S 18518 18520 17126 0 -1 4194304 1309 7029 0 1 5 1 69 5 15 0 1 0 22745186 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18520/statm: 4217 1111 409 3 0 796 0
[pid=18533] ppid=18520 vsize=5356 CPUtime=0
/proc/18533/stat : 18533 (sh) S 18520 18520 17126 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22745272 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18533/statm: 1339 233 193 169 0 50 0
[pid=18534] ppid=18533 vsize=864224 CPUtime=0.61
/proc/18534/stat : 18534 (java) S 18533 18520 17126 0 -1 0 6452 0 1 0 57 4 0 0 20 0 9 0 22745273 884965376 5726 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18534/statm: 216056 5726 2568 9 0 210561 0
[pid=18534/tid=18535] ppid=18533 vsize=864224 CPUtime=0.41
/proc/18534/task/18535/stat : 18535 (java) R 18533 18520 17126 0 -1 64 2596 0 1 0 39 2 0 0 25 0 9 0 22745274 884965376 5726 996147200 134512640 134550932 4294955936 18446744073709551615 4126578987 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18534/tid=18536] ppid=18533 vsize=864224 CPUtime=0.09
/proc/18534/task/18536/stat : 18536 (java) S 18533 18520 17126 0 -1 64 2813 0 0 0 8 1 0 0 16 0 9 0 22745275 884965376 5726 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18534/tid=18537] ppid=18533 vsize=864224 CPUtime=0
/proc/18534/task/18537/stat : 18537 (java) S 18533 18520 17126 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22745275 884965376 5726 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18534/tid=18538] ppid=18533 vsize=864224 CPUtime=0
/proc/18534/task/18538/stat : 18538 (java) S 18533 18520 17126 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 22745275 884965376 5726 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18534/tid=18539] ppid=18533 vsize=864224 CPUtime=0
/proc/18534/task/18539/stat : 18539 (java) S 18533 18520 17126 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 22745277 884965376 5726 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18534/tid=18540] ppid=18533 vsize=864224 CPUtime=0.09
/proc/18534/task/18540/stat : 18540 (java) S 18533 18520 17126 0 -1 64 341 0 0 0 9 0 0 0 16 0 9 0 22745277 884965376 5726 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18534/tid=18541] ppid=18533 vsize=864224 CPUtime=0
/proc/18534/task/18541/stat : 18541 (java) S 18533 18520 17126 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 22745277 884965376 5726 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18534/tid=18542] ppid=18533 vsize=864224 CPUtime=0
/proc/18534/task/18542/stat : 18542 (java) S 18533 18520 17126 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22745277 884965376 5726 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 886448

[startup+3.10289 s]
/proc/loadavg: 2.11 2.12 2.16 4/94 18542
/proc/meminfo: memFree=1313112/2055920 swapFree=4192812/4192956
[pid=18520] ppid=18518 vsize=16868 CPUtime=0.8
/proc/18520/stat : 18520 (sugar) S 18518 18520 17126 0 -1 4194304 1310 7029 0 1 5 1 69 5 16 0 1 0 22745186 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18520/statm: 4217 1111 409 3 0 796 0
[pid=18533] ppid=18520 vsize=5356 CPUtime=0
/proc/18533/stat : 18533 (sh) S 18520 18520 17126 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22745272 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18533/statm: 1339 233 193 169 0 50 0
[pid=18534] ppid=18533 vsize=868712 CPUtime=2.19
/proc/18534/stat : 18534 (java) S 18533 18520 17126 0 -1 0 10254 0 1 0 212 7 0 0 20 0 9 0 22745273 889561088 9283 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18534/statm: 217178 9283 2588 9 0 211655 0
[pid=18534/tid=18535] ppid=18533 vsize=868712 CPUtime=1.53
/proc/18534/task/18535/stat : 18535 (java) R 18533 18520 17126 0 -1 64 2927 0 1 0 150 3 0 0 25 0 9 0 22745274 889561088 9283 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18534/tid=18536] ppid=18533 vsize=868712 CPUtime=0.45
/proc/18534/task/18536/stat : 18536 (java) S 18533 18520 17126 0 -1 64 5115 0 0 0 43 2 0 0 16 0 9 0 22745275 889561088 9283 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18534/tid=18537] ppid=18533 vsize=868712 CPUtime=0
/proc/18534/task/18537/stat : 18537 (java) S 18533 18520 17126 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22745275 889561088 9283 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18534/tid=18538] ppid=18533 vsize=868712 CPUtime=0
/proc/18534/task/18538/stat : 18538 (java) S 18533 18520 17126 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 22745275 889561088 9283 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18534/tid=18539] ppid=18533 vsize=868712 CPUtime=0
/proc/18534/task/18539/stat : 18539 (java) S 18533 18520 17126 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 22745277 889561088 9283 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18534/tid=18540] ppid=18533 vsize=868712 CPUtime=0.2
/proc/18534/task/18540/stat : 18540 (java) R 18533 18520 17126 0 -1 64 1510 0 0 0 19 1 0 0 16 0 9 0 22745277 889561088 9283 996147200 134512640 134550932 4294955936 18446744073709551615 101779713 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18534/tid=18541] ppid=18533 vsize=868712 CPUtime=0
/proc/18534/task/18541/stat : 18541 (java) S 18533 18520 17126 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 22745277 889561088 9283 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18534/tid=18542] ppid=18533 vsize=868712 CPUtime=0
/proc/18534/task/18542/stat : 18542 (java) S 18533 18520 17126 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22745277 889561088 9283 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 890936

[startup+6.30151 s]
/proc/loadavg: 2.11 2.12 2.16 4/94 18542
/proc/meminfo: memFree=1299288/2055920 swapFree=4192812/4192956
[pid=18520] ppid=18518 vsize=16868 CPUtime=0.81
/proc/18520/stat : 18520 (sugar) S 18518 18520 17126 0 -1 4194304 1310 7029 0 1 5 2 69 5 16 0 1 0 22745186 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18520/statm: 4217 1111 409 3 0 796 0
[pid=18533] ppid=18520 vsize=5356 CPUtime=0
/proc/18533/stat : 18533 (sh) S 18520 18520 17126 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22745272 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18533/statm: 1339 233 193 169 0 50 0
[pid=18534] ppid=18533 vsize=868712 CPUtime=5.34
/proc/18534/stat : 18534 (java) S 18533 18520 17126 0 -1 0 10539 0 1 0 518 16 0 0 20 0 9 0 22745273 889561088 9313 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18534/statm: 217178 9313 2590 9 0 211655 0
[pid=18534/tid=18535] ppid=18533 vsize=868712 CPUtime=4.55
/proc/18534/task/18535/stat : 18535 (java) R 18533 18520 17126 0 -1 64 3182 0 1 0 444 11 0 0 25 0 9 0 22745274 889561088 9313 996147200 134512640 134550932 4294955936 18446744073709551615 4127058639 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18534/tid=18536] ppid=18533 vsize=868712 CPUtime=0.53
/proc/18534/task/18536/stat : 18536 (java) S 18533 18520 17126 0 -1 64 5115 0 0 0 50 3 0 0 16 0 9 0 22745275 889561088 9313 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18534/tid=18537] ppid=18533 vsize=868712 CPUtime=0
/proc/18534/task/18537/stat : 18537 (java) S 18533 18520 17126 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22745275 889561088 9313 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18534/tid=18538] ppid=18533 vsize=868712 CPUtime=0
/proc/18534/task/18538/stat : 18538 (java) S 18533 18520 17126 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 22745275 889561088 9313 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18534/tid=18539] ppid=18533 vsize=868712 CPUtime=0
/proc/18534/task/18539/stat : 18539 (java) S 18533 18520 17126 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 22745277 889561088 9313 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18534/tid=18540] ppid=18533 vsize=868712 CPUtime=0.23
/proc/18534/task/18540/stat : 18540 (java) S 18533 18520 17126 0 -1 64 1540 0 0 0 22 1 0 0 16 0 9 0 22745277 889561088 9313 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18534/tid=18541] ppid=18533 vsize=868712 CPUtime=0
/proc/18534/task/18541/stat : 18541 (java) S 18533 18520 17126 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 22745277 889561088 9313 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18534/tid=18542] ppid=18533 vsize=868712 CPUtime=0
/proc/18534/task/18542/stat : 18542 (java) S 18533 18520 17126 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22745277 889561088 9313 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 890936

[startup+12.7017 s]
/proc/loadavg: 2.26 2.15 2.17 3/86 18544
/proc/meminfo: memFree=1264864/2055920 swapFree=4192812/4192956
[pid=18520] ppid=18518 vsize=16868 CPUtime=11.29
/proc/18520/stat : 18520 (sugar) S 18518 18520 17126 0 -1 4194304 1376 18279 0 2 6 2 1084 37 15 0 1 0 22745186 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18520/statm: 4217 1113 409 3 0 796 0
[pid=18543] ppid=18520 vsize=5356 CPUtime=0
/proc/18543/stat : 18543 (sh) S 18520 18520 17126 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22746338 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18543/statm: 1339 232 193 169 0 50 0
[pid=18544] ppid=18543 vsize=58836 CPUtime=1.16
/proc/18544/stat : 18544 (minisat) R 18543 18520 17126 0 -1 4194304 14029 0 0 0 106 10 0 0 25 0 1 0 22746338 60248064 14015 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/18544/statm: 14709 14015 76 150 0 14556 0
Current children cumulated CPU time (s) 12.45
Current children cumulated vsize (KiB) 81060

[startup+25.5022 s]
/proc/loadavg: 2.44 2.19 2.19 4/86 18544
/proc/meminfo: memFree=1246056/2055920 swapFree=4192812/4192956
[pid=18520] ppid=18518 vsize=16868 CPUtime=11.29
/proc/18520/stat : 18520 (sugar) S 18518 18520 17126 0 -1 4194304 1376 18279 0 2 6 2 1084 37 15 0 1 0 22745186 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18520/statm: 4217 1113 409 3 0 796 0
[pid=18543] ppid=18520 vsize=5356 CPUtime=0
/proc/18543/stat : 18543 (sh) S 18520 18520 17126 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22746338 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18543/statm: 1339 232 193 169 0 50 0
[pid=18544] ppid=18543 vsize=63116 CPUtime=13.84
/proc/18544/stat : 18544 (minisat) R 18543 18520 17126 0 -1 4194304 15093 0 0 0 1373 11 0 0 25 0 1 0 22746338 64630784 15079 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18544/statm: 15779 15079 76 150 0 15626 0
Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 85340

[startup+51.1021 s]
/proc/loadavg: 2.29 2.18 2.18 4/86 18544
/proc/meminfo: memFree=1235496/2055920 swapFree=4192812/4192956
[pid=18520] ppid=18518 vsize=16868 CPUtime=11.29
/proc/18520/stat : 18520 (sugar) S 18518 18520 17126 0 -1 4194304 1376 18279 0 2 6 2 1084 37 16 0 1 0 22745186 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18520/statm: 4217 1113 409 3 0 796 0
[pid=18543] ppid=18520 vsize=5356 CPUtime=0
/proc/18543/stat : 18543 (sh) S 18520 18520 17126 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22746338 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18543/statm: 1339 232 193 169 0 50 0
[pid=18544] ppid=18543 vsize=74856 CPUtime=39.19
/proc/18544/stat : 18544 (minisat) R 18543 18520 17126 0 -1 4194304 18021 0 0 0 3906 13 0 0 25 0 1 0 22746338 76652544 18007 996147200 134512640 135127466 4294956256 18446744073709551615 134530772 0 0 4096 3 0 0 0 17 0 0 0
/proc/18544/statm: 18714 18007 76 150 0 18561 0
Current children cumulated CPU time (s) 50.48
Current children cumulated vsize (KiB) 97080

[startup+102.308 s]
/proc/loadavg: 2.11 2.14 2.17 4/86 18550
/proc/meminfo: memFree=1193760/2055920 swapFree=4192812/4192956
[pid=18520] ppid=18518 vsize=16868 CPUtime=11.29
/proc/18520/stat : 18520 (sugar) S 18518 18520 17126 0 -1 4194304 1376 18279 0 2 6 2 1084 37 16 0 1 0 22745186 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18520/statm: 4217 1113 409 3 0 796 0
[pid=18543] ppid=18520 vsize=5356 CPUtime=0

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

/proc/meminfo: memFree=1312896/2055920 swapFree=4192812/4192956
[pid=18520] ppid=18518 vsize=16868 CPUtime=11.29
/proc/18520/stat : 18520 (sugar) S 18518 18520 17126 0 -1 4194304 1376 18279 0 2 6 2 1084 37 16 0 1 0 22745186 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18520/statm: 4217 1113 409 3 0 796 0
[pid=18543] ppid=18520 vsize=5356 CPUtime=0
/proc/18543/stat : 18543 (sh) S 18520 18520 17126 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22746338 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18543/statm: 1339 232 193 169 0 50 0
[pid=18544] ppid=18543 vsize=511728 CPUtime=1345.52
/proc/18544/stat : 18544 (minisat) R 18543 18520 17126 0 -1 4194304 126100 0 0 0 134421 131 0 0 25 0 1 0 22746338 524009472 126086 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/18544/statm: 127932 126086 76 150 0 127779 0
Current children cumulated CPU time (s) 1356.81
Current children cumulated vsize (KiB) 533952

[startup+1422.31 s]
/proc/loadavg: 1.99 1.99 2.00 3/84 18837
/proc/meminfo: memFree=1303296/2055920 swapFree=4192812/4192956
[pid=18520] ppid=18518 vsize=16868 CPUtime=11.29
/proc/18520/stat : 18520 (sugar) S 18518 18520 17126 0 -1 4194304 1376 18279 0 2 6 2 1084 37 16 0 1 0 22745186 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18520/statm: 4217 1113 409 3 0 796 0
[pid=18543] ppid=18520 vsize=5356 CPUtime=0
/proc/18543/stat : 18543 (sh) S 18520 18520 17126 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22746338 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18543/statm: 1339 232 193 169 0 50 0
[pid=18544] ppid=18543 vsize=521180 CPUtime=1405.5
/proc/18544/stat : 18544 (minisat) R 18543 18520 17126 0 -1 4194304 128462 0 0 0 140417 133 0 0 25 0 1 0 22746338 533688320 128448 996147200 134512640 135127466 4294956256 18446744073709551615 134530933 0 0 4096 3 0 0 0 17 1 0 0
/proc/18544/statm: 130295 128448 76 150 0 130142 0
Current children cumulated CPU time (s) 1416.79
Current children cumulated vsize (KiB) 543404

[startup+1482.3 s]
/proc/loadavg: 1.99 1.99 2.00 3/84 18837
/proc/meminfo: memFree=1293184/2055920 swapFree=4192812/4192956
[pid=18520] ppid=18518 vsize=16868 CPUtime=11.29
/proc/18520/stat : 18520 (sugar) S 18518 18520 17126 0 -1 4194304 1376 18279 0 2 6 2 1084 37 16 0 1 0 22745186 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18520/statm: 4217 1113 409 3 0 796 0
[pid=18543] ppid=18520 vsize=5356 CPUtime=0
/proc/18543/stat : 18543 (sh) S 18520 18520 17126 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22746338 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18543/statm: 1339 232 193 169 0 50 0
[pid=18544] ppid=18543 vsize=531336 CPUtime=1465.48
/proc/18544/stat : 18544 (minisat) R 18543 18520 17126 0 -1 4194304 131006 0 0 0 146412 136 0 0 25 0 1 0 22746338 544088064 130992 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18544/statm: 132834 130992 76 150 0 132681 0
Current children cumulated CPU time (s) 1476.77
Current children cumulated vsize (KiB) 553560

[startup+1542.3 s]
/proc/loadavg: 1.99 1.99 2.00 3/84 18837
/proc/meminfo: memFree=1277888/2055920 swapFree=4192812/4192956
[pid=18520] ppid=18518 vsize=16868 CPUtime=11.29
/proc/18520/stat : 18520 (sugar) S 18518 18520 17126 0 -1 4194304 1376 18279 0 2 6 2 1084 37 16 0 1 0 22745186 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18520/statm: 4217 1113 409 3 0 796 0
[pid=18543] ppid=18520 vsize=5356 CPUtime=0
/proc/18543/stat : 18543 (sh) S 18520 18520 17126 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22746338 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18543/statm: 1339 232 193 169 0 50 0
[pid=18544] ppid=18543 vsize=546484 CPUtime=1525.45
/proc/18544/stat : 18544 (minisat) R 18543 18520 17126 0 -1 4194304 134791 0 0 0 152406 139 0 0 25 0 1 0 22746338 559599616 134777 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18544/statm: 136621 134777 76 150 0 136468 0
Current children cumulated CPU time (s) 1536.74
Current children cumulated vsize (KiB) 568708

[startup+1602.3 s]
/proc/loadavg: 1.99 1.99 2.00 3/84 18837
/proc/meminfo: memFree=1261056/2055920 swapFree=4192812/4192956
[pid=18520] ppid=18518 vsize=16868 CPUtime=11.29
/proc/18520/stat : 18520 (sugar) S 18518 18520 17126 0 -1 4194304 1376 18279 0 2 6 2 1084 37 16 0 1 0 22745186 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18520/statm: 4217 1113 409 3 0 796 0
[pid=18543] ppid=18520 vsize=5356 CPUtime=0
/proc/18543/stat : 18543 (sh) S 18520 18520 17126 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22746338 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18543/statm: 1339 232 193 169 0 50 0
[pid=18544] ppid=18543 vsize=564620 CPUtime=1585.43
/proc/18544/stat : 18544 (minisat) R 18543 18520 17126 0 -1 4194304 138989 0 0 0 158401 142 0 0 25 0 1 0 22746338 578170880 138975 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18544/statm: 141155 138975 76 150 0 141002 0
Current children cumulated CPU time (s) 1596.72
Current children cumulated vsize (KiB) 586844

[startup+1662.3 s]
/proc/loadavg: 1.99 1.99 2.00 3/84 18837
/proc/meminfo: memFree=1249152/2055920 swapFree=4192812/4192956
[pid=18520] ppid=18518 vsize=16868 CPUtime=11.29
/proc/18520/stat : 18520 (sugar) S 18518 18520 17126 0 -1 4194304 1376 18279 0 2 6 2 1084 37 16 0 1 0 22745186 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18520/statm: 4217 1113 409 3 0 796 0
[pid=18543] ppid=18520 vsize=5356 CPUtime=0
/proc/18543/stat : 18543 (sh) S 18520 18520 17126 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22746338 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18543/statm: 1339 232 193 169 0 50 0
[pid=18544] ppid=18543 vsize=576424 CPUtime=1645.4
/proc/18544/stat : 18544 (minisat) R 18543 18520 17126 0 -1 4194304 141927 0 0 0 164395 145 0 0 25 0 1 0 22746338 590258176 141913 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18544/statm: 144106 141913 76 150 0 143953 0
Current children cumulated CPU time (s) 1656.69
Current children cumulated vsize (KiB) 598648

[startup+1722.3 s]
/proc/loadavg: 1.99 1.99 2.00 3/84 18837
/proc/meminfo: memFree=1242432/2055920 swapFree=4192812/4192956
[pid=18520] ppid=18518 vsize=16868 CPUtime=11.29
/proc/18520/stat : 18520 (sugar) S 18518 18520 17126 0 -1 4194304 1376 18279 0 2 6 2 1084 37 16 0 1 0 22745186 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18520/statm: 4217 1113 409 3 0 796 0
[pid=18543] ppid=18520 vsize=5356 CPUtime=0
/proc/18543/stat : 18543 (sh) S 18520 18520 17126 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22746338 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18543/statm: 1339 232 193 169 0 50 0
[pid=18544] ppid=18543 vsize=583068 CPUtime=1705.38
/proc/18544/stat : 18544 (minisat) R 18543 18520 17126 0 -1 4194304 143599 0 0 0 170391 147 0 0 25 0 1 0 22746338 597061632 143585 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18544/statm: 145767 143585 76 150 0 145614 0
Current children cumulated CPU time (s) 1716.67
Current children cumulated vsize (KiB) 605292

[startup+1782.3 s]
/proc/loadavg: 1.99 1.99 2.00 3/84 18837
/proc/meminfo: memFree=1234560/2055920 swapFree=4192812/4192956
[pid=18520] ppid=18518 vsize=16868 CPUtime=11.29
/proc/18520/stat : 18520 (sugar) S 18518 18520 17126 0 -1 4194304 1376 18279 0 2 6 2 1084 37 16 0 1 0 22745186 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18520/statm: 4217 1113 409 3 0 796 0
[pid=18543] ppid=18520 vsize=5356 CPUtime=0
/proc/18543/stat : 18543 (sh) S 18520 18520 17126 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22746338 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18543/statm: 1339 232 193 169 0 50 0
[pid=18544] ppid=18543 vsize=590788 CPUtime=1765.37
/proc/18544/stat : 18544 (minisat) R 18543 18520 17126 0 -1 4194304 145516 0 0 0 176388 149 0 0 25 0 1 0 22746338 604966912 145502 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18544/statm: 147697 145502 76 150 0 147544 0
Current children cumulated CPU time (s) 1776.66
Current children cumulated vsize (KiB) 613012



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1805.7 s]
/proc/loadavg: 1.99 1.99 2.00 3/84 18837
/proc/meminfo: memFree=1231872/2055920 swapFree=4192812/4192956
[pid=18520] ppid=18518 vsize=16868 CPUtime=11.29
/proc/18520/stat : 18520 (sugar) S 18518 18520 17126 0 -1 4194304 1376 18279 0 2 6 2 1084 37 16 0 1 0 22745186 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18520/statm: 4217 1113 409 3 0 796 0
[pid=18543] ppid=18520 vsize=5356 CPUtime=0
/proc/18543/stat : 18543 (sh) S 18520 18520 17126 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22746338 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18543/statm: 1339 232 193 169 0 50 0
[pid=18544] ppid=18543 vsize=593404 CPUtime=1788.76
/proc/18544/stat : 18544 (minisat) R 18543 18520 17126 0 -1 4194304 146181 0 0 0 178727 149 0 0 25 0 1 0 22746338 607645696 146167 996147200 134512640 135127466 4294956256 18446744073709551615 134706298 0 0 4096 3 0 0 0 17 1 0 0
/proc/18544/statm: 148351 146167 76 150 0 148198 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 615628

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

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

[startup+1805.7 s]
/proc/loadavg: 1.99 1.99 2.00 3/84 18837
/proc/meminfo: memFree=1231872/2055920 swapFree=4192812/4192956
[pid=18520] ppid=18518 vsize=16868 CPUtime=11.29
/proc/18520/stat : 18520 (sugar) S 18518 18520 17126 0 -1 4194304 1376 18279 0 2 6 2 1084 37 16 0 1 0 22745186 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18520/statm: 4217 1113 409 3 0 796 0
[pid=18543] ppid=18520 vsize=5356 CPUtime=0
/proc/18543/stat : 18543 (sh) S 18520 18520 17126 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22746338 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18543/statm: 1339 232 193 169 0 50 0
[pid=18544] ppid=18543 vsize=593404 CPUtime=1788.76
/proc/18544/stat : 18544 (minisat) R 18543 18520 17126 0 -1 4194304 146181 0 0 0 178727 149 0 0 25 0 1 0 22746338 607645696 146167 996147200 134512640 135127466 4294956256 18446744073709551615 134706298 0 0 4096 3 0 0 0 17 1 0 0
/proc/18544/statm: 148351 146167 76 150 0 148198 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 615628

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 18520 and gives
#  childrusage.ru_utime.tv_sec=10
#  childrusage.ru_utime.tv_usec=911341
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=415936
# CPU time returned by wait4() is 11.3273
# while last known CPU time is 1800.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1805.81
CPU time (s): 1800.05
CPU user time (s): 1798.17
CPU system time (s): 1.88
CPU usage (%): 99.681
Max. virtual memory (cumulated for all children) (KiB): 891044

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 10.9113
system time used= 0.415936
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20038
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= 9863
involuntary context switches= 10144

runsolver used 2.45763 second user time and 5.71213 second system time

The end

Launcher Data

Begin job on node76 at 2009-07-12 01:59:58
IDJOB=2072677
IDBENCH=55807
IDSOLVER=739
FILE ID=node76/2072677-1247356798
PBS_JOBID= 9506807
Free space on /tmp= 66296 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/pseudoGLB/normalized-fpga40-38-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-2072677-1247356798/watcher-2072677-1247356798 -o /tmp/evaluation-result-2072677-1247356798/solver-2072677-1247356798 -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-2072677-1247356798.xml

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

MD5SUM BENCH= 5ea93ecd6988eea5d0ddae8b9bb095dc
RANDOM SEED=1900519044

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1338712 kB
Buffers:          9552 kB
Cached:         143516 kB
SwapCached:          0 kB
Active:         639844 kB
Inactive:        23964 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1338712 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2652 kB
Writeback:           0 kB
Mapped:         532056 kB
Slab:            37408 kB
Committed_AS:   689064 kB
PageTables:       2996 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= 66380 MiB
End job on node76 at 2009-07-12 02:30:06