Trace number 2067584

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.01 1816.44

General information on the benchmark

Namecsp/pseudo/ppp/
normalized-ppp-1-13.xml
MD5SUMad153fef2a685d1321c1c699bbb2ec48
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark10.5574
Satisfiable
(Un)Satisfiability was proved
Number of variables4632
Number of constraints31138
Maximum constraint arity29
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension31138
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sat Jul 11 22:44:30 2009
0.00/0.08	c 0	PID 15351
0.07/0.08	c 0	HOST node66.alineos.net
0.07/0.08	c 0	CONVERTING HOME/instance-2067584-1247345069.xml TO HOME/temp.csp
0.07/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-2067584-1247345069.xml' 'HOME/temp.csp'
2.25/2.36	c 2	1 domains, 4632 variables, 11 predicates, 0 relations, 31138 constraints
2.32/2.40	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
2.32/2.40	c 2	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'
2.32/2.48	c 2	Parsing HOME/temp.csp
2.33/2.65	c 2	parsed 10000 expressions
2.33/2.81	c 3	parsed 20000 expressions
2.33/2.99	c 3	parsed 30000 expressions
2.33/3.16	c 3	parsed 35782 expressions
2.33/3.16	c 3	Heap : 13 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.33/3.16	c 3	Converting to clausal form CSP
3.11/3.22	c 3	converted 3579 (10%) expressions
3.40/3.53	c 3	converted 7157 (20%) expressions
3.49/3.64	c 3	converted 10735 (30%) expressions
3.59/3.76	c 4	converted 14313 (40%) expressions
3.69/3.87	c 4	converted 17891 (50%) expressions
3.79/3.98	c 4	converted 21470 (60%) expressions
4.09/4.25	c 4	converted 25048 (70%) expressions
4.19/4.37	c 4	converted 28626 (80%) expressions
4.29/4.47	c 4	converted 32204 (90%) expressions
4.68/4.84	c 5	converted 35782 (100%) expressions
4.68/4.85	c 5	CSP : 5730 integers, 0 booleans, 33334 clauses, largest domain size 11
4.68/4.85	c 5	Heap : 29 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.68/4.85	c 5	Propagation in CSP
4.88/5.03	c 5	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
4.88/5.03	c 5	CSP : 5730 integers, 0 booleans, 33334 clauses, largest domain size 11
4.88/5.03	c 5	Heap : 29 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.88/5.05	c 5	Simplifing CSP by introducing new Boolean variables
4.88/5.07	c 5	CSP : 5730 integers, 0 booleans, 33334 clauses, largest domain size 11
4.88/5.07	c 5	Heap : 29 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
5.08/5.20	c 5	Encoding CSP to SAT : HOME/temp.cnf
5.08/5.22	c 5	573 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
5.08/5.22	c 5	1146 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
5.08/5.23	c 5	1719 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
5.08/5.23	c 5	2292 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
5.08/5.23	c 5	2865 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
5.08/5.23	c 5	3438 (60%) CSP integer variables are encoded (0 clauses, 64 bytes)
5.08/5.23	c 5	4011 (70%) CSP integer variables are encoded (0 clauses, 64 bytes)
5.08/5.23	c 5	4584 (80%) CSP integer variables are encoded (0 clauses, 64 bytes)
5.08/5.24	c 5	5157 (90%) CSP integer variables are encoded (880 clauses, 11504 bytes)
5.08/5.24	c 5	5730 (100%) CSP integer variables are encoded (2946 clauses, 38362 bytes)
5.18/5.32	c 5	3334 (10%) CSP clauses are encoded (6280 clauses, 89222 bytes)
5.18/5.36	c 5	6667 (20%) CSP clauses are encoded (9613 clauses, 142550 bytes)
5.18/5.39	c 5	10001 (30%) CSP clauses are encoded (12947 clauses, 195894 bytes)
5.27/5.43	c 5	13334 (40%) CSP clauses are encoded (16280 clauses, 249222 bytes)
5.27/5.46	c 5	16667 (50%) CSP clauses are encoded (19613 clauses, 308632 bytes)
5.27/5.49	c 5	20001 (60%) CSP clauses are encoded (22947 clauses, 368644 bytes)
5.37/5.53	c 5	23334 (70%) CSP clauses are encoded (26280 clauses, 428638 bytes)
5.37/5.56	c 5	26668 (80%) CSP clauses are encoded (29614 clauses, 488650 bytes)
5.37/5.59	c 5	30001 (90%) CSP clauses are encoded (33801 clauses, 556156 bytes)
8.94/9.19	c 9	33334 (100%) CSP clauses are encoded (119928 clauses, 2413366 bytes)
8.94/9.19	c 9	33334 CSP clauses encoded
8.94/9.19	c 9	Writing map file : HOME/temp.map
9.03/9.21	c 9	Heap : 16 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
9.03/9.21	c 9	SAT : 8676 SAT variables, 119928 SAT clauses, 2413366 bytes
9.03/9.21	c 9	Heap : 16 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
9.03/9.24	c 9	SOLVING HOME/temp.cnf
9.03/9.24	c 9	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
9.03/9.24	c 9	This is MiniSat 2.0 beta
9.03/9.24	c 9	WARNING: for repeatability, setting FPU to use double precision
9.03/9.24	c 9	============================[ Problem Statistics ]=============================
9.03/9.24	c 9	|                                                                             |
9.03/9.24	c 9	|  Number of variables:  8676                                                 |
9.03/9.24	c 9	|  Number of clauses:    119928                                               |
9.08/9.31	c 9	|  Parsing time:         0.06         s                                       |
9.08/9.32	c 9	============================[ Search Statistics ]==============================
9.08/9.32	c 9	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
9.08/9.32	c 9	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
9.08/9.32	c 9	===============================================================================
9.08/9.32	c 9	|         0 |    8676   119928   427332 |    39976        0    nan |  0.000 % |
9.08/9.33	c 9	|       100 |    8676   119928   427332 |    43973      100     24 |  0.000 % |
9.08/9.34	c 9	|       250 |    8676   119928   427332 |    48370      250     37 |  0.000 % |
9.08/9.37	c 9	|       475 |    8676   119928   427332 |    53208      475     37 |  0.000 % |
9.08/9.41	c 9	|       813 |    8676   119928   427332 |    58528      813     48 |  0.000 % |
9.08/9.46	c 9	|      1320 |    8676   119928   427332 |    64381     1320     53 |  0.000 % |
9.08/9.55	c 9	|      2079 |    8676   119928   427332 |    70819     2079     66 |  0.000 % |
9.08/9.65	c 9	|      3220 |    8676   119928   427332 |    77901     3220     67 |  0.000 % |
9.63/9.87	c 10	|      4928 |    8676   119928   427332 |    85692     4928     81 |  0.000 % |
9.92/10.20	c 10	|      7491 |    8676   119928   427332 |    94261     7491     81 |  0.000 % |
10.51/10.73	c 11	|     11335 |    8676   119928   427332 |   103687    11335     84 |  0.000 % |
11.20/11.49	c 11	|     17101 |    8676   119928   427332 |   114056    17101     85 |  0.000 % |
12.49/12.72	c 13	|     25751 |    8676   119928   427332 |   125461    25751     87 |  0.000 % |
14.57/14.80	c 15	|     38725 |    8676   119928   427332 |   138007    38725     85 |  0.000 % |
18.34/18.70	c 19	|     58186 |    8676   119928   427332 |   151808    58186     83 |  0.000 % |
26.36/26.74	c 27	|     87381 |    8676   119928   427332 |   166989    87381     91 |  0.000 % |
49.43/50.09	c 50	|    131170 |    8676   119928   427332 |   183688   131170     93 |  0.000 % |
91.53/92.50	c 92	|    196855 |    8676   119928   427332 |   202057    22267    114 |  0.000 % |
140.87/142.37	c 142	|    295382 |    8676   119928   427332 |   222263   120794     85 |  0.000 % |
183.96/185.83	c 186	|    443171 |    8676   119928   427332 |   244489    57909     85 |  0.000 % |
332.75/336.04	c 336	|    664854 |    8676   119928   427332 |   268938    49618    112 |  0.000 % |
783.08/790.66	c 790	|    997379 |    8676   119928   427332 |   295832   133213     99 |  0.000 % |
1378.80/1392.05	c 1392	|   1496167 |    8676   119928   427332 |   325415    67634    109 |  0.000 % |
1800.01/1816.42	c ERROR INTERRUPTED
1800.01/1816.44	s UNKNOWN
1800.01/1816.44	c 1816	CPU 9.08 (0.07 0.01 8.76 0.24)
1800.01/1816.44	c 1816	END Sat Jul 11 23:14:46 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-2067584-1247345069/watcher-2067584-1247345069 -o /tmp/evaluation-result-2067584-1247345069/solver-2067584-1247345069 -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-2067584-1247345069.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.22 2.30 2.19 4/81 15351
/proc/meminfo: memFree=1807832/2055920 swapFree=4192812/4192956
[pid=15351] ppid=15349 vsize=18576 CPUtime=0
/proc/15351/stat : 15351 (runsolver) R 15349 15351 13996 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 21569808 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 227607637287 0 0 4096 24578 0 0 0 17 1 0 0
/proc/15351/statm: 4644 284 249 26 0 2626 0

[startup+0.0833961 s]
/proc/loadavg: 2.22 2.30 2.19 4/81 15351
/proc/meminfo: memFree=1807832/2055920 swapFree=4192812/4192956
[pid=15351] ppid=15349 vsize=16740 CPUtime=0.07
/proc/15351/stat : 15351 (sugar) S 15349 15351 13996 0 -1 4194304 1152 0 0 0 6 1 0 0 18 0 1 0 21569808 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15351/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.101758 s]
/proc/loadavg: 2.22 2.30 2.19 4/81 15351
/proc/meminfo: memFree=1807832/2055920 swapFree=4192812/4192956
[pid=15351] ppid=15349 vsize=16868 CPUtime=0.07
/proc/15351/stat : 15351 (sugar) S 15349 15351 13996 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 21569808 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15351/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301777 s]
/proc/loadavg: 2.22 2.30 2.19 4/81 15351
/proc/meminfo: memFree=1807832/2055920 swapFree=4192812/4192956
[pid=15351] ppid=15349 vsize=16868 CPUtime=0.07
/proc/15351/stat : 15351 (sugar) S 15349 15351 13996 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 21569808 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15351/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701827 s]
/proc/loadavg: 2.22 2.30 2.19 4/81 15351
/proc/meminfo: memFree=1807832/2055920 swapFree=4192812/4192956
[pid=15351] ppid=15349 vsize=16868 CPUtime=0.07
/proc/15351/stat : 15351 (sugar) S 15349 15351 13996 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 21569808 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15351/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50293 s]
/proc/loadavg: 2.22 2.30 2.19 4/92 15363
/proc/meminfo: memFree=1780984/2055920 swapFree=4192812/4192956
[pid=15351] ppid=15349 vsize=16868 CPUtime=0.07
/proc/15351/stat : 15351 (sugar) S 15349 15351 13996 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 21569808 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15351/statm: 4217 1111 409 3 0 796 0
[pid=15354] ppid=15351 vsize=5356 CPUtime=0
/proc/15354/stat : 15354 (sh) S 15351 15351 13996 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21569816 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15354/statm: 1339 233 193 169 0 50 0
[pid=15355] ppid=15354 vsize=864772 CPUtime=1.38
/proc/15355/stat : 15355 (java) S 15354 15351 13996 0 -1 0 15221 0 1 0 130 8 0 0 18 0 9 0 21569817 885526528 13255 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15355/statm: 216193 13255 2556 9 0 210705 0
[pid=15355/tid=15356] ppid=15354 vsize=864772 CPUtime=0.77
/proc/15355/task/15356/stat : 15356 (java) R 15354 15351 13996 0 -1 64 3070 0 1 0 75 2 0 0 24 0 9 0 21569818 885526528 13255 996147200 134512640 134550932 4294955984 18446744073709551615 4126686439 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15355/tid=15357] ppid=15354 vsize=864772 CPUtime=0.46
/proc/15355/task/15357/stat : 15357 (java) S 15354 15351 13996 0 -1 64 10931 0 0 0 42 4 0 0 16 0 9 0 21569819 885526528 13255 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15355/tid=15358] ppid=15354 vsize=864772 CPUtime=0
/proc/15355/task/15358/stat : 15358 (java) S 15354 15351 13996 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 21569819 885526528 13255 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15355/tid=15359] ppid=15354 vsize=864772 CPUtime=0
/proc/15355/task/15359/stat : 15359 (java) S 15354 15351 13996 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 21569820 885526528 13255 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15355/tid=15360] ppid=15354 vsize=864772 CPUtime=0
/proc/15355/task/15360/stat : 15360 (java) S 15354 15351 13996 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 21569822 885526528 13255 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15355/tid=15361] ppid=15354 vsize=864772 CPUtime=0.12
/proc/15355/task/15361/stat : 15361 (java) S 15354 15351 13996 0 -1 64 515 0 0 0 12 0 0 0 16 0 9 0 21569822 885526528 13255 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15355/tid=15362] ppid=15354 vsize=864772 CPUtime=0
/proc/15355/task/15362/stat : 15362 (java) S 15354 15351 13996 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21569822 885526528 13255 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15355/tid=15363] ppid=15354 vsize=864772 CPUtime=0
/proc/15355/task/15363/stat : 15363 (java) R 15354 15351 13996 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21569822 885526528 13255 996147200 134512640 134550932 4294955984 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) 886996

[startup+3.10212 s]
/proc/loadavg: 2.20 2.30 2.19 3/92 15363
/proc/meminfo: memFree=1751032/2055920 swapFree=4192812/4192956
[pid=15351] ppid=15349 vsize=16868 CPUtime=2.33
/proc/15351/stat : 15351 (sugar) S 15349 15351 13996 0 -1 4194304 1309 19336 0 1 6 1 215 11 16 0 1 0 21569808 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15351/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 2.33
Current children cumulated vsize (KiB) 16868
heavy processes:

[startup+6.30149 s]
/proc/loadavg: 2.20 2.30 2.19 3/92 15373
/proc/meminfo: memFree=1757624/2055920 swapFree=4192812/4192956
[pid=15351] ppid=15349 vsize=16868 CPUtime=2.33
/proc/15351/stat : 15351 (sugar) S 15349 15351 13996 0 -1 4194304 1310 19336 0 1 6 1 215 11 15 0 1 0 21569808 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15351/statm: 4217 1111 409 3 0 796 0
[pid=15364] ppid=15351 vsize=5356 CPUtime=0
/proc/15364/stat : 15364 (sh) S 15351 15351 13996 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21570048 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15364/statm: 1339 233 193 169 0 50 0
[pid=15365] ppid=15364 vsize=868748 CPUtime=3.84
/proc/15365/stat : 15365 (java) S 15364 15351 13996 0 -1 0 14954 0 1 0 374 10 0 0 18 0 9 0 21570049 889597952 13337 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15365/statm: 217187 13337 2590 9 0 211664 0
[pid=15365/tid=15366] ppid=15364 vsize=868748 CPUtime=2.74
/proc/15365/task/15366/stat : 15366 (java) R 15364 15351 13996 0 -1 64 3022 0 1 0 272 2 0 0 25 0 9 0 21570050 889597952 13337 996147200 134512640 134550932 4294955936 18446744073709551615 103211264 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15365/tid=15367] ppid=15364 vsize=868748 CPUtime=0.83
/proc/15365/task/15367/stat : 15367 (java) S 15364 15351 13996 0 -1 64 9697 0 0 0 78 5 0 0 15 0 9 0 21570051 889597952 13337 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15365/tid=15368] ppid=15364 vsize=868748 CPUtime=0
/proc/15365/task/15368/stat : 15368 (java) S 15364 15351 13996 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21570051 889597952 13337 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15365/tid=15369] ppid=15364 vsize=868748 CPUtime=0
/proc/15365/task/15369/stat : 15369 (java) S 15364 15351 13996 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21570051 889597952 13337 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15365/tid=15370] ppid=15364 vsize=868748 CPUtime=0
/proc/15365/task/15370/stat : 15370 (java) S 15364 15351 13996 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21570053 889597952 13337 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15365/tid=15371] ppid=15364 vsize=868748 CPUtime=0.24
/proc/15365/task/15371/stat : 15371 (java) S 15364 15351 13996 0 -1 64 1532 0 0 0 23 1 0 0 15 0 9 0 21570053 889597952 13337 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15365/tid=15372] ppid=15364 vsize=868748 CPUtime=0
/proc/15365/task/15372/stat : 15372 (java) S 15364 15351 13996 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21570053 889597952 13337 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15365/tid=15373] ppid=15364 vsize=868748 CPUtime=0
/proc/15365/task/15373/stat : 15373 (java) S 15364 15351 13996 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21570053 889597952 13337 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 890972

[startup+12.7012 s]
/proc/loadavg: 2.17 2.29 2.19 3/84 15375
/proc/meminfo: memFree=1781688/2055920 swapFree=4192812/4192956
[pid=15351] ppid=15349 vsize=16868 CPUtime=9.08
/proc/15351/stat : 15351 (sugar) S 15349 15351 13996 0 -1 4194304 1376 34649 0 2 7 1 876 24 15 0 1 0 21569808 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15351/statm: 4217 1113 409 3 0 796 0
[pid=15374] ppid=15351 vsize=5356 CPUtime=0
/proc/15374/stat : 15374 (sh) S 15351 15351 13996 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21570732 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15374/statm: 1339 232 193 169 0 50 0
[pid=15375] ppid=15374 vsize=17800 CPUtime=3.41
/proc/15375/stat : 15375 (minisat) R 15374 15351 13996 0 -1 4194304 4340 0 0 0 339 2 0 0 25 0 1 0 21570732 18227200 4326 996147200 134512640 135127466 4294956256 18446744073709551615 134531095 0 0 4096 3 0 0 0 17 1 0 0
/proc/15375/statm: 4450 4326 76 150 0 4297 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 40024

[startup+25.5018 s]
/proc/loadavg: 2.14 2.28 2.19 3/85 15376
/proc/meminfo: memFree=1732528/2055920 swapFree=4192812/4192956
[pid=15351] ppid=15349 vsize=16868 CPUtime=9.08
/proc/15351/stat : 15351 (sugar) S 15349 15351 13996 0 -1 4194304 1376 34649 0 2 7 1 876 24 16 0 1 0 21569808 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15351/statm: 4217 1113 409 3 0 796 0
[pid=15374] ppid=15351 vsize=5356 CPUtime=0
/proc/15374/stat : 15374 (sh) S 15351 15351 13996 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21570732 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15374/statm: 1339 232 193 169 0 50 0
[pid=15375] ppid=15374 vsize=42104 CPUtime=16.09
/proc/15375/stat : 15375 (minisat) R 15374 15351 13996 0 -1 4194304 10405 0 0 0 1603 6 0 0 25 0 1 0 21570732 43114496 10391 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15375/statm: 10526 10391 76 150 0 10373 0
Current children cumulated CPU time (s) 25.17
Current children cumulated vsize (KiB) 64328

[startup+51.1018 s]
/proc/loadavg: 2.09 2.25 2.18 3/85 15376
/proc/meminfo: memFree=1711344/2055920 swapFree=4192812/4192956
[pid=15351] ppid=15349 vsize=16868 CPUtime=9.08
/proc/15351/stat : 15351 (sugar) S 15349 15351 13996 0 -1 4194304 1376 34649 0 2 7 1 876 24 16 0 1 0 21569808 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15351/statm: 4217 1113 409 3 0 796 0
[pid=15374] ppid=15351 vsize=5356 CPUtime=0
/proc/15374/stat : 15374 (sh) S 15351 15351 13996 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21570732 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15374/statm: 1339 232 193 169 0 50 0
[pid=15375] ppid=15374 vsize=63692 CPUtime=41.44
/proc/15375/stat : 15375 (minisat) R 15374 15351 13996 0 -1 4194304 15760 0 0 0 4134 10 0 0 25 0 1 0 21570732 65220608 15746 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15375/statm: 15923 15746 76 150 0 15770 0
Current children cumulated CPU time (s) 50.52
Current children cumulated vsize (KiB) 85916

[startup+102.307 s]
/proc/loadavg: 2.04 2.21 2.17 3/85 15376
/proc/meminfo: memFree=1684080/2055920 swapFree=4192812/4192956
[pid=15351] ppid=15349 vsize=16868 CPUtime=9.08
/proc/15351/stat : 15351 (sugar) S 15349 15351 13996 0 -1 4194304 1376 34649 0 2 7 1 876 24 16 0 1 0 21569808 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15351/statm: 4217 1113 409 3 0 796 0
[pid=15374] ppid=15351 vsize=5356 CPUtime=0
/proc/15374/stat : 15374 (sh) S 15351 15351 13996 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21570732 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15374/statm: 1339 232 193 169 0 50 0
[pid=15375] ppid=15374 vsize=90224 CPUtime=92.16
/proc/15375/stat : 15375 (minisat) R 15374 15351 13996 0 -1 4194304 22382 0 0 0 9200 16 0 0 25 0 1 0 21570732 92389376 22368 996147200 134512640 135127466 4294956256 18446744073709551615 134530700 0 0 4096 3 0 0 0 17 1 0 0
/proc/15375/statm: 22556 22368 76 150 0 22403 0
Current children cumulated CPU time (s) 101.24
Current children cumulated vsize (KiB) 112448

[startup+162.302 s]
/proc/loadavg: 2.01 2.17 2.16 3/85 15376
/proc/meminfo: memFree=1684080/2055920 swapFree=4192812/4192956
[pid=15351] ppid=15349 vsize=16868 CPUtime=9.08
/proc/15351/stat : 15351 (sugar) S 15349 15351 13996 0 -1 4194304 1376 34649 0 2 7 1 876 24 16 0 1 0 21569808 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15351/statm: 4217 1113 409 3 0 796 0
[pid=15374] ppid=15351 vsize=5356 CPUtime=0
/proc/15374/stat : 15374 (sh) S 15351 15351 13996 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21570732 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15374/statm: 1339 232 193 169 0 50 0
[pid=15375] ppid=15374 vsize=90628 CPUtime=151.6
/proc/15375/stat : 15375 (minisat) R 15374 15351 13996 0 -1 4194304 22398 0 0 0 15143 17 0 0 25 0 1 0 21570732 92803072 22384 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15375/statm: 22657 22384 76 150 0 22504 0
Current children cumulated CPU time (s) 160.68

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

/proc/meminfo: memFree=1498792/2055920 swapFree=4192812/4192956
[pid=15351] ppid=15349 vsize=16868 CPUtime=9.08
/proc/15351/stat : 15351 (sugar) S 15349 15351 13996 0 -1 4194304 1376 34649 0 2 7 1 876 24 16 0 1 0 21569808 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15351/statm: 4217 1113 409 3 0 796 0
[pid=15374] ppid=15351 vsize=5356 CPUtime=0
/proc/15374/stat : 15374 (sh) S 15351 15351 13996 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21570732 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15374/statm: 1339 232 193 169 0 50 0
[pid=15375] ppid=15374 vsize=178312 CPUtime=1280.87
/proc/15375/stat : 15375 (minisat) R 15374 15351 13996 0 -1 4194304 44094 0 0 0 128045 42 0 0 25 0 1 0 21570732 182591488 44080 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15375/statm: 44578 44080 76 150 0 44425 0
Current children cumulated CPU time (s) 1289.95
Current children cumulated vsize (KiB) 200536

[startup+1362.3 s]
/proc/loadavg: 2.08 2.07 2.08 3/85 15385
/proc/meminfo: memFree=1486760/2055920 swapFree=4192812/4192956
[pid=15351] ppid=15349 vsize=16868 CPUtime=9.08
/proc/15351/stat : 15351 (sugar) S 15349 15351 13996 0 -1 4194304 1376 34649 0 2 7 1 876 24 16 0 1 0 21569808 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15351/statm: 4217 1113 409 3 0 796 0
[pid=15374] ppid=15351 vsize=5356 CPUtime=0
/proc/15374/stat : 15374 (sh) S 15351 15351 13996 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21570732 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15374/statm: 1339 232 193 169 0 50 0
[pid=15375] ppid=15374 vsize=189608 CPUtime=1340.3
/proc/15375/stat : 15375 (minisat) R 15374 15351 13996 0 -1 4194304 46880 0 0 0 133985 45 0 0 25 0 1 0 21570732 194158592 46866 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15375/statm: 47402 46866 76 150 0 47249 0
Current children cumulated CPU time (s) 1349.38
Current children cumulated vsize (KiB) 211832

[startup+1422.31 s]
/proc/loadavg: 2.10 2.08 2.09 3/85 15385
/proc/meminfo: memFree=1484200/2055920 swapFree=4192812/4192956
[pid=15351] ppid=15349 vsize=16868 CPUtime=9.08
/proc/15351/stat : 15351 (sugar) S 15349 15351 13996 0 -1 4194304 1376 34649 0 2 7 1 876 24 16 0 1 0 21569808 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15351/statm: 4217 1113 409 3 0 796 0
[pid=15374] ppid=15351 vsize=5356 CPUtime=0
/proc/15374/stat : 15374 (sh) S 15351 15351 13996 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21570732 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15374/statm: 1339 232 193 169 0 50 0
[pid=15375] ppid=15374 vsize=189608 CPUtime=1399.74
/proc/15375/stat : 15375 (minisat) R 15374 15351 13996 0 -1 4194304 46882 0 0 0 139929 45 0 0 25 0 1 0 21570732 194158592 46868 996147200 134512640 135127466 4294956256 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 1 0 0
/proc/15375/statm: 47402 46868 76 150 0 47249 0
Current children cumulated CPU time (s) 1408.82
Current children cumulated vsize (KiB) 211832

[startup+1482.3 s]
/proc/loadavg: 2.08 2.08 2.09 3/85 15385
/proc/meminfo: memFree=1482088/2055920 swapFree=4192812/4192956
[pid=15351] ppid=15349 vsize=16868 CPUtime=9.08
/proc/15351/stat : 15351 (sugar) S 15349 15351 13996 0 -1 4194304 1376 34649 0 2 7 1 876 24 16 0 1 0 21569808 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15351/statm: 4217 1113 409 3 0 796 0
[pid=15374] ppid=15351 vsize=5356 CPUtime=0
/proc/15374/stat : 15374 (sh) S 15351 15351 13996 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21570732 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15374/statm: 1339 232 193 169 0 50 0
[pid=15375] ppid=15374 vsize=189608 CPUtime=1459.18
/proc/15375/stat : 15375 (minisat) R 15374 15351 13996 0 -1 4194304 46885 0 0 0 145872 46 0 0 25 0 1 0 21570732 194158592 46871 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15375/statm: 47402 46871 76 150 0 47249 0
Current children cumulated CPU time (s) 1468.26
Current children cumulated vsize (KiB) 211832

[startup+1542.3 s]
/proc/loadavg: 2.03 2.06 2.08 4/85 15385
/proc/meminfo: memFree=1480616/2055920 swapFree=4192812/4192956
[pid=15351] ppid=15349 vsize=16868 CPUtime=9.08
/proc/15351/stat : 15351 (sugar) S 15349 15351 13996 0 -1 4194304 1376 34649 0 2 7 1 876 24 16 0 1 0 21569808 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15351/statm: 4217 1113 409 3 0 796 0
[pid=15374] ppid=15351 vsize=5356 CPUtime=0
/proc/15374/stat : 15374 (sh) S 15351 15351 13996 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21570732 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15374/statm: 1339 232 193 169 0 50 0
[pid=15375] ppid=15374 vsize=189608 CPUtime=1518.62
/proc/15375/stat : 15375 (minisat) R 15374 15351 13996 0 -1 4194304 46885 0 0 0 151816 46 0 0 25 0 1 0 21570732 194158592 46871 996147200 134512640 135127466 4294956256 18446744073709551615 134530641 0 0 4096 3 0 0 0 17 1 0 0
/proc/15375/statm: 47402 46871 76 150 0 47249 0
Current children cumulated CPU time (s) 1527.7
Current children cumulated vsize (KiB) 211832

[startup+1602.3 s]
/proc/loadavg: 2.01 2.05 2.07 3/85 15385
/proc/meminfo: memFree=1479272/2055920 swapFree=4192812/4192956
[pid=15351] ppid=15349 vsize=16868 CPUtime=9.08
/proc/15351/stat : 15351 (sugar) S 15349 15351 13996 0 -1 4194304 1376 34649 0 2 7 1 876 24 16 0 1 0 21569808 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15351/statm: 4217 1113 409 3 0 796 0
[pid=15374] ppid=15351 vsize=5356 CPUtime=0
/proc/15374/stat : 15374 (sh) S 15351 15351 13996 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21570732 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15374/statm: 1339 232 193 169 0 50 0
[pid=15375] ppid=15374 vsize=189608 CPUtime=1578.06
/proc/15375/stat : 15375 (minisat) R 15374 15351 13996 0 -1 4194304 46885 0 0 0 157760 46 0 0 25 0 1 0 21570732 194158592 46871 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15375/statm: 47402 46871 76 150 0 47249 0
Current children cumulated CPU time (s) 1587.14
Current children cumulated vsize (KiB) 211832

[startup+1662.3 s]
/proc/loadavg: 2.05 2.05 2.07 3/85 15385
/proc/meminfo: memFree=1468776/2055920 swapFree=4192812/4192956
[pid=15351] ppid=15349 vsize=16868 CPUtime=9.08
/proc/15351/stat : 15351 (sugar) S 15349 15351 13996 0 -1 4194304 1376 34649 0 2 7 1 876 24 16 0 1 0 21569808 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15351/statm: 4217 1113 409 3 0 796 0
[pid=15374] ppid=15351 vsize=5356 CPUtime=0
/proc/15374/stat : 15374 (sh) S 15351 15351 13996 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21570732 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15374/statm: 1339 232 193 169 0 50 0
[pid=15375] ppid=15374 vsize=199568 CPUtime=1637.48
/proc/15375/stat : 15375 (minisat) R 15374 15351 13996 0 -1 4194304 49183 0 0 0 163701 47 0 0 25 0 1 0 21570732 204357632 49169 996147200 134512640 135127466 4294956256 18446744073709551615 134521694 0 0 4096 3 0 0 0 17 1 0 0
/proc/15375/statm: 49892 49169 76 150 0 49739 0
Current children cumulated CPU time (s) 1646.56
Current children cumulated vsize (KiB) 221792

[startup+1722.3 s]
/proc/loadavg: 2.02 2.04 2.07 3/85 15385
/proc/meminfo: memFree=1460648/2055920 swapFree=4192812/4192956
[pid=15351] ppid=15349 vsize=16868 CPUtime=9.08
/proc/15351/stat : 15351 (sugar) S 15349 15351 13996 0 -1 4194304 1376 34649 0 2 7 1 876 24 16 0 1 0 21569808 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15351/statm: 4217 1113 409 3 0 796 0
[pid=15374] ppid=15351 vsize=5356 CPUtime=0
/proc/15374/stat : 15374 (sh) S 15351 15351 13996 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21570732 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15374/statm: 1339 232 193 169 0 50 0
[pid=15375] ppid=15374 vsize=207200 CPUtime=1696.92
/proc/15375/stat : 15375 (minisat) R 15374 15351 13996 0 -1 4194304 51077 0 0 0 169642 50 0 0 25 0 1 0 21570732 212172800 51063 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15375/statm: 51800 51063 76 150 0 51647 0
Current children cumulated CPU time (s) 1706
Current children cumulated vsize (KiB) 229424

[startup+1782.3 s]
/proc/loadavg: 2.05 2.05 2.07 3/85 15575
/proc/meminfo: memFree=1624752/2055920 swapFree=4192812/4192956
[pid=15351] ppid=15349 vsize=16868 CPUtime=9.08
/proc/15351/stat : 15351 (sugar) S 15349 15351 13996 0 -1 4194304 1376 34649 0 2 7 1 876 24 16 0 1 0 21569808 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15351/statm: 4217 1113 409 3 0 796 0
[pid=15374] ppid=15351 vsize=5356 CPUtime=0
/proc/15374/stat : 15374 (sh) S 15351 15351 13996 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21570732 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15374/statm: 1339 232 193 169 0 50 0
[pid=15375] ppid=15374 vsize=207200 CPUtime=1756.84
/proc/15375/stat : 15375 (minisat) R 15374 15351 13996 0 -1 4194304 51079 0 0 0 175632 52 0 0 25 0 1 0 21570732 212172800 51065 996147200 134512640 135127466 4294956256 18446744073709551615 134530772 0 0 4096 3 0 0 0 17 0 0 0
/proc/15375/statm: 51800 51065 76 150 0 51647 0
Current children cumulated CPU time (s) 1765.92
Current children cumulated vsize (KiB) 229424



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1816.4 s]
/proc/loadavg: 2.03 2.04 2.06 3/85 15575
/proc/meminfo: memFree=1624688/2055920 swapFree=4192812/4192956
[pid=15351] ppid=15349 vsize=16868 CPUtime=9.08
/proc/15351/stat : 15351 (sugar) S 15349 15351 13996 0 -1 4194304 1376 34649 0 2 7 1 876 24 16 0 1 0 21569808 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15351/statm: 4217 1113 409 3 0 796 0
[pid=15374] ppid=15351 vsize=5356 CPUtime=0
/proc/15374/stat : 15374 (sh) S 15351 15351 13996 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21570732 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15374/statm: 1339 232 193 169 0 50 0
[pid=15375] ppid=15374 vsize=207200 CPUtime=1790.93
/proc/15375/stat : 15375 (minisat) R 15374 15351 13996 0 -1 4194304 51079 0 0 0 179041 52 0 0 25 0 1 0 21570732 212172800 51065 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15375/statm: 51800 51065 76 150 0 51647 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 229424

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 15351 and gives
#  childrusage.ru_utime.tv_sec=8
#  childrusage.ru_utime.tv_usec=836656
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=266959
# CPU time returned by wait4() is 9.10361
# while last known CPU time is 1800.01
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1816.44
CPU time (s): 1800.01
CPU user time (s): 1799.24
CPU system time (s): 0.77
CPU usage (%): 99.0953
Max. virtual memory (cumulated for all children) (KiB): 891364

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.83666
system time used= 0.266959
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36408
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= 3635
involuntary context switches= 3838

runsolver used 2.27465 second user time and 5.97309 second system time

The end

Launcher Data

Begin job on node66 at 2009-07-11 22:44:30
IDJOB=2067584
IDBENCH=54674
IDSOLVER=739
FILE ID=node66/2067584-1247345069
PBS_JOBID= 9506714
Free space on /tmp= 66168 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/pseudo/ppp/normalized-ppp-1-13.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-2067584-1247345069/watcher-2067584-1247345069 -o /tmp/evaluation-result-2067584-1247345069/solver-2067584-1247345069 -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-2067584-1247345069.xml

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

MD5SUM BENCH= ad153fef2a685d1321c1c699bbb2ec48
RANDOM SEED=728033590

node66.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.214
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.214
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:       1808312 kB
Buffers:         26584 kB
Cached:         103092 kB
SwapCached:          0 kB
Active:         153016 kB
Inactive:        43732 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1808312 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            6032 kB
Writeback:           0 kB
Mapped:          87380 kB
Slab:            36004 kB
Committed_AS:   250816 kB
PageTables:       1892 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= 66172 MiB
End job on node66 at 2009-07-11 23:14:48