Trace number 1125364

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.13+minisatMSAT (TO) 3600.08 3621.32

General information on the benchmark

Namemaxcsp/celar/graphs/
normalized-graphw-07_ext.xml
MD5SUM7737d5e4ecec37ba4d3e307594bfe00e
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints122
Best CPU time to get the best result obtained on this benchmark0.674897
Satisfiable
(Un)Satisfiability was proved
Number of variables142
Number of constraints1945
Maximum constraint arity2
Maximum domain size44
Number of constraints which are defined in extension1945
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Wed Jul 16 02:56:19 2008
0.00/0.05	c 0	PID 32224
0.00/0.05	c 0	HOST node11.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1125364-1216169778.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1125364-1216169778.xml' 'HOME/temp.csp'
1.34/1.44	c 1	7 domains, 142 variables, 0 predicates, 1134 relations, 1945 constraints
1.34/1.47	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.34/1.47	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.39/1.55	c 1	Parsing HOME/temp.csp
3.19/3.36	c 3	parsed 3228 expressions
3.19/3.36	c 3	Heap : 32 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.19/3.40	c 3	MAX CSP: 1945 constraints
3.19/3.40	c 3	Converting to clausal form CSP
3.28/3.45	c 3	converted 518 (10%) expressions
3.28/3.49	c 3	converted 1036 (20%) expressions
3.68/3.88	c 3	converted 1553 (30%) expressions
3.88/4.03	c 3	converted 2071 (40%) expressions
4.18/4.30	c 4	converted 2588 (50%) expressions
4.28/4.48	c 4	converted 3106 (60%) expressions
4.47/4.68	c 4	converted 3624 (70%) expressions
4.97/5.12	c 5	converted 4141 (80%) expressions
5.16/5.32	c 5	converted 4659 (90%) expressions
5.45/5.61	c 5	converted 5176 (100%) expressions
5.45/5.61	c 5	CSP : 4032 integers, 0 booleans, 5834 clauses, largest domain size 2918
5.45/5.61	c 5	Heap : 75 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.45/5.61	c 5	Propagation in CSP
5.45/5.69	c 5	1938 values, 0 unsatisfiable literals, and 0 valid clauses are removed
5.45/5.69	c 5	CSP : 4032 integers, 0 booleans, 5834 clauses, largest domain size 1946
5.45/5.69	c 5	Heap : 82 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.55/5.70	c 5	Simplifing CSP by introducing new Boolean variables
5.55/5.71	c 5	CSP : 4032 integers, 0 booleans, 5834 clauses, largest domain size 1946
5.55/5.71	c 5	Heap : 75 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.85/6.09	c 6	Encoding CSP to SAT : HOME/temp.cnf
5.95/6.12	c 6	404 (10%) CSP integer variables are encoded (4878 clauses, 61329 bytes)
5.95/6.12	c 6	807 (20%) CSP integer variables are encoded (4878 clauses, 61329 bytes)
5.95/6.12	c 6	1210 (30%) CSP integer variables are encoded (4878 clauses, 61329 bytes)
5.95/6.13	c 6	1613 (40%) CSP integer variables are encoded (4878 clauses, 61329 bytes)
5.95/6.13	c 6	2016 (50%) CSP integer variables are encoded (4878 clauses, 61329 bytes)
5.95/6.14	c 6	2420 (60%) CSP integer variables are encoded (8916 clauses, 116180 bytes)
5.95/6.14	c 6	2823 (70%) CSP integer variables are encoded (12400 clauses, 168440 bytes)
5.95/6.15	c 6	3226 (80%) CSP integer variables are encoded (16426 clauses, 228830 bytes)
5.95/6.17	c 6	3629 (90%) CSP integer variables are encoded (36301 clauses, 526955 bytes)
5.95/6.18	c 6	4032 (100%) CSP integer variables are encoded (41738 clauses, 608510 bytes)
6.36/6.56	c 6	584 (10%) CSP clauses are encoded (52803 clauses, 888997 bytes)
6.75/6.94	c 6	1167 (20%) CSP clauses are encoded (64933 clauses, 1216083 bytes)
6.95/7.18	c 7	1751 (30%) CSP clauses are encoded (72018 clauses, 1403345 bytes)
7.05/7.29	c 7	2334 (40%) CSP clauses are encoded (94447 clauses, 1819739 bytes)
7.55/7.72	c 7	2917 (50%) CSP clauses are encoded (318817 clauses, 6572151 bytes)
7.65/7.85	c 7	3501 (60%) CSP clauses are encoded (383107 clauses, 7925088 bytes)
8.74/8.98	c 8	4084 (70%) CSP clauses are encoded (1044264 clauses, 22090635 bytes)
10.51/10.70	c 10	4668 (80%) CSP clauses are encoded (2034788 clauses, 43145940 bytes)
12.10/12.37	c 12	5251 (90%) CSP clauses are encoded (2992021 clauses, 63668941 bytes)
15.33/15.66	c 15	5834 (100%) CSP clauses are encoded (4874948 clauses, 104074689 bytes)
15.33/15.66	c 15	5834 CSP clauses encoded
15.33/15.66	c 15	Writing map file : HOME/temp.map
15.43/15.70	c 15	Heap : 40 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
15.43/15.70	c 15	SAT : 45769 SAT variables, 4874948 SAT clauses, 104074689 bytes
15.43/15.71	c 15	Heap : 40 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
15.43/15.77	c 15	OBJECTIVE minimize _COST
15.43/15.77	c 15	OBJECTIVE BOUND: 0 <= _COST <= 
15.43/15.77	c 15	SEARCHING: _COST <= 973
15.43/15.77	c 15	SOLVING HOME/temp.cnf
15.43/15.77	c 15	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
15.43/15.77	c 15	This is MiniSat 2.0 beta
15.43/15.77	c 15	WARNING: for repeatability, setting FPU to use double precision
15.43/15.77	c 15	============================[ Problem Statistics ]=============================
15.43/15.77	c 15	|                                                                             |
15.43/15.77	c 15	|  Number of variables:  45769                                                |
15.43/15.77	c 15	|  Number of clauses:    4874949                                              |
17.97/18.34	c 18	|  Parsing time:         2.14         s                                       |
25.19/25.64	c 25	============================[ Search Statistics ]==============================
25.19/25.64	c 25	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
25.19/25.64	c 25	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
25.19/25.64	c 25	===============================================================================
25.19/25.64	c 25	|         0 |   35077  3112292  9295064 |  1037430        0    nan |  0.000 % |
27.09/27.55	c 27	|       100 |   35075  3112292  9295064 |  1141173       99     21 | 23.389 % |
27.88/28.35	c 28	===============================================================================
27.88/28.35	c 28	restarts              : 2
27.88/28.35	c 28	conflicts             : 207            (17 /sec)
27.88/28.35	c 28	decisions             : 7687           (0.78 % random) (638 /sec)
27.88/28.35	c 28	propagations          : 809862         (67219 /sec)
27.88/28.35	c 28	conflict literals     : 3097           (20.49 % deleted)
27.88/28.35	c 28	Memory used           : 194.11 MB
27.88/28.35	c 28	CPU time              : 12.0482 s
27.88/28.35	c 28	
27.88/28.37	c 28	SATISFIABLE
27.97/28.41	c 28	FOUND: _COST <= 973
27.97/28.41	s SATISFIABLE
27.97/28.41	c 28	DECODING HOME/temp.out WITH HOME/temp.map
27.97/28.41	c 28	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
27.97/28.49	c 28	Decoding HOME/temp.out
28.36/28.82	c 28	OBJECTIVE _COST 959
28.36/28.82	o 959
28.36/28.83	v 35 43 9 43 1 41 31 21 33 35 0 9 1 35 0 12 31 9 2 21 43 35 1 21 43 4 2 21 4 32 41 31 30 35 35 41 23 31 33 35 39 42 34 2 27 28 2 43 10 2 30 41 0 21 1 5 0 32 2 37 21 43 32 39 4 33 43 43 3 41 1 5 43 34 35 9 10 43 17 31 12 0 43 35 32 2 32 35 35 0 1 35 2 43 5 43 2 8 7 9 43 32 16 19 19 33 4 35 27 3 32 30 17 0 43 35 38 35 0 31 41 43 39 35 1 41 17 19 7 0 39 26 4 11 3 40 43 41 4 30 7 -1
28.36/28.83	c 28	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
28.36/28.89	c 28	OBJECTIVE BOUND: 0 <= _COST <= 959
28.36/28.89	c 28	SEARCHING: _COST <= 479
28.36/28.89	c 28	SOLVING HOME/temp.cnf
28.36/28.89	c 28	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
28.36/28.89	c 28	This is MiniSat 2.0 beta
28.36/28.89	c 28	WARNING: for repeatability, setting FPU to use double precision
28.36/28.89	c 28	============================[ Problem Statistics ]=============================
28.36/28.89	c 28	|                                                                             |
28.36/28.89	c 28	|  Number of variables:  45769                                                |
28.36/28.89	c 28	|  Number of clauses:    4874949                                              |
30.98/31.55	c 31	|  Parsing time:         2.23         s                                       |
40.49/41.10	c 41	============================[ Search Statistics ]==============================
40.49/41.10	c 41	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
40.49/41.10	c 41	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
40.49/41.10	c 41	===============================================================================
40.49/41.10	c 41	|         0 |   29127  2002235  5982249 |   667411        0    nan |  0.000 % |
41.19/41.82	c 41	|       100 |   29125  2002235  5982249 |   734152       99     23 | 36.394 % |
41.68/42.34	c 42	|       250 |   29125  2002235  5982249 |   807568      249     25 | 36.394 % |
42.28/42.97	c 42	|       475 |   29125  2002235  5982249 |   888324      474     28 | 36.394 % |
43.07/43.71	c 43	|       813 |   29125  2002235  5982249 |   977157      812     25 | 36.394 % |
43.86/44.57	c 44	|      1319 |   29125  2002235  5982249 |  1074873     1318     24 | 36.394 % |
44.75/45.45	c 45	===============================================================================
44.75/45.45	c 45	restarts              : 6
44.75/45.45	c 45	conflicts             : 1758           (110 /sec)
44.75/45.45	c 45	decisions             : 7127           (0.95 % random) (446 /sec)
44.75/45.45	c 45	propagations          : 2754317        (172246 /sec)
44.75/45.45	c 45	conflict literals     : 38939          (19.46 % deleted)
44.75/45.45	c 45	Memory used           : 197.74 MB
44.75/45.45	c 45	CPU time              : 15.9906 s
44.75/45.45	c 45	
44.75/45.47	c 45	SATISFIABLE
44.85/45.51	c 45	FOUND: _COST <= 479
44.85/45.51	c 45	DECODING HOME/temp.out WITH HOME/temp.map
44.85/45.51	c 45	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
44.85/45.59	c 45	Decoding HOME/temp.out
44.87/45.80	c 45	OBJECTIVE _COST 367
44.87/45.80	o 367
44.87/45.81	v 22 43 9 43 14 0 31 29 6 10 11 9 1 27 41 36 31 26 2 2 43 35 34 41 41 21 1 21 4 27 33 31 17 0 43 2 0 31 43 35 39 29 6 16 25 28 2 2 9 2 30 34 0 6 1 1 43 8 2 9 4 32 5 43 4 35 14 32 35 33 43 1 43 34 35 41 41 0 0 31 20 0 12 35 2 5 43 35 33 0 5 22 5 9 24 34 2 27 7 38 43 43 0 19 15 33 5 35 33 3 2 18 0 27 8 35 2 12 0 31 34 43 34 35 1 12 23 19 30 26 2 35 4 0 2 32 19 30 1 17 16 -1
44.87/45.81	c 45	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
44.87/45.83	c 45	OBJECTIVE BOUND: 0 <= _COST <= 367
44.87/45.83	c 45	SEARCHING: _COST <= 183
44.87/45.83	c 45	SOLVING HOME/temp.cnf
44.87/45.83	c 45	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
44.87/45.83	c 45	This is MiniSat 2.0 beta
44.87/45.83	c 45	WARNING: for repeatability, setting FPU to use double precision
44.87/45.83	c 45	============================[ Problem Statistics ]=============================
44.87/45.83	c 45	|                                                                             |
44.87/45.83	c 45	|  Number of variables:  45769                                                |
44.87/45.83	c 45	|  Number of clauses:    4874949                                              |
47.80/48.58	c 48	|  Parsing time:         2.33         s                                       |
57.32/58.14	c 58	============================[ Search Statistics ]==============================
57.32/58.14	c 58	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
57.32/58.14	c 58	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
57.32/58.14	c 58	===============================================================================
57.32/58.14	c 58	|         0 |   24266   886689  2649898 |   295563        0    nan |  0.000 % |
58.01/58.85	c 58	|       102 |   24263   886689  2649898 |   325119      101     23 | 47.025 % |
58.21/59.08	c 59	|       252 |   24263   886689  2649898 |   357631      251     21 | 47.025 % |
58.90/59.71	c 59	|       477 |   24263   886689  2649898 |   393394      476     25 | 47.025 % |
59.40/60.28	c 60	|       814 |   24263   886689  2649898 |   432733      813     24 | 47.025 % |
60.59/61.41	c 61	|      1321 |   24263   886689  2649898 |   476007     1320     24 | 47.025 % |
61.78/62.61	c 62	|      2081 |   24263   886689  2649898 |   523607     2080     21 | 47.025 % |
63.76/64.62	c 64	|      3221 |   24246   883881  2641544 |   575968     3220     21 | 47.025 % |
67.03/67.94	c 67	|      4930 |   24246   883881  2641544 |   633565     4929     21 | 47.025 % |
71.19/72.14	c 72	|      7492 |   24246   883881  2641544 |   696922     7491     23 | 47.025 % |
76.94/77.97	c 77	|     11337 |   24222   879606  2628798 |   766614    11334     23 | 47.078 % |
85.65/86.73	c 86	|     17103 |   24222   879606  2628798 |   843275    17100     22 | 47.078 % |
101.30/102.57	c 102	|     25752 |   24222   879606  2628798 |   927603    25749     25 | 47.078 % |
126.76/128.29	c 128	|     38726 |   24222   879606  2628798 |  1020363    38723     25 | 47.078 % |
169.16/171.02	c 170	|     58187 |   24176   871859  2605709 |  1122400    58180     29 | 47.178 % |
226.91/229.36	c 229	|     87379 |   24128   858777  2566607 |  1234640    87357     35 | 47.283 % |
338.04/341.55	c 341	|    131169 |   24128   858777  2566607 |  1358104   131147     36 | 47.283 % |
504.77/509.86	c 509	|    196853 |   24128   858777  2566607 |  1493914   196831     34 | 47.283 % |
818.20/826.24	c 826	|    295381 |   24128   858777  2566607 |  1643305   295359     35 | 47.283 % |
1486.89/1501.22	c 1501	|    443171 |   24105   855443  2556683 |  1807636   443147     34 | 47.333 % |
2599.17/2619.84	c 2619	|    664854 |   24105   855443  2556683 |  1988400   664830     40 | 47.333 % |
3600.06/3621.11	c ERROR INTERRUPTED
3600.06/3621.15	c 3621	CPU 43.3 (0.05 0.01 43.25 1.87)
3600.06/3621.15	c 3621	END Wed Jul 16 03:56:40 2008

Verifier Data (download as text)

OK	242	1703
242 unsatisfied constraints, 1703 satisfied constraints

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1125364-1216169778/watcher-1125364-1216169778 -o /tmp/evaluation-result-1125364-1216169778/solver-1125364-1216169778 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar -max -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1125364-1216169778.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 4000 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.92 1.98 1.99 4/74 32224
/proc/meminfo: memFree=904528/2055920 swapFree=4192812/4192956
[pid=32224] ppid=32222 vsize=12268 CPUtime=0
/proc/32224/stat : 32224 (sugar) R 32222 32224 31768 0 -1 4194304 337 0 0 0 0 0 0 0 20 0 1 0 73680638 12562432 305 996147200 4194304 4206940 548682068592 18446744073709551615 262927735024 0 0 4224 0 0 0 0 17 1 0 0
/proc/32224/statm: 3067 305 231 3 0 167 0

[startup+0.0594061 s]
/proc/loadavg: 1.92 1.98 1.99 4/74 32224
/proc/meminfo: memFree=904528/2055920 swapFree=4192812/4192956
[pid=32224] ppid=32222 vsize=13600 CPUtime=0.03
/proc/32224/stat : 32224 (sugar) S 32222 32224 31768 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 73680638 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32224/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102003 s]
/proc/loadavg: 1.92 1.98 1.99 4/74 32224
/proc/meminfo: memFree=904528/2055920 swapFree=4192812/4192956
[pid=32224] ppid=32222 vsize=13600 CPUtime=0.03
/proc/32224/stat : 32224 (sugar) S 32222 32224 31768 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 73680638 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32224/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301436 s]
/proc/loadavg: 1.92 1.98 1.99 4/74 32224
/proc/meminfo: memFree=904528/2055920 swapFree=4192812/4192956
[pid=32224] ppid=32222 vsize=13600 CPUtime=0.03
/proc/32224/stat : 32224 (sugar) S 32222 32224 31768 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 73680638 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32224/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701486 s]
/proc/loadavg: 1.92 1.98 1.99 4/74 32224
/proc/meminfo: memFree=904528/2055920 swapFree=4192812/4192956
[pid=32224] ppid=32222 vsize=13600 CPUtime=0.03
/proc/32224/stat : 32224 (sugar) S 32222 32224 31768 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 73680638 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32224/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50158 s]
/proc/loadavg: 1.92 1.98 1.99 3/85 32236
/proc/meminfo: memFree=887224/2055920 swapFree=4192812/4192956
[pid=32224] ppid=32222 vsize=13600 CPUtime=1.39
/proc/32224/stat : 32224 (sugar) S 32222 32224 31768 0 -1 4194304 957 7526 0 1 3 0 130 6 16 0 1 0 73680638 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32224/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 13600

[startup+3.10277 s]
/proc/loadavg: 1.92 1.98 1.99 4/85 32246
/proc/meminfo: memFree=886328/2055920 swapFree=4192812/4192956
[pid=32224] ppid=32222 vsize=13600 CPUtime=1.39
/proc/32224/stat : 32224 (sugar) S 32222 32224 31768 0 -1 4194304 974 7526 0 1 3 0 130 6 16 0 1 0 73680638 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32224/statm: 3400 797 370 3 0 500 0
[pid=32237] ppid=32224 vsize=5356 CPUtime=0
/proc/32237/stat : 32237 (sh) S 32224 32224 31768 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 73680785 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32237/statm: 1339 233 193 169 0 50 0
[pid=32238] ppid=32237 vsize=864012 CPUtime=1.6
/proc/32238/stat : 32238 (java) S 32237 32224 31768 0 -1 0 11177 0 1 0 155 5 0 0 18 0 9 0 73680785 884748288 10437 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32238/statm: 216003 10437 2532 9 0 210585 0
[pid=32238/tid=32239] ppid=32237 vsize=864012 CPUtime=0.88
/proc/32238/task/32239/stat : 32239 (java) R 32237 32224 31768 0 -1 64 2773 0 1 0 87 1 0 0 25 0 9 0 73680786 884748288 10437 996147200 134512640 134550740 4294955936 18446744073709551615 4126428687 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32238/tid=32240] ppid=32237 vsize=864012 CPUtime=0.63
/proc/32238/task/32240/stat : 32240 (java) S 32237 32224 31768 0 -1 64 7373 0 0 0 60 3 0 0 16 0 9 0 73680787 884748288 10437 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32238/tid=32241] ppid=32237 vsize=864012 CPUtime=0
/proc/32238/task/32241/stat : 32241 (java) S 32237 32224 31768 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 73680788 884748288 10437 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32238/tid=32242] ppid=32237 vsize=864012 CPUtime=0
/proc/32238/task/32242/stat : 32242 (java) S 32237 32224 31768 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 73680788 884748288 10437 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32238/tid=32243] ppid=32237 vsize=864012 CPUtime=0
/proc/32238/task/32243/stat : 32243 (java) S 32237 32224 31768 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 73680790 884748288 10437 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32238/tid=32244] ppid=32237 vsize=864012 CPUtime=0.07
/proc/32238/task/32244/stat : 32244 (java) S 32237 32224 31768 0 -1 64 335 0 0 0 7 0 0 0 16 0 9 0 73680790 884748288 10437 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32238/tid=32245] ppid=32237 vsize=864012 CPUtime=0
/proc/32238/task/32245/stat : 32245 (java) S 32237 32224 31768 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 73680790 884748288 10437 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32238/tid=32246] ppid=32237 vsize=864012 CPUtime=0
/proc/32238/task/32246/stat : 32246 (java) S 32237 32224 31768 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 73680790 884748288 10437 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 882968

[startup+6.30215 s]
/proc/loadavg: 1.93 1.98 1.99 4/85 32246
/proc/meminfo: memFree=810552/2055920 swapFree=4192812/4192956
[pid=32224] ppid=32222 vsize=13600 CPUtime=1.4
/proc/32224/stat : 32224 (sugar) S 32222 32224 31768 0 -1 4194304 974 7526 0 1 3 1 130 6 15 0 1 0 73680638 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32224/statm: 3400 797 370 3 0 500 0
[pid=32237] ppid=32224 vsize=5356 CPUtime=0
/proc/32237/stat : 32237 (sh) S 32224 32224 31768 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 73680785 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32237/statm: 1339 233 193 169 0 50 0
[pid=32238] ppid=32237 vsize=868524 CPUtime=4.76
/proc/32238/stat : 32238 (java) S 32237 32224 31768 0 -1 0 31694 0 1 0 458 18 0 0 18 0 9 0 73680785 889368576 25792 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32238/statm: 217131 25792 2565 9 0 211678 0
[pid=32238/tid=32239] ppid=32237 vsize=868524 CPUtime=2.1
/proc/32238/task/32239/stat : 32239 (java) R 32237 32224 31768 0 -1 64 3799 0 1 0 207 3 0 0 25 0 9 0 73680786 889368576 25792 996147200 134512640 134550740 4294955936 18446744073709551615 4126535439 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32238/tid=32240] ppid=32237 vsize=868524 CPUtime=2.35
/proc/32238/task/32240/stat : 32240 (java) S 32237 32224 31768 0 -1 64 25702 0 0 0 223 12 0 0 16 0 9 0 73680787 889368576 25792 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32238/tid=32241] ppid=32237 vsize=868524 CPUtime=0
/proc/32238/task/32241/stat : 32241 (java) S 32237 32224 31768 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 73680788 889368576 25792 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32238/tid=32242] ppid=32237 vsize=868524 CPUtime=0
/proc/32238/task/32242/stat : 32242 (java) S 32237 32224 31768 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 73680788 889368576 25792 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32238/tid=32243] ppid=32237 vsize=868524 CPUtime=0
/proc/32238/task/32243/stat : 32243 (java) S 32237 32224 31768 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 73680790 889368576 25792 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32238/tid=32244] ppid=32237 vsize=868524 CPUtime=0.28
/proc/32238/task/32244/stat : 32244 (java) S 32237 32224 31768 0 -1 64 1497 0 0 0 27 1 0 0 16 0 9 0 73680790 889368576 25792 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32238/tid=32245] ppid=32237 vsize=868524 CPUtime=0
/proc/32238/task/32245/stat : 32245 (java) S 32237 32224 31768 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 73680790 889368576 25792 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32238/tid=32246] ppid=32237 vsize=868524 CPUtime=0
/proc/32238/task/32246/stat : 32246 (java) S 32237 32224 31768 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 73680790 889368576 25792 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 887480

[startup+12.7029 s]
/proc/loadavg: 1.93 1.98 1.99 3/85 32246
/proc/meminfo: memFree=746104/2055920 swapFree=4192812/4192956
[pid=32224] ppid=32222 vsize=13600 CPUtime=1.41
/proc/32224/stat : 32224 (sugar) S 32222 32224 31768 0 -1 4194304 974 7526 0 1 4 1 130 6 16 0 1 0 73680638 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32224/statm: 3400 797 370 3 0 500 0
[pid=32237] ppid=32224 vsize=5356 CPUtime=0
/proc/32237/stat : 32237 (sh) S 32224 32224 31768 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 73680785 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32237/statm: 1339 233 193 169 0 50 0
[pid=32238] ppid=32237 vsize=868524 CPUtime=11.08
/proc/32238/stat : 32238 (java) S 32237 32224 31768 0 -1 0 31958 0 1 0 1047 61 0 0 18 0 9 0 73680785 889368576 25809 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32238/statm: 217131 25809 2565 9 0 211678 0
[pid=32238/tid=32239] ppid=32237 vsize=868524 CPUtime=8.24
/proc/32238/task/32239/stat : 32239 (java) R 32237 32224 31768 0 -1 64 4047 0 1 0 780 44 0 0 25 0 9 0 73680786 889368576 25809 996147200 134512640 134550740 4294955936 18446744073709551615 4126535566 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32238/tid=32240] ppid=32237 vsize=868524 CPUtime=2.5
/proc/32238/task/32240/stat : 32240 (java) S 32237 32224 31768 0 -1 64 25702 0 0 0 236 14 0 0 16 0 9 0 73680787 889368576 25809 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32238/tid=32241] ppid=32237 vsize=868524 CPUtime=0
/proc/32238/task/32241/stat : 32241 (java) S 32237 32224 31768 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 73680788 889368576 25809 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32238/tid=32242] ppid=32237 vsize=868524 CPUtime=0
/proc/32238/task/32242/stat : 32242 (java) S 32237 32224 31768 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 73680788 889368576 25809 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32238/tid=32243] ppid=32237 vsize=868524 CPUtime=0
/proc/32238/task/32243/stat : 32243 (java) S 32237 32224 31768 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 73680790 889368576 25809 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32238/tid=32244] ppid=32237 vsize=868524 CPUtime=0.31
/proc/32238/task/32244/stat : 32244 (java) S 32237 32224 31768 0 -1 64 1513 0 0 0 30 1 0 0 16 0 9 0 73680790 889368576 25809 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32238/tid=32245] ppid=32237 vsize=868524 CPUtime=0
/proc/32238/task/32245/stat : 32245 (java) S 32237 32224 31768 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 73680790 889368576 25809 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32238/tid=32246] ppid=32237 vsize=868524 CPUtime=0
/proc/32238/task/32246/stat : 32246 (java) S 32237 32224 31768 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 73680790 889368576 25809 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 887480

[startup+25.5014 s]
/proc/loadavg: 1.95 1.98 1.99 3/77 32248
/proc/meminfo: memFree=598456/2055920 swapFree=4192812/4192956
[pid=32224] ppid=32222 vsize=13864 CPUtime=15.48
/proc/32224/stat : 32224 (sugar) S 32222 32224 31768 0 -1 4194304 1109 39917 0 2 4 1 1451 92 16 0 1 0 73680638 14196736 857 996147200 4194304 4206940 548682068592 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32224/statm: 3466 857 374 3 0 566 0
[pid=32247] ppid=32224 vsize=5356 CPUtime=0
/proc/32247/stat : 32247 (sh) S 32224 32224 31768 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 73682215 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32247/statm: 1339 232 193 169 0 50 0
[pid=32248] ppid=32247 vsize=198764 CPUtime=9.61
/proc/32248/stat : 32248 (minisat) R 32247 32224 31768 0 -1 4194304 49077 0 0 0 921 40 0 0 25 0 1 0 73682216 203534336 49063 996147200 134512640 135127466 4294956256 18446744073709551615 134523436 0 0 4096 3 0 0 0 17 1 0 0
/proc/32248/statm: 49691 49063 71 150 0 49538 0
Current children cumulated CPU time (s) 25.09
Current children cumulated vsize (KiB) 217984

[startup+51.1014 s]
/proc/loadavg: 1.96 1.98 1.99 3/77 32272
/proc/meminfo: memFree=597944/2055920 swapFree=4192812/4192956
[pid=32224] ppid=32222 vsize=13864 CPUtime=45.18
/proc/32224/stat : 32224 (sugar) S 32222 32224 31768 0 -1 4194304 1344 147622 0 4 5 1 4325 187 16 0 1 0 73680638 14196736 857 996147200 4194304 4206940 548682068592 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32224/statm: 3466 857 374 3 0 566 0
[pid=32271] ppid=32224 vsize=5356 CPUtime=0
/proc/32271/stat : 32271 (sh) S 32224 32224 31768 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 73685221 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32271/statm: 1339 232 193 169 0 50 0
[pid=32272] ppid=32271 vsize=199784 CPUtime=5.21
/proc/32272/stat : 32272 (minisat) R 32271 32224 31768 0 -1 4194304 49308 0 0 0 482 39 0 0 25 0 1 0 73685221 204578816 49294 996147200 134512640 135127466 4294956256 18446744073709551615 134523542 0 0 4096 3 0 0 0 17 1 0 0
/proc/32272/statm: 49946 49294 71 150 0 49793 0
Current children cumulated CPU time (s) 50.39
Current children cumulated vsize (KiB) 219004

[startup+102.306 s]
/proc/loadavg: 1.98 1.98 1.99 3/77 32272
/proc/meminfo: memFree=597368/2055920 swapFree=4192812/4192956
[pid=32224] ppid=32222 vsize=13864 CPUtime=45.18
/proc/32224/stat : 32224 (sugar) S 32222 32224 31768 0 -1 4194304 1344 147622 0 4 5 1 4325 187 16 0 1 0 73680638 14196736 857 996147200 4194304 4206940 548682068592 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32224/statm: 3466 857 374 3 0 566 0
[pid=32271] ppid=32224 vsize=5356 CPUtime=0
/proc/32271/stat : 32271 (sh) S 32224 32224 31768 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 73685221 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32271/statm: 1339 232 193 169 0 50 0
[pid=32272] ppid=32271 vsize=199784 CPUtime=55.93
/proc/32272/stat : 32272 (minisat) R 32271 32224 31768 0 -1 4194304 49317 0 0 0 5554 39 0 0 25 0 1 0 73685221 204578816 49303 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/32272/statm: 49946 49303 76 150 0 49793 0

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

[pid=32271] ppid=32224 vsize=5356 CPUtime=0
/proc/32271/stat : 32271 (sh) S 32224 32224 31768 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 73685221 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32271/statm: 1339 232 193 169 0 50 0
[pid=32272] ppid=32271 vsize=269848 CPUtime=3156.25
/proc/32272/stat : 32272 (minisat) R 32271 32224 31768 0 -1 4194304 66287 0 0 0 315502 123 0 0 25 0 1 0 73685221 276324352 66265 996147200 134512640 135127466 4294956256 18446744073709551615 134527213 0 0 4096 3 0 0 0 17 0 0 0
/proc/32272/statm: 67462 66265 76 150 0 67309 0
Current children cumulated CPU time (s) 3201.43
Current children cumulated vsize (KiB) 289068

[startup+3282.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/84 32498
/proc/meminfo: memFree=1656768/2055920 swapFree=4192812/4192956
[pid=32224] ppid=32222 vsize=13864 CPUtime=45.18
/proc/32224/stat : 32224 (sugar) S 32222 32224 31768 0 -1 4194304 1344 147622 0 4 5 1 4325 187 16 0 1 0 73680638 14196736 857 996147200 4194304 4206940 548682068592 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/32224/statm: 3466 857 374 3 0 566 0
[pid=32271] ppid=32224 vsize=5356 CPUtime=0
/proc/32271/stat : 32271 (sh) S 32224 32224 31768 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 73685221 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32271/statm: 1339 232 193 169 0 50 0
[pid=32272] ppid=32271 vsize=272708 CPUtime=3216.22
/proc/32272/stat : 32272 (minisat) R 32271 32224 31768 0 -1 4194304 67009 0 0 0 321499 123 0 0 25 0 1 0 73685221 279252992 66987 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/32272/statm: 68177 66987 76 150 0 68024 0
Current children cumulated CPU time (s) 3261.4
Current children cumulated vsize (KiB) 291928

[startup+3342.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/84 32498
/proc/meminfo: memFree=1654144/2055920 swapFree=4192812/4192956
[pid=32224] ppid=32222 vsize=13864 CPUtime=45.18
/proc/32224/stat : 32224 (sugar) S 32222 32224 31768 0 -1 4194304 1344 147622 0 4 5 1 4325 187 16 0 1 0 73680638 14196736 857 996147200 4194304 4206940 548682068592 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/32224/statm: 3466 857 374 3 0 566 0
[pid=32271] ppid=32224 vsize=5356 CPUtime=0
/proc/32271/stat : 32271 (sh) S 32224 32224 31768 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 73685221 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32271/statm: 1339 232 193 169 0 50 0
[pid=32272] ppid=32271 vsize=275244 CPUtime=3276.2
/proc/32272/stat : 32272 (minisat) R 32271 32224 31768 0 -1 4194304 67645 0 0 0 327496 124 0 0 25 0 1 0 73685221 281849856 67623 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/32272/statm: 68811 67623 76 150 0 68658 0
Current children cumulated CPU time (s) 3321.38
Current children cumulated vsize (KiB) 294464

[startup+3402.3 s]
/proc/loadavg: 2.00 2.00 2.03 3/84 32498
/proc/meminfo: memFree=1651520/2055920 swapFree=4192812/4192956
[pid=32224] ppid=32222 vsize=13864 CPUtime=45.18
/proc/32224/stat : 32224 (sugar) S 32222 32224 31768 0 -1 4194304 1344 147622 0 4 5 1 4325 187 16 0 1 0 73680638 14196736 857 996147200 4194304 4206940 548682068592 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/32224/statm: 3466 857 374 3 0 566 0
[pid=32271] ppid=32224 vsize=5356 CPUtime=0
/proc/32271/stat : 32271 (sh) S 32224 32224 31768 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 73685221 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32271/statm: 1339 232 193 169 0 50 0
[pid=32272] ppid=32271 vsize=277688 CPUtime=3336.18
/proc/32272/stat : 32272 (minisat) R 32271 32224 31768 0 -1 4194304 68281 0 0 0 333493 125 0 0 25 0 1 0 73685221 284352512 68259 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/32272/statm: 69422 68259 76 150 0 69269 0
Current children cumulated CPU time (s) 3381.36
Current children cumulated vsize (KiB) 296908

[startup+3462.3 s]
/proc/loadavg: 2.00 2.00 2.02 3/84 32498
/proc/meminfo: memFree=1648896/2055920 swapFree=4192812/4192956
[pid=32224] ppid=32222 vsize=13864 CPUtime=45.18
/proc/32224/stat : 32224 (sugar) S 32222 32224 31768 0 -1 4194304 1344 147622 0 4 5 1 4325 187 16 0 1 0 73680638 14196736 857 996147200 4194304 4206940 548682068592 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/32224/statm: 3466 857 374 3 0 566 0
[pid=32271] ppid=32224 vsize=5356 CPUtime=0
/proc/32271/stat : 32271 (sh) S 32224 32224 31768 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 73685221 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32271/statm: 1339 232 193 169 0 50 0
[pid=32272] ppid=32271 vsize=280328 CPUtime=3396.14
/proc/32272/stat : 32272 (minisat) R 32271 32224 31768 0 -1 4194304 68936 0 0 0 339489 125 0 0 25 0 1 0 73685221 287055872 68914 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/32272/statm: 70082 68914 76 150 0 69929 0
Current children cumulated CPU time (s) 3441.32
Current children cumulated vsize (KiB) 299548

[startup+3522.31 s]
/proc/loadavg: 2.00 2.00 2.02 3/84 32498
/proc/meminfo: memFree=1645952/2055920 swapFree=4192812/4192956
[pid=32224] ppid=32222 vsize=13864 CPUtime=45.18
/proc/32224/stat : 32224 (sugar) S 32222 32224 31768 0 -1 4194304 1344 147622 0 4 5 1 4325 187 16 0 1 0 73680638 14196736 857 996147200 4194304 4206940 548682068592 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/32224/statm: 3466 857 374 3 0 566 0
[pid=32271] ppid=32224 vsize=5356 CPUtime=0
/proc/32271/stat : 32271 (sh) S 32224 32224 31768 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 73685221 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32271/statm: 1339 232 193 169 0 50 0
[pid=32272] ppid=32271 vsize=283152 CPUtime=3456.13
/proc/32272/stat : 32272 (minisat) R 32271 32224 31768 0 -1 4194304 69669 0 0 0 345487 126 0 0 25 0 1 0 73685221 289947648 69647 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/32272/statm: 70788 69647 76 150 0 70635 0
Current children cumulated CPU time (s) 3501.31
Current children cumulated vsize (KiB) 302372

[startup+3582.3 s]
/proc/loadavg: 2.00 2.00 2.01 3/84 32498
/proc/meminfo: memFree=1643136/2055920 swapFree=4192812/4192956
[pid=32224] ppid=32222 vsize=13864 CPUtime=45.18
/proc/32224/stat : 32224 (sugar) S 32222 32224 31768 0 -1 4194304 1344 147622 0 4 5 1 4325 187 16 0 1 0 73680638 14196736 857 996147200 4194304 4206940 548682068592 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/32224/statm: 3466 857 374 3 0 566 0
[pid=32271] ppid=32224 vsize=5356 CPUtime=0
/proc/32271/stat : 32271 (sh) S 32224 32224 31768 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 73685221 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32271/statm: 1339 232 193 169 0 50 0
[pid=32272] ppid=32271 vsize=285944 CPUtime=3516.1
/proc/32272/stat : 32272 (minisat) R 32271 32224 31768 0 -1 4194304 70345 0 0 0 351483 127 0 0 25 0 1 0 73685221 292806656 70323 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/32272/statm: 71486 70323 76 150 0 71333 0
Current children cumulated CPU time (s) 3561.28
Current children cumulated vsize (KiB) 305164



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3621.1 s]
/proc/loadavg: 2.00 2.00 2.01 3/84 32498
/proc/meminfo: memFree=1641408/2055920 swapFree=4192812/4192956
[pid=32224] ppid=32222 vsize=13864 CPUtime=45.18
/proc/32224/stat : 32224 (sugar) S 32222 32224 31768 0 -1 4194304 1344 147622 0 4 5 1 4325 187 16 0 1 0 73680638 14196736 857 996147200 4194304 4206940 548682068592 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/32224/statm: 3466 857 374 3 0 566 0
[pid=32271] ppid=32224 vsize=5356 CPUtime=0
/proc/32271/stat : 32271 (sh) S 32224 32224 31768 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 73685221 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32271/statm: 1339 232 193 169 0 50 0
[pid=32272] ppid=32271 vsize=287700 CPUtime=3554.88
/proc/32272/stat : 32272 (minisat) R 32271 32224 31768 0 -1 4194304 70768 0 0 0 355361 127 0 0 25 0 1 0 73685221 294604800 70746 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/32272/statm: 71925 70746 76 150 0 71772 0
Current children cumulated CPU time (s) 3600.06
Current children cumulated vsize (KiB) 306920

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

[startup+3621.1 s]
/proc/loadavg: 2.00 2.00 2.01 3/84 32498
/proc/meminfo: memFree=1641408/2055920 swapFree=4192812/4192956
[pid=32224] ppid=32222 vsize=13864 CPUtime=45.18
/proc/32224/stat : 32224 (sugar) S 32222 32224 31768 0 -1 4194304 1344 147622 0 4 5 1 4325 187 16 0 1 0 73680638 14196736 857 996147200 4194304 4206940 548682068592 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/32224/statm: 3466 857 374 3 0 566 0
[pid=32271] ppid=32224 vsize=5356 CPUtime=0
/proc/32271/stat : 32271 (sh) S 32224 32224 31768 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 73685221 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32271/statm: 1339 232 193 169 0 50 0
[pid=32272] ppid=32271 vsize=287700 CPUtime=3554.88
/proc/32272/stat : 32272 (minisat) R 32271 32224 31768 0 -1 4194304 70768 0 0 0 355361 127 0 0 25 0 1 0 73685221 294604800 70746 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/32272/statm: 71925 70746 76 150 0 71772 0
Current children cumulated CPU time (s) 3600.06
Current children cumulated vsize (KiB) 306920

# WARNING:
# current cumulated CPU time (45.19 s) is less than in the last sample (3600.06 s)
# The time of a child was probably not reported to its father.
# (see the samples just above and below)
# Adding the difference (3554.87 s) to the 'lost time'.

[startup+3621.22 s]
/proc/loadavg: 2.00 2.00 2.01 2/83 32499
/proc/meminfo: memFree=1924616/2055920 swapFree=4192812/4192956
[pid=32224] ppid=32222 vsize=13864 CPUtime=45.19
/proc/32224/stat : 32224 (sugar) D 32222 32224 31768 0 -1 4194304 1378 147899 0 4 5 2 4325 187 15 0 1 0 73680638 14196736 858 996147200 4194304 4206940 548682068592 18446744073709551615 262910219305 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/32224/statm: 3466 858 375 3 0 566 0
Current children cumulated CPU time (s) 45.19
Current children cumulated vsize (KiB) 13864

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

[startup+3621.22 s]
/proc/loadavg: 2.00 2.00 2.01 2/83 32499
/proc/meminfo: memFree=1924616/2055920 swapFree=4192812/4192956
[pid=32224] ppid=32222 vsize=13864 CPUtime=45.19
/proc/32224/stat : 32224 (sugar) D 32222 32224 31768 0 -1 4194304 1378 147899 0 4 5 2 4325 187 15 0 1 0 73680638 14196736 858 996147200 4194304 4206940 548682068592 18446744073709551615 262910219305 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/32224/statm: 3466 858 375 3 0 566 0
Current children cumulated CPU time (s) 45.19
Current children cumulated vsize (KiB) 13864

Child status: 0

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 3554.87
#  lost CPU user time (s): 3553.61
#  lost CPU system time (s): 1.26

Real time (s): 3621.32
CPU time (s): 3600.08
CPU user time (s): 3596.92
CPU system time (s): 3.16371
CPU usage (%): 99.4136
Max. virtual memory (cumulated for all children) (KiB): 897680

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 43.3064
system time used= 1.90371
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 149308
page faults= 4
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7549
involuntary context switches= 8243

runsolver used 4.26835 second user time and 11.1593 second system time

The end

Launcher Data (download as text)

Begin job on node11 at 2008-07-16 02:56:18
IDJOB=1125364
IDBENCH=63110
IDSOLVER=368
FILE ID=node11/1125364-1216169778
PBS_JOBID= 7905802
Free space on /tmp= 66272 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/maxcsp/celar/graphs/normalized-graphw-07_ext.xml
COMMAND LINE= DIR/sugar -max -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1125364-1216169778/watcher-1125364-1216169778 -o /tmp/evaluation-result-1125364-1216169778/solver-1125364-1216169778 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar -max -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1125364-1216169778.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 7737d5e4ecec37ba4d3e307594bfe00e
RANDOM SEED=906169659

node11.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.218
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.218
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:        905008 kB
Buffers:         77488 kB
Cached:         451688 kB
SwapCached:          0 kB
Active:        1019008 kB
Inactive:        67308 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        905008 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3120 kB
Writeback:           0 kB
Mapped:         568240 kB
Slab:            48372 kB
Committed_AS:   971616 kB
PageTables:       3216 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= 66560 MiB
End job on node11 at 2008-07-16 03:56:42