Trace number 1062551

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+picosatSAT 83.9572 85.1458

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/picosat
0.00/0.04	c 0	BEGIN Fri Jul  4 03:39:17 2008
0.00/0.04	c 0	PID 17634
0.00/0.05	c 0	HOST node15.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1062551-1215135557.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-1062551-1215135557.xml' 'HOME/temp.csp'
0.03/0.59	c 0	1 domains, 1989 variables, 69 predicates, 0 relations, 193 constraints
0.03/0.62	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.62	c 0	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.56/0.70	c 0	Parsing HOME/temp.csp
1.61/1.74	c 1	parsed 2252 expressions
1.65/1.89	c 1	Heap : 7 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.65/1.89	c 1	Converting to clausal form CSP
1.67/1.91	c 2	converted 226 (10%) expressions
1.67/1.92	c 2	converted 451 (20%) expressions
1.67/1.96	c 2	converted 676 (30%) expressions
1.67/1.97	c 2	converted 901 (40%) expressions
1.67/1.97	c 2	converted 1126 (50%) expressions
1.67/1.97	c 2	converted 1352 (60%) expressions
1.67/1.98	c 2	converted 1577 (70%) expressions
1.67/1.98	c 2	converted 1802 (80%) expressions
1.67/1.99	c 2	converted 2027 (90%) expressions
3.36/3.60	c 3	converted 2252 (100%) expressions
3.36/3.61	c 3	CSP : 20412 integers, 0 booleans, 37039 clauses, largest domain size 12673
3.36/3.61	c 3	Heap : 27 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.36/3.61	c 3	Propagation in CSP
3.95/4.22	c 4	186224 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.95/4.22	c 4	CSP : 20412 integers, 0 booleans, 37039 clauses, largest domain size 996
3.95/4.22	c 4	Heap : 25 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.95/4.24	c 4	Simplifing CSP by introducing new Boolean variables
3.95/4.26	c 4	CSP : 20412 integers, 0 booleans, 37039 clauses, largest domain size 996
3.95/4.26	c 4	Heap : 28 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.14/4.41	c 4	Encoding CSP to SAT : HOME/temp.cnf
4.14/4.45	c 4	2042 (10%) CSP integer variables are encoded (74 clauses, 1026 bytes)
4.14/4.46	c 4	4083 (20%) CSP integer variables are encoded (3631 clauses, 47267 bytes)
4.14/4.47	c 4	6124 (30%) CSP integer variables are encoded (7952 clauses, 109011 bytes)
4.14/4.47	c 4	8165 (40%) CSP integer variables are encoded (12596 clauses, 178671 bytes)
4.14/4.48	c 4	10206 (50%) CSP integer variables are encoded (17360 clauses, 250131 bytes)
4.14/4.49	c 4	12248 (60%) CSP integer variables are encoded (22566 clauses, 328221 bytes)
4.24/4.50	c 4	14289 (70%) CSP integer variables are encoded (27980 clauses, 409431 bytes)
4.24/4.58	c 4	16330 (80%) CSP integer variables are encoded (95568 clauses, 1446717 bytes)
4.33/4.62	c 4	18371 (90%) CSP integer variables are encoded (119308 clauses, 1850297 bytes)
4.33/4.64	c 4	20412 (100%) CSP integer variables are encoded (130891 clauses, 2047208 bytes)
4.44/4.76	c 4	3704 (10%) CSP clauses are encoded (160594 clauses, 2528212 bytes)
4.53/4.86	c 5	7408 (20%) CSP clauses are encoded (197622 clauses, 3188131 bytes)
4.64/4.98	c 5	11112 (30%) CSP clauses are encoded (247330 clauses, 4160854 bytes)
4.83/5.10	c 5	14816 (40%) CSP clauses are encoded (302528 clauses, 5250126 bytes)
4.93/5.25	c 5	18520 (50%) CSP clauses are encoded (368184 clauses, 6559490 bytes)
5.13/5.41	c 5	22224 (60%) CSP clauses are encoded (438258 clauses, 7965898 bytes)
5.23/5.56	c 5	25928 (70%) CSP clauses are encoded (511870 clauses, 9452211 bytes)
13.12/13.59	c 13	29632 (80%) CSP clauses are encoded (4807269 clauses, 104512964 bytes)
16.85/17.34	c 17	33336 (90%) CSP clauses are encoded (6764546 clauses, 152168786 bytes)
17.15/17.61	c 17	37039 (100%) CSP clauses are encoded (6889466 clauses, 155034830 bytes)
17.15/17.61	c 17	37039 CSP clauses encoded
17.15/17.61	c 17	Writing map file : HOME/temp.map
17.15/17.67	c 17	Heap : 20 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
17.15/17.67	c 17	SAT : 151303 SAT variables, 6889466 SAT clauses, 155034830 bytes
17.15/17.67	c 17	Heap : 20 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
17.22/17.72	c 17	SOLVING HOME/temp.cnf
17.22/17.72	c 17	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
83.21/84.47	c 84	DECODING HOME/temp.out WITH HOME/temp.map
83.21/84.47	c 84	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
83.29/84.55	c 84	Decoding HOME/temp.out
83.69/84.96	s SATISFIABLE
83.79/85.04	v 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 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 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 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 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 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 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 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 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 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 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 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 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 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 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 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 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 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 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 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 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
83.79/85.05	c 85	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
83.79/85.07	c 85	CPU 49.03 (0.04 0.01 48.99 34.81)
83.79/85.07	c 85	END Fri Jul  4 03:40:42 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-1062551-1215135557/watcher-1062551-1215135557 -o /tmp/evaluation-result-1062551-1215135557/solver-1062551-1215135557 -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/picosat -tmp=HOME/temp HOME/instance-1062551-1215135557.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.93 1.99 1.99 4/72 17634
/proc/meminfo: memFree=1503424/2055920 swapFree=4180972/4192956
[pid=17634] ppid=17632 vsize=12000 CPUtime=0
/proc/17634/stat : 17634 (sugar) R 17632 17634 16538 0 -1 4194304 208 0 0 0 0 0 0 0 20 0 1 0 1992530293 12288000 176 996147200 4194304 4206940 548682068608 18446744073709551615 240490530491 0 0 4224 0 0 0 0 17 1 0 0
/proc/17634/statm: 3000 176 137 3 0 100 0

[startup+0.055797 s]
/proc/loadavg: 1.93 1.99 1.99 4/72 17634
/proc/meminfo: memFree=1503424/2055920 swapFree=4180972/4192956
[pid=17634] ppid=17632 vsize=13600 CPUtime=0.03
/proc/17634/stat : 17634 (sugar) S 17632 17634 16538 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1992530293 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17634/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101792 s]
/proc/loadavg: 1.93 1.99 1.99 4/72 17634
/proc/meminfo: memFree=1503424/2055920 swapFree=4180972/4192956
[pid=17634] ppid=17632 vsize=13600 CPUtime=0.03
/proc/17634/stat : 17634 (sugar) S 17632 17634 16538 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1992530293 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17634/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301809 s]
/proc/loadavg: 1.93 1.99 1.99 4/72 17634
/proc/meminfo: memFree=1503424/2055920 swapFree=4180972/4192956
[pid=17634] ppid=17632 vsize=13600 CPUtime=0.03
/proc/17634/stat : 17634 (sugar) S 17632 17634 16538 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1992530293 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17634/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701846 s]
/proc/loadavg: 1.93 1.99 1.99 4/72 17634
/proc/meminfo: memFree=1503424/2055920 swapFree=4180972/4192956
[pid=17634] ppid=17632 vsize=13600 CPUtime=0.56
/proc/17634/stat : 17634 (sugar) S 17632 17634 16538 0 -1 4194304 956 5438 0 1 3 0 48 5 16 0 1 0 1992530293 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17634/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 13600

[startup+1.51292 s]
/proc/loadavg: 1.93 1.99 1.99 5/83 17656
/proc/meminfo: memFree=1494888/2055920 swapFree=4180972/4192956
[pid=17634] ppid=17632 vsize=13600 CPUtime=0.56
/proc/17634/stat : 17634 (sugar) S 17632 17634 16538 0 -1 4194304 973 5438 0 1 3 0 48 5 16 0 1 0 1992530293 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17634/statm: 3400 797 370 3 0 500 0
[pid=17647] ppid=17634 vsize=5356 CPUtime=0
/proc/17647/stat : 17647 (sh) S 17634 17634 16538 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1992530356 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17647/statm: 1339 233 193 169 0 50 0
[pid=17648] ppid=17647 vsize=864040 CPUtime=0.86
/proc/17648/stat : 17648 (java) S 17647 17634 16538 0 -1 0 6652 0 1 0 83 3 0 0 18 0 9 0 1992530356 884776960 5861 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17648/statm: 216010 5861 2532 9 0 210592 0
[pid=17648/tid=17649] ppid=17647 vsize=864040 CPUtime=0.59
/proc/17648/task/17649/stat : 17649 (java) R 17647 17634 16538 0 -1 64 2537 0 1 0 58 1 0 0 22 0 9 0 1992530357 884776960 5861 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17648/tid=17650] ppid=17647 vsize=864040 CPUtime=0.18
/proc/17648/task/17650/stat : 17650 (java) R 17647 17634 16538 0 -1 64 3078 0 0 0 17 1 0 0 16 0 9 0 1992530358 884776960 5861 996147200 134512640 134550740 4294955952 18446744073709551615 102479109 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17648/tid=17651] ppid=17647 vsize=864040 CPUtime=0
/proc/17648/task/17651/stat : 17651 (java) S 17647 17634 16538 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1992530358 884776960 5861 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17648/tid=17652] ppid=17647 vsize=864040 CPUtime=0
/proc/17648/task/17652/stat : 17652 (java) S 17647 17634 16538 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1992530358 884776960 5861 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17648/tid=17653] ppid=17647 vsize=864040 CPUtime=0
/proc/17648/task/17653/stat : 17653 (java) S 17647 17634 16538 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1992530360 884776960 5861 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17648/tid=17654] ppid=17647 vsize=864040 CPUtime=0.07
/proc/17648/task/17654/stat : 17654 (java) S 17647 17634 16538 0 -1 64 339 0 0 0 7 0 0 0 18 0 9 0 1992530360 884776960 5861 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17648/tid=17655] ppid=17647 vsize=864040 CPUtime=0
/proc/17648/task/17655/stat : 17655 (java) S 17647 17634 16538 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1992530360 884776960 5861 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17648/tid=17656] ppid=17647 vsize=864040 CPUtime=0
/proc/17648/task/17656/stat : 17656 (java) S 17647 17634 16538 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1992530360 884776960 5861 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 882996

[startup+3.10378 s]
/proc/loadavg: 1.93 1.99 1.99 4/83 17656
/proc/meminfo: memFree=1486760/2055920 swapFree=4180972/4192956
[pid=17634] ppid=17632 vsize=13600 CPUtime=0.56
/proc/17634/stat : 17634 (sugar) S 17632 17634 16538 0 -1 4194304 974 5438 0 1 3 0 48 5 15 0 1 0 1992530293 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17634/statm: 3400 797 370 3 0 500 0
[pid=17647] ppid=17634 vsize=5356 CPUtime=0
/proc/17647/stat : 17647 (sh) S 17634 17634 16538 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1992530356 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17647/statm: 1339 233 193 169 0 50 0
[pid=17648] ppid=17647 vsize=868392 CPUtime=2.3
/proc/17648/stat : 17648 (java) S 17647 17634 16538 0 -1 0 11125 0 1 0 223 7 0 0 18 0 9 0 1992530356 889233408 10115 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17648/statm: 217098 10115 2541 9 0 211673 0
[pid=17648/tid=17649] ppid=17647 vsize=868392 CPUtime=1.39
/proc/17648/task/17649/stat : 17649 (java) R 17647 17634 16538 0 -1 64 2926 0 1 0 137 2 0 0 23 0 9 0 1992530357 889233408 10115 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17648/tid=17650] ppid=17647 vsize=868392 CPUtime=0.67
/proc/17648/task/17650/stat : 17650 (java) S 17647 17634 16538 0 -1 64 6013 0 0 0 64 3 0 0 15 0 9 0 1992530358 889233408 10115 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17648/tid=17651] ppid=17647 vsize=868392 CPUtime=0
/proc/17648/task/17651/stat : 17651 (java) S 17647 17634 16538 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1992530358 889233408 10115 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17648/tid=17652] ppid=17647 vsize=868392 CPUtime=0
/proc/17648/task/17652/stat : 17652 (java) S 17647 17634 16538 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1992530358 889233408 10115 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17648/tid=17653] ppid=17647 vsize=868392 CPUtime=0
/proc/17648/task/17653/stat : 17653 (java) S 17647 17634 16538 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1992530360 889233408 10115 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17648/tid=17654] ppid=17647 vsize=868392 CPUtime=0.2
/proc/17648/task/17654/stat : 17654 (java) S 17647 17634 16538 0 -1 64 1488 0 0 0 20 0 0 0 16 0 9 0 1992530360 889233408 10115 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17648/tid=17655] ppid=17647 vsize=868392 CPUtime=0
/proc/17648/task/17655/stat : 17655 (java) S 17647 17634 16538 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1992530360 889233408 10115 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17648/tid=17656] ppid=17647 vsize=868392 CPUtime=0
/proc/17648/task/17656/stat : 17656 (java) S 17647 17634 16538 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1992530360 889233408 10115 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.86
Current children cumulated vsize (KiB) 887348

[startup+6.30234 s]
/proc/loadavg: 2.01 2.00 2.00 3/83 17656
/proc/meminfo: memFree=1452520/2055920 swapFree=4180972/4192956
[pid=17634] ppid=17632 vsize=13600 CPUtime=0.56
/proc/17634/stat : 17634 (sugar) S 17632 17634 16538 0 -1 4194304 974 5438 0 1 3 0 48 5 15 0 1 0 1992530293 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17634/statm: 3400 797 370 3 0 500 0
[pid=17647] ppid=17634 vsize=5356 CPUtime=0
/proc/17647/stat : 17647 (sh) S 17634 17634 16538 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1992530356 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17647/statm: 1339 233 193 169 0 50 0
[pid=17648] ppid=17647 vsize=868504 CPUtime=5.46
/proc/17648/stat : 17648 (java) S 17647 17634 16538 0 -1 0 14060 0 1 0 524 22 0 0 18 0 9 0 1992530356 889348096 12534 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17648/statm: 217126 12534 2565 9 0 211673 0
[pid=17648/tid=17649] ppid=17647 vsize=868504 CPUtime=3.96
/proc/17648/task/17649/stat : 17649 (java) R 17647 17634 16538 0 -1 64 3344 0 1 0 382 14 0 0 25 0 9 0 1992530357 889348096 12534 996147200 134512640 134550740 4294955952 18446744073709551615 4126631384 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17648/tid=17650] ppid=17647 vsize=868504 CPUtime=1.2
/proc/17648/task/17650/stat : 17650 (java) S 17647 17634 16538 0 -1 64 8487 0 0 0 114 6 0 0 16 0 9 0 1992530358 889348096 12534 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17648/tid=17651] ppid=17647 vsize=868504 CPUtime=0
/proc/17648/task/17651/stat : 17651 (java) S 17647 17634 16538 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1992530358 889348096 12534 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17648/tid=17652] ppid=17647 vsize=868504 CPUtime=0
/proc/17648/task/17652/stat : 17652 (java) S 17647 17634 16538 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1992530358 889348096 12534 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17648/tid=17653] ppid=17647 vsize=868504 CPUtime=0
/proc/17648/task/17653/stat : 17653 (java) S 17647 17634 16538 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1992530360 889348096 12534 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17648/tid=17654] ppid=17647 vsize=868504 CPUtime=0.28
/proc/17648/task/17654/stat : 17654 (java) S 17647 17634 16538 0 -1 64 1531 0 0 0 27 1 0 0 16 0 9 0 1992530360 889348096 12534 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17648/tid=17655] ppid=17647 vsize=868504 CPUtime=0
/proc/17648/task/17655/stat : 17655 (java) S 17647 17634 16538 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1992530360 889348096 12534 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17648/tid=17656] ppid=17647 vsize=868504 CPUtime=0
/proc/17648/task/17656/stat : 17656 (java) S 17647 17634 16538 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1992530360 889348096 12534 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.02
Current children cumulated vsize (KiB) 887460

[startup+12.7029 s]
/proc/loadavg: 2.09 2.02 2.01 3/83 17656
/proc/meminfo: memFree=1374120/2055920 swapFree=4180972/4192956
[pid=17634] ppid=17632 vsize=13600 CPUtime=0.56
/proc/17634/stat : 17634 (sugar) S 17632 17634 16538 0 -1 4194304 974 5438 0 1 3 0 48 5 15 0 1 0 1992530293 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17634/statm: 3400 797 370 3 0 500 0
[pid=17647] ppid=17634 vsize=5356 CPUtime=0
/proc/17647/stat : 17647 (sh) S 17634 17634 16538 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1992530356 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17647/statm: 1339 233 193 169 0 50 0
[pid=17648] ppid=17647 vsize=868504 CPUtime=11.76
/proc/17648/stat : 17648 (java) S 17647 17634 16538 0 -1 0 14678 0 1 0 1104 72 0 0 18 0 9 0 1992530356 889348096 12534 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17648/statm: 217126 12534 2565 9 0 211673 0
[pid=17648/tid=17649] ppid=17647 vsize=868504 CPUtime=10.01
/proc/17648/task/17649/stat : 17649 (java) R 17647 17634 16538 0 -1 64 3962 0 1 0 942 59 0 0 25 0 9 0 1992530357 889348096 12534 996147200 134512640 134550740 4294955952 18446744073709551615 4126477252 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17648/tid=17650] ppid=17647 vsize=868504 CPUtime=1.43
/proc/17648/task/17650/stat : 17650 (java) S 17647 17634 16538 0 -1 64 8487 0 0 0 133 10 0 0 16 0 9 0 1992530358 889348096 12534 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17648/tid=17651] ppid=17647 vsize=868504 CPUtime=0
/proc/17648/task/17651/stat : 17651 (java) S 17647 17634 16538 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1992530358 889348096 12534 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17648/tid=17652] ppid=17647 vsize=868504 CPUtime=0
/proc/17648/task/17652/stat : 17652 (java) S 17647 17634 16538 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1992530358 889348096 12534 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17648/tid=17653] ppid=17647 vsize=868504 CPUtime=0
/proc/17648/task/17653/stat : 17653 (java) S 17647 17634 16538 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1992530360 889348096 12534 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17648/tid=17654] ppid=17647 vsize=868504 CPUtime=0.28
/proc/17648/task/17654/stat : 17654 (java) S 17647 17634 16538 0 -1 64 1531 0 0 0 27 1 0 0 16 0 9 0 1992530360 889348096 12534 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17648/tid=17655] ppid=17647 vsize=868504 CPUtime=0
/proc/17648/task/17655/stat : 17655 (java) S 17647 17634 16538 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1992530360 889348096 12534 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17648/tid=17656] ppid=17647 vsize=868504 CPUtime=0
/proc/17648/task/17656/stat : 17656 (java) S 17647 17634 16538 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1992530360 889348096 12534 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.32
Current children cumulated vsize (KiB) 887460

[startup+25.502 s]
/proc/loadavg: 2.21 2.05 2.01 3/75 17658
/proc/meminfo: memFree=1310568/2055920 swapFree=4180972/4192956
[pid=17634] ppid=17632 vsize=13600 CPUtime=17.25
/proc/17634/stat : 17634 (sugar) S 17632 17634 16538 0 -1 4194304 1022 20925 0 2 4 0 1603 118 16 0 1 0 1992530293 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17634/statm: 3400 799 370 3 0 500 0
[pid=17657] ppid=17634 vsize=5356 CPUtime=0
/proc/17657/stat : 17657 (sh) S 17634 17634 16538 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1992532065 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17657/statm: 1339 232 193 169 0 50 0
[pid=17658] ppid=17657 vsize=46916 CPUtime=7.69
/proc/17658/stat : 17658 (picosat) R 17657 17634 16538 0 -1 4194304 9602 0 0 0 345 424 0 0 25 0 1 0 1992532065 48041984 9588 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/17658/statm: 11729 9588 40 102 0 11624 0
Current children cumulated CPU time (s) 24.94
Current children cumulated vsize (KiB) 65872

[startup+51.1013 s]
/proc/loadavg: 2.14 2.04 2.01 3/75 17658
/proc/meminfo: memFree=1213928/2055920 swapFree=4180972/4192956
[pid=17634] ppid=17632 vsize=13600 CPUtime=17.25
/proc/17634/stat : 17634 (sugar) S 17632 17634 16538 0 -1 4194304 1022 20925 0 2 4 0 1603 118 16 0 1 0 1992530293 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17634/statm: 3400 799 370 3 0 500 0
[pid=17657] ppid=17634 vsize=5356 CPUtime=0
/proc/17657/stat : 17657 (sh) S 17634 17634 16538 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1992532065 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17657/statm: 1339 232 193 169 0 50 0
[pid=17658] ppid=17657 vsize=146192 CPUtime=33.06
/proc/17658/stat : 17658 (picosat) R 17657 17634 16538 0 -1 4194304 34056 0 0 0 1494 1812 0 0 25 0 1 0 1992532065 149700608 34042 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/17658/statm: 36548 34042 40 102 0 36443 0
Current children cumulated CPU time (s) 50.31
Current children cumulated vsize (KiB) 165148

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

[startup+63.9014 s]
/proc/loadavg: 2.11 2.04 2.01 3/75 17658
/proc/meminfo: memFree=1164072/2055920 swapFree=4180972/4192956
[pid=17634] ppid=17632 vsize=13600 CPUtime=17.25
/proc/17634/stat : 17634 (sugar) S 17632 17634 16538 0 -1 4194304 1022 20925 0 2 4 0 1603 118 16 0 1 0 1992530293 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17634/statm: 3400 799 370 3 0 500 0
[pid=17657] ppid=17634 vsize=5356 CPUtime=0
/proc/17657/stat : 17657 (sh) S 17634 17634 16538 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1992532065 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17657/statm: 1339 232 193 169 0 50 0
[pid=17658] ppid=17657 vsize=205608 CPUtime=45.75
/proc/17658/stat : 17658 (picosat) R 17657 17634 16538 0 -1 4194304 46144 0 0 0 2074 2501 0 0 25 0 1 0 1992532065 210542592 46130 996147200 134512640 134931368 4294956256 18446744073709551615 134597664 0 0 4096 0 0 0 0 17 1 0 0
/proc/17658/statm: 51402 46130 40 102 0 51297 0
Current children cumulated CPU time (s) 63
Current children cumulated vsize (KiB) 224564

[startup+76.7015 s]
/proc/loadavg: 2.09 2.04 2.01 3/75 17658
/proc/meminfo: memFree=1118248/2055920 swapFree=4180972/4192956
[pid=17634] ppid=17632 vsize=13600 CPUtime=17.25
/proc/17634/stat : 17634 (sugar) S 17632 17634 16538 0 -1 4194304 1022 20925 0 2 4 0 1603 118 16 0 1 0 1992530293 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17634/statm: 3400 799 370 3 0 500 0
[pid=17657] ppid=17634 vsize=5356 CPUtime=0
/proc/17657/stat : 17657 (sh) S 17634 17634 16538 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1992532065 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17657/statm: 1339 232 193 169 0 50 0
[pid=17658] ppid=17657 vsize=248640 CPUtime=58.33
/proc/17658/stat : 17658 (picosat) R 17657 17634 16538 0 -1 4194304 58239 0 0 0 2645 3188 0 0 25 0 1 0 1992532065 254607360 58225 996147200 134512640 134931368 4294956256 18446744073709551615 134597664 0 0 4096 0 0 0 0 17 1 0 0
/proc/17658/statm: 62160 58225 40 102 0 62055 0
Current children cumulated CPU time (s) 75.58
Current children cumulated vsize (KiB) 267596

[startup+79.9018 s]
/proc/loadavg: 2.08 2.04 2.01 3/75 17658
/proc/meminfo: memFree=1105768/2055920 swapFree=4180972/4192956
[pid=17634] ppid=17632 vsize=13600 CPUtime=17.25
/proc/17634/stat : 17634 (sugar) S 17632 17634 16538 0 -1 4194304 1022 20925 0 2 4 0 1603 118 16 0 1 0 1992530293 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17634/statm: 3400 799 370 3 0 500 0
[pid=17657] ppid=17634 vsize=5356 CPUtime=0
/proc/17657/stat : 17657 (sh) S 17634 17634 16538 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1992532065 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17657/statm: 1339 232 193 169 0 50 0
[pid=17658] ppid=17657 vsize=259060 CPUtime=61.5
/proc/17658/stat : 17658 (picosat) R 17657 17634 16538 0 -1 4194304 61150 0 0 0 2796 3354 0 0 25 0 1 0 1992532065 265277440 61136 996147200 134512640 134931368 4294956256 18446744073709551615 134525807 0 0 4096 0 0 0 0 17 1 0 0
/proc/17658/statm: 64765 61136 42 102 0 64660 0
Current children cumulated CPU time (s) 78.75
Current children cumulated vsize (KiB) 278016

[startup+83.1021 s]
/proc/loadavg: 2.08 2.04 2.01 3/75 17658
/proc/meminfo: memFree=1102376/2055920 swapFree=4180972/4192956
[pid=17634] ppid=17632 vsize=13600 CPUtime=17.25
/proc/17634/stat : 17634 (sugar) S 17632 17634 16538 0 -1 4194304 1022 20925 0 2 4 0 1603 118 16 0 1 0 1992530293 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17634/statm: 3400 799 370 3 0 500 0
[pid=17657] ppid=17634 vsize=5356 CPUtime=0
/proc/17657/stat : 17657 (sh) S 17634 17634 16538 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1992532065 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17657/statm: 1339 232 193 169 0 50 0
[pid=17658] ppid=17657 vsize=262912 CPUtime=64.67
/proc/17658/stat : 17658 (picosat) R 17657 17634 16538 0 -1 4194304 61334 0 0 0 3113 3354 0 0 25 0 1 0 1992532065 269221888 61320 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/17658/statm: 65728 61320 42 102 0 65623 0
Current children cumulated CPU time (s) 81.92
Current children cumulated vsize (KiB) 281868

[startup+83.9012 s]
/proc/loadavg: 2.08 2.04 2.01 3/75 17658
/proc/meminfo: memFree=1102376/2055920 swapFree=4180972/4192956
[pid=17634] ppid=17632 vsize=13600 CPUtime=17.25
/proc/17634/stat : 17634 (sugar) S 17632 17634 16538 0 -1 4194304 1022 20925 0 2 4 0 1603 118 16 0 1 0 1992530293 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17634/statm: 3400 799 370 3 0 500 0
[pid=17657] ppid=17634 vsize=5356 CPUtime=0
/proc/17657/stat : 17657 (sh) S 17634 17634 16538 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1992532065 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17657/statm: 1339 232 193 169 0 50 0
[pid=17658] ppid=17657 vsize=262912 CPUtime=65.46
/proc/17658/stat : 17658 (picosat) R 17657 17634 16538 0 -1 4194304 61336 0 0 0 3192 3354 0 0 25 0 1 0 1992532065 269221888 61322 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/17658/statm: 65728 61322 42 102 0 65623 0
Current children cumulated CPU time (s) 82.71
Current children cumulated vsize (KiB) 281868

[startup+84.7062 s]
/proc/loadavg: 2.08 2.04 2.01 5/83 17668
/proc/meminfo: memFree=1342184/2055920 swapFree=4180972/4192956
[pid=17634] ppid=17632 vsize=13600 CPUtime=83.29
/proc/17634/stat : 17634 (sugar) S 17632 17634 16538 0 -1 4194304 1091 82565 0 2 4 1 4847 3477 16 0 1 0 1992530293 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17634/statm: 3400 799 370 3 0 500 0
[pid=17659] ppid=17634 vsize=5356 CPUtime=0
/proc/17659/stat : 17659 (sh) S 17634 17634 16538 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1992538740 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17659/statm: 1339 233 193 169 0 50 0
[pid=17660] ppid=17659 vsize=863720 CPUtime=0.21
/proc/17660/stat : 17660 (java) S 17659 17634 16538 0 -1 0 3413 0 1 0 19 2 0 0 18 0 9 0 1992538741 884449280 2889 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17660/statm: 215930 2889 1643 9 0 210512 0
[pid=17660/tid=17661] ppid=17659 vsize=863720 CPUtime=0.19
/proc/17660/task/17661/stat : 17661 (java) R 17659 17634 16538 0 -1 64 2433 0 1 0 18 1 0 0 18 0 9 0 1992538742 884449280 2889 996147200 134512640 134550740 4294956000 18446744073709551615 102826942 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17660/tid=17662] ppid=17659 vsize=863720 CPUtime=0
/proc/17660/task/17662/stat : 17662 (java) S 17659 17634 16538 0 -1 64 76 0 0 0 0 0 0 0 16 0 9 0 1992538743 884449280 2889 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17660/tid=17663] ppid=17659 vsize=863720 CPUtime=0
/proc/17660/task/17663/stat : 17663 (java) S 17659 17634 16538 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 1992538743 884449280 2889 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17660/tid=17664] ppid=17659 vsize=863720 CPUtime=0
/proc/17660/task/17664/stat : 17664 (java) S 17659 17634 16538 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1992538743 884449280 2889 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17660/tid=17665] ppid=17659 vsize=863720 CPUtime=0
/proc/17660/task/17665/stat : 17665 (java) S 17659 17634 16538 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1992538745 884449280 2889 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17660/tid=17666] ppid=17659 vsize=863720 CPUtime=0
/proc/17660/task/17666/stat : 17666 (java) R 17659 17634 16538 0 -1 64 213 0 0 0 0 0 0 0 19 0 9 0 1992538745 884449280 2889 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17660/tid=17667] ppid=17659 vsize=863720 CPUtime=0
/proc/17660/task/17667/stat : 17667 (java) S 17659 17634 16538 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1992538746 884449280 2889 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17660/tid=17668] ppid=17659 vsize=863720 CPUtime=0
/proc/17660/task/17668/stat : 17668 (java) S 17659 17634 16538 0 -1 64 0 0 0 0 0 0 0 0 16 0 9 0 1992538746 884449280 2889 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 83.5
Current children cumulated vsize (KiB) 882676

[startup+85.1013 s]
/proc/loadavg: 2.08 2.04 2.01 5/83 17668
/proc/meminfo: memFree=1342184/2055920 swapFree=4180972/4192956
[pid=17634] ppid=17632 vsize=13600 CPUtime=83.89
/proc/17634/stat : 17634 (sugar) R 17632 17634 16538 0 -1 4194304 1120 86585 0 3 4 5 4899 3481 16 0 1 0 1992530293 13926400 801 996147200 4194304 4206940 548682068608 18446744073709551615 240472790057 0 0 4224 16386 0 0 0 17 1 0 0
/proc/17634/statm: 3400 801 371 3 0 500 0
Current children cumulated CPU time (s) 83.89
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 85.1458
CPU time (s): 83.9572
CPU user time (s): 49.0405
CPU system time (s): 34.9167
CPU usage (%): 98.6041
Max. virtual memory (cumulated for all children) (KiB): 887852

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 49.0405
system time used= 34.9167
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 87735
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= 15569
involuntary context switches= 16838

runsolver used 0.122981 second user time and 0.280957 second system time

The end

Launcher Data (download as text)

Begin job on node15 at 2008-07-04 03:39:17
IDJOB=1062551
IDBENCH=54653
IDSOLVER=345
FILE ID=node15/1062551-1215135557
PBS_JOBID= 7877322
Free space on /tmp= 66552 MiB

SOLVER NAME= Sugar v1.13+picosat
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/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1062551-1215135557/watcher-1062551-1215135557 -o /tmp/evaluation-result-1062551-1215135557/solver-1062551-1215135557 -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/picosat" -tmp="HOME/temp" HOME/instance-1062551-1215135557.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= a0bd23ddc00d5680974e37efcfc8ab07
RANDOM SEED=2000363313

node15.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.229
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.229
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:       1503904 kB
Buffers:         77464 kB
Cached:         360148 kB
SwapCached:       6020 kB
Active:         251444 kB
Inactive:       224508 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1503904 kB
SwapTotal:     4192956 kB
SwapFree:      4180972 kB
Dirty:            2048 kB
Writeback:           0 kB
Mapped:          45900 kB
Slab:            61376 kB
Committed_AS:  3483992 kB
PageTables:       1928 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66548 MiB
End job on node15 at 2008-07-04 03:40:42