Trace number 2064108

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 1546.22 1549.42

General information on the benchmark

Namecsp/compet02/
normalized-patat-02-comp-7.xml
MD5SUMda04246eb2c7c2038e1553efee1f24d9
Bench CategoryAlldiff (alldiff)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark71.4001
Satisfiable
(Un)Satisfiability was proved
Number of variables700
Number of constraints33712
Maximum constraint arity20
Maximum domain size45
Number of constraints which are defined in extension0
Number of constraints which are defined in intension33364
Global constraints used (with number of constraints)alldifferent(348)

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:41:16 2009
0.00/0.08	c 0	PID 15718
0.06/0.08	c 0	HOST node49.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2064108-1247334075.xml TO HOME/temp.csp
0.06/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-2064108-1247334075.xml' 'HOME/temp.csp'
2.06/2.12	c 2	47 domains, 700 variables, 1 predicates, 0 relations, 33712 constraints
2.06/2.17	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
2.06/2.17	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.09/2.25	c 2	Parsing HOME/temp.csp
2.09/2.42	c 2	parsed 10000 expressions
2.09/2.56	c 2	parsed 20000 expressions
2.09/2.72	c 2	parsed 30000 expressions
2.09/2.85	c 2	parsed 34460 expressions
2.09/2.86	c 2	Heap : 13 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.09/2.86	c 2	Converting to clausal form CSP
3.19/3.31	c 3	converted 3446 (10%) expressions
3.39/3.58	c 3	converted 6892 (20%) expressions
3.89/4.01	c 3	converted 10338 (30%) expressions
4.09/4.29	c 4	converted 13784 (40%) expressions
4.38/4.56	c 4	converted 17230 (50%) expressions
4.88/5.08	c 5	converted 20676 (60%) expressions
5.18/5.34	c 5	converted 24122 (70%) expressions
5.48/5.61	c 5	converted 27568 (80%) expressions
5.67/5.87	c 5	converted 31014 (90%) expressions
7.86/8.09	c 8	converted 34460 (100%) expressions
7.86/8.09	c 8	CSP : 700 integers, 0 booleans, 84385 clauses, largest domain size 45
7.86/8.09	c 8	Heap : 96 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
7.86/8.09	c 8	Propagation in CSP
8.17/8.37	c 8	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
8.17/8.37	c 8	CSP : 700 integers, 0 booleans, 84385 clauses, largest domain size 45
8.17/8.37	c 8	Heap : 96 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
8.27/8.41	c 8	Simplifing CSP by introducing new Boolean variables
10.16/10.39	c 10	CSP : 700 integers, 225782 booleans, 310167 clauses, largest domain size 45
10.16/10.39	c 10	Heap : 165 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
11.15/11.38	c 11	Encoding CSP to SAT : HOME/temp.cnf
11.25/11.43	c 11	70 (10%) CSP integer variables are encoded (3010 clauses, 37031 bytes)
11.25/11.43	c 11	140 (20%) CSP integer variables are encoded (6020 clauses, 76161 bytes)
11.25/11.44	c 11	210 (30%) CSP integer variables are encoded (9030 clauses, 115291 bytes)
11.25/11.44	c 11	280 (40%) CSP integer variables are encoded (12040 clauses, 158958 bytes)
11.25/11.44	c 11	350 (50%) CSP integer variables are encoded (15050 clauses, 204108 bytes)
11.25/11.45	c 11	420 (60%) CSP integer variables are encoded (15120 clauses, 205158 bytes)
11.25/11.45	c 11	490 (70%) CSP integer variables are encoded (15196 clauses, 206298 bytes)
11.25/11.46	c 11	560 (80%) CSP integer variables are encoded (15280 clauses, 207558 bytes)
11.25/11.46	c 11	630 (90%) CSP integer variables are encoded (15382 clauses, 209088 bytes)
11.25/11.46	c 11	700 (100%) CSP integer variables are encoded (15471 clauses, 210423 bytes)
12.63/12.83	c 12	31017 (10%) CSP clauses are encoded (640311 clauses, 12405992 bytes)
13.92/14.12	c 14	62034 (20%) CSP clauses are encoded (1267617 clauses, 25058254 bytes)
15.23/15.41	c 15	93051 (30%) CSP clauses are encoded (1890036 clauses, 37654704 bytes)
16.51/16.71	c 16	124067 (40%) CSP clauses are encoded (2508050 clauses, 50608091 bytes)
17.80/18.06	c 18	155084 (50%) CSP clauses are encoded (3123876 clauses, 64292698 bytes)
19.58/19.82	c 19	186101 (60%) CSP clauses are encoded (4024160 clauses, 83347723 bytes)
21.32/21.75	c 21	217117 (70%) CSP clauses are encoded (4960520 clauses, 103224621 bytes)
23.08/23.55	c 23	248134 (80%) CSP clauses are encoded (5897365 clauses, 122989891 bytes)
24.87/25.34	c 25	279151 (90%) CSP clauses are encoded (6834298 clauses, 142930825 bytes)
26.66/27.14	c 27	310167 (100%) CSP clauses are encoded (7771450 clauses, 162808344 bytes)
26.66/27.14	c 27	310167 CSP clauses encoded
26.66/27.14	c 27	Writing map file : HOME/temp.map
26.66/27.17	c 27	Heap : 135 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
26.66/27.17	c 27	SAT : 241838 SAT variables, 7771450 SAT clauses, 162808344 bytes
26.66/27.17	c 27	Heap : 135 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
26.74/27.23	c 27	SOLVING HOME/temp.cnf
26.74/27.23	c 27	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
26.74/27.23	c 27	This is MiniSat 2.0 beta
26.74/27.23	c 27	WARNING: for repeatability, setting FPU to use double precision
26.74/27.23	c 27	============================[ Problem Statistics ]=============================
26.74/27.23	c 27	|                                                                             |
26.74/27.23	c 27	|  Number of variables:  241838                                               |
26.74/27.23	c 27	|  Number of clauses:    7771450                                              |
30.80/31.35	c 31	|  Parsing time:         3.60         s                                       |
31.00/31.53	c 31	============================[ Search Statistics ]==============================
31.00/31.53	c 31	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
31.00/31.53	c 31	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
31.00/31.53	c 31	===============================================================================
31.00/31.53	c 31	|         0 |  241838  7771450 22875889 |  2590483        0    nan |  0.000 % |
32.88/33.44	c 33	|       100 |  241838  7771450 22875889 |  2849531      100     27 |  0.000 % |
34.38/34.96	c 34	|       251 |  241838  7771450 22875889 |  3134484      251     16 |  0.000 % |
35.77/36.38	c 36	|       476 |  241838  7771450 22875889 |  3447933      476     16 |  0.000 % |
39.06/39.68	c 39	|       816 |  241838  7771450 22875889 |  3792726      816     15 |  0.000 % |
40.55/41.16	c 41	|      1322 |  241838  7771450 22875889 |  4171999     1322     16 |  0.000 % |
43.43/44.10	c 44	|      2081 |  241838  7771450 22875889 |  4589199     2081     20 |  0.000 % |
46.32/46.93	c 46	|      3220 |  241838  7771450 22875889 |  5048119     3220     34 |  0.000 % |
52.99/53.66	c 53	|      4928 |  241838  7771450 22875889 |  5552931     4928     28 |  0.000 % |
56.76/57.46	c 57	|      7490 |  241838  7771450 22875889 |  6108224     7490     26 |  0.000 % |
60.94/61.69	c 61	|     11334 |  241838  7771450 22875889 |  6719046    11334     32 |  0.000 % |
65.62/66.37	c 66	|     17101 |  241838  7771450 22875889 |  7390951    17101     26 |  0.000 % |
73.67/74.41	c 74	|     25752 |  241838  7771450 22875889 |  8130046    25752     31 |  0.000 % |
84.62/85.42	c 85	|     38727 |  241838  7771450 22875889 |  8943051    38727     40 |  0.000 % |
132.98/134.08	c 134	|     58190 |  241838  7771450 22875889 |  9837356    58190     62 |  0.000 % |
151.19/152.39	c 152	|     87382 |  241838  7771450 22875889 | 10821091    87382     56 |  0.000 % |
212.79/214.30	c 214	|    131173 |  241838  7771450 22875889 | 11903200   131173     58 |  0.000 % |
425.55/428.14	c 428	|    196857 |  241838  7771450 22875889 | 13093521   196857     52 |  0.000 % |
770.51/773.46	c 773	|    295383 |  241838  7771450 22875889 | 14402873   295383     53 |  0.000 % |
1545.40/1548.65	c 1548	===============================================================================
1545.40/1548.68	c 1548	restarts              : 19
1545.40/1548.68	c 1548	conflicts             : 422188         (278 /sec)
1545.40/1548.68	c 1548	decisions             : 11454020       (1.16 % random) (7546 /sec)
1545.40/1548.68	c 1548	propagations          : 742476230      (489164 /sec)
1545.40/1548.68	c 1548	conflict literals     : 22192111       (1.30 % deleted)
1545.40/1548.69	c 1548	Memory used           : 446.70 MB
1545.40/1548.69	c 1548	CPU time              : 1517.85 s
1545.40/1548.69	c 1548	
1545.50/1548.78	c 1548	SATISFIABLE
1545.60/1548.85	c 1548	DECODING HOME/temp.out WITH HOME/temp.map
1545.60/1548.85	c 1548	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'
1545.66/1548.94	c 1548	Decoding HOME/temp.out
1545.66/1549.28	s SATISFIABLE
1545.67/1549.31	v 28 41 30 32 17 8 30 26 21 7 13 7 41 40 11 27 26 41 43 36 31 44 3 6 30 11 41 1 15 16 31 23 14 9 9 16 8 21 13 18 43 19 41 34 10 25 18 13 4 0 31 30 33 37 22 15 37 5 19 23 12 26 29 44 16 37 43 26 37 31 39 38 30 28 7 31 19 7 27 21 14 24 9 36 4 36 37 29 44 29 35 19 41 25 10 16 39 21 43 16 18 30 18 14 24 0 42 3 10 3 40 14 34 38 38 20 43 22 2 19 1 20 24 5 42 27 2 38 11 8 17 8 4 23 35 17 44 22 21 42 26 19 25 12 31 29 42 12 23 35 44 37 11 20 34 33 25 39 43 32 40 26 27 15 37 32 30 1 40 9 19 33 15 0 26 36 36 38 36 8 43 25 22 44 23 4 14 11 37 29 38 12 13 2 32 1 37 35 39 23 7 32 5 8 40 11 44 28 28 41 25 28 21 19 43 28 0 16 31 15 10 18 23 2 20 16 9 40 10 33 34 27 31 17 40 44 33 4 41 12 39 39 15 23 34 11 22 5 28 24 6 31 42 25 36 9 30 44 43 44 17 34 6 3 35 24 39 11 33 40 1 18 7 26 21 5 36 34 33 3 38 27 16 41 38 33 35 28 29 42 1 20 3 40 12 5 34 13 42 33 32 32 29 15 35 7 24 38 24 23 25 21 20 18 43 24 1 35 39 33 39 22 26 17 42 13 6 13 16 12 41 32 27 6 25 8 2 26 42 14 22 0 22 30 32 42 34 6 27 5 8 9 2 0 8 6 4 3 6 3 8 4 1 5 4 9 4 3 8 3 9 3 9 2 3 5 7 2 9 5 3 8 6 8 4 6 9 9 6 4 7 3 4 4 8 9 5 2 2 2 2 5 3 3 9 8 8 7 5 5 7 6 6 0 2 2 1 2 9 1 5 2 8 9 5 7 8 2 3 2 5 4 5 7 5 9 5 5 6 8 7 6 0 3 9 1 8 5 2 9 3 9 7 3 9 3 6 3 2 6 2 4 8 1 8 4 5 5 2 4 8 8 3 9 3 5 9 5 3 5 6 8 9 0 5 9 8 8 8 1 0 7 2 8 4 4 7 3 4 6 9 0 6 2 0 4 7 2 4 2 4 1 6 1 6 9 7 6 7 3 9 2 3 6 9 4 6 7 5 4 9 1 6 5 2 3 9 2 7 3 9 2 3 7 7 9 4 3 9 9 9 8 5 2 6 0 1 5 2 5 6 1 3 2 0 4 9 4 8 6 4 8 1 8 5 8 2 3 5 5 7 8 5 5 0 4 8 8 2 9 0 6 5 6 3 9 4 8 3 5 9 6 9 8 8 9 6 2 6 7 3 9 5 2 0 7 7 8 9 9 5 9 0 8 7 6 0 6 0 8 3 7 7 6 6 7 9 6 9 5 4 9 5 8 6 3 5 5 2 6 6 3 7 4 8 8 6 4 1 3 5 4 3 2 3 8 3 4 4 1 3 7 7 2 8 4 3 9 3 5 8 4 4 6 4 3 3 5 4 8 3 5 2 0 5 0 2 8 2 2
1545.67/1549.32	c 1549	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1545.67/1549.34	c 1549	CPU 1546.12 (0.06 0.02 1543.59 2.45)
1545.67/1549.34	c 1549	END Sat Jul 11 20:07:05 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-2064108-1247334075/watcher-2064108-1247334075 -o /tmp/evaluation-result-2064108-1247334075/solver-2064108-1247334075 -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-2064108-1247334075.xml 

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 4/74 15718
/proc/meminfo: memFree=1931480/2055920 swapFree=4192812/4192956
[pid=15718] ppid=15716 vsize=18576 CPUtime=0
/proc/15718/stat : 15718 (runsolver) R 15716 15718 15620 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 20467888 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 224627584295 0 0 4096 24578 0 0 0 17 1 0 0
/proc/15718/statm: 4644 284 249 26 0 2626 0

[startup+0.080721 s]
/proc/loadavg: 2.00 2.00 2.00 4/74 15718
/proc/meminfo: memFree=1931480/2055920 swapFree=4192812/4192956
[pid=15718] ppid=15716 vsize=16740 CPUtime=0.06
/proc/15718/stat : 15718 (sugar) R 15716 15718 15620 0 -1 4194304 1140 0 0 0 5 1 0 0 18 0 1 0 20467888 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 224627583647 0 0 4224 16386 0 0 0 17 1 0 0
/proc/15718/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.101713 s]
/proc/loadavg: 2.00 2.00 2.00 4/74 15718
/proc/meminfo: memFree=1931480/2055920 swapFree=4192812/4192956
[pid=15718] ppid=15716 vsize=16868 CPUtime=0.06
/proc/15718/stat : 15718 (sugar) S 15716 15718 15620 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 20467888 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15718/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301742 s]
/proc/loadavg: 2.00 2.00 2.00 4/74 15718
/proc/meminfo: memFree=1931480/2055920 swapFree=4192812/4192956
[pid=15718] ppid=15716 vsize=16868 CPUtime=0.06
/proc/15718/stat : 15718 (sugar) S 15716 15718 15620 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 20467888 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15718/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701802 s]
/proc/loadavg: 2.00 2.00 2.00 4/74 15718
/proc/meminfo: memFree=1931480/2055920 swapFree=4192812/4192956
[pid=15718] ppid=15716 vsize=16868 CPUtime=0.06
/proc/15718/stat : 15718 (sugar) S 15716 15718 15620 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 20467888 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15718/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50292 s]
/proc/loadavg: 2.08 2.02 2.01 3/85 15730
/proc/meminfo: memFree=1896576/2055920 swapFree=4192812/4192956
[pid=15718] ppid=15716 vsize=16868 CPUtime=0.06
/proc/15718/stat : 15718 (sugar) S 15716 15718 15620 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 20467888 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15718/statm: 4217 1111 409 3 0 796 0
[pid=15721] ppid=15718 vsize=5356 CPUtime=0
/proc/15721/stat : 15721 (sh) S 15718 15718 15620 0 -1 4194304 277 0 0 0 0 0 0 0 21 0 1 0 20467896 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15721/statm: 1339 233 193 169 0 50 0
[pid=15722] ppid=15721 vsize=867804 CPUtime=1.4
/proc/15722/stat : 15722 (java) S 15721 15718 15620 0 -1 0 18063 0 1 0 132 8 0 0 18 0 9 0 20467896 888631296 15630 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15722/statm: 216951 15630 2556 9 0 211463 0
[pid=15722/tid=15723] ppid=15721 vsize=867804 CPUtime=0.64
/proc/15722/task/15723/stat : 15723 (java) R 15721 15718 15620 0 -1 64 3054 0 1 0 62 2 0 0 25 0 9 0 20467897 888631296 15630 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15722/tid=15724] ppid=15721 vsize=867804 CPUtime=0.62
/proc/15722/task/15724/stat : 15724 (java) R 15721 15718 15620 0 -1 64 13790 0 0 0 57 5 0 0 17 0 9 0 20467899 888631296 15630 996147200 134512640 134550932 4294955984 18446744073709551615 104516167 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15722/tid=15725] ppid=15721 vsize=867804 CPUtime=0
/proc/15722/task/15725/stat : 15725 (java) S 15721 15718 15620 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 20467899 888631296 15630 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15722/tid=15726] ppid=15721 vsize=867804 CPUtime=0
/proc/15722/task/15726/stat : 15726 (java) S 15721 15718 15620 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 20467899 888631296 15630 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15722/tid=15727] ppid=15721 vsize=867804 CPUtime=0
/proc/15722/task/15727/stat : 15727 (java) S 15721 15718 15620 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 20467901 888631296 15630 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15722/tid=15728] ppid=15721 vsize=867804 CPUtime=0.12
/proc/15722/task/15728/stat : 15728 (java) S 15721 15718 15620 0 -1 64 513 0 0 0 12 0 0 0 16 0 9 0 20467901 888631296 15630 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15722/tid=15729] ppid=15721 vsize=867804 CPUtime=0
/proc/15722/task/15729/stat : 15729 (java) S 15721 15718 15620 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20467901 888631296 15630 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15722/tid=15730] ppid=15721 vsize=867804 CPUtime=0
/proc/15722/task/15730/stat : 15730 (java) S 15721 15718 15620 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 20467901 888631296 15630 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 890028

[startup+3.10114 s]
/proc/loadavg: 2.08 2.02 2.01 4/85 15730
/proc/meminfo: memFree=1872000/2055920 swapFree=4192812/4192956
[pid=15718] ppid=15716 vsize=16868 CPUtime=2.09
/proc/15718/stat : 15718 (sugar) S 15716 15718 15620 0 -1 4194304 1309 19517 0 1 5 1 192 11 15 0 1 0 20467888 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15718/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 2.09
Current children cumulated vsize (KiB) 16868
heavy processes:

[startup+6.3026 s]
/proc/loadavg: 2.08 2.02 2.01 3/85 15740
/proc/meminfo: memFree=1862400/2055920 swapFree=4192812/4192956
[pid=15718] ppid=15716 vsize=16868 CPUtime=2.09
/proc/15718/stat : 15718 (sugar) S 15716 15718 15620 0 -1 4194304 1309 19517 0 1 5 1 192 11 16 0 1 0 20467888 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15718/statm: 4217 1111 409 3 0 796 0
[pid=15731] ppid=15718 vsize=5356 CPUtime=0
/proc/15731/stat : 15731 (sh) S 15718 15718 15620 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20468106 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15731/statm: 1339 233 193 169 0 50 0
[pid=15732] ppid=15731 vsize=869112 CPUtime=4.08
/proc/15732/stat : 15732 (java) S 15731 15718 15620 0 -1 0 24476 0 1 0 398 10 0 0 18 0 9 0 20468106 889970688 22811 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15732/statm: 217278 22811 2566 9 0 211783 0
[pid=15732/tid=15733] ppid=15731 vsize=869112 CPUtime=2.5
/proc/15732/task/15733/stat : 15733 (java) R 15731 15718 15620 0 -1 64 3241 0 1 0 249 1 0 0 25 0 9 0 20468107 889970688 22811 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15732/tid=15734] ppid=15731 vsize=869112 CPUtime=1.38
/proc/15732/task/15734/stat : 15734 (java) R 15731 15718 15620 0 -1 64 19056 0 0 0 131 7 0 0 16 0 9 0 20468108 889970688 22811 996147200 134512640 134550932 4294955936 18446744073709551615 102499744 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15732/tid=15735] ppid=15731 vsize=869112 CPUtime=0
/proc/15732/task/15735/stat : 15735 (java) S 15731 15718 15620 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20468108 889970688 22811 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15732/tid=15736] ppid=15731 vsize=869112 CPUtime=0
/proc/15732/task/15736/stat : 15736 (java) S 15731 15718 15620 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20468108 889970688 22811 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15732/tid=15737] ppid=15731 vsize=869112 CPUtime=0
/proc/15732/task/15737/stat : 15737 (java) S 15731 15718 15620 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20468110 889970688 22811 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15732/tid=15738] ppid=15731 vsize=869112 CPUtime=0.17
/proc/15732/task/15738/stat : 15738 (java) S 15731 15718 15620 0 -1 64 1477 0 0 0 17 0 0 0 16 0 9 0 20468110 889970688 22811 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15732/tid=15739] ppid=15731 vsize=869112 CPUtime=0
/proc/15732/task/15739/stat : 15739 (java) S 15731 15718 15620 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20468110 889970688 22811 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15732/tid=15740] ppid=15731 vsize=869112 CPUtime=0
/proc/15732/task/15740/stat : 15740 (java) S 15731 15718 15620 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20468110 889970688 22811 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 891336

[startup+12.7015 s]
/proc/loadavg: 2.15 2.03 2.01 3/85 15740
/proc/meminfo: memFree=1729672/2055920 swapFree=4192812/4192956
[pid=15718] ppid=15716 vsize=16868 CPUtime=2.1
/proc/15718/stat : 15718 (sugar) S 15716 15718 15620 0 -1 4194304 1310 19517 0 1 6 1 192 11 15 0 1 0 20467888 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15718/statm: 4217 1111 409 3 0 796 0
[pid=15731] ppid=15718 vsize=5356 CPUtime=0
/proc/15731/stat : 15731 (sh) S 15718 15718 15620 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20468106 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15731/statm: 1339 233 193 169 0 50 0
[pid=15732] ppid=15731 vsize=868720 CPUtime=10.43
/proc/15732/stat : 15732 (java) S 15731 15718 15620 0 -1 0 66310 0 1 0 1007 36 0 0 18 0 9 0 20468106 889569280 50507 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15732/statm: 217180 50507 2593 9 0 211657 0
[pid=15732/tid=15733] ppid=15731 vsize=868720 CPUtime=5.31
/proc/15732/task/15733/stat : 15733 (java) R 15731 15718 15620 0 -1 64 4600 0 1 0 524 7 0 0 25 0 9 0 20468107 889569280 50507 996147200 134512640 134550932 4294955936 18446744073709551615 4126431288 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15732/tid=15734] ppid=15731 vsize=868720 CPUtime=4.84
/proc/15732/task/15734/stat : 15734 (java) S 15731 15718 15620 0 -1 64 59480 0 0 0 457 27 0 0 16 0 9 0 20468108 889569280 50507 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15732/tid=15735] ppid=15731 vsize=868720 CPUtime=0
/proc/15732/task/15735/stat : 15735 (java) S 15731 15718 15620 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20468108 889569280 50507 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15732/tid=15736] ppid=15731 vsize=868720 CPUtime=0
/proc/15732/task/15736/stat : 15736 (java) S 15731 15718 15620 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20468108 889569280 50507 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15732/tid=15737] ppid=15731 vsize=868720 CPUtime=0
/proc/15732/task/15737/stat : 15737 (java) S 15731 15718 15620 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20468110 889569280 50507 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15732/tid=15738] ppid=15731 vsize=868720 CPUtime=0.26
/proc/15732/task/15738/stat : 15738 (java) S 15731 15718 15620 0 -1 64 1528 0 0 0 25 1 0 0 16 0 9 0 20468110 889569280 50507 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15732/tid=15739] ppid=15731 vsize=868720 CPUtime=0
/proc/15732/task/15739/stat : 15739 (java) S 15731 15718 15620 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20468110 889569280 50507 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15732/tid=15740] ppid=15731 vsize=868720 CPUtime=0
/proc/15732/task/15740/stat : 15740 (java) S 15731 15718 15620 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20468110 889569280 50507 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 890944

[startup+25.5023 s]
/proc/loadavg: 2.12 2.03 2.01 3/86 15741
/proc/meminfo: memFree=1592576/2055920 swapFree=4192812/4192956
[pid=15718] ppid=15716 vsize=16868 CPUtime=2.1
/proc/15718/stat : 15718 (sugar) S 15716 15718 15620 0 -1 4194304 1310 19517 0 1 6 1 192 11 16 0 1 0 20467888 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15718/statm: 4217 1111 409 3 0 796 0
[pid=15731] ppid=15718 vsize=5356 CPUtime=0
/proc/15731/stat : 15731 (sh) S 15718 15718 15620 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20468106 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15731/statm: 1339 233 193 169 0 50 0
[pid=15732] ppid=15731 vsize=868720 CPUtime=22.97
/proc/15732/stat : 15732 (java) S 15731 15718 15620 0 -1 0 66555 0 1 0 2177 120 0 0 18 0 9 0 20468106 889569280 50508 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15732/statm: 217180 50508 2593 9 0 211657 0
[pid=15732/tid=15733] ppid=15731 vsize=868720 CPUtime=17.64
/proc/15732/task/15733/stat : 15733 (java) R 15731 15718 15620 0 -1 64 4844 0 1 0 1675 89 0 0 25 0 9 0 20468107 889569280 50508 996147200 134512640 134550932 4294955936 18446744073709551615 4126922234 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15732/tid=15734] ppid=15731 vsize=868720 CPUtime=5.04
/proc/15732/task/15734/stat : 15734 (java) S 15731 15718 15620 0 -1 64 59480 0 0 0 476 28 0 0 16 0 9 0 20468108 889569280 50508 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15732/tid=15735] ppid=15731 vsize=868720 CPUtime=0
/proc/15732/task/15735/stat : 15735 (java) S 15731 15718 15620 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20468108 889569280 50508 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15732/tid=15736] ppid=15731 vsize=868720 CPUtime=0
/proc/15732/task/15736/stat : 15736 (java) S 15731 15718 15620 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20468108 889569280 50508 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15732/tid=15737] ppid=15731 vsize=868720 CPUtime=0
/proc/15732/task/15737/stat : 15737 (java) S 15731 15718 15620 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20468110 889569280 50508 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15732/tid=15738] ppid=15731 vsize=868720 CPUtime=0.26
/proc/15732/task/15738/stat : 15738 (java) S 15731 15718 15620 0 -1 64 1529 0 0 0 25 1 0 0 16 0 9 0 20468110 889569280 50508 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15732/tid=15739] ppid=15731 vsize=868720 CPUtime=0
/proc/15732/task/15739/stat : 15739 (java) S 15731 15718 15620 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20468110 889569280 50508 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15732/tid=15740] ppid=15731 vsize=868720 CPUtime=0
/proc/15732/task/15740/stat : 15740 (java) S 15731 15718 15620 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20468110 889569280 50508 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.07
Current children cumulated vsize (KiB) 890944

[startup+51.102 s]
/proc/loadavg: 2.14 2.04 2.01 3/78 15743
/proc/meminfo: memFree=1411200/2055920 swapFree=4192812/4192956
[pid=15718] ppid=15716 vsize=16868 CPUtime=26.78
/proc/15718/stat : 15718 (sugar) S 15716 15718 15620 0 -1 4194304 1376 86414 0 2 6 1 2524 147 16 0 1 0 20467888 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15718/statm: 4217 1113 409 3 0 796 0
[pid=15742] ppid=15718 vsize=5356 CPUtime=0
/proc/15742/stat : 15742 (sh) S 15718 15718 15620 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20470611 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15742/statm: 1339 232 193 169 0 50 0
[pid=15743] ppid=15742 vsize=359624 CPUtime=23.72
/proc/15743/stat : 15743 (minisat) R 15742 15718 15620 0 -1 4194304 88473 0 0 0 2319 53 0 0 25 0 1 0 20470612 368254976 88459 996147200 134512640 135127466 4294956256 18446744073709551615 134530679 0 0 4096 3 0 0 0 17 1 0 0

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

/proc/15742/statm: 1339 232 193 169 0 50 0
[pid=15743] ppid=15742 vsize=447120 CPUtime=1152.46
/proc/15743/stat : 15743 (minisat) R 15742 15718 15620 0 -1 4194304 110323 0 0 0 115165 81 0 0 25 0 1 0 20470612 457850880 110309 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/15743/statm: 111780 110309 76 150 0 111627 0
Current children cumulated CPU time (s) 1179.24
Current children cumulated vsize (KiB) 469344

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 15803
/proc/meminfo: memFree=854152/2055920 swapFree=4192812/4192956
[pid=15718] ppid=15716 vsize=16868 CPUtime=26.78
/proc/15718/stat : 15718 (sugar) S 15716 15718 15620 0 -1 4194304 1376 86414 0 2 6 1 2524 147 16 0 1 0 20467888 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15718/statm: 4217 1113 409 3 0 796 0
[pid=15742] ppid=15718 vsize=5356 CPUtime=0
/proc/15742/stat : 15742 (sh) S 15718 15718 15620 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20470611 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15742/statm: 1339 232 193 169 0 50 0
[pid=15743] ppid=15742 vsize=448572 CPUtime=1212.44
/proc/15743/stat : 15743 (minisat) R 15742 15718 15620 0 -1 4194304 110679 0 0 0 121162 82 0 0 25 0 1 0 20470612 459337728 110665 996147200 134512640 135127466 4294956256 18446744073709551615 134530679 0 0 4096 3 0 0 0 17 0 0 0
/proc/15743/statm: 112143 110665 76 150 0 111990 0
Current children cumulated CPU time (s) 1239.22
Current children cumulated vsize (KiB) 470796

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 15803
/proc/meminfo: memFree=840840/2055920 swapFree=4192812/4192956
[pid=15718] ppid=15716 vsize=16868 CPUtime=26.78
/proc/15718/stat : 15718 (sugar) S 15716 15718 15620 0 -1 4194304 1376 86414 0 2 6 1 2524 147 16 0 1 0 20467888 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15718/statm: 4217 1113 409 3 0 796 0
[pid=15742] ppid=15718 vsize=5356 CPUtime=0
/proc/15742/stat : 15742 (sh) S 15718 15718 15620 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20470611 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15742/statm: 1339 232 193 169 0 50 0
[pid=15743] ppid=15742 vsize=450032 CPUtime=1272.42
/proc/15743/stat : 15743 (minisat) R 15742 15718 15620 0 -1 4194304 111039 0 0 0 127159 83 0 0 25 0 1 0 20470612 460832768 111025 996147200 134512640 135127466 4294956256 18446744073709551615 134530641 0 0 4096 3 0 0 0 17 0 0 0
/proc/15743/statm: 112508 111025 76 150 0 112355 0
Current children cumulated CPU time (s) 1299.2
Current children cumulated vsize (KiB) 472256

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 15803
/proc/meminfo: memFree=829640/2055920 swapFree=4192812/4192956
[pid=15718] ppid=15716 vsize=16868 CPUtime=26.78
/proc/15718/stat : 15718 (sugar) S 15716 15718 15620 0 -1 4194304 1376 86414 0 2 6 1 2524 147 16 0 1 0 20467888 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15718/statm: 4217 1113 409 3 0 796 0
[pid=15742] ppid=15718 vsize=5356 CPUtime=0
/proc/15742/stat : 15742 (sh) S 15718 15718 15620 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20470611 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15742/statm: 1339 232 193 169 0 50 0
[pid=15743] ppid=15742 vsize=451616 CPUtime=1332.39
/proc/15743/stat : 15743 (minisat) R 15742 15718 15620 0 -1 4194304 111446 0 0 0 133156 83 0 0 25 0 1 0 20470612 462454784 111432 996147200 134512640 135127466 4294956256 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 0 0 0
/proc/15743/statm: 112904 111432 76 150 0 112751 0
Current children cumulated CPU time (s) 1359.17
Current children cumulated vsize (KiB) 473840

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 15803
/proc/meminfo: memFree=816264/2055920 swapFree=4192812/4192956
[pid=15718] ppid=15716 vsize=16868 CPUtime=26.78
/proc/15718/stat : 15718 (sugar) S 15716 15718 15620 0 -1 4194304 1376 86414 0 2 6 1 2524 147 16 0 1 0 20467888 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15718/statm: 4217 1113 409 3 0 796 0
[pid=15742] ppid=15718 vsize=5356 CPUtime=0
/proc/15742/stat : 15742 (sh) S 15718 15718 15620 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20470611 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15742/statm: 1339 232 193 169 0 50 0
[pid=15743] ppid=15742 vsize=453464 CPUtime=1392.37
/proc/15743/stat : 15743 (minisat) R 15742 15718 15620 0 -1 4194304 111942 0 0 0 139153 84 0 0 25 0 1 0 20470612 464347136 111928 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15743/statm: 113366 111928 76 150 0 113213 0
Current children cumulated CPU time (s) 1419.15
Current children cumulated vsize (KiB) 475688

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 15803
/proc/meminfo: memFree=801096/2055920 swapFree=4192812/4192956
[pid=15718] ppid=15716 vsize=16868 CPUtime=26.78
/proc/15718/stat : 15718 (sugar) S 15716 15718 15620 0 -1 4194304 1376 86414 0 2 6 1 2524 147 16 0 1 0 20467888 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15718/statm: 4217 1113 409 3 0 796 0
[pid=15742] ppid=15718 vsize=5356 CPUtime=0
/proc/15742/stat : 15742 (sh) S 15718 15718 15620 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20470611 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15742/statm: 1339 232 193 169 0 50 0
[pid=15743] ppid=15742 vsize=455048 CPUtime=1452.34
/proc/15743/stat : 15743 (minisat) R 15742 15718 15620 0 -1 4194304 112332 0 0 0 145149 85 0 0 25 0 1 0 20470612 465969152 112318 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/15743/statm: 113762 112318 76 150 0 113609 0
Current children cumulated CPU time (s) 1479.12
Current children cumulated vsize (KiB) 477272

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 15803
/proc/meminfo: memFree=782600/2055920 swapFree=4192812/4192956
[pid=15718] ppid=15716 vsize=16868 CPUtime=26.78
/proc/15718/stat : 15718 (sugar) S 15716 15718 15620 0 -1 4194304 1376 86414 0 2 6 1 2524 147 16 0 1 0 20467888 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15718/statm: 4217 1113 409 3 0 796 0
[pid=15742] ppid=15718 vsize=5356 CPUtime=0
/proc/15742/stat : 15742 (sh) S 15718 15718 15620 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20470611 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15742/statm: 1339 232 193 169 0 50 0
[pid=15743] ppid=15742 vsize=456500 CPUtime=1512.32
/proc/15743/stat : 15743 (minisat) R 15742 15718 15620 0 -1 4194304 112680 0 0 0 151146 86 0 0 25 0 1 0 20470612 467456000 112666 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15743/statm: 114125 112666 76 150 0 113972 0
Current children cumulated CPU time (s) 1539.1
Current children cumulated vsize (KiB) 478724

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

[startup+1545.51 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 15803
/proc/meminfo: memFree=782216/2055920 swapFree=4192812/4192956
[pid=15718] ppid=15716 vsize=16868 CPUtime=26.78
/proc/15718/stat : 15718 (sugar) S 15716 15718 15620 0 -1 4194304 1376 86414 0 2 6 1 2524 147 16 0 1 0 20467888 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15718/statm: 4217 1113 409 3 0 796 0
[pid=15742] ppid=15718 vsize=5356 CPUtime=0
/proc/15742/stat : 15742 (sh) S 15718 15718 15620 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20470611 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15742/statm: 1339 232 193 169 0 50 0
[pid=15743] ppid=15742 vsize=456500 CPUtime=1515.52
/proc/15743/stat : 15743 (minisat) R 15742 15718 15620 0 -1 4194304 112699 0 0 0 151466 86 0 0 25 0 1 0 20470612 467456000 112685 996147200 134512640 135127466 4294956256 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 0 0 0
/proc/15743/statm: 114125 112685 76 150 0 113972 0
Current children cumulated CPU time (s) 1542.3
Current children cumulated vsize (KiB) 478724

[startup+1547.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 15803
/proc/meminfo: memFree=782152/2055920 swapFree=4192812/4192956
[pid=15718] ppid=15716 vsize=16868 CPUtime=26.78
/proc/15718/stat : 15718 (sugar) S 15716 15718 15620 0 -1 4194304 1376 86414 0 2 6 1 2524 147 16 0 1 0 20467888 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15718/statm: 4217 1113 409 3 0 796 0
[pid=15742] ppid=15718 vsize=5356 CPUtime=0
/proc/15742/stat : 15742 (sh) S 15718 15718 15620 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20470611 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15742/statm: 1339 232 193 169 0 50 0
[pid=15743] ppid=15742 vsize=456632 CPUtime=1517.12
/proc/15743/stat : 15743 (minisat) R 15742 15718 15620 0 -1 4194304 112714 0 0 0 151626 86 0 0 25 0 1 0 20470612 467591168 112700 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15743/statm: 114158 112700 76 150 0 114005 0
Current children cumulated CPU time (s) 1543.9
Current children cumulated vsize (KiB) 478856

[startup+1548.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 15803
/proc/meminfo: memFree=781256/2055920 swapFree=4192812/4192956
[pid=15718] ppid=15716 vsize=16868 CPUtime=26.78
/proc/15718/stat : 15718 (sugar) S 15716 15718 15620 0 -1 4194304 1376 86414 0 2 6 1 2524 147 16 0 1 0 20467888 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15718/statm: 4217 1113 409 3 0 796 0
[pid=15742] ppid=15718 vsize=5356 CPUtime=0
/proc/15742/stat : 15742 (sh) S 15718 15718 15620 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20470611 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15742/statm: 1339 232 193 169 0 50 0
[pid=15743] ppid=15742 vsize=457428 CPUtime=1518.72
/proc/15743/stat : 15743 (minisat) R 15742 15718 15620 0 -1 4194304 112867 0 0 0 151786 86 0 0 25 0 1 0 20470612 468406272 112852 996147200 134512640 135127466 4294956256 18446744073709551615 134783752 0 0 4096 3 0 0 0 17 0 0 0
/proc/15743/statm: 114357 112852 82 150 0 114204 0
Current children cumulated CPU time (s) 1545.5
Current children cumulated vsize (KiB) 479652

[startup+1549.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 15803
/proc/meminfo: memFree=781256/2055920 swapFree=4192812/4192956
[pid=15718] ppid=15716 vsize=16868 CPUtime=1545.66
/proc/15718/stat : 15718 (sugar) S 15716 15718 15620 0 -1 4194304 1448 199566 0 2 6 1 154317 242 16 0 1 0 20467888 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15718/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 1545.66
Current children cumulated vsize (KiB) 16868

[startup+1549.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 15803
/proc/meminfo: memFree=781256/2055920 swapFree=4192812/4192956
[pid=15718] ppid=15716 vsize=16868 CPUtime=1545.67
/proc/15718/stat : 15718 (sugar) R 15716 15718 15620 0 -1 4194304 1449 199566 0 2 6 2 154317 242 15 0 1 0 20467888 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15718/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 1545.67
Current children cumulated vsize (KiB) 16868

[startup+1549.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 15803
/proc/meminfo: memFree=781256/2055920 swapFree=4192812/4192956
[pid=15718] ppid=15716 vsize=16868 CPUtime=1546.18
/proc/15718/stat : 15718 (sugar) R 15716 15718 15620 0 -1 4194304 1478 203520 0 3 6 8 154359 245 16 0 1 0 20467888 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 224627758121 0 0 4224 16386 0 0 0 17 0 0 0
/proc/15718/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 1546.18
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 1549.42
CPU time (s): 1546.22
CPU user time (s): 1543.66
CPU system time (s): 2.55961
CPU usage (%): 99.794
Max. virtual memory (cumulated for all children) (KiB): 911324

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1543.66
system time used= 2.55961
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 205058
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= 7929
involuntary context switches= 17059

runsolver used 1.93171 second user time and 5.14322 second system time

The end

Launcher Data

Begin job on node49 at 2009-07-11 19:41:15
IDJOB=2064108
IDBENCH=54123
IDSOLVER=739
FILE ID=node49/2064108-1247334075
PBS_JOBID= 9506709
Free space on /tmp= 66372 MiB

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

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

MD5SUM BENCH= da04246eb2c7c2038e1553efee1f24d9
RANDOM SEED=1098690144

node49.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.232
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.232
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:       1931960 kB
Buffers:          5792 kB
Cached:          46568 kB
SwapCached:          0 kB
Active:          59868 kB
Inactive:        13956 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1931960 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            6092 kB
Writeback:           0 kB
Mapped:          32108 kB
Slab:            35388 kB
Committed_AS:   240868 kB
PageTables:       1748 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66256 MiB
End job on node49 at 2009-07-11 20:07:05