Trace number 2072061

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.06 1801.66

General information on the benchmark

Namecsp/pseudoGLB/
normalized-fpga25-25-sat-pb-cnf-cr.xml
MD5SUM1802622e27e656fbdb0f184ab18a2027
Bench CategoryAlldiff+Elt+WSum (alldiff,element,weightedsum)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark5.68613
Satisfiable
(Un)Satisfiability was proved
Number of variables938
Number of constraints700
Maximum constraint arity25
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(700)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sun Jul 12 01:47:11 2009
0.00/0.08	c 0	PID 19196
0.00/0.08	c 0	HOST node58.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2072061-1247356031.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-2072061-1247356031.xml' 'HOME/temp.csp'
0.06/0.81	c 1	1 domains, 938 variables, 0 predicates, 0 relations, 700 constraints
0.06/0.81	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.81	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.06/0.89	c 1	Parsing HOME/temp.csp
0.95/1.04	c 1	parsed 1639 expressions
0.95/1.05	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.95/1.05	c 1	Converting to clausal form CSP
0.95/1.07	c 1	converted 164 (10%) expressions
0.95/1.07	c 1	converted 328 (20%) expressions
0.95/1.07	c 1	converted 492 (30%) expressions
0.95/1.08	c 1	converted 656 (40%) expressions
0.95/1.08	c 1	converted 820 (50%) expressions
1.15/1.21	c 1	converted 984 (60%) expressions
1.24/1.39	c 1	converted 1148 (70%) expressions
1.34/1.48	c 2	converted 1312 (80%) expressions
1.45/1.59	c 2	converted 1476 (90%) expressions
1.54/1.67	c 2	converted 1639 (100%) expressions
1.54/1.67	c 2	CSP : 3038 integers, 0 booleans, 4900 clauses, largest domain size 10
1.54/1.67	c 2	Heap : 5 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.54/1.67	c 2	Propagation in CSP
1.64/1.75	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.64/1.75	c 2	CSP : 3038 integers, 0 booleans, 4900 clauses, largest domain size 10
1.64/1.75	c 2	Heap : 5 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.64/1.76	c 2	Simplifing CSP by introducing new Boolean variables
1.64/1.76	c 2	CSP : 3038 integers, 0 booleans, 4900 clauses, largest domain size 10
1.64/1.76	c 2	Heap : 5 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.74/1.81	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.74/1.81	c 2	304 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.74/1.82	c 2	608 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.74/1.82	c 2	912 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.74/1.83	c 2	1216 (40%) CSP integer variables are encoded (807 clauses, 10516 bytes)
1.74/1.84	c 2	1519 (50%) CSP integer variables are encoded (1817 clauses, 23646 bytes)
1.74/1.84	c 2	1823 (60%) CSP integer variables are encoded (2830 clauses, 36815 bytes)
1.74/1.85	c 2	2127 (70%) CSP integer variables are encoded (3785 clauses, 49230 bytes)
1.74/1.85	c 2	2431 (80%) CSP integer variables are encoded (4900 clauses, 63725 bytes)
1.74/1.85	c 2	2735 (90%) CSP integer variables are encoded (6014 clauses, 78207 bytes)
1.74/1.85	c 2	3038 (100%) CSP integer variables are encoded (7125 clauses, 92939 bytes)
1.84/1.91	c 2	490 (10%) CSP clauses are encoded (14691 clauses, 225135 bytes)
1.84/1.96	c 2	980 (20%) CSP clauses are encoded (23301 clauses, 381095 bytes)
1.94/2.00	c 2	1470 (30%) CSP clauses are encoded (31911 clauses, 537055 bytes)
1.94/2.04	c 2	1960 (40%) CSP clauses are encoded (40521 clauses, 693015 bytes)
1.94/2.08	c 2	2450 (50%) CSP clauses are encoded (48865 clauses, 842485 bytes)
2.04/2.14	c 2	2940 (60%) CSP clauses are encoded (59715 clauses, 1044653 bytes)
2.04/2.20	c 2	3430 (70%) CSP clauses are encoded (70565 clauses, 1247653 bytes)
2.14/2.25	c 2	3920 (80%) CSP clauses are encoded (81415 clauses, 1450653 bytes)
2.23/2.30	c 2	4410 (90%) CSP clauses are encoded (92265 clauses, 1653653 bytes)
3.32/3.40	c 3	4900 (100%) CSP clauses are encoded (149515 clauses, 3083801 bytes)
3.32/3.40	c 3	4900 CSP clauses encoded
3.32/3.40	c 3	Writing map file : HOME/temp.map
3.32/3.41	c 4	Heap : 3 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
3.32/3.41	c 4	SAT : 10163 SAT variables, 149515 SAT clauses, 3083801 bytes
3.32/3.41	c 4	Heap : 3 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
3.32/3.42	c 4	SOLVING HOME/temp.cnf
3.32/3.42	c 4	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
3.32/3.43	c 4	This is MiniSat 2.0 beta
3.32/3.43	c 4	WARNING: for repeatability, setting FPU to use double precision
3.32/3.43	c 4	============================[ Problem Statistics ]=============================
3.32/3.43	c 4	|                                                                             |
3.32/3.43	c 4	|  Number of variables:  10163                                                |
3.32/3.43	c 4	|  Number of clauses:    149515                                               |
3.36/3.51	c 4	|  Parsing time:         0.08         s                                       |
3.36/3.52	c 4	============================[ Search Statistics ]==============================
3.36/3.52	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.36/3.52	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.36/3.52	c 4	===============================================================================
3.36/3.52	c 4	|         0 |   10163   149515   591568 |    49838        0    nan |  0.000 % |
3.36/3.53	c 4	|       101 |   10163   149515   591568 |    54822      101     31 |  0.000 % |
3.36/3.55	c 4	|       252 |   10163   149515   591568 |    60304      252     31 |  0.000 % |
3.36/3.56	c 4	|       477 |   10163   149515   591568 |    66334      477     35 |  0.000 % |
3.36/3.60	c 4	|       816 |   10163   149515   591568 |    72968      816     64 |  0.000 % |
3.36/3.63	c 4	|      1322 |   10163   149515   591568 |    80265     1322     57 |  0.000 % |
3.36/3.74	c 4	|      2081 |   10163   149515   591568 |    88291     2081     90 |  0.000 % |
3.36/3.83	c 4	|      3220 |   10163   149515   591568 |    97120     3220     75 |  0.000 % |
3.36/4.09	c 4	|      4928 |   10163   149515   591568 |   106832     4928     77 |  0.000 % |
4.21/4.39	c 4	|      7491 |   10163   149515   591568 |   117516     7491     70 |  0.000 % |
5.20/5.38	c 5	|     11336 |   10163   149515   591568 |   129267    11336    105 |  0.000 % |
7.48/7.68	c 8	|     17102 |   10163   149515   591568 |   142194    17102    143 |  0.000 % |
12.04/12.23	c 12	|     25751 |   10163   149515   591568 |   156414    25751    173 |  0.000 % |
22.73/23.05	c 23	|     38725 |   10163   149515   591568 |   172055    38725    200 |  0.000 % |
47.41/47.94	c 48	|     58188 |   10163   149515   591568 |   189260    58188    219 |  0.000 % |
110.80/111.71	c 112	|     87380 |   10163   149515   591568 |   208187    87380    231 |  0.000 % |
213.26/214.23	c 214	|    131170 |   10163   149515   591568 |   229005   131170    243 |  0.000 % |
399.09/400.16	c 400	|    196855 |   10163   149515   591568 |   251906   196855    255 |  0.000 % |
615.31/616.40	c 616	|    295381 |   10163   149515   591568 |   277097    65947    162 |  0.000 % |
990.87/992.19	c 992	|    443171 |   10163   149515   591568 |   304806   213737    256 |  0.000 % |
1800.06/1801.62	c ERROR INTERRUPTED
1800.06/1801.66	s UNKNOWN
1800.06/1801.66	c 1802	CPU 3.36 (0.06 0.02 3.17 0.11)
1800.06/1801.66	c 1802	END Sun Jul 12 02:17:13 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-2072061-1247356031/watcher-2072061-1247356031 -o /tmp/evaluation-result-2072061-1247356031/solver-2072061-1247356031 -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-2072061-1247356031.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

[startup+0 s]
/proc/loadavg: 2.02 2.02 2.00 3/81 19196
/proc/meminfo: memFree=1686280/2055920 swapFree=4192812/4192956
[pid=19196] ppid=19194 vsize=18576 CPUtime=0
/proc/19196/stat : 19196 (runsolver) R 19194 18006 18006 0 -1 4194368 12 0 0 0 0 0 0 0 22 0 1 0 22666233 19021824 282 996147200 4194304 4302564 548682068304 18446744073709551615 242441968757 0 0 4096 24578 0 0 0 17 1 0 0
/proc/19196/statm: 4644 282 247 26 0 2626 0
Current StackSize limit: 10240 KiB


[startup+0.0903449 s]
/proc/loadavg: 2.02 2.02 2.00 3/81 19196
/proc/meminfo: memFree=1686280/2055920 swapFree=4192812/4192956
[pid=19196] ppid=19194 vsize=16868 CPUtime=0.06
/proc/19196/stat : 19196 (sugar) S 19194 19196 18006 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 22666233 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19196/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.102346 s]
/proc/loadavg: 2.02 2.02 2.00 3/81 19196
/proc/meminfo: memFree=1686280/2055920 swapFree=4192812/4192956
[pid=19196] ppid=19194 vsize=16868 CPUtime=0.06
/proc/19196/stat : 19196 (sugar) S 19194 19196 18006 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 22666233 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19196/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301357 s]
/proc/loadavg: 2.02 2.02 2.00 3/81 19196
/proc/meminfo: memFree=1686280/2055920 swapFree=4192812/4192956
[pid=19196] ppid=19194 vsize=16868 CPUtime=0.06
/proc/19196/stat : 19196 (sugar) S 19194 19196 18006 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 22666233 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19196/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.702398 s]
/proc/loadavg: 2.02 2.02 2.00 3/81 19196
/proc/meminfo: memFree=1686280/2055920 swapFree=4192812/4192956
[pid=19196] ppid=19194 vsize=16868 CPUtime=0.06
/proc/19196/stat : 19196 (sugar) S 19194 19196 18006 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 22666233 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19196/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50247 s]
/proc/loadavg: 2.02 2.02 2.00 3/92 19218
/proc/meminfo: memFree=1676848/2055920 swapFree=4192812/4192956
[pid=19196] ppid=19194 vsize=16868 CPUtime=0.78
/proc/19196/stat : 19196 (sugar) S 19194 19196 18006 0 -1 4194304 1309 5063 0 1 5 1 68 4 16 0 1 0 22666233 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19196/statm: 4217 1111 409 3 0 796 0
[pid=19209] ppid=19196 vsize=5356 CPUtime=0
/proc/19209/stat : 19209 (sh) S 19196 19196 18006 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22666314 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19209/statm: 1339 233 193 169 0 50 0
[pid=19210] ppid=19209 vsize=868508 CPUtime=0.67
/proc/19210/stat : 19210 (java) S 19209 19196 18006 0 -1 0 5824 0 1 0 63 4 0 0 18 0 9 0 22666315 889352192 5237 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19210/statm: 217127 5237 1742 9 0 211632 0
[pid=19210/tid=19211] ppid=19209 vsize=868508 CPUtime=0.41
/proc/19210/task/19211/stat : 19211 (java) R 19209 19196 18006 0 -1 64 2681 0 1 0 40 1 0 0 22 0 9 0 22666316 889352192 5237 996147200 134512640 134550932 4294955936 18446744073709551615 4126594612 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19210/tid=19212] ppid=19209 vsize=868508 CPUtime=0.04
/proc/19210/task/19212/stat : 19212 (java) S 19209 19196 18006 0 -1 64 958 0 0 0 4 0 0 0 16 0 9 0 22666317 889352192 5237 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19210/tid=19213] ppid=19209 vsize=868508 CPUtime=0
/proc/19210/task/19213/stat : 19213 (java) S 19209 19196 18006 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 22666317 889352192 5237 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19210/tid=19214] ppid=19209 vsize=868508 CPUtime=0
/proc/19210/task/19214/stat : 19214 (java) S 19209 19196 18006 0 -1 64 3 0 0 0 0 0 0 0 20 0 9 0 22666317 889352192 5237 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19210/tid=19215] ppid=19209 vsize=868508 CPUtime=0
/proc/19210/task/19215/stat : 19215 (java) S 19209 19196 18006 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22666319 889352192 5237 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19210/tid=19216] ppid=19209 vsize=868508 CPUtime=0.18
/proc/19210/task/19216/stat : 19216 (java) S 19209 19196 18006 0 -1 64 1492 0 0 0 18 0 0 0 16 0 9 0 22666319 889352192 5237 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19210/tid=19217] ppid=19209 vsize=868508 CPUtime=0
/proc/19210/task/19217/stat : 19217 (java) S 19209 19196 18006 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22666319 889352192 5237 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19210/tid=19218] ppid=19209 vsize=868508 CPUtime=0
/proc/19210/task/19218/stat : 19218 (java) S 19209 19196 18006 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22666319 889352192 5237 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 890732

[startup+3.10161 s]
/proc/loadavg: 2.02 2.02 2.00 3/92 19218
/proc/meminfo: memFree=1665392/2055920 swapFree=4192812/4192956
[pid=19196] ppid=19194 vsize=16868 CPUtime=0.79
/proc/19196/stat : 19196 (sugar) S 19194 19196 18006 0 -1 4194304 1310 5063 0 1 6 1 68 4 15 0 1 0 22666233 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19196/statm: 4217 1111 409 3 0 796 0
[pid=19209] ppid=19196 vsize=5356 CPUtime=0
/proc/19209/stat : 19209 (sh) S 19196 19196 18006 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22666314 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19209/statm: 1339 233 193 169 0 50 0
[pid=19210] ppid=19209 vsize=868708 CPUtime=2.24
/proc/19210/stat : 19210 (java) S 19209 19196 18006 0 -1 0 7594 0 1 0 218 6 0 0 18 0 9 0 22666315 889556992 6661 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19210/statm: 217177 6661 2590 9 0 211654 0
[pid=19210/tid=19211] ppid=19209 vsize=868708 CPUtime=1.81
/proc/19210/task/19211/stat : 19211 (java) R 19209 19196 18006 0 -1 64 2896 0 1 0 178 3 0 0 25 0 9 0 22666316 889556992 6661 996147200 134512640 134550932 4294955936 18446744073709551615 4126966415 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19210/tid=19212] ppid=19209 vsize=868708 CPUtime=0.19
/proc/19210/task/19212/stat : 19212 (java) S 19209 19196 18006 0 -1 64 2485 0 0 0 18 1 0 0 16 0 9 0 22666317 889556992 6661 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19210/tid=19213] ppid=19209 vsize=868708 CPUtime=0
/proc/19210/task/19213/stat : 19213 (java) S 19209 19196 18006 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22666317 889556992 6661 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19210/tid=19214] ppid=19209 vsize=868708 CPUtime=0
/proc/19210/task/19214/stat : 19214 (java) S 19209 19196 18006 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22666317 889556992 6661 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19210/tid=19215] ppid=19209 vsize=868708 CPUtime=0
/proc/19210/task/19215/stat : 19215 (java) S 19209 19196 18006 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22666319 889556992 6661 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19210/tid=19216] ppid=19209 vsize=868708 CPUtime=0.22
/proc/19210/task/19216/stat : 19216 (java) S 19209 19196 18006 0 -1 64 1514 0 0 0 22 0 0 0 16 0 9 0 22666319 889556992 6661 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19210/tid=19217] ppid=19209 vsize=868708 CPUtime=0
/proc/19210/task/19217/stat : 19217 (java) S 19209 19196 18006 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22666319 889556992 6661 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19210/tid=19218] ppid=19209 vsize=868708 CPUtime=0
/proc/19210/task/19218/stat : 19218 (java) S 19209 19196 18006 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22666319 889556992 6661 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) 890932

[startup+6.30189 s]
/proc/loadavg: 2.02 2.02 2.00 3/84 19220
/proc/meminfo: memFree=1665456/2055920 swapFree=4192812/4192956
[pid=19196] ppid=19194 vsize=16868 CPUtime=3.36
/proc/19196/stat : 19196 (sugar) S 19194 19196 18006 0 -1 4194304 1376 12993 0 2 6 2 317 11 16 0 1 0 22666233 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19196/statm: 4217 1113 409 3 0 796 0
[pid=19219] ppid=19196 vsize=5356 CPUtime=0
/proc/19219/stat : 19219 (sh) S 19196 19196 18006 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22666576 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19219/statm: 1339 232 193 169 0 50 0
[pid=19220] ppid=19219 vsize=17376 CPUtime=2.83
/proc/19220/stat : 19220 (minisat) R 19219 19196 18006 0 -1 4194304 4167 0 0 0 281 2 0 0 25 0 1 0 22666576 17793024 4153 996147200 134512640 135127466 4294956256 18446744073709551615 134527248 0 0 4096 3 0 0 0 17 1 0 0
/proc/19220/statm: 4344 4153 75 150 0 4191 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 39600

[startup+12.7015 s]
/proc/loadavg: 2.02 2.02 2.00 3/84 19220
/proc/meminfo: memFree=1652272/2055920 swapFree=4192812/4192956
[pid=19196] ppid=19194 vsize=16868 CPUtime=3.36
/proc/19196/stat : 19196 (sugar) S 19194 19196 18006 0 -1 4194304 1376 12993 0 2 6 2 317 11 16 0 1 0 22666233 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19196/statm: 4217 1113 409 3 0 796 0
[pid=19219] ppid=19196 vsize=5356 CPUtime=0
/proc/19219/stat : 19219 (sh) S 19196 19196 18006 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22666576 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19219/statm: 1339 232 193 169 0 50 0
[pid=19220] ppid=19219 vsize=29344 CPUtime=9.17
/proc/19220/stat : 19220 (minisat) R 19219 19196 18006 0 -1 4194304 7159 0 0 0 912 5 0 0 25 0 1 0 22666576 30048256 7145 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/19220/statm: 7336 7145 75 150 0 7183 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 51568

[startup+25.5026 s]
/proc/loadavg: 2.01 2.02 2.00 3/84 19220
/proc/meminfo: memFree=1636400/2055920 swapFree=4192812/4192956
[pid=19196] ppid=19194 vsize=16868 CPUtime=3.36
/proc/19196/stat : 19196 (sugar) S 19194 19196 18006 0 -1 4194304 1376 12993 0 2 6 2 317 11 16 0 1 0 22666233 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19196/statm: 4217 1113 409 3 0 796 0
[pid=19219] ppid=19196 vsize=5356 CPUtime=0
/proc/19219/stat : 19219 (sh) S 19196 19196 18006 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22666576 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19219/statm: 1339 232 193 169 0 50 0
[pid=19220] ppid=19219 vsize=44936 CPUtime=21.85
/proc/19220/stat : 19220 (minisat) R 19219 19196 18006 0 -1 4194304 11030 0 0 0 2176 9 0 0 25 0 1 0 22666576 46014464 11016 996147200 134512640 135127466 4294956256 18446744073709551615 134530748 0 0 4096 3 0 0 0 17 1 0 0
/proc/19220/statm: 11234 11016 75 150 0 11081 0
Current children cumulated CPU time (s) 25.21
Current children cumulated vsize (KiB) 67160

[startup+51.1028 s]
/proc/loadavg: 2.01 2.02 2.00 3/84 19220
/proc/meminfo: memFree=1616112/2055920 swapFree=4192812/4192956
[pid=19196] ppid=19194 vsize=16868 CPUtime=3.36
/proc/19196/stat : 19196 (sugar) S 19194 19196 18006 0 -1 4194304 1376 12993 0 2 6 2 317 11 16 0 1 0 22666233 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19196/statm: 4217 1113 409 3 0 796 0
[pid=19219] ppid=19196 vsize=5356 CPUtime=0
/proc/19219/stat : 19219 (sh) S 19196 19196 18006 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22666576 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19219/statm: 1339 232 193 169 0 50 0
[pid=19220] ppid=19219 vsize=64976 CPUtime=47.21
/proc/19220/stat : 19220 (minisat) R 19219 19196 18006 0 -1 4194304 16058 0 0 0 4708 13 0 0 25 0 1 0 22666576 66535424 16044 996147200 134512640 135127466 4294956256 18446744073709551615 134530736 0 0 4096 3 0 0 0 17 1 0 0
/proc/19220/statm: 16244 16044 75 150 0 16091 0
Current children cumulated CPU time (s) 50.57
Current children cumulated vsize (KiB) 87200

[startup+102.307 s]
/proc/loadavg: 2.14 2.05 2.01 3/83 19256
/proc/meminfo: memFree=1500608/2055920 swapFree=4192812/4192956
[pid=19196] ppid=19194 vsize=16868 CPUtime=3.36
/proc/19196/stat : 19196 (sugar) S 19194 19196 18006 0 -1 4194304 1376 12993 0 2 6 2 317 11 16 0 1 0 22666233 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19196/statm: 4217 1113 409 3 0 796 0
[pid=19219] ppid=19196 vsize=5356 CPUtime=0
/proc/19219/stat : 19219 (sh) S 19196 19196 18006 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22666576 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19219/statm: 1339 232 193 169 0 50 0
[pid=19220] ppid=19219 vsize=90520 CPUtime=98.05
/proc/19220/stat : 19220 (minisat) R 19219 19196 18006 0 -1 4194304 22416 0 0 0 9785 20 0 0 25 0 1 0 22666576 92692480 22402 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/19220/statm: 22630 22402 75 150 0 22477 0
Current children cumulated CPU time (s) 101.41
Current children cumulated vsize (KiB) 112744

[startup+162.303 s]
/proc/loadavg: 2.05 2.03 2.00 3/83 19256
/proc/meminfo: memFree=1462912/2055920 swapFree=4192812/4192956
[pid=19196] ppid=19194 vsize=16868 CPUtime=3.36
/proc/19196/stat : 19196 (sugar) S 19194 19196 18006 0 -1 4194304 1376 12993 0 2 6 2 317 11 16 0 1 0 22666233 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19196/statm: 4217 1113 409 3 0 796 0
[pid=19219] ppid=19196 vsize=5356 CPUtime=0
/proc/19219/stat : 19219 (sh) S 19196 19196 18006 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22666576 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0

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

/proc/meminfo: memFree=1265352/2055920 swapFree=4192812/4192956
[pid=19196] ppid=19194 vsize=16868 CPUtime=3.36
/proc/19196/stat : 19196 (sugar) S 19194 19196 18006 0 -1 4194304 1376 12993 0 2 6 2 317 11 16 0 1 0 22666233 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19196/statm: 4217 1113 409 3 0 796 0
[pid=19219] ppid=19196 vsize=5356 CPUtime=0
/proc/19219/stat : 19219 (sh) S 19196 19196 18006 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22666576 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19219/statm: 1339 232 193 169 0 50 0
[pid=19220] ppid=19219 vsize=317556 CPUtime=1297.59
/proc/19220/stat : 19220 (minisat) R 19219 19196 18006 0 -1 4194304 78874 0 0 0 129681 78 0 0 25 0 1 0 22666576 325177344 78860 996147200 134512640 135127466 4294956256 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 0 0 0
/proc/19220/statm: 79389 78860 75 150 0 79236 0
Current children cumulated CPU time (s) 1300.95
Current children cumulated vsize (KiB) 339780

[startup+1362.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/83 19264
/proc/meminfo: memFree=1252680/2055920 swapFree=4192812/4192956
[pid=19196] ppid=19194 vsize=16868 CPUtime=3.36
/proc/19196/stat : 19196 (sugar) S 19194 19196 18006 0 -1 4194304 1376 12993 0 2 6 2 317 11 16 0 1 0 22666233 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19196/statm: 4217 1113 409 3 0 796 0
[pid=19219] ppid=19196 vsize=5356 CPUtime=0
/proc/19219/stat : 19219 (sh) S 19196 19196 18006 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22666576 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19219/statm: 1339 232 193 169 0 50 0
[pid=19220] ppid=19219 vsize=330356 CPUtime=1357.56
/proc/19220/stat : 19220 (minisat) R 19219 19196 18006 0 -1 4194304 82077 0 0 0 135675 81 0 0 25 0 1 0 22666576 338284544 82063 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/19220/statm: 82589 82063 75 150 0 82436 0
Current children cumulated CPU time (s) 1360.92
Current children cumulated vsize (KiB) 352580

[startup+1422.31 s]
/proc/loadavg: 2.00 2.02 2.00 3/83 19264
/proc/meminfo: memFree=1239880/2055920 swapFree=4192812/4192956
[pid=19196] ppid=19194 vsize=16868 CPUtime=3.36
/proc/19196/stat : 19196 (sugar) S 19194 19196 18006 0 -1 4194304 1376 12993 0 2 6 2 317 11 16 0 1 0 22666233 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19196/statm: 4217 1113 409 3 0 796 0
[pid=19219] ppid=19196 vsize=5356 CPUtime=0
/proc/19219/stat : 19219 (sh) S 19196 19196 18006 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22666576 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19219/statm: 1339 232 193 169 0 50 0
[pid=19220] ppid=19219 vsize=343308 CPUtime=1417.54
/proc/19220/stat : 19220 (minisat) R 19219 19196 18006 0 -1 4194304 85229 0 0 0 141669 85 0 0 25 0 1 0 22666576 351547392 85215 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/19220/statm: 85827 85215 75 150 0 85674 0
Current children cumulated CPU time (s) 1420.9
Current children cumulated vsize (KiB) 365532

[startup+1482.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/83 19264
/proc/meminfo: memFree=1228104/2055920 swapFree=4192812/4192956
[pid=19196] ppid=19194 vsize=16868 CPUtime=3.36
/proc/19196/stat : 19196 (sugar) S 19194 19196 18006 0 -1 4194304 1376 12993 0 2 6 2 317 11 16 0 1 0 22666233 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19196/statm: 4217 1113 409 3 0 796 0
[pid=19219] ppid=19196 vsize=5356 CPUtime=0
/proc/19219/stat : 19219 (sh) S 19196 19196 18006 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22666576 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19219/statm: 1339 232 193 169 0 50 0
[pid=19220] ppid=19219 vsize=355476 CPUtime=1477.52
/proc/19220/stat : 19220 (minisat) R 19219 19196 18006 0 -1 4194304 88198 0 0 0 147663 89 0 0 25 0 1 0 22666576 364007424 88184 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/19220/statm: 88869 88184 75 150 0 88716 0
Current children cumulated CPU time (s) 1480.88
Current children cumulated vsize (KiB) 377700

[startup+1542.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/83 19264
/proc/meminfo: memFree=1220680/2055920 swapFree=4192812/4192956
[pid=19196] ppid=19194 vsize=16868 CPUtime=3.36
/proc/19196/stat : 19196 (sugar) S 19194 19196 18006 0 -1 4194304 1376 12993 0 2 6 2 317 11 16 0 1 0 22666233 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19196/statm: 4217 1113 409 3 0 796 0
[pid=19219] ppid=19196 vsize=5356 CPUtime=0
/proc/19219/stat : 19219 (sh) S 19196 19196 18006 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22666576 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19219/statm: 1339 232 193 169 0 50 0
[pid=19220] ppid=19219 vsize=362752 CPUtime=1537.5
/proc/19220/stat : 19220 (minisat) R 19219 19196 18006 0 -1 4194304 90020 0 0 0 153659 91 0 0 25 0 1 0 22666576 371458048 90006 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/19220/statm: 90688 90006 75 150 0 90535 0
Current children cumulated CPU time (s) 1540.86
Current children cumulated vsize (KiB) 384976

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 19264
/proc/meminfo: memFree=1220680/2055920 swapFree=4192812/4192956
[pid=19196] ppid=19194 vsize=16868 CPUtime=3.36
/proc/19196/stat : 19196 (sugar) S 19194 19196 18006 0 -1 4194304 1376 12993 0 2 6 2 317 11 16 0 1 0 22666233 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19196/statm: 4217 1113 409 3 0 796 0
[pid=19219] ppid=19196 vsize=5356 CPUtime=0
/proc/19219/stat : 19219 (sh) S 19196 19196 18006 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22666576 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19219/statm: 1339 232 193 169 0 50 0
[pid=19220] ppid=19219 vsize=362752 CPUtime=1597.47
/proc/19220/stat : 19220 (minisat) R 19219 19196 18006 0 -1 4194304 90025 0 0 0 159656 91 0 0 25 0 1 0 22666576 371458048 90011 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/19220/statm: 90688 90011 75 150 0 90535 0
Current children cumulated CPU time (s) 1600.83
Current children cumulated vsize (KiB) 384976

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 19264
/proc/meminfo: memFree=1220616/2055920 swapFree=4192812/4192956
[pid=19196] ppid=19194 vsize=16868 CPUtime=3.36
/proc/19196/stat : 19196 (sugar) S 19194 19196 18006 0 -1 4194304 1376 12993 0 2 6 2 317 11 16 0 1 0 22666233 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19196/statm: 4217 1113 409 3 0 796 0
[pid=19219] ppid=19196 vsize=5356 CPUtime=0
/proc/19219/stat : 19219 (sh) S 19196 19196 18006 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22666576 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19219/statm: 1339 232 193 169 0 50 0
[pid=19220] ppid=19219 vsize=362752 CPUtime=1657.45
/proc/19220/stat : 19220 (minisat) R 19219 19196 18006 0 -1 4194304 90030 0 0 0 165654 91 0 0 25 0 1 0 22666576 371458048 90016 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/19220/statm: 90688 90016 75 150 0 90535 0
Current children cumulated CPU time (s) 1660.81
Current children cumulated vsize (KiB) 384976

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 19264
/proc/meminfo: memFree=1220616/2055920 swapFree=4192812/4192956
[pid=19196] ppid=19194 vsize=16868 CPUtime=3.36
/proc/19196/stat : 19196 (sugar) S 19194 19196 18006 0 -1 4194304 1376 12993 0 2 6 2 317 11 16 0 1 0 22666233 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19196/statm: 4217 1113 409 3 0 796 0
[pid=19219] ppid=19196 vsize=5356 CPUtime=0
/proc/19219/stat : 19219 (sh) S 19196 19196 18006 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22666576 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19219/statm: 1339 232 193 169 0 50 0
[pid=19220] ppid=19219 vsize=362752 CPUtime=1717.42
/proc/19220/stat : 19220 (minisat) R 19219 19196 18006 0 -1 4194304 90037 0 0 0 171651 91 0 0 25 0 1 0 22666576 371458048 90023 996147200 134512640 135127466 4294956256 18446744073709551615 134530739 0 0 4096 3 0 0 0 17 0 0 0
/proc/19220/statm: 90688 90023 75 150 0 90535 0
Current children cumulated CPU time (s) 1720.78
Current children cumulated vsize (KiB) 384976

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 19264
/proc/meminfo: memFree=1220616/2055920 swapFree=4192812/4192956
[pid=19196] ppid=19194 vsize=16868 CPUtime=3.36
/proc/19196/stat : 19196 (sugar) S 19194 19196 18006 0 -1 4194304 1376 12993 0 2 6 2 317 11 16 0 1 0 22666233 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19196/statm: 4217 1113 409 3 0 796 0
[pid=19219] ppid=19196 vsize=5356 CPUtime=0
/proc/19219/stat : 19219 (sh) S 19196 19196 18006 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22666576 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19219/statm: 1339 232 193 169 0 50 0
[pid=19220] ppid=19219 vsize=362752 CPUtime=1777.4
/proc/19220/stat : 19220 (minisat) R 19219 19196 18006 0 -1 4194304 90037 0 0 0 177649 91 0 0 25 0 1 0 22666576 371458048 90023 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 0 0 0
/proc/19220/statm: 90688 90023 75 150 0 90535 0
Current children cumulated CPU time (s) 1780.76
Current children cumulated vsize (KiB) 384976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 19264
/proc/meminfo: memFree=1220616/2055920 swapFree=4192812/4192956
[pid=19196] ppid=19194 vsize=16868 CPUtime=3.36
/proc/19196/stat : 19196 (sugar) S 19194 19196 18006 0 -1 4194304 1376 12993 0 2 6 2 317 11 16 0 1 0 22666233 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19196/statm: 4217 1113 409 3 0 796 0
[pid=19219] ppid=19196 vsize=5356 CPUtime=0
/proc/19219/stat : 19219 (sh) S 19196 19196 18006 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22666576 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19219/statm: 1339 232 193 169 0 50 0
[pid=19220] ppid=19219 vsize=362752 CPUtime=1796.7
/proc/19220/stat : 19220 (minisat) R 19219 19196 18006 0 -1 4194304 90037 0 0 0 179579 91 0 0 25 0 1 0 22666576 371458048 90023 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/19220/statm: 90688 90023 75 150 0 90535 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 384976

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 19196 and gives
#  childrusage.ru_utime.tv_sec=3
#  childrusage.ru_utime.tv_usec=245506
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=141978
# CPU time returned by wait4() is 3.38748
# while last known CPU time is 1800.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1801.66
CPU time (s): 1800.06
CPU user time (s): 1799.02
CPU system time (s): 1.04
CPU usage (%): 99.911
Max. virtual memory (cumulated for all children) (KiB): 890932

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.24551
system time used= 0.141978
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14752
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= 3645
involuntary context switches= 3597

runsolver used 2.04969 second user time and 6.15906 second system time

The end

Launcher Data

Begin job on node58 at 2009-07-12 01:47:11
IDJOB=2072061
IDBENCH=55571
IDSOLVER=739
FILE ID=node58/2072061-1247356031
PBS_JOBID= 9506854
Free space on /tmp= 66208 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/pseudoGLB/normalized-fpga25-25-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-2072061-1247356031/watcher-2072061-1247356031 -o /tmp/evaluation-result-2072061-1247356031/solver-2072061-1247356031 -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-2072061-1247356031.xml

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

MD5SUM BENCH= 1802622e27e656fbdb0f184ab18a2027
RANDOM SEED=2117756422

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1686760 kB
Buffers:         59048 kB
Cached:         227908 kB
SwapCached:        140 kB
Active:         171412 kB
Inactive:       140476 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1686760 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1796 kB
Writeback:           0 kB
Mapped:          37472 kB
Slab:            42764 kB
Committed_AS:   195336 kB
PageTables:       1748 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= 66220 MiB
End job on node58 at 2009-07-12 02:17:15