Trace number 1058375

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 152.128 153.88

General information on the benchmark

Namecsp/compet02/
normalized-patat-02-comp-19.xml
MD5SUM88348dabf1de3aab78e1de9f2b35d337
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark121.312
Satisfiable
(Un)Satisfiability was proved
Number of variables800
Number of constraints64077
Maximum constraint arity20
Maximum domain size45
Number of constraints which are defined in extension0
Number of constraints which are defined in intension63777
Global constraints used (with number of constraints)alldifferent(300)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/picosat
0.00/0.04	c 0	BEGIN Mon Jul  7 21:52:04 2008
0.00/0.04	c 0	PID 3994
0.00/0.05	c 0	HOST node23.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1058375-1215460323.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-1058375-1215460323.xml' 'HOME/temp.csp'
3.43/3.59	c 3	28 domains, 800 variables, 1 predicates, 0 relations, 64077 constraints
3.53/3.62	c 3	ENCODING HOME/temp.csp TO HOME/temp.cnf
3.53/3.62	c 3	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'
3.55/3.70	c 3	Parsing HOME/temp.csp
3.55/4.20	c 4	parsed 10000 expressions
4.41/4.55	c 4	parsed 20000 expressions
4.70/4.81	c 5	parsed 30000 expressions
5.00/5.13	c 5	parsed 40000 expressions
5.20/5.38	c 5	parsed 50000 expressions
5.59/5.78	c 5	parsed 60000 expressions
5.79/5.93	c 6	parsed 64906 expressions
5.79/5.93	c 6	Heap : 26 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
5.79/5.93	c 6	Converting to clausal form CSP
6.38/6.57	c 6	converted 6491 (10%) expressions
7.17/7.33	c 7	converted 12982 (20%) expressions
7.68/7.84	c 8	converted 19472 (30%) expressions
8.77/8.92	c 9	converted 25963 (40%) expressions
9.25/9.42	c 9	converted 32453 (50%) expressions
9.75/9.93	c 10	converted 38944 (60%) expressions
10.24/10.44	c 10	converted 45435 (70%) expressions
10.73/10.97	c 11	converted 51925 (80%) expressions
12.03/12.27	c 12	converted 58416 (90%) expressions
13.91/14.10	c 14	converted 64906 (100%) expressions
13.91/14.10	c 14	CSP : 800 integers, 0 booleans, 108907 clauses, largest domain size 45
13.91/14.10	c 14	Heap : 138 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
13.91/14.10	c 14	Propagation in CSP
14.59/14.87	c 15	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
14.59/14.87	c 15	CSP : 800 integers, 0 booleans, 108907 clauses, largest domain size 45
14.59/14.87	c 15	Heap : 146 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
14.69/14.91	c 15	Simplifing CSP by introducing new Boolean variables
17.66/17.92	c 18	CSP : 800 integers, 339323 booleans, 448230 clauses, largest domain size 45
17.66/17.92	c 18	Heap : 254 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
19.15/19.41	c 19	Encoding CSP to SAT : HOME/temp.cnf
19.15/19.48	c 19	80 (10%) CSP integer variables are encoded (3440 clauses, 42621 bytes)
19.15/19.48	c 19	160 (20%) CSP integer variables are encoded (6880 clauses, 87341 bytes)
19.15/19.48	c 19	240 (30%) CSP integer variables are encoded (10320 clauses, 133158 bytes)
19.15/19.49	c 19	320 (40%) CSP integer variables are encoded (13760 clauses, 184758 bytes)
19.15/19.49	c 19	400 (50%) CSP integer variables are encoded (17200 clauses, 236358 bytes)
19.24/19.50	c 19	480 (60%) CSP integer variables are encoded (17342 clauses, 238488 bytes)
19.24/19.51	c 19	560 (70%) CSP integer variables are encoded (17486 clauses, 240648 bytes)
19.24/19.51	c 19	640 (80%) CSP integer variables are encoded (17651 clauses, 243123 bytes)
19.24/19.51	c 19	720 (90%) CSP integer variables are encoded (17867 clauses, 246363 bytes)
19.24/19.52	c 19	800 (100%) CSP integer variables are encoded (17995 clauses, 248283 bytes)
21.12/21.47	c 21	44823 (10%) CSP clauses are encoded (901261 clauses, 17397055 bytes)
23.01/23.38	c 23	89646 (20%) CSP clauses are encoded (1788756 clauses, 35323335 bytes)
24.98/25.36	c 25	134469 (30%) CSP clauses are encoded (2672412 clauses, 53892373 bytes)
26.99/27.52	c 27	179292 (40%) CSP clauses are encoded (3567317 clauses, 73013064 bytes)
28.94/29.50	c 29	224115 (50%) CSP clauses are encoded (4444969 clauses, 91853085 bytes)
30.92/31.52	c 31	268938 (60%) CSP clauses are encoded (5327059 clauses, 111206484 bytes)
32.90/33.56	c 33	313761 (70%) CSP clauses are encoded (6218955 clauses, 131376899 bytes)
35.54/36.29	c 36	358584 (80%) CSP clauses are encoded (7568966 clauses, 160179706 bytes)
38.30/39.01	c 39	403407 (90%) CSP clauses are encoded (8922833 clauses, 189077775 bytes)
40.96/41.75	c 41	448230 (100%) CSP clauses are encoded (10277228 clauses, 218179730 bytes)
40.96/41.75	c 41	448230 CSP clauses encoded
40.96/41.75	c 41	Writing map file : HOME/temp.map
40.96/41.80	c 41	Heap : 196 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
40.96/41.80	c 41	SAT : 358100 SAT variables, 10277228 SAT clauses, 218179730 bytes
41.05/41.80	c 41	Heap : 196 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
41.05/41.85	c 42	SOLVING HOME/temp.cnf
41.05/41.85	c 42	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
151.15/152.94	c 153	DECODING HOME/temp.out WITH HOME/temp.map
151.15/152.94	c 153	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
151.21/153.05	c 153	Decoding HOME/temp.out
151.21/153.71	s SATISFIABLE
151.21/153.74	v 36 5 25 38 7 22 17 32 1 43 12 37 22 41 28 23 11 43 42 6 7 44 30 3 3 40 44 14 19 4 3 5 20 26 1 33 8 22 6 0 1 30 33 30 29 10 0 1 0 12 5 15 4 42 40 8 5 5 13 17 44 6 1 12 0 7 2 12 41 14 6 2 1 6 35 0 16 34 26 18 25 40 12 4 24 0 11 22 5 20 4 42 16 36 2 27 37 4 7 34 14 9 31 27 29 32 14 9 6 4 38 25 10 17 4 32 41 18 33 8 13 10 21 7 7 37 8 39 27 7 32 7 11 42 11 16 15 19 12 14 10 16 13 20 17 26 20 13 17 10 40 14 39 15 12 27 36 24 14 10 8 0 19 23 15 33 23 16 37 38 23 1 20 34 20 1 11 19 15 21 16 11 18 36 8 4 43 30 30 22 39 14 21 6 29 13 20 1 5 15 33 29 6 29 21 21 2 22 42 19 2 17 28 24 25 24 19 0 18 35 26 22 29 31 3 34 26 27 28 24 0 4 39 26 23 2 22 27 32 10 28 39 25 4 25 16 32 34 27 24 6 17 41 11 26 2 28 38 12 18 3 31 11 22 41 36 2 10 15 8 30 28 33 39 3 13 30 19 30 24 31 23 36 39 31 17 44 13 26 31 32 14 9 32 27 33 16 18 19 29 5 16 33 2 9 33 23 43 19 35 38 35 5 3 22 11 0 15 35 9 27 35 36 11 44 31 21 30 31 18 38 18 36 30 9 29 15 35 20 43 40 38 40 1 13 34 31 3 41 8 35 37 28 38 9 35 44 23 23 41 39 36 29 25 35 8 28 5 9 42 44 21 32 21 36 8 40 9 7 43 25 37 43 6 20 43 18 24 12 43 10 34 39 24 37 42 3 21 44 17 4 7 7 3 3 8 7 5 2 7 1 8 2 7 2 8 5 4 7 6 6 4 4 6 9 3 2 0 7 1 2 3 8 8 1 2 2 4 8 9 9 0 8 1 3 0 8 8 0 6 2 2 2 8 7 8 6 4 3 6 6 2 3 7 4 0 4 3 4 1 7 8 4 5 8 1 5 2 1 8 1 9 4 9 6 3 8 0 9 7 7 4 3 3 7 0 6 6 7 7 8 0 7 8 8 0 4 4 0 5 4 2 3 2 8 7 2 7 1 5 7 6 0 5 8 7 6 9 3 4 3 2 7 3 4 7 6 2 5 6 4 8 8 6 0 2 1 6 3 9 4 3 6 3 2 1 0 7 7 2 1 7 3 3 4 6 9 9 4 2 4 7 4 4 2 6 3 6 1 8 0 6 2 7 3 4 8 8 3 3 1 2 3 3 4 0 5 0 5 8 0 0 4 9 5 6 0 1 2 0 3 1 1 3 4 8 8 2 0 0 3 6 7 8 0 6 0 7 4 0 5 3 3 7 0 5 5 6 2 8 6 0 6 0 3 6 6 8 2 9 9 5 5 2 6 2 9 1 8 4 1 9 9 7 6 2 9 7 5 4 5 8 7 4 4 5 9 4 2 1 6 6 5 7 0 4 7 4 4 1 8 9 5 4 5 4 4 3 5 6 1 2 5 6 8 3 1 2 1 4 7 5 0 8 9 0 6 7 6 2 4 7 8 1 8 4 4 6 3 6 6 5 6 7 6 1 0 3 3 1 8 0 2 5 2 3 2 7 8 9 9 3 7 8 7 1 1 2 7 3 8 9 2 5 2 0 3 8 9 1 5 7 1 1 1 7 6 3 1 6 8 0 0 1 9 3 9 4 9 9 1 1 2 2 2 6 3 2 3 8
151.21/153.75	c 153	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
151.21/153.77	c 153	CPU 99.74 (0.03 0.02 99.71 52.22)
151.21/153.77	c 153	END Mon Jul  7 21:54:37 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-1058375-1215460323/watcher-1058375-1215460323 -o /tmp/evaluation-result-1058375-1215460323/solver-1058375-1215460323 -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-1058375-1215460323.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: 2.18 2.12 2.14 4/72 3994
/proc/meminfo: memFree=1866464/2055920 swapFree=4192812/4192956
[pid=3994] ppid=3992 vsize=18572 CPUtime=0
/proc/3994/stat : 3994 (runsolver) R 3992 3994 2682 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 2734356 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 238487661863 0 0 4096 24578 0 0 0 17 1 0 0
/proc/3994/statm: 4643 292 257 25 0 2626 0

[startup+0.119896 s]
/proc/loadavg: 2.18 2.12 2.14 4/72 3994
/proc/meminfo: memFree=1866464/2055920 swapFree=4192812/4192956
[pid=3994] ppid=3992 vsize=13600 CPUtime=0.04
/proc/3994/stat : 3994 (sugar) S 3992 3994 2682 0 -1 4194304 900 127 0 0 3 1 0 0 21 0 1 0 2734356 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3994/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.201902 s]
/proc/loadavg: 2.18 2.12 2.14 4/72 3994
/proc/meminfo: memFree=1866464/2055920 swapFree=4192812/4192956
[pid=3994] ppid=3992 vsize=13600 CPUtime=0.04
/proc/3994/stat : 3994 (sugar) S 3992 3994 2682 0 -1 4194304 900 127 0 0 3 1 0 0 21 0 1 0 2734356 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3994/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301915 s]
/proc/loadavg: 2.18 2.12 2.14 4/72 3994
/proc/meminfo: memFree=1866464/2055920 swapFree=4192812/4192956
[pid=3994] ppid=3992 vsize=13600 CPUtime=0.04
/proc/3994/stat : 3994 (sugar) S 3992 3994 2682 0 -1 4194304 900 127 0 0 3 1 0 0 21 0 1 0 2734356 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3994/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701962 s]
/proc/loadavg: 2.18 2.12 2.14 4/72 3994
/proc/meminfo: memFree=1866464/2055920 swapFree=4192812/4192956
[pid=3994] ppid=3992 vsize=13600 CPUtime=0.04
/proc/3994/stat : 3994 (sugar) S 3992 3994 2682 0 -1 4194304 900 127 0 0 3 1 0 0 21 0 1 0 2734356 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3994/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50205 s]
/proc/loadavg: 2.18 2.12 2.14 3/83 4006
/proc/meminfo: memFree=1829896/2055920 swapFree=4192812/4192956
[pid=3994] ppid=3992 vsize=13600 CPUtime=0.04
/proc/3994/stat : 3994 (sugar) S 3992 3994 2682 0 -1 4194304 900 127 0 0 3 1 0 0 21 0 1 0 2734356 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3994/statm: 3400 796 370 3 0 500 0
[pid=3997] ppid=3994 vsize=5356 CPUtime=0
/proc/3997/stat : 3997 (sh) S 3994 3994 2682 0 -1 4194304 277 0 0 0 0 0 0 0 23 0 1 0 2734361 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3997/statm: 1339 233 193 169 0 50 0
[pid=3998] ppid=3997 vsize=864656 CPUtime=1.43
/proc/3998/stat : 3998 (java) S 3997 3994 2682 0 -1 0 17381 0 1 0 132 11 0 0 18 0 9 0 2734361 885407744 14465 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3998/statm: 216164 14465 2529 9 0 210746 0
[pid=3998/tid=3999] ppid=3997 vsize=864656 CPUtime=0.68
/proc/3998/task/3999/stat : 3999 (java) R 3997 3994 2682 0 -1 64 2989 0 1 0 66 2 0 0 25 0 9 0 2734362 885407744 14465 996147200 134512640 134550740 4294956000 18446744073709551615 4126496056 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3998/tid=4000] ppid=3997 vsize=864656 CPUtime=0.62
/proc/3998/task/4000/stat : 4000 (java) S 3997 3994 2682 0 -1 64 13209 0 0 0 55 7 0 0 17 0 9 0 2734363 885407744 14465 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3998/tid=4001] ppid=3997 vsize=864656 CPUtime=0
/proc/3998/task/4001/stat : 4001 (java) S 3997 3994 2682 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2734364 885407744 14465 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3998/tid=4002] ppid=3997 vsize=864656 CPUtime=0
/proc/3998/task/4002/stat : 4002 (java) S 3997 3994 2682 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 2734364 885407744 14465 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3998/tid=4003] ppid=3997 vsize=864656 CPUtime=0
/proc/3998/task/4003/stat : 4003 (java) S 3997 3994 2682 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2734366 885407744 14465 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3998/tid=4004] ppid=3997 vsize=864656 CPUtime=0.09
/proc/3998/task/4004/stat : 4004 (java) S 3997 3994 2682 0 -1 64 484 0 0 0 9 0 0 0 16 0 9 0 2734366 885407744 14465 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3998/tid=4005] ppid=3997 vsize=864656 CPUtime=0
/proc/3998/task/4005/stat : 4005 (java) S 3997 3994 2682 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2734366 885407744 14465 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3998/tid=4006] ppid=3997 vsize=864656 CPUtime=0
/proc/3998/task/4006/stat : 4006 (java) S 3997 3994 2682 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2734366 885407744 14465 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 883612

[startup+3.10124 s]
/proc/loadavg: 2.17 2.12 2.13 4/83 4006
/proc/meminfo: memFree=1780104/2055920 swapFree=4192812/4192956
[pid=3994] ppid=3992 vsize=13600 CPUtime=0.04
/proc/3994/stat : 3994 (sugar) S 3992 3994 2682 0 -1 4194304 900 127 0 0 3 1 0 0 21 0 1 0 2734356 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3994/statm: 3400 796 370 3 0 500 0
[pid=3997] ppid=3994 vsize=5356 CPUtime=0
/proc/3997/stat : 3997 (sh) S 3994 3994 2682 0 -1 4194304 277 0 0 0 0 0 0 0 23 0 1 0 2734361 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3997/statm: 1339 233 193 169 0 50 0
[pid=3998] ppid=3997 vsize=864680 CPUtime=3.01
/proc/3998/stat : 3998 (java) S 3997 3994 2682 0 -1 0 31313 0 1 0 283 18 0 0 18 0 9 0 2734361 885432320 26412 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3998/statm: 216170 26412 2529 9 0 210752 0
[pid=3998/tid=3999] ppid=3997 vsize=864680 CPUtime=1.49
/proc/3998/task/3999/stat : 3999 (java) R 3997 3994 2682 0 -1 64 3909 0 1 0 146 3 0 0 25 0 9 0 2734362 885432320 26412 996147200 134512640 134550740 4294956000 18446744073709551615 4126677716 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3998/tid=4000] ppid=3997 vsize=864680 CPUtime=1.35
/proc/3998/task/4000/stat : 4000 (java) S 3997 3994 2682 0 -1 64 26188 0 0 0 122 13 0 0 16 0 9 0 2734363 885432320 26412 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3998/tid=4001] ppid=3997 vsize=864680 CPUtime=0
/proc/3998/task/4001/stat : 4001 (java) S 3997 3994 2682 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2734364 885432320 26412 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3998/tid=4002] ppid=3997 vsize=864680 CPUtime=0
/proc/3998/task/4002/stat : 4002 (java) S 3997 3994 2682 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2734364 885432320 26412 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3998/tid=4003] ppid=3997 vsize=864680 CPUtime=0
/proc/3998/task/4003/stat : 4003 (java) S 3997 3994 2682 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2734366 885432320 26412 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3998/tid=4004] ppid=3997 vsize=864680 CPUtime=0.13
/proc/3998/task/4004/stat : 4004 (java) S 3997 3994 2682 0 -1 64 517 0 0 0 13 0 0 0 16 0 9 0 2734366 885432320 26412 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3998/tid=4005] ppid=3997 vsize=864680 CPUtime=0
/proc/3998/task/4005/stat : 4005 (java) S 3997 3994 2682 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2734366 885432320 26412 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3998/tid=4006] ppid=3997 vsize=864680 CPUtime=0
/proc/3998/task/4006/stat : 4006 (java) S 3997 3994 2682 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2734366 885432320 26412 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 883636

[startup+6.30261 s]
/proc/loadavg: 2.17 2.12 2.13 4/83 4016
/proc/meminfo: memFree=1834376/2055920 swapFree=4192812/4192956
[pid=3994] ppid=3992 vsize=13600 CPUtime=3.55
/proc/3994/stat : 3994 (sugar) S 3992 3994 2682 0 -1 4194304 974 31984 0 1 3 1 329 22 15 0 1 0 2734356 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3994/statm: 3400 797 370 3 0 500 0
[pid=4007] ppid=3994 vsize=5356 CPUtime=0
/proc/4007/stat : 4007 (sh) S 3994 3994 2682 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2734719 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4007/statm: 1339 233 193 169 0 50 0
[pid=4008] ppid=4007 vsize=868304 CPUtime=2.64
/proc/4008/stat : 4008 (java) S 4007 3994 2682 0 -1 0 13999 0 1 0 255 9 0 0 18 0 9 0 2734719 889143296 12530 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4008/statm: 217076 12530 2543 9 0 211651 0
[pid=4008/tid=4009] ppid=4007 vsize=868304 CPUtime=1.68
/proc/4008/task/4009/stat : 4009 (java) R 4007 3994 2682 0 -1 64 3096 0 1 0 166 2 0 0 25 0 9 0 2734720 889143296 12530 996147200 134512640 134550740 4294955952 18446744073709551615 102064687 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4008/tid=4010] ppid=4007 vsize=868304 CPUtime=0.74
/proc/4008/task/4010/stat : 4010 (java) S 4007 3994 2682 0 -1 64 8743 0 0 0 69 5 0 0 16 0 9 0 2734721 889143296 12530 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4008/tid=4011] ppid=4007 vsize=868304 CPUtime=0
/proc/4008/task/4011/stat : 4011 (java) S 4007 3994 2682 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2734721 889143296 12530 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4008/tid=4012] ppid=4007 vsize=868304 CPUtime=0
/proc/4008/task/4012/stat : 4012 (java) S 4007 3994 2682 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2734721 889143296 12530 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4008/tid=4013] ppid=4007 vsize=868304 CPUtime=0
/proc/4008/task/4013/stat : 4013 (java) S 4007 3994 2682 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2734723 889143296 12530 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4008/tid=4014] ppid=4007 vsize=868304 CPUtime=0.19
/proc/4008/task/4014/stat : 4014 (java) S 4007 3994 2682 0 -1 64 1462 0 0 0 19 0 0 0 16 0 9 0 2734723 889143296 12530 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4008/tid=4015] ppid=4007 vsize=868304 CPUtime=0
/proc/4008/task/4015/stat : 4015 (java) S 4007 3994 2682 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2734723 889143296 12530 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4008/tid=4016] ppid=4007 vsize=868304 CPUtime=0
/proc/4008/task/4016/stat : 4016 (java) S 4007 3994 2682 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2734723 889143296 12530 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 887260

[startup+12.7015 s]
/proc/loadavg: 2.22 2.13 2.14 3/83 4016
/proc/meminfo: memFree=1745608/2055920 swapFree=4192812/4192956
[pid=3994] ppid=3992 vsize=13600 CPUtime=3.55
/proc/3994/stat : 3994 (sugar) S 3992 3994 2682 0 -1 4194304 974 31984 0 1 3 1 329 22 16 0 1 0 2734356 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3994/statm: 3400 797 370 3 0 500 0
[pid=4007] ppid=3994 vsize=5356 CPUtime=0
/proc/4007/stat : 4007 (sh) S 3994 3994 2682 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2734719 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4007/statm: 1339 233 193 169 0 50 0
[pid=4008] ppid=4007 vsize=868416 CPUtime=8.96
/proc/4008/stat : 4008 (java) S 4007 3994 2682 0 -1 0 56237 0 1 0 863 33 0 0 18 0 9 0 2734719 889257984 33987 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4008/statm: 217104 33987 2540 9 0 211679 0
[pid=4008/tid=4009] ppid=4007 vsize=868416 CPUtime=5.25
/proc/4008/task/4009/stat : 4009 (java) R 4007 3994 2682 0 -1 64 4493 0 1 0 522 3 0 0 25 0 9 0 2734720 889257984 33987 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4008/tid=4010] ppid=4007 vsize=868416 CPUtime=3.49
/proc/4008/task/4010/stat : 4010 (java) R 4007 3994 2682 0 -1 64 49582 0 0 0 321 28 0 0 16 0 9 0 2734721 889257984 33987 996147200 134512640 134550740 4294955952 18446744073709551615 102516781 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4008/tid=4011] ppid=4007 vsize=868416 CPUtime=0
/proc/4008/task/4011/stat : 4011 (java) S 4007 3994 2682 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2734721 889257984 33987 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4008/tid=4012] ppid=4007 vsize=868416 CPUtime=0
/proc/4008/task/4012/stat : 4012 (java) S 4007 3994 2682 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2734721 889257984 33987 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4008/tid=4013] ppid=4007 vsize=868416 CPUtime=0
/proc/4008/task/4013/stat : 4013 (java) S 4007 3994 2682 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2734723 889257984 33987 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4008/tid=4014] ppid=4007 vsize=868416 CPUtime=0.19
/proc/4008/task/4014/stat : 4014 (java) S 4007 3994 2682 0 -1 64 1464 0 0 0 19 0 0 0 17 0 9 0 2734723 889257984 33987 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4008/tid=4015] ppid=4007 vsize=868416 CPUtime=0
/proc/4008/task/4015/stat : 4015 (java) S 4007 3994 2682 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2734723 889257984 33987 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4008/tid=4016] ppid=4007 vsize=868416 CPUtime=0
/proc/4008/task/4016/stat : 4016 (java) S 4007 3994 2682 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2734723 889257984 33987 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 887372

[startup+25.5021 s]
/proc/loadavg: 2.26 2.14 2.14 3/83 4016
/proc/meminfo: memFree=1541384/2055920 swapFree=4192812/4192956
[pid=3994] ppid=3992 vsize=13600 CPUtime=3.55
/proc/3994/stat : 3994 (sugar) S 3992 3994 2682 0 -1 4194304 974 31984 0 1 3 1 329 22 16 0 1 0 2734356 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3994/statm: 3400 797 370 3 0 500 0
[pid=4007] ppid=3994 vsize=5356 CPUtime=0
/proc/4007/stat : 4007 (sh) S 3994 3994 2682 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2734719 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4007/statm: 1339 233 193 169 0 50 0
[pid=4008] ppid=4007 vsize=868528 CPUtime=21.62
/proc/4008/stat : 4008 (java) S 4007 3994 2682 0 -1 0 104969 0 1 0 2075 87 0 0 18 0 9 0 2734719 889372672 69064 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4008/statm: 217132 69064 2566 9 0 211679 0
[pid=4008/tid=4009] ppid=4007 vsize=868528 CPUtime=13.13
/proc/4008/task/4009/stat : 4009 (java) R 4007 3994 2682 0 -1 64 5848 0 1 0 1278 35 0 0 25 0 9 0 2734720 889372672 69064 996147200 134512640 134550740 4294955952 18446744073709551615 4127014188 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4008/tid=4010] ppid=4007 vsize=868528 CPUtime=8.18
/proc/4008/task/4010/stat : 4010 (java) S 4007 3994 2682 0 -1 64 96903 0 0 0 768 50 0 0 16 0 9 0 2734721 889372672 69064 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4008/tid=4011] ppid=4007 vsize=868528 CPUtime=0
/proc/4008/task/4011/stat : 4011 (java) S 4007 3994 2682 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2734721 889372672 69064 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4008/tid=4012] ppid=4007 vsize=868528 CPUtime=0
/proc/4008/task/4012/stat : 4012 (java) S 4007 3994 2682 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2734721 889372672 69064 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4008/tid=4013] ppid=4007 vsize=868528 CPUtime=0
/proc/4008/task/4013/stat : 4013 (java) S 4007 3994 2682 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2734723 889372672 69064 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4008/tid=4014] ppid=4007 vsize=868528 CPUtime=0.28
/proc/4008/task/4014/stat : 4014 (java) S 4007 3994 2682 0 -1 64 1520 0 0 0 28 0 0 0 16 0 9 0 2734723 889372672 69064 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4008/tid=4015] ppid=4007 vsize=868528 CPUtime=0
/proc/4008/task/4015/stat : 4015 (java) S 4007 3994 2682 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2734723 889372672 69064 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4008/tid=4016] ppid=4007 vsize=868528 CPUtime=0
/proc/4008/task/4016/stat : 4016 (java) S 4007 3994 2682 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2734723 889372672 69064 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.17
Current children cumulated vsize (KiB) 887484

[startup+51.1014 s]
/proc/loadavg: 2.17 2.13 2.14 3/75 4018
/proc/meminfo: memFree=1608712/2055920 swapFree=4192812/4192956
[pid=3994] ppid=3992 vsize=13600 CPUtime=41.11
/proc/3994/stat : 3994 (sugar) S 3992 3994 2682 0 -1 4194304 1022 137467 0 2 3 1 3886 221 16 0 1 0 2734356 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3994/statm: 3400 799 370 3 0 500 0
[pid=4017] ppid=3994 vsize=5356 CPUtime=0
/proc/4017/stat : 4017 (sh) S 3994 3994 2682 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2738542 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4017/statm: 1339 232 193 169 0 50 0
[pid=4018] ppid=4017 vsize=39744 CPUtime=9.13
/proc/4018/stat : 4018 (picosat) R 4017 3994 2682 0 -1 4194304 9662 0 0 0 424 489 0 0 25 0 1 0 2738542 40697856 9648 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/4018/statm: 9936 9648 40 102 0 9831 0
Current children cumulated CPU time (s) 50.24
Current children cumulated vsize (KiB) 58700

[startup+102.302 s]
/proc/loadavg: 2.07 2.10 2.13 3/75 4018
/proc/meminfo: memFree=1404232/2055920 swapFree=4192812/4192956
[pid=3994] ppid=3992 vsize=13600 CPUtime=41.11
/proc/3994/stat : 3994 (sugar) S 3992 3994 2682 0 -1 4194304 1022 137467 0 2 3 1 3886 221 16 0 1 0 2734356 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3994/statm: 3400 799 370 3 0 500 0
[pid=4017] ppid=3994 vsize=5356 CPUtime=0
/proc/4017/stat : 4017 (sh) S 3994 3994 2682 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2738542 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4017/statm: 1339 232 193 169 0 50 0
[pid=4018] ppid=4017 vsize=264888 CPUtime=59.9
/proc/4018/stat : 4018 (picosat) R 4017 3994 2682 0 -1 4194304 60262 0 0 0 2769 3221 0 0 25 0 1 0 2738542 271245312 60248 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/4018/statm: 66222 60248 40 102 0 66117 0
Current children cumulated CPU time (s) 101.01
Current children cumulated vsize (KiB) 283844

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

[startup+102.406 s]
/proc/loadavg: 2.07 2.10 2.13 3/75 4018
/proc/meminfo: memFree=1404232/2055920 swapFree=4192812/4192956
[pid=3994] ppid=3992 vsize=13600 CPUtime=41.11
/proc/3994/stat : 3994 (sugar) S 3992 3994 2682 0 -1 4194304 1022 137467 0 2 3 1 3886 221 16 0 1 0 2734356 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3994/statm: 3400 799 370 3 0 500 0
[pid=4017] ppid=3994 vsize=5356 CPUtime=0
/proc/4017/stat : 4017 (sh) S 3994 3994 2682 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2738542 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4017/statm: 1339 232 193 169 0 50 0
[pid=4018] ppid=4017 vsize=265284 CPUtime=60
/proc/4018/stat : 4018 (picosat) R 4017 3994 2682 0 -1 4194304 60361 0 0 0 2773 3227 0 0 25 0 1 0 2738542 271650816 60347 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/4018/statm: 66321 60347 40 102 0 66216 0
Current children cumulated CPU time (s) 101.11
Current children cumulated vsize (KiB) 284240

[startup+128.001 s]
/proc/loadavg: 2.04 2.10 2.12 3/75 4018
/proc/meminfo: memFree=1304904/2055920 swapFree=4192812/4192956
[pid=3994] ppid=3992 vsize=13600 CPUtime=41.11
/proc/3994/stat : 3994 (sugar) S 3992 3994 2682 0 -1 4194304 1022 137467 0 2 3 1 3886 221 16 0 1 0 2734356 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3994/statm: 3400 799 370 3 0 500 0
[pid=4017] ppid=3994 vsize=5356 CPUtime=0
/proc/4017/stat : 4017 (sh) S 3994 3994 2682 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2738542 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4017/statm: 1339 232 193 169 0 50 0
[pid=4018] ppid=4017 vsize=384116 CPUtime=85.37
/proc/4018/stat : 4018 (picosat) R 4017 3994 2682 0 -1 4194304 85419 0 0 0 3935 4602 0 0 25 0 1 0 2738542 393334784 85405 996147200 134512640 134931368 4294956256 18446744073709551615 134514702 0 0 4096 0 0 0 0 17 1 0 0
/proc/4018/statm: 96029 85405 40 102 0 95924 0
Current children cumulated CPU time (s) 126.48
Current children cumulated vsize (KiB) 403072

[startup+140.802 s]
/proc/loadavg: 2.04 2.09 2.12 3/75 4018
/proc/meminfo: memFree=1273096/2055920 swapFree=4192812/4192956
[pid=3994] ppid=3992 vsize=13600 CPUtime=41.11
/proc/3994/stat : 3994 (sugar) S 3992 3994 2682 0 -1 4194304 1022 137467 0 2 3 1 3886 221 16 0 1 0 2734356 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3994/statm: 3400 799 370 3 0 500 0
[pid=4017] ppid=3994 vsize=5356 CPUtime=0
/proc/4017/stat : 4017 (sh) S 3994 3994 2682 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2738542 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4017/statm: 1339 232 193 169 0 50 0
[pid=4018] ppid=4017 vsize=413176 CPUtime=98.06
/proc/4018/stat : 4018 (picosat) R 4017 3994 2682 0 -1 4194304 92937 0 0 0 4816 4990 0 0 25 0 1 0 2738542 423092224 92923 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/4018/statm: 103294 92923 42 102 0 103189 0
Current children cumulated CPU time (s) 139.17
Current children cumulated vsize (KiB) 432132

[startup+147.203 s]
/proc/loadavg: 2.03 2.09 2.12 3/75 4018
/proc/meminfo: memFree=1272968/2055920 swapFree=4192812/4192956
[pid=3994] ppid=3992 vsize=13600 CPUtime=41.11
/proc/3994/stat : 3994 (sugar) S 3992 3994 2682 0 -1 4194304 1022 137467 0 2 3 1 3886 221 16 0 1 0 2734356 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3994/statm: 3400 799 370 3 0 500 0
[pid=4017] ppid=3994 vsize=5356 CPUtime=0
/proc/4017/stat : 4017 (sh) S 3994 3994 2682 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2738542 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4017/statm: 1339 232 193 169 0 50 0
[pid=4018] ppid=4017 vsize=413184 CPUtime=104.4
/proc/4018/stat : 4018 (picosat) R 4017 3994 2682 0 -1 4194304 92981 0 0 0 5450 4990 0 0 25 0 1 0 2738542 423100416 92965 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/4018/statm: 103296 92965 48 102 0 103191 0
Current children cumulated CPU time (s) 145.51
Current children cumulated vsize (KiB) 432140

[startup+150.401 s]
/proc/loadavg: 2.03 2.09 2.12 3/75 4018
/proc/meminfo: memFree=1272904/2055920 swapFree=4192812/4192956
[pid=3994] ppid=3992 vsize=13600 CPUtime=41.11
/proc/3994/stat : 3994 (sugar) S 3992 3994 2682 0 -1 4194304 1022 137467 0 2 3 1 3886 221 16 0 1 0 2734356 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3994/statm: 3400 799 370 3 0 500 0
[pid=4017] ppid=3994 vsize=5356 CPUtime=0
/proc/4017/stat : 4017 (sh) S 3994 3994 2682 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2738542 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4017/statm: 1339 232 193 169 0 50 0
[pid=4018] ppid=4017 vsize=413184 CPUtime=107.57
/proc/4018/stat : 4018 (picosat) R 4017 3994 2682 0 -1 4194304 92995 0 0 0 5767 4990 0 0 25 0 1 0 2738542 423100416 92979 996147200 134512640 134931368 4294956256 18446744073709551615 134525575 0 0 4096 0 0 0 0 17 1 0 0
/proc/4018/statm: 103296 92979 48 102 0 103191 0
Current children cumulated CPU time (s) 148.68
Current children cumulated vsize (KiB) 432140

[startup+152.001 s]
/proc/loadavg: 2.03 2.09 2.12 3/75 4018
/proc/meminfo: memFree=1272584/2055920 swapFree=4192812/4192956
[pid=3994] ppid=3992 vsize=13600 CPUtime=41.11
/proc/3994/stat : 3994 (sugar) S 3992 3994 2682 0 -1 4194304 1022 137467 0 2 3 1 3886 221 16 0 1 0 2734356 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3994/statm: 3400 799 370 3 0 500 0
[pid=4017] ppid=3994 vsize=5356 CPUtime=0
/proc/4017/stat : 4017 (sh) S 3994 3994 2682 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2738542 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4017/statm: 1339 232 193 169 0 50 0
[pid=4018] ppid=4017 vsize=417416 CPUtime=109.15
/proc/4018/stat : 4018 (picosat) R 4017 3994 2682 0 -1 4194304 93113 0 0 0 5925 4990 0 0 25 0 1 0 2738542 427433984 93097 996147200 134512640 134931368 4294956256 18446744073709551615 134552166 0 0 4096 0 0 0 0 17 1 0 0
/proc/4018/statm: 104354 93097 52 102 0 104249 0
Current children cumulated CPU time (s) 150.26
Current children cumulated vsize (KiB) 436372

[startup+152.801 s]
/proc/loadavg: 2.03 2.09 2.12 3/75 4018
/proc/meminfo: memFree=1272584/2055920 swapFree=4192812/4192956
[pid=3994] ppid=3992 vsize=13600 CPUtime=41.11
/proc/3994/stat : 3994 (sugar) S 3992 3994 2682 0 -1 4194304 1022 137467 0 2 3 1 3886 221 16 0 1 0 2734356 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3994/statm: 3400 799 370 3 0 500 0
[pid=4017] ppid=3994 vsize=5356 CPUtime=0
/proc/4017/stat : 4017 (sh) S 3994 3994 2682 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2738542 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4017/statm: 1339 232 193 169 0 50 0
[pid=4018] ppid=4017 vsize=351756 CPUtime=109.94
/proc/4018/stat : 4018 (picosat) R 4017 3994 2682 0 -1 4194304 93113 0 0 0 6003 4991 0 0 25 0 1 0 2738542 360198144 83715 996147200 134512640 134931368 4294956256 18446744073709551615 134581922 0 0 4096 0 0 0 0 17 1 0 0
/proc/4018/statm: 87939 83715 52 102 0 87834 0
Current children cumulated CPU time (s) 151.05
Current children cumulated vsize (KiB) 370712

[startup+153.602 s]
/proc/loadavg: 2.03 2.09 2.12 3/75 4018
/proc/meminfo: memFree=1395464/2055920 swapFree=4192812/4192956
[pid=3994] ppid=3992 vsize=13600 CPUtime=151.21
/proc/3994/stat : 3994 (sugar) S 3992 3994 2682 0 -1 4194304 1091 230866 0 2 3 1 9898 5219 16 0 1 0 2734356 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3994/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 151.21
Current children cumulated vsize (KiB) 13600

[startup+153.802 s]
/proc/loadavg: 2.03 2.09 2.12 3/75 4018
/proc/meminfo: memFree=1395464/2055920 swapFree=4192812/4192956
[pid=3994] ppid=3992 vsize=13600 CPUtime=152.02
/proc/3994/stat : 3994 (sugar) R 3992 3994 2682 0 -1 4194304 1120 234856 0 3 3 6 9971 5222 16 0 1 0 2734356 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 238487835689 0 0 4224 16386 0 0 0 17 1 0 0
/proc/3994/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 152.02
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 153.88
CPU time (s): 152.128
CPU user time (s): 99.7578
CPU system time (s): 52.37
CPU usage (%): 98.8616
Max. virtual memory (cumulated for all children) (KiB): 913988

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 99.7578
system time used= 52.37
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 236006
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= 9041
involuntary context switches= 11317

runsolver used 0.225965 second user time and 0.497924 second system time

The end

Launcher Data (download as text)

Begin job on node23 at 2008-07-07 21:52:04
IDJOB=1058375
IDBENCH=54124
IDSOLVER=345
FILE ID=node23/1058375-1215460323
PBS_JOBID= 7888599
Free space on /tmp= 66528 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/compet02/normalized-patat-02-comp-19.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-1058375-1215460323/watcher-1058375-1215460323 -o /tmp/evaluation-result-1058375-1215460323/solver-1058375-1215460323 -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-1058375-1215460323.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 88348dabf1de3aab78e1de9f2b35d337
RANDOM SEED=1386128209

node23.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.240
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.240
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:       1866944 kB
Buffers:          4420 kB
Cached:          54332 kB
SwapCached:          0 kB
Active:         145740 kB
Inactive:         8912 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1866944 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           10528 kB
Writeback:           0 kB
Mapped:         107440 kB
Slab:            19456 kB
Committed_AS:   165016 kB
PageTables:       1872 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= 66524 MiB
End job on node23 at 2008-07-07 21:54:38