Trace number 2063921

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 303.713 305.438

General information on the benchmark

Namecsp/compet08/
normalized-patat-08-comp-12.xml
MD5SUM3aaedc74d6ee49711e76829517479c6b
Bench CategoryAlldiff (alldiff)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark23.1345
Satisfiable
(Un)Satisfiability was proved
Number of variables800
Number of constraints33494
Maximum constraint arity23
Maximum domain size34
Number of constraints which are defined in extension0
Number of constraints which are defined in intension33194
Global constraints used (with number of constraints)alldifferent(300)

Solver Data

0.04/0.06	c 0	Sugar v1-14-6 + HOME/minisat
0.04/0.06	c 0	BEGIN Sat Jul 11 19:28:49 2009
0.04/0.06	c 0	PID 14996
0.04/0.07	c 0	HOST node80.alineos.net
0.04/0.07	c 0	CONVERTING HOME/instance-2063921-1247333328.xml TO HOME/temp.csp
0.04/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2063921-1247333328.xml' 'HOME/temp.csp'
1.95/2.06	c 2	428 domains, 800 variables, 1 predicates, 0 relations, 33494 constraints
2.02/2.10	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
2.02/2.10	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.02/2.17	c 2	Parsing HOME/temp.csp
2.02/2.48	c 2	parsed 10000 expressions
2.02/2.66	c 2	parsed 20000 expressions
2.02/2.75	c 2	parsed 30000 expressions
2.02/2.87	c 2	parsed 34723 expressions
2.02/2.88	c 2	Heap : 13 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.02/2.88	c 2	Converting to clausal form CSP
4.09/4.27	c 4	converted 3473 (10%) expressions
5.88/6.06	c 6	converted 6945 (20%) expressions
7.37/7.59	c 7	converted 10417 (30%) expressions
9.46/9.66	c 9	converted 13890 (40%) expressions
11.05/11.25	c 11	converted 17362 (50%) expressions
13.34/13.58	c 13	converted 20834 (60%) expressions
14.93/15.15	c 15	converted 24307 (70%) expressions
16.53/16.75	c 16	converted 27779 (80%) expressions
18.02/18.30	c 18	converted 31251 (90%) expressions
53.75/54.18	c 54	converted 34723 (100%) expressions
53.75/54.18	c 54	CSP : 800 integers, 0 booleans, 96457 clauses, largest domain size 34
53.75/54.18	c 54	Heap : 470 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
53.75/54.18	c 54	Propagation in CSP
59.52/59.97	c 60	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
59.52/59.97	c 60	CSP : 800 integers, 0 booleans, 96457 clauses, largest domain size 34
59.52/59.97	c 60	Heap : 463 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
59.62/60.07	c 60	Simplifing CSP by introducing new Boolean variables
63.20/63.66	c 63	CSP : 800 integers, 253352 booleans, 349809 clauses, largest domain size 34
63.20/63.66	c 63	Heap : 537 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
65.89/66.38	c 66	Encoding CSP to SAT : HOME/temp.cnf
65.98/66.46	c 66	80 (10%) CSP integer variables are encoded (1836 clauses, 21809 bytes)
65.98/66.47	c 66	160 (20%) CSP integer variables are encoded (3705 clauses, 46106 bytes)
65.98/66.48	c 66	240 (30%) CSP integer variables are encoded (5603 clauses, 70780 bytes)
65.98/66.48	c 66	320 (40%) CSP integer variables are encoded (7502 clauses, 95467 bytes)
65.98/66.49	c 66	400 (50%) CSP integer variables are encoded (9370 clauses, 119751 bytes)
65.98/66.49	c 66	480 (60%) CSP integer variables are encoded (9776 clauses, 125436 bytes)
65.98/66.49	c 66	560 (70%) CSP integer variables are encoded (10150 clauses, 131046 bytes)
65.98/66.49	c 66	640 (80%) CSP integer variables are encoded (10579 clauses, 137481 bytes)
65.98/66.50	c 66	720 (90%) CSP integer variables are encoded (10973 clauses, 143391 bytes)
65.98/66.50	c 66	800 (100%) CSP integer variables are encoded (11419 clauses, 150081 bytes)
67.68/68.16	c 68	34981 (10%) CSP clauses are encoded (412527 clauses, 7684113 bytes)
69.26/69.75	c 69	69962 (20%) CSP clauses are encoded (819505 clauses, 15738576 bytes)
70.85/71.36	c 71	104943 (30%) CSP clauses are encoded (1215814 clauses, 23570420 bytes)
72.54/73.04	c 73	139924 (40%) CSP clauses are encoded (1623836 clauses, 31993088 bytes)
74.43/74.93	c 74	174905 (50%) CSP clauses are encoded (2085377 clauses, 41486866 bytes)
76.71/77.21	c 77	209886 (60%) CSP clauses are encoded (2638526 clauses, 52682397 bytes)
78.90/79.46	c 79	244867 (70%) CSP clauses are encoded (3187799 clauses, 63812581 bytes)
81.17/81.74	c 81	279848 (80%) CSP clauses are encoded (3739478 clauses, 75021725 bytes)
83.36/83.99	c 84	314829 (90%) CSP clauses are encoded (4291036 clauses, 86214675 bytes)
85.65/86.25	c 86	349809 (100%) CSP clauses are encoded (4846952 clauses, 97528570 bytes)
85.65/86.25	c 86	349809 CSP clauses encoded
85.65/86.25	c 86	Writing map file : HOME/temp.map
85.65/86.29	c 86	Heap : 547 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
85.65/86.29	c 86	SAT : 265444 SAT variables, 4846952 SAT clauses, 97528570 bytes
85.65/86.29	c 86	Heap : 547 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
85.80/86.43	c 86	SOLVING HOME/temp.cnf
85.80/86.43	c 86	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
85.80/86.43	c 86	This is MiniSat 2.0 beta
85.80/86.43	c 86	WARNING: for repeatability, setting FPU to use double precision
85.80/86.43	c 86	============================[ Problem Statistics ]=============================
85.80/86.43	c 86	|                                                                             |
85.80/86.44	c 86	|  Number of variables:  265444                                               |
85.80/86.44	c 86	|  Number of clauses:    4846952                                              |
88.31/88.98	c 89	|  Parsing time:         2.26         s                                       |
88.51/89.13	c 89	============================[ Search Statistics ]==============================
88.51/89.13	c 89	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
88.51/89.13	c 89	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
88.51/89.13	c 89	===============================================================================
88.51/89.13	c 89	|         0 |  265444  4846952 14106385 |  1615650        0    nan |  0.000 % |
90.79/91.48	c 91	|       100 |  265444  4846952 14106385 |  1777215      100    145 |  0.000 % |
91.70/92.32	c 92	|       251 |  265444  4846952 14106385 |  1954937      251     72 |  0.000 % |
92.89/93.54	c 93	|       477 |  265444  4846952 14106385 |  2150431      477     65 |  0.000 % |
96.27/96.97	c 97	|       815 |  265444  4846952 14106385 |  2365474      815     97 |  0.000 % |
97.76/98.49	c 98	|      1321 |  265444  4846952 14106385 |  2602021     1321     71 |  0.000 % |
99.65/100.33	c 100	|      2081 |  265444  4846952 14106385 |  2862223     2081     53 |  0.000 % |
103.33/104.03	c 104	|      3222 |  265444  4846952 14106385 |  3148446     3222     50 |  0.000 % |
106.02/106.71	c 106	|      4932 |  265444  4846952 14106385 |  3463290     4932     40 |  0.000 % |
123.93/124.75	c 124	|      7495 |  265444  4846952 14106385 |  3809619     7495     71 |  0.000 % |
146.90/147.87	c 147	|     11339 |  265444  4846952 14106385 |  4190581    11339     74 |  0.000 % |
177.84/178.92	c 178	|     17106 |  265444  4846952 14106385 |  4609639    17106     74 |  0.000 % |
207.69/208.98	c 209	|     25757 |  265444  4846952 14106385 |  5070603    25757     67 |  0.000 % |
265.39/266.97	c 267	|     38731 |  265444  4846952 14106385 |  5577664    38731     63 |  0.000 % |
302.91/304.64	c 304	===============================================================================
302.91/304.66	c 304	restarts              : 14
302.91/304.66	c 304	conflicts             : 48526          (224 /sec)
302.91/304.66	c 304	decisions             : 101303         (1.16 % random) (467 /sec)
302.91/304.66	c 304	propagations          : 157554972      (726790 /sec)
302.91/304.66	c 304	conflict literals     : 3105381        (4.72 % deleted)
302.91/304.66	c 304	Memory used           : 236.84 MB
302.91/304.66	c 304	CPU time              : 216.782 s
302.91/304.66	c 304	
303.00/304.77	c 304	SATISFIABLE
303.10/304.80	c 304	DECODING HOME/temp.out WITH HOME/temp.map
303.10/304.80	c 304	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'
303.10/304.88	c 304	Decoding HOME/temp.out
303.11/305.31	s SATISFIABLE
303.11/305.34	v 11 24 27 42 41 36 32 35 36 35 28 7 43 33 24 2 39 25 2 22 42 4 38 27 26 24 33 8 34 14 16 29 14 37 26 42 26 15 30 34 15 32 40 1 11 19 13 11 44 23 8 37 5 24 26 29 23 43 8 39 30 5 3 36 6 10 7 2 35 17 6 36 2 17 25 28 33 18 28 37 37 7 12 38 16 17 8 19 25 12 44 11 9 5 0 15 31 0 41 28 42 8 13 11 10 4 20 0 27 0 38 11 7 24 34 35 44 31 20 38 39 39 9 19 42 33 41 33 39 42 16 29 3 34 36 24 40 9 3 5 0 27 43 8 6 13 15 22 44 30 10 7 21 16 43 6 31 37 10 35 36 31 1 30 28 15 38 18 11 16 9 41 27 5 14 22 34 13 29 5 4 42 3 36 12 5 44 25 41 1 38 41 29 44 20 17 21 12 27 17 33 0 44 12 39 15 36 39 4 35 2 37 34 37 3 40 12 38 1 30 7 36 28 0 34 1 30 2 21 6 43 13 22 43 8 34 33 1 14 20 1 27 32 29 25 2 19 33 7 28 25 34 21 30 6 26 7 26 40 40 40 11 5 9 25 16 3 42 12 13 22 39 27 5 31 44 32 24 23 18 24 14 15 36 30 17 18 21 43 20 12 23 15 40 18 16 10 19 26 4 8 35 15 24 4 20 42 32 44 26 21 5 9 16 31 8 5 14 41 17 23 33 19 19 22 13 2 27 29 35 2 10 10 32 6 33 41 7 3 20 41 0 3 32 19 40 10 4 38 41 30 9 27 8 10 6 28 30 16 12 28 3 43 17 12 12 39 23 36 28 23 14 3 40 43 38 21 0 41 5 9 27 11 26 18 22 19 18 18 37 24 1 29 29 2 4 35 25 9 35 16 19 13 1 9 4 12 4 5 15 9 6 12 10 9 8 19 3 12 19 4 0 12 11 5 17 17 19 4 3 17 3 0 5 12 14 16 9 9 8 18 18 0 13 4 3 8 6 17 12 12 6 16 4 19 0 2 17 4 15 17 3 14 3 8 11 14 0 19 19 10 18 2 12 1 2 19 12 8 0 2 8 6 8 15 17 1 6 10 14 13 3 1 15 15 2 15 1 12 13 15 18 9 0 14 4 12 19 7 3 14 13 15 7 12 10 16 19 11 13 12 18 4 5 11 8 15 9 8 13 4 2 13 1 15 16 2 14 11 6 6 3 7 8 4 2 10 8 12 6 0 2 4 10 9 0 5 11 12 6 7 2 3 4 16 6 1 2 10 19 10 19 12 17 1 6 3 15 9 13 3 8 0 12 9 14 10 8 6 1 3 16 13 19 6 13 6 0 6 4 0 2 5 5 6 12 17 4 9 14 1 16 2 9 19 8 12 15 0 15 17 19 19 17 9 15 13 14 10 19 10 6 0 1 13 0 12 17 10 7 9 1 11 6 9 16 10 14 19 17 14 6 8 14 9 13 5 11 7 18 6 17 0 3 7 9 18 12 10 7 1 16 17 5 4 3 16 10 17 18 8 12 19 2 19 3 19 2 15 5 1 13 1 12 0 16 18 9 14 1 7 12 4 5 5 8 19 1 14 15 19 19 9 18 12 10 2 2 18 6 14 1 2 4 17 19 5 2 15 0 18 10 9 5 17 5 4 9 4 9 1 7 7 10 8 3 17 19 11 11 18 12 14 6 6 5 12 12 13 8 6 9 19 11 19 18 5 11 16 11 9 11 3 9 11 5 12 18 8 11 18 10 9 6 16 5 19 11 7 17 18 2 17 8 19 18 9 5 13 13
303.11/305.35	c 305	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
303.11/305.39	c 305	CPU 303.64 (0.05 0.02 301.73 1.84)
303.11/305.39	c 305	END Sat Jul 11 19:33:54 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-2063921-1247333328/watcher-2063921-1247333328 -o /tmp/evaluation-result-2063921-1247333328/solver-2063921-1247333328 -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-2063921-1247333328.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.02 1.99 1.76 4/83 14996
/proc/meminfo: memFree=759208/2055920 swapFree=4192956/4192956
[pid=14996] ppid=14994 vsize=12272 CPUtime=0
/proc/14996/stat : 14996 (sugar) R 14994 14996 13238 0 -1 4194304 396 0 0 0 0 0 0 0 18 0 1 0 20397435 12566528 364 996147200 4194304 4206940 548682068608 18446744073709551615 226695887870 0 0 4224 0 0 0 0 17 0 0 0
/proc/14996/statm: 3068 364 274 3 0 168 0

[startup+0.0496671 s]
/proc/loadavg: 2.02 1.99 1.76 4/83 14996
/proc/meminfo: memFree=759208/2055920 swapFree=4192956/4192956
[pid=14996] ppid=14994 vsize=15948 CPUtime=0.04
/proc/14996/stat : 14996 (sugar) R 14994 14996 13238 0 -1 4194304 910 0 0 0 3 1 0 0 18 0 1 0 20397435 16330752 878 996147200 4194304 4206940 548682068608 18446744073709551615 226687154789 0 0 4224 0 0 0 0 17 0 0 0
/proc/14996/statm: 3987 878 380 3 0 566 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 15948

[startup+0.101678 s]
/proc/loadavg: 2.02 1.99 1.76 4/83 14996
/proc/meminfo: memFree=759208/2055920 swapFree=4192956/4192956
[pid=14996] ppid=14994 vsize=16868 CPUtime=0.05
/proc/14996/stat : 14996 (sugar) S 14994 14996 13238 0 -1 4194304 1227 128 0 0 4 1 0 0 16 0 1 0 20397435 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14996/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16868

[startup+0.301716 s]
/proc/loadavg: 2.02 1.99 1.76 4/83 14996
/proc/meminfo: memFree=759208/2055920 swapFree=4192956/4192956
[pid=14996] ppid=14994 vsize=16868 CPUtime=0.05
/proc/14996/stat : 14996 (sugar) S 14994 14996 13238 0 -1 4194304 1227 128 0 0 4 1 0 0 16 0 1 0 20397435 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14996/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16868

[startup+0.701797 s]
/proc/loadavg: 2.02 1.99 1.76 4/83 14996
/proc/meminfo: memFree=759208/2055920 swapFree=4192956/4192956
[pid=14996] ppid=14994 vsize=16868 CPUtime=0.05
/proc/14996/stat : 14996 (sugar) S 14994 14996 13238 0 -1 4194304 1227 128 0 0 4 1 0 0 16 0 1 0 20397435 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14996/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16868

[startup+1.50296 s]
/proc/loadavg: 2.02 1.99 1.76 3/94 15008
/proc/meminfo: memFree=723792/2055920 swapFree=4192956/4192956
[pid=14996] ppid=14994 vsize=16868 CPUtime=0.05
/proc/14996/stat : 14996 (sugar) S 14994 14996 13238 0 -1 4194304 1227 128 0 0 4 1 0 0 16 0 1 0 20397435 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14996/statm: 4217 1111 409 3 0 796 0
[pid=14999] ppid=14996 vsize=5356 CPUtime=0
/proc/14999/stat : 14999 (sh) S 14996 14996 13238 0 -1 4194304 277 0 0 0 0 0 0 0 16 0 1 0 20397442 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14999/statm: 1339 233 193 169 0 50 0
[pid=15000] ppid=14999 vsize=864776 CPUtime=1.41
/proc/15000/stat : 15000 (java) S 14999 14996 13238 0 -1 0 18006 0 1 0 132 9 0 0 20 0 9 0 20397443 885530624 15071 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15000/statm: 216194 15071 2556 9 0 210706 0
[pid=15000/tid=15001] ppid=14999 vsize=864776 CPUtime=0.63
/proc/15000/task/15001/stat : 15001 (java) R 14999 14996 13238 0 -1 64 3358 0 1 0 61 2 0 0 25 0 9 0 20397444 885530624 15071 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15000/tid=15002] ppid=14999 vsize=864776 CPUtime=0.65
/proc/15000/task/15002/stat : 15002 (java) R 14999 14996 13238 0 -1 64 13429 0 0 0 59 6 0 0 17 0 9 0 20397445 885530624 15071 996147200 134512640 134550932 4294955984 18446744073709551615 104187636 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15000/tid=15003] ppid=14999 vsize=864776 CPUtime=0
/proc/15000/task/15003/stat : 15003 (java) S 14999 14996 13238 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 20397445 885530624 15071 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15000/tid=15004] ppid=14999 vsize=864776 CPUtime=0
/proc/15000/task/15004/stat : 15004 (java) S 14999 14996 13238 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 20397445 885530624 15071 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15000/tid=15005] ppid=14999 vsize=864776 CPUtime=0
/proc/15000/task/15005/stat : 15005 (java) S 14999 14996 13238 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 20397447 885530624 15071 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15000/tid=15006] ppid=14999 vsize=864776 CPUtime=0.1
/proc/15000/task/15006/stat : 15006 (java) S 14999 14996 13238 0 -1 64 513 0 0 0 10 0 0 0 16 0 9 0 20397447 885530624 15071 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15000/tid=15007] ppid=14999 vsize=864776 CPUtime=0
/proc/15000/task/15007/stat : 15007 (java) S 14999 14996 13238 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 20397447 885530624 15071 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15000/tid=15008] ppid=14999 vsize=864776 CPUtime=0
/proc/15000/task/15008/stat : 15008 (java) S 14999 14996 13238 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20397447 885530624 15071 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 887000

[startup+3.10229 s]
/proc/loadavg: 2.02 1.99 1.76 3/87 15008
/proc/meminfo: memFree=729360/2055920 swapFree=4192956/4192956
[pid=14996] ppid=14994 vsize=16868 CPUtime=2.02
/proc/14996/stat : 14996 (sugar) S 14994 14996 13238 0 -1 4194304 1309 19545 0 1 4 1 186 11 15 0 1 0 20397435 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14996/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 2.02
Current children cumulated vsize (KiB) 16868
heavy processes:

[startup+6.30294 s]
/proc/loadavg: 2.02 1.99 1.76 3/94 15018
/proc/meminfo: memFree=702792/2055920 swapFree=4192956/4192956
[pid=14996] ppid=14994 vsize=16868 CPUtime=2.02
/proc/14996/stat : 14996 (sugar) S 14994 14996 13238 0 -1 4194304 1309 19545 0 1 4 1 186 11 16 0 1 0 20397435 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14996/statm: 4217 1111 409 3 0 796 0
[pid=15009] ppid=14996 vsize=5356 CPUtime=0
/proc/15009/stat : 15009 (sh) S 14996 14996 13238 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20397646 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15009/statm: 1339 233 193 169 0 50 0
[pid=15010] ppid=15009 vsize=868648 CPUtime=4.16
/proc/15010/stat : 15010 (java) S 15009 14996 13238 0 -1 0 19030 0 1 0 408 8 0 0 18 0 9 0 20397646 889495552 17497 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15010/statm: 217162 17497 2566 9 0 211667 0
[pid=15010/tid=15011] ppid=15009 vsize=868648 CPUtime=3.03
/proc/15010/task/15011/stat : 15011 (java) R 15009 14996 13238 0 -1 64 3175 0 1 0 301 2 0 0 25 0 9 0 20397647 889495552 17497 996147200 134512640 134550932 4294955936 18446744073709551615 4126551760 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15010/tid=15012] ppid=15009 vsize=868648 CPUtime=0.96
/proc/15010/task/15012/stat : 15012 (java) S 15009 14996 13238 0 -1 64 13691 0 0 0 91 5 0 0 16 0 9 0 20397648 889495552 17497 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15010/tid=15013] ppid=15009 vsize=868648 CPUtime=0
/proc/15010/task/15013/stat : 15013 (java) S 15009 14996 13238 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20397648 889495552 17497 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15010/tid=15014] ppid=15009 vsize=868648 CPUtime=0
/proc/15010/task/15014/stat : 15014 (java) S 15009 14996 13238 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20397648 889495552 17497 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15010/tid=15015] ppid=15009 vsize=868648 CPUtime=0
/proc/15010/task/15015/stat : 15015 (java) S 15009 14996 13238 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 20397650 889495552 17497 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15010/tid=15016] ppid=15009 vsize=868648 CPUtime=0.14
/proc/15010/task/15016/stat : 15016 (java) S 15009 14996 13238 0 -1 64 1461 0 0 0 14 0 0 0 15 0 9 0 20397650 889495552 17497 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15010/tid=15017] ppid=15009 vsize=868648 CPUtime=0
/proc/15010/task/15017/stat : 15017 (java) S 15009 14996 13238 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20397650 889495552 17497 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15010/tid=15018] ppid=15009 vsize=868648 CPUtime=0
/proc/15010/task/15018/stat : 15018 (java) S 15009 14996 13238 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20397650 889495552 17497 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 890872

[startup+12.7022 s]
/proc/loadavg: 2.02 1.99 1.77 3/94 15018
/proc/meminfo: memFree=630920/2055920 swapFree=4192956/4192956
[pid=14996] ppid=14994 vsize=16868 CPUtime=2.02
/proc/14996/stat : 14996 (sugar) S 14994 14996 13238 0 -1 4194304 1309 19545 0 1 4 1 186 11 16 0 1 0 20397435 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14996/statm: 4217 1111 409 3 0 796 0
[pid=15009] ppid=14996 vsize=5356 CPUtime=0
/proc/15009/stat : 15009 (sh) S 14996 14996 13238 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20397646 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15009/statm: 1339 233 193 169 0 50 0
[pid=15010] ppid=15009 vsize=878896 CPUtime=10.53
/proc/15010/stat : 15010 (java) S 15009 14996 13238 0 -1 0 48426 0 1 0 1033 20 0 0 18 0 9 0 20397646 899989504 37241 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15010/statm: 219724 37241 2567 9 0 214229 0
[pid=15010/tid=15011] ppid=15009 vsize=878896 CPUtime=7.82
/proc/15010/task/15011/stat : 15011 (java) R 15009 14996 13238 0 -1 64 3699 0 1 0 780 2 0 0 25 0 9 0 20397647 899989504 37241 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15010/tid=15012] ppid=15009 vsize=878896 CPUtime=2.52
/proc/15010/task/15012/stat : 15012 (java) R 15009 14996 13238 0 -1 64 42561 0 0 0 236 16 0 0 16 0 9 0 20397648 899989504 37241 996147200 134512640 134550932 4294955936 18446744073709551615 102499749 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15010/tid=15013] ppid=15009 vsize=878896 CPUtime=0
/proc/15010/task/15013/stat : 15013 (java) S 15009 14996 13238 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20397648 899989504 37241 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15010/tid=15014] ppid=15009 vsize=878896 CPUtime=0
/proc/15010/task/15014/stat : 15014 (java) S 15009 14996 13238 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20397648 899989504 37241 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15010/tid=15015] ppid=15009 vsize=878896 CPUtime=0
/proc/15010/task/15015/stat : 15015 (java) S 15009 14996 13238 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 20397650 899989504 37241 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15010/tid=15016] ppid=15009 vsize=878896 CPUtime=0.15
/proc/15010/task/15016/stat : 15016 (java) S 15009 14996 13238 0 -1 64 1463 0 0 0 15 0 0 0 16 0 9 0 20397650 899989504 37241 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15010/tid=15017] ppid=15009 vsize=878896 CPUtime=0
/proc/15010/task/15017/stat : 15017 (java) S 15009 14996 13238 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20397650 899989504 37241 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15010/tid=15018] ppid=15009 vsize=878896 CPUtime=0
/proc/15010/task/15018/stat : 15018 (java) S 15009 14996 13238 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20397650 899989504 37241 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 901120

[startup+25.5038 s]
/proc/loadavg: 2.09 2.00 1.77 3/94 15018
/proc/meminfo: memFree=501832/2055920 swapFree=4192956/4192956
[pid=14996] ppid=14994 vsize=16868 CPUtime=2.03
/proc/14996/stat : 14996 (sugar) S 14994 14996 13238 0 -1 4194304 1309 19545 0 1 5 1 186 11 16 0 1 0 20397435 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14996/statm: 4217 1111 409 3 0 796 0
[pid=15009] ppid=14996 vsize=5356 CPUtime=0
/proc/15009/stat : 15009 (sh) S 14996 14996 13238 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20397646 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15009/statm: 1339 233 193 169 0 50 0
[pid=15010] ppid=15009 vsize=868648 CPUtime=23.26
/proc/15010/stat : 15010 (java) S 15009 14996 13238 0 -1 0 88300 0 1 0 2291 35 0 0 18 0 9 0 20397646 889495552 65550 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15010/statm: 217162 65550 2567 9 0 211667 0
[pid=15010/tid=15011] ppid=15009 vsize=868648 CPUtime=17.29
/proc/15010/task/15011/stat : 15011 (java) R 15009 14996 13238 0 -1 64 5818 0 1 0 1726 3 0 0 25 0 9 0 20397647 889495552 65550 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15010/tid=15012] ppid=15009 vsize=868648 CPUtime=5.78
/proc/15010/task/15012/stat : 15012 (java) R 15009 14996 13238 0 -1 64 80308 0 0 0 547 31 0 0 16 0 9 0 20397648 889495552 65550 996147200 134512640 134550932 4294955936 18446744073709551615 102549400 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15010/tid=15013] ppid=15009 vsize=868648 CPUtime=0
/proc/15010/task/15013/stat : 15013 (java) S 15009 14996 13238 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20397648 889495552 65550 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15010/tid=15014] ppid=15009 vsize=868648 CPUtime=0
/proc/15010/task/15014/stat : 15014 (java) S 15009 14996 13238 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20397648 889495552 65550 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15010/tid=15015] ppid=15009 vsize=868648 CPUtime=0
/proc/15010/task/15015/stat : 15015 (java) S 15009 14996 13238 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 20397650 889495552 65550 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15010/tid=15016] ppid=15009 vsize=868648 CPUtime=0.16
/proc/15010/task/15016/stat : 15016 (java) S 15009 14996 13238 0 -1 64 1471 0 0 0 16 0 0 0 15 0 9 0 20397650 889495552 65550 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15010/tid=15017] ppid=15009 vsize=868648 CPUtime=0
/proc/15010/task/15017/stat : 15017 (java) S 15009 14996 13238 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20397650 889495552 65550 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15010/tid=15018] ppid=15009 vsize=868648 CPUtime=0
/proc/15010/task/15018/stat : 15018 (java) S 15009 14996 13238 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20397650 889495552 65550 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.29
Current children cumulated vsize (KiB) 890872

[startup+51.1021 s]
/proc/loadavg: 2.21 2.04 1.79 3/94 15018
/proc/meminfo: memFree=265416/2055920 swapFree=4192956/4192956
[pid=14996] ppid=14994 vsize=16868 CPUtime=2.03
/proc/14996/stat : 14996 (sugar) S 14994 14996 13238 0 -1 4194304 1309 19545 0 1 5 1 186 11 16 0 1 0 20397435 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14996/statm: 4217 1111 409 3 0 796 0
[pid=15009] ppid=14996 vsize=5356 CPUtime=0
/proc/15009/stat : 15009 (sh) S 14996 14996 13238 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20397646 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15009/statm: 1339 233 193 169 0 50 0
[pid=15010] ppid=15009 vsize=868648 CPUtime=48.73
/proc/15010/stat : 15010 (java) S 15009 14996 13238 0 -1 0 151827 0 1 0 4815 58 0 0 18 0 9 0 20397646 889495552 124863 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15010/statm: 217162 124863 2567 9 0 211667 0
[pid=15010/tid=15011] ppid=15009 vsize=868648 CPUtime=37.74
/proc/15010/task/15011/stat : 15011 (java) R 15009 14996 13238 0 -1 64 8011 0 1 0 3771 3 0 0 25 0 9 0 20397647 889495552 124863 996147200 134512640 134550932 4294955936 18446744073709551615 4126514189 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15010/tid=15012] ppid=15009 vsize=868648 CPUtime=10.79
/proc/15010/task/15012/stat : 15012 (java) S 15009 14996 13238 0 -1 64 141642 0 0 0 1026 53 0 0 16 0 9 0 20397648 889495552 124863 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15010/tid=15013] ppid=15009 vsize=868648 CPUtime=0
/proc/15010/task/15013/stat : 15013 (java) S 15009 14996 13238 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20397648 889495552 124863 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15010/tid=15014] ppid=15009 vsize=868648 CPUtime=0
/proc/15010/task/15014/stat : 15014 (java) S 15009 14996 13238 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20397648 889495552 124863 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15010/tid=15015] ppid=15009 vsize=868648 CPUtime=0
/proc/15010/task/15015/stat : 15015 (java) S 15009 14996 13238 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 20397650 889495552 124863 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15010/tid=15016] ppid=15009 vsize=868648 CPUtime=0.16
/proc/15010/task/15016/stat : 15016 (java) S 15009 14996 13238 0 -1 64 1471 0 0 0 16 0 0 0 15 0 9 0 20397650 889495552 124863 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15010/tid=15017] ppid=15009 vsize=868648 CPUtime=0
/proc/15010/task/15017/stat : 15017 (java) S 15009 14996 13238 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20397650 889495552 124863 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15010/tid=15018] ppid=15009 vsize=868648 CPUtime=0
/proc/15010/task/15018/stat : 15018 (java) S 15009 14996 13238 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20397650 889495552 124863 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.76
Current children cumulated vsize (KiB) 890872

[startup+102.306 s]
/proc/loadavg: 2.48 2.13 1.84 3/86 15020
/proc/meminfo: memFree=428496/2055920 swapFree=4192956/4192956
[pid=14996] ppid=14994 vsize=16868 CPUtime=85.87
/proc/14996/stat : 14996 (sugar) S 14994 14996 13238 0 -1 4194304 1376 204417 0 2 5 2 8436 144 16 0 1 0 20397435 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14996/statm: 4217 1113 409 3 0 796 0
[pid=15019] ppid=14996 vsize=5356 CPUtime=0
/proc/15019/stat : 15019 (sh) S 14996 14996 13238 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20406079 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15019/statm: 1339 232 193 169 0 50 0
[pid=15020] ppid=15019 vsize=228016 CPUtime=15.78
/proc/15020/stat : 15020 (minisat) R 15019 14996 13238 0 -1 4194304 55659 0 0 0 1548 30 0 0 25 0 1 0 20406079 233488384 55645 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15020/statm: 57004 55645 76 150 0 56851 0
Current children cumulated CPU time (s) 101.65
Current children cumulated vsize (KiB) 250240

[startup+162.302 s]
/proc/loadavg: 2.19 2.11 1.84 3/86 15020
/proc/meminfo: memFree=424336/2055920 swapFree=4192956/4192956
[pid=14996] ppid=14994 vsize=16868 CPUtime=85.87
/proc/14996/stat : 14996 (sugar) S 14994 14996 13238 0 -1 4194304 1376 204417 0 2 5 2 8436 144 16 0 1 0 20397435 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14996/statm: 4217 1113 409 3 0 796 0
[pid=15019] ppid=14996 vsize=5356 CPUtime=0
/proc/15019/stat : 15019 (sh) S 14996 14996 13238 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20406079 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15019/statm: 1339 232 193 169 0 50 0
[pid=15020] ppid=15019 vsize=232664 CPUtime=75.46
/proc/15020/stat : 15020 (minisat) R 15019 14996 13238 0 -1 4194304 56763 0 0 0 7515 31 0 0 25 0 1 0 20406079 238247936 56749 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15020/statm: 58166 56749 76 150 0 58013 0
Current children cumulated CPU time (s) 161.33
Current children cumulated vsize (KiB) 254888

[startup+222.302 s]
/proc/loadavg: 2.06 2.08 1.85 3/86 15020
/proc/meminfo: memFree=415952/2055920 swapFree=4192956/4192956
[pid=14996] ppid=14994 vsize=16868 CPUtime=85.87
/proc/14996/stat : 14996 (sugar) S 14994 14996 13238 0 -1 4194304 1376 204417 0 2 5 2 8436 144 16 0 1 0 20397435 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14996/statm: 4217 1113 409 3 0 796 0
[pid=15019] ppid=14996 vsize=5356 CPUtime=0
/proc/15019/stat : 15019 (sh) S 14996 14996 13238 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20406079 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15019/statm: 1339 232 193 169 0 50 0
[pid=15020] ppid=15019 vsize=236184 CPUtime=135.15
/proc/15020/stat : 15020 (minisat) R 15019 14996 13238 0 -1 4194304 57656 0 0 0 13484 31 0 0 25 0 1 0 20406079 241852416 57642 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15020/statm: 59046 57642 76 150 0 58893 0
Current children cumulated CPU time (s) 221.02
Current children cumulated vsize (KiB) 258408

[startup+282.302 s]
/proc/loadavg: 2.02 2.07 1.85 3/86 15020
/proc/meminfo: memFree=412688/2055920 swapFree=4192956/4192956
[pid=14996] ppid=14994 vsize=16868 CPUtime=85.87
/proc/14996/stat : 14996 (sugar) S 14994 14996 13238 0 -1 4194304 1376 204417 0 2 5 2 8436 144 16 0 1 0 20397435 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14996/statm: 4217 1113 409 3 0 796 0
[pid=15019] ppid=14996 vsize=5356 CPUtime=0
/proc/15019/stat : 15019 (sh) S 14996 14996 13238 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20406079 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15019/statm: 1339 232 193 169 0 50 0
[pid=15020] ppid=15019 vsize=239564 CPUtime=194.84
/proc/15020/stat : 15020 (minisat) R 15019 14996 13238 0 -1 4194304 58498 0 0 0 19453 31 0 0 25 0 1 0 20406079 245313536 58484 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15020/statm: 59891 58484 76 150 0 59738 0
Current children cumulated CPU time (s) 280.71
Current children cumulated vsize (KiB) 261788

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

[startup+294.302 s]
/proc/loadavg: 2.02 2.06 1.85 3/86 15020
/proc/meminfo: memFree=411472/2055920 swapFree=4192956/4192956
[pid=14996] ppid=14994 vsize=16868 CPUtime=85.87
/proc/14996/stat : 14996 (sugar) S 14994 14996 13238 0 -1 4194304 1376 204417 0 2 5 2 8436 144 16 0 1 0 20397435 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14996/statm: 4217 1113 409 3 0 796 0
[pid=15019] ppid=14996 vsize=5356 CPUtime=0
/proc/15019/stat : 15019 (sh) S 14996 14996 13238 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20406079 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15019/statm: 1339 232 193 169 0 50 0
[pid=15020] ppid=15019 vsize=240752 CPUtime=206.78
/proc/15020/stat : 15020 (minisat) R 15019 14996 13238 0 -1 4194304 58790 0 0 0 20646 32 0 0 25 0 1 0 20406079 246530048 58776 996147200 134512640 135127466 4294956256 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 0 0 0
/proc/15020/statm: 60188 58776 76 150 0 60035 0
Current children cumulated CPU time (s) 292.65
Current children cumulated vsize (KiB) 262976

[startup+300.702 s]
/proc/loadavg: 2.02 2.06 1.86 3/86 15020
/proc/meminfo: memFree=411024/2055920 swapFree=4192956/4192956
[pid=14996] ppid=14994 vsize=16868 CPUtime=85.87
/proc/14996/stat : 14996 (sugar) S 14994 14996 13238 0 -1 4194304 1376 204417 0 2 5 2 8436 144 16 0 1 0 20397435 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14996/statm: 4217 1113 409 3 0 796 0
[pid=15019] ppid=14996 vsize=5356 CPUtime=0
/proc/15019/stat : 15019 (sh) S 14996 14996 13238 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20406079 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15019/statm: 1339 232 193 169 0 50 0
[pid=15020] ppid=15019 vsize=241148 CPUtime=213.15
/proc/15020/stat : 15020 (minisat) R 15019 14996 13238 0 -1 4194304 58906 0 0 0 21283 32 0 0 25 0 1 0 20406079 246935552 58892 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15020/statm: 60287 58892 76 150 0 60134 0
Current children cumulated CPU time (s) 299.02
Current children cumulated vsize (KiB) 263372

[startup+303.901 s]
/proc/loadavg: 2.01 2.06 1.86 3/86 15020
/proc/meminfo: memFree=410768/2055920 swapFree=4192956/4192956
[pid=14996] ppid=14994 vsize=16868 CPUtime=85.87
/proc/14996/stat : 14996 (sugar) S 14994 14996 13238 0 -1 4194304 1376 204417 0 2 5 2 8436 144 16 0 1 0 20397435 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14996/statm: 4217 1113 409 3 0 796 0
[pid=15019] ppid=14996 vsize=5356 CPUtime=0
/proc/15019/stat : 15019 (sh) S 14996 14996 13238 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20406079 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15019/statm: 1339 232 193 169 0 50 0
[pid=15020] ppid=15019 vsize=241412 CPUtime=216.34
/proc/15020/stat : 15020 (minisat) R 15019 14996 13238 0 -1 4194304 58974 0 0 0 21602 32 0 0 25 0 1 0 20406079 247205888 58960 996147200 134512640 135127466 4294956256 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 0 0 0
/proc/15020/statm: 60353 58960 76 150 0 60200 0
Current children cumulated CPU time (s) 302.21
Current children cumulated vsize (KiB) 263636

[startup+304.707 s]
/proc/loadavg: 2.01 2.06 1.86 3/86 15020
/proc/meminfo: memFree=410128/2055920 swapFree=4192956/4192956
[pid=14996] ppid=14994 vsize=16868 CPUtime=85.87
/proc/14996/stat : 14996 (sugar) S 14994 14996 13238 0 -1 4194304 1376 204417 0 2 5 2 8436 144 16 0 1 0 20397435 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14996/statm: 4217 1113 409 3 0 796 0
[pid=15019] ppid=14996 vsize=5356 CPUtime=0
/proc/15019/stat : 15019 (sh) S 14996 14996 13238 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20406079 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15019/statm: 1339 232 193 169 0 50 0
[pid=15020] ppid=15019 vsize=242532 CPUtime=217.13
/proc/15020/stat : 15020 (minisat) R 15019 14996 13238 0 -1 4194304 59239 0 0 0 21681 32 0 0 25 0 1 0 20406079 248352768 59224 996147200 134512640 135127466 4294956256 18446744073709551615 134722990 0 0 4096 3 0 0 0 17 0 0 0
/proc/15020/statm: 60633 59224 82 150 0 60480 0
Current children cumulated CPU time (s) 303
Current children cumulated vsize (KiB) 264756

[startup+305.102 s]
/proc/loadavg: 2.01 2.06 1.86 3/86 15020
/proc/meminfo: memFree=410128/2055920 swapFree=4192956/4192956
[pid=14996] ppid=14994 vsize=16868 CPUtime=303.11
/proc/14996/stat : 14996 (sugar) S 14994 14996 13238 0 -1 4194304 1448 263941 0 2 5 2 30123 181 16 0 1 0 20397435 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14996/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 303.11
Current children cumulated vsize (KiB) 16868

[startup+305.302 s]
/proc/loadavg: 2.01 2.06 1.86 3/86 15020
/proc/meminfo: memFree=410128/2055920 swapFree=4192956/4192956
[pid=14996] ppid=14994 vsize=16868 CPUtime=303.11
/proc/14996/stat : 14996 (sugar) S 14994 14996 13238 0 -1 4194304 1448 263941 0 2 5 2 30123 181 16 0 1 0 20397435 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14996/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 303.11
Current children cumulated vsize (KiB) 16868

[startup+305.402 s]
/proc/loadavg: 2.01 2.06 1.86 3/86 15020
/proc/meminfo: memFree=410128/2055920 swapFree=4192956/4192956
[pid=14996] ppid=14994 vsize=16868 CPUtime=303.65
/proc/14996/stat : 14996 (sugar) R 14994 14996 13238 0 -1 4194304 1478 268191 0 3 5 3 30173 184 16 0 1 0 20397435 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 226687161385 0 0 4224 16386 0 0 0 17 0 0 0
/proc/14996/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 303.65
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 305.438
CPU time (s): 303.713
CPU user time (s): 301.788
CPU system time (s): 1.92471
CPU usage (%): 99.4353
Max. virtual memory (cumulated for all children) (KiB): 911360

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 301.788
system time used= 1.92471
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 269729
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= 7878
involuntary context switches= 15814

runsolver used 0.365944 second user time and 0.85087 second system time

The end

Launcher Data

Begin job on node80 at 2009-07-11 19:28:49
IDJOB=2063921
IDBENCH=54106
IDSOLVER=739
FILE ID=node80/2063921-1247333328
PBS_JOBID= 9506473
Free space on /tmp= 66252 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/compet08/normalized-patat-08-comp-12.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-2063921-1247333328/watcher-2063921-1247333328 -o /tmp/evaluation-result-2063921-1247333328/solver-2063921-1247333328 -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-2063921-1247333328.xml

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

MD5SUM BENCH= 3aaedc74d6ee49711e76829517479c6b
RANDOM SEED=116550858

node80.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.285
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.285
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        759696 kB
Buffers:         52900 kB
Cached:        1088548 kB
SwapCached:          0 kB
Active:         158512 kB
Inactive:      1082480 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        759696 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            6136 kB
Writeback:           0 kB
Mapped:         120028 kB
Slab:            40368 kB
Committed_AS:   276760 kB
PageTables:       2004 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= 66252 MiB
End job on node80 at 2009-07-11 19:33:54