Trace number 2072842

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.2 1801.25

General information on the benchmark

Namecsp/pseudoGLB/
normalized-fpga40-40-sat-pb-cnf-cr.xml
MD5SUM703f066a3a3c0d9c913433ae0b1564d5
Bench CategoryAlldiff+Elt+WSum (alldiff,element,weightedsum)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark37.4673
Satisfiable
(Un)Satisfiability was proved
Number of variables2400
Number of constraints1720
Maximum constraint arity40
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)weightedsum(1720)

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:03:43 2009
0.00/0.08	c 0	PID 22050
0.00/0.08	c 0	HOST node17.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2072842-1247357023.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-2072842-1247357023.xml' 'HOME/temp.csp'
0.06/1.07	c 1	1 domains, 2400 variables, 0 predicates, 0 relations, 1720 constraints
0.06/1.08	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/1.08	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'
1.04/1.17	c 1	Parsing HOME/temp.csp
1.53/1.64	c 2	parsed 4121 expressions
1.53/1.65	c 2	Heap : 6 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.53/1.65	c 2	Converting to clausal form CSP
1.53/1.68	c 2	converted 413 (10%) expressions
1.53/1.69	c 2	converted 825 (20%) expressions
1.53/1.69	c 2	converted 1237 (30%) expressions
1.62/1.70	c 2	converted 1649 (40%) expressions
1.62/1.70	c 2	converted 2061 (50%) expressions
1.73/1.89	c 2	converted 2473 (60%) expressions
2.23/2.32	c 3	converted 2885 (70%) expressions
2.41/2.58	c 3	converted 3297 (80%) expressions
2.81/2.91	c 3	converted 3709 (90%) expressions
3.12/3.22	c 4	converted 4121 (100%) expressions
3.12/3.22	c 4	CSP : 8040 integers, 0 booleans, 13000 clauses, largest domain size 15
3.12/3.22	c 4	Heap : 15 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.12/3.22	c 4	Propagation in CSP
3.41/3.55	c 4	1360 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.41/3.55	c 4	CSP : 8040 integers, 0 booleans, 13000 clauses, largest domain size 15
3.41/3.55	c 4	Heap : 16 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.41/3.57	c 4	Simplifing CSP by introducing new Boolean variables
3.41/3.58	c 4	CSP : 8040 integers, 0 booleans, 13000 clauses, largest domain size 15
3.41/3.58	c 4	Heap : 15 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.50/3.67	c 4	Encoding CSP to SAT : HOME/temp.cnf
3.50/3.68	c 4	804 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.50/3.69	c 4	1608 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.50/3.69	c 4	2412 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.60/3.70	c 4	3216 (40%) CSP integer variables are encoded (4176 clauses, 54352 bytes)
3.60/3.71	c 4	4020 (50%) CSP integer variables are encoded (9000 clauses, 122243 bytes)
3.60/3.72	c 4	4824 (60%) CSP integer variables are encoded (13824 clauses, 194603 bytes)
3.60/3.73	c 4	5628 (70%) CSP integer variables are encoded (18648 clauses, 266963 bytes)
3.60/3.74	c 4	6432 (80%) CSP integer variables are encoded (23472 clauses, 339323 bytes)
3.60/3.75	c 4	7236 (90%) CSP integer variables are encoded (28296 clauses, 411683 bytes)
3.60/3.76	c 4	8040 (100%) CSP integer variables are encoded (31640 clauses, 461843 bytes)
4.69/4.84	c 5	1300 (10%) CSP clauses are encoded (146230 clauses, 3465786 bytes)
5.88/6.08	c 6	2600 (20%) CSP clauses are encoded (287894 clauses, 7251249 bytes)
7.16/7.31	c 8	3900 (30%) CSP clauses are encoded (429558 clauses, 11159784 bytes)
8.35/8.54	c 9	5200 (40%) CSP clauses are encoded (571348 clauses, 15090966 bytes)
9.55/9.76	c 10	6500 (50%) CSP clauses are encoded (713012 clauses, 19018465 bytes)
10.73/10.99	c 11	7800 (60%) CSP clauses are encoded (854676 clauses, 22955436 bytes)
12.01/12.24	c 13	9100 (70%) CSP clauses are encoded (996340 clauses, 26906615 bytes)
13.20/13.49	c 14	10400 (80%) CSP clauses are encoded (1138130 clauses, 30861030 bytes)
14.29/14.59	c 15	11700 (90%) CSP clauses are encoded (1259239 clauses, 34197929 bytes)
14.88/15.14	c 15	13000 (100%) CSP clauses are encoded (1327360 clauses, 35777605 bytes)
14.88/15.14	c 15	13000 CSP clauses encoded
14.88/15.14	c 15	Writing map file : HOME/temp.map
14.88/15.16	c 15	Heap : 10 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
14.88/15.16	c 15	SAT : 39680 SAT variables, 1327360 SAT clauses, 35777605 bytes
14.88/15.16	c 15	Heap : 10 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
14.96/15.20	c 16	SOLVING HOME/temp.cnf
14.96/15.20	c 16	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
14.96/15.20	c 16	This is MiniSat 2.0 beta
14.96/15.20	c 16	WARNING: for repeatability, setting FPU to use double precision
14.96/15.20	c 16	============================[ Problem Statistics ]=============================
14.96/15.20	c 16	|                                                                             |
14.96/15.21	c 16	|  Number of variables:  39680                                                |
14.96/15.21	c 16	|  Number of clauses:    1327360                                              |
15.73/16.04	c 16	|  Parsing time:         0.72         s                                       |
15.73/16.10	c 16	============================[ Search Statistics ]==============================
15.73/16.10	c 16	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
15.73/16.10	c 16	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
15.73/16.10	c 16	===============================================================================
15.73/16.10	c 16	|         0 |   39680  1327360  5874120 |   442453        0    nan |  0.000 % |
15.84/16.12	c 16	|       100 |   39680  1327360  5874120 |   486698      100     27 |  0.000 % |
15.84/16.14	c 16	|       251 |   39680  1327360  5874120 |   535368      251     27 |  0.000 % |
15.84/16.19	c 16	|       477 |   39680  1327360  5874120 |   588905      477     30 |  0.000 % |
16.03/16.35	c 17	|       814 |   39680  1327360  5874120 |   647795      814     30 |  0.000 % |
16.13/16.46	c 17	|      1320 |   39680  1327360  5874120 |   712575     1320     31 |  0.000 % |
16.23/16.59	c 17	|      2079 |   39680  1327360  5874120 |   783833     2079     34 |  0.000 % |
16.52/16.83	c 17	|      3218 |   39680  1327360  5874120 |   862216     3218     74 |  0.000 % |
16.82/17.11	c 17	|      4926 |   39680  1327360  5874120 |   948438     4926     91 |  0.000 % |
17.51/17.80	c 18	|      7489 |   39680  1327360  5874120 |  1043281     7489    130 |  0.000 % |
18.31/18.63	c 19	|     11333 |   39680  1327360  5874120 |  1147609    11333    129 |  0.000 % |
19.69/20.03	c 20	|     17100 |   39680  1327360  5874120 |  1262370    17100    123 |  0.000 % |
24.06/24.41	c 25	|     25750 |   39680  1327360  5874120 |  1388608    25750    175 |  0.000 % |
36.45/36.90	c 37	|     38724 |   39680  1327360  5874120 |  1527468    38724    264 |  0.000 % |
65.34/65.75	c 66	|     58186 |   39680  1327360  5874120 |  1680215    58186    326 |  0.000 % |
84.53/84.93	c 85	|     87378 |   39680  1327360  5874120 |  1848237    87378    264 |  0.000 % |
134.80/135.21	c 136	|    131167 |   39680  1327360  5874120 |  2033061   131167    231 |  0.000 % |
315.83/316.34	c 317	|    196852 |   39680  1327360  5874120 |  2236367   196852    311 |  0.000 % |
747.97/748.63	c 749	|    295378 |   39680  1327360  5874120 |  2460003   295378    388 |  0.000 % |
1750.50/1751.52	c 1752	|    443169 |   39680  1327360  5874120 |  2706004   443169    414 |  0.000 % |
1800.09/1801.11	c ERROR INTERRUPTED
1800.20/1801.23	s UNKNOWN
1800.20/1801.23	c 1802	CPU 14.97 (0.06 0.01 14.45 0.45)
1800.20/1801.23	c 1802	END Sun Jul 12 02:33:45 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-2072842-1247357023/watcher-2072842-1247357023 -o /tmp/evaluation-result-2072842-1247357023/solver-2072842-1247357023 -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-2072842-1247357023.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 22050
/proc/meminfo: memFree=1814624/2055920 swapFree=4192812/4192956
[pid=22050] ppid=22048 vsize=12268 CPUtime=0
/proc/22050/stat : 22050 (sugar) R 22048 22050 20114 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 22769571 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 245482879589 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/22050/statm: 3067 316 241 3 0 167 0

[startup+0.11098 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 22050
/proc/meminfo: memFree=1814624/2055920 swapFree=4192812/4192956
[pid=22050] ppid=22048 vsize=16868 CPUtime=0.06
/proc/22050/stat : 22050 (sugar) S 22048 22050 20114 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 22769571 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22050/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.20199 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 22050
/proc/meminfo: memFree=1814624/2055920 swapFree=4192812/4192956
[pid=22050] ppid=22048 vsize=16868 CPUtime=0.06
/proc/22050/stat : 22050 (sugar) S 22048 22050 20114 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 22769571 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22050/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301993 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 22050
/proc/meminfo: memFree=1814624/2055920 swapFree=4192812/4192956
[pid=22050] ppid=22048 vsize=16868 CPUtime=0.06
/proc/22050/stat : 22050 (sugar) S 22048 22050 20114 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 22769571 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22050/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701049 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 22050
/proc/meminfo: memFree=1814624/2055920 swapFree=4192812/4192956
[pid=22050] ppid=22048 vsize=16868 CPUtime=0.06
/proc/22050/stat : 22050 (sugar) S 22048 22050 20114 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 22769571 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22050/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50212 s]
/proc/loadavg: 2.08 2.02 2.01 3/76 22065
/proc/meminfo: memFree=1809728/2055920 swapFree=4192812/4192956
[pid=22050] ppid=22048 vsize=16868 CPUtime=1.04
/proc/22050/stat : 22050 (sugar) S 22048 22050 20114 0 -1 4194304 1309 7098 0 1 6 1 93 4 16 0 1 0 22769571 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22050/statm: 4217 1111 409 3 0 796 0
[pid=22063] ppid=22050 vsize=5356 CPUtime=0
/proc/22063/stat : 22063 (sh) S 22050 22050 20114 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22769679 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22063/statm: 1339 233 193 169 0 50 0
[pid=22064] ppid=22063 vsize=862288 CPUtime=0.38
/proc/22064/stat : 22064 (java) S 22063 22050 20114 0 -1 0 3764 0 1 0 36 2 0 0 18 0 9 0 22769680 882982912 3237 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22064/statm: 215572 3237 1275 9 0 210485 0
[pid=22064/tid=22065] ppid=22063 vsize=862288 CPUtime=0.31
/proc/22064/task/22065/stat : 22065 (java) R 22063 22050 20114 0 -1 64 2012 0 1 0 30 1 0 0 19 0 9 0 22769681 882982912 3237 996147200 134512640 134550932 4294955936 18446744073709551615 4126488882 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 884512

[startup+3.10228 s]
/proc/loadavg: 2.08 2.02 2.01 3/83 22072
/proc/meminfo: memFree=1791368/2055920 swapFree=4192812/4192956
[pid=22050] ppid=22048 vsize=16868 CPUtime=1.04
/proc/22050/stat : 22050 (sugar) S 22048 22050 20114 0 -1 4194304 1309 7098 0 1 6 1 93 4 16 0 1 0 22769571 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22050/statm: 4217 1111 409 3 0 796 0
[pid=22063] ppid=22050 vsize=5356 CPUtime=0
/proc/22063/stat : 22063 (sh) S 22050 22050 20114 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22769679 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22063/statm: 1339 233 193 169 0 50 0
[pid=22064] ppid=22063 vsize=868612 CPUtime=1.97
/proc/22064/stat : 22064 (java) S 22063 22050 20114 0 -1 0 10061 0 1 0 190 7 0 0 18 0 9 0 22769680 889458688 9164 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22064/statm: 217153 9164 2566 9 0 211658 0
[pid=22064/tid=22065] ppid=22063 vsize=868612 CPUtime=1.4
/proc/22064/task/22065/stat : 22065 (java) R 22063 22050 20114 0 -1 64 2847 0 1 0 138 2 0 0 25 0 9 0 22769681 889458688 9164 996147200 134512640 134550932 4294955936 18446744073709551615 103228927 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22064/tid=22066] ppid=22063 vsize=868612 CPUtime=0.37
/proc/22064/task/22066/stat : 22066 (java) S 22063 22050 20114 0 -1 64 5022 0 0 0 34 3 0 0 16 0 9 0 22769682 889458688 9164 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22064/tid=22067] ppid=22063 vsize=868612 CPUtime=0
/proc/22064/task/22067/stat : 22067 (java) S 22063 22050 20114 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22769683 889458688 9164 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22064/tid=22068] ppid=22063 vsize=868612 CPUtime=0
/proc/22064/task/22068/stat : 22068 (java) S 22063 22050 20114 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 22769683 889458688 9164 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22064/tid=22069] ppid=22063 vsize=868612 CPUtime=0
/proc/22064/task/22069/stat : 22069 (java) S 22063 22050 20114 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22769685 889458688 9164 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22064/tid=22070] ppid=22063 vsize=868612 CPUtime=0.18
/proc/22064/task/22070/stat : 22070 (java) S 22063 22050 20114 0 -1 64 1488 0 0 0 18 0 0 0 16 0 9 0 22769685 889458688 9164 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22064/tid=22071] ppid=22063 vsize=868612 CPUtime=0
/proc/22064/task/22071/stat : 22071 (java) S 22063 22050 20114 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22769685 889458688 9164 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22064/tid=22072] ppid=22063 vsize=868612 CPUtime=0
/proc/22064/task/22072/stat : 22072 (java) S 22063 22050 20114 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22769685 889458688 9164 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) 890836

[startup+6.30275 s]
/proc/loadavg: 2.08 2.02 2.01 3/83 22072
/proc/meminfo: memFree=1776712/2055920 swapFree=4192812/4192956
[pid=22050] ppid=22048 vsize=16868 CPUtime=1.04
/proc/22050/stat : 22050 (sugar) S 22048 22050 20114 0 -1 4194304 1310 7098 0 1 6 1 93 4 16 0 1 0 22769571 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22050/statm: 4217 1111 409 3 0 796 0
[pid=22063] ppid=22050 vsize=5356 CPUtime=0
/proc/22063/stat : 22063 (sh) S 22050 22050 20114 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22769679 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22063/statm: 1339 233 193 169 0 50 0
[pid=22064] ppid=22063 vsize=868724 CPUtime=5.14
/proc/22064/stat : 22064 (java) S 22063 22050 20114 0 -1 0 10837 0 1 0 499 15 0 0 18 0 9 0 22769680 889573376 9605 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22064/statm: 217181 9605 2590 9 0 211658 0
[pid=22064/tid=22065] ppid=22063 vsize=868724 CPUtime=4.29
/proc/22064/task/22065/stat : 22065 (java) R 22063 22050 20114 0 -1 64 3137 0 1 0 421 8 0 0 25 0 9 0 22769681 889573376 9605 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22064/tid=22066] ppid=22063 vsize=868724 CPUtime=0.58
/proc/22064/task/22066/stat : 22066 (java) S 22063 22050 20114 0 -1 64 5466 0 0 0 53 5 0 0 15 0 9 0 22769682 889573376 9605 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22064/tid=22067] ppid=22063 vsize=868724 CPUtime=0
/proc/22064/task/22067/stat : 22067 (java) S 22063 22050 20114 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22769683 889573376 9605 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22064/tid=22068] ppid=22063 vsize=868724 CPUtime=0
/proc/22064/task/22068/stat : 22068 (java) S 22063 22050 20114 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 22769683 889573376 9605 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22064/tid=22069] ppid=22063 vsize=868724 CPUtime=0
/proc/22064/task/22069/stat : 22069 (java) S 22063 22050 20114 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22769685 889573376 9605 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22064/tid=22070] ppid=22063 vsize=868724 CPUtime=0.24
/proc/22064/task/22070/stat : 22070 (java) S 22063 22050 20114 0 -1 64 1530 0 0 0 23 1 0 0 16 0 9 0 22769685 889573376 9605 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22064/tid=22071] ppid=22063 vsize=868724 CPUtime=0
/proc/22064/task/22071/stat : 22071 (java) S 22063 22050 20114 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22769685 889573376 9605 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22064/tid=22072] ppid=22063 vsize=868724 CPUtime=0
/proc/22064/task/22072/stat : 22072 (java) S 22063 22050 20114 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22769685 889573376 9605 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) 890948

[startup+12.7013 s]
/proc/loadavg: 2.07 2.02 2.00 3/83 22072
/proc/meminfo: memFree=1755528/2055920 swapFree=4192812/4192956
[pid=22050] ppid=22048 vsize=16868 CPUtime=1.04
/proc/22050/stat : 22050 (sugar) S 22048 22050 20114 0 -1 4194304 1310 7098 0 1 6 1 93 4 16 0 1 0 22769571 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22050/statm: 4217 1111 409 3 0 796 0
[pid=22063] ppid=22050 vsize=5356 CPUtime=0
/proc/22063/stat : 22063 (sh) S 22050 22050 20114 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22769679 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22063/statm: 1339 233 193 169 0 50 0
[pid=22064] ppid=22063 vsize=868724 CPUtime=11.46
/proc/22064/stat : 22064 (java) S 22063 22050 20114 0 -1 0 11311 0 1 0 1113 33 0 0 18 0 9 0 22769680 889573376 9605 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22064/statm: 217181 9605 2590 9 0 211658 0
[pid=22064/tid=22065] ppid=22063 vsize=868724 CPUtime=10.44
/proc/22064/task/22065/stat : 22065 (java) R 22063 22050 20114 0 -1 64 3611 0 1 0 1022 22 0 0 25 0 9 0 22769681 889573376 9605 996147200 134512640 134550932 4294955936 18446744073709551615 4127050492 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22064/tid=22066] ppid=22063 vsize=868724 CPUtime=0.75
/proc/22064/task/22066/stat : 22066 (java) S 22063 22050 20114 0 -1 64 5466 0 0 0 66 9 0 0 16 0 9 0 22769682 889573376 9605 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22064/tid=22067] ppid=22063 vsize=868724 CPUtime=0
/proc/22064/task/22067/stat : 22067 (java) S 22063 22050 20114 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22769683 889573376 9605 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22064/tid=22068] ppid=22063 vsize=868724 CPUtime=0
/proc/22064/task/22068/stat : 22068 (java) S 22063 22050 20114 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 22769683 889573376 9605 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22064/tid=22069] ppid=22063 vsize=868724 CPUtime=0
/proc/22064/task/22069/stat : 22069 (java) S 22063 22050 20114 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22769685 889573376 9605 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22064/tid=22070] ppid=22063 vsize=868724 CPUtime=0.24
/proc/22064/task/22070/stat : 22070 (java) S 22063 22050 20114 0 -1 64 1530 0 0 0 23 1 0 0 16 0 9 0 22769685 889573376 9605 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22064/tid=22071] ppid=22063 vsize=868724 CPUtime=0
/proc/22064/task/22071/stat : 22071 (java) S 22063 22050 20114 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22769685 889573376 9605 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22064/tid=22072] ppid=22063 vsize=868724 CPUtime=0
/proc/22064/task/22072/stat : 22072 (java) S 22063 22050 20114 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22769685 889573376 9605 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 890948

[startup+25.5016 s]
/proc/loadavg: 2.06 2.01 2.00 2/70 22092
/proc/meminfo: memFree=1711792/2055920 swapFree=4192812/4192956
[pid=22050] ppid=22048 vsize=16868 CPUtime=14.96
/proc/22050/stat : 22050 (sugar) S 22048 22050 20114 0 -1 4194304 1376 18893 0 2 6 1 1445 44 16 0 1 0 22769571 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22050/statm: 4217 1113 409 3 0 796 0
[pid=22073] ppid=22050 vsize=5356 CPUtime=0
/proc/22073/stat : 22073 (sh) S 22050 22050 20114 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22771091 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22073/statm: 1339 232 193 169 0 50 0
[pid=22074] ppid=22073 vsize=92556 CPUtime=10.2
/proc/22074/stat : 22074 (minisat) R 22073 22050 20114 0 -1 4194304 22758 0 0 0 1005 15 0 0 25 0 1 0 22771091 94777344 22744 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/22074/statm: 23139 22744 76 150 0 22986 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 114780

[startup+51.1012 s]
/proc/loadavg: 2.09 2.03 2.01 3/76 22103
/proc/meminfo: memFree=1665408/2055920 swapFree=4192812/4192956
[pid=22050] ppid=22048 vsize=16868 CPUtime=14.96
/proc/22050/stat : 22050 (sugar) S 22048 22050 20114 0 -1 4194304 1376 18893 0 2 6 1 1445 44 16 0 1 0 22769571 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22050/statm: 4217 1113 409 3 0 796 0
[pid=22073] ppid=22050 vsize=5356 CPUtime=0
/proc/22073/stat : 22073 (sh) S 22050 22050 20114 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22771091 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22073/statm: 1339 232 193 169 0 50 0
[pid=22074] ppid=22073 vsize=134216 CPUtime=35.79
/proc/22074/stat : 22074 (minisat) R 22073 22050 20114 0 -1 4194304 33153 0 0 0 3556 23 0 0 25 0 1 0 22771091 137437184 33139 996147200 134512640 135127466 4294956256 18446744073709551615 134527053 0 0 4096 3 0 0 0 17 0 0 0
/proc/22074/statm: 33554 33139 76 150 0 33401 0
Current children cumulated CPU time (s) 50.75
Current children cumulated vsize (KiB) 156440

[startup+102.301 s]
/proc/loadavg: 2.04 2.02 2.00 3/76 22103
/proc/meminfo: memFree=1620608/2055920 swapFree=4192812/4192956
[pid=22050] ppid=22048 vsize=16868 CPUtime=14.96
/proc/22050/stat : 22050 (sugar) S 22048 22050 20114 0 -1 4194304 1376 18893 0 2 6 1 1445 44 16 0 1 0 22769571 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0

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

/proc/meminfo: memFree=1076736/2055920 swapFree=4192812/4192956
[pid=22050] ppid=22048 vsize=16868 CPUtime=14.96
/proc/22050/stat : 22050 (sugar) S 22048 22050 20114 0 -1 4194304 1376 18893 0 2 6 1 1445 44 16 0 1 0 22769571 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22050/statm: 4217 1113 409 3 0 796 0
[pid=22073] ppid=22050 vsize=5356 CPUtime=0
/proc/22073/stat : 22073 (sh) S 22050 22050 20114 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22771091 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22073/statm: 1339 232 193 169 0 50 0
[pid=22074] ppid=22073 vsize=721844 CPUtime=1346.49
/proc/22074/stat : 22074 (minisat) R 22073 22050 20114 0 -1 4194304 179722 0 0 0 134486 163 0 0 25 0 1 0 22771091 739168256 179708 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/22074/statm: 180461 179708 76 150 0 180308 0
Current children cumulated CPU time (s) 1361.45
Current children cumulated vsize (KiB) 744068

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 22105
/proc/meminfo: memFree=1061048/2055920 swapFree=4192812/4192956
[pid=22050] ppid=22048 vsize=16868 CPUtime=14.96
/proc/22050/stat : 22050 (sugar) S 22048 22050 20114 0 -1 4194304 1376 18893 0 2 6 1 1445 44 16 0 1 0 22769571 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22050/statm: 4217 1113 409 3 0 796 0
[pid=22073] ppid=22050 vsize=5356 CPUtime=0
/proc/22073/stat : 22073 (sh) S 22050 22050 20114 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22771091 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22073/statm: 1339 232 193 169 0 50 0
[pid=22074] ppid=22073 vsize=737280 CPUtime=1406.47
/proc/22074/stat : 22074 (minisat) R 22073 22050 20114 0 -1 4194304 183583 0 0 0 140481 166 0 0 25 0 1 0 22771091 754974720 183569 996147200 134512640 135127466 4294956256 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 0 0 0
/proc/22074/statm: 184320 183569 76 150 0 184167 0
Current children cumulated CPU time (s) 1421.43
Current children cumulated vsize (KiB) 759504

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 22105
/proc/meminfo: memFree=1047736/2055920 swapFree=4192812/4192956
[pid=22050] ppid=22048 vsize=16868 CPUtime=14.96
/proc/22050/stat : 22050 (sugar) S 22048 22050 20114 0 -1 4194304 1376 18893 0 2 6 1 1445 44 16 0 1 0 22769571 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22050/statm: 4217 1113 409 3 0 796 0
[pid=22073] ppid=22050 vsize=5356 CPUtime=0
/proc/22073/stat : 22073 (sh) S 22050 22050 20114 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22771091 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22073/statm: 1339 232 193 169 0 50 0
[pid=22074] ppid=22073 vsize=750824 CPUtime=1466.45
/proc/22074/stat : 22074 (minisat) R 22073 22050 20114 0 -1 4194304 186950 0 0 0 146475 170 0 0 25 0 1 0 22771091 768843776 186936 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/22074/statm: 187706 186936 76 150 0 187553 0
Current children cumulated CPU time (s) 1481.41
Current children cumulated vsize (KiB) 773048

[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 22105
/proc/meminfo: memFree=1032824/2055920 swapFree=4192812/4192956
[pid=22050] ppid=22048 vsize=16868 CPUtime=14.96
/proc/22050/stat : 22050 (sugar) S 22048 22050 20114 0 -1 4194304 1376 18893 0 2 6 1 1445 44 16 0 1 0 22769571 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22050/statm: 4217 1113 409 3 0 796 0
[pid=22073] ppid=22050 vsize=5356 CPUtime=0
/proc/22073/stat : 22073 (sh) S 22050 22050 20114 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22771091 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22073/statm: 1339 232 193 169 0 50 0
[pid=22074] ppid=22073 vsize=765500 CPUtime=1526.42
/proc/22074/stat : 22074 (minisat) R 22073 22050 20114 0 -1 4194304 190634 0 0 0 152469 173 0 0 25 0 1 0 22771091 783872000 190620 996147200 134512640 135127466 4294956256 18446744073709551615 134530840 0 0 4096 3 0 0 0 17 0 0 0
/proc/22074/statm: 191375 190620 76 150 0 191222 0
Current children cumulated CPU time (s) 1541.38
Current children cumulated vsize (KiB) 787724

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/79 22106
/proc/meminfo: memFree=1018608/2055920 swapFree=4192812/4192956
[pid=22050] ppid=22048 vsize=16868 CPUtime=14.96
/proc/22050/stat : 22050 (sugar) S 22048 22050 20114 0 -1 4194304 1376 18893 0 2 6 1 1445 44 16 0 1 0 22769571 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22050/statm: 4217 1113 409 3 0 796 0
[pid=22073] ppid=22050 vsize=5356 CPUtime=0
/proc/22073/stat : 22073 (sh) S 22050 22050 20114 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22771091 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22073/statm: 1339 232 193 169 0 50 0
[pid=22074] ppid=22073 vsize=779708 CPUtime=1586.4
/proc/22074/stat : 22074 (minisat) R 22073 22050 20114 0 -1 4194304 194214 0 0 0 158462 178 0 0 25 0 1 0 22771091 798420992 194200 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/22074/statm: 194927 194200 76 150 0 194774 0
Current children cumulated CPU time (s) 1601.36
Current children cumulated vsize (KiB) 801932

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/79 22106
/proc/meminfo: memFree=1005552/2055920 swapFree=4192812/4192956
[pid=22050] ppid=22048 vsize=16868 CPUtime=14.96
/proc/22050/stat : 22050 (sugar) S 22048 22050 20114 0 -1 4194304 1376 18893 0 2 6 1 1445 44 16 0 1 0 22769571 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22050/statm: 4217 1113 409 3 0 796 0
[pid=22073] ppid=22050 vsize=5356 CPUtime=0
/proc/22073/stat : 22073 (sh) S 22050 22050 20114 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22771091 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22073/statm: 1339 232 193 169 0 50 0
[pid=22074] ppid=22073 vsize=792668 CPUtime=1646.37
/proc/22074/stat : 22074 (minisat) R 22073 22050 20114 0 -1 4194304 197435 0 0 0 164457 180 0 0 25 0 1 0 22771091 811692032 197421 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/22074/statm: 198167 197421 76 150 0 198014 0
Current children cumulated CPU time (s) 1661.33
Current children cumulated vsize (KiB) 814892

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/79 22106
/proc/meminfo: memFree=991152/2055920 swapFree=4192812/4192956
[pid=22050] ppid=22048 vsize=16868 CPUtime=14.96
/proc/22050/stat : 22050 (sugar) S 22048 22050 20114 0 -1 4194304 1376 18893 0 2 6 1 1445 44 16 0 1 0 22769571 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22050/statm: 4217 1113 409 3 0 796 0
[pid=22073] ppid=22050 vsize=5356 CPUtime=0
/proc/22073/stat : 22073 (sh) S 22050 22050 20114 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22771091 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22073/statm: 1339 232 193 169 0 50 0
[pid=22074] ppid=22073 vsize=807112 CPUtime=1706.35
/proc/22074/stat : 22074 (minisat) R 22073 22050 20114 0 -1 4194304 201057 0 0 0 170452 183 0 0 25 0 1 0 22771091 826482688 201043 996147200 134512640 135127466 4294956256 18446744073709551615 134530936 0 0 4096 3 0 0 0 17 0 0 0
/proc/22074/statm: 201778 201043 76 150 0 201625 0
Current children cumulated CPU time (s) 1721.31
Current children cumulated vsize (KiB) 829336

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/79 22106
/proc/meminfo: memFree=976816/2055920 swapFree=4192812/4192956
[pid=22050] ppid=22048 vsize=16868 CPUtime=14.96
/proc/22050/stat : 22050 (sugar) S 22048 22050 20114 0 -1 4194304 1376 18893 0 2 6 1 1445 44 16 0 1 0 22769571 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22050/statm: 4217 1113 409 3 0 796 0
[pid=22073] ppid=22050 vsize=5356 CPUtime=0
/proc/22073/stat : 22073 (sh) S 22050 22050 20114 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22771091 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22073/statm: 1339 232 193 169 0 50 0
[pid=22074] ppid=22073 vsize=821180 CPUtime=1766.33
/proc/22074/stat : 22074 (minisat) R 22073 22050 20114 0 -1 4194304 204551 0 0 0 176447 186 0 0 25 0 1 0 22771091 840888320 204537 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/22074/statm: 205295 204537 76 150 0 205142 0
Current children cumulated CPU time (s) 1781.29
Current children cumulated vsize (KiB) 843404



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/79 22106
/proc/meminfo: memFree=972592/2055920 swapFree=4192812/4192956
[pid=22050] ppid=22048 vsize=16868 CPUtime=14.96
/proc/22050/stat : 22050 (sugar) S 22048 22050 20114 0 -1 4194304 1376 18893 0 2 6 1 1445 44 16 0 1 0 22769571 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22050/statm: 4217 1113 409 3 0 796 0
[pid=22073] ppid=22050 vsize=5356 CPUtime=0
/proc/22073/stat : 22073 (sh) S 22050 22050 20114 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22771091 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22073/statm: 1339 232 193 169 0 50 0
[pid=22074] ppid=22073 vsize=825272 CPUtime=1785.13
/proc/22074/stat : 22074 (minisat) R 22073 22050 20114 0 -1 4194304 205585 0 0 0 178326 187 0 0 25 0 1 0 22771091 845078528 205571 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 0 0 0
/proc/22074/statm: 206318 205571 76 150 0 206165 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 847496

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

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

[startup+1801.22 s]
/proc/loadavg: 2.00 2.00 2.00 3/79 22106
/proc/meminfo: memFree=972592/2055920 swapFree=4192812/4192956
[pid=22050] ppid=22048 vsize=16868 CPUtime=14.96
/proc/22050/stat : 22050 (sugar) S 22048 22050 20114 0 -1 4194304 1398 18893 0 2 6 1 1445 44 16 0 1 0 22769571 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/22050/statm: 4217 1113 409 3 0 796 0
[pid=22073] ppid=22050 vsize=0 CPUtime=0
/proc/22073/stat : 22073 (sh) Z 22050 22050 20114 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 22771091 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/22073/statm: 0 0 0 0 0 0 0
[pid=22074] ppid=1 vsize=0 CPUtime=1785.24
/proc/22074/stat : 22074 (minisat) R 1 22050 20114 0 -1 4195332 205585 0 0 0 178326 198 0 0 25 0 1 0 22771091 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 0 0 0
/proc/22074/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.2
Current children cumulated vsize (KiB) 16868

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 22050 and gives
#  childrusage.ru_utime.tv_sec=14
#  childrusage.ru_utime.tv_usec=522792
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=486925
# CPU time returned by wait4() is 15.0097
# while last known CPU time is 1800.2
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1801.25
CPU time (s): 1800.2
CPU user time (s): 1797.77
CPU system time (s): 2.43
CPU usage (%): 99.942
Max. virtual memory (cumulated for all children) (KiB): 891088

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 14.5228
system time used= 0.486925
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20652
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= 11590
involuntary context switches= 11733

runsolver used 1.92671 second user time and 4.67129 second system time

The end

Launcher Data

Begin job on node17 at 2009-07-12 02:03:43
IDJOB=2072842
IDBENCH=55850
IDSOLVER=739
FILE ID=node17/2072842-1247357023
PBS_JOBID= 9506859
Free space on /tmp= 66448 MiB

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

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

MD5SUM BENCH= 703f066a3a3c0d9c913433ae0b1564d5
RANDOM SEED=1348297873

node17.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.213
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.213
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:       1815104 kB
Buffers:         46796 kB
Cached:          97500 kB
SwapCached:          0 kB
Active:         129496 kB
Inactive:        54652 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1815104 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2272 kB
Writeback:           0 kB
Mapped:          51392 kB
Slab:            41816 kB
Committed_AS:   176404 kB
PageTables:       1868 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= 66448 MiB
End job on node17 at 2009-07-12 02:33:46