Trace number 2073062

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.02 1810.39

General information on the benchmark

Namecsp/pseudoGLB/
normalized-fpga35-35-sat-pb-cnf-cr.xml
MD5SUM7c1e40d060e9abaaf6a3cb3a8a9c07df
Bench CategoryAlldiff+Elt+WSum (alldiff,element,weightedsum)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark16.2775
Satisfiable
(Un)Satisfiability was proved
Number of variables1838
Number of constraints1330
Maximum constraint arity35
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(1330)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sun Jul 12 02:10:21 2009
0.00/0.08	c 0	PID 21302
0.00/0.08	c 0	HOST node6.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2073062-1247357420.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-2073062-1247357420.xml' 'HOME/temp.csp'
0.06/0.75	c 0	1 domains, 1838 variables, 0 predicates, 0 relations, 1330 constraints
0.06/0.76	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.76	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.84	c 0	Parsing HOME/temp.csp
1.04/1.11	c 1	parsed 3169 expressions
1.04/1.12	c 1	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.04/1.12	c 1	Converting to clausal form CSP
1.04/1.14	c 1	converted 317 (10%) expressions
1.04/1.15	c 1	converted 634 (20%) expressions
1.04/1.15	c 1	converted 951 (30%) expressions
1.04/1.16	c 1	converted 1268 (40%) expressions
1.04/1.17	c 1	converted 1585 (50%) expressions
1.24/1.33	c 1	converted 1902 (60%) expressions
1.53/1.62	c 1	converted 2219 (70%) expressions
1.72/1.84	c 1	converted 2536 (80%) expressions
1.93/2.02	c 2	converted 2853 (90%) expressions
2.12/2.25	c 2	converted 3169 (100%) expressions
2.12/2.26	c 2	CSP : 6248 integers, 0 booleans, 10150 clauses, largest domain size 13
2.12/2.26	c 2	Heap : 11 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.12/2.26	c 2	Propagation in CSP
2.32/2.47	c 2	1015 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.32/2.47	c 2	CSP : 6248 integers, 0 booleans, 10150 clauses, largest domain size 13
2.32/2.47	c 2	Heap : 12 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.32/2.48	c 2	Simplifing CSP by introducing new Boolean variables
2.32/2.49	c 2	CSP : 6248 integers, 0 booleans, 10150 clauses, largest domain size 13
2.32/2.49	c 2	Heap : 11 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.42/2.56	c 2	Encoding CSP to SAT : HOME/temp.cnf
2.42/2.57	c 2	625 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.42/2.58	c 2	1250 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.42/2.58	c 2	1875 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.42/2.59	c 2	2500 (40%) CSP integer variables are encoded (3055 clauses, 39779 bytes)
2.52/2.60	c 2	3124 (50%) CSP integer variables are encoded (6175 clauses, 80339 bytes)
2.52/2.60	c 2	3749 (60%) CSP integer variables are encoded (9037 clauses, 122102 bytes)
2.52/2.61	c 2	4374 (70%) CSP integer variables are encoded (12371 clauses, 172112 bytes)
2.52/2.62	c 2	4999 (80%) CSP integer variables are encoded (15704 clauses, 222107 bytes)
2.52/2.63	c 2	5624 (90%) CSP integer variables are encoded (19047 clauses, 272252 bytes)
2.52/2.63	c 2	6248 (100%) CSP integer variables are encoded (21140 clauses, 303647 bytes)
2.81/2.99	c 3	1015 (10%) CSP clauses are encoded (70723 clauses, 1482299 bytes)
3.20/3.37	c 3	2030 (20%) CSP clauses are encoded (125678 clauses, 2805279 bytes)
3.61/3.73	c 3	3045 (30%) CSP clauses are encoded (180633 clauses, 4128259 bytes)
3.90/4.09	c 4	4060 (40%) CSP clauses are encoded (235588 clauses, 5498547 bytes)
4.40/4.58	c 4	5075 (50%) CSP clauses are encoded (297123 clauses, 7083902 bytes)
5.00/5.14	c 5	6090 (60%) CSP clauses are encoded (370638 clauses, 9018927 bytes)
5.59/5.71	c 5	7105 (70%) CSP clauses are encoded (444153 clauses, 10953952 bytes)
6.09/6.27	c 6	8120 (80%) CSP clauses are encoded (517668 clauses, 12892049 bytes)
6.58/6.70	c 6	9135 (90%) CSP clauses are encoded (571543 clauses, 14285395 bytes)
6.78/6.91	c 6	10150 (100%) CSP clauses are encoded (607148 clauses, 15033540 bytes)
6.78/6.91	c 6	10150 CSP clauses encoded
6.78/6.91	c 6	Writing map file : HOME/temp.map
6.78/6.93	c 6	Heap : 7 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
6.78/6.93	c 6	SAT : 27388 SAT variables, 607148 SAT clauses, 15033540 bytes
6.78/6.93	c 6	Heap : 7 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
6.78/6.97	c 7	SOLVING HOME/temp.cnf
6.78/6.97	c 7	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
6.78/6.97	c 7	This is MiniSat 2.0 beta
6.78/6.97	c 7	WARNING: for repeatability, setting FPU to use double precision
6.78/6.97	c 7	============================[ Problem Statistics ]=============================
6.78/6.98	c 7	|                                                                             |
6.78/6.98	c 7	|  Number of variables:  27388                                                |
6.78/6.98	c 7	|  Number of clauses:    607148                                               |
6.82/7.33	c 7	|  Parsing time:         0.31         s                                       |
6.82/7.36	c 7	============================[ Search Statistics ]==============================
6.82/7.36	c 7	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
6.82/7.36	c 7	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
6.82/7.36	c 7	===============================================================================
6.82/7.36	c 7	|         0 |   27388   607148  2462974 |   202382        0    nan |  0.000 % |
6.82/7.37	c 7	|       101 |   27388   607148  2462974 |   222620      101     23 |  0.000 % |
6.82/7.40	c 7	|       252 |   27388   607148  2462974 |   244883      252     23 |  0.000 % |
6.82/7.47	c 7	|       478 |   27388   607148  2462974 |   269371      478     20 |  0.000 % |
7.53/7.74	c 7	|       815 |   27388   607148  2462974 |   296308      815     19 |  0.000 % |
7.72/7.99	c 8	|      1321 |   27388   607148  2462974 |   325939     1321     39 |  0.000 % |
8.80/9.09	c 9	|      2080 |   27388   607148  2462974 |   358533     2080     43 |  0.000 % |
9.00/9.28	c 9	|      3220 |   27388   607148  2462974 |   394386     3220     66 |  0.000 % |
9.20/9.45	c 9	|      4928 |   27388   607148  2462974 |   433825     4928     70 |  0.000 % |
9.79/10.01	c 10	|      7490 |   27388   607148  2462974 |   477207     7490     98 |  0.000 % |
10.19/10.41	c 10	|     11336 |   27388   607148  2462974 |   524928    11336     77 |  0.000 % |
11.38/11.67	c 11	|     17102 |   27388   607148  2462974 |   577421    17102     93 |  0.000 % |
13.76/14.04	c 14	|     25751 |   27388   607148  2462974 |   635163    25751     99 |  0.000 % |
18.51/18.88	c 18	|     38725 |   27388   607148  2462974 |   698679    38725    109 |  0.000 % |
32.08/32.57	c 32	|     58186 |   27388   607148  2462974 |   768547    58186    135 |  0.000 % |
48.02/48.60	c 48	|     87379 |   27388   607148  2462974 |   845402    87379    124 |  0.000 % |
93.48/94.59	c 94	|    131170 |   27388   607148  2462974 |   929942   131170    145 |  0.000 % |
194.91/196.98	c 197	|    196854 |   27388   607148  2462974 |  1022937   196854    143 |  0.000 % |
456.33/460.84	c 460	|    295381 |   27388   607148  2462974 |  1125230   295381    166 |  0.000 % |
941.89/951.03	c 951	|    443170 |   27388   607148  2462974 |  1237753   443170    196 |  0.000 % |
1800.02/1810.32	c ERROR INTERRUPTED
1800.02/1810.39	s UNKNOWN
1800.02/1810.39	c 1810	CPU 6.83 (0.06 0.01 6.48 0.28)
1800.02/1810.39	c 1810	END Sun Jul 12 02:40:31 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-2073062-1247357420/watcher-2073062-1247357420 -o /tmp/evaluation-result-2073062-1247357420/solver-2073062-1247357420 -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-2073062-1247357420.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.99 1.97 1.99 4/80 21302
/proc/meminfo: memFree=1791592/2055924 swapFree=4192812/4192956
[pid=21302] ppid=21300 vsize=12268 CPUtime=0
/proc/21302/stat : 21302 (sugar) R 21300 21302 18100 0 -1 4194304 348 0 0 0 0 0 0 0 22 0 1 0 22809464 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 268583008869 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/21302/statm: 3067 316 241 3 0 167 0

[startup+0.0839539 s]
/proc/loadavg: 1.99 1.97 1.99 4/80 21302
/proc/meminfo: memFree=1791592/2055924 swapFree=4192812/4192956
[pid=21302] ppid=21300 vsize=16868 CPUtime=0.06
/proc/21302/stat : 21302 (sugar) S 21300 21302 18100 0 -1 4194304 1209 128 0 0 5 1 0 0 18 0 1 0 22809464 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21302/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.104941 s]
/proc/loadavg: 1.99 1.97 1.99 4/80 21302
/proc/meminfo: memFree=1791592/2055924 swapFree=4192812/4192956
[pid=21302] ppid=21300 vsize=16868 CPUtime=0.06
/proc/21302/stat : 21302 (sugar) S 21300 21302 18100 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 22809464 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21302/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301983 s]
/proc/loadavg: 1.99 1.97 1.99 4/80 21302
/proc/meminfo: memFree=1791592/2055924 swapFree=4192812/4192956
[pid=21302] ppid=21300 vsize=16868 CPUtime=0.06
/proc/21302/stat : 21302 (sugar) S 21300 21302 18100 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 22809464 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21302/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701059 s]
/proc/loadavg: 1.99 1.97 1.99 4/80 21302
/proc/meminfo: memFree=1791592/2055924 swapFree=4192812/4192956
[pid=21302] ppid=21300 vsize=16868 CPUtime=0.06
/proc/21302/stat : 21302 (sugar) S 21300 21302 18100 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 22809464 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21302/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50221 s]
/proc/loadavg: 2.07 1.99 1.99 4/91 21324
/proc/meminfo: memFree=1780624/2055924 swapFree=4192812/4192956
[pid=21302] ppid=21300 vsize=16868 CPUtime=0.72
/proc/21302/stat : 21302 (sugar) S 21300 21302 18100 0 -1 4194304 1309 5573 0 1 5 1 61 5 15 0 1 0 22809464 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21302/statm: 4217 1111 409 3 0 796 0
[pid=21315] ppid=21302 vsize=5356 CPUtime=0
/proc/21315/stat : 21315 (sh) S 21302 21302 18100 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22809541 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21315/statm: 1339 233 193 169 0 50 0
[pid=21316] ppid=21315 vsize=869532 CPUtime=0.72
/proc/21316/stat : 21316 (java) S 21315 21302 18100 0 -1 0 7420 0 1 0 67 5 0 0 18 0 9 0 22809541 890400768 6666 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21316/statm: 217383 6666 2568 9 0 211888 0
[pid=21316/tid=21317] ppid=21315 vsize=869532 CPUtime=0.42
/proc/21316/task/21317/stat : 21317 (java) R 21315 21302 18100 0 -1 64 2603 0 1 0 40 2 0 0 19 0 9 0 22809542 890400768 6666 996147200 134512640 134550932 4294955936 18446744073709551615 4126547176 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21316/tid=21318] ppid=21315 vsize=869532 CPUtime=0.1
/proc/21316/task/21318/stat : 21318 (java) S 21315 21302 18100 0 -1 64 2627 0 0 0 9 1 0 0 16 0 9 0 22809543 890400768 6666 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21316/tid=21319] ppid=21315 vsize=869532 CPUtime=0
/proc/21316/task/21319/stat : 21319 (java) S 21315 21302 18100 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22809543 890400768 6666 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21316/tid=21320] ppid=21315 vsize=869532 CPUtime=0
/proc/21316/task/21320/stat : 21320 (java) S 21315 21302 18100 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 22809543 890400768 6666 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21316/tid=21321] ppid=21315 vsize=869532 CPUtime=0
/proc/21316/task/21321/stat : 21321 (java) S 21315 21302 18100 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22809545 890400768 6666 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21316/tid=21322] ppid=21315 vsize=869532 CPUtime=0.18
/proc/21316/task/21322/stat : 21322 (java) S 21315 21302 18100 0 -1 64 1487 0 0 0 17 1 0 0 16 0 9 0 22809545 890400768 6666 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21316/tid=21323] ppid=21315 vsize=869532 CPUtime=0
/proc/21316/task/21323/stat : 21323 (java) S 21315 21302 18100 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22809545 890400768 6666 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21316/tid=21324] ppid=21315 vsize=869532 CPUtime=0
/proc/21316/task/21324/stat : 21324 (java) S 21315 21302 18100 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22809545 890400768 6666 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) 891756

[startup+3.10254 s]
/proc/loadavg: 2.07 1.99 1.99 3/91 21324
/proc/meminfo: memFree=1766416/2055924 swapFree=4192812/4192956
[pid=21302] ppid=21300 vsize=16868 CPUtime=0.72
/proc/21302/stat : 21302 (sugar) S 21300 21302 18100 0 -1 4194304 1310 5573 0 1 5 1 61 5 15 0 1 0 22809464 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21302/statm: 4217 1111 409 3 0 796 0
[pid=21315] ppid=21302 vsize=5356 CPUtime=0
/proc/21315/stat : 21315 (sh) S 21302 21302 18100 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22809541 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21315/statm: 1339 233 193 169 0 50 0
[pid=21316] ppid=21315 vsize=869728 CPUtime=2.29
/proc/21316/stat : 21316 (java) S 21315 21302 18100 0 -1 0 9323 0 1 0 221 8 0 0 18 0 9 0 22809541 890601472 8325 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21316/statm: 217432 8325 2590 9 0 211909 0
[pid=21316/tid=21317] ppid=21315 vsize=869728 CPUtime=1.68
/proc/21316/task/21317/stat : 21317 (java) R 21315 21302 18100 0 -1 64 2862 0 1 0 165 3 0 0 25 0 9 0 22809542 890601472 8325 996147200 134512640 134550932 4294955936 18446744073709551615 4126430008 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21316/tid=21318] ppid=21315 vsize=869728 CPUtime=0.36
/proc/21316/task/21318/stat : 21318 (java) S 21315 21302 18100 0 -1 64 4239 0 0 0 33 3 0 0 15 0 9 0 22809543 890601472 8325 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21316/tid=21319] ppid=21315 vsize=869728 CPUtime=0
/proc/21316/task/21319/stat : 21319 (java) S 21315 21302 18100 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22809543 890601472 8325 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21316/tid=21320] ppid=21315 vsize=869728 CPUtime=0
/proc/21316/task/21320/stat : 21320 (java) S 21315 21302 18100 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 22809543 890601472 8325 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21316/tid=21321] ppid=21315 vsize=869728 CPUtime=0
/proc/21316/task/21321/stat : 21321 (java) S 21315 21302 18100 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22809545 890601472 8325 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21316/tid=21322] ppid=21315 vsize=869728 CPUtime=0.23
/proc/21316/task/21322/stat : 21322 (java) S 21315 21302 18100 0 -1 64 1519 0 0 0 22 1 0 0 16 0 9 0 22809545 890601472 8325 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21316/tid=21323] ppid=21315 vsize=869728 CPUtime=0
/proc/21316/task/21323/stat : 21323 (java) S 21315 21302 18100 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22809545 890601472 8325 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21316/tid=21324] ppid=21315 vsize=869728 CPUtime=0
/proc/21316/task/21324/stat : 21324 (java) S 21315 21302 18100 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22809545 890601472 8325 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 891952

[startup+6.30215 s]
/proc/loadavg: 2.07 1.99 1.99 3/91 21324
/proc/meminfo: memFree=1754384/2055924 swapFree=4192812/4192956
[pid=21302] ppid=21300 vsize=16868 CPUtime=0.73
/proc/21302/stat : 21302 (sugar) S 21300 21302 18100 0 -1 4194304 1310 5573 0 1 6 1 61 5 15 0 1 0 22809464 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21302/statm: 4217 1111 409 3 0 796 0
[pid=21315] ppid=21302 vsize=5356 CPUtime=0
/proc/21315/stat : 21315 (sh) S 21302 21302 18100 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22809541 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21315/statm: 1339 233 193 169 0 50 0
[pid=21316] ppid=21315 vsize=869728 CPUtime=5.45
/proc/21316/stat : 21316 (java) S 21315 21302 18100 0 -1 0 9735 0 1 0 526 19 0 0 18 0 9 0 22809541 890601472 8344 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21316/statm: 217432 8344 2590 9 0 211909 0
[pid=21316/tid=21317] ppid=21315 vsize=869728 CPUtime=4.7
/proc/21316/task/21317/stat : 21317 (java) R 21315 21302 18100 0 -1 64 3255 0 1 0 459 11 0 0 25 0 9 0 22809542 890601472 8344 996147200 134512640 134550932 4294955936 18446744073709551615 4126554176 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21316/tid=21318] ppid=21315 vsize=869728 CPUtime=0.47
/proc/21316/task/21318/stat : 21318 (java) S 21315 21302 18100 0 -1 64 4239 0 0 0 42 5 0 0 16 0 9 0 22809543 890601472 8344 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21316/tid=21319] ppid=21315 vsize=869728 CPUtime=0
/proc/21316/task/21319/stat : 21319 (java) S 21315 21302 18100 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22809543 890601472 8344 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21316/tid=21320] ppid=21315 vsize=869728 CPUtime=0
/proc/21316/task/21320/stat : 21320 (java) S 21315 21302 18100 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 22809543 890601472 8344 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21316/tid=21321] ppid=21315 vsize=869728 CPUtime=0
/proc/21316/task/21321/stat : 21321 (java) S 21315 21302 18100 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22809545 890601472 8344 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21316/tid=21322] ppid=21315 vsize=869728 CPUtime=0.25
/proc/21316/task/21322/stat : 21322 (java) S 21315 21302 18100 0 -1 64 1538 0 0 0 24 1 0 0 16 0 9 0 22809545 890601472 8344 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21316/tid=21323] ppid=21315 vsize=869728 CPUtime=0
/proc/21316/task/21323/stat : 21323 (java) S 21315 21302 18100 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22809545 890601472 8344 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21316/tid=21324] ppid=21315 vsize=869728 CPUtime=0
/proc/21316/task/21324/stat : 21324 (java) S 21315 21302 18100 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22809545 890601472 8344 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 891952

[startup+12.7024 s]
/proc/loadavg: 2.06 1.99 1.99 3/83 21326
/proc/meminfo: memFree=1732560/2055924 swapFree=4192812/4192956
[pid=21302] ppid=21300 vsize=16868 CPUtime=6.82
/proc/21302/stat : 21302 (sugar) S 21300 21302 18100 0 -1 4194304 1376 15690 0 2 6 1 648 27 16 0 1 0 22809464 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21302/statm: 4217 1113 409 3 0 796 0
[pid=21325] ppid=21302 vsize=5356 CPUtime=0
/proc/21325/stat : 21325 (sh) S 21302 21302 18100 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22810161 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21325/statm: 1339 232 193 169 0 50 0
[pid=21326] ppid=21325 vsize=42904 CPUtime=5.65
/proc/21326/stat : 21326 (minisat) R 21325 21302 18100 0 -1 4194304 10447 0 0 0 559 6 0 0 25 0 1 0 22810162 43933696 10433 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/21326/statm: 10726 10433 76 150 0 10573 0
Current children cumulated CPU time (s) 12.47
Current children cumulated vsize (KiB) 65128

[startup+25.5019 s]
/proc/loadavg: 2.05 1.99 1.99 3/83 21326
/proc/meminfo: memFree=1712912/2055924 swapFree=4192812/4192956
[pid=21302] ppid=21300 vsize=16868 CPUtime=6.82
/proc/21302/stat : 21302 (sugar) S 21300 21302 18100 0 -1 4194304 1376 15690 0 2 6 1 648 27 16 0 1 0 22809464 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21302/statm: 4217 1113 409 3 0 796 0
[pid=21325] ppid=21302 vsize=5356 CPUtime=0
/proc/21325/stat : 21325 (sh) S 21302 21302 18100 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22810161 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21325/statm: 1339 232 193 169 0 50 0
[pid=21326] ppid=21325 vsize=61408 CPUtime=18.33
/proc/21326/stat : 21326 (minisat) R 21325 21302 18100 0 -1 4194304 15086 0 0 0 1824 9 0 0 25 0 1 0 22810162 62881792 15072 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 1 0 0
/proc/21326/statm: 15352 15072 76 150 0 15199 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 83632

[startup+51.1019 s]
/proc/loadavg: 2.03 1.99 1.99 3/83 21326
/proc/meminfo: memFree=1691856/2055924 swapFree=4192812/4192956
[pid=21302] ppid=21300 vsize=16868 CPUtime=6.82
/proc/21302/stat : 21302 (sugar) S 21300 21302 18100 0 -1 4194304 1376 15690 0 2 6 1 648 27 16 0 1 0 22809464 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21302/statm: 4217 1113 409 3 0 796 0
[pid=21325] ppid=21302 vsize=5356 CPUtime=0
/proc/21325/stat : 21325 (sh) S 21302 21302 18100 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22810161 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21325/statm: 1339 232 193 169 0 50 0
[pid=21326] ppid=21325 vsize=82960 CPUtime=43.67
/proc/21326/stat : 21326 (minisat) R 21325 21302 18100 0 -1 4194304 20482 0 0 0 4353 14 0 0 25 0 1 0 22810162 84951040 20468 996147200 134512640 135127466 4294956256 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 1 0 0
/proc/21326/statm: 20740 20468 76 150 0 20587 0
Current children cumulated CPU time (s) 50.49
Current children cumulated vsize (KiB) 105184

[startup+102.307 s]
/proc/loadavg: 2.01 1.99 1.99 3/83 21326
/proc/meminfo: memFree=1655312/2055924 swapFree=4192812/4192956
[pid=21302] ppid=21300 vsize=16868 CPUtime=6.82
/proc/21302/stat : 21302 (sugar) S 21300 21302 18100 0 -1 4194304 1376 15690 0 2 6 1 648 27 16 0 1 0 22809464 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21302/statm: 4217 1113 409 3 0 796 0
[pid=21325] ppid=21302 vsize=5356 CPUtime=0

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

/proc/meminfo: memFree=1295864/2055924 swapFree=4192812/4192956
[pid=21302] ppid=21300 vsize=16868 CPUtime=6.82
/proc/21302/stat : 21302 (sugar) S 21300 21302 18100 0 -1 4194304 1376 15690 0 2 6 1 648 27 16 0 1 0 22809464 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21302/statm: 4217 1113 409 3 0 796 0
[pid=21325] ppid=21302 vsize=5356 CPUtime=0
/proc/21325/stat : 21325 (sh) S 21302 21302 18100 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22810161 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21325/statm: 1339 232 193 169 0 50 0
[pid=21326] ppid=21325 vsize=472200 CPUtime=1345.43
/proc/21326/stat : 21326 (minisat) R 21325 21302 18100 0 -1 4194304 117212 0 0 0 134433 110 0 0 25 0 1 0 22810162 483532800 117198 996147200 134512640 135127466 4294956256 18446744073709551615 134530772 0 0 4096 3 0 0 0 17 0 0 0
/proc/21326/statm: 118050 117198 76 150 0 117897 0
Current children cumulated CPU time (s) 1352.25
Current children cumulated vsize (KiB) 494424

[startup+1422.31 s]
/proc/loadavg: 1.99 2.00 1.99 3/84 21370
/proc/meminfo: memFree=1286712/2055924 swapFree=4192812/4192956
[pid=21302] ppid=21300 vsize=16868 CPUtime=6.82
/proc/21302/stat : 21302 (sugar) S 21300 21302 18100 0 -1 4194304 1376 15690 0 2 6 1 648 27 16 0 1 0 22809464 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21302/statm: 4217 1113 409 3 0 796 0
[pid=21325] ppid=21302 vsize=5356 CPUtime=0
/proc/21325/stat : 21325 (sh) S 21302 21302 18100 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22810161 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21325/statm: 1339 232 193 169 0 50 0
[pid=21326] ppid=21325 vsize=481224 CPUtime=1405.4
/proc/21326/stat : 21326 (minisat) R 21325 21302 18100 0 -1 4194304 119465 0 0 0 140428 112 0 0 25 0 1 0 22810162 492773376 119451 996147200 134512640 135127466 4294956256 18446744073709551615 134530641 0 0 4096 3 0 0 0 17 0 0 0
/proc/21326/statm: 120306 119451 76 150 0 120153 0
Current children cumulated CPU time (s) 1412.22
Current children cumulated vsize (KiB) 503448

[startup+1482.3 s]
/proc/loadavg: 1.99 2.00 1.99 3/84 21370
/proc/meminfo: memFree=1278328/2055924 swapFree=4192812/4192956
[pid=21302] ppid=21300 vsize=16868 CPUtime=6.82
/proc/21302/stat : 21302 (sugar) S 21300 21302 18100 0 -1 4194304 1376 15690 0 2 6 1 648 27 16 0 1 0 22809464 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21302/statm: 4217 1113 409 3 0 796 0
[pid=21325] ppid=21302 vsize=5356 CPUtime=0
/proc/21325/stat : 21325 (sh) S 21302 21302 18100 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22810161 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21325/statm: 1339 232 193 169 0 50 0
[pid=21326] ppid=21325 vsize=489600 CPUtime=1465.36
/proc/21326/stat : 21326 (minisat) R 21325 21302 18100 0 -1 4194304 121553 0 0 0 146421 115 0 0 25 0 1 0 22810162 501350400 121539 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/21326/statm: 122400 121539 76 150 0 122247 0
Current children cumulated CPU time (s) 1472.18
Current children cumulated vsize (KiB) 511824

[startup+1542.3 s]
/proc/loadavg: 1.99 2.00 1.99 3/84 21370
/proc/meminfo: memFree=1269432/2055924 swapFree=4192812/4192956
[pid=21302] ppid=21300 vsize=16868 CPUtime=6.82
/proc/21302/stat : 21302 (sugar) S 21300 21302 18100 0 -1 4194304 1376 15690 0 2 6 1 648 27 16 0 1 0 22809464 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21302/statm: 4217 1113 409 3 0 796 0
[pid=21325] ppid=21302 vsize=5356 CPUtime=0
/proc/21325/stat : 21325 (sh) S 21302 21302 18100 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22810161 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21325/statm: 1339 232 193 169 0 50 0
[pid=21326] ppid=21325 vsize=498500 CPUtime=1525.33
/proc/21326/stat : 21326 (minisat) R 21325 21302 18100 0 -1 4194304 123756 0 0 0 152416 117 0 0 25 0 1 0 22810162 510464000 123742 996147200 134512640 135127466 4294956256 18446744073709551615 134530759 0 0 4096 3 0 0 0 17 0 0 0
/proc/21326/statm: 124625 123742 76 150 0 124472 0
Current children cumulated CPU time (s) 1532.15
Current children cumulated vsize (KiB) 520724

[startup+1602.3 s]
/proc/loadavg: 1.99 2.00 1.99 3/84 21370
/proc/meminfo: memFree=1263224/2055924 swapFree=4192812/4192956
[pid=21302] ppid=21300 vsize=16868 CPUtime=6.82
/proc/21302/stat : 21302 (sugar) S 21300 21302 18100 0 -1 4194304 1376 15690 0 2 6 1 648 27 16 0 1 0 22809464 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21302/statm: 4217 1113 409 3 0 796 0
[pid=21325] ppid=21302 vsize=5356 CPUtime=0
/proc/21325/stat : 21325 (sh) S 21302 21302 18100 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22810161 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21325/statm: 1339 232 193 169 0 50 0
[pid=21326] ppid=21325 vsize=504676 CPUtime=1585.31
/proc/21326/stat : 21326 (minisat) R 21325 21302 18100 0 -1 4194304 125312 0 0 0 158412 119 0 0 25 0 1 0 22810162 516788224 125298 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/21326/statm: 126169 125298 76 150 0 126016 0
Current children cumulated CPU time (s) 1592.13
Current children cumulated vsize (KiB) 526900

[startup+1662.3 s]
/proc/loadavg: 1.99 2.00 1.99 3/84 21370
/proc/meminfo: memFree=1256120/2055924 swapFree=4192812/4192956
[pid=21302] ppid=21300 vsize=16868 CPUtime=6.82
/proc/21302/stat : 21302 (sugar) S 21300 21302 18100 0 -1 4194304 1376 15690 0 2 6 1 648 27 16 0 1 0 22809464 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21302/statm: 4217 1113 409 3 0 796 0
[pid=21325] ppid=21302 vsize=5356 CPUtime=0
/proc/21325/stat : 21325 (sh) S 21302 21302 18100 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22810161 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21325/statm: 1339 232 193 169 0 50 0
[pid=21326] ppid=21325 vsize=511556 CPUtime=1645.27
/proc/21326/stat : 21326 (minisat) R 21325 21302 18100 0 -1 4194304 127061 0 0 0 164406 121 0 0 25 0 1 0 22810162 523833344 127047 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/21326/statm: 127889 127047 76 150 0 127736 0
Current children cumulated CPU time (s) 1652.09
Current children cumulated vsize (KiB) 533780

[startup+1722.3 s]
/proc/loadavg: 1.99 2.00 1.99 3/84 21370
/proc/meminfo: memFree=1249528/2055924 swapFree=4192812/4192956
[pid=21302] ppid=21300 vsize=16868 CPUtime=6.82
/proc/21302/stat : 21302 (sugar) S 21300 21302 18100 0 -1 4194304 1376 15690 0 2 6 1 648 27 16 0 1 0 22809464 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21302/statm: 4217 1113 409 3 0 796 0
[pid=21325] ppid=21302 vsize=5356 CPUtime=0
/proc/21325/stat : 21325 (sh) S 21302 21302 18100 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22810161 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21325/statm: 1339 232 193 169 0 50 0
[pid=21326] ppid=21325 vsize=518000 CPUtime=1705.25
/proc/21326/stat : 21326 (minisat) R 21325 21302 18100 0 -1 4194304 128659 0 0 0 170402 123 0 0 25 0 1 0 22810162 530432000 128645 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/21326/statm: 129500 128645 76 150 0 129347 0
Current children cumulated CPU time (s) 1712.07
Current children cumulated vsize (KiB) 540224

[startup+1782.3 s]
/proc/loadavg: 1.99 2.00 1.99 3/84 21370
/proc/meminfo: memFree=1243128/2055924 swapFree=4192812/4192956
[pid=21302] ppid=21300 vsize=16868 CPUtime=6.82
/proc/21302/stat : 21302 (sugar) S 21300 21302 18100 0 -1 4194304 1376 15690 0 2 6 1 648 27 16 0 1 0 22809464 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21302/statm: 4217 1113 409 3 0 796 0
[pid=21325] ppid=21302 vsize=5356 CPUtime=0
/proc/21325/stat : 21325 (sh) S 21302 21302 18100 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22810161 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21325/statm: 1339 232 193 169 0 50 0
[pid=21326] ppid=21325 vsize=524300 CPUtime=1765.21
/proc/21326/stat : 21326 (minisat) R 21325 21302 18100 0 -1 4194304 130192 0 0 0 176397 124 0 0 25 0 1 0 22810162 536883200 130178 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/21326/statm: 131075 130178 76 150 0 130922 0
Current children cumulated CPU time (s) 1772.03
Current children cumulated vsize (KiB) 546524



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1810.3 s]
/proc/loadavg: 1.99 2.00 1.99 3/84 21370
/proc/meminfo: memFree=1240248/2055924 swapFree=4192812/4192956
[pid=21302] ppid=21300 vsize=16868 CPUtime=6.82
/proc/21302/stat : 21302 (sugar) S 21300 21302 18100 0 -1 4194304 1376 15690 0 2 6 1 648 27 16 0 1 0 22809464 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21302/statm: 4217 1113 409 3 0 796 0
[pid=21325] ppid=21302 vsize=5356 CPUtime=0
/proc/21325/stat : 21325 (sh) S 21302 21302 18100 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22810161 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21325/statm: 1339 232 193 169 0 50 0
[pid=21326] ppid=21325 vsize=527028 CPUtime=1793.2
/proc/21326/stat : 21326 (minisat) R 21325 21302 18100 0 -1 4194304 130897 0 0 0 179195 125 0 0 25 0 1 0 22810162 539676672 130883 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/21326/statm: 131757 130883 76 150 0 131604 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 549252

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

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

[startup+1810.3 s]
/proc/loadavg: 1.99 2.00 1.99 3/84 21370
/proc/meminfo: memFree=1240248/2055924 swapFree=4192812/4192956
[pid=21302] ppid=21300 vsize=16868 CPUtime=6.82
/proc/21302/stat : 21302 (sugar) S 21300 21302 18100 0 -1 4194304 1376 15690 0 2 6 1 648 27 16 0 1 0 22809464 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21302/statm: 4217 1113 409 3 0 796 0
[pid=21325] ppid=21302 vsize=5356 CPUtime=0
/proc/21325/stat : 21325 (sh) S 21302 21302 18100 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22810161 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21325/statm: 1339 232 193 169 0 50 0
[pid=21326] ppid=21325 vsize=527028 CPUtime=1793.2
/proc/21326/stat : 21326 (minisat) R 21325 21302 18100 0 -1 4194304 130897 0 0 0 179195 125 0 0 25 0 1 0 22810162 539676672 130883 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/21326/statm: 131757 130883 76 150 0 131604 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 549252

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 21302 and gives
#  childrusage.ru_utime.tv_sec=6
#  childrusage.ru_utime.tv_usec=549004
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=306953
# CPU time returned by wait4() is 6.85596
# while last known CPU time is 1800.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1810.39
CPU time (s): 1800.02
CPU user time (s): 1798.49
CPU system time (s): 1.53
CPU usage (%): 99.427
Max. virtual memory (cumulated for all children) (KiB): 892060

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 6.549
system time used= 0.306953
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17449
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= 8543
involuntary context switches= 8674

runsolver used 1.9847 second user time and 6.26005 second system time

The end

Launcher Data

Begin job on node6 at 2009-07-12 02:10:20
IDJOB=2073062
IDBENCH=55927
IDSOLVER=739
FILE ID=node6/2073062-1247357420
PBS_JOBID= 9506903
Free space on /tmp= 66396 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/pseudoGLB/normalized-fpga35-35-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-2073062-1247357420/watcher-2073062-1247357420 -o /tmp/evaluation-result-2073062-1247357420/solver-2073062-1247357420 -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-2073062-1247357420.xml

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

MD5SUM BENCH= 7c1e40d060e9abaaf6a3cb3a8a9c07df
RANDOM SEED=39311480

node6.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.263
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.263
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055924 kB
MemFree:       1792072 kB
Buffers:         19808 kB
Cached:          93140 kB
SwapCached:          0 kB
Active:         183840 kB
Inactive:        33168 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1792072 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2004 kB
Writeback:           0 kB
Mapped:         121860 kB
Slab:            31996 kB
Committed_AS:   913724 kB
PageTables:       2064 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= 66392 MiB
End job on node6 at 2009-07-12 02:40:33