Trace number 1042040

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.13+minisatSAT 1749.98 1752.24

General information on the benchmark

Namecsp/allsquares/
normalized-squares-30-30.xml
MD5SUMcc6320a0fc34022aa33c45eea138fa7d
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark341.973
Satisfiable
(Un)Satisfiability was proved
Number of variables1800
Number of constraints2178
Maximum constraint arity30
Maximum domain size98
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1741
Global constraints used (with number of constraints)cumulative(2),weightedsum(435)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Wed Jul  2 14:41:19 2008
0.00/0.04	c 0	PID 29637
0.00/0.05	c 0	HOST node26.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1042040-1215002479.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1042040-1215002479.xml' 'HOME/temp.csp'
0.04/0.87	c 1	31 domains, 1800 variables, 2 predicates, 0 relations, 2178 constraints
0.04/0.91	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.91	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.04/0.99	c 1	Parsing HOME/temp.csp
1.12/1.24	c 1	parsed 4011 expressions
1.12/1.25	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.12/1.25	c 1	Converting to clausal form CSP
1.12/1.27	c 1	converted 402 (10%) expressions
1.12/1.28	c 1	converted 803 (20%) expressions
1.12/1.28	c 1	converted 1204 (30%) expressions
1.12/1.30	c 1	converted 1605 (40%) expressions
1.32/1.45	c 2	converted 2006 (50%) expressions
1.41/1.51	c 2	converted 2407 (60%) expressions
1.41/1.55	c 2	converted 2808 (70%) expressions
1.41/1.58	c 2	converted 3209 (80%) expressions
1.52/1.62	c 2	converted 3610 (90%) expressions
2.90/3.04	c 3	converted 4011 (100%) expressions
2.90/3.04	c 3	CSP : 13168 integers, 3952 booleans, 34684 clauses, largest domain size 249
2.90/3.04	c 3	Heap : 21 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.90/3.04	c 3	Propagation in CSP
3.09/3.26	c 3	50437 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.09/3.26	c 3	CSP : 13168 integers, 3952 booleans, 34684 clauses, largest domain size 99
3.09/3.26	c 3	Heap : 24 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.09/3.28	c 3	Simplifing CSP by introducing new Boolean variables
3.09/3.30	c 3	CSP : 13168 integers, 3952 booleans, 34684 clauses, largest domain size 99
3.09/3.30	c 3	Heap : 24 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.28/3.44	c 4	Encoding CSP to SAT : HOME/temp.cnf
3.28/3.47	c 4	1317 (10%) CSP integer variables are encoded (4822 clauses, 60561 bytes)
3.28/3.50	c 4	2634 (20%) CSP integer variables are encoded (19046 clauses, 267506 bytes)
3.38/3.53	c 4	3951 (30%) CSP integer variables are encoded (41928 clauses, 610736 bytes)
3.38/3.56	c 4	5268 (40%) CSP integer variables are encoded (64515 clauses, 949541 bytes)
3.38/3.58	c 4	6584 (50%) CSP integer variables are encoded (86073 clauses, 1272911 bytes)
3.48/3.62	c 4	7901 (60%) CSP integer variables are encoded (108432 clauses, 1639105 bytes)
3.48/3.65	c 4	9218 (70%) CSP integer variables are encoded (131168 clauses, 2025617 bytes)
3.48/3.68	c 4	10535 (80%) CSP integer variables are encoded (153284 clauses, 2401589 bytes)
3.59/3.71	c 4	11852 (90%) CSP integer variables are encoded (175688 clauses, 2782457 bytes)
3.59/3.74	c 4	13168 (100%) CSP integer variables are encoded (197837 clauses, 3158990 bytes)
4.08/4.21	c 4	3469 (10%) CSP clauses are encoded (429707 clauses, 7322189 bytes)
5.37/5.53	c 6	6937 (20%) CSP clauses are encoded (1170185 clauses, 22655321 bytes)
6.55/6.70	c 7	10406 (30%) CSP clauses are encoded (1824614 clauses, 36501342 bytes)
7.74/7.90	c 8	13874 (40%) CSP clauses are encoded (2479042 clauses, 50347516 bytes)
8.90/9.15	c 9	17342 (50%) CSP clauses are encoded (3145403 clauses, 64445475 bytes)
10.59/10.83	c 11	20811 (60%) CSP clauses are encoded (4014452 clauses, 84767548 bytes)
11.88/12.18	c 12	24279 (70%) CSP clauses are encoded (4703122 clauses, 101365069 bytes)
13.14/13.49	c 14	27748 (80%) CSP clauses are encoded (5357551 clauses, 117137362 bytes)
14.43/14.75	c 15	31216 (90%) CSP clauses are encoded (6002214 clauses, 132673681 bytes)
16.02/16.32	c 16	34684 (100%) CSP clauses are encoded (6799563 clauses, 151855317 bytes)
16.02/16.32	c 16	34684 CSP clauses encoded
16.02/16.32	c 16	Writing map file : HOME/temp.map
16.02/16.37	c 16	Heap : 22 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
16.02/16.37	c 16	SAT : 214889 SAT variables, 6799563 SAT clauses, 151855317 bytes
16.02/16.37	c 16	Heap : 22 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
16.08/16.41	c 16	SOLVING HOME/temp.cnf
16.08/16.41	c 16	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
16.08/16.42	c 16	This is MiniSat 2.0 beta
16.08/16.42	c 16	WARNING: for repeatability, setting FPU to use double precision
16.08/16.42	c 16	============================[ Problem Statistics ]=============================
16.08/16.42	c 16	|                                                                             |
16.08/16.42	c 16	|  Number of variables:  214889                                               |
16.08/16.42	c 16	|  Number of clauses:    6799563                                              |
19.52/19.95	c 20	|  Parsing time:         3.03         s                                       |
19.72/20.12	c 20	============================[ Search Statistics ]==============================
19.72/20.12	c 20	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
19.72/20.12	c 20	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
19.72/20.12	c 20	===============================================================================
19.72/20.12	c 20	|         0 |  214889  6799563 19858723 |  2266521        0    nan |  0.000 % |
22.79/23.22	c 23	|       100 |  214889  6799563 19858723 |  2493173      100     47 |  0.000 % |
25.77/26.24	c 26	|       250 |  214889  6799563 19858723 |  2742490      250     57 |  0.000 % |
32.31/32.83	c 33	|       477 |  214889  6799563 19858723 |  3016739      477     51 |  0.000 % |
40.12/40.72	c 41	|       814 |  214889  6799563 19858723 |  3318413      814     50 |  0.000 % |
50.62/51.33	c 51	|      1320 |  214889  6799563 19858723 |  3650254     1320     50 |  0.000 % |
68.95/69.87	c 70	|      2079 |  214889  6799563 19858723 |  4015280     2079     55 |  0.000 % |
94.31/95.44	c 96	|      3218 |  214889  6799563 19858723 |  4416808     3218     61 |  0.000 % |
127.90/129.17	c 129	|      4927 |  214889  6799563 19858723 |  4858489     4927     66 |  0.000 % |
188.25/189.56	c 190	|      7489 |  214889  6799563 19858723 |  5344337     7489     64 |  0.000 % |
282.69/284.04	c 284	|     11334 |  214889  6799563 19858723 |  5878771    11334     60 |  0.000 % |
387.22/388.70	c 389	|     17104 |  214889  6799563 19858723 |  6466648    17104     71 |  0.000 % |
567.22/568.71	c 569	|     25753 |  214889  6799563 19858723 |  7113313    25753     76 |  0.000 % |
909.39/911.17	c 911	|     38730 |  214889  6799563 19858723 |  7824645    38730     70 |  0.000 % |
1402.27/1404.35	c 1404	|     58191 |  214889  6799563 19858723 |  8607109    58191     73 |  0.000 % |
1749.16/1751.47	c 1752	===============================================================================
1749.16/1751.50	c 1752	restarts              : 15
1749.16/1751.50	c 1752	conflicts             : 73473          (42 /sec)
1749.16/1751.50	c 1752	decisions             : 94554          (1.28 % random) (55 /sec)
1749.16/1751.50	c 1752	propagations          : 931392261      (537587 /sec)
1749.16/1751.50	c 1752	conflict literals     : 5346496        (34.36 % deleted)
1749.16/1751.50	c 1752	Memory used           : 327.74 MB
1749.16/1751.50	c 1752	CPU time              : 1732.54 s
1749.16/1751.50	c 1752	
1749.26/1751.58	c 1752	SATISFIABLE
1749.35/1751.63	c 1752	DECODING HOME/temp.out WITH HOME/temp.map
1749.35/1751.63	c 1752	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1749.41/1751.72	c 1752	Decoding HOME/temp.out
1749.41/1752.04	s SATISFIABLE
1749.41/1752.11	v 30 78 73 69 31 30 18 10 1 33 22 36 69 34 82 18 1 25 30 0 48 0 20 49 73 43 43 70 69 0 22 26 25 24 19 24 69 67 67 87 87 19 28 31 26 30 30 69 0 47 24 76 46 0 0 45 71 70 41 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 0 0 0 1 0 0 1 1 0 0 1 1 0 0 1 1 0 1 0 1 0 0 0 1 0 1 0 0 0 1 0 1 0 1 0 1 0 1 0 1 0 0 0 1 0 0 1 1 0 0 0 1 0 0 0 0 1 0 1 1 0 1 0 1 0 0 1 1 0 0 0 1 0 1 0 0 0 1 0 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 0 0 0 1 0 0 0 1 0 0 0 1 0 1 0 1 0 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 0 0 0 0 1 0 0 1 1 0 1 0 0 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 0 0 1 1 0 0 1 1 0 0 1 0 1 0 0 0 1 0 1 1 0 0 1 1 0 0 0 1 0 0 0 1 0 0 1 0 0 0 1 0 0 0 1 0 1 0 1 0 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 0 0 0 0 1 0 0 1 1 0 1 0 0 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 0 0 1 1 0 0 1 1 0 0 1 0 1 0 0 0 1 0 1 1 0 0 1 1 0 0 0 1 0 0 0 1 0 0 1 0 0 0 1 0 1 0 1 0 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 0 0 0 0 1 0 0 1 1 0 1 0 0 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 0 0 1 1 0 0 1 1 0 0 0 0 1 1 0 0 0 0 1 1 0 0 0 1 0 0 0 1 0 0 0 1 0 0 1 0 0 0 0 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 0 1 0 0 0 1 0 1 0 0 0 1 0 1 0 0 0 1 0 1 0 1 0 0 0 1 0 0 1 1 0 0 0 1 0 0 0 0 1 0 1 1 0 1 0 1 0 0 1 1 0 0 0 1 0 1 0 0 0 1 0 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 0 0 0 1 1 0 0 1 1 0 0 1 1 0 0 0 1 0 0 0 1 0 1 0 0 0 1 0 0 0 0 0 1 0 1 0 0 0 0 0 1 0 0 1 1 0 0 0 1 0 0 0 0 1 0 1 1 0 1 0 0 0 0 1 1 0 0 0 1 0 1 0 0 1 1 0 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 0 0 0 1 0 0 0 1 0 0 1 0 1 0 0 0 1 0 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 0 0 0 1 0 1 0 1 1 0 0 0 1 0 0 1 0 0 0 1 1 0 0 1 0 0 1 0 0 0 0 1 1 0 0 1 1 0 0 1 1 0 0 0 1 0 0 0 1 0 0 0 1 0 0 0 0 0 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 0 0 0 1 1 0 0 0 1 0 0 1 0 0 0 1 1 0 0 1 0 0 1 0 1 0 0 0 1 0 0 1 1 0 0 1 1 0 0 0 1 0 0 0 1 0 0 0 1 0 0 0 0 0 0 1 1 0 1 0 1 0 1 0 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 0 0 0 1 1 0 0 0 1 0 0 1 0 0 0 1 1 0 0 1 0 0 1 0 1 0 0 0 1 0 0 1 1 0 0 1 1 0 0 0 1 0 0 0 1 0 0 0 1 0 0 0 0 0 0 1 0 1 0 0 0 0 0 1 1 0 0 1 0 0 0 1 1 0 0 1 0 0 0 1 0 1 0 1 0 0 0 1 0 0 0 1 0 1 0 1 1 0 0 1 0 1 0 0 0 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 0 1 0 0 0 1 0 0 1 0 1 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 0 0 0 1 0 1 0 1 0 0 0 1 0 0 0 1 0 1 0 1 1 0 0 1 0 1 0 0 0 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 0 1 0 0 0 1 0 0 1 0 0 0 1 1 0 0 0 0 0 1 0 1 0 0 0 0 1 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 1 1 0 1 0 0 0 0 1 1 0 0 0 1 0 1 0 0 0 1 0 0 0 0 0 1 0 0 0 1 0 1 0 1 0 1 0 1 0 0 1 0 0 0 1 0 0 1 0 0 0 0 1 0 0 0 1 0 0 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 0 0 1 1 0 0 1 1 0 0 0 0 1 0 0 0 1 0 1 1 0 0 0 1 0 0 0 1 0 0 0 1 0 0 1 0 0 1 0 0 0 0 1 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 1 1 0 1 0 0 0 0 1 1 0 0 0 1 0 1 0 0 1 1 0 0 1 0 0 1 0 0 0 1 0 1 0 1 0 1 0 0 0 0 1 0 1 0 1 0 0 0 1 0 0 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 0 0 1 1 0 0 1 1 0 0 1 0 1 0 0 0 1 0 1 1 0 0 1 1 0 0 0 1 0 0 0 1 0 0 1 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 1 0 1 0 0 0 0 0 1 0 0 0 1 0 1 0 0 1 1 0 0 1 1 0 0 0 1 0 1 0 1 0 1 0 1 0 0 0 0 0 0 1 1 0 1 0 1 0 0 1 0 0 1 0 1 0 0 0 0 0 1 0 1 0 0 0 1 0 0 1 1 0 0 1 1 0 0 0 1 0 1 0 1 0 1 0 1 0 0 0 0 0 0 1 0 0 0 1 0 1 0 1 1 0 0 1 0 1 0 0 0 0 0 1 1 0 0 1 1 0 0 1 1 0 0 0 1 0 0 0 1 0 0 0 1 0 0 0 0 0 0 1 0 1 1 0 0 0 1 0 0 1 1 0 0 0 1 0 1 0 0 0 1 0 0 0 0 0 1 0 0 0 1 0 1 0 1 0 1 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 1 0 0 0 1 0 0 1 1 0 0 1 1 0 0 0 1 0 1 0 1 0 1 0 1 0 0 0 0 0 0 1 0 1 1 0 0 1 1 0 0 0 0 1 1 0 0 0 0 0 1 0 0 0 1 0 1 0 1 0 1 0 0 0 0 1 0 0 0 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 0 1 0 0 0 1 0 0 1 0 0 0 1 1 0 0 1 1 0 0 1 1 0 0 0 1 0 1 0 1 0 1 0 1 0 0 0 0 0 0 1 1 0 0 0 0 0 1 0 0 0 1 0 0 0 1 0 0 0 1 0 0 1 0 0 0 1 1 0 0 1 1 0 0 0 1 0 0 0 1 0 0 1 0 0 0 0 1 0 1 0 0 0 1 0 0 0 0 1 0 1 1 0 0 0 0 0 0 1 0 1 0 1 0 0 0 1 0 1 0 1 0 1 0 1
1749.41/1752.12	c 1752	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1749.41/1752.17	c 1752	CPU 1747.99 (0.04 0.01 1747.95 1.87)
1749.41/1752.17	c 1752	END Wed Jul  2 15:10:31 2008

Verifier Data (download as text)

OK

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-1042040-1215002479/watcher-1042040-1215002479 -o /tmp/evaluation-result-1042040-1215002479/solver-1042040-1215002479 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1042040-1215002479.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.92 1.98 1.90 4/80 29637
/proc/meminfo: memFree=1558856/2055920 swapFree=4135116/4192956
[pid=29637] ppid=29635 vsize=12268 CPUtime=0
/proc/29637/stat : 29637 (sugar) R 29635 29637 28915 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 984702831 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 269028653669 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/29637/statm: 3067 316 241 3 0 167 0

[startup+0.071458 s]
/proc/loadavg: 1.92 1.98 1.90 4/80 29637
/proc/meminfo: memFree=1558856/2055920 swapFree=4135116/4192956
[pid=29637] ppid=29635 vsize=13600 CPUtime=0.04
/proc/29637/stat : 29637 (sugar) S 29635 29637 28915 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 984702831 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29637/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.101451 s]
/proc/loadavg: 1.92 1.98 1.90 4/80 29637
/proc/meminfo: memFree=1558856/2055920 swapFree=4135116/4192956
[pid=29637] ppid=29635 vsize=13600 CPUtime=0.04
/proc/29637/stat : 29637 (sugar) S 29635 29637 28915 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 984702831 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29637/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301461 s]
/proc/loadavg: 1.92 1.98 1.90 4/80 29637
/proc/meminfo: memFree=1558856/2055920 swapFree=4135116/4192956
[pid=29637] ppid=29635 vsize=13600 CPUtime=0.04
/proc/29637/stat : 29637 (sugar) S 29635 29637 28915 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 984702831 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29637/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701499 s]
/proc/loadavg: 1.92 1.98 1.90 4/80 29637
/proc/meminfo: memFree=1558856/2055920 swapFree=4135116/4192956
[pid=29637] ppid=29635 vsize=13600 CPUtime=0.04
/proc/29637/stat : 29637 (sugar) S 29635 29637 28915 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 984702831 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29637/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50257 s]
/proc/loadavg: 1.92 1.98 1.90 4/91 29659
/proc/meminfo: memFree=1552176/2055920 swapFree=4135116/4192956
[pid=29637] ppid=29635 vsize=13600 CPUtime=0.85
/proc/29637/stat : 29637 (sugar) S 29635 29637 28915 0 -1 4194304 974 5501 0 1 3 1 78 3 15 0 1 0 984702831 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29637/statm: 3400 797 370 3 0 500 0
[pid=29650] ppid=29637 vsize=5356 CPUtime=0
/proc/29650/stat : 29650 (sh) S 29637 29637 28915 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 984702923 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29650/statm: 1339 233 193 169 0 50 0
[pid=29651] ppid=29650 vsize=868272 CPUtime=0.56
/proc/29651/stat : 29651 (java) S 29650 29637 28915 0 -1 0 5404 0 1 0 53 3 0 0 18 0 9 0 984702923 889110528 4826 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29651/statm: 217068 4826 1733 9 0 211643 0
[pid=29651/tid=29652] ppid=29650 vsize=868272 CPUtime=0.33
/proc/29651/task/29652/stat : 29652 (java) R 29650 29637 28915 0 -1 64 2651 0 1 0 32 1 0 0 19 0 9 0 984702924 889110528 4826 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29651/tid=29653] ppid=29650 vsize=868272 CPUtime=0.02
/proc/29651/task/29653/stat : 29653 (java) S 29650 29637 28915 0 -1 64 608 0 0 0 2 0 0 0 16 0 9 0 984702925 889110528 4826 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29651/tid=29654] ppid=29650 vsize=868272 CPUtime=0
/proc/29651/task/29654/stat : 29654 (java) S 29650 29637 28915 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 984702925 889110528 4826 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29651/tid=29655] ppid=29650 vsize=868272 CPUtime=0
/proc/29651/task/29655/stat : 29655 (java) S 29650 29637 28915 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 984702925 889110528 4826 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29651/tid=29656] ppid=29650 vsize=868272 CPUtime=0
/proc/29651/task/29656/stat : 29656 (java) S 29650 29637 28915 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 984702927 889110528 4826 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29651/tid=29657] ppid=29650 vsize=868272 CPUtime=0.18
/proc/29651/task/29657/stat : 29657 (java) R 29650 29637 28915 0 -1 64 1453 0 0 0 18 0 0 0 16 0 9 0 984702927 889110528 4826 996147200 134512640 134550740 4294955952 18446744073709551615 101744064 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29651/tid=29658] ppid=29650 vsize=868272 CPUtime=0
/proc/29651/task/29658/stat : 29658 (java) S 29650 29637 28915 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 984702927 889110528 4826 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29651/tid=29659] ppid=29650 vsize=868272 CPUtime=0
/proc/29651/task/29659/stat : 29659 (java) S 29650 29637 28915 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 984702927 889110528 4826 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 887228

[startup+3.10299 s]
/proc/loadavg: 1.92 1.98 1.90 3/91 29659
/proc/meminfo: memFree=1536112/2055920 swapFree=4135116/4192956
[pid=29637] ppid=29635 vsize=13600 CPUtime=0.85
/proc/29637/stat : 29637 (sugar) S 29635 29637 28915 0 -1 4194304 974 5501 0 1 3 1 78 3 16 0 1 0 984702831 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29637/statm: 3400 797 370 3 0 500 0
[pid=29650] ppid=29637 vsize=5356 CPUtime=0
/proc/29650/stat : 29650 (sh) S 29637 29637 28915 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 984702923 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29650/statm: 1339 233 193 169 0 50 0
[pid=29651] ppid=29650 vsize=868388 CPUtime=2.15
/proc/29651/stat : 29651 (java) S 29650 29637 28915 0 -1 0 11917 0 1 0 207 8 0 0 18 0 9 0 984702923 889229312 10961 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29651/statm: 217097 10961 2541 9 0 211672 0
[pid=29651/tid=29652] ppid=29650 vsize=868388 CPUtime=1.28
/proc/29651/task/29652/stat : 29652 (java) R 29650 29637 28915 0 -1 64 2976 0 1 0 126 2 0 0 25 0 9 0 984702924 889229312 10961 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29651/tid=29653] ppid=29650 vsize=868388 CPUtime=0.59
/proc/29651/task/29653/stat : 29653 (java) S 29650 29637 28915 0 -1 64 6739 0 0 0 55 4 0 0 15 0 9 0 984702925 889229312 10961 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29651/tid=29654] ppid=29650 vsize=868388 CPUtime=0
/proc/29651/task/29654/stat : 29654 (java) S 29650 29637 28915 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 984702925 889229312 10961 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29651/tid=29655] ppid=29650 vsize=868388 CPUtime=0
/proc/29651/task/29655/stat : 29655 (java) S 29650 29637 28915 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 984702925 889229312 10961 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29651/tid=29656] ppid=29650 vsize=868388 CPUtime=0
/proc/29651/task/29656/stat : 29656 (java) S 29650 29637 28915 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 984702927 889229312 10961 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29651/tid=29657] ppid=29650 vsize=868388 CPUtime=0.26
/proc/29651/task/29657/stat : 29657 (java) S 29650 29637 28915 0 -1 64 1509 0 0 0 25 1 0 0 16 0 9 0 984702927 889229312 10961 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29651/tid=29658] ppid=29650 vsize=868388 CPUtime=0
/proc/29651/task/29658/stat : 29658 (java) S 29650 29637 28915 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 984702927 889229312 10961 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29651/tid=29659] ppid=29650 vsize=868388 CPUtime=0
/proc/29651/task/29659/stat : 29659 (java) S 29650 29637 28915 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 984702927 889229312 10961 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 887344

[startup+6.30194 s]
/proc/loadavg: 1.93 1.98 1.90 3/91 29659
/proc/meminfo: memFree=1499248/2055920 swapFree=4135116/4192956
[pid=29637] ppid=29635 vsize=13600 CPUtime=0.85
/proc/29637/stat : 29637 (sugar) S 29635 29637 28915 0 -1 4194304 974 5501 0 1 3 1 78 3 16 0 1 0 984702831 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29637/statm: 3400 797 370 3 0 500 0
[pid=29650] ppid=29637 vsize=5356 CPUtime=0
/proc/29650/stat : 29650 (sh) S 29637 29637 28915 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 984702923 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29650/statm: 1339 233 193 169 0 50 0
[pid=29651] ppid=29650 vsize=868500 CPUtime=5.31
/proc/29651/stat : 29651 (java) S 29650 29637 28915 0 -1 0 12922 0 1 0 501 30 0 0 18 0 9 0 984702923 889344000 11417 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29651/statm: 217125 11417 2565 9 0 211672 0
[pid=29651/tid=29652] ppid=29650 vsize=868500 CPUtime=4.1
/proc/29651/task/29652/stat : 29652 (java) R 29650 29637 28915 0 -1 64 3361 0 1 0 388 22 0 0 25 0 9 0 984702924 889344000 11417 996147200 134512640 134550740 4294955952 18446744073709551615 4126476366 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29651/tid=29653] ppid=29650 vsize=868500 CPUtime=0.87
/proc/29651/task/29653/stat : 29653 (java) S 29650 29637 28915 0 -1 64 7322 0 0 0 81 6 0 0 16 0 9 0 984702925 889344000 11417 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29651/tid=29654] ppid=29650 vsize=868500 CPUtime=0
/proc/29651/task/29654/stat : 29654 (java) S 29650 29637 28915 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 984702925 889344000 11417 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29651/tid=29655] ppid=29650 vsize=868500 CPUtime=0
/proc/29651/task/29655/stat : 29655 (java) S 29650 29637 28915 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 984702925 889344000 11417 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29651/tid=29656] ppid=29650 vsize=868500 CPUtime=0
/proc/29651/task/29656/stat : 29656 (java) S 29650 29637 28915 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 984702927 889344000 11417 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29651/tid=29657] ppid=29650 vsize=868500 CPUtime=0.31
/proc/29651/task/29657/stat : 29657 (java) S 29650 29637 28915 0 -1 64 1546 0 0 0 30 1 0 0 17 0 9 0 984702927 889344000 11417 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29651/tid=29658] ppid=29650 vsize=868500 CPUtime=0
/proc/29651/task/29658/stat : 29658 (java) S 29650 29637 28915 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 984702927 889344000 11417 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29651/tid=29659] ppid=29650 vsize=868500 CPUtime=0
/proc/29651/task/29659/stat : 29659 (java) S 29650 29637 28915 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 984702927 889344000 11417 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 887456

[startup+12.7024 s]
/proc/loadavg: 2.01 2.00 1.91 3/91 29659
/proc/meminfo: memFree=1420528/2055920 swapFree=4135116/4192956
[pid=29637] ppid=29635 vsize=13600 CPUtime=0.85
/proc/29637/stat : 29637 (sugar) S 29635 29637 28915 0 -1 4194304 974 5501 0 1 3 1 78 3 16 0 1 0 984702831 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29637/statm: 3400 797 370 3 0 500 0
[pid=29650] ppid=29637 vsize=5356 CPUtime=0
/proc/29650/stat : 29650 (sh) S 29637 29637 28915 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 984702923 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29650/statm: 1339 233 193 169 0 50 0
[pid=29651] ppid=29650 vsize=868500 CPUtime=11.63
/proc/29651/stat : 29651 (java) S 29650 29637 28915 0 -1 0 13638 0 1 0 1081 82 0 0 18 0 9 0 984702923 889344000 11417 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29651/statm: 217125 11417 2565 9 0 211672 0
[pid=29651/tid=29652] ppid=29650 vsize=868500 CPUtime=10.11
/proc/29651/task/29652/stat : 29652 (java) R 29650 29637 28915 0 -1 64 4077 0 1 0 942 69 0 0 25 0 9 0 984702924 889344000 11417 996147200 134512640 134550740 4294955952 18446744073709551615 4126893505 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29651/tid=29653] ppid=29650 vsize=868500 CPUtime=1.17
/proc/29651/task/29653/stat : 29653 (java) S 29650 29637 28915 0 -1 64 7322 0 0 0 107 10 0 0 16 0 9 0 984702925 889344000 11417 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29651/tid=29654] ppid=29650 vsize=868500 CPUtime=0
/proc/29651/task/29654/stat : 29654 (java) S 29650 29637 28915 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 984702925 889344000 11417 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29651/tid=29655] ppid=29650 vsize=868500 CPUtime=0
/proc/29651/task/29655/stat : 29655 (java) S 29650 29637 28915 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 984702925 889344000 11417 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29651/tid=29656] ppid=29650 vsize=868500 CPUtime=0
/proc/29651/task/29656/stat : 29656 (java) S 29650 29637 28915 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 984702927 889344000 11417 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29651/tid=29657] ppid=29650 vsize=868500 CPUtime=0.31
/proc/29651/task/29657/stat : 29657 (java) S 29650 29637 28915 0 -1 64 1546 0 0 0 30 1 0 0 17 0 9 0 984702927 889344000 11417 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29651/tid=29658] ppid=29650 vsize=868500 CPUtime=0
/proc/29651/task/29658/stat : 29658 (java) S 29650 29637 28915 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 984702927 889344000 11417 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29651/tid=29659] ppid=29650 vsize=868500 CPUtime=0
/proc/29651/task/29659/stat : 29659 (java) S 29650 29637 28915 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 984702927 889344000 11417 996147200 134512640 134550740 4294955952 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) 887456

[startup+25.5015 s]
/proc/loadavg: 2.15 2.03 1.92 3/83 29661
/proc/meminfo: memFree=1110128/2055920 swapFree=4135116/4192956
[pid=29637] ppid=29635 vsize=13600 CPUtime=16.11
/proc/29637/stat : 29637 (sugar) S 29635 29637 28915 0 -1 4194304 1033 19863 0 2 4 1 1490 116 16 0 1 0 984702831 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29637/statm: 3400 799 370 3 0 500 0
[pid=29660] ppid=29637 vsize=5356 CPUtime=0
/proc/29660/stat : 29660 (sh) S 29637 29637 28915 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 984704473 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29660/statm: 1339 232 193 169 0 50 0
[pid=29661] ppid=29660 vsize=302232 CPUtime=8.96
/proc/29661/stat : 29661 (minisat) R 29660 29637 28915 0 -1 4194304 73488 0 0 0 848 48 0 0 25 0 1 0 984704473 309485568 73474 996147200 134512640 135127466 4294956272 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/29661/statm: 75558 73474 76 150 0 75405 0
Current children cumulated CPU time (s) 25.07
Current children cumulated vsize (KiB) 321188

[startup+51.1015 s]
/proc/loadavg: 2.10 2.03 1.92 4/83 29661
/proc/meminfo: memFree=1106992/2055920 swapFree=4135116/4192956
[pid=29637] ppid=29635 vsize=13600 CPUtime=16.11
/proc/29637/stat : 29637 (sugar) S 29635 29637 28915 0 -1 4194304 1033 19863 0 2 4 1 1490 116 16 0 1 0 984702831 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0

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

/proc/29660/statm: 1339 232 193 169 0 50 0
[pid=29661] ppid=29660 vsize=330652 CPUtime=1464.11
/proc/29661/stat : 29661 (minisat) R 29660 29637 28915 0 -1 4194304 80578 0 0 0 146352 59 0 0 25 0 1 0 984704473 338587648 80564 996147200 134512640 135127466 4294956272 18446744073709551615 134530587 0 0 4096 3 0 0 0 17 0 0 0
/proc/29661/statm: 82663 80564 76 150 0 82510 0
Current children cumulated CPU time (s) 1480.22
Current children cumulated vsize (KiB) 349608

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/75 29699
/proc/meminfo: memFree=1136944/2055920 swapFree=4135116/4192956
[pid=29637] ppid=29635 vsize=13600 CPUtime=16.11
/proc/29637/stat : 29637 (sugar) S 29635 29637 28915 0 -1 4194304 1033 19863 0 2 4 1 1490 116 16 0 1 0 984702831 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29637/statm: 3400 799 370 3 0 500 0
[pid=29660] ppid=29637 vsize=5356 CPUtime=0
/proc/29660/stat : 29660 (sh) S 29637 29637 28915 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 984704473 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29660/statm: 1339 232 193 169 0 50 0
[pid=29661] ppid=29660 vsize=331564 CPUtime=1524.08
/proc/29661/stat : 29661 (minisat) R 29660 29637 28915 0 -1 4194304 80762 0 0 0 152348 60 0 0 25 0 1 0 984704473 339521536 80748 996147200 134512640 135127466 4294956272 18446744073709551615 134530679 0 0 4096 3 0 0 0 17 0 0 0
/proc/29661/statm: 82891 80748 76 150 0 82738 0
Current children cumulated CPU time (s) 1540.19
Current children cumulated vsize (KiB) 350520

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/75 29699
/proc/meminfo: memFree=1135920/2055920 swapFree=4135116/4192956
[pid=29637] ppid=29635 vsize=13600 CPUtime=16.11
/proc/29637/stat : 29637 (sugar) S 29635 29637 28915 0 -1 4194304 1033 19863 0 2 4 1 1490 116 16 0 1 0 984702831 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29637/statm: 3400 799 370 3 0 500 0
[pid=29660] ppid=29637 vsize=5356 CPUtime=0
/proc/29660/stat : 29660 (sh) S 29637 29637 28915 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 984704473 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29660/statm: 1339 232 193 169 0 50 0
[pid=29661] ppid=29660 vsize=332488 CPUtime=1584.04
/proc/29661/stat : 29661 (minisat) R 29660 29637 28915 0 -1 4194304 81021 0 0 0 158344 60 0 0 25 0 1 0 984704473 340467712 81007 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/29661/statm: 83122 81007 76 150 0 82969 0
Current children cumulated CPU time (s) 1600.15
Current children cumulated vsize (KiB) 351444

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/75 29699
/proc/meminfo: memFree=1134640/2055920 swapFree=4135116/4192956
[pid=29637] ppid=29635 vsize=13600 CPUtime=16.11
/proc/29637/stat : 29637 (sugar) S 29635 29637 28915 0 -1 4194304 1033 19863 0 2 4 1 1490 116 16 0 1 0 984702831 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29637/statm: 3400 799 370 3 0 500 0
[pid=29660] ppid=29637 vsize=5356 CPUtime=0
/proc/29660/stat : 29660 (sh) S 29637 29637 28915 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 984704473 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29660/statm: 1339 232 193 169 0 50 0
[pid=29661] ppid=29660 vsize=333940 CPUtime=1644.01
/proc/29661/stat : 29661 (minisat) R 29660 29637 28915 0 -1 4194304 81357 0 0 0 164341 60 0 0 25 0 1 0 984704473 341954560 81343 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/29661/statm: 83485 81343 76 150 0 83332 0
Current children cumulated CPU time (s) 1660.12
Current children cumulated vsize (KiB) 352896

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/75 29699
/proc/meminfo: memFree=1133552/2055920 swapFree=4135116/4192956
[pid=29637] ppid=29635 vsize=13600 CPUtime=16.11
/proc/29637/stat : 29637 (sugar) S 29635 29637 28915 0 -1 4194304 1033 19863 0 2 4 1 1490 116 16 0 1 0 984702831 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29637/statm: 3400 799 370 3 0 500 0
[pid=29660] ppid=29637 vsize=5356 CPUtime=0
/proc/29660/stat : 29660 (sh) S 29637 29637 28915 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 984704473 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29660/statm: 1339 232 193 169 0 50 0
[pid=29661] ppid=29660 vsize=334996 CPUtime=1703.97
/proc/29661/stat : 29661 (minisat) R 29660 29637 28915 0 -1 4194304 81627 0 0 0 170336 61 0 0 25 0 1 0 984704473 343035904 81613 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/29661/statm: 83749 81613 76 150 0 83596 0
Current children cumulated CPU time (s) 1720.08
Current children cumulated vsize (KiB) 353952

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

[startup+1727.9 s]
/proc/loadavg: 2.00 2.00 1.94 3/75 29699
/proc/meminfo: memFree=1133424/2055920 swapFree=4135116/4192956
[pid=29637] ppid=29635 vsize=13600 CPUtime=16.11
/proc/29637/stat : 29637 (sugar) S 29635 29637 28915 0 -1 4194304 1033 19863 0 2 4 1 1490 116 16 0 1 0 984702831 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29637/statm: 3400 799 370 3 0 500 0
[pid=29660] ppid=29637 vsize=5356 CPUtime=0
/proc/29660/stat : 29660 (sh) S 29637 29637 28915 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 984704473 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29660/statm: 1339 232 193 169 0 50 0
[pid=29661] ppid=29660 vsize=334996 CPUtime=1709.57
/proc/29661/stat : 29661 (minisat) R 29660 29637 28915 0 -1 4194304 81650 0 0 0 170896 61 0 0 25 0 1 0 984704473 343035904 81636 996147200 134512640 135127466 4294956272 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/29661/statm: 83749 81636 76 150 0 83596 0
Current children cumulated CPU time (s) 1725.68
Current children cumulated vsize (KiB) 353952

[startup+1740.7 s]
/proc/loadavg: 2.00 2.00 1.94 3/75 29699
/proc/meminfo: memFree=1133168/2055920 swapFree=4135116/4192956
[pid=29637] ppid=29635 vsize=13600 CPUtime=16.11
/proc/29637/stat : 29637 (sugar) S 29635 29637 28915 0 -1 4194304 1033 19863 0 2 4 1 1490 116 16 0 1 0 984702831 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29637/statm: 3400 799 370 3 0 500 0
[pid=29660] ppid=29637 vsize=5356 CPUtime=0
/proc/29660/stat : 29660 (sh) S 29637 29637 28915 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 984704473 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29660/statm: 1339 232 193 169 0 50 0
[pid=29661] ppid=29660 vsize=335260 CPUtime=1722.35
/proc/29661/stat : 29661 (minisat) R 29660 29637 28915 0 -1 4194304 81707 0 0 0 172174 61 0 0 25 0 1 0 984704473 343306240 81693 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/29661/statm: 83815 81693 76 150 0 83662 0
Current children cumulated CPU time (s) 1738.46
Current children cumulated vsize (KiB) 354216

[startup+1747.1 s]
/proc/loadavg: 2.00 2.00 1.94 3/75 29699
/proc/meminfo: memFree=1133040/2055920 swapFree=4135116/4192956
[pid=29637] ppid=29635 vsize=13600 CPUtime=16.11
/proc/29637/stat : 29637 (sugar) S 29635 29637 28915 0 -1 4194304 1033 19863 0 2 4 1 1490 116 16 0 1 0 984702831 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29637/statm: 3400 799 370 3 0 500 0
[pid=29660] ppid=29637 vsize=5356 CPUtime=0
/proc/29660/stat : 29660 (sh) S 29637 29637 28915 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 984704473 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29660/statm: 1339 232 193 169 0 50 0
[pid=29661] ppid=29660 vsize=335392 CPUtime=1728.75
/proc/29661/stat : 29661 (minisat) R 29660 29637 28915 0 -1 4194304 81732 0 0 0 172814 61 0 0 25 0 1 0 984704473 343441408 81718 996147200 134512640 135127466 4294956272 18446744073709551615 134530619 0 0 4096 3 0 0 0 17 0 0 0
/proc/29661/statm: 83848 81718 76 150 0 83695 0
Current children cumulated CPU time (s) 1744.86
Current children cumulated vsize (KiB) 354348

[startup+1750.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/75 29699
/proc/meminfo: memFree=1133040/2055920 swapFree=4135116/4192956
[pid=29637] ppid=29635 vsize=13600 CPUtime=16.11
/proc/29637/stat : 29637 (sugar) S 29635 29637 28915 0 -1 4194304 1033 19863 0 2 4 1 1490 116 16 0 1 0 984702831 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29637/statm: 3400 799 370 3 0 500 0
[pid=29660] ppid=29637 vsize=5356 CPUtime=0
/proc/29660/stat : 29660 (sh) S 29637 29637 28915 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 984704473 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29660/statm: 1339 232 193 169 0 50 0
[pid=29661] ppid=29660 vsize=335392 CPUtime=1731.95
/proc/29661/stat : 29661 (minisat) R 29660 29637 28915 0 -1 4194304 81743 0 0 0 173134 61 0 0 25 0 1 0 984704473 343441408 81729 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/29661/statm: 83848 81729 76 150 0 83695 0
Current children cumulated CPU time (s) 1748.06
Current children cumulated vsize (KiB) 354348

[startup+1751.1 s]
/proc/loadavg: 2.00 2.00 1.94 3/75 29699
/proc/meminfo: memFree=1132976/2055920 swapFree=4135116/4192956
[pid=29637] ppid=29635 vsize=13600 CPUtime=16.11
/proc/29637/stat : 29637 (sugar) S 29635 29637 28915 0 -1 4194304 1033 19863 0 2 4 1 1490 116 16 0 1 0 984702831 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29637/statm: 3400 799 370 3 0 500 0
[pid=29660] ppid=29637 vsize=5356 CPUtime=0
/proc/29660/stat : 29660 (sh) S 29637 29637 28915 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 984704473 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29660/statm: 1339 232 193 169 0 50 0
[pid=29661] ppid=29660 vsize=335392 CPUtime=1732.75
/proc/29661/stat : 29661 (minisat) R 29660 29637 28915 0 -1 4194304 81749 0 0 0 173214 61 0 0 25 0 1 0 984704473 343441408 81735 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/29661/statm: 83848 81735 76 150 0 83695 0
Current children cumulated CPU time (s) 1748.86
Current children cumulated vsize (KiB) 354348

[startup+1751.9 s]
/proc/loadavg: 2.00 2.00 1.94 3/75 29699
/proc/meminfo: memFree=1132976/2055920 swapFree=4135116/4192956
[pid=29637] ppid=29635 vsize=13600 CPUtime=1749.41
/proc/29637/stat : 29637 (sugar) S 29635 29637 28915 0 -1 4194304 1090 101967 0 2 4 1 174752 184 16 0 1 0 984702831 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29637/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 1749.41
Current children cumulated vsize (KiB) 13600

[startup+1752.1 s]
/proc/loadavg: 2.00 2.00 1.94 3/75 29699
/proc/meminfo: memFree=1132976/2055920 swapFree=4135116/4192956
[pid=29637] ppid=29635 vsize=13600 CPUtime=1749.41
/proc/29637/stat : 29637 (sugar) S 29635 29637 28915 0 -1 4194304 1090 101967 0 2 4 1 174752 184 15 0 1 0 984702831 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29637/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 1749.41
Current children cumulated vsize (KiB) 13600

[startup+1752.2 s]
/proc/loadavg: 2.00 2.00 1.94 3/73 29709
/proc/meminfo: memFree=1555008/2055920 swapFree=4135116/4192956
[pid=29637] ppid=29635 vsize=13600 CPUtime=1749.92
/proc/29637/stat : 29637 (sugar) R 29635 29637 28915 0 -1 4194304 1119 105976 0 3 4 6 174795 187 16 0 1 0 984702831 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 269028660265 0 0 4224 16386 0 0 0 17 0 0 0
/proc/29637/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 1749.92
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 1752.24
CPU time (s): 1749.98
CPU user time (s): 1748.01
CPU system time (s): 1.9717
CPU usage (%): 99.8711
Max. virtual memory (cumulated for all children) (KiB): 887848

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1748.01
system time used= 1.9717
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 107125
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 15984
involuntary context switches= 23339

runsolver used 2.11468 second user time and 5.87011 second system time

The end

Launcher Data (download as text)

Begin job on node26 at 2008-07-02 14:41:19
IDJOB=1042040
IDBENCH=53866
IDSOLVER=346
FILE ID=node26/1042040-1215002479
PBS_JOBID= 7870870
Free space on /tmp= 66540 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/allsquares/normalized-squares-30-30.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1042040-1215002479/watcher-1042040-1215002479 -o /tmp/evaluation-result-1042040-1215002479/solver-1042040-1215002479 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1042040-1215002479.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= cc6320a0fc34022aa33c45eea138fa7d
RANDOM SEED=272710439

node26.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.221
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.221
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:       1559336 kB
Buffers:         55672 kB
Cached:         269012 kB
SwapCached:      52036 kB
Active:         225592 kB
Inactive:       222756 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1559336 kB
SwapTotal:     4192956 kB
SwapFree:      4135116 kB
Dirty:            1640 kB
Writeback:           0 kB
Mapped:         136768 kB
Slab:            33352 kB
Committed_AS:  2376672 kB
PageTables:       1972 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= 66544 MiB
End job on node26 at 2008-07-02 15:10:31