Trace number 1084296

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 23.4334 23.6751

General information on the benchmark

Namecsp/domino/
normalized-domino-1000-800.xml
MD5SUM1919eb0949d5cf7c3bd8d086f0d144f1
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.051991
Satisfiable
(Un)Satisfiability was proved
Number of variables1000
Number of constraints1000
Maximum constraint arity2
Maximum domain size800
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1000
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 Sat Jul  5 05:58:34 2008
0.00/0.04	c 0	PID 16014
0.00/0.05	c 0	HOST node33.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1084296-1215230314.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-1084296-1215230314.xml' 'HOME/temp.csp'
0.04/0.46	c 1	1 domains, 1000 variables, 2 predicates, 0 relations, 1000 constraints
0.04/0.47	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.47	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.44/0.55	c 1	Parsing HOME/temp.csp
0.44/0.72	c 1	parsed 2003 expressions
0.44/0.73	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.44/0.73	c 1	Converting to clausal form CSP
0.44/0.75	c 1	converted 201 (10%) expressions
0.44/0.76	c 1	converted 401 (20%) expressions
0.44/0.76	c 1	converted 601 (30%) expressions
0.44/0.76	c 1	converted 802 (40%) expressions
0.44/0.77	c 1	converted 1002 (50%) expressions
0.44/0.81	c 1	converted 1202 (60%) expressions
0.44/0.91	c 1	converted 1403 (70%) expressions
0.44/0.92	c 1	converted 1603 (80%) expressions
0.44/0.94	c 1	converted 1803 (90%) expressions
0.44/0.94	c 1	converted 2003 (100%) expressions
0.44/0.94	c 1	CSP : 1000 integers, 2 booleans, 2003 clauses, largest domain size 800
0.44/0.94	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.44/0.94	c 1	Propagation in CSP
0.44/0.97	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.44/0.97	c 1	CSP : 1000 integers, 2 booleans, 2003 clauses, largest domain size 800
0.44/0.97	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.44/0.98	c 1	Simplifing CSP by introducing new Boolean variables
0.44/0.98	c 1	CSP : 1000 integers, 2 booleans, 2003 clauses, largest domain size 800
0.44/0.98	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.95/1.01	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.05/1.14	c 1	100 (10%) CSP integer variables are encoded (79800 clauses, 1174882 bytes)
1.14/1.24	c 1	200 (20%) CSP integer variables are encoded (159600 clauses, 2491335 bytes)
1.24/1.35	c 1	300 (30%) CSP integer variables are encoded (239400 clauses, 3847935 bytes)
1.34/1.46	c 2	400 (40%) CSP integer variables are encoded (319200 clauses, 5204535 bytes)
1.45/1.57	c 2	500 (50%) CSP integer variables are encoded (399000 clauses, 6561135 bytes)
1.54/1.68	c 2	600 (60%) CSP integer variables are encoded (478800 clauses, 7917735 bytes)
1.64/1.78	c 2	700 (70%) CSP integer variables are encoded (558600 clauses, 9274335 bytes)
1.74/1.89	c 2	800 (80%) CSP integer variables are encoded (638400 clauses, 10630935 bytes)
1.84/1.99	c 2	900 (90%) CSP integer variables are encoded (718200 clauses, 11987535 bytes)
1.94/2.09	c 2	1000 (100%) CSP integer variables are encoded (798000 clauses, 13344135 bytes)
2.24/2.32	c 2	201 (10%) CSP clauses are encoded (956205 clauses, 15687160 bytes)
2.44/2.54	c 3	401 (20%) CSP clauses are encoded (1116005 clauses, 18318570 bytes)
2.63/2.77	c 3	601 (30%) CSP clauses are encoded (1275805 clauses, 21035170 bytes)
2.84/2.99	c 3	802 (40%) CSP clauses are encoded (1436404 clauses, 23765353 bytes)
3.12/3.23	c 3	1002 (50%) CSP clauses are encoded (1596204 clauses, 26481953 bytes)
3.32/3.45	c 4	1202 (60%) CSP clauses are encoded (1756004 clauses, 29198553 bytes)
3.52/3.67	c 4	1403 (70%) CSP clauses are encoded (1916603 clauses, 31928736 bytes)
3.82/3.90	c 4	1603 (80%) CSP clauses are encoded (2076403 clauses, 34645336 bytes)
4.01/4.12	c 4	1803 (90%) CSP clauses are encoded (2236203 clauses, 37361936 bytes)
4.21/4.35	c 4	2003 (100%) CSP clauses are encoded (2396003 clauses, 40078536 bytes)
4.21/4.35	c 4	2003 CSP clauses encoded
4.21/4.35	c 4	Writing map file : HOME/temp.map
4.21/4.37	c 4	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.21/4.37	c 4	SAT : 799002 SAT variables, 2396003 SAT clauses, 40078536 bytes
4.21/4.37	c 4	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.29/4.43	c 4	SOLVING HOME/temp.cnf
4.29/4.43	c 4	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
22.06/22.39	c 22	DECODING HOME/temp.out WITH HOME/temp.map
22.06/22.39	c 22	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
22.17/22.47	c 23	Decoding HOME/temp.out
23.25/23.57	s SATISFIABLE
23.35/23.61	v 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799 799
23.35/23.62	c 24	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
23.35/23.64	c 24	CPU 14.01 (0.04 0.01 13.97 9.37)
23.35/23.64	c 24	END Sat Jul  5 05:58:58 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-1084296-1215230314/watcher-1084296-1215230314 -o /tmp/evaluation-result-1084296-1215230314/solver-1084296-1215230314 -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-1084296-1215230314.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.95 2.12 2.06 4/72 16014
/proc/meminfo: memFree=1833424/2055920 swapFree=4180424/4192956
[pid=16014] ppid=16012 vsize=18572 CPUtime=0
/proc/16014/stat : 16014 (runsolver) R 16012 16014 14475 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 2002004897 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 210824129831 0 0 4096 24578 0 0 0 17 1 0 0
/proc/16014/statm: 4643 292 257 25 0 2626 0

[startup+0.055367 s]
/proc/loadavg: 1.95 2.12 2.06 4/72 16014
/proc/meminfo: memFree=1833424/2055920 swapFree=4180424/4192956
[pid=16014] ppid=16012 vsize=13600 CPUtime=0.04
/proc/16014/stat : 16014 (sugar) S 16012 16014 14475 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2002004897 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16014/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.101373 s]
/proc/loadavg: 1.95 2.12 2.06 4/72 16014
/proc/meminfo: memFree=1833424/2055920 swapFree=4180424/4192956
[pid=16014] ppid=16012 vsize=13600 CPUtime=0.04
/proc/16014/stat : 16014 (sugar) S 16012 16014 14475 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2002004897 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16014/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301398 s]
/proc/loadavg: 1.95 2.12 2.06 4/72 16014
/proc/meminfo: memFree=1833424/2055920 swapFree=4180424/4192956
[pid=16014] ppid=16012 vsize=13600 CPUtime=0.04
/proc/16014/stat : 16014 (sugar) S 16012 16014 14475 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2002004897 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16014/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701445 s]
/proc/loadavg: 1.95 2.12 2.06 4/72 16014
/proc/meminfo: memFree=1833424/2055920 swapFree=4180424/4192956
[pid=16014] ppid=16012 vsize=13600 CPUtime=0.44
/proc/16014/stat : 16014 (sugar) S 16012 16014 14475 0 -1 4194304 973 4913 0 1 3 1 37 3 16 0 1 0 2002004897 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16014/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 13600

[startup+1.50154 s]
/proc/loadavg: 1.95 2.12 2.06 4/83 16036
/proc/meminfo: memFree=1819448/2055920 swapFree=4180424/4192956
[pid=16014] ppid=16012 vsize=13600 CPUtime=0.44
/proc/16014/stat : 16014 (sugar) S 16012 16014 14475 0 -1 4194304 974 4913 0 1 3 1 37 3 15 0 1 0 2002004897 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16014/statm: 3400 797 370 3 0 500 0
[pid=16027] ppid=16014 vsize=5356 CPUtime=0
/proc/16027/stat : 16027 (sh) S 16014 16014 14475 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002004944 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16027/statm: 1339 233 193 169 0 50 0
[pid=16028] ppid=16027 vsize=868380 CPUtime=1.01
/proc/16028/stat : 16028 (java) S 16027 16014 14475 0 -1 0 6511 0 1 0 93 8 0 0 19 0 9 0 2002004944 889221120 5625 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16028/statm: 217095 5625 2562 9 0 211642 0
[pid=16028/tid=16029] ppid=16027 vsize=868380 CPUtime=0.71
/proc/16028/task/16029/stat : 16029 (java) R 16027 16014 14475 0 -1 64 2831 0 1 0 66 5 0 0 25 0 9 0 2002004945 889221120 5625 996147200 134512640 134550740 4294955952 18446744073709551615 4126885906 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16028/tid=16030] ppid=16027 vsize=868380 CPUtime=0.06
/proc/16028/task/16030/stat : 16030 (java) S 16027 16014 14475 0 -1 64 1538 0 0 0 6 0 0 0 16 0 9 0 2002004946 889221120 5625 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16028/tid=16031] ppid=16027 vsize=868380 CPUtime=0
/proc/16028/task/16031/stat : 16031 (java) S 16027 16014 14475 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002004947 889221120 5625 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16028/tid=16032] ppid=16027 vsize=868380 CPUtime=0
/proc/16028/task/16032/stat : 16032 (java) S 16027 16014 14475 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2002004947 889221120 5625 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16028/tid=16033] ppid=16027 vsize=868380 CPUtime=0
/proc/16028/task/16033/stat : 16033 (java) S 16027 16014 14475 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002004949 889221120 5625 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16028/tid=16034] ppid=16027 vsize=868380 CPUtime=0.19
/proc/16028/task/16034/stat : 16034 (java) S 16027 16014 14475 0 -1 64 1450 0 0 0 19 0 0 0 16 0 9 0 2002004949 889221120 5625 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16028/tid=16035] ppid=16027 vsize=868380 CPUtime=0
/proc/16028/task/16035/stat : 16035 (java) S 16027 16014 14475 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2002004949 889221120 5625 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16028/tid=16036] ppid=16027 vsize=868380 CPUtime=0
/proc/16028/task/16036/stat : 16036 (java) S 16027 16014 14475 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2002004949 889221120 5625 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 887336

[startup+3.10289 s]
/proc/loadavg: 1.96 2.12 2.06 3/83 16036
/proc/meminfo: memFree=1805368/2055920 swapFree=4180424/4192956
[pid=16014] ppid=16012 vsize=13600 CPUtime=0.44
/proc/16014/stat : 16014 (sugar) S 16012 16014 14475 0 -1 4194304 974 4913 0 1 3 1 37 3 15 0 1 0 2002004897 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16014/statm: 3400 797 370 3 0 500 0
[pid=16027] ppid=16014 vsize=5356 CPUtime=0
/proc/16027/stat : 16027 (sh) S 16014 16014 14475 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002004944 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16027/statm: 1339 233 193 169 0 50 0
[pid=16028] ppid=16027 vsize=868380 CPUtime=2.59
/proc/16028/stat : 16028 (java) S 16027 16014 14475 0 -1 0 7000 0 1 0 235 24 0 0 19 0 9 0 2002004944 889221120 5639 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16028/statm: 217095 5639 2562 9 0 211642 0
[pid=16028/tid=16029] ppid=16027 vsize=868380 CPUtime=2.15
/proc/16028/task/16029/stat : 16029 (java) R 16027 16014 14475 0 -1 64 3309 0 1 0 197 18 0 0 25 0 9 0 2002004945 889221120 5639 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16028/tid=16030] ppid=16027 vsize=868380 CPUtime=0.19
/proc/16028/task/16030/stat : 16030 (java) S 16027 16014 14475 0 -1 64 1538 0 0 0 16 3 0 0 15 0 9 0 2002004946 889221120 5639 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16028/tid=16031] ppid=16027 vsize=868380 CPUtime=0
/proc/16028/task/16031/stat : 16031 (java) S 16027 16014 14475 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002004947 889221120 5639 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16028/tid=16032] ppid=16027 vsize=868380 CPUtime=0
/proc/16028/task/16032/stat : 16032 (java) S 16027 16014 14475 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2002004947 889221120 5639 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16028/tid=16033] ppid=16027 vsize=868380 CPUtime=0
/proc/16028/task/16033/stat : 16033 (java) S 16027 16014 14475 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002004949 889221120 5639 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16028/tid=16034] ppid=16027 vsize=868380 CPUtime=0.22
/proc/16028/task/16034/stat : 16034 (java) S 16027 16014 14475 0 -1 64 1461 0 0 0 21 1 0 0 16 0 9 0 2002004949 889221120 5639 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16028/tid=16035] ppid=16027 vsize=868380 CPUtime=0
/proc/16028/task/16035/stat : 16035 (java) S 16027 16014 14475 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2002004949 889221120 5639 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16028/tid=16036] ppid=16027 vsize=868380 CPUtime=0
/proc/16028/task/16036/stat : 16036 (java) S 16027 16014 14475 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2002004949 889221120 5639 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 887336

[startup+6.30212 s]
/proc/loadavg: 1.96 2.12 2.06 3/75 16038
/proc/meminfo: memFree=1777016/2055920 swapFree=4180424/4192956
[pid=16014] ppid=16012 vsize=13600 CPUtime=4.31
/proc/16014/stat : 16014 (sugar) S 16012 16014 14475 0 -1 4194304 1022 12593 0 2 3 1 387 40 16 0 1 0 2002004897 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16014/statm: 3400 799 370 3 0 500 0
[pid=16037] ppid=16014 vsize=5356 CPUtime=0
/proc/16037/stat : 16037 (sh) S 16014 16014 14475 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2002005340 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16037/statm: 1339 232 193 169 0 50 0
[pid=16038] ppid=16037 vsize=40664 CPUtime=1.83
/proc/16038/stat : 16038 (picosat) R 16037 16014 14475 0 -1 4194304 6181 0 0 0 85 98 0 0 25 0 1 0 2002005340 41639936 6167 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/16038/statm: 10166 6167 40 102 0 10061 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 59620

[startup+12.7019 s]
/proc/loadavg: 1.96 2.11 2.06 3/75 16038
/proc/meminfo: memFree=1715136/2055920 swapFree=4180424/4192956
[pid=16014] ppid=16012 vsize=13600 CPUtime=4.31
/proc/16014/stat : 16014 (sugar) S 16012 16014 14475 0 -1 4194304 1022 12593 0 2 3 1 387 40 16 0 1 0 2002004897 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16014/statm: 3400 799 370 3 0 500 0
[pid=16037] ppid=16014 vsize=5356 CPUtime=0
/proc/16037/stat : 16037 (sh) S 16014 16014 14475 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2002005340 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16037/statm: 1339 232 193 169 0 50 0
[pid=16038] ppid=16037 vsize=92736 CPUtime=8.2
/proc/16038/stat : 16038 (picosat) R 16037 16014 14475 0 -1 4194304 19334 0 0 0 365 455 0 0 25 0 1 0 2002005340 94961664 19320 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/16038/statm: 23184 19320 40 102 0 23079 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 111692

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

[startup+19.1016 s]
/proc/loadavg: 1.97 2.11 2.06 3/75 16038
/proc/meminfo: memFree=1706176/2055920 swapFree=4180424/4192956
[pid=16014] ppid=16012 vsize=13600 CPUtime=4.31
/proc/16014/stat : 16014 (sugar) S 16012 16014 14475 0 -1 4194304 1022 12593 0 2 3 1 387 40 16 0 1 0 2002004897 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16014/statm: 3400 799 370 3 0 500 0
[pid=16037] ppid=16014 vsize=5356 CPUtime=0
/proc/16037/stat : 16037 (sh) S 16014 16014 14475 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2002005340 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16037/statm: 1339 232 193 169 0 50 0
[pid=16038] ppid=16037 vsize=101448 CPUtime=14.57
/proc/16038/stat : 16038 (picosat) R 16037 16014 14475 0 -1 4194304 21527 0 0 0 645 812 0 0 25 0 1 0 2002005340 103882752 21513 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/16038/statm: 25362 21513 40 102 0 25257 0
Current children cumulated CPU time (s) 18.88
Current children cumulated vsize (KiB) 120404

[startup+20.7018 s]
/proc/loadavg: 1.97 2.11 2.06 3/75 16038
/proc/meminfo: memFree=1704640/2055920 swapFree=4180424/4192956
[pid=16014] ppid=16012 vsize=13600 CPUtime=4.31
/proc/16014/stat : 16014 (sugar) S 16012 16014 14475 0 -1 4194304 1022 12593 0 2 3 1 387 40 16 0 1 0 2002004897 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16014/statm: 3400 799 370 3 0 500 0
[pid=16037] ppid=16014 vsize=5356 CPUtime=0
/proc/16037/stat : 16037 (sh) S 16014 16014 14475 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2002005340 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16037/statm: 1339 232 193 169 0 50 0
[pid=16038] ppid=16037 vsize=107472 CPUtime=16.17
/proc/16038/stat : 16038 (picosat) R 16037 16014 14475 0 -1 4194304 22708 0 0 0 728 889 0 0 25 0 1 0 2002005340 110051328 22694 996147200 134512640 134931368 4294956256 18446744073709551615 134522740 0 0 4096 0 0 0 0 17 1 0 0
/proc/16038/statm: 26868 22694 42 102 0 26763 0
Current children cumulated CPU time (s) 20.48
Current children cumulated vsize (KiB) 126428

[startup+22.301 s]
/proc/loadavg: 1.97 2.11 2.06 3/75 16038
/proc/meminfo: memFree=1690624/2055920 swapFree=4180424/4192956
[pid=16014] ppid=16012 vsize=13600 CPUtime=4.31
/proc/16014/stat : 16014 (sugar) S 16012 16014 14475 0 -1 4194304 1022 12593 0 2 3 1 387 40 16 0 1 0 2002004897 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16014/statm: 3400 799 370 3 0 500 0
[pid=16037] ppid=16014 vsize=5356 CPUtime=0
/proc/16037/stat : 16037 (sh) S 16014 16014 14475 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2002005340 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16037/statm: 1339 232 193 169 0 50 0
[pid=16038] ppid=16037 vsize=119776 CPUtime=17.75
/proc/16038/stat : 16038 (picosat) R 16037 16014 14475 0 -1 4194304 25179 0 0 0 883 892 0 0 25 0 1 0 2002005340 122650624 24383 996147200 134512640 134931368 4294956256 18446744073709551615 134533841 0 0 4096 0 0 0 0 17 1 0 0
/proc/16038/statm: 29944 24383 47 102 0 29839 0
Current children cumulated CPU time (s) 22.06
Current children cumulated vsize (KiB) 138732

[startup+23.1071 s]
/proc/loadavg: 1.97 2.11 2.06 3/83 16048
/proc/meminfo: memFree=1779456/2055920 swapFree=4180424/4192956
[pid=16014] ppid=16012 vsize=13600 CPUtime=22.17
/proc/16014/stat : 16014 (sugar) S 16012 16014 14475 0 -1 4194304 1091 38058 0 2 3 1 1278 935 16 0 1 0 2002004897 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16014/statm: 3400 799 370 3 0 500 0
[pid=16039] ppid=16014 vsize=5356 CPUtime=0
/proc/16039/stat : 16039 (sh) S 16014 16014 14475 0 -1 4194304 278 0 0 0 0 0 0 0 19 0 1 0 2002007136 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16039/statm: 1339 233 193 169 0 50 0
[pid=16040] ppid=16039 vsize=864044 CPUtime=0.69
/proc/16040/stat : 16040 (java) S 16039 16014 14475 0 -1 0 3588 0 1 0 68 1 0 0 18 0 9 0 2002007137 884781056 3060 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16040/statm: 216011 3060 1666 9 0 210593 0
[pid=16040/tid=16041] ppid=16039 vsize=864044 CPUtime=0.62
/proc/16040/task/16041/stat : 16041 (java) R 16039 16014 14475 0 -1 64 2461 0 1 0 62 0 0 0 23 0 9 0 2002007138 884781056 3060 996147200 134512640 134550740 4294956000 18446744073709551615 4126485545 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16040/tid=16042] ppid=16039 vsize=864044 CPUtime=0
/proc/16040/task/16042/stat : 16042 (java) S 16039 16014 14475 0 -1 64 134 0 0 0 0 0 0 0 16 0 9 0 2002007139 884781056 3060 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16040/tid=16043] ppid=16039 vsize=864044 CPUtime=0
/proc/16040/task/16043/stat : 16043 (java) S 16039 16014 14475 0 -1 64 9 0 0 0 0 0 0 0 19 0 9 0 2002007139 884781056 3060 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16040/tid=16044] ppid=16039 vsize=864044 CPUtime=0
/proc/16040/task/16044/stat : 16044 (java) S 16039 16014 14475 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2002007139 884781056 3060 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16040/tid=16045] ppid=16039 vsize=864044 CPUtime=0
/proc/16040/task/16045/stat : 16045 (java) S 16039 16014 14475 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002007141 884781056 3060 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16040/tid=16046] ppid=16039 vsize=864044 CPUtime=0.04
/proc/16040/task/16046/stat : 16046 (java) S 16039 16014 14475 0 -1 64 301 0 0 0 4 0 0 0 16 0 9 0 2002007141 884781056 3060 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16040/tid=16047] ppid=16039 vsize=864044 CPUtime=0
/proc/16040/task/16047/stat : 16047 (java) S 16039 16014 14475 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2002007141 884781056 3060 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16040/tid=16048] ppid=16039 vsize=864044 CPUtime=0
/proc/16040/task/16048/stat : 16048 (java) S 16039 16014 14475 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002007141 884781056 3060 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 22.86
Current children cumulated vsize (KiB) 883000

[startup+23.5022 s]
/proc/loadavg: 1.97 2.11 2.06 3/83 16048
/proc/meminfo: memFree=1779456/2055920 swapFree=4180424/4192956
[pid=16014] ppid=16012 vsize=13600 CPUtime=22.17
/proc/16014/stat : 16014 (sugar) S 16012 16014 14475 0 -1 4194304 1091 38058 0 2 3 1 1278 935 16 0 1 0 2002004897 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16014/statm: 3400 799 370 3 0 500 0
[pid=16039] ppid=16014 vsize=5356 CPUtime=0
/proc/16039/stat : 16039 (sh) S 16014 16014 14475 0 -1 4194304 278 0 0 0 0 0 0 0 19 0 1 0 2002007136 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16039/statm: 1339 233 193 169 0 50 0
[pid=16040] ppid=16039 vsize=864044 CPUtime=1.08
/proc/16040/stat : 16040 (java) S 16039 16014 14475 0 -1 0 3593 0 1 0 107 1 0 0 18 0 9 0 2002007137 884781056 3063 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16040/statm: 216011 3063 1666 9 0 210593 0
[pid=16040/tid=16041] ppid=16039 vsize=864044 CPUtime=1.01
/proc/16040/task/16041/stat : 16041 (java) R 16039 16014 14475 0 -1 64 2463 0 1 0 101 0 0 0 25 0 9 0 2002007138 884781056 3063 996147200 134512640 134550740 4294956000 18446744073709551615 4126485347 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16040/tid=16042] ppid=16039 vsize=864044 CPUtime=0
/proc/16040/task/16042/stat : 16042 (java) S 16039 16014 14475 0 -1 64 134 0 0 0 0 0 0 0 16 0 9 0 2002007139 884781056 3063 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16040/tid=16043] ppid=16039 vsize=864044 CPUtime=0
/proc/16040/task/16043/stat : 16043 (java) S 16039 16014 14475 0 -1 64 9 0 0 0 0 0 0 0 19 0 9 0 2002007139 884781056 3063 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16040/tid=16044] ppid=16039 vsize=864044 CPUtime=0
/proc/16040/task/16044/stat : 16044 (java) S 16039 16014 14475 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2002007139 884781056 3063 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16040/tid=16045] ppid=16039 vsize=864044 CPUtime=0
/proc/16040/task/16045/stat : 16045 (java) S 16039 16014 14475 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002007141 884781056 3063 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16040/tid=16046] ppid=16039 vsize=864044 CPUtime=0.05
/proc/16040/task/16046/stat : 16046 (java) S 16039 16014 14475 0 -1 64 304 0 0 0 5 0 0 0 16 0 9 0 2002007141 884781056 3063 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16040/tid=16047] ppid=16039 vsize=864044 CPUtime=0
/proc/16040/task/16047/stat : 16047 (java) S 16039 16014 14475 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2002007141 884781056 3063 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16040/tid=16048] ppid=16039 vsize=864044 CPUtime=0
/proc/16040/task/16048/stat : 16048 (java) S 16039 16014 14475 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002007141 884781056 3063 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 23.25
Current children cumulated vsize (KiB) 883000

[startup+23.6022 s]
/proc/loadavg: 1.97 2.11 2.06 3/83 16048
/proc/meminfo: memFree=1779456/2055920 swapFree=4180424/4192956
[pid=16014] ppid=16012 vsize=13600 CPUtime=22.17
/proc/16014/stat : 16014 (sugar) S 16012 16014 14475 0 -1 4194304 1091 38058 0 2 3 1 1278 935 16 0 1 0 2002004897 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16014/statm: 3400 799 370 3 0 500 0
[pid=16039] ppid=16014 vsize=5356 CPUtime=0
/proc/16039/stat : 16039 (sh) S 16014 16014 14475 0 -1 4194304 278 0 0 0 0 0 0 0 19 0 1 0 2002007136 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16039/statm: 1339 233 193 169 0 50 0
[pid=16040] ppid=16039 vsize=864044 CPUtime=1.18
/proc/16040/stat : 16040 (java) S 16039 16014 14475 0 -1 0 3602 0 1 0 117 1 0 0 18 0 9 0 2002007137 884781056 3072 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16040/statm: 216011 3072 1670 9 0 210593 0
[pid=16040/tid=16041] ppid=16039 vsize=864044 CPUtime=1.1
/proc/16040/task/16041/stat : 16041 (java) R 16039 16014 14475 0 -1 64 2466 0 1 0 110 0 0 0 25 0 9 0 2002007138 884781056 3072 996147200 134512640 134550740 4294956000 18446744073709551615 4125977419 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16040/tid=16042] ppid=16039 vsize=864044 CPUtime=0
/proc/16040/task/16042/stat : 16042 (java) S 16039 16014 14475 0 -1 64 134 0 0 0 0 0 0 0 16 0 9 0 2002007139 884781056 3072 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16040/tid=16043] ppid=16039 vsize=864044 CPUtime=0
/proc/16040/task/16043/stat : 16043 (java) S 16039 16014 14475 0 -1 64 9 0 0 0 0 0 0 0 19 0 9 0 2002007139 884781056 3072 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16040/tid=16044] ppid=16039 vsize=864044 CPUtime=0
/proc/16040/task/16044/stat : 16044 (java) S 16039 16014 14475 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2002007139 884781056 3072 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16040/tid=16045] ppid=16039 vsize=864044 CPUtime=0
/proc/16040/task/16045/stat : 16045 (java) S 16039 16014 14475 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002007141 884781056 3072 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16040/tid=16046] ppid=16039 vsize=864044 CPUtime=0.05
/proc/16040/task/16046/stat : 16046 (java) S 16039 16014 14475 0 -1 64 310 0 0 0 5 0 0 0 16 0 9 0 2002007141 884781056 3072 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16040/tid=16047] ppid=16039 vsize=864044 CPUtime=0
/proc/16040/task/16047/stat : 16047 (java) S 16039 16014 14475 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2002007141 884781056 3072 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16040/tid=16048] ppid=16039 vsize=864044 CPUtime=0
/proc/16040/task/16048/stat : 16048 (java) S 16039 16014 14475 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002007141 884781056 3072 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 23.35
Current children cumulated vsize (KiB) 883000

Child status: 0
Real time (s): 23.6751
CPU time (s): 23.4334
CPU user time (s): 14.0129
CPU system time (s): 9.42057
CPU usage (%): 98.9792
Max. virtual memory (cumulated for all children) (KiB): 887336

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 14.0129
system time used= 9.42057
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 43163
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= 9957
involuntary context switches= 10098

runsolver used 0.028995 second user time and 0.089986 second system time

The end

Launcher Data (download as text)

Begin job on node33 at 2008-07-05 05:58:34
IDJOB=1084296
IDBENCH=57550
IDSOLVER=345
FILE ID=node33/1084296-1215230314
PBS_JOBID= 7881868
Free space on /tmp= 66472 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/domino/normalized-domino-1000-800.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-1084296-1215230314/watcher-1084296-1215230314 -o /tmp/evaluation-result-1084296-1215230314/solver-1084296-1215230314 -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-1084296-1215230314.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 1919eb0949d5cf7c3bd8d086f0d144f1
RANDOM SEED=1416063474

node33.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.231
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.231
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:       1833904 kB
Buffers:         18896 kB
Cached:         129972 kB
SwapCached:       6444 kB
Active:         113960 kB
Inactive:        46572 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1833904 kB
SwapTotal:     4192956 kB
SwapFree:      4180424 kB
Dirty:            1424 kB
Writeback:           0 kB
Mapped:          19516 kB
Slab:            46852 kB
Committed_AS:  3680728 kB
PageTables:       1776 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= 66472 MiB
End job on node33 at 2008-07-05 05:58:58