Trace number 1062552

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 20.9448 21.4015

General information on the benchmark

Namecsp/pseudo/niklas/
normalized-l152lav.xml
MD5SUMa0bd23ddc00d5680974e37efcfc8ab07
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2.85357
Satisfiable
(Un)Satisfiability was proved
Number of variables1989
Number of constraints193
Maximum constraint arity1989
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension193
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Fri Jul  4 03:39:18 2008
0.00/0.04	c 0	PID 29728
0.00/0.04	c 0	HOST node8.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1062552-1215135558.xml TO HOME/temp.csp
0.00/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1062552-1215135558.xml' 'HOME/temp.csp'
0.03/0.55	c 1	1 domains, 1989 variables, 69 predicates, 0 relations, 193 constraints
0.03/0.56	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.56	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.53/0.64	c 1	Parsing HOME/temp.csp
1.35/1.45	c 2	parsed 2252 expressions
1.35/1.45	c 2	Heap : 8 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.35/1.45	c 2	Converting to clausal form CSP
1.35/1.48	c 2	converted 226 (10%) expressions
1.35/1.48	c 2	converted 451 (20%) expressions
1.35/1.48	c 2	converted 676 (30%) expressions
1.35/1.49	c 2	converted 901 (40%) expressions
1.35/1.49	c 2	converted 1126 (50%) expressions
1.35/1.49	c 2	converted 1352 (60%) expressions
1.45/1.50	c 2	converted 1577 (70%) expressions
1.45/1.50	c 2	converted 1802 (80%) expressions
1.45/1.51	c 2	converted 2027 (90%) expressions
2.94/3.01	c 3	converted 2252 (100%) expressions
2.94/3.02	c 3	CSP : 20412 integers, 0 booleans, 37039 clauses, largest domain size 12673
2.94/3.02	c 3	Heap : 27 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.94/3.02	c 3	Propagation in CSP
3.35/3.43	c 4	186224 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.35/3.44	c 4	CSP : 20412 integers, 0 booleans, 37039 clauses, largest domain size 996
3.35/3.44	c 4	Heap : 27 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.35/3.45	c 4	Simplifing CSP by introducing new Boolean variables
3.35/3.47	c 4	CSP : 20412 integers, 0 booleans, 37039 clauses, largest domain size 996
3.35/3.47	c 4	Heap : 28 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.55/3.60	c 4	Encoding CSP to SAT : HOME/temp.cnf
3.55/3.63	c 4	2042 (10%) CSP integer variables are encoded (74 clauses, 1026 bytes)
3.55/3.64	c 4	4083 (20%) CSP integer variables are encoded (3631 clauses, 47267 bytes)
3.55/3.65	c 4	6124 (30%) CSP integer variables are encoded (7952 clauses, 109011 bytes)
3.55/3.66	c 4	8165 (40%) CSP integer variables are encoded (12596 clauses, 178671 bytes)
3.55/3.67	c 4	10206 (50%) CSP integer variables are encoded (17360 clauses, 250131 bytes)
3.55/3.68	c 4	12248 (60%) CSP integer variables are encoded (22566 clauses, 328221 bytes)
3.55/3.69	c 4	14289 (70%) CSP integer variables are encoded (27980 clauses, 409431 bytes)
3.65/3.77	c 4	16330 (80%) CSP integer variables are encoded (95568 clauses, 1446717 bytes)
3.75/3.80	c 4	18371 (90%) CSP integer variables are encoded (119308 clauses, 1850297 bytes)
3.75/3.82	c 4	20412 (100%) CSP integer variables are encoded (130891 clauses, 2047208 bytes)
3.84/3.94	c 4	3704 (10%) CSP clauses are encoded (160594 clauses, 2528212 bytes)
3.94/4.03	c 4	7408 (20%) CSP clauses are encoded (197622 clauses, 3188131 bytes)
4.04/4.14	c 4	11112 (30%) CSP clauses are encoded (247330 clauses, 4160854 bytes)
4.14/4.26	c 5	14816 (40%) CSP clauses are encoded (302528 clauses, 5250126 bytes)
4.25/4.40	c 5	18520 (50%) CSP clauses are encoded (368184 clauses, 6559490 bytes)
4.44/4.54	c 5	22224 (60%) CSP clauses are encoded (438258 clauses, 7965898 bytes)
4.63/4.70	c 5	25928 (70%) CSP clauses are encoded (511870 clauses, 9452211 bytes)
12.12/12.20	c 12	29632 (80%) CSP clauses are encoded (4807269 clauses, 104512964 bytes)
15.50/15.89	c 16	33336 (90%) CSP clauses are encoded (6764546 clauses, 152168786 bytes)
15.79/16.15	c 16	37039 (100%) CSP clauses are encoded (6889466 clauses, 155034830 bytes)
15.79/16.15	c 16	37039 CSP clauses encoded
15.79/16.15	c 16	Writing map file : HOME/temp.map
15.89/16.20	c 16	Heap : 19 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
15.89/16.20	c 16	SAT : 151303 SAT variables, 6889466 SAT clauses, 155034830 bytes
15.89/16.20	c 16	Heap : 19 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
15.89/16.25	c 17	SOLVING HOME/temp.cnf
15.89/16.25	c 17	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
15.89/16.25	c 17	This is MiniSat 2.0 beta
15.89/16.25	c 17	WARNING: for repeatability, setting FPU to use double precision
15.89/16.25	c 17	============================[ Problem Statistics ]=============================
15.89/16.25	c 17	|                                                                             |
15.89/16.26	c 17	|  Number of variables:  151303                                               |
15.89/16.26	c 17	|  Number of clauses:    6889466                                              |
19.10/19.51	c 20	|  Parsing time:         2.80         s                                       |
19.19/19.67	c 20	============================[ Search Statistics ]==============================
19.19/19.67	c 20	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
19.19/19.67	c 20	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
19.19/19.67	c 20	===============================================================================
19.19/19.67	c 20	|         0 |  151303  6889466 20253251 |  2296488        0    nan |  0.000 % |
20.27/20.74	c 21	===============================================================================
20.27/20.75	c 21	restarts              : 1
20.27/20.75	c 21	conflicts             : 6              (2 /sec)
20.27/20.75	c 21	decisions             : 79             (0.00 % random) (20 /sec)
20.27/20.75	c 21	propagations          : 345940         (86824 /sec)
20.27/20.75	c 21	conflict literals     : 58             (12.12 % deleted)
20.27/20.75	c 21	Memory used           : 290.68 MB
20.27/20.75	c 21	CPU time              : 3.98439 s
20.27/20.75	c 21	
20.37/20.81	c 21	SATISFIABLE
20.37/20.85	c 21	DECODING HOME/temp.out WITH HOME/temp.map
20.37/20.85	c 21	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
20.42/20.93	c 21	Decoding HOME/temp.out
20.42/21.19	s SATISFIABLE
20.42/21.27	v 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
20.42/21.28	c 22	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
20.43/21.33	c 22	CPU 19.26 (0.03 0.02 19.23 1.57)
20.43/21.33	c 22	END Fri Jul  4 03:39:40 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-1062552-1215135558/watcher-1062552-1215135558 -o /tmp/evaluation-result-1062552-1215135558/solver-1062552-1215135558 -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-1062552-1215135558.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.98 2.02 2.00 4/93 29728
/proc/meminfo: memFree=1606256/2055920 swapFree=4179560/4192956
[pid=29728] ppid=29726 vsize=12272 CPUtime=0
/proc/29728/stat : 29728 (sugar) R 29726 29728 29037 0 -1 4194304 359 0 0 0 0 0 0 0 18 0 1 0 1992530868 12566528 327 996147200 4194304 4206940 548682068608 18446744073709551615 228715445246 0 0 4224 0 0 0 0 17 0 0 0
/proc/29728/statm: 3068 327 246 3 0 168 0

[startup+0.0870441 s]
/proc/loadavg: 1.98 2.02 2.00 4/93 29728
/proc/meminfo: memFree=1606256/2055920 swapFree=4179560/4192956
[pid=29728] ppid=29726 vsize=13600 CPUtime=0.03
/proc/29728/stat : 29728 (sugar) S 29726 29728 29037 0 -1 4194304 900 127 0 0 2 1 0 0 16 0 1 0 1992530868 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29728/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102041 s]
/proc/loadavg: 1.98 2.02 2.00 4/93 29728
/proc/meminfo: memFree=1606256/2055920 swapFree=4179560/4192956
[pid=29728] ppid=29726 vsize=13600 CPUtime=0.03
/proc/29728/stat : 29728 (sugar) S 29726 29728 29037 0 -1 4194304 900 127 0 0 2 1 0 0 16 0 1 0 1992530868 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29728/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301063 s]
/proc/loadavg: 1.98 2.02 2.00 4/93 29728
/proc/meminfo: memFree=1606256/2055920 swapFree=4179560/4192956
[pid=29728] ppid=29726 vsize=13600 CPUtime=0.03
/proc/29728/stat : 29728 (sugar) S 29726 29728 29037 0 -1 4194304 900 127 0 0 2 1 0 0 16 0 1 0 1992530868 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29728/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.702102 s]
/proc/loadavg: 1.98 2.02 2.00 4/93 29728
/proc/meminfo: memFree=1606256/2055920 swapFree=4179560/4192956
[pid=29728] ppid=29726 vsize=13600 CPUtime=0.53
/proc/29728/stat : 29728 (sugar) S 29726 29728 29037 0 -1 4194304 973 5440 0 1 2 1 46 4 15 0 1 0 1992530868 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29728/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 13600

[startup+1.50218 s]
/proc/loadavg: 1.98 2.02 2.00 3/104 29750
/proc/meminfo: memFree=1595096/2055920 swapFree=4179560/4192956
[pid=29728] ppid=29726 vsize=13600 CPUtime=0.53
/proc/29728/stat : 29728 (sugar) S 29726 29728 29037 0 -1 4194304 974 5440 0 1 2 1 46 4 16 0 1 0 1992530868 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29728/statm: 3400 797 370 3 0 500 0
[pid=29741] ppid=29728 vsize=5356 CPUtime=0
/proc/29741/stat : 29741 (sh) S 29728 29728 29037 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1992530924 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29741/statm: 1339 233 193 169 0 50 0
[pid=29742] ppid=29741 vsize=864336 CPUtime=0.92
/proc/29742/stat : 29742 (java) S 29741 29728 29037 0 -1 0 6807 0 1 0 89 3 0 0 20 0 9 0 1992530924 885080064 5943 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29742/statm: 216084 5944 2540 9 0 210659 0
[pid=29742/tid=29743] ppid=29741 vsize=864336 CPUtime=0.57
/proc/29742/task/29743/stat : 29743 (java) R 29741 29728 29037 0 -1 64 2690 0 1 0 56 1 0 0 25 0 9 0 1992530925 885080064 5946 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29742/tid=29744] ppid=29741 vsize=864336 CPUtime=0.25
/proc/29742/task/29744/stat : 29744 (java) S 29741 29728 29037 0 -1 64 3077 0 0 0 24 1 0 0 16 0 9 0 1992530926 885080064 5946 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29742/tid=29745] ppid=29741 vsize=864336 CPUtime=0
/proc/29742/task/29745/stat : 29745 (java) S 29741 29728 29037 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1992530926 885080064 5946 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29742/tid=29746] ppid=29741 vsize=864336 CPUtime=0
/proc/29742/task/29746/stat : 29746 (java) S 29741 29728 29037 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1992530926 885080064 5946 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29742/tid=29747] ppid=29741 vsize=864336 CPUtime=0
/proc/29742/task/29747/stat : 29747 (java) S 29741 29728 29037 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1992530928 885080064 5946 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29742/tid=29748] ppid=29741 vsize=864336 CPUtime=0.08
/proc/29742/task/29748/stat : 29748 (java) R 29741 29728 29037 0 -1 64 347 0 0 0 8 0 0 0 16 0 9 0 1992530928 885080064 5946 996147200 134512640 134550740 4294955952 18446744073709551615 101660476 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29742/tid=29749] ppid=29741 vsize=864336 CPUtime=0
/proc/29742/task/29749/stat : 29749 (java) S 29741 29728 29037 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1992530928 885080064 5946 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29742/tid=29750] ppid=29741 vsize=864336 CPUtime=0
/proc/29742/task/29750/stat : 29750 (java) S 29741 29728 29037 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1992530928 885080064 5946 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 883292

[startup+3.10133 s]
/proc/loadavg: 1.98 2.02 2.00 5/104 29750
/proc/meminfo: memFree=1580248/2055920 swapFree=4179560/4192956
[pid=29728] ppid=29726 vsize=13600 CPUtime=0.53
/proc/29728/stat : 29728 (sugar) S 29726 29728 29037 0 -1 4194304 974 5440 0 1 2 1 46 4 16 0 1 0 1992530868 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29728/statm: 3400 797 370 3 0 500 0
[pid=29741] ppid=29728 vsize=5356 CPUtime=0
/proc/29741/stat : 29741 (sh) S 29728 29728 29037 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1992530924 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29741/statm: 1339 233 193 169 0 50 0
[pid=29742] ppid=29741 vsize=868432 CPUtime=2.52
/proc/29742/stat : 29742 (java) S 29741 29728 29037 0 -1 0 13390 0 1 0 244 8 0 0 20 0 9 0 1992530924 889274368 12324 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29742/statm: 217108 12324 2541 9 0 211683 0
[pid=29742/tid=29743] ppid=29741 vsize=868432 CPUtime=1.57
/proc/29742/task/29743/stat : 29743 (java) R 29741 29728 29037 0 -1 64 3007 0 1 0 156 1 0 0 25 0 9 0 1992530925 889274368 12324 996147200 134512640 134550740 4294955952 18446744073709551615 4126580256 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29742/tid=29744] ppid=29741 vsize=868432 CPUtime=0.71
/proc/29742/task/29744/stat : 29744 (java) S 29741 29728 29037 0 -1 64 8200 0 0 0 67 4 0 0 16 0 9 0 1992530926 889274368 12324 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29742/tid=29745] ppid=29741 vsize=868432 CPUtime=0
/proc/29742/task/29745/stat : 29745 (java) S 29741 29728 29037 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1992530926 889274368 12324 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29742/tid=29746] ppid=29741 vsize=868432 CPUtime=0
/proc/29742/task/29746/stat : 29746 (java) S 29741 29728 29037 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1992530926 889274368 12324 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29742/tid=29747] ppid=29741 vsize=868432 CPUtime=0
/proc/29742/task/29747/stat : 29747 (java) S 29741 29728 29037 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1992530928 889274368 12324 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29742/tid=29748] ppid=29741 vsize=868432 CPUtime=0.2
/proc/29742/task/29748/stat : 29748 (java) S 29741 29728 29037 0 -1 64 1487 0 0 0 20 0 0 0 16 0 9 0 1992530928 889274368 12324 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29742/tid=29749] ppid=29741 vsize=868432 CPUtime=0
/proc/29742/task/29749/stat : 29749 (java) S 29741 29728 29037 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1992530928 889274368 12324 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29742/tid=29750] ppid=29741 vsize=868432 CPUtime=0
/proc/29742/task/29750/stat : 29750 (java) S 29741 29728 29037 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1992530928 889274368 12324 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 887388

[startup+6.30263 s]
/proc/loadavg: 1.98 2.02 2.00 3/104 29750
/proc/meminfo: memFree=1545496/2055920 swapFree=4179560/4192956
[pid=29728] ppid=29726 vsize=13600 CPUtime=0.54
/proc/29728/stat : 29728 (sugar) S 29726 29728 29037 0 -1 4194304 974 5440 0 1 3 1 46 4 15 0 1 0 1992530868 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29728/statm: 3400 797 370 3 0 500 0
[pid=29741] ppid=29728 vsize=5356 CPUtime=0
/proc/29741/stat : 29741 (sh) S 29728 29728 29037 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1992530924 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29741/statm: 1339 233 193 169 0 50 0
[pid=29742] ppid=29741 vsize=868544 CPUtime=5.7
/proc/29742/stat : 29742 (java) S 29741 29728 29037 0 -1 0 14089 0 1 0 545 25 0 0 20 0 9 0 1992530924 889389056 12429 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29742/statm: 217136 12429 2565 9 0 211683 0
[pid=29742/tid=29743] ppid=29741 vsize=868544 CPUtime=4.44
/proc/29742/task/29743/stat : 29743 (java) R 29741 29728 29037 0 -1 64 3439 0 1 0 428 16 0 0 25 0 9 0 1992530925 889389056 12429 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29742/tid=29744] ppid=29741 vsize=868544 CPUtime=0.98
/proc/29742/task/29744/stat : 29744 (java) S 29741 29728 29037 0 -1 64 8434 0 0 0 91 7 0 0 16 0 9 0 1992530926 889389056 12429 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29742/tid=29745] ppid=29741 vsize=868544 CPUtime=0
/proc/29742/task/29745/stat : 29745 (java) S 29741 29728 29037 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1992530926 889389056 12429 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29742/tid=29746] ppid=29741 vsize=868544 CPUtime=0
/proc/29742/task/29746/stat : 29746 (java) S 29741 29728 29037 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1992530926 889389056 12429 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29742/tid=29747] ppid=29741 vsize=868544 CPUtime=0
/proc/29742/task/29747/stat : 29747 (java) S 29741 29728 29037 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1992530928 889389056 12429 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29742/tid=29748] ppid=29741 vsize=868544 CPUtime=0.25
/proc/29742/task/29748/stat : 29748 (java) S 29741 29728 29037 0 -1 64 1520 0 0 0 25 0 0 0 16 0 9 0 1992530928 889389056 12429 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29742/tid=29749] ppid=29741 vsize=868544 CPUtime=0
/proc/29742/task/29749/stat : 29749 (java) S 29741 29728 29037 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1992530928 889389056 12429 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29742/tid=29750] ppid=29741 vsize=868544 CPUtime=0
/proc/29742/task/29750/stat : 29750 (java) S 29741 29728 29037 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1992530928 889389056 12429 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 887500

[startup+12.7012 s]
/proc/loadavg: 1.98 2.02 2.00 3/104 29750
/proc/meminfo: memFree=1462696/2055920 swapFree=4179560/4192956
[pid=29728] ppid=29726 vsize=13600 CPUtime=0.54
/proc/29728/stat : 29728 (sugar) S 29726 29728 29037 0 -1 4194304 974 5440 0 1 3 1 46 4 16 0 1 0 1992530868 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29728/statm: 3400 797 370 3 0 500 0
[pid=29741] ppid=29728 vsize=5356 CPUtime=0
/proc/29741/stat : 29741 (sh) S 29728 29728 29037 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1992530924 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29741/statm: 1339 233 193 169 0 50 0
[pid=29742] ppid=29741 vsize=868544 CPUtime=12.07
/proc/29742/stat : 29742 (java) S 29741 29728 29037 0 -1 0 14973 0 1 0 1133 74 0 0 20 0 9 0 1992530924 889389056 12429 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29742/statm: 217136 12429 2565 9 0 211683 0
[pid=29742/tid=29743] ppid=29741 vsize=868544 CPUtime=10.46
/proc/29742/task/29743/stat : 29743 (java) R 29741 29728 29037 0 -1 64 4323 0 1 0 986 60 0 0 25 0 9 0 1992530925 889389056 12429 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29742/tid=29744] ppid=29741 vsize=868544 CPUtime=1.33
/proc/29742/task/29744/stat : 29744 (java) S 29741 29728 29037 0 -1 64 8434 0 0 0 121 12 0 0 16 0 9 0 1992530926 889389056 12429 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29742/tid=29745] ppid=29741 vsize=868544 CPUtime=0
/proc/29742/task/29745/stat : 29745 (java) S 29741 29728 29037 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1992530926 889389056 12429 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29742/tid=29746] ppid=29741 vsize=868544 CPUtime=0
/proc/29742/task/29746/stat : 29746 (java) S 29741 29728 29037 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1992530926 889389056 12429 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29742/tid=29747] ppid=29741 vsize=868544 CPUtime=0
/proc/29742/task/29747/stat : 29747 (java) S 29741 29728 29037 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1992530928 889389056 12429 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29742/tid=29748] ppid=29741 vsize=868544 CPUtime=0.25
/proc/29742/task/29748/stat : 29748 (java) S 29741 29728 29037 0 -1 64 1520 0 0 0 25 0 0 0 16 0 9 0 1992530928 889389056 12429 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29742/tid=29749] ppid=29741 vsize=868544 CPUtime=0
/proc/29742/task/29749/stat : 29749 (java) S 29741 29728 29037 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1992530928 889389056 12429 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29742/tid=29750] ppid=29741 vsize=868544 CPUtime=0
/proc/29742/task/29750/stat : 29750 (java) S 29741 29728 29037 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1992530928 889389056 12429 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 887500

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

[startup+15.9025 s]
/proc/loadavg: 1.98 2.02 2.00 3/104 29750
/proc/meminfo: memFree=1419112/2055920 swapFree=4179560/4192956
[pid=29728] ppid=29726 vsize=13600 CPUtime=0.54
/proc/29728/stat : 29728 (sugar) S 29726 29728 29037 0 -1 4194304 974 5440 0 1 3 1 46 4 16 0 1 0 1992530868 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29728/statm: 3400 797 370 3 0 500 0
[pid=29741] ppid=29728 vsize=5356 CPUtime=0
/proc/29741/stat : 29741 (sh) S 29728 29728 29037 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1992530924 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29741/statm: 1339 233 193 169 0 50 0
[pid=29742] ppid=29741 vsize=868544 CPUtime=15.06
/proc/29742/stat : 29742 (java) S 29741 29728 29037 0 -1 0 15410 0 1 0 1407 99 0 0 20 0 9 0 1992530924 889389056 12429 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29742/statm: 217136 12429 2565 9 0 211683 0
[pid=29742/tid=29743] ppid=29741 vsize=868544 CPUtime=13.3
/proc/29742/task/29743/stat : 29743 (java) R 29741 29728 29037 0 -1 64 4760 0 1 0 1248 82 0 0 25 0 9 0 1992530925 889389056 12429 996147200 134512640 134550740 4294955952 18446744073709551615 4127036054 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29742/tid=29744] ppid=29741 vsize=868544 CPUtime=1.48
/proc/29742/task/29744/stat : 29744 (java) S 29741 29728 29037 0 -1 64 8434 0 0 0 134 14 0 0 16 0 9 0 1992530926 889389056 12429 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29742/tid=29745] ppid=29741 vsize=868544 CPUtime=0
/proc/29742/task/29745/stat : 29745 (java) S 29741 29728 29037 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1992530926 889389056 12429 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29742/tid=29746] ppid=29741 vsize=868544 CPUtime=0
/proc/29742/task/29746/stat : 29746 (java) S 29741 29728 29037 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1992530926 889389056 12429 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29742/tid=29747] ppid=29741 vsize=868544 CPUtime=0
/proc/29742/task/29747/stat : 29747 (java) S 29741 29728 29037 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1992530928 889389056 12429 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29742/tid=29748] ppid=29741 vsize=868544 CPUtime=0.25
/proc/29742/task/29748/stat : 29748 (java) S 29741 29728 29037 0 -1 64 1520 0 0 0 25 0 0 0 16 0 9 0 1992530928 889389056 12429 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29742/tid=29749] ppid=29741 vsize=868544 CPUtime=0
/proc/29742/task/29749/stat : 29749 (java) S 29741 29728 29037 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1992530928 889389056 12429 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29742/tid=29750] ppid=29741 vsize=868544 CPUtime=0
/proc/29742/task/29750/stat : 29750 (java) S 29741 29728 29037 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1992530928 889389056 12429 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 15.6
Current children cumulated vsize (KiB) 887500

[startup+19.1019 s]
/proc/loadavg: 1.98 2.02 2.00 3/96 29752
/proc/meminfo: memFree=1249832/2055920 swapFree=4179560/4192956
[pid=29728] ppid=29726 vsize=13600 CPUtime=15.92
/proc/29728/stat : 29728 (sugar) S 29726 29728 29037 0 -1 4194304 1033 21199 0 2 3 1 1482 106 16 0 1 0 1992530868 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29728/statm: 3400 799 370 3 0 500 0
[pid=29751] ppid=29728 vsize=5356 CPUtime=0
/proc/29751/stat : 29751 (sh) S 29728 29728 29037 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1992532493 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29751/statm: 1339 232 193 169 0 50 0
[pid=29752] ppid=29751 vsize=249140 CPUtime=2.78
/proc/29752/stat : 29752 (minisat) R 29751 29728 29037 0 -1 4194304 59877 0 0 0 244 34 0 0 25 0 1 0 1992532493 255119360 59863 996147200 134512640 135127466 4294956272 18446744073709551615 134514038 0 0 4096 3 0 0 0 17 1 0 0
/proc/29752/statm: 62285 59863 62 150 0 62132 0
Current children cumulated CPU time (s) 18.7
Current children cumulated vsize (KiB) 268096

[startup+20.702 s]
/proc/loadavg: 1.98 2.02 2.00 3/96 29752
/proc/meminfo: memFree=1176808/2055920 swapFree=4179560/4192956
[pid=29728] ppid=29726 vsize=13600 CPUtime=15.92
/proc/29728/stat : 29728 (sugar) S 29726 29728 29037 0 -1 4194304 1033 21199 0 2 3 1 1482 106 15 0 1 0 1992530868 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29728/statm: 3400 799 370 3 0 500 0
[pid=29751] ppid=29728 vsize=5356 CPUtime=0
/proc/29751/stat : 29751 (sh) S 29728 29728 29037 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1992532493 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29751/statm: 1339 232 193 169 0 50 0
[pid=29752] ppid=29751 vsize=297504 CPUtime=4.35
/proc/29752/stat : 29752 (minisat) R 29751 29728 29037 0 -1 4194304 72768 0 0 0 393 42 0 0 25 0 1 0 1992532493 304644096 72754 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/29752/statm: 74376 72754 72 150 0 74223 0
Current children cumulated CPU time (s) 20.27
Current children cumulated vsize (KiB) 316460

[startup+21.101 s]
/proc/loadavg: 1.98 2.02 2.00 3/96 29752
/proc/meminfo: memFree=1157480/2055920 swapFree=4179560/4192956
[pid=29728] ppid=29726 vsize=13600 CPUtime=20.42
/proc/29728/stat : 29728 (sugar) S 29726 29728 29037 0 -1 4194304 1090 94305 0 2 3 1 1885 153 15 0 1 0 1992530868 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29728/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 20.42
Current children cumulated vsize (KiB) 13600

[startup+21.3011 s]
/proc/loadavg: 1.98 2.02 2.00 3/96 29752
/proc/meminfo: memFree=1157480/2055920 swapFree=4179560/4192956
[pid=29728] ppid=29726 vsize=13600 CPUtime=20.43
/proc/29728/stat : 29728 (sugar) S 29726 29728 29037 0 -1 4194304 1092 94305 0 2 3 2 1885 153 15 0 1 0 1992530868 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29728/statm: 3400 800 370 3 0 500 0
Current children cumulated CPU time (s) 20.43
Current children cumulated vsize (KiB) 13600

[startup+21.4011 s]
/proc/loadavg: 1.98 2.02 2.00 3/96 29752
/proc/meminfo: memFree=1157480/2055920 swapFree=4179560/4192956
[pid=29728] ppid=29726 vsize=0 CPUtime=20.92
/proc/29728/stat : 29728 (sugar) R 29726 29728 29037 0 -1 4194308 1150 98320 0 3 3 9 1923 157 16 0 1 0 1992530868 0 0 996147200 0 0 0 0 0 0 0 4224 16386 0 0 0 17 0 0 0
/proc/29728/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 20.92
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 21.4015
CPU time (s): 20.9448
CPU user time (s): 19.2731
CPU system time (s): 1.67174
CPU usage (%): 97.8661
Max. virtual memory (cumulated for all children) (KiB): 887892

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 19.2731
system time used= 1.67175
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 99470
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= 18755
involuntary context switches= 19025

runsolver used 0.025996 second user time and 0.081987 second system time

The end

Launcher Data (download as text)

Begin job on node8 at 2008-07-04 03:39:18
IDJOB=1062552
IDBENCH=54653
IDSOLVER=346
FILE ID=node8/1062552-1215135558
PBS_JOBID= 7877290
Free space on /tmp= 66528 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/pseudo/niklas/normalized-l152lav.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-1062552-1215135558/watcher-1062552-1215135558 -o /tmp/evaluation-result-1062552-1215135558/solver-1062552-1215135558 -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-1062552-1215135558.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= a0bd23ddc00d5680974e37efcfc8ab07
RANDOM SEED=1891677734

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1606736 kB
Buffers:         34504 kB
Cached:         266844 kB
SwapCached:       7032 kB
Active:         198852 kB
Inactive:       193772 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1606736 kB
SwapTotal:     4192956 kB
SwapFree:      4179560 kB
Dirty:            1956 kB
Writeback:           0 kB
Mapped:         108100 kB
Slab:            41152 kB
Committed_AS:  3917312 kB
PageTables:       2096 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66528 MiB
End job on node8 at 2008-07-04 03:39:40