Trace number 1111209

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 NameAnswerNumber of falsified constraintsCPU timeWall clock time
Sugar++ v1.13+minisat-incMSAT (TO)64 3600.15 3621.74

General information on the benchmark

Namecsp/
chessboardColoration/normalized-cc-8-8-2.xml
MD5SUMc749bc7e0566d10272437da124749429
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints40
Best CPU time to get the best result obtained on this benchmark3600
Satisfiable
(Un)Satisfiability was proved
Number of variables64
Number of constraints784
Maximum constraint arity4
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension784
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.03/0.17	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.03/0.17	c 0	BEGIN Sat Jul 12 08:05:37 2008
0.03/0.17	c 0	PID 11128
0.03/0.18	c 0	HOST node79.alineos.net
0.03/0.18	c 0	CONVERTING HOME/instance-1111209-1215842737.xml TO HOME/temp.csp
0.03/0.18	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1111209-1215842737.xml' 'HOME/temp.csp'
0.07/0.69	c 1	1 domains, 64 variables, 1 predicates, 0 relations, 784 constraints
0.07/0.73	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.73	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -incremental -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.54/0.81	c 1	Parsing HOME/temp.csp
0.54/0.96	c 1	parsed 850 expressions
0.54/0.97	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.54/0.98	c 1	MAX CSP: 784 constraints
0.54/0.98	c 1	Converting to clausal form CSP
0.89/1.14	c 1	converted 164 (10%) expressions
0.89/1.18	c 1	converted 328 (20%) expressions
0.98/1.20	c 1	converted 492 (30%) expressions
0.98/1.22	c 1	converted 655 (40%) expressions
0.98/1.23	c 1	converted 819 (50%) expressions
0.98/1.25	c 1	converted 983 (60%) expressions
0.98/1.26	c 1	converted 1146 (70%) expressions
0.98/1.27	c 2	converted 1310 (80%) expressions
0.98/1.29	c 2	converted 1474 (90%) expressions
1.18/1.42	c 2	converted 1637 (100%) expressions
1.18/1.42	c 2	CSP : 1632 integers, 0 booleans, 2351 clauses, largest domain size 1177
1.18/1.42	c 2	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.18/1.43	c 2	Propagation in CSP
1.28/1.50	c 2	781 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.28/1.50	c 2	CSP : 1632 integers, 0 booleans, 2351 clauses, largest domain size 785
1.28/1.50	c 2	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.28/1.50	c 2	Simplifing CSP by introducing new Boolean variables
1.28/1.54	c 2	CSP : 1632 integers, 9408 booleans, 11759 clauses, largest domain size 785
1.28/1.54	c 2	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.28/1.60	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.38/1.61	c 2	164 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.38/1.61	c 2	327 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.38/1.61	c 2	490 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.38/1.62	c 2	653 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.38/1.62	c 2	816 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.38/1.63	c 2	980 (60%) CSP integer variables are encoded (6748 clauses, 87487 bytes)
1.38/1.64	c 2	1143 (70%) CSP integer variables are encoded (8539 clauses, 110770 bytes)
1.38/1.64	c 2	1306 (80%) CSP integer variables are encoded (10354 clauses, 137478 bytes)
1.38/1.64	c 2	1469 (90%) CSP integer variables are encoded (11499 clauses, 154653 bytes)
1.38/1.65	c 2	1632 (100%) CSP integer variables are encoded (13092 clauses, 178548 bytes)
1.38/1.69	c 2	1176 (10%) CSP clauses are encoded (15354 clauses, 211643 bytes)
1.48/1.72	c 2	2352 (20%) CSP clauses are encoded (17616 clauses, 244819 bytes)
1.48/1.73	c 2	3528 (30%) CSP clauses are encoded (19877 clauses, 278701 bytes)
1.48/1.74	c 2	4704 (40%) CSP clauses are encoded (22139 clauses, 312961 bytes)
1.48/1.75	c 2	5880 (50%) CSP clauses are encoded (24400 clauses, 347275 bytes)
1.48/1.76	c 2	7056 (60%) CSP clauses are encoded (26662 clauses, 381535 bytes)
1.48/1.78	c 2	8232 (70%) CSP clauses are encoded (28923 clauses, 415849 bytes)
1.48/1.79	c 2	9408 (80%) CSP clauses are encoded (31185 clauses, 450109 bytes)
2.07/2.33	c 3	10584 (90%) CSP clauses are encoded (354804 clauses, 6346478 bytes)
2.87/3.14	c 3	11759 (100%) CSP clauses are encoded (827196 clauses, 16084922 bytes)
2.87/3.14	c 3	11759 CSP clauses encoded
2.87/3.14	c 3	Writing map file : HOME/temp.map
2.87/3.15	c 3	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.87/3.15	c 3	SAT : 24132 SAT variables, 827196 SAT clauses, 16084922 bytes
2.87/3.15	c 3	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.87/3.18	c 3	OBJECTIVE minimize _COST
2.87/3.18	c 3	SOLVING HOME/temp.cnf
2.87/3.18	c 3	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
2.95/3.21	c 3	This is MiniSat 2.0 beta incremental
2.95/3.21	c 3	WARNING: for repeatability, setting FPU to use double precision
2.95/3.21	c 3	============================[ Problem Statistics ]=============================
2.95/3.21	c 3	|                                                                             |
2.95/3.21	c 3	|  Number of variables:  24132                                                |
2.95/3.21	c 3	|  Number of clauses:    827196                                               |
3.24/3.57	c 4	|  Parsing time:         0.31         s                                       |
3.24/3.58	c 4	OK
3.24/3.58	c 4	OBJECTIVE BOUND: 0 <= _COST <= 
3.24/3.58	c 4	SEARCHING: _COST <= 392
3.24/3.58	c 4	============================[ Search Statistics ]==============================
3.24/3.58	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.24/3.58	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.24/3.58	c 4	===============================================================================
3.24/3.58	c 4	|         0 |   24132   827196  2430552 |   275732        0    nan |  0.000 % |
3.34/3.66	c 4	|       100 |   24132   827196  2430552 |   303305      100     14 |  0.001 % |
3.43/3.79	c 4	|       252 |   24132   827196  2430552 |   333635      252     49 |  0.001 % |
3.63/3.93	c 4	===============================================================================
3.63/3.93	c 4	restarts              : 3
3.63/3.93	c 4	conflicts             : 384           (572 /sec)
3.63/3.93	c 4	decisions             : 15652         (0.46 % random) (23330 /sec)
3.63/3.93	c 4	propagations          : 347188         (517497 /sec)
3.63/3.93	c 4	conflict literals     : 21727          (7.91 % deleted)
3.63/3.93	c 4	Memory used           : 37.39 MB
3.63/3.93	c 4	CPU time              : 0.670898 s
3.63/3.93	c 4	
3.63/3.93	c 4	SATISFIABLE
3.63/3.94	c 4	OK
3.63/3.94	c 4	FOUND: _COST <= 392
3.63/3.94	s SATISFIABLE
3.63/3.94	c 4	DECODING HOME/temp.out WITH HOME/temp.map
3.63/3.94	c 4	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
3.68/4.02	c 4	Decoding HOME/temp.out
3.68/4.16	c 4	OBJECTIVE _COST 310
3.68/4.16	o 310
3.68/4.16	v 0 1 0 1 0 0 0 0 1 0 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 0 1 1 0 1 1 1 1 0 1 1 1 1 0 1 0 0 1 1 0 1 1 1 0 1 1 1 0 1 1 1 0 1 1 0 1
3.68/4.16	c 4	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
3.89/4.20	c 4	OK
3.89/4.20	c 4	OBJECTIVE BOUND: 0 <= _COST <= 310
3.89/4.20	c 4	SEARCHING: _COST <= 155
3.89/4.20	c 4	============================[ Search Statistics ]==============================
3.89/4.21	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.89/4.21	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.89/4.21	c 4	===============================================================================
3.89/4.21	c 4	|       384 |   24132   827196  2430552 |   275732      384     57 |  0.001 % |
3.89/4.26	c 4	|       484 |   24132   827196  2430552 |   303305      484     48 | 19.982 % |
4.09/4.41	c 5	|       638 |   24132   827196  2430552 |   333635      638     55 | 19.982 % |
4.09/4.49	c 5	===============================================================================
4.09/4.49	c 5	restarts              : 6
4.09/4.49	c 5	conflicts             : 809           (834 /sec)
4.09/4.49	c 5	decisions             : 33208         (0.49 % random) (34240 /sec)
4.09/4.49	c 5	propagations          : 769149         (793058 /sec)
4.09/4.49	c 5	conflict literals     : 37268          (7.96 % deleted)
4.09/4.49	c 5	Memory used           : 37.65 MB
4.09/4.49	c 5	CPU time              : 0.969852 s
4.09/4.49	c 5	
4.09/4.49	c 5	SATISFIABLE
4.19/4.50	c 5	OK
4.19/4.50	c 5	FOUND: _COST <= 155
4.19/4.50	c 5	DECODING HOME/temp.out WITH HOME/temp.map
4.19/4.50	c 5	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
4.19/4.58	c 5	Decoding HOME/temp.out
4.19/4.70	c 5	OBJECTIVE _COST 155
4.19/4.70	o 155
4.19/4.71	v 1 0 1 1 1 0 1 0 0 1 0 0 1 1 0 0 0 0 0 0 1 0 1 1 1 1 0 1 1 0 0 1 1 1 1 0 0 0 1 1 1 1 1 1 0 0 1 0 0 0 0 1 0 1 1 1 1 1 0 1 0 1 0 1
4.19/4.71	c 5	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
4.19/4.72	c 5	OK
4.19/4.72	c 5	OBJECTIVE BOUND: 0 <= _COST <= 155
4.19/4.72	c 5	SEARCHING: _COST <= 77
4.19/4.72	c 5	============================[ Search Statistics ]==============================
4.19/4.73	c 5	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.19/4.73	c 5	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.19/4.73	c 5	===============================================================================
4.19/4.73	c 5	|       809 |   19310   827196  2430552 |   275732      809     46 | 19.982 % |
4.48/4.81	c 5	|       909 |   19310   827196  2430552 |   303305      909     46 | 27.557 % |
4.48/4.87	c 5	|      1059 |   19310   827196  2430552 |   333635     1059     42 | 27.557 % |
4.78/5.15	c 5	|      1285 |   19310   827196  2430552 |   366999     1285     48 | 27.557 % |
4.88/5.29	c 6	|      1622 |   19310   827196  2430552 |   403699     1622     42 | 27.557 % |
5.48/5.86	c 6	|      2128 |   19310   827196  2430552 |   444069     2128     56 | 27.557 % |
5.78/6.17	c 6	|      2887 |   19310   827196  2430552 |   488476     2887     53 | 27.557 % |
6.87/7.26	c 7	|      4026 |   17482   291843   843814 |   537323     4013     57 | 27.557 % |
7.56/7.98	c 8	|      5734 |   17482   291843   843814 |   591056     5721     59 | 27.557 % |
9.85/10.23	c 10	|      8297 |   17482   291843   843814 |   650161     8284     66 | 27.557 % |
9.95/10.37	c 11	===============================================================================
9.95/10.37	c 11	restarts              : 16
9.95/10.37	c 11	conflicts             : 8583          (1302 /sec)
9.95/10.37	c 11	decisions             : 74097         (0.60 % random) (11240 /sec)
9.95/10.37	c 11	propagations          : 10188265       (1545551 /sec)
9.95/10.37	c 11	conflict literals     : 561171         (24.19 % deleted)
9.95/10.37	c 11	Memory used           : 38.04 MB
9.95/10.37	c 11	CPU time              : 6.592 s
9.95/10.37	c 11	
9.95/10.37	c 11	SATISFIABLE
9.95/10.38	c 11	OK
9.95/10.38	c 11	FOUND: _COST <= 77
9.95/10.38	c 11	DECODING HOME/temp.out WITH HOME/temp.map
9.95/10.38	c 11	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
10.03/10.45	c 11	Decoding HOME/temp.out
10.03/10.60	c 11	OBJECTIVE _COST 77
10.03/10.60	o 77
10.03/10.60	v 1 1 1 0 1 0 0 1 1 1 0 0 1 0 1 0 0 0 0 0 1 0 1 1 0 1 0 1 1 1 0 0 1 0 1 1 0 1 1 1 0 1 1 1 0 0 1 1 1 0 0 0 0 1 1 1 0 0 1 0 1 1 0 1
10.03/10.61	c 11	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
10.03/10.69	c 11	OK
10.03/10.69	c 11	OBJECTIVE BOUND: 0 <= _COST <= 77
10.03/10.69	c 11	SEARCHING: _COST <= 38
10.03/10.69	c 11	============================[ Search Statistics ]==============================
10.03/10.69	c 11	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
10.03/10.69	c 11	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
10.03/10.69	c 11	===============================================================================
10.03/10.69	c 11	|      8583 |   16243   172017   487975 |    57339     8512     65 | 27.557 % |
10.32/10.78	c 11	|      8683 |   16243   172017   487975 |    63072     8612     65 | 32.691 % |
10.42/10.82	c 11	|      8834 |   16243   172017   487975 |    69380     8763     64 | 32.691 % |
10.52/10.99	c 11	|      9059 |   16243   172017   487975 |    76318     8988     64 | 32.691 % |
10.71/11.19	c 11	|      9396 |   16243   172017   487975 |    83950     9325     64 | 32.691 % |
11.01/11.47	c 12	|      9903 |   16243   172017   487975 |    92345     9832     63 | 32.691 % |
11.41/11.85	c 12	|     10662 |   16243   172017   487975 |   101579    10591     62 | 32.691 % |
12.21/12.63	c 13	|     11801 |   16243   172017   487975 |   111737    11730     62 | 32.691 % |
13.30/13.76	c 14	|     13510 |   16243   172017   487975 |   122911    13439     62 | 32.691 % |
15.09/15.51	c 16	|     16072 |   16243   172017   487975 |   135202    16001     62 | 32.691 % |
18.57/19.04	c 19	|     19916 |   16243   172017   487975 |   148722    19845     64 | 32.691 % |
23.24/23.74	c 24	|     25682 |   16243   172017   487975 |   163594    25611     64 | 32.691 % |
32.68/33.26	c 33	|     34332 |   16243   172017   487975 |   179954    34261     63 | 32.691 % |
47.58/48.27	c 48	|     47306 |   16243   172017   487975 |   197949    47235     60 | 32.691 % |
73.43/74.28	c 75	|     66767 |   16243   172017   487975 |   217744    66696     60 | 32.691 % |
117.47/118.53	c 119	|     95961 |   16243   172017   487975 |   239519    95890     57 | 32.691 % |
199.19/200.79	c 201	|    139751 |   16243   172017   487975 |   263471   139680     54 | 32.691 % |
345.13/347.52	c 348	|    205435 |   16243   172017   487975 |   289818   205364     55 | 32.691 % |
618.21/622.29	c 623	|    303961 |   16243   172017   487975 |   318800    20127     50 | 32.691 % |
880.66/886.24	c 886	|    451751 |   16243   172017   487975 |   350680   167917     65 | 32.691 % |
1518.28/1527.62	c 1528	|    673437 |   16243   172017   487975 |   385748    44685     63 | 32.691 % |
2464.10/2479.01	c 2479	|   1005963 |   16243   172017   487975 |   424322   377211     79 | 32.691 % |
3600.08/3621.71	c ERROR INTERRUPTED
3600.08/3621.73	c 3622	CPU 3599.31 (0.06 0.02 3599.25 0.79)
3600.08/3621.73	c 3622	END Sat Jul 12 09:05:59 2008

Verifier Data (download as text)

OK	64	720
64 unsatisfied constraints, 720 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-1111209-1215842737/watcher-1111209-1215842737 -o /tmp/evaluation-result-1111209-1215842737/solver-1111209-1215842737 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar++ -max -incremental -c -vv -java=java -Xmx700M -decjava=java -Xmx50M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat-inc -tmp=HOME/temp HOME/instance-1111209-1215842737.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: 0.00 0.00 0.00 6/96 11128
/proc/meminfo: memFree=1887856/2055920 swapFree=4192956/4192956
[pid=11128] ppid=11124 vsize=12268 CPUtime=0
/proc/11128/stat : 11128 (sugar++) R 11124 11128 11062 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 40970911 12562432 316 996147200 4194304 4206940 548682068528 18446744073709551615 234046061157 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/11128/statm: 3067 316 241 3 0 167 0

[startup+0.044266 s]
/proc/loadavg: 0.00 0.00 0.00 6/96 11128
/proc/meminfo: memFree=1887856/2055920 swapFree=4192956/4192956
[pid=11128] ppid=11124 vsize=13336 CPUtime=0.02
/proc/11128/stat : 11128 (sugar++) D 11124 11128 11062 0 -1 4194304 723 0 0 0 2 0 0 0 18 0 1 0 40970911 13656064 691 996147200 4194304 4206940 548682068528 18446744073709551615 234054791266 0 0 4224 0 18446744071563479169 0 0 17 0 0 0
/proc/11128/statm: 3334 691 338 3 0 434 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13336

[startup+0.101668 s]
/proc/loadavg: 0.00 0.00 0.00 6/96 11128
/proc/meminfo: memFree=1887856/2055920 swapFree=4192956/4192956
[pid=11128] ppid=11124 vsize=13600 CPUtime=0.03
/proc/11128/stat : 11128 (sugar++) D 11124 11128 11062 0 -1 4194304 789 0 0 0 2 1 0 0 18 0 1 0 40970911 13926400 757 996147200 4194304 4206940 548682068528 18446744073709551615 234043274729 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/11128/statm: 3400 757 343 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301698 s]
/proc/loadavg: 0.00 0.00 0.00 6/96 11128
/proc/meminfo: memFree=1887856/2055920 swapFree=4192956/4192956
[pid=11128] ppid=11124 vsize=16740 CPUtime=0.07
/proc/11128/stat : 11128 (sugar++) S 11124 11128 11062 0 -1 4194304 1219 128 0 0 5 2 0 0 19 0 1 0 40970911 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11128/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.705547 s]
/proc/loadavg: 0.00 0.00 0.00 6/96 11128
/proc/meminfo: memFree=1887856/2055920 swapFree=4192956/4192956
[pid=11128] ppid=11124 vsize=16740 CPUtime=0.07
/proc/11128/stat : 11128 (sugar++) S 11124 11128 11062 0 -1 4194304 1236 128 0 0 5 2 0 0 15 0 1 0 40970911 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11128/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+1.5018 s]
/proc/loadavg: 0.08 0.02 0.01 4/116 11159
/proc/meminfo: memFree=1833552/2055920 swapFree=4192956/4192956
[pid=11128] ppid=11124 vsize=16740 CPUtime=0.54
/proc/11128/stat : 11128 (sugar++) S 11124 11128 11062 0 -1 4194304 1297 4746 0 1 5 2 44 3 15 0 1 0 40970911 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11128/statm: 4185 1104 409 3 0 764 0
[pid=11150] ppid=11128 vsize=5356 CPUtime=0
/proc/11150/stat : 11150 (sh) S 11128 11128 11062 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 40970984 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11150/statm: 1339 233 193 169 0 50 0
[pid=11151] ppid=11150 vsize=868264 CPUtime=0.74
/proc/11151/stat : 11151 (java) S 11150 11128 11062 0 -1 0 7105 0 1 0 69 5 0 0 18 0 9 0 40970984 889102336 6336 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11151/statm: 217066 6336 2539 9 0 211641 0
[pid=11151/tid=11152] ppid=11150 vsize=868264 CPUtime=0.42
/proc/11151/task/11152/stat : 11152 (java) R 11150 11128 11062 0 -1 64 2670 0 1 0 41 1 0 0 22 0 9 0 40970985 889102336 6336 996147200 134512640 134550740 4294955920 18446744073709551615 4126829452 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11151/tid=11153] ppid=11150 vsize=868264 CPUtime=0.09
/proc/11151/task/11153/stat : 11153 (java) S 11150 11128 11062 0 -1 64 2279 0 0 0 8 1 0 0 16 0 9 0 40970986 889102336 6336 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11151/tid=11154] ppid=11150 vsize=868264 CPUtime=0
/proc/11151/task/11154/stat : 11154 (java) S 11150 11128 11062 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 40970987 889102336 6336 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11151/tid=11155] ppid=11150 vsize=868264 CPUtime=0
/proc/11151/task/11155/stat : 11155 (java) S 11150 11128 11062 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 40970987 889102336 6336 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11151/tid=11156] ppid=11150 vsize=868264 CPUtime=0
/proc/11151/task/11156/stat : 11156 (java) S 11150 11128 11062 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 40970988 889102336 6336 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11151/tid=11157] ppid=11150 vsize=868264 CPUtime=0.2
/proc/11151/task/11157/stat : 11157 (java) S 11150 11128 11062 0 -1 64 1464 0 0 0 19 1 0 0 16 0 9 0 40970988 889102336 6336 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11151/tid=11158] ppid=11150 vsize=868264 CPUtime=0
/proc/11151/task/11158/stat : 11158 (java) S 11150 11128 11062 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 40970988 889102336 6336 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11151/tid=11159] ppid=11150 vsize=868264 CPUtime=0
/proc/11151/task/11159/stat : 11159 (java) S 11150 11128 11062 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 40970988 889102336 6336 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 890360

[startup+3.10195 s]
/proc/loadavg: 0.08 0.02 0.01 4/116 11159
/proc/meminfo: memFree=1812112/2055920 swapFree=4192956/4192956
[pid=11128] ppid=11124 vsize=16740 CPUtime=0.54
/proc/11128/stat : 11128 (sugar++) S 11124 11128 11062 0 -1 4194304 1297 4746 0 1 5 2 44 3 15 0 1 0 40970911 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11128/statm: 4185 1104 409 3 0 764 0
[pid=11150] ppid=11128 vsize=5356 CPUtime=0
/proc/11150/stat : 11150 (sh) S 11128 11128 11062 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 40970984 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11150/statm: 1339 233 193 169 0 50 0
[pid=11151] ppid=11150 vsize=868488 CPUtime=2.33
/proc/11151/stat : 11151 (java) S 11150 11128 11062 0 -1 0 8302 0 1 0 218 15 0 0 18 0 9 0 40970984 889331712 7043 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11151/statm: 217122 7043 2564 9 0 211669 0
[pid=11151/tid=11152] ppid=11150 vsize=868488 CPUtime=1.78
/proc/11151/task/11152/stat : 11152 (java) R 11150 11128 11062 0 -1 64 3193 0 1 0 169 9 0 0 25 0 9 0 40970985 889331712 7043 996147200 134512640 134550740 4294955920 18446744073709551615 4126976250 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11151/tid=11153] ppid=11150 vsize=868488 CPUtime=0.27
/proc/11151/task/11153/stat : 11153 (java) S 11150 11128 11062 0 -1 64 2920 0 0 0 23 4 0 0 16 0 9 0 40970986 889331712 7043 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11151/tid=11154] ppid=11150 vsize=868488 CPUtime=0
/proc/11151/task/11154/stat : 11154 (java) S 11150 11128 11062 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 40970987 889331712 7043 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11151/tid=11155] ppid=11150 vsize=868488 CPUtime=0
/proc/11151/task/11155/stat : 11155 (java) S 11150 11128 11062 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 40970987 889331712 7043 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11151/tid=11156] ppid=11150 vsize=868488 CPUtime=0
/proc/11151/task/11156/stat : 11156 (java) S 11150 11128 11062 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 40970988 889331712 7043 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11151/tid=11157] ppid=11150 vsize=868488 CPUtime=0.26
/proc/11151/task/11157/stat : 11157 (java) S 11150 11128 11062 0 -1 64 1497 0 0 0 25 1 0 0 16 0 9 0 40970988 889331712 7043 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11151/tid=11158] ppid=11150 vsize=868488 CPUtime=0
/proc/11151/task/11158/stat : 11158 (java) S 11150 11128 11062 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 40970988 889331712 7043 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11151/tid=11159] ppid=11150 vsize=868488 CPUtime=0
/proc/11151/task/11159/stat : 11159 (java) S 11150 11128 11062 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 40970988 889331712 7043 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.87
Current children cumulated vsize (KiB) 890584

[startup+6.30125 s]
/proc/loadavg: 0.08 0.02 0.01 3/107 11180
/proc/meminfo: memFree=1779992/2055920 swapFree=4192956/4192956
[pid=11128] ppid=11124 vsize=16872 CPUtime=3.38
/proc/11128/stat : 11128 (sugar++) S 11124 11128 11062 0 -1 4194304 1638 21129 0 4 6 2 305 25 15 0 1 0 40970911 17276928 1135 996147200 4194304 4206940 548682068528 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11128/statm: 4218 1135 414 3 0 797 0
[pid=11160] ppid=11128 vsize=38944 CPUtime=2.6
/proc/11160/stat : 11160 (minisat-inc) R 11128 11128 11062 0 -1 4194304 9411 0 1 0 255 5 0 0 25 0 1 0 40971229 39878656 9357 996147200 134512640 135134323 4294956192 18446744073709551615 134524828 0 0 4096 3 0 0 0 17 1 0 0
/proc/11160/statm: 9736 9357 80 151 0 9582 0
Current children cumulated CPU time (s) 5.98
Current children cumulated vsize (KiB) 55816

[startup+12.7019 s]
/proc/loadavg: 0.45 0.10 0.03 4/107 11190
/proc/meminfo: memFree=1780184/2055920 swapFree=4192956/4192956
[pid=11128] ppid=11124 vsize=16872 CPUtime=3.61
/proc/11128/stat : 11128 (sugar++) S 11124 11128 11062 0 -1 4194304 1708 25013 0 5 6 2 325 28 15 0 1 0 40970911 17276928 1135 996147200 4194304 4206940 548682068528 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11128/statm: 4218 1135 414 3 0 797 0
[pid=11160] ppid=11128 vsize=38944 CPUtime=8.7
/proc/11160/stat : 11160 (minisat-inc) R 11128 11128 11062 0 -1 4194304 9425 0 1 0 865 5 0 0 25 0 1 0 40971229 39878656 9369 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/11160/statm: 9736 9369 80 151 0 9582 0
Current children cumulated CPU time (s) 12.31
Current children cumulated vsize (KiB) 55816

[startup+25.5021 s]
/proc/loadavg: 0.69 0.16 0.05 4/107 11190
/proc/meminfo: memFree=1780376/2055920 swapFree=4192956/4192956
[pid=11128] ppid=11124 vsize=16872 CPUtime=3.61
/proc/11128/stat : 11128 (sugar++) S 11124 11128 11062 0 -1 4194304 1708 25013 0 5 6 2 325 28 16 0 1 0 40970911 17276928 1135 996147200 4194304 4206940 548682068528 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11128/statm: 4218 1135 414 3 0 797 0
[pid=11160] ppid=11128 vsize=39108 CPUtime=21.42
/proc/11160/stat : 11160 (minisat-inc) R 11128 11128 11062 0 -1 4194304 9467 0 1 0 2137 5 0 0 25 0 1 0 40971229 40046592 9411 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/11160/statm: 9777 9411 80 151 0 9623 0
Current children cumulated CPU time (s) 25.03
Current children cumulated vsize (KiB) 55980

[startup+51.1025 s]
/proc/loadavg: 1.13 0.31 0.10 4/107 11190
/proc/meminfo: memFree=1779736/2055920 swapFree=4192956/4192956
[pid=11128] ppid=11124 vsize=16872 CPUtime=3.61
/proc/11128/stat : 11128 (sugar++) S 11124 11128 11062 0 -1 4194304 1708 25013 0 5 6 2 325 28 16 0 1 0 40970911 17276928 1135 996147200 4194304 4206940 548682068528 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11128/statm: 4218 1135 414 3 0 797 0
[pid=11160] ppid=11128 vsize=39188 CPUtime=46.85
/proc/11160/stat : 11160 (minisat-inc) R 11128 11128 11062 0 -1 4194304 9489 0 1 0 4680 5 0 0 25 0 1 0 40971229 40128512 9433 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/11160/statm: 9797 9433 80 151 0 9643 0
Current children cumulated CPU time (s) 50.46
Current children cumulated vsize (KiB) 56060

[startup+102.308 s]
/proc/loadavg: 1.65 0.59 0.21 4/107 11190
/proc/meminfo: memFree=1773336/2055920 swapFree=4192956/4192956
[pid=11128] ppid=11124 vsize=16872 CPUtime=3.61
/proc/11128/stat : 11128 (sugar++) S 11124 11128 11062 0 -1 4194304 1708 25013 0 5 6 2 325 28 16 0 1 0 40970911 17276928 1135 996147200 4194304 4206940 548682068528 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11128/statm: 4218 1135 414 3 0 797 0
[pid=11160] ppid=11128 vsize=45660 CPUtime=97.76
/proc/11160/stat : 11160 (minisat-inc) R 11128 11128 11062 0 -1 4194304 11106 0 1 0 9769 7 0 0 25 0 1 0 40971229 46755840 11050 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/11160/statm: 11415 11050 80 151 0 11261 0
Current children cumulated CPU time (s) 101.37
Current children cumulated vsize (KiB) 62532

[startup+162.302 s]
/proc/loadavg: 1.87 0.84 0.32 4/107 11190
/proc/meminfo: memFree=1765144/2055920 swapFree=4192956/4192956
[pid=11128] ppid=11124 vsize=16872 CPUtime=3.61
/proc/11128/stat : 11128 (sugar++) S 11124 11128 11062 0 -1 4194304 1708 25013 0 5 6 2 325 28 16 0 1 0 40970911 17276928 1135 996147200 4194304 4206940 548682068528 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11128/statm: 4218 1135 414 3 0 797 0
[pid=11160] ppid=11128 vsize=53700 CPUtime=157.41
/proc/11160/stat : 11160 (minisat-inc) R 11128 11128 11062 0 -1 4194304 13076 0 1 0 15731 10 0 0 25 0 1 0 40971229 54988800 13020 996147200 134512640 135134323 4294956192 18446744073709551615 134532035 0 0 4096 3 0 0 0 17 0 0 0
/proc/11160/statm: 13425 13020 80 151 0 13271 0
Current children cumulated CPU time (s) 161.02
Current children cumulated vsize (KiB) 70572

[startup+222.303 s]
/proc/loadavg: 2.06 1.08 0.43 4/107 11190
/proc/meminfo: memFree=1757656/2055920 swapFree=4192956/4192956
[pid=11128] ppid=11124 vsize=16872 CPUtime=3.61
/proc/11128/stat : 11128 (sugar++) S 11124 11128 11062 0 -1 4194304 1708 25013 0 5 6 2 325 28 16 0 1 0 40970911 17276928 1135 996147200 4194304 4206940 548682068528 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11128/statm: 4218 1135 414 3 0 797 0
[pid=11160] ppid=11128 vsize=61436 CPUtime=217.05
/proc/11160/stat : 11160 (minisat-inc) R 11128 11128 11062 0 -1 4194304 14968 0 1 0 21693 12 0 0 25 0 1 0 40971229 62910464 14912 996147200 134512640 135134323 4294956192 18446744073709551615 134531865 0 0 4096 3 0 0 0 17 0 0 0
/proc/11160/statm: 15359 14912 80 151 0 15205 0
Current children cumulated CPU time (s) 220.66

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

[pid=11160] ppid=11128 vsize=183748 CPUtime=2901.18
/proc/11160/stat : 11160 (minisat-inc) R 11128 11128 11062 0 -1 4194304 45270 0 1 0 290071 47 0 0 25 0 1 0 40971229 188157952 45214 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/11160/statm: 45937 45214 80 151 0 45783 0
Current children cumulated CPU time (s) 2904.79
Current children cumulated vsize (KiB) 200620

[startup+2982.3 s]
/proc/loadavg: 2.00 2.00 1.89 3/107 11192
/proc/meminfo: memFree=1634392/2055920 swapFree=4192956/4192956
[pid=11128] ppid=11124 vsize=16872 CPUtime=3.61
/proc/11128/stat : 11128 (sugar++) S 11124 11128 11062 0 -1 4194304 1708 25013 0 5 6 2 325 28 16 0 1 0 40970911 17276928 1135 996147200 4194304 4206940 548682068528 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11128/statm: 4218 1135 414 3 0 797 0
[pid=11160] ppid=11128 vsize=183748 CPUtime=2960.82
/proc/11160/stat : 11160 (minisat-inc) R 11128 11128 11062 0 -1 4194304 45271 0 1 0 296035 47 0 0 25 0 1 0 40971229 188157952 45215 996147200 134512640 135134323 4294956192 18446744073709551615 134532126 0 0 4096 3 0 0 0 17 0 0 0
/proc/11160/statm: 45937 45215 80 151 0 45783 0
Current children cumulated CPU time (s) 2964.43
Current children cumulated vsize (KiB) 200620

[startup+3042.3 s]
/proc/loadavg: 2.00 2.00 1.90 3/107 11192
/proc/meminfo: memFree=1634392/2055920 swapFree=4192956/4192956
[pid=11128] ppid=11124 vsize=16872 CPUtime=3.61
/proc/11128/stat : 11128 (sugar++) S 11124 11128 11062 0 -1 4194304 1708 25013 0 5 6 2 325 28 16 0 1 0 40970911 17276928 1135 996147200 4194304 4206940 548682068528 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11128/statm: 4218 1135 414 3 0 797 0
[pid=11160] ppid=11128 vsize=183748 CPUtime=3020.48
/proc/11160/stat : 11160 (minisat-inc) R 11128 11128 11062 0 -1 4194304 45272 0 1 0 302001 47 0 0 25 0 1 0 40971229 188157952 45216 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/11160/statm: 45937 45216 80 151 0 45783 0
Current children cumulated CPU time (s) 3024.09
Current children cumulated vsize (KiB) 200620

[startup+3102.3 s]
/proc/loadavg: 2.00 2.00 1.90 3/107 11192
/proc/meminfo: memFree=1634392/2055920 swapFree=4192956/4192956
[pid=11128] ppid=11124 vsize=16872 CPUtime=3.61
/proc/11128/stat : 11128 (sugar++) S 11124 11128 11062 0 -1 4194304 1708 25013 0 5 6 2 325 28 16 0 1 0 40970911 17276928 1135 996147200 4194304 4206940 548682068528 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11128/statm: 4218 1135 414 3 0 797 0
[pid=11160] ppid=11128 vsize=183748 CPUtime=3080.12
/proc/11160/stat : 11160 (minisat-inc) R 11128 11128 11062 0 -1 4194304 45279 0 1 0 307965 47 0 0 25 0 1 0 40971229 188157952 45223 996147200 134512640 135134323 4294956192 18446744073709551615 134532195 0 0 4096 3 0 0 0 17 0 0 0
/proc/11160/statm: 45937 45223 80 151 0 45783 0
Current children cumulated CPU time (s) 3083.73
Current children cumulated vsize (KiB) 200620

[startup+3162.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/107 11192
/proc/meminfo: memFree=1634392/2055920 swapFree=4192956/4192956
[pid=11128] ppid=11124 vsize=16872 CPUtime=3.61
/proc/11128/stat : 11128 (sugar++) S 11124 11128 11062 0 -1 4194304 1708 25013 0 5 6 2 325 28 16 0 1 0 40970911 17276928 1135 996147200 4194304 4206940 548682068528 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11128/statm: 4218 1135 414 3 0 797 0
[pid=11160] ppid=11128 vsize=183748 CPUtime=3139.78
/proc/11160/stat : 11160 (minisat-inc) R 11128 11128 11062 0 -1 4194304 45279 0 1 0 313930 48 0 0 25 0 1 0 40971229 188157952 45223 996147200 134512640 135134323 4294956192 18446744073709551615 134532035 0 0 4096 3 0 0 0 17 0 0 0
/proc/11160/statm: 45937 45223 80 151 0 45783 0
Current children cumulated CPU time (s) 3143.39
Current children cumulated vsize (KiB) 200620

[startup+3222.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/107 11192
/proc/meminfo: memFree=1634392/2055920 swapFree=4192956/4192956
[pid=11128] ppid=11124 vsize=16872 CPUtime=3.61
/proc/11128/stat : 11128 (sugar++) S 11124 11128 11062 0 -1 4194304 1708 25013 0 5 6 2 325 28 16 0 1 0 40970911 17276928 1135 996147200 4194304 4206940 548682068528 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11128/statm: 4218 1135 414 3 0 797 0
[pid=11160] ppid=11128 vsize=183748 CPUtime=3199.42
/proc/11160/stat : 11160 (minisat-inc) R 11128 11128 11062 0 -1 4194304 45281 0 1 0 319894 48 0 0 25 0 1 0 40971229 188157952 45225 996147200 134512640 135134323 4294956192 18446744073709551615 134528238 0 0 4096 3 0 0 0 17 0 0 0
/proc/11160/statm: 45937 45225 80 151 0 45783 0
Current children cumulated CPU time (s) 3203.03
Current children cumulated vsize (KiB) 200620

[startup+3282.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/107 11192
/proc/meminfo: memFree=1634328/2055920 swapFree=4192956/4192956
[pid=11128] ppid=11124 vsize=16872 CPUtime=3.61
/proc/11128/stat : 11128 (sugar++) S 11124 11128 11062 0 -1 4194304 1708 25013 0 5 6 2 325 28 16 0 1 0 40970911 17276928 1135 996147200 4194304 4206940 548682068528 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11128/statm: 4218 1135 414 3 0 797 0
[pid=11160] ppid=11128 vsize=183748 CPUtime=3259.07
/proc/11160/stat : 11160 (minisat-inc) R 11128 11128 11062 0 -1 4194304 45281 0 1 0 325859 48 0 0 25 0 1 0 40971229 188157952 45225 996147200 134512640 135134323 4294956192 18446744073709551615 134532158 0 0 4096 3 0 0 0 17 0 0 0
/proc/11160/statm: 45937 45225 80 151 0 45783 0
Current children cumulated CPU time (s) 3262.68
Current children cumulated vsize (KiB) 200620

[startup+3342.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/107 11198
/proc/meminfo: memFree=1634264/2055920 swapFree=4192956/4192956
[pid=11128] ppid=11124 vsize=16872 CPUtime=3.61
/proc/11128/stat : 11128 (sugar++) S 11124 11128 11062 0 -1 4194304 1708 25013 0 5 6 2 325 28 16 0 1 0 40970911 17276928 1135 996147200 4194304 4206940 548682068528 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11128/statm: 4218 1135 414 3 0 797 0
[pid=11160] ppid=11128 vsize=183748 CPUtime=3318.71
/proc/11160/stat : 11160 (minisat-inc) R 11128 11128 11062 0 -1 4194304 45288 0 1 0 331823 48 0 0 25 0 1 0 40971229 188157952 45232 996147200 134512640 135134323 4294956192 18446744073709551615 134531900 0 0 4096 3 0 0 0 17 0 0 0
/proc/11160/statm: 45937 45232 80 151 0 45783 0
Current children cumulated CPU time (s) 3322.32
Current children cumulated vsize (KiB) 200620

[startup+3402.31 s]
/proc/loadavg: 2.00 2.00 1.91 3/107 11198
/proc/meminfo: memFree=1634264/2055920 swapFree=4192956/4192956
[pid=11128] ppid=11124 vsize=16872 CPUtime=3.61
/proc/11128/stat : 11128 (sugar++) S 11124 11128 11062 0 -1 4194304 1708 25013 0 5 6 2 325 28 16 0 1 0 40970911 17276928 1135 996147200 4194304 4206940 548682068528 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11128/statm: 4218 1135 414 3 0 797 0
[pid=11160] ppid=11128 vsize=183748 CPUtime=3378.36
/proc/11160/stat : 11160 (minisat-inc) R 11128 11128 11062 0 -1 4194304 45290 0 1 0 337788 48 0 0 25 0 1 0 40971229 188157952 45234 996147200 134512640 135134323 4294956192 18446744073709551615 134532052 0 0 4096 3 0 0 0 17 0 0 0
/proc/11160/statm: 45937 45234 80 151 0 45783 0
Current children cumulated CPU time (s) 3381.97
Current children cumulated vsize (KiB) 200620

[startup+3462.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/107 11198
/proc/meminfo: memFree=1633944/2055920 swapFree=4192956/4192956
[pid=11128] ppid=11124 vsize=16872 CPUtime=3.61
/proc/11128/stat : 11128 (sugar++) S 11124 11128 11062 0 -1 4194304 1708 25013 0 5 6 2 325 28 16 0 1 0 40970911 17276928 1135 996147200 4194304 4206940 548682068528 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11128/statm: 4218 1135 414 3 0 797 0
[pid=11160] ppid=11128 vsize=183748 CPUtime=3438
/proc/11160/stat : 11160 (minisat-inc) R 11128 11128 11062 0 -1 4194304 45292 0 1 0 343752 48 0 0 25 0 1 0 40971229 188157952 45236 996147200 134512640 135134323 4294956192 18446744073709551615 134532114 0 0 4096 3 0 0 0 17 0 0 0
/proc/11160/statm: 45937 45236 80 151 0 45783 0
Current children cumulated CPU time (s) 3441.61
Current children cumulated vsize (KiB) 200620

[startup+3522.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/107 11198
/proc/meminfo: memFree=1633944/2055920 swapFree=4192956/4192956
[pid=11128] ppid=11124 vsize=16872 CPUtime=3.61
/proc/11128/stat : 11128 (sugar++) S 11124 11128 11062 0 -1 4194304 1708 25013 0 5 6 2 325 28 16 0 1 0 40970911 17276928 1135 996147200 4194304 4206940 548682068528 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11128/statm: 4218 1135 414 3 0 797 0
[pid=11160] ppid=11128 vsize=183748 CPUtime=3497.65
/proc/11160/stat : 11160 (minisat-inc) R 11128 11128 11062 0 -1 4194304 45296 0 1 0 349717 48 0 0 25 0 1 0 40971229 188157952 45240 996147200 134512640 135134323 4294956192 18446744073709551615 134531938 0 0 4096 3 0 0 0 17 0 0 0
/proc/11160/statm: 45937 45240 80 151 0 45783 0
Current children cumulated CPU time (s) 3501.26
Current children cumulated vsize (KiB) 200620

[startup+3582.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/107 11198
/proc/meminfo: memFree=1633816/2055920 swapFree=4192956/4192956
[pid=11128] ppid=11124 vsize=16872 CPUtime=3.61
/proc/11128/stat : 11128 (sugar++) S 11124 11128 11062 0 -1 4194304 1708 25013 0 5 6 2 325 28 16 0 1 0 40970911 17276928 1135 996147200 4194304 4206940 548682068528 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11128/statm: 4218 1135 414 3 0 797 0
[pid=11160] ppid=11128 vsize=183748 CPUtime=3557.3
/proc/11160/stat : 11160 (minisat-inc) R 11128 11128 11062 0 -1 4194304 45296 0 1 0 355682 48 0 0 25 0 1 0 40971229 188157952 45240 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/11160/statm: 45937 45240 80 151 0 45783 0
Current children cumulated CPU time (s) 3560.91
Current children cumulated vsize (KiB) 200620



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3621.7 s]
/proc/loadavg: 2.00 2.00 1.91 2/97 11201
/proc/meminfo: memFree=1683888/2055920 swapFree=4192956/4192956
[pid=11128] ppid=11124 vsize=16872 CPUtime=3.61
/proc/11128/stat : 11128 (sugar++) S 11124 11128 11062 0 -1 4194304 1708 25013 0 5 6 2 325 28 16 0 1 0 40970911 17276928 1135 996147200 4194304 4206940 548682068528 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11128/statm: 4218 1135 414 3 0 797 0
[pid=11160] ppid=11128 vsize=183748 CPUtime=3596.47
/proc/11160/stat : 11160 (minisat-inc) R 11128 11128 11062 0 -1 4194304 45296 0 1 0 359599 48 0 0 25 0 1 0 40971229 188157952 45240 996147200 134512640 135134323 4294956192 18446744073709551615 134532114 0 0 4096 3 0 0 0 17 1 0 0
/proc/11160/statm: 45937 45240 80 151 0 45783 0
Current children cumulated CPU time (s) 3600.08
Current children cumulated vsize (KiB) 200620

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

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

[startup+3621.7 s]
/proc/loadavg: 2.00 2.00 1.91 2/97 11201
/proc/meminfo: memFree=1683888/2055920 swapFree=4192956/4192956
[pid=11128] ppid=11124 vsize=16872 CPUtime=3.61
/proc/11128/stat : 11128 (sugar++) S 11124 11128 11062 0 -1 4194304 1708 25013 0 5 6 2 325 28 16 0 1 0 40970911 17276928 1135 996147200 4194304 4206940 548682068528 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11128/statm: 4218 1135 414 3 0 797 0
[pid=11160] ppid=11128 vsize=183748 CPUtime=3596.47
/proc/11160/stat : 11160 (minisat-inc) R 11128 11128 11062 0 -1 4194304 45296 0 1 0 359599 48 0 0 25 0 1 0 40971229 188157952 45240 996147200 134512640 135134323 4294956192 18446744073709551615 134532114 0 0 4096 3 0 0 0 17 1 0 0
/proc/11160/statm: 45937 45240 80 151 0 45783 0
Current children cumulated CPU time (s) 3600.08
Current children cumulated vsize (KiB) 200620

Child status: 0
Real time (s): 3621.74
CPU time (s): 3600.15
CPU user time (s): 3599.32
CPU system time (s): 0.836872
CPU usage (%): 99.4039
Max. virtual memory (cumulated for all children) (KiB): 890584

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.32
system time used= 0.836872
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 72095
page faults= 6
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6103
involuntary context switches= 129216

runsolver used 5.16122 second user time and 14.6188 second system time

The end

Launcher Data (download as text)

Begin job on node79 at 2008-07-12 08:05:37
IDJOB=1111209
IDBENCH=61246
IDSOLVER=367
FILE ID=node79/1111209-1215842737
PBS_JOBID= 7903436
Free space on /tmp= 66496 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/csp/chessboardColoration/normalized-cc-8-8-2.xml
COMMAND LINE= DIR/sugar++ -max -incremental -c -vv -java="java -Xmx700M" -decjava="java -Xmx50M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat-inc" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1111209-1215842737/watcher-1111209-1215842737 -o /tmp/evaluation-result-1111209-1215842737/solver-1111209-1215842737 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar++ -max -incremental -c -vv -java="java -Xmx700M" -decjava="java -Xmx50M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat-inc" -tmp="HOME/temp" HOME/instance-1111209-1215842737.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= c749bc7e0566d10272437da124749429
RANDOM SEED=1869731757

node79.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.234
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.234
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1889200 kB
Buffers:          8236 kB
Cached:          75948 kB
SwapCached:          0 kB
Active:          80280 kB
Inactive:        38740 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1889200 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            3068 kB
Writeback:           0 kB
Mapped:          44344 kB
Slab:            30572 kB
Committed_AS:   230864 kB
PageTables:       3708 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= 66484 MiB
End job on node79 at 2008-07-12 09:06:01