Trace number 1113333

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)517 3600.41 3631.96

General information on the benchmark

Namecsp/graphColoring/register/mulsol/
normalized-mulsol-i-2-05.xml
MD5SUM4291740b57ceaaa4d8bedbb7db7b9867
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints223
Best CPU time to get the best result obtained on this benchmark3600
Satisfiable
(Un)Satisfiability was proved
Number of variables188
Number of constraints3885
Maximum constraint arity2
Maximum domain size5
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3885
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.08	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.00/0.08	c 0	BEGIN Sat Jul 12 19:02:04 2008
0.00/0.08	c 0	PID 19010
0.00/0.08	c 0	HOST node17.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-1113333-1215882124.xml TO HOME/temp.csp
0.00/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1113333-1215882124.xml' 'HOME/temp.csp'
0.06/0.83	c 1	1 domains, 188 variables, 1 predicates, 0 relations, 3885 constraints
0.06/0.84	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.84	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.80/0.92	c 1	Parsing HOME/temp.csp
1.04/1.15	c 1	parsed 4075 expressions
1.04/1.16	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.04/1.20	c 1	MAX CSP: 3885 constraints
1.04/1.20	c 1	Converting to clausal form CSP
1.23/1.38	c 1	converted 797 (10%) expressions
1.34/1.42	c 2	converted 1593 (20%) expressions
1.34/1.46	c 2	converted 2389 (30%) expressions
1.34/1.49	c 2	converted 3186 (40%) expressions
1.44/1.51	c 2	converted 3982 (50%) expressions
1.44/1.57	c 2	converted 4778 (60%) expressions
1.44/1.59	c 2	converted 5575 (70%) expressions
1.54/1.61	c 2	converted 6371 (80%) expressions
1.54/1.62	c 2	converted 7167 (90%) expressions
1.94/2.00	c 2	converted 7963 (100%) expressions
1.94/2.01	c 2	CSP : 7958 integers, 0 booleans, 11654 clauses, largest domain size 5828
1.94/2.01	c 2	Heap : 11 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.94/2.01	c 2	Propagation in CSP
2.04/2.17	c 2	3877 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.04/2.17	c 2	CSP : 7958 integers, 0 booleans, 11654 clauses, largest domain size 3886
2.04/2.17	c 2	Heap : 11 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.04/2.18	c 2	Simplifing CSP by introducing new Boolean variables
2.23/2.30	c 2	CSP : 7958 integers, 7770 booleans, 19424 clauses, largest domain size 3886
2.23/2.30	c 2	Heap : 13 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.23/2.39	c 2	Encoding CSP to SAT : HOME/temp.cnf
2.32/2.42	c 3	796 (10%) CSP integer variables are encoded (564 clauses, 6106 bytes)
2.32/2.43	c 3	1592 (20%) CSP integer variables are encoded (564 clauses, 6106 bytes)
2.32/2.43	c 3	2388 (30%) CSP integer variables are encoded (564 clauses, 6106 bytes)
2.32/2.43	c 3	3184 (40%) CSP integer variables are encoded (564 clauses, 6106 bytes)
2.32/2.43	c 3	3979 (50%) CSP integer variables are encoded (564 clauses, 6106 bytes)
2.32/2.45	c 3	4775 (60%) CSP integer variables are encoded (9470 clauses, 129450 bytes)
2.32/2.46	c 3	5571 (70%) CSP integer variables are encoded (17155 clauses, 244725 bytes)
2.32/2.47	c 3	6367 (80%) CSP integer variables are encoded (25942 clauses, 376530 bytes)
2.42/2.53	c 3	7163 (90%) CSP integer variables are encoded (70295 clauses, 1041825 bytes)
2.42/2.54	c 3	7958 (100%) CSP integer variables are encoded (81947 clauses, 1216605 bytes)
2.52/2.61	c 3	1943 (10%) CSP clauses are encoded (89074 clauses, 1325756 bytes)
2.52/2.65	c 3	3885 (20%) CSP clauses are encoded (96192 clauses, 1438004 bytes)
2.52/2.67	c 3	5828 (30%) CSP clauses are encoded (103319 clauses, 1550532 bytes)
2.52/2.69	c 3	7770 (40%) CSP clauses are encoded (110437 clauses, 1666028 bytes)
2.62/2.72	c 3	9712 (50%) CSP clauses are encoded (117559 clauses, 1783863 bytes)
2.62/2.74	c 3	11655 (60%) CSP clauses are encoded (124682 clauses, 1901718 bytes)
4.40/4.52	c 5	13597 (70%) CSP clauses are encoded (1087830 clauses, 22375396 bytes)
9.64/9.85	c 10	15540 (80%) CSP clauses are encoded (3940527 clauses, 83553323 bytes)
23.69/24.13	c 24	17482 (90%) CSP clauses are encoded (11578343 clauses, 247126582 bytes)
37.61/38.50	c 39	19424 (100%) CSP clauses are encoded (19152037 clauses, 409759372 bytes)
37.61/38.50	c 39	19424 CSP clauses encoded
37.71/38.50	c 39	Writing map file : HOME/temp.map
37.71/38.56	c 39	Heap : 9 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
37.71/38.56	c 39	SAT : 97675 SAT variables, 19152037 SAT clauses, 409759372 bytes
37.71/38.56	c 39	Heap : 9 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
37.71/38.59	c 39	OBJECTIVE minimize _COST
37.71/38.59	c 39	SOLVING HOME/temp.cnf
37.71/38.59	c 39	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
37.71/38.59	c 39	This is MiniSat 2.0 beta incremental
37.71/38.59	c 39	WARNING: for repeatability, setting FPU to use double precision
37.71/38.59	c 39	============================[ Problem Statistics ]=============================
37.71/38.59	c 39	|                                                                             |
37.71/38.59	c 39	|  Number of variables:  97675                                                |
37.71/38.59	c 39	|  Number of clauses:    19152037                                             |
46.50/47.44	c 48	|  Parsing time:         7.44         s                                       |
46.90/47.81	c 48	OK
46.90/47.81	c 48	OBJECTIVE BOUND: 0 <= _COST <= 
46.90/47.81	c 48	SEARCHING: _COST <= 1943
46.90/47.81	c 48	============================[ Search Statistics ]==============================
46.90/47.81	c 48	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
46.90/47.81	c 48	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
46.90/47.81	c 48	===============================================================================
46.90/47.81	c 48	|         0 |   97675 19152037 57191973 |  6384012        0    nan |  0.000 % |
48.60/49.53	c 50	|       100 |   97675 19152037 57191973 |  7022413      100     11 |  0.000 % |
50.08/51.08	c 51	|       250 |   97675 19152037 57191973 |  7724654      250     39 |  0.000 % |
51.77/52.72	c 53	|       476 |   97675 19152037 57191973 |  8497120      476     64 |  0.000 % |
52.26/53.25	c 53	===============================================================================
52.26/53.26	c 53	restarts              : 4
52.26/53.26	c 53	conflicts             : 480           (37 /sec)
52.26/53.26	c 53	decisions             : 7666          (0.50 % random) (583 /sec)
52.26/53.26	c 53	propagations          : 1157758        (88116 /sec)
52.26/53.26	c 53	conflict literals     : 30455          (17.54 % deleted)
52.26/53.26	c 53	Memory used           : 801.49 MB
52.26/53.26	c 53	CPU time              : 13.139 s
52.26/53.26	c 53	
52.26/53.26	c 53	SATISFIABLE
52.26/53.29	c 53	OK
52.26/53.29	c 53	FOUND: _COST <= 1943
52.26/53.29	s SATISFIABLE
52.26/53.29	c 53	DECODING HOME/temp.out WITH HOME/temp.map
52.26/53.29	c 53	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
52.36/53.38	c 53	Decoding HOME/temp.out
52.36/53.64	c 54	OBJECTIVE _COST 1669
52.36/53.64	o 1669
52.36/53.65	v 4 3 2 1 4 4 4 3 4 3 2 4 3 0 3 3 3 4 3 4 4 3 3 3 0 2 2 3 3 0 3 3 0 4 1 4 4 4 1 2 4 2 4 1 1 1 2 0 2 1 2 0 3 2 2 1 1 4 1 2 2 4 4 1 2 2 2 1 1 1 0 4 2 0 1 1 1 0 1 3 1 4 3 1 2 4 1 4 2 3 1 2 2 4 0 2 1 4 2 1 4 1 0 4 4 1 3 0 4 1 1 3 4 1 4 4 1 1 0 4 1 1 1 1 2 4 4 2 4 4 4 4 1 1 1 1 4 1 4 2 4 4 0 1 1 2 0 1 0 4 1 4 4 1 4 1 1 1 4 4 4 2 1 0 1 0 1 0 3 4 1 2 4 1 4 4 1 4 4 1 4 4 1 0 4 3 2 4
52.36/53.65	c 54	Heap : 1 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
52.73/53.82	c 54	OK
52.73/53.82	c 54	OBJECTIVE BOUND: 0 <= _COST <= 1669
52.73/53.82	c 54	SEARCHING: _COST <= 834
52.73/53.82	c 54	============================[ Search Statistics ]==============================
52.73/53.82	c 54	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
52.73/53.82	c 54	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
52.73/53.82	c 54	===============================================================================
52.73/53.82	c 54	|       480 |   97675 19152037 57191973 |  6384012      480     63 |  0.000 % |
53.82/54.93	c 55	|       580 |   97675 19152037 57191973 |  7022413      580     56 | 27.506 % |
54.52/55.64	c 56	|       730 |   97675 19152037 57191973 |  7724654      730     49 | 27.506 % |
55.11/56.24	c 56	|       956 |   97675 19152037 57191973 |  8497120      956     45 | 27.506 % |
57.01/58.20	c 58	|      1293 |   97675 19152037 57191973 |  9346832     1293     48 | 27.506 % |
58.51/59.69	c 60	|      1801 |   97675 19152037 57191973 | 10281515     1801     61 | 27.506 % |
67.91/69.07	c 69	|      2563 |   97675 19152037 57191973 | 11309667     2563     63 | 27.506 % |
69.11/70.23	c 70	|      3702 |   97675 19152037 57191973 | 12440634     3702     57 | 27.506 % |
77.11/78.21	c 78	|      5410 |   97675 19152037 57191973 | 13684697     5410     75 | 27.506 % |
79.70/80.85	c 81	===============================================================================
79.70/80.85	c 81	restarts              : 13
79.70/80.85	c 81	conflicts             : 6960          (173 /sec)
79.70/80.85	c 81	decisions             : 19092         (0.42 % random) (475 /sec)
79.70/80.85	c 81	propagations          : 15205839       (378115 /sec)
79.70/80.85	c 81	conflict literals     : 574447         (13.47 % deleted)
79.70/80.85	c 81	Memory used           : 805.38 MB
79.70/80.85	c 81	CPU time              : 40.2149 s
79.70/80.85	c 81	
79.70/80.85	c 81	SATISFIABLE
79.70/80.88	c 81	OK
79.70/80.88	c 81	FOUND: _COST <= 834
79.70/80.88	c 81	DECODING HOME/temp.out WITH HOME/temp.map
79.70/80.88	c 81	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
79.79/80.97	c 81	Decoding HOME/temp.out
79.79/81.23	c 81	OBJECTIVE _COST 834
79.79/81.23	o 834
79.79/81.24	v 4 2 0 1 0 4 3 3 4 3 1 0 3 0 4 4 0 2 4 2 1 0 4 2 4 2 1 1 1 4 2 2 3 4 3 3 0 3 4 1 0 3 3 3 4 3 3 4 4 1 3 0 1 4 3 3 1 3 3 4 2 3 0 1 3 4 4 3 0 3 1 3 0 3 3 3 3 0 3 3 4 3 0 3 1 0 0 3 0 1 0 2 4 3 2 4 3 4 3 3 2 2 1 1 0 2 3 2 4 3 3 1 2 3 3 3 0 2 2 3 3 3 3 3 3 4 4 1 2 3 1 3 0 2 2 3 0 2 4 3 4 4 3 1 2 4 0 3 3 4 1 4 4 3 1 1 1 3 4 3 4 0 3 3 1 3 0 3 3 0 1 1 0 3 4 4 3 3 3 3 4 4 1 1 4 0 3 3
79.79/81.24	c 81	Heap : 1 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
80.19/81.33	c 81	OK
80.19/81.33	c 81	OBJECTIVE BOUND: 0 <= _COST <= 834
80.19/81.33	c 81	SEARCHING: _COST <= 417
80.19/81.33	c 81	============================[ Search Statistics ]==============================
80.19/81.33	c 81	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
80.19/81.33	c 81	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
80.19/81.33	c 81	===============================================================================
80.19/81.33	c 81	|      6960 |   70809 19152037 57191973 |  6384012     6960     83 | 27.506 % |
82.07/83.29	c 83	|      7060 |   70809 19152037 57191973 |  7022413     7060     82 | 39.041 % |
82.67/83.81	c 84	|      7210 |   70809 19152037 57191973 |  7724654     7210     81 | 39.041 % |
84.56/85.73	c 86	|      7436 |   70809 19152037 57191973 |  8497120     7436     80 | 39.041 % |
86.44/87.64	c 88	|      7775 |   70809 19152037 57191973 |  9346832     7775     78 | 39.041 % |
87.83/89.08	c 89	|      8281 |   70809 19152037 57191973 | 10281515     8281     78 | 39.041 % |
95.06/96.32	c 96	|      9042 |   70809 19152037 57191973 | 11309667     9042     79 | 39.041 % |
97.34/98.67	c 99	|     10181 |   70809 19152037 57191973 | 12440634    10181     77 | 39.041 % |
114.10/115.52	c 116	|     11889 |   70809 19152037 57191973 | 13684697    11889     80 | 39.041 % |
119.45/120.92	c 121	|     14452 |   70809 19152037 57191973 | 15053167    14452     80 | 39.041 % |
147.60/149.39	c 149	|     18296 |   70809 19152037 57191973 | 16558483    18296     76 | 39.041 % |
163.17/165.08	c 165	|     24062 |   70809 19152037 57191973 | 18214332    24062     75 | 39.041 % |
222.84/225.26	c 225	|     32711 |   70809 19152037 57191973 | 20035765    32711     77 | 39.041 % |
349.53/353.09	c 353	|     45685 |   59542  6843505 20377725 | 22039342    45644     86 | 39.041 % |
399.69/403.68	c 404	|     65146 |   59542  6843505 20377725 | 24243276    65105     92 | 39.041 % |
538.20/543.37	c 543	|     94338 |   59542  6843505 20377725 | 26667603    94297     99 | 39.041 % |
662.31/668.51	c 669	|    138128 |   59542  6843505 20377725 | 29334364   138087    103 | 39.041 % |
1089.22/1099.10	c 1099	|    203812 |   59542  6843505 20377725 | 32267800   203771    114 | 39.041 % |
1435.72/1448.65	c 1449	|    302338 |   59542  6843505 20377725 | 35494580   302297    117 | 39.041 % |
2277.66/2297.81	c 2298	|    450129 |   59542  6843505 20377725 | 39044038   450088    116 | 39.041 % |
3466.20/3496.61	c 3497	|    671812 |   59542  6843505 20377725 | 42948442   671771    121 | 39.041 % |
3600.02/3631.61	c ERROR INTERRUPTED
3600.12/3631.77	c 3632	CPU 3595.12 (0.07 0.03 3595.05 5.02)
3600.12/3631.77	c 3632	END Sat Jul 12 20:02:36 2008

Verifier Data (download as text)

OK	517	3368
517 unsatisfied constraints, 3368 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-1113333-1215882124/watcher-1113333-1215882124 -o /tmp/evaluation-result-1113333-1215882124/solver-1113333-1215882124 -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-1113333-1215882124.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.67 3.09 3.15 4/80 19010
/proc/meminfo: memFree=1895656/2055920 swapFree=4181420/4192956
[pid=19010] ppid=19008 vsize=4708 CPUtime=0
/proc/19010/stat : 19010 (sugar++) R 19008 19010 18973 0 -1 4194304 58 0 0 0 0 0 0 0 20 0 1 0 44914844 4820992 43 996147200 4194304 4206940 548682068528 18446744073709551615 245480093065 0 0 4096 0 0 0 0 17 1 0 0
/proc/19010/statm: 1177 43 33 3 0 8 0

[startup+0.0903449 s]
/proc/loadavg: 2.67 3.09 3.15 4/80 19010
/proc/meminfo: memFree=1895656/2055920 swapFree=4181420/4192956
[pid=19010] ppid=19008 vsize=16740 CPUtime=0.06
/proc/19010/stat : 19010 (sugar++) S 19008 19010 18973 0 -1 4194304 1219 128 0 0 4 2 0 0 19 0 1 0 44914844 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19010/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.10254 s]
/proc/loadavg: 2.67 3.09 3.15 4/80 19010
/proc/meminfo: memFree=1895656/2055920 swapFree=4181420/4192956
[pid=19010] ppid=19008 vsize=16740 CPUtime=0.06
/proc/19010/stat : 19010 (sugar++) S 19008 19010 18973 0 -1 4194304 1219 128 0 0 4 2 0 0 19 0 1 0 44914844 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19010/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.301364 s]
/proc/loadavg: 2.67 3.09 3.15 4/80 19010
/proc/meminfo: memFree=1895656/2055920 swapFree=4181420/4192956
[pid=19010] ppid=19008 vsize=16740 CPUtime=0.06
/proc/19010/stat : 19010 (sugar++) S 19008 19010 18973 0 -1 4194304 1219 128 0 0 4 2 0 0 19 0 1 0 44914844 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19010/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.702413 s]
/proc/loadavg: 2.67 3.09 3.15 4/80 19010
/proc/meminfo: memFree=1895656/2055920 swapFree=4181420/4192956
[pid=19010] ppid=19008 vsize=16740 CPUtime=0.06
/proc/19010/stat : 19010 (sugar++) S 19008 19010 18973 0 -1 4194304 1219 128 0 0 4 2 0 0 19 0 1 0 44914844 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19010/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+1.50249 s]
/proc/loadavg: 2.67 3.09 3.15 4/91 19032
/proc/meminfo: memFree=1886920/2055920 swapFree=4181420/4192956
[pid=19010] ppid=19008 vsize=16740 CPUtime=0.81
/proc/19010/stat : 19010 (sugar++) S 19008 19010 18973 0 -1 4194304 1296 6897 0 1 5 2 70 4 15 0 1 0 44914844 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19010/statm: 4185 1104 409 3 0 764 0
[pid=19023] ppid=19010 vsize=5356 CPUtime=0
/proc/19023/stat : 19023 (sh) S 19010 19010 18973 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44914928 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19023/statm: 1339 233 193 169 0 50 0
[pid=19024] ppid=19023 vsize=868392 CPUtime=0.63
/proc/19024/stat : 19024 (java) S 19023 19010 18973 0 -1 0 5769 0 1 0 59 4 0 0 18 0 9 0 44914928 889233408 5189 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19024/statm: 217098 5189 1734 9 0 211673 0
[pid=19024/tid=19025] ppid=19023 vsize=868392 CPUtime=0.37
/proc/19024/task/19025/stat : 19025 (java) R 19023 19010 18973 0 -1 64 2652 0 1 0 35 2 0 0 22 0 9 0 44914929 889233408 5189 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19024/tid=19026] ppid=19023 vsize=868392 CPUtime=0.04
/proc/19024/task/19026/stat : 19026 (java) R 19023 19010 18973 0 -1 64 968 0 0 0 4 0 0 0 16 0 9 0 44914931 889233408 5189 996147200 134512640 134550740 4294955920 18446744073709551615 104187962 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19024/tid=19027] ppid=19023 vsize=868392 CPUtime=0
/proc/19024/task/19027/stat : 19027 (java) S 19023 19010 18973 0 -1 64 9 0 0 0 0 0 0 0 19 0 9 0 44914931 889233408 5189 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19024/tid=19028] ppid=19023 vsize=868392 CPUtime=0
/proc/19024/task/19028/stat : 19028 (java) S 19023 19010 18973 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 44914931 889233408 5189 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19024/tid=19029] ppid=19023 vsize=868392 CPUtime=0
/proc/19024/task/19029/stat : 19029 (java) S 19023 19010 18973 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44914933 889233408 5189 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19024/tid=19030] ppid=19023 vsize=868392 CPUtime=0.2
/proc/19024/task/19030/stat : 19030 (java) S 19023 19010 18973 0 -1 64 1457 0 0 0 19 1 0 0 16 0 9 0 44914933 889233408 5189 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19024/tid=19031] ppid=19023 vsize=868392 CPUtime=0
/proc/19024/task/19031/stat : 19031 (java) S 19023 19010 18973 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44914933 889233408 5189 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19024/tid=19032] ppid=19023 vsize=868392 CPUtime=0
/proc/19024/task/19032/stat : 19032 (java) S 19023 19010 18973 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44914933 889233408 5189 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 890488

[startup+3.10165 s]
/proc/loadavg: 2.67 3.09 3.15 3/91 19032
/proc/meminfo: memFree=1869896/2055920 swapFree=4181420/4192956
[pid=19010] ppid=19008 vsize=16740 CPUtime=0.81
/proc/19010/stat : 19010 (sugar++) S 19008 19010 18973 0 -1 4194304 1297 6897 0 1 5 2 70 4 15 0 1 0 44914844 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19010/statm: 4185 1104 409 3 0 764 0
[pid=19023] ppid=19010 vsize=5356 CPUtime=0
/proc/19023/stat : 19023 (sh) S 19010 19010 18973 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44914928 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19023/statm: 1339 233 193 169 0 50 0
[pid=19024] ppid=19023 vsize=868504 CPUtime=2.21
/proc/19024/stat : 19024 (java) S 19023 19010 18973 0 -1 0 9471 0 1 0 211 10 0 0 18 0 9 0 44914928 889348096 8495 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19024/statm: 217126 8495 2565 9 0 211673 0
[pid=19024/tid=19025] ppid=19023 vsize=868504 CPUtime=1.46
/proc/19024/task/19025/stat : 19025 (java) R 19023 19010 18973 0 -1 64 2970 0 1 0 141 5 0 0 25 0 9 0 44914929 889348096 8495 996147200 134512640 134550740 4294955920 18446744073709551615 4126910676 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19024/tid=19026] ppid=19023 vsize=868504 CPUtime=0.43
/proc/19024/task/19026/stat : 19026 (java) S 19023 19010 18973 0 -1 64 4295 0 0 0 41 2 0 0 16 0 9 0 44914931 889348096 8495 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19024/tid=19027] ppid=19023 vsize=868504 CPUtime=0
/proc/19024/task/19027/stat : 19027 (java) S 19023 19010 18973 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44914931 889348096 8495 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19024/tid=19028] ppid=19023 vsize=868504 CPUtime=0
/proc/19024/task/19028/stat : 19028 (java) S 19023 19010 18973 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 44914931 889348096 8495 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19024/tid=19029] ppid=19023 vsize=868504 CPUtime=0
/proc/19024/task/19029/stat : 19029 (java) S 19023 19010 18973 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44914933 889348096 8495 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19024/tid=19030] ppid=19023 vsize=868504 CPUtime=0.28
/proc/19024/task/19030/stat : 19030 (java) S 19023 19010 18973 0 -1 64 1512 0 0 0 27 1 0 0 15 0 9 0 44914933 889348096 8495 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19024/tid=19031] ppid=19023 vsize=868504 CPUtime=0
/proc/19024/task/19031/stat : 19031 (java) S 19023 19010 18973 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44914933 889348096 8495 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19024/tid=19032] ppid=19023 vsize=868504 CPUtime=0
/proc/19024/task/19032/stat : 19032 (java) S 19023 19010 18973 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44914933 889348096 8495 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 890600

[startup+6.30298 s]
/proc/loadavg: 2.61 3.07 3.14 3/91 19032
/proc/meminfo: memFree=1835528/2055920 swapFree=4181420/4192956
[pid=19010] ppid=19008 vsize=16740 CPUtime=0.81
/proc/19010/stat : 19010 (sugar++) S 19008 19010 18973 0 -1 4194304 1297 6897 0 1 5 2 70 4 16 0 1 0 44914844 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19010/statm: 4185 1104 409 3 0 764 0
[pid=19023] ppid=19010 vsize=5356 CPUtime=0
/proc/19023/stat : 19023 (sh) S 19010 19010 18973 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44914928 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19023/statm: 1339 233 193 169 0 50 0
[pid=19024] ppid=19023 vsize=868504 CPUtime=5.36
/proc/19024/stat : 19024 (java) S 19023 19010 18973 0 -1 0 10135 0 1 0 497 39 0 0 18 0 9 0 44914928 889348096 8500 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19024/statm: 217126 8500 2565 9 0 211673 0
[pid=19024/tid=19025] ppid=19023 vsize=868504 CPUtime=4.41
/proc/19024/task/19025/stat : 19025 (java) R 19023 19010 18973 0 -1 64 3629 0 1 0 412 29 0 0 25 0 9 0 44914929 889348096 8500 996147200 134512640 134550740 4294955920 18446744073709551615 4127051753 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19024/tid=19026] ppid=19023 vsize=868504 CPUtime=0.63
/proc/19024/task/19026/stat : 19026 (java) S 19023 19010 18973 0 -1 64 4295 0 0 0 56 7 0 0 16 0 9 0 44914931 889348096 8500 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19024/tid=19027] ppid=19023 vsize=868504 CPUtime=0
/proc/19024/task/19027/stat : 19027 (java) S 19023 19010 18973 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44914931 889348096 8500 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19024/tid=19028] ppid=19023 vsize=868504 CPUtime=0
/proc/19024/task/19028/stat : 19028 (java) S 19023 19010 18973 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 44914931 889348096 8500 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19024/tid=19029] ppid=19023 vsize=868504 CPUtime=0
/proc/19024/task/19029/stat : 19029 (java) S 19023 19010 18973 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44914933 889348096 8500 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19024/tid=19030] ppid=19023 vsize=868504 CPUtime=0.28
/proc/19024/task/19030/stat : 19030 (java) S 19023 19010 18973 0 -1 64 1517 0 0 0 27 1 0 0 16 0 9 0 44914933 889348096 8500 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19024/tid=19031] ppid=19023 vsize=868504 CPUtime=0
/proc/19024/task/19031/stat : 19031 (java) S 19023 19010 18973 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44914933 889348096 8500 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19024/tid=19032] ppid=19023 vsize=868504 CPUtime=0
/proc/19024/task/19032/stat : 19032 (java) S 19023 19010 18973 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44914933 889348096 8500 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 890600

[startup+12.7016 s]
/proc/loadavg: 2.57 3.05 3.13 3/91 19032
/proc/meminfo: memFree=1761672/2055920 swapFree=4181420/4192956
[pid=19010] ppid=19008 vsize=16740 CPUtime=0.81
/proc/19010/stat : 19010 (sugar++) S 19008 19010 18973 0 -1 4194304 1297 6897 0 1 5 2 70 4 16 0 1 0 44914844 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19010/statm: 4185 1104 409 3 0 764 0
[pid=19023] ppid=19010 vsize=5356 CPUtime=0
/proc/19023/stat : 19023 (sh) S 19010 19010 18973 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44914928 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19023/statm: 1339 233 193 169 0 50 0
[pid=19024] ppid=19023 vsize=868504 CPUtime=11.67
/proc/19024/stat : 19024 (java) S 19023 19010 18973 0 -1 0 11456 0 1 0 1073 94 0 0 18 0 9 0 44914928 889348096 8500 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19024/statm: 217126 8500 2565 9 0 211673 0
[pid=19024/tid=19025] ppid=19023 vsize=868504 CPUtime=10.32
/proc/19024/task/19025/stat : 19025 (java) R 19023 19010 18973 0 -1 64 4950 0 1 0 955 77 0 0 25 0 9 0 44914929 889348096 8500 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19024/tid=19026] ppid=19023 vsize=868504 CPUtime=1.03
/proc/19024/task/19026/stat : 19026 (java) S 19023 19010 18973 0 -1 64 4295 0 0 0 89 14 0 0 16 0 9 0 44914931 889348096 8500 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19024/tid=19027] ppid=19023 vsize=868504 CPUtime=0
/proc/19024/task/19027/stat : 19027 (java) S 19023 19010 18973 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44914931 889348096 8500 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19024/tid=19028] ppid=19023 vsize=868504 CPUtime=0
/proc/19024/task/19028/stat : 19028 (java) S 19023 19010 18973 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 44914931 889348096 8500 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19024/tid=19029] ppid=19023 vsize=868504 CPUtime=0
/proc/19024/task/19029/stat : 19029 (java) S 19023 19010 18973 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44914933 889348096 8500 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19024/tid=19030] ppid=19023 vsize=868504 CPUtime=0.28
/proc/19024/task/19030/stat : 19030 (java) S 19023 19010 18973 0 -1 64 1517 0 0 0 27 1 0 0 16 0 9 0 44914933 889348096 8500 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19024/tid=19031] ppid=19023 vsize=868504 CPUtime=0
/proc/19024/task/19031/stat : 19031 (java) S 19023 19010 18973 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44914933 889348096 8500 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19024/tid=19032] ppid=19023 vsize=868504 CPUtime=0
/proc/19024/task/19032/stat : 19032 (java) S 19023 19010 18973 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44914933 889348096 8500 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 890600

[startup+25.5029 s]
/proc/loadavg: 2.44 3.00 3.11 3/91 19032
/proc/meminfo: memFree=1608520/2055920 swapFree=4181420/4192956
[pid=19010] ppid=19008 vsize=16740 CPUtime=0.81
/proc/19010/stat : 19010 (sugar++) S 19008 19010 18973 0 -1 4194304 1297 6897 0 1 5 2 70 4 16 0 1 0 44914844 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19010/statm: 4185 1104 409 3 0 764 0
[pid=19023] ppid=19010 vsize=5356 CPUtime=0
/proc/19023/stat : 19023 (sh) S 19010 19010 18973 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44914928 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19023/statm: 1339 233 193 169 0 50 0
[pid=19024] ppid=19023 vsize=868504 CPUtime=24.21
/proc/19024/stat : 19024 (java) S 19023 19010 18973 0 -1 0 14072 0 1 0 2220 201 0 0 18 0 9 0 44914928 889348096 8500 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19024/statm: 217126 8500 2565 9 0 211673 0
[pid=19024/tid=19025] ppid=19023 vsize=868504 CPUtime=22.08
/proc/19024/task/19025/stat : 19025 (java) R 19023 19010 18973 0 -1 64 7566 0 1 0 2039 169 0 0 25 0 9 0 44914929 889348096 8500 996147200 134512640 134550740 4294955920 18446744073709551615 4127050508 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19024/tid=19026] ppid=19023 vsize=868504 CPUtime=1.82
/proc/19024/task/19026/stat : 19026 (java) S 19023 19010 18973 0 -1 64 4295 0 0 0 152 30 0 0 16 0 9 0 44914931 889348096 8500 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19024/tid=19027] ppid=19023 vsize=868504 CPUtime=0
/proc/19024/task/19027/stat : 19027 (java) S 19023 19010 18973 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44914931 889348096 8500 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19024/tid=19028] ppid=19023 vsize=868504 CPUtime=0
/proc/19024/task/19028/stat : 19028 (java) S 19023 19010 18973 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 44914931 889348096 8500 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[startup+2982.3 s]
/proc/loadavg: 2.56 2.61 2.65 4/82 19055
/proc/meminfo: memFree=642896/2055920 swapFree=4181420/4192956
[pid=19010] ppid=19008 vsize=17268 CPUtime=38.53
/proc/19010/stat : 19010 (sugar++) S 19008 19010 18973 0 -1 4194304 1727 32118 0 4 7 3 3522 321 16 0 1 0 44914844 17682432 1223 996147200 4194304 4206940 548682068528 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19010/statm: 4317 1223 414 3 0 896 0
[pid=19033] ppid=19010 vsize=834236 CPUtime=2917.75
/proc/19033/stat : 19033 (minisat-inc) R 19010 19010 18973 0 -1 4194304 199391 0 0 0 291624 151 0 0 25 0 1 0 44918703 854257664 199336 996147200 134512640 135134323 4294956192 18446744073709551615 134532097 0 0 4096 3 0 0 0 17 1 0 0
/proc/19033/statm: 208559 199336 80 151 0 208405 0
Current children cumulated CPU time (s) 2956.28
Current children cumulated vsize (KiB) 851504

[startup+3042.3 s]
/proc/loadavg: 2.58 2.59 2.64 4/82 19055
/proc/meminfo: memFree=642896/2055920 swapFree=4181420/4192956
[pid=19010] ppid=19008 vsize=17268 CPUtime=38.53
/proc/19010/stat : 19010 (sugar++) S 19008 19010 18973 0 -1 4194304 1727 32118 0 4 7 3 3522 321 16 0 1 0 44914844 17682432 1223 996147200 4194304 4206940 548682068528 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19010/statm: 4317 1223 414 3 0 896 0
[pid=19033] ppid=19010 vsize=834236 CPUtime=2977.24
/proc/19033/stat : 19033 (minisat-inc) R 19010 19010 18973 0 -1 4194304 199402 0 0 0 297573 151 0 0 25 0 1 0 44918703 854257664 199347 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/19033/statm: 208559 199347 80 151 0 208405 0
Current children cumulated CPU time (s) 3015.77
Current children cumulated vsize (KiB) 851504

[startup+3102.3 s]
/proc/loadavg: 2.71 2.63 2.64 4/82 19055
/proc/meminfo: memFree=639056/2055920 swapFree=4181420/4192956
[pid=19010] ppid=19008 vsize=17268 CPUtime=38.53
/proc/19010/stat : 19010 (sugar++) S 19008 19010 18973 0 -1 4194304 1727 32118 0 4 7 3 3522 321 16 0 1 0 44914844 17682432 1223 996147200 4194304 4206940 548682068528 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19010/statm: 4317 1223 414 3 0 896 0
[pid=19033] ppid=19010 vsize=838092 CPUtime=3036.73
/proc/19033/stat : 19033 (minisat-inc) R 19010 19010 18973 0 -1 4194304 200363 0 0 0 303521 152 0 0 25 0 1 0 44918703 858206208 200308 996147200 134512640 135134323 4294956192 18446744073709551615 134532052 0 0 4096 3 0 0 0 17 1 0 0
/proc/19033/statm: 209523 200308 80 151 0 209369 0
Current children cumulated CPU time (s) 3075.26
Current children cumulated vsize (KiB) 855360

[startup+3162.3 s]
/proc/loadavg: 2.77 2.66 2.65 4/82 19055
/proc/meminfo: memFree=633296/2055920 swapFree=4181420/4192956
[pid=19010] ppid=19008 vsize=17268 CPUtime=38.53
/proc/19010/stat : 19010 (sugar++) S 19008 19010 18973 0 -1 4194304 1727 32118 0 4 7 3 3522 321 16 0 1 0 44914844 17682432 1223 996147200 4194304 4206940 548682068528 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19010/statm: 4317 1223 414 3 0 896 0
[pid=19033] ppid=19010 vsize=843800 CPUtime=3096.22
/proc/19033/stat : 19033 (minisat-inc) R 19010 19010 18973 0 -1 4194304 201813 0 0 0 309468 154 0 0 25 0 1 0 44918703 864051200 201758 996147200 134512640 135134323 4294956192 18446744073709551615 134531965 0 0 4096 3 0 0 0 17 1 0 0
/proc/19033/statm: 210950 201758 80 151 0 210796 0
Current children cumulated CPU time (s) 3134.75
Current children cumulated vsize (KiB) 861068

[startup+3222.3 s]
/proc/loadavg: 2.68 2.66 2.65 4/82 19055
/proc/meminfo: memFree=627472/2055920 swapFree=4181420/4192956
[pid=19010] ppid=19008 vsize=17268 CPUtime=38.53
/proc/19010/stat : 19010 (sugar++) S 19008 19010 18973 0 -1 4194304 1727 32118 0 4 7 3 3522 321 16 0 1 0 44914844 17682432 1223 996147200 4194304 4206940 548682068528 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19010/statm: 4317 1223 414 3 0 896 0
[pid=19033] ppid=19010 vsize=849544 CPUtime=3155.7
/proc/19033/stat : 19033 (minisat-inc) R 19010 19010 18973 0 -1 4194304 203238 0 0 0 315414 156 0 0 25 0 1 0 44918703 869933056 203183 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/19033/statm: 212386 203183 80 151 0 212232 0
Current children cumulated CPU time (s) 3194.23
Current children cumulated vsize (KiB) 866812

[startup+3282.3 s]
/proc/loadavg: 2.64 2.65 2.64 4/82 19055
/proc/meminfo: memFree=622160/2055920 swapFree=4181420/4192956
[pid=19010] ppid=19008 vsize=17268 CPUtime=38.53
/proc/19010/stat : 19010 (sugar++) S 19008 19010 18973 0 -1 4194304 1727 32118 0 4 7 3 3522 321 16 0 1 0 44914844 17682432 1223 996147200 4194304 4206940 548682068528 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19010/statm: 4317 1223 414 3 0 896 0
[pid=19033] ppid=19010 vsize=854620 CPUtime=3215.2
/proc/19033/stat : 19033 (minisat-inc) R 19010 19010 18973 0 -1 4194304 204532 0 0 0 321362 158 0 0 25 0 1 0 44918703 875130880 204477 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/19033/statm: 213655 204477 80 151 0 213501 0
Current children cumulated CPU time (s) 3253.73
Current children cumulated vsize (KiB) 871888

[startup+3342.3 s]
/proc/loadavg: 2.80 2.68 2.65 4/82 19055
/proc/meminfo: memFree=616848/2055920 swapFree=4181420/4192956
[pid=19010] ppid=19008 vsize=17268 CPUtime=38.53
/proc/19010/stat : 19010 (sugar++) S 19008 19010 18973 0 -1 4194304 1727 32118 0 4 7 3 3522 321 16 0 1 0 44914844 17682432 1223 996147200 4194304 4206940 548682068528 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19010/statm: 4317 1223 414 3 0 896 0
[pid=19033] ppid=19010 vsize=859920 CPUtime=3274.67
/proc/19033/stat : 19033 (minisat-inc) R 19010 19010 18973 0 -1 4194304 205871 0 0 0 327307 160 0 0 25 0 1 0 44918703 880558080 205816 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/19033/statm: 214980 205816 80 151 0 214826 0
Current children cumulated CPU time (s) 3313.2
Current children cumulated vsize (KiB) 877188

[startup+3402.31 s]
/proc/loadavg: 3.07 2.77 2.68 4/82 19055
/proc/meminfo: memFree=610576/2055920 swapFree=4181420/4192956
[pid=19010] ppid=19008 vsize=17268 CPUtime=38.53
/proc/19010/stat : 19010 (sugar++) S 19008 19010 18973 0 -1 4194304 1727 32118 0 4 7 3 3522 321 16 0 1 0 44914844 17682432 1223 996147200 4194304 4206940 548682068528 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19010/statm: 4317 1223 414 3 0 896 0
[pid=19033] ppid=19010 vsize=866236 CPUtime=3334.18
/proc/19033/stat : 19033 (minisat-inc) R 19010 19010 18973 0 -1 4194304 207415 0 0 0 333256 162 0 0 25 0 1 0 44918703 887025664 207360 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/19033/statm: 216559 207360 80 151 0 216405 0
Current children cumulated CPU time (s) 3372.71
Current children cumulated vsize (KiB) 883504

[startup+3462.3 s]
/proc/loadavg: 2.84 2.75 2.67 4/82 19055
/proc/meminfo: memFree=603856/2055920 swapFree=4181420/4192956
[pid=19010] ppid=19008 vsize=17268 CPUtime=38.53
/proc/19010/stat : 19010 (sugar++) S 19008 19010 18973 0 -1 4194304 1727 32118 0 4 7 3 3522 321 16 0 1 0 44914844 17682432 1223 996147200 4194304 4206940 548682068528 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19010/statm: 4317 1223 414 3 0 896 0
[pid=19033] ppid=19010 vsize=872704 CPUtime=3393.65
/proc/19033/stat : 19033 (minisat-inc) R 19010 19010 18973 0 -1 4194304 209052 0 0 0 339201 164 0 0 25 0 1 0 44918703 893648896 208997 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/19033/statm: 218176 208997 80 151 0 218022 0
Current children cumulated CPU time (s) 3432.18
Current children cumulated vsize (KiB) 889972

[startup+3522.3 s]
/proc/loadavg: 2.66 2.71 2.66 4/82 19055
/proc/meminfo: memFree=598800/2055920 swapFree=4181420/4192956
[pid=19010] ppid=19008 vsize=17268 CPUtime=38.53
/proc/19010/stat : 19010 (sugar++) S 19008 19010 18973 0 -1 4194304 1727 32118 0 4 7 3 3522 321 16 0 1 0 44914844 17682432 1223 996147200 4194304 4206940 548682068528 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19010/statm: 4317 1223 414 3 0 896 0
[pid=19033] ppid=19010 vsize=877844 CPUtime=3453.14
/proc/19033/stat : 19033 (minisat-inc) R 19010 19010 18973 0 -1 4194304 210297 0 0 0 345149 165 0 0 25 0 1 0 44918703 898912256 210242 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/19033/statm: 219461 210242 80 151 0 219307 0
Current children cumulated CPU time (s) 3491.67
Current children cumulated vsize (KiB) 895112

[startup+3582.3 s]
/proc/loadavg: 2.54 2.67 2.65 4/82 19061
/proc/meminfo: memFree=595208/2055920 swapFree=4181420/4192956
[pid=19010] ppid=19008 vsize=17268 CPUtime=38.53
/proc/19010/stat : 19010 (sugar++) S 19008 19010 18973 0 -1 4194304 1727 32118 0 4 7 3 3522 321 16 0 1 0 44914844 17682432 1223 996147200 4194304 4206940 548682068528 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19010/statm: 4317 1223 414 3 0 896 0
[pid=19033] ppid=19010 vsize=881144 CPUtime=3512.62
/proc/19033/stat : 19033 (minisat-inc) R 19010 19010 18973 0 -1 4194304 211145 0 0 0 351096 166 0 0 25 0 1 0 44918703 902291456 211090 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/19033/statm: 220286 211090 80 151 0 220132 0
Current children cumulated CPU time (s) 3551.15
Current children cumulated vsize (KiB) 898412



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3631.6 s]
/proc/loadavg: 2.58 2.67 2.65 4/82 19061
/proc/meminfo: memFree=592520/2055920 swapFree=4181420/4192956
[pid=19010] ppid=19008 vsize=17268 CPUtime=38.53
/proc/19010/stat : 19010 (sugar++) S 19008 19010 18973 0 -1 4194304 1727 32118 0 4 7 3 3522 321 16 0 1 0 44914844 17682432 1223 996147200 4194304 4206940 548682068528 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19010/statm: 4317 1223 414 3 0 896 0
[pid=19033] ppid=19010 vsize=883784 CPUtime=3561.49
/proc/19033/stat : 19033 (minisat-inc) R 19010 19010 18973 0 -1 4194304 211800 0 0 0 355982 167 0 0 25 0 1 0 44918703 904994816 211745 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/19033/statm: 220946 211745 80 151 0 220792 0
Current children cumulated CPU time (s) 3600.02
Current children cumulated vsize (KiB) 901052

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

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

[startup+3631.8 s]
/proc/loadavg: 2.58 2.67 2.65 4/82 19061
/proc/meminfo: memFree=592520/2055920 swapFree=4181420/4192956
[pid=19010] ppid=19008 vsize=17268 CPUtime=3600.23
/proc/19010/stat : 19010 (sugar++) R 19008 19010 18973 0 -1 4194304 1750 243918 0 4 7 9 359505 502 18 0 1 0 44914844 17682432 1224 996147200 4194304 4206940 548682068528 18446744073709551615 245482886185 0 0 4224 16386 0 0 0 17 1 0 0
/proc/19010/statm: 4317 1224 415 3 0 896 0
Current children cumulated CPU time (s) 3600.23
Current children cumulated vsize (KiB) 17268

[startup+3631.9 s]
/proc/loadavg: 2.58 2.67 2.65 4/82 19061
/proc/meminfo: memFree=592520/2055920 swapFree=4181420/4192956
[pid=19010] ppid=19008 vsize=17268 CPUtime=3600.33
/proc/19010/stat : 19010 (sugar++) R 19008 19010 18973 0 -1 4194304 1750 243918 0 4 7 19 359505 502 18 0 1 0 44914844 17682432 1224 996147200 4194304 4206940 548682068528 18446744073709551615 245482886185 0 0 4224 16386 0 0 0 17 1 0 0
/proc/19010/statm: 4317 1224 415 3 0 896 0
Current children cumulated CPU time (s) 3600.33
Current children cumulated vsize (KiB) 17268

Child status: 0
Real time (s): 3631.96
CPU time (s): 3600.41
CPU user time (s): 3595.13
CPU system time (s): 5.2752
CPU usage (%): 99.1312
Max. virtual memory (cumulated for all children) (KiB): 901052

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3595.13
system time used= 5.2752
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 245723
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= 56255
involuntary context switches= 134943

runsolver used 5.13222 second user time and 8.5497 second system time

The end

Launcher Data (download as text)

Begin job on node17 at 2008-07-12 19:02:04
IDJOB=1113333
IDBENCH=61565
IDSOLVER=367
FILE ID=node17/1113333-1215882124
PBS_JOBID= 7903641
Free space on /tmp= 66408 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/csp/graphColoring/register/mulsol/normalized-mulsol-i-2-05.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-1113333-1215882124/watcher-1113333-1215882124 -o /tmp/evaluation-result-1113333-1215882124/solver-1113333-1215882124 -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-1113333-1215882124.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 4291740b57ceaaa4d8bedbb7db7b9867
RANDOM SEED=800508744

node17.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.240
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.240
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:       1896200 kB
Buffers:         11048 kB
Cached:          42916 kB
SwapCached:       5264 kB
Active:          91212 kB
Inactive:        14192 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1896200 kB
SwapTotal:     4192956 kB
SwapFree:      4181420 kB
Dirty:            4224 kB
Writeback:           0 kB
Mapped:          67732 kB
Slab:            39580 kB
Committed_AS:  1003024 kB
PageTables:       1956 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= 66404 MiB
End job on node17 at 2008-07-12 20:02:38