Trace number 1113573

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)60 3600.13 3633.14

General information on the benchmark

Namecsp/graphColoring/sgb/
miles/normalized-miles750-15.xml
MD5SUM5e4ce9506949e8914025344dff802882
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints28
Best CPU time to get the best result obtained on this benchmark3600.02
Satisfiable
(Un)Satisfiability was proved
Number of variables128
Number of constraints2113
Maximum constraint arity2
Maximum domain size15
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2113
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 20:24:09 2008
0.00/0.08	c 0	PID 16999
0.00/0.08	c 0	HOST node57.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-1113573-1215887048.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-1113573-1215887048.xml' 'HOME/temp.csp'
0.06/0.72	c 0	1 domains, 128 variables, 1 predicates, 0 relations, 2113 constraints
0.06/0.76	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.76	c 0	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.69/0.84	c 0	Parsing HOME/temp.csp
0.91/1.04	c 1	parsed 2243 expressions
0.91/1.04	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.91/1.07	c 1	MAX CSP: 2113 constraints
0.91/1.07	c 1	Converting to clausal form CSP
1.00/1.16	c 1	converted 436 (10%) expressions
1.10/1.26	c 1	converted 872 (20%) expressions
1.10/1.28	c 1	converted 1308 (30%) expressions
1.20/1.30	c 1	converted 1744 (40%) expressions
1.20/1.32	c 1	converted 2180 (50%) expressions
1.20/1.33	c 1	converted 2616 (60%) expressions
1.20/1.35	c 1	converted 3052 (70%) expressions
1.20/1.36	c 1	converted 3488 (80%) expressions
1.20/1.37	c 1	converted 3924 (90%) expressions
1.50/1.60	c 1	converted 4359 (100%) expressions
1.50/1.60	c 1	CSP : 4354 integers, 0 booleans, 6338 clauses, largest domain size 3170
1.50/1.60	c 1	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.50/1.60	c 1	Propagation in CSP
1.50/1.70	c 1	2110 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.60/1.70	c 1	CSP : 4354 integers, 0 booleans, 6338 clauses, largest domain size 2114
1.60/1.70	c 1	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.60/1.71	c 1	Simplifing CSP by introducing new Boolean variables
1.60/1.74	c 1	CSP : 4354 integers, 4226 booleans, 10564 clauses, largest domain size 2114
1.60/1.74	c 1	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.60/1.79	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.70/1.82	c 1	436 (10%) CSP integer variables are encoded (1664 clauses, 19641 bytes)
1.70/1.82	c 1	871 (20%) CSP integer variables are encoded (1664 clauses, 19641 bytes)
1.70/1.82	c 1	1307 (30%) CSP integer variables are encoded (1664 clauses, 19641 bytes)
1.70/1.83	c 1	1742 (40%) CSP integer variables are encoded (1664 clauses, 19641 bytes)
1.70/1.83	c 1	2177 (50%) CSP integer variables are encoded (1664 clauses, 19641 bytes)
1.70/1.83	c 1	2613 (60%) CSP integer variables are encoded (6143 clauses, 77868 bytes)
1.70/1.84	c 1	3048 (70%) CSP integer variables are encoded (9946 clauses, 132736 bytes)
1.70/1.87	c 1	3484 (80%) CSP integer variables are encoded (30998 clauses, 448516 bytes)
1.70/1.88	c 1	3919 (90%) CSP integer variables are encoded (38102 clauses, 555076 bytes)
1.70/1.89	c 1	4354 (100%) CSP integer variables are encoded (44058 clauses, 644416 bytes)
1.80/1.94	c 2	1057 (10%) CSP clauses are encoded (54985 clauses, 833793 bytes)
1.80/1.99	c 2	2113 (20%) CSP clauses are encoded (65897 clauses, 1030163 bytes)
1.90/2.02	c 2	3170 (30%) CSP clauses are encoded (76824 clauses, 1227712 bytes)
1.90/2.05	c 2	4226 (40%) CSP clauses are encoded (87736 clauses, 1426212 bytes)
1.90/2.08	c 2	5282 (50%) CSP clauses are encoded (98648 clauses, 1631242 bytes)
1.99/2.12	c 2	6339 (60%) CSP clauses are encoded (109561 clauses, 1841758 bytes)
2.49/2.65	c 2	7395 (70%) CSP clauses are encoded (398463 clauses, 7456571 bytes)
4.07/4.26	c 4	8452 (80%) CSP clauses are encoded (1247028 clauses, 25622625 bytes)
9.00/9.22	c 9	9508 (90%) CSP clauses are encoded (3528078 clauses, 74319271 bytes)
13.13/13.45	c 13	10564 (100%) CSP clauses are encoded (5774254 clauses, 122508643 bytes)
13.13/13.45	c 13	10564 CSP clauses encoded
13.13/13.45	c 13	Writing map file : HOME/temp.map
13.13/13.49	c 13	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
13.13/13.49	c 13	SAT : 52638 SAT variables, 5774254 SAT clauses, 122508643 bytes
13.13/13.49	c 13	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
13.23/13.54	c 13	OBJECTIVE minimize _COST
13.23/13.54	c 13	SOLVING HOME/temp.cnf
13.23/13.54	c 13	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
13.23/13.54	c 13	This is MiniSat 2.0 beta incremental
13.23/13.54	c 13	WARNING: for repeatability, setting FPU to use double precision
13.23/13.54	c 13	============================[ Problem Statistics ]=============================
13.23/13.54	c 13	|                                                                             |
13.23/13.54	c 13	|  Number of variables:  52638                                                |
13.23/13.54	c 13	|  Number of clauses:    5774254                                              |
15.88/16.24	c 16	|  Parsing time:         2.30         s                                       |
15.98/16.36	c 16	OK
15.98/16.36	c 16	OBJECTIVE BOUND: 0 <= _COST <= 
15.98/16.36	c 16	SEARCHING: _COST <= 1057
15.98/16.36	c 16	============================[ Search Statistics ]==============================
15.98/16.36	c 16	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
15.98/16.36	c 16	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
15.98/16.36	c 16	===============================================================================
15.98/16.36	c 16	|         0 |   52638  5774254 17183351 |  1924751        0    nan |  0.000 % |
16.47/16.84	c 16	|       100 |   52638  5774254 17183351 |  2117226      100     37 |  0.000 % |
16.87/17.21	c 17	|       252 |   52638  5774254 17183351 |  2328949      252     28 |  0.000 % |
17.07/17.41	c 17	===============================================================================
17.07/17.41	c 17	restarts              : 3
17.07/17.41	c 17	conflicts             : 273           (80 /sec)
17.07/17.41	c 17	decisions             : 4005          (0.50 % random) (1167 /sec)
17.07/17.41	c 17	propagations          : 241845         (70499 /sec)
17.07/17.41	c 17	conflict literals     : 7466           (5.47 % deleted)
17.07/17.41	c 17	Memory used           : 243.67 MB
17.07/17.41	c 17	CPU time              : 3.43048 s
17.07/17.41	c 17	
17.07/17.41	c 17	SATISFIABLE
17.07/17.43	c 17	OK
17.07/17.43	c 17	FOUND: _COST <= 1057
17.07/17.43	s SATISFIABLE
17.07/17.43	c 17	DECODING HOME/temp.out WITH HOME/temp.map
17.07/17.43	c 17	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
17.15/17.52	c 17	Decoding HOME/temp.out
17.33/17.74	c 17	OBJECTIVE _COST 542
17.33/17.74	o 542
17.33/17.75	v 3 8 0 2 3 0 1 14 4 8 7 0 1 2 9 1 8 7 3 0 8 1 3 2 2 12 14 11 12 3 1 2 2 3 4 4 6 7 14 13 6 9 14 12 8 6 10 14 13 8 10 8 13 14 11 14 4 14 10 5 5 14 11 6 9 8 9 14 9 6 13 14 13 6 7 14 10 4 14 7 14 9 10 11 12 10 5 12 12 10 9 14 14 14 9 10 12 8 13 14 13 13 14 14 14 8 8 14 3 5 8 13 11 4 14 13 11 14 7 9 13 13 13 11 4 12 11 5
17.33/17.75	c 17	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
17.39/17.83	c 17	OK
17.39/17.83	c 17	OBJECTIVE BOUND: 0 <= _COST <= 542
17.39/17.83	c 17	SEARCHING: _COST <= 271
17.39/17.83	c 17	============================[ Search Statistics ]==============================
17.39/17.83	c 17	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
17.39/17.83	c 17	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
17.39/17.83	c 17	===============================================================================
17.39/17.83	c 17	|       273 |   52638  5774254 17183351 |  1924751      273     27 |  0.000 % |
17.79/18.29	c 18	|       374 |   35031  5774254 17183351 |  2117226      374     25 | 36.793 % |
17.98/18.49	c 18	===============================================================================
17.98/18.49	c 18	restarts              : 5
17.98/18.49	c 18	conflicts             : 453           (110 /sec)
17.98/18.49	c 18	decisions             : 6103          (0.54 % random) (1477 /sec)
17.98/18.49	c 18	propagations          : 442914         (107156 /sec)
17.98/18.49	c 18	conflict literals     : 12882          (5.04 % deleted)
17.98/18.49	c 18	Memory used           : 244.45 MB
17.98/18.49	c 18	CPU time              : 4.13337 s
17.98/18.49	c 18	
17.98/18.49	c 18	SATISFIABLE
18.08/18.51	c 18	OK
18.08/18.51	c 18	FOUND: _COST <= 271
18.08/18.51	c 18	DECODING HOME/temp.out WITH HOME/temp.map
18.08/18.51	c 18	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
18.08/18.59	c 18	Decoding HOME/temp.out
18.56/19.01	c 19	OBJECTIVE _COST 271
18.56/19.01	o 271
18.56/19.02	v 10 8 9 11 4 8 5 7 8 9 8 12 13 10 6 11 9 12 8 5 14 7 1 5 10 14 8 9 14 5 1 6 3 14 8 7 5 8 4 10 10 7 8 14 10 5 14 13 13 12 3 3 14 9 12 11 6 2 13 10 6 6 10 5 9 11 3 12 14 7 12 8 6 7 4 0 7 11 1 7 11 13 12 9 14 0 2 13 2 12 11 3 1 2 6 12 10 0 2 14 14 14 11 5 5 7 7 2 9 4 6 11 11 1 1 1 5 9 12 13 6 10 9 11 1 13 14 13
18.56/19.03	c 19	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
18.56/19.08	c 19	OK
18.56/19.08	c 19	OBJECTIVE BOUND: 0 <= _COST <= 271
18.56/19.08	c 19	SEARCHING: _COST <= 135
18.56/19.08	c 19	============================[ Search Statistics ]==============================
18.56/19.08	c 19	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
18.56/19.08	c 19	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
18.56/19.08	c 19	===============================================================================
18.56/19.08	c 19	|       453 |   33271  5774254 17183351 |  1924751      453     28 | 36.793 % |
18.86/19.31	c 19	|       553 |   33271  5774254 17183351 |  2117226      553     33 | 44.952 % |
19.16/19.69	c 19	|       703 |   33271  5774254 17183351 |  2328949      703     33 | 44.952 % |
19.35/19.86	c 19	|       928 |   33271  5774254 17183351 |  2561844      928     30 | 44.952 % |
19.55/20.02	c 20	|      1266 |   33271  5774254 17183351 |  2818028     1266     26 | 44.952 % |
19.86/20.32	c 20	|      1772 |   33271  5774254 17183351 |  3099831     1772     23 | 44.952 % |
20.06/20.54	c 20	===============================================================================
20.06/20.54	c 20	restarts              : 11
20.06/20.54	c 20	conflicts             : 2195          (390 /sec)
20.06/20.54	c 20	decisions             : 10942         (0.58 % random) (1943 /sec)
20.06/20.54	c 20	propagations          : 1180763        (209647 /sec)
20.06/20.54	c 20	conflict literals     : 69892          (4.99 % deleted)
20.06/20.54	c 20	Memory used           : 244.96 MB
20.06/20.54	c 20	CPU time              : 5.63214 s
20.06/20.54	c 20	
20.06/20.54	c 20	SATISFIABLE
20.06/20.56	c 20	OK
20.06/20.56	c 20	FOUND: _COST <= 135
20.06/20.56	c 20	DECODING HOME/temp.out WITH HOME/temp.map
20.06/20.56	c 20	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
20.11/20.64	c 20	Decoding HOME/temp.out
20.34/20.86	c 20	OBJECTIVE _COST 135
20.34/20.86	o 135
20.34/20.87	v 2 10 10 4 11 4 11 4 12 3 8 14 14 4 9 6 10 14 7 4 13 2 9 6 14 14 14 12 6 6 6 0 9 14 7 10 10 9 6 8 10 7 2 4 0 14 12 8 11 13 4 13 13 10 8 12 14 14 6 8 1 7 12 1 5 2 10 8 5 7 5 11 9 10 12 1 9 3 11 4 14 11 8 3 9 4 13 6 13 12 10 8 6 7 6 14 1 9 9 9 0 7 3 5 12 11 6 0 13 5 0 13 9 14 13 1 8 11 7 1 11 11 6 7 13 12 2 3
20.34/20.87	c 20	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
20.40/20.98	c 21	OK
20.40/20.98	c 21	OBJECTIVE BOUND: 0 <= _COST <= 135
20.40/20.98	c 21	SEARCHING: _COST <= 67
20.40/20.98	c 21	============================[ Search Statistics ]==============================
20.40/20.98	c 21	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
20.40/20.98	c 21	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
20.40/20.98	c 21	===============================================================================
20.40/20.98	c 21	|      2195 |   28976  5774254 17183351 |  1924751     2195     32 | 44.952 % |
20.59/21.12	c 21	|      2295 |   28976  5774254 17183351 |  2117226     2295     32 | 50.804 % |
20.69/21.25	c 21	|      2446 |   28976  5774254 17183351 |  2328949     2446     31 | 50.804 % |
20.79/21.40	c 21	|      2672 |   28976  5774254 17183351 |  2561844     2672     31 | 50.804 % |
20.99/21.57	c 21	|      3009 |   28976  5774254 17183351 |  2818028     3009     32 | 50.804 % |
21.19/21.73	c 21	|      3515 |   28976  5774254 17183351 |  3099831     3515     31 | 50.804 % |
21.29/21.90	c 21	|      4275 |   28976  5774254 17183351 |  3409814     4275     30 | 50.804 % |
21.49/22.08	c 22	|      5415 |   28976  5774254 17183351 |  3750795     5415     27 | 50.804 % |
21.68/22.28	c 22	|      7123 |   28976  5774254 17183351 |  4125875     7123     25 | 50.804 % |
21.98/22.55	c 22	|      9685 |   28976  5774254 17183351 |  4538462     9685     24 | 50.804 % |
22.48/23.06	c 23	|     13529 |   28976  5774254 17183351 |  4992309    13529     25 | 50.804 % |
23.27/23.87	c 23	|     19295 |   28976  5774254 17183351 |  5491540    19295     28 | 50.804 % |
24.75/25.38	c 25	|     27944 |   28976  5774254 17183351 |  6040694    27944     30 | 50.804 % |
27.02/27.62	c 27	|     40919 |   28976  5774254 17183351 |  6644763    40919     30 | 50.804 % |
33.07/33.73	c 33	|     60380 |   28976  5774254 17183351 |  7309239    60380     34 | 50.804 % |
43.37/44.12	c 44	|     89572 |   26824  5774254 17183351 |  8040163    89572     34 | 50.804 % |
68.73/69.76	c 69	|    133362 |   26824  5774254 17183351 |  8844180   133362     37 | 50.804 % |
139.56/141.27	c 141	|    199048 |   26824  5774254 17183351 |  9728598   199048     47 | 50.804 % |
283.61/286.63	c 286	|    297575 |   26824  5774254 17183351 | 10701458   297575     48 | 50.804 % |
443.28/447.84	c 447	|    445365 |   25896   794045  2320972 | 11771604   445357     48 | 50.804 % |
1073.44/1083.93	c 1084	|    667049 |   25896   794045  2320972 | 12948764   667041     54 | 50.804 % |
2452.76/2475.29	c 2475	|    999575 |   25896   794045  2320972 | 14243640   999567     61 | 50.804 % |
3600.02/3632.91	c ERROR INTERRUPTED
3600.02/3632.98	c 3633	CPU 3597.16 (0.07 0.02 3597.09 2.92)
3600.02/3632.98	c 3633	END Sat Jul 12 21:24:42 2008

Verifier Data (download as text)

OK	60	2053
60 unsatisfied constraints, 2053 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-1113573-1215887048/watcher-1113573-1215887048 -o /tmp/evaluation-result-1113573-1215887048/solver-1113573-1215887048 -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-1113573-1215887048.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.64 2.66 2.62 4/81 16999
/proc/meminfo: memFree=1852576/2055920 swapFree=4192812/4192956
[pid=16999] ppid=16997 vsize=12268 CPUtime=0
/proc/16999/stat : 16999 (sugar++) R 16997 16999 16350 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 45403402 12562432 316 996147200 4194304 4206940 548682068528 18446744073709551615 218076248677 0 0 4224 0 0 0 0 17 1 0 0
/proc/16999/statm: 3067 316 241 3 0 167 0

[startup+0.08466 s]
/proc/loadavg: 2.64 2.66 2.62 4/81 16999
/proc/meminfo: memFree=1852576/2055920 swapFree=4192812/4192956
[pid=16999] ppid=16997 vsize=16740 CPUtime=0.06
/proc/16999/stat : 16999 (sugar++) S 16997 16999 16350 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 45403402 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16999/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.101665 s]
/proc/loadavg: 2.64 2.66 2.62 4/81 16999
/proc/meminfo: memFree=1852576/2055920 swapFree=4192812/4192956
[pid=16999] ppid=16997 vsize=16740 CPUtime=0.06
/proc/16999/stat : 16999 (sugar++) S 16997 16999 16350 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 45403402 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16999/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.301675 s]
/proc/loadavg: 2.64 2.66 2.62 4/81 16999
/proc/meminfo: memFree=1852576/2055920 swapFree=4192812/4192956
[pid=16999] ppid=16997 vsize=16740 CPUtime=0.06
/proc/16999/stat : 16999 (sugar++) S 16997 16999 16350 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 45403402 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16999/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.701715 s]
/proc/loadavg: 2.64 2.66 2.62 4/81 16999
/proc/meminfo: memFree=1852576/2055920 swapFree=4192812/4192956
[pid=16999] ppid=16997 vsize=16740 CPUtime=0.06
/proc/16999/stat : 16999 (sugar++) S 16997 16999 16350 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 45403402 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16999/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+1.50279 s]
/proc/loadavg: 2.64 2.66 2.62 4/92 17021
/proc/meminfo: memFree=1843464/2055920 swapFree=4192812/4192956
[pid=16999] ppid=16997 vsize=16740 CPUtime=0.69
/proc/16999/stat : 16999 (sugar++) S 16997 16999 16350 0 -1 4194304 1296 5148 0 1 5 1 59 4 15 0 1 0 45403402 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16999/statm: 4185 1104 409 3 0 764 0
[pid=17012] ppid=16999 vsize=5356 CPUtime=0
/proc/17012/stat : 17012 (sh) S 16999 16999 16350 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 45403479 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17012/statm: 1339 233 193 169 0 50 0
[pid=17013] ppid=17012 vsize=868448 CPUtime=0.71
/proc/17013/stat : 17013 (java) S 17012 16999 16350 0 -1 0 6099 0 1 0 67 4 0 0 18 0 9 0 45403479 889290752 5479 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17013/statm: 217112 5479 1841 9 0 211687 0
[pid=17013/tid=17014] ppid=17012 vsize=868448 CPUtime=0.41
/proc/17013/task/17014/stat : 17014 (java) R 17012 16999 16350 0 -1 64 2653 0 1 0 39 2 0 0 19 0 9 0 45403480 889290752 5479 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17013/tid=17015] ppid=17012 vsize=868448 CPUtime=0.07
/proc/17013/task/17015/stat : 17015 (java) R 17012 16999 16350 0 -1 64 1287 0 0 0 7 0 0 0 16 0 9 0 45403481 889290752 5479 996147200 134512640 134550740 4294955920 18446744073709551615 102478692 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17013/tid=17016] ppid=17012 vsize=868448 CPUtime=0
/proc/17013/task/17016/stat : 17016 (java) S 17012 16999 16350 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 45403481 889290752 5479 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17013/tid=17017] ppid=17012 vsize=868448 CPUtime=0
/proc/17013/task/17017/stat : 17017 (java) S 17012 16999 16350 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 45403481 889290752 5479 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17013/tid=17018] ppid=17012 vsize=868448 CPUtime=0
/proc/17013/task/17018/stat : 17018 (java) S 17012 16999 16350 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 45403483 889290752 5479 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17013/tid=17019] ppid=17012 vsize=868448 CPUtime=0.19
/proc/17013/task/17019/stat : 17019 (java) S 17012 16999 16350 0 -1 64 1467 0 0 0 19 0 0 0 16 0 9 0 45403483 889290752 5479 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17013/tid=17020] ppid=17012 vsize=868448 CPUtime=0
/proc/17013/task/17020/stat : 17020 (java) S 17012 16999 16350 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 45403483 889290752 5479 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17013/tid=17021] ppid=17012 vsize=868448 CPUtime=0
/proc/17013/task/17021/stat : 17021 (java) S 17012 16999 16350 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 45403483 889290752 5479 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 890544

[startup+3.10292 s]
/proc/loadavg: 2.64 2.66 2.62 3/92 17021
/proc/meminfo: memFree=1829064/2055920 swapFree=4192812/4192956
[pid=16999] ppid=16997 vsize=16740 CPUtime=0.69
/proc/16999/stat : 16999 (sugar++) S 16997 16999 16350 0 -1 4194304 1297 5148 0 1 5 1 59 4 15 0 1 0 45403402 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16999/statm: 4185 1104 409 3 0 764 0
[pid=17012] ppid=16999 vsize=5356 CPUtime=0
/proc/17012/stat : 17012 (sh) S 16999 16999 16350 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 45403479 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17012/statm: 1339 233 193 169 0 50 0
[pid=17013] ppid=17012 vsize=868500 CPUtime=2.29
/proc/17013/stat : 17013 (java) S 17012 16999 16350 0 -1 0 8265 0 1 0 213 16 0 0 18 0 9 0 45403479 889344000 7106 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17013/statm: 217125 7106 2564 9 0 211672 0
[pid=17013/tid=17014] ppid=17012 vsize=868500 CPUtime=1.73
/proc/17013/task/17014/stat : 17014 (java) R 17012 16999 16350 0 -1 64 3091 0 1 0 162 11 0 0 25 0 9 0 45403480 889344000 7106 996147200 134512640 134550740 4294955920 18446744073709551615 4127010949 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17013/tid=17015] ppid=17012 vsize=868500 CPUtime=0.25
/proc/17013/task/17015/stat : 17015 (java) S 17012 16999 16350 0 -1 64 2967 0 0 0 22 3 0 0 16 0 9 0 45403481 889344000 7106 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17013/tid=17016] ppid=17012 vsize=868500 CPUtime=0
/proc/17013/task/17016/stat : 17016 (java) S 17012 16999 16350 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 45403481 889344000 7106 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17013/tid=17017] ppid=17012 vsize=868500 CPUtime=0
/proc/17013/task/17017/stat : 17017 (java) S 17012 16999 16350 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 45403481 889344000 7106 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17013/tid=17018] ppid=17012 vsize=868500 CPUtime=0
/proc/17013/task/17018/stat : 17018 (java) S 17012 16999 16350 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 45403483 889344000 7106 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17013/tid=17019] ppid=17012 vsize=868500 CPUtime=0.28
/proc/17013/task/17019/stat : 17019 (java) S 17012 16999 16350 0 -1 64 1514 0 0 0 28 0 0 0 16 0 9 0 45403483 889344000 7106 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17013/tid=17020] ppid=17012 vsize=868500 CPUtime=0
/proc/17013/task/17020/stat : 17020 (java) S 17012 16999 16350 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 45403483 889344000 7106 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17013/tid=17021] ppid=17012 vsize=868500 CPUtime=0
/proc/17013/task/17021/stat : 17021 (java) S 17012 16999 16350 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 45403483 889344000 7106 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 890596

[startup+6.3012 s]
/proc/loadavg: 2.59 2.65 2.62 3/92 17021
/proc/meminfo: memFree=1800200/2055920 swapFree=4192812/4192956
[pid=16999] ppid=16997 vsize=16740 CPUtime=0.69
/proc/16999/stat : 16999 (sugar++) S 16997 16999 16350 0 -1 4194304 1297 5148 0 1 5 1 59 4 16 0 1 0 45403402 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16999/statm: 4185 1104 409 3 0 764 0
[pid=17012] ppid=16999 vsize=5356 CPUtime=0
/proc/17012/stat : 17012 (sh) S 16999 16999 16350 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 45403479 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17012/statm: 1339 233 193 169 0 50 0
[pid=17013] ppid=17012 vsize=868500 CPUtime=5.44
/proc/17013/stat : 17013 (java) S 17012 16999 16350 0 -1 0 9094 0 1 0 504 40 0 0 18 0 9 0 45403479 889344000 7106 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17013/statm: 217125 7106 2564 9 0 211672 0
[pid=17013/tid=17014] ppid=17012 vsize=868500 CPUtime=4.68
/proc/17013/task/17014/stat : 17014 (java) R 17012 16999 16350 0 -1 64 3920 0 1 0 439 29 0 0 25 0 9 0 45403480 889344000 7106 996147200 134512640 134550740 4294955920 18446744073709551615 4127010984 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17013/tid=17015] ppid=17012 vsize=868500 CPUtime=0.46
/proc/17013/task/17015/stat : 17015 (java) S 17012 16999 16350 0 -1 64 2967 0 0 0 37 9 0 0 16 0 9 0 45403481 889344000 7106 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17013/tid=17016] ppid=17012 vsize=868500 CPUtime=0
/proc/17013/task/17016/stat : 17016 (java) S 17012 16999 16350 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 45403481 889344000 7106 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17013/tid=17017] ppid=17012 vsize=868500 CPUtime=0
/proc/17013/task/17017/stat : 17017 (java) S 17012 16999 16350 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 45403481 889344000 7106 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17013/tid=17018] ppid=17012 vsize=868500 CPUtime=0
/proc/17013/task/17018/stat : 17018 (java) S 17012 16999 16350 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 45403483 889344000 7106 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17013/tid=17019] ppid=17012 vsize=868500 CPUtime=0.28
/proc/17013/task/17019/stat : 17019 (java) S 17012 16999 16350 0 -1 64 1514 0 0 0 28 0 0 0 16 0 9 0 45403483 889344000 7106 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17013/tid=17020] ppid=17012 vsize=868500 CPUtime=0
/proc/17013/task/17020/stat : 17020 (java) S 17012 16999 16350 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 45403483 889344000 7106 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17013/tid=17021] ppid=17012 vsize=868500 CPUtime=0
/proc/17013/task/17021/stat : 17021 (java) S 17012 16999 16350 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 45403483 889344000 7106 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 890596

[startup+12.7018 s]
/proc/loadavg: 2.54 2.64 2.62 3/92 17021
/proc/meminfo: memFree=1723400/2055920 swapFree=4192812/4192956
[pid=16999] ppid=16997 vsize=16740 CPUtime=0.69
/proc/16999/stat : 16999 (sugar++) S 16997 16999 16350 0 -1 4194304 1297 5148 0 1 5 1 59 4 16 0 1 0 45403402 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16999/statm: 4185 1104 409 3 0 764 0
[pid=17012] ppid=16999 vsize=5356 CPUtime=0
/proc/17012/stat : 17012 (sh) S 16999 16999 16350 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 45403479 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17012/statm: 1339 233 193 169 0 50 0
[pid=17013] ppid=17012 vsize=868500 CPUtime=11.75
/proc/17013/stat : 17013 (java) S 17012 16999 16350 0 -1 0 11052 0 1 0 1078 97 0 0 18 0 9 0 45403479 889344000 7106 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17013/statm: 217125 7106 2564 9 0 211672 0
[pid=17013/tid=17014] ppid=17012 vsize=868500 CPUtime=10.52
/proc/17013/task/17014/stat : 17014 (java) R 17012 16999 16350 0 -1 64 5878 0 1 0 977 75 0 0 25 0 9 0 45403480 889344000 7106 996147200 134512640 134550740 4294955920 18446744073709551615 4127014459 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17013/tid=17015] ppid=17012 vsize=868500 CPUtime=0.92
/proc/17013/task/17015/stat : 17015 (java) S 17012 16999 16350 0 -1 64 2967 0 0 0 72 20 0 0 16 0 9 0 45403481 889344000 7106 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17013/tid=17016] ppid=17012 vsize=868500 CPUtime=0
/proc/17013/task/17016/stat : 17016 (java) S 17012 16999 16350 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 45403481 889344000 7106 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17013/tid=17017] ppid=17012 vsize=868500 CPUtime=0
/proc/17013/task/17017/stat : 17017 (java) S 17012 16999 16350 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 45403481 889344000 7106 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17013/tid=17018] ppid=17012 vsize=868500 CPUtime=0
/proc/17013/task/17018/stat : 17018 (java) S 17012 16999 16350 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 45403483 889344000 7106 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17013/tid=17019] ppid=17012 vsize=868500 CPUtime=0.28
/proc/17013/task/17019/stat : 17019 (java) S 17012 16999 16350 0 -1 64 1514 0 0 0 28 0 0 0 16 0 9 0 45403483 889344000 7106 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17013/tid=17020] ppid=17012 vsize=868500 CPUtime=0
/proc/17013/task/17020/stat : 17020 (java) S 17012 16999 16350 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 45403483 889344000 7106 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17013/tid=17021] ppid=17012 vsize=868500 CPUtime=0
/proc/17013/task/17021/stat : 17021 (java) S 17012 16999 16350 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 45403483 889344000 7106 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.44
Current children cumulated vsize (KiB) 890596

[startup+25.5019 s]
/proc/loadavg: 2.56 2.64 2.62 3/83 17052
/proc/meminfo: memFree=1484752/2055920 swapFree=4192812/4192956
[pid=16999] ppid=16997 vsize=17004 CPUtime=14.38
/proc/16999/stat : 16999 (sugar++) S 16997 16999 16350 0 -1 4194304 1755 28768 0 5 7 2 1311 118 16 0 1 0 45403402 17412096 1180 996147200 4194304 4206940 548682068528 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16999/statm: 4251 1180 414 3 0 830 0
[pid=17022] ppid=16999 vsize=252376 CPUtime=10.57
/proc/17022/stat : 17022 (minisat-inc) R 16999 16999 16350 0 -1 4194304 60723 0 0 0 1017 40 0 0 25 0 1 0 45404756 258433024 60666 996147200 134512640 135134323 4294956192 18446744073709551615 134531929 0 0 4096 3 0 0 0 17 1 0 0
/proc/17022/statm: 63094 60666 80 151 0 62940 0
Current children cumulated CPU time (s) 24.95
Current children cumulated vsize (KiB) 269380

[startup+51.1011 s]
/proc/loadavg: 2.37 2.59 2.60 3/83 17052
/proc/meminfo: memFree=1470864/2055920 swapFree=4192812/4192956
[pid=16999] ppid=16997 vsize=17004 CPUtime=14.38
/proc/16999/stat : 16999 (sugar++) S 16997 16999 16350 0 -1 4194304 1755 28768 0 5 7 2 1311 118 16 0 1 0 45403402 17412096 1180 996147200 4194304 4206940 548682068528 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16999/statm: 4251 1180 414 3 0 830 0
[pid=17022] ppid=16999 vsize=266700 CPUtime=35.92
/proc/17022/stat : 17022 (minisat-inc) R 16999 16999 16350 0 -1 4194304 64287 0 0 0 3548 44 0 0 25 0 1 0 45404756 273100800 64230 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0

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

[pid=16999] ppid=16997 vsize=17004 CPUtime=14.38
/proc/16999/stat : 16999 (sugar++) S 16997 16999 16350 0 -1 4194304 1755 28768 0 5 7 2 1311 118 16 0 1 0 45403402 17412096 1180 996147200 4194304 4206940 548682068528 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16999/statm: 4251 1180 414 3 0 830 0
[pid=17022] ppid=16999 vsize=443592 CPUtime=2881.45
/proc/17022/stat : 17022 (minisat-inc) R 16999 16999 16350 0 -1 4194304 107451 0 0 0 287992 153 0 0 25 0 1 0 45404756 454238208 107394 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/17022/statm: 110898 107394 80 151 0 110744 0
Current children cumulated CPU time (s) 2895.83
Current children cumulated vsize (KiB) 460596

[startup+2982.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/83 17388
/proc/meminfo: memFree=1475216/2055920 swapFree=4192812/4192956
[pid=16999] ppid=16997 vsize=17004 CPUtime=14.38
/proc/16999/stat : 16999 (sugar++) S 16997 16999 16350 0 -1 4194304 1755 28768 0 5 7 2 1311 118 16 0 1 0 45403402 17412096 1180 996147200 4194304 4206940 548682068528 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16999/statm: 4251 1180 414 3 0 830 0
[pid=17022] ppid=16999 vsize=449060 CPUtime=2940.92
/proc/17022/stat : 17022 (minisat-inc) R 16999 16999 16350 0 -1 4194304 108779 0 0 0 293937 155 0 0 25 0 1 0 45404756 459837440 108722 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/17022/statm: 112265 108722 80 151 0 112111 0
Current children cumulated CPU time (s) 2955.3
Current children cumulated vsize (KiB) 466064

[startup+3042.3 s]
/proc/loadavg: 2.00 2.00 2.03 3/83 17388
/proc/meminfo: memFree=1470992/2055920 swapFree=4192812/4192956
[pid=16999] ppid=16997 vsize=17004 CPUtime=14.38
/proc/16999/stat : 16999 (sugar++) S 16997 16999 16350 0 -1 4194304 1755 28768 0 5 7 2 1311 118 16 0 1 0 45403402 17412096 1180 996147200 4194304 4206940 548682068528 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16999/statm: 4251 1180 414 3 0 830 0
[pid=17022] ppid=16999 vsize=453088 CPUtime=3000.37
/proc/17022/stat : 17022 (minisat-inc) R 16999 16999 16350 0 -1 4194304 109829 0 0 0 299881 156 0 0 25 0 1 0 45404756 463962112 109772 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/17022/statm: 113272 109772 80 151 0 113118 0
Current children cumulated CPU time (s) 3014.75
Current children cumulated vsize (KiB) 470092

[startup+3102.3 s]
/proc/loadavg: 2.00 2.00 2.03 3/83 17388
/proc/meminfo: memFree=1468112/2055920 swapFree=4192812/4192956
[pid=16999] ppid=16997 vsize=17004 CPUtime=14.38
/proc/16999/stat : 16999 (sugar++) S 16997 16999 16350 0 -1 4194304 1755 28768 0 5 7 2 1311 118 16 0 1 0 45403402 17412096 1180 996147200 4194304 4206940 548682068528 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16999/statm: 4251 1180 414 3 0 830 0
[pid=17022] ppid=16999 vsize=456008 CPUtime=3059.83
/proc/17022/stat : 17022 (minisat-inc) R 16999 16999 16350 0 -1 4194304 110567 0 0 0 305826 157 0 0 25 0 1 0 45404756 466952192 110510 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/17022/statm: 114002 110510 80 151 0 113848 0
Current children cumulated CPU time (s) 3074.21
Current children cumulated vsize (KiB) 473012

[startup+3162.3 s]
/proc/loadavg: 2.00 2.00 2.02 3/83 17388
/proc/meminfo: memFree=1464976/2055920 swapFree=4192812/4192956
[pid=16999] ppid=16997 vsize=17004 CPUtime=14.38
/proc/16999/stat : 16999 (sugar++) S 16997 16999 16350 0 -1 4194304 1755 28768 0 5 7 2 1311 118 16 0 1 0 45403402 17412096 1180 996147200 4194304 4206940 548682068528 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16999/statm: 4251 1180 414 3 0 830 0
[pid=17022] ppid=16999 vsize=459096 CPUtime=3119.29
/proc/17022/stat : 17022 (minisat-inc) R 16999 16999 16350 0 -1 4194304 111337 0 0 0 311771 158 0 0 25 0 1 0 45404756 470114304 111280 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/17022/statm: 114774 111280 80 151 0 114620 0
Current children cumulated CPU time (s) 3133.67
Current children cumulated vsize (KiB) 476100

[startup+3222.3 s]
/proc/loadavg: 2.00 2.00 2.02 3/83 17388
/proc/meminfo: memFree=1462032/2055920 swapFree=4192812/4192956
[pid=16999] ppid=16997 vsize=17004 CPUtime=14.38
/proc/16999/stat : 16999 (sugar++) S 16997 16999 16350 0 -1 4194304 1755 28768 0 5 7 2 1311 118 16 0 1 0 45403402 17412096 1180 996147200 4194304 4206940 548682068528 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16999/statm: 4251 1180 414 3 0 830 0
[pid=17022] ppid=16999 vsize=461868 CPUtime=3178.75
/proc/17022/stat : 17022 (minisat-inc) R 16999 16999 16350 0 -1 4194304 112044 0 0 0 317716 159 0 0 25 0 1 0 45404756 472952832 111987 996147200 134512640 135134323 4294956192 18446744073709551615 134531898 0 0 4096 3 0 0 0 17 1 0 0
/proc/17022/statm: 115467 111987 80 151 0 115313 0
Current children cumulated CPU time (s) 3193.13
Current children cumulated vsize (KiB) 478872

[startup+3282.3 s]
/proc/loadavg: 2.00 2.00 2.01 3/83 17390
/proc/meminfo: memFree=1459216/2055920 swapFree=4192812/4192956
[pid=16999] ppid=16997 vsize=17004 CPUtime=14.38
/proc/16999/stat : 16999 (sugar++) S 16997 16999 16350 0 -1 4194304 1755 28768 0 5 7 2 1311 118 16 0 1 0 45403402 17412096 1180 996147200 4194304 4206940 548682068528 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16999/statm: 4251 1180 414 3 0 830 0
[pid=17022] ppid=16999 vsize=464548 CPUtime=3238.2
/proc/17022/stat : 17022 (minisat-inc) R 16999 16999 16350 0 -1 4194304 112717 0 0 0 323660 160 0 0 25 0 1 0 45404756 475697152 112660 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/17022/statm: 116137 112660 80 151 0 115983 0
Current children cumulated CPU time (s) 3252.58
Current children cumulated vsize (KiB) 481552

[startup+3342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 17390
/proc/meminfo: memFree=1456528/2055920 swapFree=4192812/4192956
[pid=16999] ppid=16997 vsize=17004 CPUtime=14.38
/proc/16999/stat : 16999 (sugar++) S 16997 16999 16350 0 -1 4194304 1755 28768 0 5 7 2 1311 118 16 0 1 0 45403402 17412096 1180 996147200 4194304 4206940 548682068528 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16999/statm: 4251 1180 414 3 0 830 0
[pid=17022] ppid=16999 vsize=467252 CPUtime=3297.66
/proc/17022/stat : 17022 (minisat-inc) R 16999 16999 16350 0 -1 4194304 113401 0 0 0 329605 161 0 0 25 0 1 0 45404756 478466048 113344 996147200 134512640 135134323 4294956192 18446744073709551615 134532097 0 0 4096 3 0 0 0 17 1 0 0
/proc/17022/statm: 116813 113344 80 151 0 116659 0
Current children cumulated CPU time (s) 3312.04
Current children cumulated vsize (KiB) 484256

[startup+3402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 17390
/proc/meminfo: memFree=1453008/2055920 swapFree=4192812/4192956
[pid=16999] ppid=16997 vsize=17004 CPUtime=14.38
/proc/16999/stat : 16999 (sugar++) S 16997 16999 16350 0 -1 4194304 1755 28768 0 5 7 2 1311 118 16 0 1 0 45403402 17412096 1180 996147200 4194304 4206940 548682068528 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16999/statm: 4251 1180 414 3 0 830 0
[pid=17022] ppid=16999 vsize=470676 CPUtime=3357.12
/proc/17022/stat : 17022 (minisat-inc) R 16999 16999 16350 0 -1 4194304 114245 0 0 0 335550 162 0 0 25 0 1 0 45404756 481972224 114188 996147200 134512640 135134323 4294956192 18446744073709551615 134531900 0 0 4096 3 0 0 0 17 1 0 0
/proc/17022/statm: 117669 114188 80 151 0 117515 0
Current children cumulated CPU time (s) 3371.5
Current children cumulated vsize (KiB) 487680

[startup+3462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 17390
/proc/meminfo: memFree=1450128/2055920 swapFree=4192812/4192956
[pid=16999] ppid=16997 vsize=17004 CPUtime=14.38
/proc/16999/stat : 16999 (sugar++) S 16997 16999 16350 0 -1 4194304 1755 28768 0 5 7 2 1311 118 16 0 1 0 45403402 17412096 1180 996147200 4194304 4206940 548682068528 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16999/statm: 4251 1180 414 3 0 830 0
[pid=17022] ppid=16999 vsize=473488 CPUtime=3416.58
/proc/17022/stat : 17022 (minisat-inc) R 16999 16999 16350 0 -1 4194304 114967 0 0 0 341495 163 0 0 25 0 1 0 45404756 484851712 114910 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/17022/statm: 118372 114910 80 151 0 118218 0
Current children cumulated CPU time (s) 3430.96
Current children cumulated vsize (KiB) 490492

[startup+3522.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 17390
/proc/meminfo: memFree=1446864/2055920 swapFree=4192812/4192956
[pid=16999] ppid=16997 vsize=17004 CPUtime=14.38
/proc/16999/stat : 16999 (sugar++) S 16997 16999 16350 0 -1 4194304 1755 28768 0 5 7 2 1311 118 16 0 1 0 45403402 17412096 1180 996147200 4194304 4206940 548682068528 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16999/statm: 4251 1180 414 3 0 830 0
[pid=17022] ppid=16999 vsize=476588 CPUtime=3476.04
/proc/17022/stat : 17022 (minisat-inc) R 16999 16999 16350 0 -1 4194304 115751 0 0 0 347440 164 0 0 25 0 1 0 45404756 488026112 115694 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/17022/statm: 119147 115694 80 151 0 118993 0
Current children cumulated CPU time (s) 3490.42
Current children cumulated vsize (KiB) 493592

[startup+3582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 17390
/proc/meminfo: memFree=1443984/2055920 swapFree=4192812/4192956
[pid=16999] ppid=16997 vsize=17004 CPUtime=14.38
/proc/16999/stat : 16999 (sugar++) S 16997 16999 16350 0 -1 4194304 1755 28768 0 5 7 2 1311 118 16 0 1 0 45403402 17412096 1180 996147200 4194304 4206940 548682068528 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16999/statm: 4251 1180 414 3 0 830 0
[pid=17022] ppid=16999 vsize=479388 CPUtime=3535.5
/proc/17022/stat : 17022 (minisat-inc) R 16999 16999 16350 0 -1 4194304 116462 0 0 0 353385 165 0 0 25 0 1 0 45404756 490893312 116405 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/17022/statm: 119847 116405 80 151 0 119693 0
Current children cumulated CPU time (s) 3549.88
Current children cumulated vsize (KiB) 496392



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3632.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 17390
/proc/meminfo: memFree=1441360/2055920 swapFree=4192812/4192956
[pid=16999] ppid=16997 vsize=17004 CPUtime=14.38
/proc/16999/stat : 16999 (sugar++) S 16997 16999 16350 0 -1 4194304 1755 28768 0 5 7 2 1311 118 16 0 1 0 45403402 17412096 1180 996147200 4194304 4206940 548682068528 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16999/statm: 4251 1180 414 3 0 830 0
[pid=17022] ppid=16999 vsize=481924 CPUtime=3585.64
/proc/17022/stat : 17022 (minisat-inc) R 16999 16999 16350 0 -1 4194304 117092 0 0 0 358398 166 0 0 25 0 1 0 45404756 493490176 117035 996147200 134512640 135134323 4294956192 18446744073709551615 134531900 0 0 4096 3 0 0 0 17 1 0 0
/proc/17022/statm: 120481 117035 80 151 0 120327 0
Current children cumulated CPU time (s) 3600.02
Current children cumulated vsize (KiB) 498928

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

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

[startup+3633.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 17390
/proc/meminfo: memFree=1441360/2055920 swapFree=4192812/4192956
[pid=16999] ppid=16997 vsize=17004 CPUtime=3600.11
/proc/16999/stat : 16999 (sugar++) D 16997 16999 16350 0 -1 4194304 1780 145860 0 5 7 3 359709 292 16 0 1 0 45403402 17412096 1181 996147200 4194304 4206940 548682068528 18446744073709551615 218076255273 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/16999/statm: 4251 1181 415 3 0 830 0
Current children cumulated CPU time (s) 3600.11
Current children cumulated vsize (KiB) 17004

Child status: 0
Real time (s): 3633.14
CPU time (s): 3600.13
CPU user time (s): 3597.17
CPU system time (s): 2.96055
CPU usage (%): 99.0915
Max. virtual memory (cumulated for all children) (KiB): 890596

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.17
system time used= 2.96055
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 147695
page faults= 5
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 27694
involuntary context switches= 129295

runsolver used 5.2942 second user time and 10.5694 second system time

The end

Launcher Data (download as text)

Begin job on node57 at 2008-07-12 20:24:09
IDJOB=1113573
IDBENCH=61605
IDSOLVER=367
FILE ID=node57/1113573-1215887048
PBS_JOBID= 7903566
Free space on /tmp= 66544 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/csp/graphColoring/sgb/miles/normalized-miles750-15.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-1113573-1215887048/watcher-1113573-1215887048 -o /tmp/evaluation-result-1113573-1215887048/solver-1113573-1215887048 -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-1113573-1215887048.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 5e4ce9506949e8914025344dff802882
RANDOM SEED=1141292988

node57.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	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1853056 kB
Buffers:         13240 kB
Cached:          47756 kB
SwapCached:          0 kB
Active:         132644 kB
Inactive:        19568 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1853056 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1212 kB
Writeback:           0 kB
Mapped:         111396 kB
Slab:            35820 kB
Committed_AS:   278432 kB
PageTables:       2056 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= 66548 MiB
End job on node57 at 2008-07-12 21:24:43