Trace number 2072699

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 1808.22

General information on the benchmark

Namecsp/pseudoGLB/
normalized-fpga20-20-sat-pb-cnf-cr.xml
MD5SUM61333a5f2f5d5d76c1ffdf6d67b21758
Bench CategoryAlldiff+Elt+WSum (alldiff,element,weightedsum)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark12.2431
Satisfiable
(Un)Satisfiability was proved
Number of variables600
Number of constraints460
Maximum constraint arity20
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(460)

Solver Data

0.00/0.07	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.07	c 0	BEGIN Sun Jul 12 02:00:28 2009
0.00/0.07	c 0	PID 17763
0.06/0.07	c 0	HOST node79.alineos.net
0.06/0.07	c 0	CONVERTING HOME/instance-2072699-1247356827.xml TO HOME/temp.csp
0.06/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-2072699-1247356827.xml' 'HOME/temp.csp'
0.06/0.75	c 0	1 domains, 600 variables, 0 predicates, 0 relations, 460 constraints
0.06/0.75	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.75	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.72/0.83	c 0	Parsing HOME/temp.csp
0.72/0.94	c 0	parsed 1061 expressions
0.72/0.94	c 0	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.72/0.94	c 0	Converting to clausal form CSP
0.72/0.96	c 0	converted 107 (10%) expressions
0.72/0.97	c 0	converted 213 (20%) expressions
0.72/0.97	c 0	converted 319 (30%) expressions
0.72/0.97	c 0	converted 425 (40%) expressions
0.72/0.97	c 0	converted 531 (50%) expressions
0.95/1.03	c 0	converted 637 (60%) expressions
0.95/1.10	c 1	converted 743 (70%) expressions
1.05/1.12	c 1	converted 849 (80%) expressions
1.05/1.13	c 1	converted 955 (90%) expressions
1.14/1.24	c 1	converted 1061 (100%) expressions
1.14/1.24	c 1	CSP : 720 integers, 0 booleans, 700 clauses, largest domain size 8
1.14/1.24	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.14/1.24	c 1	Propagation in CSP
1.14/1.26	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.14/1.26	c 1	CSP : 720 integers, 0 booleans, 700 clauses, largest domain size 8
1.14/1.26	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.14/1.27	c 1	Simplifing CSP by introducing new Boolean variables
1.14/1.27	c 1	CSP : 720 integers, 0 booleans, 700 clauses, largest domain size 8
1.14/1.27	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.14/1.30	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.25/1.30	c 1	72 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.25/1.30	c 1	144 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.25/1.30	c 1	216 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.25/1.30	c 1	288 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.25/1.31	c 1	360 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.25/1.31	c 1	432 (60%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.25/1.31	c 1	504 (70%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.25/1.31	c 1	576 (80%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.25/1.31	c 1	648 (90%) CSP integer variables are encoded (17 clauses, 251 bytes)
1.25/1.31	c 1	720 (100%) CSP integer variables are encoded (340 clauses, 3907 bytes)
2.43/2.55	c 2	70 (10%) CSP clauses are encoded (1290 clauses, 15648 bytes)
4.12/4.26	c 4	140 (20%) CSP clauses are encoded (1360 clauses, 19519 bytes)
5.82/5.97	c 5	210 (30%) CSP clauses are encoded (1430 clauses, 23439 bytes)
7.52/7.67	c 7	280 (40%) CSP clauses are encoded (1500 clauses, 27359 bytes)
9.20/9.35	c 9	350 (50%) CSP clauses are encoded (1570 clauses, 31279 bytes)
10.89/11.02	c 10	420 (60%) CSP clauses are encoded (1640 clauses, 35199 bytes)
10.89/11.05	c 10	490 (70%) CSP clauses are encoded (3022 clauses, 53953 bytes)
10.89/11.07	c 11	560 (80%) CSP clauses are encoded (3852 clauses, 62949 bytes)
10.98/11.12	c 11	630 (90%) CSP clauses are encoded (9650 clauses, 180623 bytes)
10.98/11.16	c 11	700 (100%) CSP clauses are encoded (16000 clauses, 321812 bytes)
10.98/11.16	c 11	700 CSP clauses encoded
10.98/11.16	c 11	Writing map file : HOME/temp.map
10.98/11.17	c 11	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
10.98/11.17	c 11	SAT : 1060 SAT variables, 16000 SAT clauses, 321812 bytes
10.98/11.17	c 11	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
11.06/11.22	c 11	SOLVING HOME/temp.cnf
11.06/11.22	c 11	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
11.06/11.22	c 11	This is MiniSat 2.0 beta
11.06/11.22	c 11	WARNING: for repeatability, setting FPU to use double precision
11.06/11.22	c 11	============================[ Problem Statistics ]=============================
11.06/11.22	c 11	|                                                                             |
11.06/11.22	c 11	|  Number of variables:  1060                                                 |
11.06/11.22	c 11	|  Number of clauses:    16000                                                |
11.06/11.23	c 11	|  Parsing time:         0.01         s                                       |
11.06/11.23	c 11	============================[ Search Statistics ]==============================
11.06/11.23	c 11	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
11.06/11.23	c 11	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
11.06/11.23	c 11	===============================================================================
11.06/11.23	c 11	|         0 |    1060    16000    66800 |     5333        0    nan |  0.000 % |
11.06/11.24	c 11	|       101 |    1060    16000    66800 |     5866      101     23 |  0.004 % |
11.06/11.24	c 11	|       252 |    1060    16000    66800 |     6453      252     26 |  0.004 % |
11.06/11.25	c 11	|       478 |    1060    16000    66800 |     7098      478     27 |  0.003 % |
11.06/11.26	c 11	|       815 |    1060    16000    66800 |     7808      815     24 |  0.004 % |
11.06/11.28	c 11	|      1321 |    1060    16000    66800 |     8589     1321     25 |  0.004 % |
11.09/11.32	c 11	|      2081 |    1060    16000    66800 |     9448     2081     24 |  0.004 % |
11.09/11.38	c 11	|      3220 |    1060    16000    66800 |    10393     3220     30 |  0.004 % |
11.09/11.47	c 11	|      4928 |    1060    16000    66800 |    11432     4928     27 |  0.001 % |
11.09/11.64	c 11	|      7490 |    1060    16000    66800 |    12575     7490     30 |  0.001 % |
11.09/11.94	c 11	|     11335 |    1060    16000    66800 |    13833    11335     30 |  0.001 % |
12.35/12.57	c 12	|     17102 |    1060    16000    66800 |    15216     9865     45 |  0.001 % |
13.24/13.49	c 13	|     25751 |    1060    16000    66800 |    16738    10617     58 |  0.004 % |
15.53/15.76	c 15	|     38725 |    1060    16000    66800 |    18412    14961     85 |  0.001 % |
18.52/18.75	c 18	|     58186 |    1060    16000    66800 |    20253    15446     57 |  0.004 % |
26.87/27.20	c 27	|     87379 |    1060    16000    66800 |    22278    13383     96 |  0.004 % |
33.63/33.97	c 33	|    131168 |    1060    16000    66800 |    24506    11517     54 |  0.004 % |
61.89/62.37	c 62	|    196852 |    1060    16000    66800 |    26957    14595    121 |  0.001 % |
81.69/82.25	c 82	|    295378 |    1060    16000    66800 |    29652    15582     45 |  0.004 % |
139.80/140.65	c 140	|    443167 |    1060    16000    66800 |    32618    24767    101 |  0.001 % |
197.43/198.55	c 198	|    664851 |    1060    16000    66800 |    35879    21947     57 |  0.004 % |
283.20/284.71	c 284	|    997376 |    1060    16000    66800 |    39467    21628     52 |  0.001 % |
592.27/595.39	c 595	|   1496164 |    1060    16000    66800 |    43414    23913    120 |  0.001 % |
1138.86/1144.41	c 1144	|   2244346 |    1060    16000    66800 |    47756    25358    130 |  0.003 % |
1800.05/1808.21	c 1808	DECODING HOME/temp.out WITH HOME/temp.map
1800.05/1808.21	c 1808	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1800.05/1808.21	c ERROR INTERRUPTED
1800.05/1808.22	s UNKNOWN
1800.05/1808.22	c 1808	CPU 11.1 (0.06 0.01 10.93 0.1)
1800.05/1808.22	c 1808	END Sun Jul 12 02:30:36 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-2072699-1247356827/watcher-2072699-1247356827 -o /tmp/evaluation-result-2072699-1247356827/solver-2072699-1247356827 -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-2072699-1247356827.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.95 2.03 2.02 4/83 17763
/proc/meminfo: memFree=1081392/2055920 swapFree=4192956/4192956
[pid=17763] ppid=17761 vsize=18576 CPUtime=0
/proc/17763/stat : 17763 (runsolver) R 17761 17763 16143 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 22748319 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 234045893927 0 0 4096 24578 0 0 0 17 0 0 0
/proc/17763/statm: 4644 284 249 26 0 2626 0

[startup+0.0751741 s]
/proc/loadavg: 1.95 2.03 2.02 4/83 17763
/proc/meminfo: memFree=1081392/2055920 swapFree=4192956/4192956
[pid=17763] ppid=17761 vsize=16740 CPUtime=0.06
/proc/17763/stat : 17763 (sugar) S 17761 17763 16143 0 -1 4194304 1152 0 0 0 5 1 0 0 18 0 1 0 22748319 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17763/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.102015 s]
/proc/loadavg: 1.95 2.03 2.02 4/83 17763
/proc/meminfo: memFree=1081392/2055920 swapFree=4192956/4192956
[pid=17763] ppid=17761 vsize=16868 CPUtime=0.06
/proc/17763/stat : 17763 (sugar) S 17761 17763 16143 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 22748319 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17763/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301804 s]
/proc/loadavg: 1.95 2.03 2.02 4/83 17763
/proc/meminfo: memFree=1081392/2055920 swapFree=4192956/4192956
[pid=17763] ppid=17761 vsize=16868 CPUtime=0.06
/proc/17763/stat : 17763 (sugar) S 17761 17763 16143 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 22748319 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17763/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.702852 s]
/proc/loadavg: 1.95 2.03 2.02 4/83 17763
/proc/meminfo: memFree=1081392/2055920 swapFree=4192956/4192956
[pid=17763] ppid=17761 vsize=16868 CPUtime=0.06
/proc/17763/stat : 17763 (sugar) S 17761 17763 16143 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 22748319 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17763/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50293 s]
/proc/loadavg: 1.95 2.03 2.02 3/94 17785
/proc/meminfo: memFree=1070936/2055920 swapFree=4192956/4192956
[pid=17763] ppid=17761 vsize=16868 CPUtime=0.72
/proc/17763/stat : 17763 (sugar) S 17761 17763 16143 0 -1 4194304 1310 4876 0 1 5 1 63 3 15 0 1 0 22748319 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17763/statm: 4217 1111 409 3 0 796 0
[pid=17776] ppid=17763 vsize=5356 CPUtime=0
/proc/17776/stat : 17776 (sh) S 17763 17763 16143 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22748395 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17776/statm: 1339 233 193 169 0 50 0
[pid=17777] ppid=17776 vsize=868620 CPUtime=0.72
/proc/17777/stat : 17777 (java) S 17776 17763 16143 0 -1 0 6569 0 1 0 69 3 0 0 18 0 9 0 22748395 889466880 5801 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17777/statm: 217155 5801 2589 9 0 211632 0
[pid=17777/tid=17778] ppid=17776 vsize=868620 CPUtime=0.48
/proc/17777/task/17778/stat : 17778 (java) R 17776 17763 16143 0 -1 64 2729 0 1 0 47 1 0 0 19 0 9 0 22748396 889466880 5801 996147200 134512640 134550932 4294955936 18446744073709551615 4126878051 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17777/tid=17779] ppid=17776 vsize=868620 CPUtime=0.05
/proc/17777/task/17779/stat : 17779 (java) S 17776 17763 16143 0 -1 64 1649 0 0 0 5 0 0 0 16 0 9 0 22748397 889466880 5801 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17777/tid=17780] ppid=17776 vsize=868620 CPUtime=0
/proc/17777/task/17780/stat : 17780 (java) S 17776 17763 16143 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 22748398 889466880 5801 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17777/tid=17781] ppid=17776 vsize=868620 CPUtime=0
/proc/17777/task/17781/stat : 17781 (java) S 17776 17763 16143 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22748398 889466880 5801 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17777/tid=17782] ppid=17776 vsize=868620 CPUtime=0
/proc/17777/task/17782/stat : 17782 (java) S 17776 17763 16143 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22748400 889466880 5801 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17777/tid=17783] ppid=17776 vsize=868620 CPUtime=0.17
/proc/17777/task/17783/stat : 17783 (java) S 17776 17763 16143 0 -1 64 1492 0 0 0 17 0 0 0 16 0 9 0 22748400 889466880 5801 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17777/tid=17784] ppid=17776 vsize=868620 CPUtime=0
/proc/17777/task/17784/stat : 17784 (java) S 17776 17763 16143 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22748400 889466880 5801 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17777/tid=17785] ppid=17776 vsize=868620 CPUtime=0
/proc/17777/task/17785/stat : 17785 (java) S 17776 17763 16143 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22748400 889466880 5801 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 890844

[startup+3.1011 s]
/proc/loadavg: 1.95 2.03 2.02 3/94 17785
/proc/meminfo: memFree=1064728/2055920 swapFree=4192956/4192956
[pid=17763] ppid=17761 vsize=16868 CPUtime=0.72
/proc/17763/stat : 17763 (sugar) S 17761 17763 16143 0 -1 4194304 1310 4876 0 1 5 1 63 3 16 0 1 0 22748319 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17763/statm: 4217 1111 409 3 0 796 0
[pid=17776] ppid=17763 vsize=5356 CPUtime=0
/proc/17776/stat : 17776 (sh) S 17763 17763 16143 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22748395 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17776/statm: 1339 233 193 169 0 50 0
[pid=17777] ppid=17776 vsize=868620 CPUtime=2.31
/proc/17777/stat : 17777 (java) S 17776 17763 16143 0 -1 0 6616 0 1 0 228 3 0 0 18 0 9 0 22748395 889466880 5803 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17777/statm: 217155 5803 2589 9 0 211632 0
[pid=17777/tid=17778] ppid=17776 vsize=868620 CPUtime=2.05
/proc/17777/task/17778/stat : 17778 (java) R 17776 17763 16143 0 -1 64 2774 0 1 0 204 1 0 0 25 0 9 0 22748396 889466880 5803 996147200 134512640 134550932 4294955936 18446744073709551615 4126878051 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17777/tid=17779] ppid=17776 vsize=868620 CPUtime=0.06
/proc/17777/task/17779/stat : 17779 (java) S 17776 17763 16143 0 -1 64 1649 0 0 0 6 0 0 0 16 0 9 0 22748397 889466880 5803 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17777/tid=17780] ppid=17776 vsize=868620 CPUtime=0
/proc/17777/task/17780/stat : 17780 (java) S 17776 17763 16143 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 22748398 889466880 5803 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17777/tid=17781] ppid=17776 vsize=868620 CPUtime=0
/proc/17777/task/17781/stat : 17781 (java) S 17776 17763 16143 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22748398 889466880 5803 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17777/tid=17782] ppid=17776 vsize=868620 CPUtime=0
/proc/17777/task/17782/stat : 17782 (java) S 17776 17763 16143 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22748400 889466880 5803 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17777/tid=17783] ppid=17776 vsize=868620 CPUtime=0.17
/proc/17777/task/17783/stat : 17783 (java) S 17776 17763 16143 0 -1 64 1494 0 0 0 17 0 0 0 16 0 9 0 22748400 889466880 5803 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17777/tid=17784] ppid=17776 vsize=868620 CPUtime=0
/proc/17777/task/17784/stat : 17784 (java) S 17776 17763 16143 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22748400 889466880 5803 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17777/tid=17785] ppid=17776 vsize=868620 CPUtime=0
/proc/17777/task/17785/stat : 17785 (java) S 17776 17763 16143 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22748400 889466880 5803 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 890844

[startup+6.30243 s]
/proc/loadavg: 1.95 2.03 2.02 3/94 17785
/proc/meminfo: memFree=1064536/2055920 swapFree=4192956/4192956
[pid=17763] ppid=17761 vsize=16868 CPUtime=0.72
/proc/17763/stat : 17763 (sugar) S 17761 17763 16143 0 -1 4194304 1310 4876 0 1 5 1 63 3 16 0 1 0 22748319 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17763/statm: 4217 1111 409 3 0 796 0
[pid=17776] ppid=17763 vsize=5356 CPUtime=0
/proc/17776/stat : 17776 (sh) S 17763 17763 16143 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22748395 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17776/statm: 1339 233 193 169 0 50 0
[pid=17777] ppid=17776 vsize=868620 CPUtime=5.5
/proc/17777/stat : 17777 (java) S 17776 17763 16143 0 -1 0 6708 0 1 0 546 4 0 0 18 0 9 0 22748395 889466880 5804 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17777/statm: 217155 5804 2589 9 0 211632 0
[pid=17777/tid=17778] ppid=17776 vsize=868620 CPUtime=5.21
/proc/17777/task/17778/stat : 17778 (java) R 17776 17763 16143 0 -1 64 2865 0 1 0 519 2 0 0 25 0 9 0 22748396 889466880 5804 996147200 134512640 134550932 4294955936 18446744073709551615 4126522209 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17777/tid=17779] ppid=17776 vsize=868620 CPUtime=0.08
/proc/17777/task/17779/stat : 17779 (java) S 17776 17763 16143 0 -1 64 1649 0 0 0 8 0 0 0 16 0 9 0 22748397 889466880 5804 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17777/tid=17780] ppid=17776 vsize=868620 CPUtime=0
/proc/17777/task/17780/stat : 17780 (java) S 17776 17763 16143 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 22748398 889466880 5804 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17777/tid=17781] ppid=17776 vsize=868620 CPUtime=0
/proc/17777/task/17781/stat : 17781 (java) S 17776 17763 16143 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22748398 889466880 5804 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17777/tid=17782] ppid=17776 vsize=868620 CPUtime=0
/proc/17777/task/17782/stat : 17782 (java) S 17776 17763 16143 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22748400 889466880 5804 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17777/tid=17783] ppid=17776 vsize=868620 CPUtime=0.17
/proc/17777/task/17783/stat : 17783 (java) S 17776 17763 16143 0 -1 64 1495 0 0 0 17 0 0 0 16 0 9 0 22748400 889466880 5804 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17777/tid=17784] ppid=17776 vsize=868620 CPUtime=0
/proc/17777/task/17784/stat : 17784 (java) S 17776 17763 16143 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22748400 889466880 5804 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17777/tid=17785] ppid=17776 vsize=868620 CPUtime=0
/proc/17777/task/17785/stat : 17785 (java) S 17776 17763 16143 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22748400 889466880 5804 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 890844

[startup+12.7011 s]
/proc/loadavg: 1.96 2.03 2.02 3/86 17787
/proc/meminfo: memFree=1073904/2055920 swapFree=4192956/4192956
[pid=17763] ppid=17761 vsize=16868 CPUtime=11.09
/proc/17763/stat : 17763 (sugar) S 17761 17763 16143 0 -1 4194304 1376 12039 0 2 6 1 1093 9 15 0 1 0 22748319 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17763/statm: 4217 1113 409 3 0 796 0
[pid=17786] ppid=17763 vsize=5356 CPUtime=0
/proc/17786/stat : 17786 (sh) S 17763 17763 16143 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22749442 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17786/statm: 1339 232 193 169 0 50 0
[pid=17787] ppid=17786 vsize=5560 CPUtime=1.46
/proc/17787/stat : 17787 (minisat) R 17786 17763 16143 0 -1 4194304 1143 0 0 0 145 1 0 0 25 0 1 0 22749442 5693440 1129 996147200 134512640 135127466 4294956256 18446744073709551615 134530635 0 0 4096 3 0 0 0 17 1 0 0
/proc/17787/statm: 1390 1129 75 150 0 1237 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 27784

[startup+25.5025 s]
/proc/loadavg: 1.97 2.02 2.02 3/86 17787
/proc/meminfo: memFree=1066224/2055920 swapFree=4192956/4192956
[pid=17763] ppid=17761 vsize=16868 CPUtime=11.09
/proc/17763/stat : 17763 (sugar) S 17761 17763 16143 0 -1 4194304 1376 12039 0 2 6 1 1093 9 16 0 1 0 22748319 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17763/statm: 4217 1113 409 3 0 796 0
[pid=17786] ppid=17763 vsize=5356 CPUtime=0
/proc/17786/stat : 17786 (sh) S 17763 17763 16143 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22749442 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17786/statm: 1339 232 193 169 0 50 0
[pid=17787] ppid=17786 vsize=12512 CPUtime=14.19
/proc/17787/stat : 17787 (minisat) R 17786 17763 16143 0 -1 4194304 2852 0 0 0 1417 2 0 0 25 0 1 0 22749442 12812288 2838 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/17787/statm: 3128 2838 75 150 0 2975 0
Current children cumulated CPU time (s) 25.28
Current children cumulated vsize (KiB) 34736

[startup+51.1021 s]
/proc/loadavg: 2.04 2.04 2.02 3/86 17793
/proc/meminfo: memFree=1059560/2055920 swapFree=4192956/4192956
[pid=17763] ppid=17761 vsize=16868 CPUtime=11.09
/proc/17763/stat : 17763 (sugar) S 17761 17763 16143 0 -1 4194304 1376 12039 0 2 6 1 1093 9 16 0 1 0 22748319 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17763/statm: 4217 1113 409 3 0 796 0
[pid=17786] ppid=17763 vsize=5356 CPUtime=0
/proc/17786/stat : 17786 (sh) S 17763 17763 16143 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22749442 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17786/statm: 1339 232 193 169 0 50 0
[pid=17787] ppid=17786 vsize=19116 CPUtime=39.65
/proc/17787/stat : 17787 (minisat) R 17786 17763 16143 0 -1 4194304 4490 0 0 0 3962 3 0 0 25 0 1 0 22749442 19574784 4476 996147200 134512640 135127466 4294956256 18446744073709551615 134530748 0 0 4096 3 0 0 0 17 1 0 0
/proc/17787/statm: 4779 4476 75 150 0 4626 0
Current children cumulated CPU time (s) 50.74
Current children cumulated vsize (KiB) 41340

[startup+102.306 s]
/proc/loadavg: 2.13 2.06 2.02 3/86 17793
/proc/meminfo: memFree=1033960/2055920 swapFree=4192956/4192956
[pid=17763] ppid=17761 vsize=16868 CPUtime=11.09
/proc/17763/stat : 17763 (sugar) S 17761 17763 16143 0 -1 4194304 1376 12039 0 2 6 1 1093 9 16 0 1 0 22748319 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17763/statm: 4217 1113 409 3 0 796 0
[pid=17786] ppid=17763 vsize=5356 CPUtime=0

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

/proc/meminfo: memFree=1515328/2055920 swapFree=4192956/4192956
[pid=17763] ppid=17761 vsize=16868 CPUtime=11.09
/proc/17763/stat : 17763 (sugar) S 17761 17763 16143 0 -1 4194304 1376 12039 0 2 6 1 1093 9 16 0 1 0 22748319 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17763/statm: 4217 1113 409 3 0 796 0
[pid=17786] ppid=17763 vsize=5356 CPUtime=0
/proc/17786/stat : 17786 (sh) S 17763 17763 16143 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22749442 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17786/statm: 1339 232 193 169 0 50 0
[pid=17787] ppid=17786 vsize=51668 CPUtime=1285.05
/proc/17787/stat : 17787 (minisat) R 17786 17763 16143 0 -1 4194304 12368 0 0 0 128491 14 0 0 25 0 1 0 22749442 52908032 12354 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/17787/statm: 12917 12354 75 150 0 12764 0
Current children cumulated CPU time (s) 1296.14
Current children cumulated vsize (KiB) 73892

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 17893
/proc/meminfo: memFree=1513920/2055920 swapFree=4192956/4192956
[pid=17763] ppid=17761 vsize=16868 CPUtime=11.09
/proc/17763/stat : 17763 (sugar) S 17761 17763 16143 0 -1 4194304 1376 12039 0 2 6 1 1093 9 16 0 1 0 22748319 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17763/statm: 4217 1113 409 3 0 796 0
[pid=17786] ppid=17763 vsize=5356 CPUtime=0
/proc/17786/stat : 17786 (sh) S 17763 17763 16143 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22749442 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17786/statm: 1339 232 193 169 0 50 0
[pid=17787] ppid=17786 vsize=53068 CPUtime=1344.81
/proc/17787/stat : 17787 (minisat) R 17786 17763 16143 0 -1 4194304 12716 0 0 0 134467 14 0 0 25 0 1 0 22749442 54341632 12702 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/17787/statm: 13267 12702 75 150 0 13114 0
Current children cumulated CPU time (s) 1355.9
Current children cumulated vsize (KiB) 75292

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 17893
/proc/meminfo: memFree=1513600/2055920 swapFree=4192956/4192956
[pid=17763] ppid=17761 vsize=16868 CPUtime=11.09
/proc/17763/stat : 17763 (sugar) S 17761 17763 16143 0 -1 4194304 1376 12039 0 2 6 1 1093 9 16 0 1 0 22748319 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17763/statm: 4217 1113 409 3 0 796 0
[pid=17786] ppid=17763 vsize=5356 CPUtime=0
/proc/17786/stat : 17786 (sh) S 17763 17763 16143 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22749442 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17786/statm: 1339 232 193 169 0 50 0
[pid=17787] ppid=17786 vsize=53388 CPUtime=1404.57
/proc/17787/stat : 17787 (minisat) R 17786 17763 16143 0 -1 4194304 12797 0 0 0 140443 14 0 0 25 0 1 0 22749442 54669312 12783 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/17787/statm: 13347 12783 75 150 0 13194 0
Current children cumulated CPU time (s) 1415.66
Current children cumulated vsize (KiB) 75612

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 17893
/proc/meminfo: memFree=1513280/2055920 swapFree=4192956/4192956
[pid=17763] ppid=17761 vsize=16868 CPUtime=11.09
/proc/17763/stat : 17763 (sugar) S 17761 17763 16143 0 -1 4194304 1376 12039 0 2 6 1 1093 9 16 0 1 0 22748319 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17763/statm: 4217 1113 409 3 0 796 0
[pid=17786] ppid=17763 vsize=5356 CPUtime=0
/proc/17786/stat : 17786 (sh) S 17763 17763 16143 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22749442 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17786/statm: 1339 232 193 169 0 50 0
[pid=17787] ppid=17786 vsize=53812 CPUtime=1464.34
/proc/17787/stat : 17787 (minisat) R 17786 17763 16143 0 -1 4194304 12878 0 0 0 146419 15 0 0 25 0 1 0 22749442 55103488 12864 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/17787/statm: 13453 12864 75 150 0 13300 0
Current children cumulated CPU time (s) 1475.43
Current children cumulated vsize (KiB) 76036

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 17893
/proc/meminfo: memFree=1513024/2055920 swapFree=4192956/4192956
[pid=17763] ppid=17761 vsize=16868 CPUtime=11.09
/proc/17763/stat : 17763 (sugar) S 17761 17763 16143 0 -1 4194304 1376 12039 0 2 6 1 1093 9 16 0 1 0 22748319 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17763/statm: 4217 1113 409 3 0 796 0
[pid=17786] ppid=17763 vsize=5356 CPUtime=0
/proc/17786/stat : 17786 (sh) S 17763 17763 16143 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22749442 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17786/statm: 1339 232 193 169 0 50 0
[pid=17787] ppid=17786 vsize=54028 CPUtime=1524.1
/proc/17787/stat : 17787 (minisat) R 17786 17763 16143 0 -1 4194304 12928 0 0 0 152395 15 0 0 25 0 1 0 22749442 55324672 12914 996147200 134512640 135127466 4294956256 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 1 0 0
/proc/17787/statm: 13507 12914 75 150 0 13354 0
Current children cumulated CPU time (s) 1535.19
Current children cumulated vsize (KiB) 76252

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 17893
/proc/meminfo: memFree=1512960/2055920 swapFree=4192956/4192956
[pid=17763] ppid=17761 vsize=16868 CPUtime=11.09
/proc/17763/stat : 17763 (sugar) S 17761 17763 16143 0 -1 4194304 1376 12039 0 2 6 1 1093 9 16 0 1 0 22748319 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17763/statm: 4217 1113 409 3 0 796 0
[pid=17786] ppid=17763 vsize=5356 CPUtime=0
/proc/17786/stat : 17786 (sh) S 17763 17763 16143 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22749442 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17786/statm: 1339 232 193 169 0 50 0
[pid=17787] ppid=17786 vsize=54028 CPUtime=1583.87
/proc/17787/stat : 17787 (minisat) R 17786 17763 16143 0 -1 4194304 12929 0 0 0 158372 15 0 0 25 0 1 0 22749442 55324672 12915 996147200 134512640 135127466 4294956256 18446744073709551615 134527234 0 0 4096 3 0 0 0 17 1 0 0
/proc/17787/statm: 13507 12915 75 150 0 13354 0
Current children cumulated CPU time (s) 1594.96
Current children cumulated vsize (KiB) 76252

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 17893
/proc/meminfo: memFree=1512960/2055920 swapFree=4192956/4192956
[pid=17763] ppid=17761 vsize=16868 CPUtime=11.09
/proc/17763/stat : 17763 (sugar) S 17761 17763 16143 0 -1 4194304 1376 12039 0 2 6 1 1093 9 16 0 1 0 22748319 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17763/statm: 4217 1113 409 3 0 796 0
[pid=17786] ppid=17763 vsize=5356 CPUtime=0
/proc/17786/stat : 17786 (sh) S 17763 17763 16143 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22749442 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17786/statm: 1339 232 193 169 0 50 0
[pid=17787] ppid=17786 vsize=54028 CPUtime=1643.64
/proc/17787/stat : 17787 (minisat) R 17786 17763 16143 0 -1 4194304 12933 0 0 0 164349 15 0 0 25 0 1 0 22749442 55324672 12919 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/17787/statm: 13507 12919 75 150 0 13354 0
Current children cumulated CPU time (s) 1654.73
Current children cumulated vsize (KiB) 76252

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 17893
/proc/meminfo: memFree=1512960/2055920 swapFree=4192956/4192956
[pid=17763] ppid=17761 vsize=16868 CPUtime=11.09
/proc/17763/stat : 17763 (sugar) S 17761 17763 16143 0 -1 4194304 1376 12039 0 2 6 1 1093 9 16 0 1 0 22748319 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17763/statm: 4217 1113 409 3 0 796 0
[pid=17786] ppid=17763 vsize=5356 CPUtime=0
/proc/17786/stat : 17786 (sh) S 17763 17763 16143 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22749442 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17786/statm: 1339 232 193 169 0 50 0
[pid=17787] ppid=17786 vsize=54028 CPUtime=1703.4
/proc/17787/stat : 17787 (minisat) R 17786 17763 16143 0 -1 4194304 12934 0 0 0 170325 15 0 0 25 0 1 0 22749442 55324672 12920 996147200 134512640 135127466 4294956256 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 1 0 0
/proc/17787/statm: 13507 12920 75 150 0 13354 0
Current children cumulated CPU time (s) 1714.49
Current children cumulated vsize (KiB) 76252

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 17893
/proc/meminfo: memFree=1512832/2055920 swapFree=4192956/4192956
[pid=17763] ppid=17761 vsize=16868 CPUtime=11.09
/proc/17763/stat : 17763 (sugar) S 17761 17763 16143 0 -1 4194304 1376 12039 0 2 6 1 1093 9 16 0 1 0 22748319 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17763/statm: 4217 1113 409 3 0 796 0
[pid=17786] ppid=17763 vsize=5356 CPUtime=0
/proc/17786/stat : 17786 (sh) S 17763 17763 16143 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22749442 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17786/statm: 1339 232 193 169 0 50 0
[pid=17787] ppid=17786 vsize=54028 CPUtime=1763.16
/proc/17787/stat : 17787 (minisat) R 17786 17763 16143 0 -1 4194304 12938 0 0 0 176301 15 0 0 25 0 1 0 22749442 55324672 12924 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/17787/statm: 13507 12924 75 150 0 13354 0
Current children cumulated CPU time (s) 1774.25
Current children cumulated vsize (KiB) 76252



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 17893
/proc/meminfo: memFree=1512832/2055920 swapFree=4192956/4192956
[pid=17763] ppid=17761 vsize=16868 CPUtime=11.09
/proc/17763/stat : 17763 (sugar) S 17761 17763 16143 0 -1 4194304 1376 12039 0 2 6 1 1093 9 16 0 1 0 22748319 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17763/statm: 4217 1113 409 3 0 796 0
[pid=17786] ppid=17763 vsize=5356 CPUtime=0
/proc/17786/stat : 17786 (sh) S 17763 17763 16143 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22749442 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17786/statm: 1339 232 193 169 0 50 0
[pid=17787] ppid=17786 vsize=54028 CPUtime=1788.96
/proc/17787/stat : 17787 (minisat) R 17786 17763 16143 0 -1 4194304 12940 0 0 0 178881 15 0 0 25 0 1 0 22749442 55324672 12926 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 1 0 0
/proc/17787/statm: 13507 12926 75 150 0 13354 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 76252

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

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 17763 and gives
#  childrusage.ru_utime.tv_sec=10
#  childrusage.ru_utime.tv_usec=993328
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=120981
# CPU time returned by wait4() is 11.1143
# 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): 1808.22
CPU time (s): 1800.05
CPU user time (s): 1799.8
CPU system time (s): 0.25
CPU usage (%): 99.5481
Max. virtual memory (cumulated for all children) (KiB): 890844

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 10.9933
system time used= 0.120981
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13889
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= 4089
involuntary context switches= 4174

runsolver used 2.08268 second user time and 5.38118 second system time

The end

Launcher Data

Begin job on node79 at 2009-07-12 02:00:27
IDJOB=2072699
IDBENCH=55812
IDSOLVER=739
FILE ID=node79/2072699-1247356827
PBS_JOBID= 9506900
Free space on /tmp= 66140 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/pseudoGLB/normalized-fpga20-20-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-2072699-1247356827/watcher-2072699-1247356827 -o /tmp/evaluation-result-2072699-1247356827/solver-2072699-1247356827 -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-2072699-1247356827.xml

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

MD5SUM BENCH= 61333a5f2f5d5d76c1ffdf6d67b21758
RANDOM SEED=1991443050

node79.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.229
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.229
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:       1081872 kB
Buffers:         63452 kB
Cached:         446548 kB
SwapCached:          0 kB
Active:         614584 kB
Inactive:       290700 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1081872 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:           11500 kB
Writeback:           0 kB
Mapped:         416524 kB
Slab:            53128 kB
Committed_AS:   587812 kB
PageTables:       2716 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= 66256 MiB
End job on node79 at 2009-07-12 02:30:38