Trace number 1126284

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.09 3634.54

General information on the benchmark

Namemaxcsp/maxclique/
normalized-sanr-200-0.9_ext.xml
MD5SUMb3f4e7271170c4157b2dc694449fef3d
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints158
Best CPU time to get the best result obtained on this benchmark3600.05
Satisfiable
(Un)Satisfiability was proved
Number of variables201
Number of constraints2237
Maximum constraint arity2
Maximum domain size2
Number of constraints which are defined in extension2237
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 05:51:57 2008
0.00/0.05	c 0	PID 32137
0.00/0.05	c 0	HOST node1.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1126284-1216180317.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-1126284-1216180317.xml' 'HOME/temp.csp'
0.04/0.65	c 0	2 domains, 201 variables, 0 predicates, 2 relations, 2237 constraints
0.04/0.68	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.68	c 0	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'
0.62/0.76	c 0	Parsing HOME/temp.csp
0.62/0.95	c 1	parsed 2442 expressions
0.62/0.96	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.62/0.98	c 1	MAX CSP: 2237 constraints
0.62/0.98	c 1	Converting to clausal form CSP
0.62/1.04	c 1	converted 469 (10%) expressions
0.62/1.06	c 1	converted 937 (20%) expressions
1.02/1.15	c 1	converted 1405 (30%) expressions
1.02/1.17	c 1	converted 1873 (40%) expressions
1.02/1.18	c 1	converted 2341 (50%) expressions
1.02/1.20	c 1	converted 2810 (60%) expressions
1.12/1.22	c 1	converted 3278 (70%) expressions
1.12/1.22	c 1	converted 3746 (80%) expressions
1.12/1.23	c 1	converted 4214 (90%) expressions
1.32/1.46	c 1	converted 4682 (100%) expressions
1.32/1.46	c 1	CSP : 4675 integers, 0 booleans, 6710 clauses, largest domain size 3356
1.32/1.46	c 1	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.32/1.46	c 1	Propagation in CSP
1.41/1.55	c 1	2230 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.41/1.55	c 1	CSP : 4675 integers, 0 booleans, 6710 clauses, largest domain size 2238
1.41/1.55	c 1	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.41/1.55	c 1	Simplifing CSP by introducing new Boolean variables
1.41/1.56	c 1	CSP : 4675 integers, 0 booleans, 6710 clauses, largest domain size 2238
1.41/1.56	c 1	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.51/1.61	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.51/1.62	c 1	468 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.51/1.62	c 1	935 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.51/1.63	c 1	1403 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.51/1.63	c 1	1870 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.51/1.63	c 1	2338 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.51/1.64	c 1	2805 (60%) CSP integer variables are encoded (4668 clauses, 60748 bytes)
1.51/1.65	c 1	3273 (70%) CSP integer variables are encoded (8301 clauses, 110650 bytes)
1.51/1.66	c 1	3740 (80%) CSP integer variables are encoded (13534 clauses, 189145 bytes)
1.51/1.69	c 1	4208 (90%) CSP integer variables are encoded (38755 clauses, 567460 bytes)
1.51/1.69	c 1	4675 (100%) CSP integer variables are encoded (45126 clauses, 663025 bytes)
1.61/1.75	c 1	671 (10%) CSP clauses are encoded (45797 clauses, 671803 bytes)
1.61/1.78	c 1	1342 (20%) CSP clauses are encoded (46468 clauses, 681443 bytes)
1.61/1.79	c 1	2013 (30%) CSP clauses are encoded (47139 clauses, 691661 bytes)
1.71/1.87	c 1	2684 (40%) CSP clauses are encoded (74756 clauses, 1185138 bytes)
2.21/2.37	c 2	3355 (50%) CSP clauses are encoded (370675 clauses, 6619044 bytes)
2.41/2.52	c 2	4026 (60%) CSP clauses are encoded (455434 clauses, 8399408 bytes)
3.91/4.04	c 4	4697 (70%) CSP clauses are encoded (1328547 clauses, 26486007 bytes)
4.11/4.21	c 4	5368 (80%) CSP clauses are encoded (1425954 clauses, 28542428 bytes)
9.35/9.58	c 9	6039 (90%) CSP clauses are encoded (3902321 clauses, 81438076 bytes)
14.09/14.35	c 14	6710 (100%) CSP clauses are encoded (6391708 clauses, 134869443 bytes)
14.09/14.35	c 14	6710 CSP clauses encoded
14.09/14.35	c 14	Writing map file : HOME/temp.map
14.09/14.40	c 14	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
14.09/14.40	c 14	SAT : 49800 SAT variables, 6391708 SAT clauses, 134869443 bytes
14.09/14.40	c 14	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
14.18/14.43	c 14	OBJECTIVE minimize _COST
14.18/14.43	c 14	OBJECTIVE BOUND: 0 <= _COST <= 
14.18/14.43	c 14	SEARCHING: _COST <= 1119
14.18/14.43	c 14	SOLVING HOME/temp.cnf
14.18/14.43	c 14	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
14.18/14.44	c 14	This is MiniSat 2.0 beta
14.18/14.44	c 14	WARNING: for repeatability, setting FPU to use double precision
14.18/14.44	c 14	============================[ Problem Statistics ]=============================
14.18/14.44	c 14	|                                                                             |
14.18/14.44	c 14	|  Number of variables:  49800                                                |
14.18/14.44	c 14	|  Number of clauses:    6391709                                              |
17.42/17.77	c 17	|  Parsing time:         2.78         s                                       |
27.51/27.93	c 28	============================[ Search Statistics ]==============================
27.51/27.93	c 28	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
27.51/27.93	c 28	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
27.51/27.93	c 28	===============================================================================
27.51/27.93	c 28	|         0 |   36384  4061788 12086679 |  1353929        0    nan |  0.000 % |
29.69/30.18	c 30	|       100 |   36384  4061788 12086679 |  1489322      100     16 | 26.940 % |
29.99/30.43	c 30	|       253 |   36384  4061788 12086679 |  1638254      253     19 | 26.940 % |
31.08/31.54	c 31	|       478 |   36384  4061788 12086679 |  1802079      478     38 | 26.940 % |
31.18/31.68	c 31	===============================================================================
31.18/31.68	c 31	restarts              : 4
31.18/31.68	c 31	conflicts             : 480            (29 /sec)
31.18/31.68	c 31	decisions             : 3005           (0.97 % random) (181 /sec)
31.18/31.68	c 31	propagations          : 1212243        (73210 /sec)
31.18/31.68	c 31	conflict literals     : 18417          (13.50 % deleted)
31.18/31.68	c 31	Memory used           : 250.63 MB
31.18/31.68	c 31	CPU time              : 16.5585 s
31.18/31.68	c 31	
31.28/31.71	c 31	SATISFIABLE
31.28/31.75	c 31	FOUND: _COST <= 1119
31.28/31.75	s SATISFIABLE
31.28/31.75	c 31	DECODING HOME/temp.out WITH HOME/temp.map
31.28/31.75	c 31	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
31.35/31.83	c 31	Decoding HOME/temp.out
31.58/32.06	c 32	OBJECTIVE _COST 667
31.58/32.06	o 667
31.58/32.07	v 0 1 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 1 1 0 0 1 0 1 0 0 1 1 0 0 0 1 1 0 1 1 0 1 0 1 1 0 1 0 0 1 1 0 0 1 0 0 1 1 0 0 1 1 0 0 1 0 0 0 0 1 1 1 1 1 0 0 1 0 0 0 0 0 0 0 0 1 1 0 0 0 1 1 0 0 0 0 1 0 0 0 0 0 1 0 0 1 0 0 1 1 0 0 0 0 0 1 0 1 1 0 0 0 0 1 0 0 0 0 0 0 0 1 1 0 1 1 1 1 0 1 0 1 1 0 0 0 0 1 0 0 1 1 1 0 0 1 1 1 1 0 1 1 1 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 1 0 1 0 0 0 1 1 0 0 -1
31.58/32.07	c 32	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
31.65/32.12	c 32	OBJECTIVE BOUND: 0 <= _COST <= 667
31.65/32.12	c 32	SEARCHING: _COST <= 333
31.65/32.12	c 32	SOLVING HOME/temp.cnf
31.65/32.12	c 32	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
31.65/32.13	c 32	This is MiniSat 2.0 beta
31.65/32.13	c 32	WARNING: for repeatability, setting FPU to use double precision
31.65/32.13	c 32	============================[ Problem Statistics ]=============================
31.65/32.13	c 32	|                                                                             |
31.65/32.13	c 32	|  Number of variables:  49800                                                |
31.65/32.13	c 32	|  Number of clauses:    6391709                                              |
35.09/35.64	c 35	|  Parsing time:         3.02         s                                       |
49.15/49.87	c 49	============================[ Search Statistics ]==============================
49.15/49.87	c 49	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
49.15/49.87	c 49	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
49.15/49.87	c 49	===============================================================================
49.15/49.87	c 49	|         0 |   25487  1686473  4992639 |   562157        0    nan |  0.000 % |
50.64/51.37	c 51	|       100 |   25485  1686473  4992639 |   618373       99     17 | 48.833 % |
50.74/51.45	c 51	===============================================================================
50.74/51.45	c 51	restarts              : 2
50.74/51.45	c 51	conflicts             : 120            (6 /sec)
50.74/51.45	c 51	decisions             : 1519           (1.32 % random) (81 /sec)
50.74/51.45	c 51	propagations          : 605577         (32422 /sec)
50.74/51.45	c 51	conflict literals     : 2111           (12.01 % deleted)
50.74/51.45	c 51	Memory used           : 255.61 MB
50.74/51.45	c 51	CPU time              : 18.6782 s
50.74/51.45	c 51	
50.74/51.47	c 51	SATISFIABLE
50.84/51.51	c 51	FOUND: _COST <= 333
50.84/51.51	c 51	DECODING HOME/temp.out WITH HOME/temp.map
50.84/51.51	c 51	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
50.87/51.60	c 51	Decoding HOME/temp.out
51.32/52.03	c 52	OBJECTIVE _COST 333
51.32/52.03	o 333
51.32/52.04	v 1 0 0 0 0 1 1 1 0 0 0 0 1 0 0 0 0 1 0 1 1 0 0 1 0 1 0 0 0 1 0 0 1 0 0 1 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 1 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 1 1 1 1 0 0 0 1 1 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 1 1 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 1 1 0 1 1 0 0 0 1 0 -1
51.32/52.05	c 52	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
51.39/52.10	c 52	OBJECTIVE BOUND: 0 <= _COST <= 333
51.39/52.10	c 52	SEARCHING: _COST <= 166
51.39/52.10	c 52	SOLVING HOME/temp.cnf
51.39/52.10	c 52	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
51.39/52.10	c 52	This is MiniSat 2.0 beta
51.39/52.10	c 52	WARNING: for repeatability, setting FPU to use double precision
51.39/52.10	c 52	============================[ Problem Statistics ]=============================
51.39/52.10	c 52	|                                                                             |
51.39/52.10	c 52	|  Number of variables:  49800                                                |
51.39/52.10	c 52	|  Number of clauses:    6391709                                              |
54.86/55.68	c 55	|  Parsing time:         3.06         s                                       |
68.82/69.77	c 69	============================[ Search Statistics ]==============================
68.82/69.77	c 69	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
68.82/69.77	c 69	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
68.82/69.77	c 69	===============================================================================
68.82/69.77	c 69	|         0 |   22019   913492  2683933 |   304497        0    nan |  0.000 % |
69.62/70.58	c 70	|       100 |   22016   913492  2683933 |   334947       99     17 | 55.809 % |
70.01/70.91	c 71	|       251 |   22016   913492  2683933 |   368441      250     20 | 55.809 % |
70.51/71.42	c 71	|       476 |   22016   913492  2683933 |   405285      475     22 | 55.809 % |
71.00/71.96	c 72	|       816 |   22016   913492  2683933 |   445814      815     22 | 55.809 % |
71.89/72.83	c 72	|      1323 |   22016   913492  2683933 |   490396     1322     24 | 55.809 % |
72.89/73.85	c 73	|      2083 |   22016   913492  2683933 |   539435     2082     23 | 55.809 % |
74.47/75.49	c 75	|      3222 |   22007   910123  2673862 |   593379     3220     22 | 55.857 % |
77.05/78.00	c 78	|      4930 |   21959   903114  2653003 |   652717     4910     21 | 55.906 % |
82.50/83.51	c 83	|      7492 |   21959   903114  2653003 |   717988     7472     25 | 55.906 % |
89.33/90.43	c 90	|     11338 |   21959   903114  2653003 |   789787    11318     28 | 55.906 % |
99.23/100.47	c 100	|     17105 |   21959   903114  2653003 |   868766    17085     32 | 55.906 % |
115.68/117.00	c 117	|     25757 |   21935   899448  2642086 |   955643    25736     32 | 55.954 % |
137.97/139.58	c 139	|     38731 |   21935   899448  2642086 |  1051207    38710     34 | 55.954 % |
175.80/177.73	c 177	|     58193 |   21935   899448  2642086 |  1156328    58172     34 | 55.954 % |
234.64/237.17	c 237	|     87386 |   21911   895940  2631644 |  1271960    87363     32 | 56.002 % |
317.46/320.77	c 320	|    131175 |   21911   895940  2631644 |  1399157   131152     30 | 56.002 % |
436.63/441.09	c 441	|    196861 |   21911   895940  2631644 |  1539072   196838     29 | 56.002 % |
657.10/663.63	c 663	|    295387 |   21911   895940  2631644 |  1692979   295364     28 | 56.002 % |
1048.97/1059.27	c 1059	|    443178 |   21863   888907  2610707 |  1862277   443149     29 | 56.098 % |
1910.83/1929.21	c 1929	|    664862 |   21863   888907  2610707 |  2048505   664833     29 | 56.098 % |
2947.33/2975.59	c 2975	|    997387 |   21839   885237  2599777 |  2253356   997355     27 | 56.147 % |
3600.06/3634.42	c ERROR INTERRUPTED
3600.06/3634.47	c 3634	CPU 49.05 (0.05 0.02 49 2.34)
3600.06/3634.47	c 3634	END Wed Jul 16 06:52:31 2008

Verifier Data (download as text)

OK	239	1998
239 unsatisfied constraints, 1998 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-1126284-1216180317/watcher-1126284-1216180317 -o /tmp/evaluation-result-1126284-1216180317/solver-1126284-1216180317 -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-1126284-1216180317.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: 2.00 2.09 2.33 4/81 32137
/proc/meminfo: memFree=1886656/2055920 swapFree=4180660/4192956
[pid=32137] ppid=32135 vsize=12272 CPUtime=0
/proc/32137/stat : 32137 (sugar) R 32135 32137 30666 0 -1 4194304 387 0 0 0 0 0 0 0 20 0 1 0 74735153 12566528 355 996147200 4194304 4206940 548682068592 18446744073709551615 259373285808 0 0 4224 0 0 0 0 17 1 0 0
/proc/32137/statm: 3068 355 265 3 0 168 0

[startup+0.149581 s]
/proc/loadavg: 2.00 2.09 2.33 4/81 32137
/proc/meminfo: memFree=1886656/2055920 swapFree=4180660/4192956
[pid=32137] ppid=32135 vsize=13600 CPUtime=0.04
/proc/32137/stat : 32137 (sugar) S 32135 32137 30666 0 -1 4194304 898 127 0 0 3 1 0 0 21 0 1 0 74735153 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32137/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.201586 s]
/proc/loadavg: 2.00 2.09 2.33 4/81 32137
/proc/meminfo: memFree=1886656/2055920 swapFree=4180660/4192956
[pid=32137] ppid=32135 vsize=13600 CPUtime=0.04
/proc/32137/stat : 32137 (sugar) S 32135 32137 30666 0 -1 4194304 898 127 0 0 3 1 0 0 21 0 1 0 74735153 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32137/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.30159 s]
/proc/loadavg: 2.00 2.09 2.33 4/81 32137
/proc/meminfo: memFree=1886656/2055920 swapFree=4180660/4192956
[pid=32137] ppid=32135 vsize=13600 CPUtime=0.04
/proc/32137/stat : 32137 (sugar) S 32135 32137 30666 0 -1 4194304 898 127 0 0 3 1 0 0 21 0 1 0 74735153 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32137/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701647 s]
/proc/loadavg: 2.00 2.09 2.33 4/81 32137
/proc/meminfo: memFree=1886656/2055920 swapFree=4180660/4192956
[pid=32137] ppid=32135 vsize=13600 CPUtime=0.62
/proc/32137/stat : 32137 (sugar) S 32135 32137 30666 0 -1 4194304 957 4931 0 1 3 1 54 4 17 0 1 0 74735153 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/32137/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.62
Current children cumulated vsize (KiB) 13600

[startup+1.50274 s]
/proc/loadavg: 2.00 2.09 2.33 4/92 32159
/proc/meminfo: memFree=1875560/2055920 swapFree=4180660/4192956
[pid=32137] ppid=32135 vsize=13600 CPUtime=0.62
/proc/32137/stat : 32137 (sugar) S 32135 32137 30666 0 -1 4194304 974 4931 0 1 3 1 54 4 15 0 1 0 74735153 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/32137/statm: 3400 797 370 3 0 500 0
[pid=32150] ppid=32137 vsize=5356 CPUtime=0
/proc/32150/stat : 32150 (sh) S 32137 32137 30666 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 74735221 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32150/statm: 1339 233 193 169 0 50 0
[pid=32151] ppid=32150 vsize=868396 CPUtime=0.79
/proc/32151/stat : 32151 (java) S 32150 32137 30666 0 -1 0 7540 0 1 0 76 3 0 0 20 0 9 0 74735222 889237504 6781 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32151/statm: 217099 6781 2539 9 0 211674 0
[pid=32151/tid=32152] ppid=32150 vsize=868396 CPUtime=0.45
/proc/32151/task/32152/stat : 32152 (java) R 32150 32137 30666 0 -1 64 2663 0 1 0 45 0 0 0 25 0 9 0 74735223 889237504 6781 996147200 134512640 134550740 4294955936 18446744073709551615 4126972970 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32151/tid=32153] ppid=32150 vsize=868396 CPUtime=0.1
/proc/32151/task/32153/stat : 32153 (java) S 32150 32137 30666 0 -1 64 2707 0 0 0 10 0 0 0 16 0 9 0 74735224 889237504 6781 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32151/tid=32154] ppid=32150 vsize=868396 CPUtime=0
/proc/32151/task/32154/stat : 32154 (java) S 32150 32137 30666 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 74735224 889237504 6781 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32151/tid=32155] ppid=32150 vsize=868396 CPUtime=0
/proc/32151/task/32155/stat : 32155 (java) S 32150 32137 30666 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 74735224 889237504 6781 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32151/tid=32156] ppid=32150 vsize=868396 CPUtime=0
/proc/32151/task/32156/stat : 32156 (java) S 32150 32137 30666 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 74735226 889237504 6781 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32151/tid=32157] ppid=32150 vsize=868396 CPUtime=0.2
/proc/32151/task/32157/stat : 32157 (java) S 32150 32137 30666 0 -1 64 1478 0 0 0 20 0 0 0 16 0 9 0 74735226 889237504 6781 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32151/tid=32158] ppid=32150 vsize=868396 CPUtime=0
/proc/32151/task/32158/stat : 32158 (java) S 32150 32137 30666 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 74735226 889237504 6781 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32151/tid=32159] ppid=32150 vsize=868396 CPUtime=0
/proc/32151/task/32159/stat : 32159 (java) S 32150 32137 30666 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 74735226 889237504 6781 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 887352

[startup+3.10293 s]
/proc/loadavg: 2.00 2.09 2.33 3/92 32159
/proc/meminfo: memFree=1861864/2055920 swapFree=4180660/4192956
[pid=32137] ppid=32135 vsize=13600 CPUtime=0.62
/proc/32137/stat : 32137 (sugar) S 32135 32137 30666 0 -1 4194304 974 4931 0 1 3 1 54 4 15 0 1 0 74735153 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/32137/statm: 3400 797 370 3 0 500 0
[pid=32150] ppid=32137 vsize=5356 CPUtime=0
/proc/32150/stat : 32150 (sh) S 32137 32137 30666 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 74735221 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32150/statm: 1339 233 193 169 0 50 0
[pid=32151] ppid=32150 vsize=868508 CPUtime=2.39
/proc/32151/stat : 32151 (java) S 32150 32137 30666 0 -1 0 8155 0 1 0 225 14 0 0 20 0 9 0 74735222 889352192 6901 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32151/statm: 217127 6901 2564 9 0 211674 0
[pid=32151/tid=32152] ppid=32150 vsize=868508 CPUtime=1.84
/proc/32151/task/32152/stat : 32152 (java) R 32150 32137 30666 0 -1 64 3193 0 1 0 175 9 0 0 25 0 9 0 74735223 889352192 6901 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32151/tid=32153] ppid=32150 vsize=868508 CPUtime=0.26
/proc/32151/task/32153/stat : 32153 (java) S 32150 32137 30666 0 -1 64 2755 0 0 0 23 3 0 0 16 0 9 0 74735224 889352192 6901 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32151/tid=32154] ppid=32150 vsize=868508 CPUtime=0
/proc/32151/task/32154/stat : 32154 (java) S 32150 32137 30666 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 74735224 889352192 6901 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32151/tid=32155] ppid=32150 vsize=868508 CPUtime=0
/proc/32151/task/32155/stat : 32155 (java) S 32150 32137 30666 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 74735224 889352192 6901 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32151/tid=32156] ppid=32150 vsize=868508 CPUtime=0
/proc/32151/task/32156/stat : 32156 (java) S 32150 32137 30666 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 74735226 889352192 6901 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32151/tid=32157] ppid=32150 vsize=868508 CPUtime=0.26
/proc/32151/task/32157/stat : 32157 (java) S 32150 32137 30666 0 -1 64 1515 0 0 0 26 0 0 0 16 0 9 0 74735226 889352192 6901 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32151/tid=32158] ppid=32150 vsize=868508 CPUtime=0
/proc/32151/task/32158/stat : 32158 (java) S 32150 32137 30666 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 74735226 889352192 6901 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32151/tid=32159] ppid=32150 vsize=868508 CPUtime=0
/proc/32151/task/32159/stat : 32159 (java) S 32150 32137 30666 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 74735226 889352192 6901 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 887464

[startup+6.3013 s]
/proc/loadavg: 2.00 2.09 2.33 4/92 32159
/proc/meminfo: memFree=1831080/2055920 swapFree=4180660/4192956
[pid=32137] ppid=32135 vsize=13600 CPUtime=0.62
/proc/32137/stat : 32137 (sugar) S 32135 32137 30666 0 -1 4194304 974 4931 0 1 3 1 54 4 15 0 1 0 74735153 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/32137/statm: 3400 797 370 3 0 500 0
[pid=32150] ppid=32137 vsize=5356 CPUtime=0
/proc/32150/stat : 32150 (sh) S 32137 32137 30666 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 74735221 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32150/statm: 1339 233 193 169 0 50 0
[pid=32151] ppid=32150 vsize=868508 CPUtime=5.58
/proc/32151/stat : 32151 (java) S 32150 32137 30666 0 -1 0 9039 0 1 0 519 39 0 0 20 0 9 0 74735222 889352192 6907 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32151/statm: 217127 6907 2565 9 0 211674 0
[pid=32151/tid=32152] ppid=32150 vsize=868508 CPUtime=4.8
/proc/32151/task/32152/stat : 32152 (java) R 32150 32137 30666 0 -1 64 4071 0 1 0 453 27 0 0 25 0 9 0 74735223 889352192 6907 996147200 134512640 134550740 4294955936 18446744073709551615 4126548285 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32151/tid=32153] ppid=32150 vsize=868508 CPUtime=0.49
/proc/32151/task/32153/stat : 32153 (java) S 32150 32137 30666 0 -1 64 2755 0 0 0 39 10 0 0 16 0 9 0 74735224 889352192 6907 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32151/tid=32154] ppid=32150 vsize=868508 CPUtime=0
/proc/32151/task/32154/stat : 32154 (java) S 32150 32137 30666 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 74735224 889352192 6907 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32151/tid=32155] ppid=32150 vsize=868508 CPUtime=0
/proc/32151/task/32155/stat : 32155 (java) S 32150 32137 30666 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 74735224 889352192 6907 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32151/tid=32156] ppid=32150 vsize=868508 CPUtime=0
/proc/32151/task/32156/stat : 32156 (java) S 32150 32137 30666 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 74735226 889352192 6907 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32151/tid=32157] ppid=32150 vsize=868508 CPUtime=0.27
/proc/32151/task/32157/stat : 32157 (java) S 32150 32137 30666 0 -1 64 1521 0 0 0 27 0 0 0 16 0 9 0 74735226 889352192 6907 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32151/tid=32158] ppid=32150 vsize=868508 CPUtime=0
/proc/32151/task/32158/stat : 32158 (java) S 32150 32137 30666 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 74735226 889352192 6907 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32151/tid=32159] ppid=32150 vsize=868508 CPUtime=0
/proc/32151/task/32159/stat : 32159 (java) S 32150 32137 30666 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 74735226 889352192 6907 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 887464

[startup+12.702 s]
/proc/loadavg: 2.00 2.09 2.32 3/92 32159
/proc/meminfo: memFree=1756080/2055920 swapFree=4180660/4192956
[pid=32137] ppid=32135 vsize=13600 CPUtime=0.62
/proc/32137/stat : 32137 (sugar) S 32135 32137 30666 0 -1 4194304 974 4931 0 1 3 1 54 4 16 0 1 0 74735153 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32137/statm: 3400 797 370 3 0 500 0
[pid=32150] ppid=32137 vsize=5356 CPUtime=0
/proc/32150/stat : 32150 (sh) S 32137 32137 30666 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 74735221 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32150/statm: 1339 233 193 169 0 50 0
[pid=32151] ppid=32150 vsize=868508 CPUtime=11.88
/proc/32151/stat : 32151 (java) S 32150 32137 30666 0 -1 0 10974 0 1 0 1088 100 0 0 20 0 9 0 74735222 889352192 6907 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32151/statm: 217127 6907 2565 9 0 211674 0
[pid=32151/tid=32152] ppid=32150 vsize=868508 CPUtime=10.6
/proc/32151/task/32152/stat : 32152 (java) R 32150 32137 30666 0 -1 64 6006 0 1 0 983 77 0 0 25 0 9 0 74735223 889352192 6907 996147200 134512640 134550740 4294955936 18446744073709551615 4127001646 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32151/tid=32153] ppid=32150 vsize=868508 CPUtime=0.98
/proc/32151/task/32153/stat : 32153 (java) S 32150 32137 30666 0 -1 64 2755 0 0 0 77 21 0 0 16 0 9 0 74735224 889352192 6907 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32151/tid=32154] ppid=32150 vsize=868508 CPUtime=0
/proc/32151/task/32154/stat : 32154 (java) S 32150 32137 30666 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 74735224 889352192 6907 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32151/tid=32155] ppid=32150 vsize=868508 CPUtime=0
/proc/32151/task/32155/stat : 32155 (java) S 32150 32137 30666 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 74735224 889352192 6907 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32151/tid=32156] ppid=32150 vsize=868508 CPUtime=0
/proc/32151/task/32156/stat : 32156 (java) S 32150 32137 30666 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 74735226 889352192 6907 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32151/tid=32157] ppid=32150 vsize=868508 CPUtime=0.27
/proc/32151/task/32157/stat : 32157 (java) S 32150 32137 30666 0 -1 64 1521 0 0 0 27 0 0 0 16 0 9 0 74735226 889352192 6907 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32151/tid=32158] ppid=32150 vsize=868508 CPUtime=0
/proc/32151/task/32158/stat : 32158 (java) S 32150 32137 30666 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 74735226 889352192 6907 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32151/tid=32159] ppid=32150 vsize=868508 CPUtime=0
/proc/32151/task/32159/stat : 32159 (java) S 32150 32137 30666 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 74735226 889352192 6907 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 887464

[startup+25.5016 s]
/proc/loadavg: 2.07 2.10 2.32 3/84 32161
/proc/meminfo: memFree=1501168/2055920 swapFree=4180660/4192956
[pid=32137] ppid=32135 vsize=13864 CPUtime=14.21
/proc/32137/stat : 32137 (sugar) S 32135 32137 30666 0 -1 4194304 1124 16719 0 2 4 1 1297 119 16 0 1 0 74735153 14196736 872 996147200 4194304 4206940 548682068592 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32137/statm: 3466 872 374 3 0 566 0
[pid=32160] ppid=32137 vsize=5356 CPUtime=0
/proc/32160/stat : 32160 (sh) S 32137 32137 30666 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 74736596 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32160/statm: 1339 232 193 169 0 50 0
[pid=32161] ppid=32160 vsize=256396 CPUtime=10.92
/proc/32161/stat : 32161 (minisat) R 32160 32137 30666 0 -1 4194304 62265 0 0 0 1042 50 0 0 25 0 1 0 74736597 262549504 62251 996147200 134512640 135127466 4294956256 18446744073709551615 134523430 0 0 4096 3 0 0 0 17 1 0 0
/proc/32161/statm: 64099 62251 71 150 0 63946 0
Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 275616

[startup+51.1015 s]
/proc/loadavg: 2.04 2.09 2.31 3/84 32173
/proc/meminfo: memFree=1495856/2055920 swapFree=4180660/4192956
[pid=32137] ppid=32135 vsize=13864 CPUtime=31.66
/proc/32137/stat : 32137 (sugar) S 32135 32137 30666 0 -1 4194304 1243 83343 0 3 4 1 2982 179 16 0 1 0 74735153 14196736 872 996147200 4194304 4206940 548682068592 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0

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

[pid=32184] ppid=32137 vsize=5356 CPUtime=0
/proc/32184/stat : 32184 (sh) S 32137 32137 30666 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 74740363 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32184/statm: 1339 232 193 169 0 50 0
[pid=32185] ppid=32184 vsize=296064 CPUtime=3140.41
/proc/32185/stat : 32185 (minisat) R 32184 32137 30666 0 -1 4194304 71274 0 0 0 313982 59 0 0 25 0 1 0 74740363 303169536 71236 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/32185/statm: 74016 71236 76 150 0 73863 0
Current children cumulated CPU time (s) 3191.82
Current children cumulated vsize (KiB) 315284

[startup+3282.3 s]
/proc/loadavg: 2.58 2.30 2.11 4/83 32231
/proc/meminfo: memFree=1413432/2055920 swapFree=4180660/4192956
[pid=32137] ppid=32135 vsize=13864 CPUtime=51.41
/proc/32137/stat : 32137 (sugar) S 32135 32137 30666 0 -1 4194304 1359 151251 0 4 5 2 4900 234 16 0 1 0 74735153 14196736 872 996147200 4194304 4206940 548682068592 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32137/statm: 3466 872 374 3 0 566 0
[pid=32184] ppid=32137 vsize=5356 CPUtime=0
/proc/32184/stat : 32184 (sh) S 32137 32137 30666 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 74740363 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32184/statm: 1339 232 193 169 0 50 0
[pid=32185] ppid=32184 vsize=299912 CPUtime=3199.85
/proc/32185/stat : 32185 (minisat) R 32184 32137 30666 0 -1 4194304 72150 0 0 0 319925 60 0 0 25 0 1 0 74740363 307109888 72112 996147200 134512640 135127466 4294956256 18446744073709551615 134528627 0 0 4096 3 0 0 0 17 1 0 0
/proc/32185/statm: 74978 72112 76 150 0 74825 0
Current children cumulated CPU time (s) 3251.26
Current children cumulated vsize (KiB) 319132

[startup+3342.3 s]
/proc/loadavg: 2.71 2.38 2.15 4/83 32231
/proc/meminfo: memFree=1409784/2055920 swapFree=4180660/4192956
[pid=32137] ppid=32135 vsize=13864 CPUtime=51.41
/proc/32137/stat : 32137 (sugar) S 32135 32137 30666 0 -1 4194304 1359 151251 0 4 5 2 4900 234 16 0 1 0 74735153 14196736 872 996147200 4194304 4206940 548682068592 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32137/statm: 3466 872 374 3 0 566 0
[pid=32184] ppid=32137 vsize=5356 CPUtime=0
/proc/32184/stat : 32184 (sh) S 32137 32137 30666 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 74740363 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32184/statm: 1339 232 193 169 0 50 0
[pid=32185] ppid=32184 vsize=303284 CPUtime=3259.28
/proc/32185/stat : 32185 (minisat) R 32184 32137 30666 0 -1 4194304 73026 0 0 0 325868 60 0 0 25 0 1 0 74740363 310562816 72988 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/32185/statm: 75821 72988 76 150 0 75668 0
Current children cumulated CPU time (s) 3310.69
Current children cumulated vsize (KiB) 322504

[startup+3402.3 s]
/proc/loadavg: 2.73 2.43 2.18 4/83 32231
/proc/meminfo: memFree=1406328/2055920 swapFree=4180660/4192956
[pid=32137] ppid=32135 vsize=13864 CPUtime=51.41
/proc/32137/stat : 32137 (sugar) S 32135 32137 30666 0 -1 4194304 1359 151251 0 4 5 2 4900 234 16 0 1 0 74735153 14196736 872 996147200 4194304 4206940 548682068592 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32137/statm: 3466 872 374 3 0 566 0
[pid=32184] ppid=32137 vsize=5356 CPUtime=0
/proc/32184/stat : 32184 (sh) S 32137 32137 30666 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 74740363 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32184/statm: 1339 232 193 169 0 50 0
[pid=32185] ppid=32184 vsize=306708 CPUtime=3318.72
/proc/32185/stat : 32185 (minisat) R 32184 32137 30666 0 -1 4194304 73864 0 0 0 331811 61 0 0 25 0 1 0 74740363 314068992 73826 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/32185/statm: 76677 73826 76 150 0 76524 0
Current children cumulated CPU time (s) 3370.13
Current children cumulated vsize (KiB) 325928

[startup+3462.3 s]
/proc/loadavg: 2.69 2.48 2.21 4/83 32231
/proc/meminfo: memFree=1403064/2055920 swapFree=4180660/4192956
[pid=32137] ppid=32135 vsize=13864 CPUtime=51.41
/proc/32137/stat : 32137 (sugar) S 32135 32137 30666 0 -1 4194304 1359 151251 0 4 5 2 4900 234 16 0 1 0 74735153 14196736 872 996147200 4194304 4206940 548682068592 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32137/statm: 3466 872 374 3 0 566 0
[pid=32184] ppid=32137 vsize=5356 CPUtime=0
/proc/32184/stat : 32184 (sh) S 32137 32137 30666 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 74740363 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32184/statm: 1339 232 193 169 0 50 0
[pid=32185] ppid=32184 vsize=309908 CPUtime=3378.16
/proc/32185/stat : 32185 (minisat) R 32184 32137 30666 0 -1 4194304 74663 0 0 0 337754 62 0 0 25 0 1 0 74740363 317345792 74625 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/32185/statm: 77477 74625 76 150 0 77324 0
Current children cumulated CPU time (s) 3429.57
Current children cumulated vsize (KiB) 329128

[startup+3522.31 s]
/proc/loadavg: 2.66 2.51 2.24 3/83 32231
/proc/meminfo: memFree=1399928/2055920 swapFree=4180660/4192956
[pid=32137] ppid=32135 vsize=13864 CPUtime=51.41
/proc/32137/stat : 32137 (sugar) S 32135 32137 30666 0 -1 4194304 1359 151251 0 4 5 2 4900 234 16 0 1 0 74735153 14196736 872 996147200 4194304 4206940 548682068592 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32137/statm: 3466 872 374 3 0 566 0
[pid=32184] ppid=32137 vsize=5356 CPUtime=0
/proc/32184/stat : 32184 (sh) S 32137 32137 30666 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 74740363 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32184/statm: 1339 232 193 169 0 50 0
[pid=32185] ppid=32184 vsize=312848 CPUtime=3437.6
/proc/32185/stat : 32185 (minisat) R 32184 32137 30666 0 -1 4194304 75423 0 0 0 343697 63 0 0 25 0 1 0 74740363 320356352 75385 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/32185/statm: 78212 75385 76 150 0 78059 0
Current children cumulated CPU time (s) 3489.01
Current children cumulated vsize (KiB) 332068

[startup+3582.3 s]
/proc/loadavg: 2.68 2.54 2.26 4/83 32231
/proc/meminfo: memFree=1397112/2055920 swapFree=4180660/4192956
[pid=32137] ppid=32135 vsize=13864 CPUtime=51.41
/proc/32137/stat : 32137 (sugar) S 32135 32137 30666 0 -1 4194304 1359 151251 0 4 5 2 4900 234 16 0 1 0 74735153 14196736 872 996147200 4194304 4206940 548682068592 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32137/statm: 3466 872 374 3 0 566 0
[pid=32184] ppid=32137 vsize=5356 CPUtime=0
/proc/32184/stat : 32184 (sh) S 32137 32137 30666 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 74740363 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32184/statm: 1339 232 193 169 0 50 0
[pid=32185] ppid=32184 vsize=315688 CPUtime=3497.03
/proc/32185/stat : 32185 (minisat) R 32184 32137 30666 0 -1 4194304 76130 0 0 0 349640 63 0 0 25 0 1 0 74740363 323264512 76092 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/32185/statm: 78922 76092 76 150 0 78769 0
Current children cumulated CPU time (s) 3548.44
Current children cumulated vsize (KiB) 334908



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3634.4 s]
/proc/loadavg: 2.63 2.54 2.28 4/83 32231
/proc/meminfo: memFree=1394424/2055920 swapFree=4180660/4192956
[pid=32137] ppid=32135 vsize=13864 CPUtime=51.41
/proc/32137/stat : 32137 (sugar) S 32135 32137 30666 0 -1 4194304 1359 151251 0 4 5 2 4900 234 16 0 1 0 74735153 14196736 872 996147200 4194304 4206940 548682068592 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32137/statm: 3466 872 374 3 0 566 0
[pid=32184] ppid=32137 vsize=5356 CPUtime=0
/proc/32184/stat : 32184 (sh) S 32137 32137 30666 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 74740363 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32184/statm: 1339 232 193 169 0 50 0
[pid=32185] ppid=32184 vsize=318256 CPUtime=3548.65
/proc/32185/stat : 32185 (minisat) R 32184 32137 30666 0 -1 4194304 76776 0 0 0 354801 64 0 0 25 0 1 0 74740363 325894144 76738 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/32185/statm: 79564 76738 76 150 0 79411 0
Current children cumulated CPU time (s) 3600.06
Current children cumulated vsize (KiB) 337476

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

[startup+3634.4 s]
/proc/loadavg: 2.63 2.54 2.28 4/83 32231
/proc/meminfo: memFree=1394424/2055920 swapFree=4180660/4192956
[pid=32137] ppid=32135 vsize=13864 CPUtime=51.41
/proc/32137/stat : 32137 (sugar) S 32135 32137 30666 0 -1 4194304 1359 151251 0 4 5 2 4900 234 16 0 1 0 74735153 14196736 872 996147200 4194304 4206940 548682068592 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32137/statm: 3466 872 374 3 0 566 0
[pid=32184] ppid=32137 vsize=5356 CPUtime=0
/proc/32184/stat : 32184 (sh) S 32137 32137 30666 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 74740363 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32184/statm: 1339 232 193 169 0 50 0
[pid=32185] ppid=32184 vsize=318256 CPUtime=3548.65
/proc/32185/stat : 32185 (minisat) R 32184 32137 30666 0 -1 4194304 76776 0 0 0 354801 64 0 0 25 0 1 0 74740363 325894144 76738 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/32185/statm: 79564 76738 76 150 0 79411 0
Current children cumulated CPU time (s) 3600.06
Current children cumulated vsize (KiB) 337476

# WARNING:
# current cumulated CPU time (51.47 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 (3548.59 s) to the 'lost time'.

[startup+3634.52 s]
/proc/loadavg: 2.63 2.54 2.28 4/83 32231
/proc/meminfo: memFree=1394424/2055920 swapFree=4180660/4192956
[pid=32137] ppid=32135 vsize=13864 CPUtime=51.47
/proc/32137/stat : 32137 (sugar) R 32135 32137 30666 0 -1 4194304 1392 151528 0 4 5 8 4900 234 16 0 1 0 74735153 14196736 873 996147200 4194304 4206940 548682068592 18446744073709551615 259353449513 0 0 4224 16386 0 0 0 17 1 0 0
/proc/32137/statm: 3466 873 375 3 0 566 0
Current children cumulated CPU time (s) 51.47
Current children cumulated vsize (KiB) 13864

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

[startup+3634.52 s]
/proc/loadavg: 2.63 2.54 2.28 4/83 32231
/proc/meminfo: memFree=1394424/2055920 swapFree=4180660/4192956
[pid=32137] ppid=32135 vsize=13864 CPUtime=51.47
/proc/32137/stat : 32137 (sugar) R 32135 32137 30666 0 -1 4194304 1392 151528 0 4 5 8 4900 234 16 0 1 0 74735153 14196736 873 996147200 4194304 4206940 548682068592 18446744073709551615 259353449513 0 0 4224 16386 0 0 0 17 1 0 0
/proc/32137/statm: 3466 873 375 3 0 566 0
Current children cumulated CPU time (s) 51.47
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): 3548.59
#  lost CPU user time (s): 3548.01
#  lost CPU system time (s): 0.58

Real time (s): 3634.54
CPU time (s): 3600.09
CPU user time (s): 3597.07
CPU system time (s): 3.02063
CPU usage (%): 99.0523
Max. virtual memory (cumulated for all children) (KiB): 887540

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 49.0595
system time used= 2.44063
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 152951
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= 29772
involuntary context switches= 31237

runsolver used 4.65529 second user time and 11.8882 second system time

The end

Launcher Data (download as text)

Begin job on node1 at 2008-07-16 05:51:57
IDJOB=1126284
IDBENCH=64225
IDSOLVER=368
FILE ID=node1/1126284-1216180317
PBS_JOBID= 7905787
Free space on /tmp= 66552 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/maxcsp/maxclique/normalized-sanr-200-0.9_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-1126284-1216180317/watcher-1126284-1216180317 -o /tmp/evaluation-result-1126284-1216180317/solver-1126284-1216180317 -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-1126284-1216180317.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= b3f4e7271170c4157b2dc694449fef3d
RANDOM SEED=965058325

node1.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.244
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.244
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:       1887136 kB
Buffers:          9668 kB
Cached:          50420 kB
SwapCached:       5872 kB
Active:          89044 kB
Inactive:        15568 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1887136 kB
SwapTotal:     4192956 kB
SwapFree:      4180660 kB
Dirty:            1716 kB
Writeback:           0 kB
Mapped:          60780 kB
Slab:            49364 kB
Committed_AS:   411772 kB
PageTables:       2044 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= 66556 MiB
End job on node1 at 2008-07-16 06:52:33