Trace number 2064042

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+minisatSAT 377.563 378.064

General information on the benchmark

Namecsp/compet02/
normalized-patat-02-comp-15.xml
MD5SUMfa28d59847bbf3c05de00d920280fcee
Bench CategoryAlldiff (alldiff)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark80.2838
Satisfiable
(Un)Satisfiability was proved
Number of variables700
Number of constraints21437
Maximum constraint arity20
Maximum domain size45
Number of constraints which are defined in extension0
Number of constraints which are defined in intension21137
Global constraints used (with number of constraints)alldifferent(300)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sat Jul 11 19:35:49 2009
0.00/0.08	c 0	PID 13458
0.00/0.08	c 0	HOST node55.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2064042-1247333748.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-2064042-1247333748.xml' 'HOME/temp.csp'
1.65/1.73	c 1	25 domains, 700 variables, 1 predicates, 0 relations, 21437 constraints
1.65/1.75	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.65/1.75	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.69/1.83	c 1	Parsing HOME/temp.csp
2.02/2.14	c 2	parsed 10000 expressions
2.12/2.29	c 2	parsed 20000 expressions
2.22/2.39	c 2	parsed 22163 expressions
2.31/2.40	c 2	Heap : 8 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.31/2.40	c 2	Converting to clausal form CSP
2.61/2.76	c 2	converted 2217 (10%) expressions
2.91/3.01	c 3	converted 4433 (20%) expressions
3.01/3.17	c 3	converted 6649 (30%) expressions
3.20/3.34	c 3	converted 8866 (40%) expressions
3.41/3.51	c 3	converted 11082 (50%) expressions
3.69/3.84	c 3	converted 13298 (60%) expressions
3.89/4.00	c 4	converted 15515 (70%) expressions
3.99/4.17	c 4	converted 17731 (80%) expressions
4.19/4.34	c 4	converted 19947 (90%) expressions
6.37/6.55	c 6	converted 22163 (100%) expressions
6.37/6.55	c 6	CSP : 700 integers, 0 booleans, 65633 clauses, largest domain size 45
6.37/6.55	c 6	Heap : 69 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
6.37/6.55	c 6	Propagation in CSP
6.67/6.81	c 6	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
6.67/6.81	c 6	CSP : 700 integers, 0 booleans, 65633 clauses, largest domain size 45
6.67/6.81	c 6	Heap : 72 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
6.67/6.85	c 6	Simplifing CSP by introducing new Boolean variables
8.35/8.52	c 8	CSP : 700 integers, 162557 booleans, 228190 clauses, largest domain size 45
8.35/8.52	c 8	Heap : 117 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
9.14/9.32	c 9	Encoding CSP to SAT : HOME/temp.cnf
9.14/9.37	c 9	70 (10%) CSP integer variables are encoded (3010 clauses, 37031 bytes)
9.14/9.37	c 9	140 (20%) CSP integer variables are encoded (6020 clauses, 76161 bytes)
9.14/9.38	c 9	210 (30%) CSP integer variables are encoded (9030 clauses, 115291 bytes)
9.14/9.38	c 9	280 (40%) CSP integer variables are encoded (12040 clauses, 158958 bytes)
9.14/9.38	c 9	350 (50%) CSP integer variables are encoded (15050 clauses, 204108 bytes)
9.14/9.39	c 9	420 (60%) CSP integer variables are encoded (15076 clauses, 204498 bytes)
9.14/9.39	c 9	490 (70%) CSP integer variables are encoded (15110 clauses, 205008 bytes)
9.14/9.39	c 9	560 (80%) CSP integer variables are encoded (15159 clauses, 205743 bytes)
9.14/9.39	c 9	630 (90%) CSP integer variables are encoded (15209 clauses, 206493 bytes)
9.24/9.40	c 9	700 (100%) CSP integer variables are encoded (15272 clauses, 207438 bytes)
10.24/10.48	c 10	22819 (10%) CSP clauses are encoded (491840 clauses, 9512525 bytes)
11.23/11.44	c 11	45638 (20%) CSP clauses are encoded (961055 clauses, 18947401 bytes)
12.21/12.41	c 12	68457 (30%) CSP clauses are encoded (1434584 clauses, 28522848 bytes)
13.20/13.40	c 13	91276 (40%) CSP clauses are encoded (1905435 clauses, 38293957 bytes)
14.37/14.66	c 14	114095 (50%) CSP clauses are encoded (2547483 clauses, 51523658 bytes)
15.66/15.99	c 16	136914 (60%) CSP clauses are encoded (3236374 clauses, 66155586 bytes)
17.05/17.34	c 17	159733 (70%) CSP clauses are encoded (3925441 clauses, 80778781 bytes)
18.42/18.71	c 18	182552 (80%) CSP clauses are encoded (4614772 clauses, 95435461 bytes)
19.69/20.08	c 20	205371 (90%) CSP clauses are encoded (5304103 clauses, 110147279 bytes)
21.06/21.46	c 21	228190 (100%) CSP clauses are encoded (5993698 clauses, 124915161 bytes)
21.06/21.46	c 21	228190 CSP clauses encoded
21.06/21.46	c 21	Writing map file : HOME/temp.map
21.06/21.49	c 21	Heap : 92 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
21.06/21.49	c 21	SAT : 178374 SAT variables, 5993698 SAT clauses, 124915161 bytes
21.06/21.49	c 21	Heap : 92 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
21.15/21.54	c 21	SOLVING HOME/temp.cnf
21.15/21.54	c 21	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
21.15/21.55	c 21	This is MiniSat 2.0 beta
21.15/21.55	c 21	WARNING: for repeatability, setting FPU to use double precision
21.15/21.55	c 21	============================[ Problem Statistics ]=============================
21.15/21.55	c 21	|                                                                             |
21.15/21.55	c 21	|  Number of variables:  178374                                               |
21.15/21.55	c 21	|  Number of clauses:    5993698                                              |
24.13/24.50	c 24	|  Parsing time:         2.54         s                                       |
24.24/24.63	c 24	============================[ Search Statistics ]==============================
24.24/24.63	c 24	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
24.24/24.63	c 24	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
24.24/24.63	c 24	===============================================================================
24.24/24.63	c 24	|         0 |  178374  5993698 17637874 |  1997899        0    nan |  0.000 % |
26.03/26.49	c 26	|       101 |  178374  5993698 17637874 |  2197689      101     13 |  0.000 % |
27.62/28.04	c 28	|       252 |  178374  5993698 17637874 |  2417458      252     22 |  0.000 % |
27.73/28.17	c 28	|       478 |  178374  5993698 17637874 |  2659204      478     15 |  0.000 % |
30.22/30.67	c 30	|       815 |  178374  5993698 17637874 |  2925124      815     14 |  0.000 % |
31.13/31.55	c 31	|      1321 |  178374  5993698 17637874 |  3217636     1321     14 |  0.000 % |
32.13/32.57	c 32	|      2080 |  178374  5993698 17637874 |  3539400     2080     17 |  0.000 % |
32.83/33.23	c 33	|      3220 |  178374  5993698 17637874 |  3893340     3220     15 |  0.000 % |
40.42/40.82	c 40	|      4928 |  178374  5993698 17637874 |  4282674     4928     16 |  0.000 % |
50.31/50.80	c 50	|      7490 |  178374  5993698 17637874 |  4710942     7490     27 |  0.000 % |
52.62/53.03	c 53	|     11334 |  178374  5993698 17637874 |  5182036    11334     26 |  0.000 % |
56.12/56.59	c 56	|     17100 |  178374  5993698 17637874 |  5700239    17100     25 |  0.000 % |
58.22/58.67	c 58	|     25749 |  178374  5993698 17637874 |  6270263    25749     22 |  0.000 % |
125.29/125.74	c 125	|     38723 |  178374  5993698 17637874 |  6897290    38723     27 |  0.000 % |
135.18/135.62	c 135	|     58185 |  178374  5993698 17637874 |  7587019    58185     26 |  0.000 % |
152.08/152.58	c 152	|     87377 |  178374  5993698 17637874 |  8345721    87377     26 |  0.000 % |
282.13/282.62	c 282	|    131167 |  178374  5993698 17637874 |  9180293   131167     43 |  0.000 % |
313.42/313.94	c 313	|    196851 |  178374  5993698 17637874 | 10098322   196851     38 |  0.000 % |
376.91/377.43	c 377	===============================================================================
376.91/377.45	c 377	restarts              : 18
376.91/377.45	c 377	conflicts             : 224192         (631 /sec)
376.91/377.45	c 377	decisions             : 1635462        (1.28 % random) (4605 /sec)
376.91/377.45	c 377	propagations          : 170696529      (480588 /sec)
376.91/377.45	c 377	conflict literals     : 8136078        (2.78 % deleted)
376.91/377.45	c 377	Memory used           : 311.08 MB
376.91/377.45	c 377	CPU time              : 355.183 s
376.91/377.45	c 377	
377.00/377.52	c 377	SATISFIABLE
377.00/377.57	c 377	DECODING HOME/temp.out WITH HOME/temp.map
377.00/377.57	c 377	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
377.08/377.65	c 377	Decoding HOME/temp.out
377.08/377.95	s SATISFIABLE
377.08/377.97	v 31 23 18 15 23 39 16 0 31 4 14 2 22 23 8 43 19 36 19 38 38 24 33 15 24 33 26 19 0 32 37 44 36 37 31 40 28 21 7 8 22 37 29 0 41 24 10 25 15 34 41 6 38 20 2 32 44 20 36 34 20 40 30 25 44 16 42 2 4 21 37 44 10 39 17 1 3 7 9 15 11 16 41 25 10 44 29 43 4 30 12 9 27 38 32 17 26 18 1 39 15 9 21 14 12 23 17 11 24 39 6 3 32 15 37 42 23 19 7 35 6 12 43 31 14 10 33 18 6 21 37 44 40 27 6 0 26 30 12 5 20 33 0 4 21 25 28 1 43 33 24 31 25 27 35 6 11 44 18 34 2 8 28 34 39 11 5 3 35 3 17 5 21 20 33 44 31 14 18 30 42 28 23 27 21 29 35 31 13 39 7 28 4 35 40 26 39 42 9 43 18 41 31 28 34 37 37 9 16 19 4 1 12 16 3 35 13 5 37 41 43 7 30 39 38 13 19 27 14 20 25 36 11 41 10 17 40 16 44 30 38 11 40 13 18 42 38 32 33 14 44 31 37 24 43 18 28 7 12 35 22 41 26 7 32 42 19 13 32 20 34 36 28 41 41 26 38 8 43 11 19 1 12 0 8 1 30 25 28 34 29 32 16 36 9 1 41 11 15 34 7 17 30 22 36 19 24 0 14 2 22 16 26 14 25 36 29 27 42 35 2 26 38 40 32 33 42 23 22 9 17 22 6 29 3 30 40 29 42 19 24 10 43 24 7 5 4 43 11 5 2 1 8 2 0 6 6 9 9 5 8 7 1 5 9 1 0 2 1 5 6 6 2 8 2 5 9 9 0 6 3 7 8 4 5 5 4 8 0 1 0 8 1 1 5 5 1 2 9 2 7 5 7 0 1 5 9 8 7 5 5 1 0 6 0 5 4 6 1 1 9 5 4 1 8 7 1 5 0 4 5 1 2 9 0 8 9 5 9 7 7 7 9 8 4 9 7 9 4 9 1 8 9 9 0 8 5 0 4 8 7 9 0 0 5 1 7 3 3 1 9 8 0 0 0 9 0 5 6 4 1 4 7 0 1 8 8 6 9 0 1 1 6 6 5 8 3 0 6 8 0 4 1 7 8 8 6 6 4 4 0 4 5 0 7 3 2 6 7 0 6 5 0 9 4 1 7 5 0 9 2 1 9 8 2 7 2 1 2 0 4 2 8 4 8 6 4 0 9 9 7 0 8 0 9 2 0 6 0 5 0 6 2 8 3 9 9 9 7 3 3 9 8 5 3 4 4 1 2 6 5 9 8 6 8 2 0 9 3 1 0 9 9 8 2 7 2 8 7 7 2 6 6 9 8 1 9 8 1 6 4 9 1 1 1 8 6 0 2 4 1 5 7 8 1 0 9 8 2 7 7 9 6 4 0 1 5 4 8 7 8 9 4 0 4 8 4 2 3 8 6 0 4 2 1 8 1 5 1 9 8 7 5 4 0 4 4 4 5 5 8 2 1 6 7 9 9 2 7 3 1 9 0 0 8 2 2 6 6 2 7 6 4 8 7 4 4 7 1 6
377.08/377.98	c 377	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
377.48/378.01	c 378	CPU 377.48 (0.06 0.02 375.55 1.85)
377.48/378.01	c 378	END Sat Jul 11 19:42:07 2009

Verifier Data

OK

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2064042-1247333748/watcher-2064042-1247333748 -o /tmp/evaluation-result-2064042-1247333748/solver-2064042-1247333748 -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-2064042-1247333748.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.18 2.14 1.96 4/82 13458
/proc/meminfo: memFree=1312960/2055920 swapFree=4192952/4192956
[pid=13458] ppid=13456 vsize=4708 CPUtime=0
/proc/13458/stat : 13458 (sugar) R 13456 13458 13381 0 -1 4194304 58 0 0 0 0 0 0 0 22 0 1 0 20438163 4820992 43 996147200 4194304 4206940 548682068608 18446744073709551615 248758990217 0 0 4096 0 0 0 0 17 1 0 0
/proc/13458/statm: 1177 43 33 3 0 8 0

[startup+0.0864781 s]
/proc/loadavg: 2.18 2.14 1.96 4/82 13458
/proc/meminfo: memFree=1312960/2055920 swapFree=4192952/4192956
[pid=13458] ppid=13456 vsize=16868 CPUtime=0.06
/proc/13458/stat : 13458 (sugar) S 13456 13458 13381 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 20438163 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13458/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.101402 s]
/proc/loadavg: 2.18 2.14 1.96 4/82 13458
/proc/meminfo: memFree=1312960/2055920 swapFree=4192952/4192956
[pid=13458] ppid=13456 vsize=16868 CPUtime=0.06
/proc/13458/stat : 13458 (sugar) S 13456 13458 13381 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 20438163 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13458/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301377 s]
/proc/loadavg: 2.18 2.14 1.96 4/82 13458
/proc/meminfo: memFree=1312960/2055920 swapFree=4192952/4192956
[pid=13458] ppid=13456 vsize=16868 CPUtime=0.06
/proc/13458/stat : 13458 (sugar) S 13456 13458 13381 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 20438163 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13458/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701418 s]
/proc/loadavg: 2.18 2.14 1.96 4/82 13458
/proc/meminfo: memFree=1312960/2055920 swapFree=4192952/4192956
[pid=13458] ppid=13456 vsize=16868 CPUtime=0.06
/proc/13458/stat : 13458 (sugar) S 13456 13458 13381 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 20438163 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13458/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50249 s]
/proc/loadavg: 2.18 2.14 1.96 3/93 13470
/proc/meminfo: memFree=1286184/2055920 swapFree=4192952/4192956
[pid=13458] ppid=13456 vsize=16868 CPUtime=0.06
/proc/13458/stat : 13458 (sugar) S 13456 13458 13381 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 20438163 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13458/statm: 4217 1111 409 3 0 796 0
[pid=13461] ppid=13458 vsize=5356 CPUtime=0
/proc/13461/stat : 13461 (sh) S 13458 13458 13381 0 -1 4194304 277 0 0 0 0 0 0 0 21 0 1 0 20438171 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13461/statm: 1339 233 193 169 0 50 0
[pid=13462] ppid=13461 vsize=864788 CPUtime=1.38
/proc/13462/stat : 13462 (java) S 13461 13458 13381 0 -1 0 13584 0 1 0 131 7 0 0 18 0 9 0 20438172 885542912 11613 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13462/statm: 216197 11613 2557 9 0 210709 0
[pid=13462/tid=13463] ppid=13461 vsize=864788 CPUtime=0.8
/proc/13462/task/13463/stat : 13463 (java) R 13461 13458 13381 0 -1 64 3066 0 1 0 77 3 0 0 24 0 9 0 20438173 885542912 11613 996147200 134512640 134550932 4294955984 18446744073709551615 4126721263 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13462/tid=13464] ppid=13461 vsize=864788 CPUtime=0.42
/proc/13462/task/13464/stat : 13464 (java) S 13461 13458 13381 0 -1 64 9284 0 0 0 39 3 0 0 16 0 9 0 20438174 885542912 11613 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13462/tid=13465] ppid=13461 vsize=864788 CPUtime=0
/proc/13462/task/13465/stat : 13465 (java) S 13461 13458 13381 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 20438174 885542912 11613 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13462/tid=13466] ppid=13461 vsize=864788 CPUtime=0
/proc/13462/task/13466/stat : 13466 (java) S 13461 13458 13381 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 20438174 885542912 11613 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13462/tid=13467] ppid=13461 vsize=864788 CPUtime=0
/proc/13462/task/13467/stat : 13467 (java) S 13461 13458 13381 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20438176 885542912 11613 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13462/tid=13468] ppid=13461 vsize=864788 CPUtime=0.14
/proc/13462/task/13468/stat : 13468 (java) S 13461 13458 13381 0 -1 64 530 0 0 0 14 0 0 0 16 0 9 0 20438176 885542912 11613 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13462/tid=13469] ppid=13461 vsize=864788 CPUtime=0
/proc/13462/task/13469/stat : 13469 (java) S 13461 13458 13381 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20438176 885542912 11613 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13462/tid=13470] ppid=13461 vsize=864788 CPUtime=0
/proc/13462/task/13470/stat : 13470 (java) S 13461 13458 13381 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20438176 885542912 11613 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 887012

[startup+3.10264 s]
/proc/loadavg: 2.18 2.14 1.96 5/93 13480
/proc/meminfo: memFree=1301608/2055920 swapFree=4192952/4192956
[pid=13458] ppid=13456 vsize=16868 CPUtime=1.69
/proc/13458/stat : 13458 (sugar) S 13456 13458 13381 0 -1 4194304 1309 14101 0 1 5 1 154 9 16 0 1 0 20438163 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13458/statm: 4217 1111 409 3 0 796 0
[pid=13471] ppid=13458 vsize=5356 CPUtime=0
/proc/13471/stat : 13471 (sh) S 13458 13458 13381 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20438339 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13471/statm: 1339 233 193 169 0 50 0
[pid=13472] ppid=13471 vsize=868644 CPUtime=1.32
/proc/13472/stat : 13472 (java) S 13471 13458 13381 0 -1 0 10332 0 1 0 127 5 0 0 18 0 9 0 20438339 889491456 9356 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13472/statm: 217161 9356 2566 9 0 211666 0
[pid=13472/tid=13473] ppid=13471 vsize=868644 CPUtime=0.79
/proc/13472/task/13473/stat : 13473 (java) R 13471 13458 13381 0 -1 64 2717 0 1 0 78 1 0 0 24 0 9 0 20438340 889491456 9356 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13472/tid=13474] ppid=13471 vsize=868644 CPUtime=0.34
/proc/13472/task/13474/stat : 13474 (java) R 13471 13458 13381 0 -1 64 5455 0 0 0 32 2 0 0 16 0 9 0 20438341 889491456 9356 996147200 134512640 134550932 4294955936 18446744073709551615 102709360 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13472/tid=13475] ppid=13471 vsize=868644 CPUtime=0
/proc/13472/task/13475/stat : 13475 (java) S 13471 13458 13381 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20438341 889491456 9356 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13472/tid=13476] ppid=13471 vsize=868644 CPUtime=0
/proc/13472/task/13476/stat : 13476 (java) S 13471 13458 13381 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 20438341 889491456 9356 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13472/tid=13477] ppid=13471 vsize=868644 CPUtime=0
/proc/13472/task/13477/stat : 13477 (java) S 13471 13458 13381 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20438343 889491456 9356 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13472/tid=13478] ppid=13471 vsize=868644 CPUtime=0.15
/proc/13472/task/13478/stat : 13478 (java) S 13471 13458 13381 0 -1 64 1456 0 0 0 15 0 0 0 16 0 9 0 20438343 889491456 9356 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13472/tid=13479] ppid=13471 vsize=868644 CPUtime=0
/proc/13472/task/13479/stat : 13479 (java) S 13471 13458 13381 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20438343 889491456 9356 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13472/tid=13480] ppid=13471 vsize=868644 CPUtime=0
/proc/13472/task/13480/stat : 13480 (java) S 13471 13458 13381 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20438343 889491456 9356 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 890868

[startup+6.30293 s]
/proc/loadavg: 2.17 2.14 1.96 3/93 13480
/proc/meminfo: memFree=1242024/2055920 swapFree=4192952/4192956
[pid=13458] ppid=13456 vsize=16868 CPUtime=1.69
/proc/13458/stat : 13458 (sugar) S 13456 13458 13381 0 -1 4194304 1309 14101 0 1 5 1 154 9 16 0 1 0 20438163 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13458/statm: 4217 1111 409 3 0 796 0
[pid=13471] ppid=13458 vsize=5356 CPUtime=0
/proc/13471/stat : 13471 (sh) S 13458 13458 13381 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20438339 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13471/statm: 1339 233 193 169 0 50 0
[pid=13472] ppid=13471 vsize=869648 CPUtime=4.48
/proc/13472/stat : 13472 (java) S 13471 13458 13381 0 -1 0 24107 0 1 0 436 12 0 0 18 0 9 0 20438339 890519552 22573 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13472/statm: 217412 22573 2566 9 0 211917 0
[pid=13472/tid=13473] ppid=13471 vsize=869648 CPUtime=2.56
/proc/13472/task/13473/stat : 13473 (java) R 13471 13458 13381 0 -1 64 3253 0 1 0 254 2 0 0 25 0 9 0 20438340 890519552 22573 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13472/tid=13474] ppid=13471 vsize=869648 CPUtime=1.72
/proc/13472/task/13474/stat : 13474 (java) R 13471 13458 13381 0 -1 64 18672 0 0 0 164 8 0 0 16 0 9 0 20438341 890519552 22573 996147200 134512640 134550932 4294955936 18446744073709551615 102768136 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13472/tid=13475] ppid=13471 vsize=869648 CPUtime=0
/proc/13472/task/13475/stat : 13475 (java) S 13471 13458 13381 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20438341 890519552 22573 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13472/tid=13476] ppid=13471 vsize=869648 CPUtime=0
/proc/13472/task/13476/stat : 13476 (java) S 13471 13458 13381 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20438341 890519552 22573 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13472/tid=13477] ppid=13471 vsize=869648 CPUtime=0
/proc/13472/task/13477/stat : 13477 (java) S 13471 13458 13381 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20438343 890519552 22573 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13472/tid=13478] ppid=13471 vsize=869648 CPUtime=0.16
/proc/13472/task/13478/stat : 13478 (java) S 13471 13458 13381 0 -1 64 1478 0 0 0 16 0 0 0 16 0 9 0 20438343 890519552 22573 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13472/tid=13479] ppid=13471 vsize=869648 CPUtime=0
/proc/13472/task/13479/stat : 13479 (java) S 13471 13458 13381 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20438343 890519552 22573 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13472/tid=13480] ppid=13471 vsize=869648 CPUtime=0
/proc/13472/task/13480/stat : 13480 (java) S 13471 13458 13381 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20438343 890519552 22573 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 891872

[startup+12.7015 s]
/proc/loadavg: 2.15 2.13 1.96 3/93 13480
/proc/meminfo: memFree=1144104/2055920 swapFree=4192952/4192956
[pid=13458] ppid=13456 vsize=16868 CPUtime=1.7
/proc/13458/stat : 13458 (sugar) S 13456 13458 13381 0 -1 4194304 1310 14101 0 1 5 2 154 9 16 0 1 0 20438163 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13458/statm: 4217 1111 409 3 0 796 0
[pid=13471] ppid=13458 vsize=5356 CPUtime=0
/proc/13471/stat : 13471 (sh) S 13458 13458 13381 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20438339 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13471/statm: 1339 233 193 169 0 50 0
[pid=13472] ppid=13471 vsize=868756 CPUtime=10.81
/proc/13472/stat : 13472 (java) S 13471 13458 13381 0 -1 0 53245 0 1 0 1035 46 0 0 18 0 9 0 20438339 889606144 37423 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13472/statm: 217189 37423 2593 9 0 211666 0
[pid=13472/tid=13473] ppid=13471 vsize=868756 CPUtime=6.42
/proc/13472/task/13473/stat : 13473 (java) R 13471 13458 13381 0 -1 64 4622 0 1 0 620 22 0 0 25 0 9 0 20438340 889606144 37423 996147200 134512640 134550932 4294955936 18446744073709551615 4126551726 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13472/tid=13474] ppid=13471 vsize=868756 CPUtime=4.11
/proc/13472/task/13474/stat : 13474 (java) S 13471 13458 13381 0 -1 64 46391 0 0 0 389 22 0 0 16 0 9 0 20438341 889606144 37423 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13472/tid=13475] ppid=13471 vsize=868756 CPUtime=0
/proc/13472/task/13475/stat : 13475 (java) S 13471 13458 13381 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20438341 889606144 37423 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13472/tid=13476] ppid=13471 vsize=868756 CPUtime=0
/proc/13472/task/13476/stat : 13476 (java) S 13471 13458 13381 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20438341 889606144 37423 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13472/tid=13477] ppid=13471 vsize=868756 CPUtime=0
/proc/13472/task/13477/stat : 13477 (java) S 13471 13458 13381 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20438343 889606144 37423 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13472/tid=13478] ppid=13471 vsize=868756 CPUtime=0.25
/proc/13472/task/13478/stat : 13478 (java) S 13471 13458 13381 0 -1 64 1528 0 0 0 25 0 0 0 16 0 9 0 20438343 889606144 37423 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13472/tid=13479] ppid=13471 vsize=868756 CPUtime=0
/proc/13472/task/13479/stat : 13479 (java) S 13471 13458 13381 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20438343 889606144 37423 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13472/tid=13480] ppid=13471 vsize=868756 CPUtime=0
/proc/13472/task/13480/stat : 13480 (java) S 13471 13458 13381 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20438343 889606144 37423 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 890980

[startup+25.5017 s]
/proc/loadavg: 2.27 2.16 1.97 3/85 13482
/proc/meminfo: memFree=940264/2055920 swapFree=4192952/4192956
[pid=13458] ppid=13456 vsize=16868 CPUtime=21.2
/proc/13458/stat : 13458 (sugar) S 13456 13458 13381 0 -1 4194304 1376 67859 0 2 5 2 1993 120 15 0 1 0 20438163 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13458/statm: 4217 1113 409 3 0 796 0
[pid=13481] ppid=13458 vsize=5356 CPUtime=0
/proc/13481/stat : 13481 (sh) S 13458 13458 13381 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20440318 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13481/statm: 1339 232 193 169 0 50 0
[pid=13482] ppid=13481 vsize=258464 CPUtime=3.93
/proc/13482/stat : 13482 (minisat) R 13481 13458 13381 0 -1 4194304 62068 0 0 0 350 43 0 0 25 0 1 0 20440318 264667136 62054 996147200 134512640 135127466 4294956256 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 0 0 0
/proc/13482/statm: 64616 62054 72 150 0 64463 0
Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 280688

[startup+51.102 s]
/proc/loadavg: 2.30 2.18 1.98 3/85 13482
/proc/meminfo: memFree=912360/2055920 swapFree=4192952/4192956
[pid=13458] ppid=13456 vsize=16868 CPUtime=21.2
/proc/13458/stat : 13458 (sugar) S 13456 13458 13381 0 -1 4194304 1376 67859 0 2 5 2 1993 120 16 0 1 0 20438163 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13458/statm: 4217 1113 409 3 0 796 0

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


[startup+162.301 s]
/proc/loadavg: 2.16 2.18 2.00 3/85 13483
/proc/meminfo: memFree=685088/2055920 swapFree=4192952/4192956
[pid=13458] ppid=13456 vsize=16868 CPUtime=21.2
/proc/13458/stat : 13458 (sugar) S 13456 13458 13381 0 -1 4194304 1376 67859 0 2 5 2 1993 120 16 0 1 0 20438163 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13458/statm: 4217 1113 409 3 0 796 0
[pid=13481] ppid=13458 vsize=5356 CPUtime=0
/proc/13481/stat : 13481 (sh) S 13458 13458 13381 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20440318 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13481/statm: 1339 232 193 169 0 50 0
[pid=13482] ppid=13481 vsize=291900 CPUtime=140.67
/proc/13482/stat : 13482 (minisat) R 13481 13458 13381 0 -1 4194304 70345 0 0 0 14018 49 0 0 25 0 1 0 20440318 298905600 70331 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 0 0 0
/proc/13482/statm: 72975 70331 76 150 0 72822 0
Current children cumulated CPU time (s) 161.87
Current children cumulated vsize (KiB) 314124

[startup+222.302 s]
/proc/loadavg: 2.17 2.18 2.01 3/85 13483
/proc/meminfo: memFree=675808/2055920 swapFree=4192952/4192956
[pid=13458] ppid=13456 vsize=16868 CPUtime=21.2
/proc/13458/stat : 13458 (sugar) S 13456 13458 13381 0 -1 4194304 1376 67859 0 2 5 2 1993 120 16 0 1 0 20438163 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13458/statm: 4217 1113 409 3 0 796 0
[pid=13481] ppid=13458 vsize=5356 CPUtime=0
/proc/13481/stat : 13481 (sh) S 13458 13458 13381 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20440318 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13481/statm: 1339 232 193 169 0 50 0
[pid=13482] ppid=13481 vsize=297576 CPUtime=200.65
/proc/13482/stat : 13482 (minisat) R 13481 13458 13381 0 -1 4194304 71785 0 0 0 20014 51 0 0 25 0 1 0 20440318 304717824 71771 996147200 134512640 135127466 4294956256 18446744073709551615 134530644 0 0 4096 3 0 0 0 17 0 0 0
/proc/13482/statm: 74394 71771 76 150 0 74241 0
Current children cumulated CPU time (s) 221.85
Current children cumulated vsize (KiB) 319800

[startup+282.302 s]
/proc/loadavg: 2.27 2.20 2.02 3/85 13483
/proc/meminfo: memFree=658976/2055920 swapFree=4192952/4192956
[pid=13458] ppid=13456 vsize=16868 CPUtime=21.2
/proc/13458/stat : 13458 (sugar) S 13456 13458 13381 0 -1 4194304 1376 67859 0 2 5 2 1993 120 16 0 1 0 20438163 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13458/statm: 4217 1113 409 3 0 796 0
[pid=13481] ppid=13458 vsize=5356 CPUtime=0
/proc/13481/stat : 13481 (sh) S 13458 13458 13381 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20440318 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13481/statm: 1339 232 193 169 0 50 0
[pid=13482] ppid=13481 vsize=304836 CPUtime=260.62
/proc/13482/stat : 13482 (minisat) R 13481 13458 13381 0 -1 4194304 73597 0 0 0 26009 53 0 0 25 0 1 0 20440318 312152064 73583 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/13482/statm: 76209 73583 76 150 0 76056 0
Current children cumulated CPU time (s) 281.82
Current children cumulated vsize (KiB) 327060

[startup+342.301 s]
/proc/loadavg: 2.32 2.22 2.04 3/85 13483
/proc/meminfo: memFree=636768/2055920 swapFree=4192952/4192956
[pid=13458] ppid=13456 vsize=16868 CPUtime=21.21
/proc/13458/stat : 13458 (sugar) S 13456 13458 13381 0 -1 4194304 1376 67859 0 2 6 2 1993 120 16 0 1 0 20438163 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13458/statm: 4217 1113 409 3 0 796 0
[pid=13481] ppid=13458 vsize=5356 CPUtime=0
/proc/13481/stat : 13481 (sh) S 13458 13458 13381 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20440318 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13481/statm: 1339 232 193 169 0 50 0
[pid=13482] ppid=13481 vsize=317836 CPUtime=320.6
/proc/13482/stat : 13482 (minisat) R 13481 13458 13381 0 -1 4194304 76786 0 0 0 32004 56 0 0 25 0 1 0 20440318 325464064 76772 996147200 134512640 135127466 4294956256 18446744073709551615 134530644 0 0 4096 3 0 0 0 17 0 0 0
/proc/13482/statm: 79459 76772 76 150 0 79306 0
Current children cumulated CPU time (s) 341.81
Current children cumulated vsize (KiB) 340060

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

[startup+358.302 s]
/proc/loadavg: 2.25 2.21 2.04 3/85 13483
/proc/meminfo: memFree=633312/2055920 swapFree=4192952/4192956
[pid=13458] ppid=13456 vsize=16868 CPUtime=21.21
/proc/13458/stat : 13458 (sugar) S 13456 13458 13381 0 -1 4194304 1376 67859 0 2 6 2 1993 120 16 0 1 0 20438163 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13458/statm: 4217 1113 409 3 0 796 0
[pid=13481] ppid=13458 vsize=5356 CPUtime=0
/proc/13481/stat : 13481 (sh) S 13458 13458 13381 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20440318 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13481/statm: 1339 232 193 169 0 50 0
[pid=13482] ppid=13481 vsize=318100 CPUtime=336.59
/proc/13482/stat : 13482 (minisat) R 13481 13458 13381 0 -1 4194304 76834 0 0 0 33603 56 0 0 25 0 1 0 20440318 325734400 76820 996147200 134512640 135127466 4294956256 18446744073709551615 134530933 0 0 4096 3 0 0 0 17 0 0 0
/proc/13482/statm: 79525 76820 76 150 0 79372 0
Current children cumulated CPU time (s) 357.8
Current children cumulated vsize (KiB) 340324

[startup+371.102 s]
/proc/loadavg: 2.19 2.20 2.04 3/85 13483
/proc/meminfo: memFree=633120/2055920 swapFree=4192952/4192956
[pid=13458] ppid=13456 vsize=16868 CPUtime=21.21
/proc/13458/stat : 13458 (sugar) S 13456 13458 13381 0 -1 4194304 1376 67859 0 2 6 2 1993 120 16 0 1 0 20438163 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13458/statm: 4217 1113 409 3 0 796 0
[pid=13481] ppid=13458 vsize=5356 CPUtime=0
/proc/13481/stat : 13481 (sh) S 13458 13458 13381 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20440318 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13481/statm: 1339 232 193 169 0 50 0
[pid=13482] ppid=13481 vsize=318232 CPUtime=349.39
/proc/13482/stat : 13482 (minisat) R 13481 13458 13381 0 -1 4194304 76871 0 0 0 34883 56 0 0 25 0 1 0 20440318 325869568 76857 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/13482/statm: 79558 76857 76 150 0 79405 0
Current children cumulated CPU time (s) 370.6
Current children cumulated vsize (KiB) 340456

[startup+374.301 s]
/proc/loadavg: 2.26 2.21 2.04 4/85 13483
/proc/meminfo: memFree=631968/2055920 swapFree=4192952/4192956
[pid=13458] ppid=13456 vsize=16868 CPUtime=21.21
/proc/13458/stat : 13458 (sugar) S 13456 13458 13381 0 -1 4194304 1376 67859 0 2 6 2 1993 120 16 0 1 0 20438163 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13458/statm: 4217 1113 409 3 0 796 0
[pid=13481] ppid=13458 vsize=5356 CPUtime=0
/proc/13481/stat : 13481 (sh) S 13458 13458 13381 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20440318 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13481/statm: 1339 232 193 169 0 50 0
[pid=13482] ppid=13481 vsize=318232 CPUtime=352.6
/proc/13482/stat : 13482 (minisat) R 13481 13458 13381 0 -1 4194304 76891 0 0 0 35203 57 0 0 25 0 1 0 20440318 325869568 76877 996147200 134512640 135127466 4294956256 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 0 0 0
/proc/13482/statm: 79558 76877 76 150 0 79405 0
Current children cumulated CPU time (s) 373.81
Current children cumulated vsize (KiB) 340456

[startup+375.902 s]
/proc/loadavg: 2.26 2.21 2.04 3/85 13483
/proc/meminfo: memFree=631840/2055920 swapFree=4192952/4192956
[pid=13458] ppid=13456 vsize=16868 CPUtime=21.21
/proc/13458/stat : 13458 (sugar) S 13456 13458 13381 0 -1 4194304 1376 67859 0 2 6 2 1993 120 16 0 1 0 20438163 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13458/statm: 4217 1113 409 3 0 796 0
[pid=13481] ppid=13458 vsize=5356 CPUtime=0
/proc/13481/stat : 13481 (sh) S 13458 13458 13381 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20440318 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13481/statm: 1339 232 193 169 0 50 0
[pid=13482] ppid=13481 vsize=318232 CPUtime=354.2
/proc/13482/stat : 13482 (minisat) R 13481 13458 13381 0 -1 4194304 76891 0 0 0 35363 57 0 0 25 0 1 0 20440318 325869568 76877 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/13482/statm: 79558 76877 76 150 0 79405 0
Current children cumulated CPU time (s) 375.41
Current children cumulated vsize (KiB) 340456

[startup+376.702 s]
/proc/loadavg: 2.26 2.21 2.04 3/85 13483
/proc/meminfo: memFree=631840/2055920 swapFree=4192952/4192956
[pid=13458] ppid=13456 vsize=16868 CPUtime=21.21
/proc/13458/stat : 13458 (sugar) S 13456 13458 13381 0 -1 4194304 1376 67859 0 2 6 2 1993 120 16 0 1 0 20438163 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13458/statm: 4217 1113 409 3 0 796 0
[pid=13481] ppid=13458 vsize=5356 CPUtime=0
/proc/13481/stat : 13481 (sh) S 13458 13458 13381 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20440318 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13481/statm: 1339 232 193 169 0 50 0
[pid=13482] ppid=13481 vsize=318232 CPUtime=355
/proc/13482/stat : 13482 (minisat) R 13481 13458 13381 0 -1 4194304 76891 0 0 0 35443 57 0 0 25 0 1 0 20440318 325869568 76877 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/13482/statm: 79558 76877 76 150 0 79405 0
Current children cumulated CPU time (s) 376.21
Current children cumulated vsize (KiB) 340456

[startup+377.503 s]
/proc/loadavg: 2.26 2.21 2.04 3/85 13483
/proc/meminfo: memFree=631840/2055920 swapFree=4192952/4192956
[pid=13458] ppid=13456 vsize=16868 CPUtime=21.21
/proc/13458/stat : 13458 (sugar) S 13456 13458 13381 0 -1 4194304 1376 67859 0 2 6 2 1993 120 16 0 1 0 20438163 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13458/statm: 4217 1113 409 3 0 796 0
[pid=13481] ppid=13458 vsize=5356 CPUtime=0
/proc/13481/stat : 13481 (sh) S 13458 13458 13381 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20440318 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13481/statm: 1339 232 193 169 0 50 0
[pid=13482] ppid=13481 vsize=318552 CPUtime=355.79
/proc/13482/stat : 13482 (minisat) R 13481 13458 13381 0 -1 4194304 76988 0 0 0 35522 57 0 0 25 0 1 0 20440318 326197248 76973 996147200 134512640 135127466 4294956256 18446744073709551615 134722990 0 0 4096 3 0 0 0 17 0 0 0
/proc/13482/statm: 79638 76973 82 150 0 79485 0
Current children cumulated CPU time (s) 377
Current children cumulated vsize (KiB) 340776

[startup+377.902 s]
/proc/loadavg: 2.26 2.21 2.04 3/85 13483
/proc/meminfo: memFree=631840/2055920 swapFree=4192952/4192956
[pid=13458] ppid=13456 vsize=16868 CPUtime=377.08
/proc/13458/stat : 13458 (sugar) S 13456 13458 13381 0 -1 4194304 1448 145132 0 2 6 2 37518 182 16 0 1 0 20438163 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13458/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 377.08
Current children cumulated vsize (KiB) 16868

[startup+378.002 s]
/proc/loadavg: 2.26 2.21 2.04 3/85 13483
/proc/meminfo: memFree=631840/2055920 swapFree=4192952/4192956
[pid=13458] ppid=13456 vsize=16868 CPUtime=377.48
/proc/13458/stat : 13458 (sugar) R 13456 13458 13381 0 -1 4194304 1478 149086 0 3 6 2 37555 185 15 0 1 0 20438163 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 248761783337 0 0 4224 16386 0 0 0 17 0 0 0
/proc/13458/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 377.48
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 378.064
CPU time (s): 377.563
CPU user time (s): 375.616
CPU system time (s): 1.9467
CPU usage (%): 99.8673
Max. virtual memory (cumulated for all children) (KiB): 911356

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 375.616
system time used= 1.9467
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 150624
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7203
involuntary context switches= 8913

runsolver used 0.428934 second user time and 1.3168 second system time

The end

Launcher Data

Begin job on node55 at 2009-07-11 19:35:48
IDJOB=2064042
IDBENCH=54117
IDSOLVER=739
FILE ID=node55/2064042-1247333748
PBS_JOBID= 9506715
Free space on /tmp= 66344 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/compet02/normalized-patat-02-comp-15.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-2064042-1247333748/watcher-2064042-1247333748 -o /tmp/evaluation-result-2064042-1247333748/solver-2064042-1247333748 -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-2064042-1247333748.xml

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

MD5SUM BENCH= fa28d59847bbf3c05de00d920280fcee
RANDOM SEED=957151931

node55.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.231
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.231
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:       1313440 kB
Buffers:         59336 kB
Cached:         475752 kB
SwapCached:          4 kB
Active:         204300 kB
Inactive:       467440 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1313440 kB
SwapTotal:     4192956 kB
SwapFree:      4192952 kB
Dirty:            4332 kB
Writeback:           0 kB
Mapped:         157084 kB
Slab:            55796 kB
Committed_AS:   287316 kB
PageTables:       2028 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= 66344 MiB
End job on node55 at 2009-07-11 19:42:07