Trace number 1058103

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 138.493 139.404

General information on the benchmark

Namecsp/compet08/
normalized-patat-08-comp-3.xml
MD5SUM3a691b3fedc807051946f22a34b74e5c
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark21.4557
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of constraints7870
Maximum constraint arity15
Maximum domain size35
Number of constraints which are defined in extension0
Number of constraints which are defined in intension6952
Global constraints used (with number of constraints)alldifferent(918)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/picosat
0.00/0.05	c 0	BEGIN Thu Jul  3 21:23:22 2008
0.00/0.05	c 0	PID 18542
0.00/0.05	c 0	HOST node69.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1058103-1215113002.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-1058103-1215113002.xml' 'HOME/temp.csp'
1.04/1.19	c 1	228 domains, 400 variables, 1 predicates, 0 relations, 7870 constraints
1.13/1.22	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.13/1.22	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'
1.13/1.30	c 1	Parsing HOME/temp.csp
1.14/1.74	c 2	parsed 8499 expressions
1.14/1.75	c 2	Heap : 4 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.14/1.75	c 2	Converting to clausal form CSP
1.14/2.04	c 2	converted 850 (10%) expressions
2.40/2.51	c 2	converted 1700 (20%) expressions
2.80/2.99	c 3	converted 2550 (30%) expressions
3.18/3.37	c 3	converted 3400 (40%) expressions
3.77/3.90	c 4	converted 4250 (50%) expressions
4.07/4.28	c 4	converted 5100 (60%) expressions
4.47/4.68	c 5	converted 5950 (70%) expressions
4.86/5.07	c 5	converted 6800 (80%) expressions
7.34/7.53	c 7	converted 7650 (90%) expressions
43.71/44.20	c 44	converted 8499 (100%) expressions
43.82/44.20	c 44	CSP : 400 integers, 0 booleans, 88495 clauses, largest domain size 35
43.82/44.20	c 44	Heap : 406 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
43.82/44.20	c 44	Propagation in CSP
51.77/52.24	c 52	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
51.77/52.24	c 52	CSP : 400 integers, 0 booleans, 88495 clauses, largest domain size 35
51.77/52.24	c 52	Heap : 417 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
51.87/52.31	c 52	Simplifing CSP by introducing new Boolean variables
52.57/53.08	c 53	CSP : 400 integers, 185975 booleans, 274470 clauses, largest domain size 35
52.57/53.08	c 53	Heap : 482 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
55.16/55.66	c 56	Encoding CSP to SAT : HOME/temp.cnf
55.25/55.74	c 56	40 (10%) CSP integer variables are encoded (951 clauses, 10319 bytes)
55.25/55.75	c 56	80 (20%) CSP integer variables are encoded (1878 clauses, 22355 bytes)
55.25/55.75	c 56	120 (30%) CSP integer variables are encoded (2832 clauses, 34757 bytes)
55.25/55.75	c 56	160 (40%) CSP integer variables are encoded (3751 clauses, 46704 bytes)
55.25/55.76	c 56	200 (50%) CSP integer variables are encoded (4664 clauses, 58573 bytes)
55.25/55.76	c 56	240 (60%) CSP integer variables are encoded (4737 clauses, 59522 bytes)
55.25/55.76	c 56	280 (70%) CSP integer variables are encoded (4809 clauses, 60458 bytes)
55.25/55.76	c 56	320 (80%) CSP integer variables are encoded (4868 clauses, 61225 bytes)
55.25/55.76	c 56	360 (90%) CSP integer variables are encoded (4945 clauses, 62226 bytes)
55.25/55.76	c 56	400 (100%) CSP integer variables are encoded (5008 clauses, 63045 bytes)
57.64/58.13	c 58	27447 (10%) CSP clauses are encoded (320869 clauses, 6029682 bytes)
59.63/60.15	c 60	54894 (20%) CSP clauses are encoded (748090 clauses, 14233767 bytes)
61.82/62.32	c 62	82341 (30%) CSP clauses are encoded (1207749 clauses, 23016044 bytes)
63.91/64.50	c 64	109788 (40%) CSP clauses are encoded (1665289 clauses, 31809955 bytes)
66.10/66.64	c 66	137235 (50%) CSP clauses are encoded (2118500 clauses, 40438671 bytes)
68.27/68.87	c 69	164682 (60%) CSP clauses are encoded (2584833 clauses, 49773003 bytes)
70.56/71.11	c 71	192129 (70%) CSP clauses are encoded (3059511 clauses, 59364132 bytes)
72.64/73.24	c 73	219576 (80%) CSP clauses are encoded (3511308 clauses, 68471207 bytes)
74.83/75.45	c 75	247023 (90%) CSP clauses are encoded (3982191 clauses, 77858085 bytes)
77.01/77.67	c 78	274470 (100%) CSP clauses are encoded (4449210 clauses, 87300723 bytes)
77.01/77.67	c 78	274470 CSP clauses encoded
77.01/77.67	c 78	Writing map file : HOME/temp.map
77.11/77.71	c 78	Heap : 508 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
77.11/77.71	c 78	SAT : 191314 SAT variables, 4449210 SAT clauses, 87300723 bytes
77.11/77.71	c 78	Heap : 508 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
77.11/77.80	c 78	SOLVING HOME/temp.cnf
77.11/77.80	c 78	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
137.79/138.72	c 139	DECODING HOME/temp.out WITH HOME/temp.map
137.79/138.72	c 139	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
137.83/138.81	c 139	Decoding HOME/temp.out
137.83/139.30	s SATISFIABLE
137.83/139.32	v 40 5 16 39 0 23 39 32 18 36 29 18 16 5 37 27 16 37 44 0 6 0 21 10 17 26 25 43 25 4 10 11 15 6 13 13 14 38 19 0 30 26 24 9 34 31 19 30 31 29 21 36 24 23 0 27 8 37 30 4 15 1 30 3 35 22 1 3 41 23 42 7 36 9 28 27 19 3 12 26 7 44 3 43 1 37 39 9 1 41 4 20 3 12 31 31 2 20 22 27 17 35 11 13 6 2 34 14 13 17 13 11 0 17 28 29 34 18 18 2 19 4 8 12 15 35 28 2 7 20 22 13 44 18 24 33 43 24 28 1 40 8 17 21 32 30 8 25 32 26 3 11 31 33 43 44 23 14 10 38 35 12 41 8 8 5 3 25 30 7 1 42 21 23 32 40 6 17 25 36 40 23 41 44 36 35 42 40 15 44 17 38 41 20 34 29 42 22 26 33 8 2 1 4 7 5 7 3 9 7 7 4 6 6 7 6 0 4 3 3 9 6 5 1 9 1 2 1 7 8 6 5 6 8 7 3 2 6 8 5 5 9 2 7 9 7 6 8 6 6 2 3 5 8 4 1 9 6 7 3 2 7 6 4 7 6 3 7 7 4 5 9 8 4 8 0 4 8 8 7 7 5 6 3 5 3 3 2 1 4 4 8 2 6 4 5 7 4 8 4 4 2 6 2 7 0 6 1 5 7 4 7 2 2 4 8 4 6 7 2 7 1 8 5 5 5 3 6 8 2 7 0 7 5 7 8 7 4 2 4 9 1 6 1 7 4 7 8 6 4 5 4 3 7 2 8 9 8 5 7 1 4 8 6 2 1 3 6 1 6 6 2 4 6 1 6 6 1 1 6 5 7 3 0 5 0 6 7 7 6 5 0 6 3 3 5 7 2 6 2
137.83/139.32	c 139	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
137.83/139.36	c 139	CPU 115.51 (0.04 0.01 115.47 22.9)
137.83/139.36	c 139	END Thu Jul  3 21:25:41 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-1058103-1215113002/watcher-1058103-1215113002 -o /tmp/evaluation-result-1058103-1215113002/solver-1058103-1215113002 -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-1058103-1215113002.xml 

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


[startup+0 s]
/proc/loadavg: 1.92 1.98 1.99 4/72 18542
/proc/meminfo: memFree=1415856/2055920 swapFree=4179736/4192956
[pid=18542] ppid=18540 vsize=18572 CPUtime=0
/proc/18542/stat : 18542 (runsolver) R 18540 18542 18016 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 1990269065 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 237947645223 0 0 4096 24578 0 0 0 17 1 0 0
/proc/18542/statm: 4643 292 257 25 0 2626 0

[startup+0.0595471 s]
/proc/loadavg: 1.92 1.98 1.99 4/72 18542
/proc/meminfo: memFree=1415856/2055920 swapFree=4179736/4192956
[pid=18542] ppid=18540 vsize=13600 CPUtime=0.03
/proc/18542/stat : 18542 (sugar) S 18540 18542 18016 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1990269065 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18542/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101051 s]
/proc/loadavg: 1.92 1.98 1.99 4/72 18542
/proc/meminfo: memFree=1415856/2055920 swapFree=4179736/4192956
[pid=18542] ppid=18540 vsize=13600 CPUtime=0.03
/proc/18542/stat : 18542 (sugar) S 18540 18542 18016 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1990269065 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18542/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301072 s]
/proc/loadavg: 1.92 1.98 1.99 4/72 18542
/proc/meminfo: memFree=1415856/2055920 swapFree=4179736/4192956
[pid=18542] ppid=18540 vsize=13600 CPUtime=0.03
/proc/18542/stat : 18542 (sugar) S 18540 18542 18016 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1990269065 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18542/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701144 s]
/proc/loadavg: 1.92 1.98 1.99 4/72 18542
/proc/meminfo: memFree=1415856/2055920 swapFree=4179736/4192956
[pid=18542] ppid=18540 vsize=13600 CPUtime=0.03
/proc/18542/stat : 18542 (sugar) S 18540 18542 18016 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1990269065 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18542/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50127 s]
/proc/loadavg: 1.92 1.98 1.99 3/83 18554
/proc/meminfo: memFree=1394200/2055920 swapFree=4179736/4192956
[pid=18542] ppid=18540 vsize=13600 CPUtime=1.14
/proc/18542/stat : 18542 (sugar) S 18540 18542 18016 0 -1 4194304 973 8621 0 1 3 0 104 7 16 0 1 0 1990269065 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18542/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 13600

[startup+3.10353 s]
/proc/loadavg: 1.92 1.98 1.99 3/83 18564
/proc/meminfo: memFree=1395608/2055920 swapFree=4179736/4192956
[pid=18542] ppid=18540 vsize=13600 CPUtime=1.14
/proc/18542/stat : 18542 (sugar) S 18540 18542 18016 0 -1 4194304 974 8621 0 1 3 0 104 7 15 0 1 0 1990269065 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18542/statm: 3400 797 370 3 0 500 0
[pid=18555] ppid=18542 vsize=5356 CPUtime=0
/proc/18555/stat : 18555 (sh) S 18542 18542 18016 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1990269187 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18555/statm: 1339 233 193 169 0 50 0
[pid=18556] ppid=18555 vsize=868388 CPUtime=1.85
/proc/18556/stat : 18556 (java) S 18555 18542 18016 0 -1 0 9850 0 1 0 180 5 0 0 19 0 9 0 1990269187 889229312 8965 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18556/statm: 217097 8965 2540 9 0 211672 0
[pid=18556/tid=18557] ppid=18555 vsize=868388 CPUtime=1.25
/proc/18556/task/18557/stat : 18557 (java) R 18555 18542 18016 0 -1 64 2739 0 1 0 124 1 0 0 25 0 9 0 1990269188 889229312 8965 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18556/tid=18558] ppid=18555 vsize=868388 CPUtime=0.38
/proc/18556/task/18558/stat : 18558 (java) R 18555 18542 18016 0 -1 64 4965 0 0 0 36 2 0 0 15 0 9 0 1990269189 889229312 8965 996147200 134512640 134550740 4294955952 18446744073709551615 104187954 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18556/tid=18559] ppid=18555 vsize=868388 CPUtime=0
/proc/18556/task/18559/stat : 18559 (java) S 18555 18542 18016 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1990269189 889229312 8965 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18556/tid=18560] ppid=18555 vsize=868388 CPUtime=0
/proc/18556/task/18560/stat : 18560 (java) S 18555 18542 18016 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1990269189 889229312 8965 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18556/tid=18561] ppid=18555 vsize=868388 CPUtime=0
/proc/18556/task/18561/stat : 18561 (java) S 18555 18542 18016 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1990269191 889229312 8965 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18556/tid=18562] ppid=18555 vsize=868388 CPUtime=0.19
/proc/18556/task/18562/stat : 18562 (java) S 18555 18542 18016 0 -1 64 1450 0 0 0 19 0 0 0 15 0 9 0 1990269191 889229312 8965 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18556/tid=18563] ppid=18555 vsize=868388 CPUtime=0
/proc/18556/task/18563/stat : 18563 (java) S 18555 18542 18016 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1990269191 889229312 8965 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18556/tid=18564] ppid=18555 vsize=868388 CPUtime=0
/proc/18556/task/18564/stat : 18564 (java) S 18555 18542 18016 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1990269191 889229312 8965 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 887344

[startup+6.30204 s]
/proc/loadavg: 1.93 1.98 1.99 3/83 18564
/proc/meminfo: memFree=1365784/2055920 swapFree=4179736/4192956
[pid=18542] ppid=18540 vsize=13600 CPUtime=1.15
/proc/18542/stat : 18542 (sugar) S 18540 18542 18016 0 -1 4194304 974 8621 0 1 4 0 104 7 16 0 1 0 1990269065 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18542/statm: 3400 797 370 3 0 500 0
[pid=18555] ppid=18542 vsize=5356 CPUtime=0
/proc/18555/stat : 18555 (sh) S 18542 18542 18016 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1990269187 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18555/statm: 1339 233 193 169 0 50 0
[pid=18556] ppid=18555 vsize=868388 CPUtime=5.01
/proc/18556/stat : 18556 (java) S 18555 18542 18016 0 -1 0 17689 0 1 0 491 10 0 0 19 0 9 0 1990269187 889229312 16722 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18556/statm: 217097 16722 2540 9 0 211672 0
[pid=18556/tid=18557] ppid=18555 vsize=868388 CPUtime=3.65
/proc/18556/task/18557/stat : 18557 (java) R 18555 18542 18016 0 -1 64 3191 0 1 0 363 2 0 0 25 0 9 0 1990269188 889229312 16722 996147200 134512640 134550740 4294955952 18446744073709551615 4126570806 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18556/tid=18558] ppid=18555 vsize=868388 CPUtime=1.13
/proc/18556/task/18558/stat : 18558 (java) S 18555 18542 18016 0 -1 64 12345 0 0 0 107 6 0 0 16 0 9 0 1990269189 889229312 16722 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18556/tid=18559] ppid=18555 vsize=868388 CPUtime=0
/proc/18556/task/18559/stat : 18559 (java) S 18555 18542 18016 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1990269189 889229312 16722 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18556/tid=18560] ppid=18555 vsize=868388 CPUtime=0
/proc/18556/task/18560/stat : 18560 (java) S 18555 18542 18016 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1990269189 889229312 16722 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18556/tid=18561] ppid=18555 vsize=868388 CPUtime=0
/proc/18556/task/18561/stat : 18561 (java) S 18555 18542 18016 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1990269191 889229312 16722 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18556/tid=18562] ppid=18555 vsize=868388 CPUtime=0.2
/proc/18556/task/18562/stat : 18562 (java) S 18555 18542 18016 0 -1 64 1457 0 0 0 19 1 0 0 16 0 9 0 1990269191 889229312 16722 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18556/tid=18563] ppid=18555 vsize=868388 CPUtime=0
/proc/18556/task/18563/stat : 18563 (java) S 18555 18542 18016 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1990269191 889229312 16722 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18556/tid=18564] ppid=18555 vsize=868388 CPUtime=0
/proc/18556/task/18564/stat : 18564 (java) S 18555 18542 18016 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1990269191 889229312 16722 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 887344

[startup+12.7021 s]
/proc/loadavg: 1.93 1.98 1.99 4/83 18564
/proc/meminfo: memFree=1289624/2055920 swapFree=4179736/4192956
[pid=18542] ppid=18540 vsize=13600 CPUtime=1.15
/proc/18542/stat : 18542 (sugar) S 18540 18542 18016 0 -1 4194304 974 8621 0 1 4 0 104 7 16 0 1 0 1990269065 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18542/statm: 3400 797 370 3 0 500 0
[pid=18555] ppid=18542 vsize=5356 CPUtime=0
/proc/18555/stat : 18555 (sh) S 18542 18542 18016 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1990269187 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18555/statm: 1339 233 193 169 0 50 0
[pid=18556] ppid=18555 vsize=868388 CPUtime=11.34
/proc/18556/stat : 18556 (java) S 18555 18542 18016 0 -1 0 41610 0 1 0 1112 22 0 0 19 0 9 0 1990269187 889229312 32918 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18556/statm: 217097 32918 2540 9 0 211672 0
[pid=18556/tid=18557] ppid=18555 vsize=868388 CPUtime=7.97
/proc/18556/task/18557/stat : 18557 (java) R 18555 18542 18016 0 -1 64 4284 0 1 0 794 3 0 0 25 0 9 0 1990269188 889229312 32918 996147200 134512640 134550740 4294955952 18446744073709551615 4126570788 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18556/tid=18558] ppid=18555 vsize=868388 CPUtime=3.15
/proc/18556/task/18558/stat : 18558 (java) S 18555 18542 18016 0 -1 64 35173 0 0 0 298 17 0 0 16 0 9 0 1990269189 889229312 32918 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18556/tid=18559] ppid=18555 vsize=868388 CPUtime=0
/proc/18556/task/18559/stat : 18559 (java) S 18555 18542 18016 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1990269189 889229312 32918 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18556/tid=18560] ppid=18555 vsize=868388 CPUtime=0
/proc/18556/task/18560/stat : 18560 (java) S 18555 18542 18016 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1990269189 889229312 32918 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18556/tid=18561] ppid=18555 vsize=868388 CPUtime=0
/proc/18556/task/18561/stat : 18561 (java) S 18555 18542 18016 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1990269191 889229312 32918 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18556/tid=18562] ppid=18555 vsize=868388 CPUtime=0.2
/proc/18556/task/18562/stat : 18562 (java) S 18555 18542 18016 0 -1 64 1457 0 0 0 19 1 0 0 16 0 9 0 1990269191 889229312 32918 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18556/tid=18563] ppid=18555 vsize=868388 CPUtime=0
/proc/18556/task/18563/stat : 18563 (java) S 18555 18542 18016 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1990269191 889229312 32918 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18556/tid=18564] ppid=18555 vsize=868388 CPUtime=0
/proc/18556/task/18564/stat : 18564 (java) S 18555 18542 18016 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1990269191 889229312 32918 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 887344

[startup+25.5011 s]
/proc/loadavg: 1.95 1.98 1.99 3/83 18564
/proc/meminfo: memFree=1162712/2055920 swapFree=4179736/4192956
[pid=18542] ppid=18540 vsize=13600 CPUtime=1.15
/proc/18542/stat : 18542 (sugar) S 18540 18542 18016 0 -1 4194304 974 8621 0 1 4 0 104 7 16 0 1 0 1990269065 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18542/statm: 3400 797 370 3 0 500 0
[pid=18555] ppid=18542 vsize=5356 CPUtime=0
/proc/18555/stat : 18555 (sh) S 18542 18542 18016 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1990269187 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18555/statm: 1339 233 193 169 0 50 0
[pid=18556] ppid=18555 vsize=868388 CPUtime=24.06
/proc/18556/stat : 18556 (java) S 18555 18542 18016 0 -1 0 76943 0 1 0 2368 38 0 0 19 0 9 0 1990269187 889229312 64694 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18556/statm: 217097 64694 2540 9 0 211672 0
[pid=18556/tid=18557] ppid=18555 vsize=868388 CPUtime=17.57
/proc/18556/task/18557/stat : 18557 (java) R 18555 18542 18016 0 -1 64 5437 0 1 0 1754 3 0 0 25 0 9 0 1990269188 889229312 64694 996147200 134512640 134550740 4294955952 18446744073709551615 4126622000 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18556/tid=18558] ppid=18555 vsize=868388 CPUtime=6.26
/proc/18556/task/18558/stat : 18558 (java) S 18555 18542 18016 0 -1 64 69353 0 0 0 593 33 0 0 16 0 9 0 1990269189 889229312 64694 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18556/tid=18559] ppid=18555 vsize=868388 CPUtime=0
/proc/18556/task/18559/stat : 18559 (java) S 18555 18542 18016 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1990269189 889229312 64694 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18556/tid=18560] ppid=18555 vsize=868388 CPUtime=0
/proc/18556/task/18560/stat : 18560 (java) S 18555 18542 18016 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1990269189 889229312 64694 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18556/tid=18561] ppid=18555 vsize=868388 CPUtime=0
/proc/18556/task/18561/stat : 18561 (java) S 18555 18542 18016 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1990269191 889229312 64694 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18556/tid=18562] ppid=18555 vsize=868388 CPUtime=0.2
/proc/18556/task/18562/stat : 18562 (java) S 18555 18542 18016 0 -1 64 1457 0 0 0 19 1 0 0 16 0 9 0 1990269191 889229312 64694 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18556/tid=18563] ppid=18555 vsize=868388 CPUtime=0
/proc/18556/task/18563/stat : 18563 (java) S 18555 18542 18016 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1990269191 889229312 64694 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18556/tid=18564] ppid=18555 vsize=868388 CPUtime=0
/proc/18556/task/18564/stat : 18564 (java) S 18555 18542 18016 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1990269191 889229312 64694 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.21
Current children cumulated vsize (KiB) 887344

[startup+51.1012 s]
/proc/loadavg: 1.96 1.98 1.99 3/83 18564
/proc/meminfo: memFree=961240/2055920 swapFree=4179736/4192956
[pid=18542] ppid=18540 vsize=13600 CPUtime=1.15
/proc/18542/stat : 18542 (sugar) S 18540 18542 18016 0 -1 4194304 974 8621 0 1 4 0 104 7 16 0 1 0 1990269065 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18542/statm: 3400 797 370 3 0 500 0
[pid=18555] ppid=18542 vsize=5356 CPUtime=0
/proc/18555/stat : 18555 (sh) S 18542 18542 18016 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1990269187 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18555/statm: 1339 233 193 169 0 50 0
[pid=18556] ppid=18555 vsize=868388 CPUtime=49.53
/proc/18556/stat : 18556 (java) S 18555 18542 18016 0 -1 0 131705 0 1 0 4888 65 0 0 19 0 9 0 1990269187 889229312 115236 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18556/statm: 217097 115236 2540 9 0 211672 0
[pid=18556/tid=18557] ppid=18555 vsize=868388 CPUtime=38
/proc/18556/task/18557/stat : 18557 (java) R 18555 18542 18016 0 -1 64 7428 0 1 0 3796 4 0 0 25 0 9 0 1990269188 889229312 115236 996147200 134512640 134550740 4294955952 18446744073709551615 4126569072 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18556/tid=18558] ppid=18555 vsize=868388 CPUtime=11.29
/proc/18556/task/18558/stat : 18558 (java) S 18555 18542 18016 0 -1 64 122118 0 0 0 1070 59 0 0 16 0 9 0 1990269189 889229312 115236 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18556/tid=18559] ppid=18555 vsize=868388 CPUtime=0
/proc/18556/task/18559/stat : 18559 (java) S 18555 18542 18016 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1990269189 889229312 115236 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18556/tid=18560] ppid=18555 vsize=868388 CPUtime=0
/proc/18556/task/18560/stat : 18560 (java) S 18555 18542 18016 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1990269189 889229312 115236 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18556/tid=18561] ppid=18555 vsize=868388 CPUtime=0
/proc/18556/task/18561/stat : 18561 (java) S 18555 18542 18016 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1990269191 889229312 115236 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18556/tid=18562] ppid=18555 vsize=868388 CPUtime=0.22
/proc/18556/task/18562/stat : 18562 (java) S 18555 18542 18016 0 -1 64 1463 0 0 0 21 1 0 0 16 0 9 0 1990269191 889229312 115236 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18556/tid=18563] ppid=18555 vsize=868388 CPUtime=0
/proc/18556/task/18563/stat : 18563 (java) S 18555 18542 18016 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1990269191 889229312 115236 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18556/tid=18564] ppid=18555 vsize=868388 CPUtime=0
/proc/18556/task/18564/stat : 18564 (java) S 18555 18542 18016 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1990269191 889229312 115236 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.68
Current children cumulated vsize (KiB) 887344

[startup+102.306 s]
/proc/loadavg: 2.02 2.00 2.00 3/75 18566
/proc/meminfo: memFree=1225560/2055920 swapFree=4179736/4192956
[pid=18542] ppid=18540 vsize=13600 CPUtime=77.22
/proc/18542/stat : 18542 (sugar) S 18540 18542 18016 0 -1 4194304 1022 159395 0 2 4 0 7573 145 16 0 1 0 1990269065 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18542/statm: 3400 799 370 3 0 500 0
[pid=18565] ppid=18542 vsize=5356 CPUtime=0
/proc/18565/stat : 18565 (sh) S 18542 18542 18016 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1990276845 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18565/statm: 1339 232 193 169 0 50 0
[pid=18566] ppid=18565 vsize=108276 CPUtime=24.36
/proc/18566/stat : 18566 (picosat) R 18565 18542 18016 0 -1 4194304 25266 0 0 0 1114 1322 0 0 25 0 1 0 1990276846 110874624 25252 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/18566/statm: 27069 25252 40 102 0 26964 0
Current children cumulated CPU time (s) 101.58
Current children cumulated vsize (KiB) 127232

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

[startup+115.101 s]
/proc/loadavg: 2.02 2.00 2.00 3/75 18566
/proc/meminfo: memFree=1175128/2055920 swapFree=4179736/4192956
[pid=18542] ppid=18540 vsize=13600 CPUtime=77.22
/proc/18542/stat : 18542 (sugar) S 18540 18542 18016 0 -1 4194304 1022 159395 0 2 4 0 7573 145 16 0 1 0 1990269065 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18542/statm: 3400 799 370 3 0 500 0
[pid=18565] ppid=18542 vsize=5356 CPUtime=0
/proc/18565/stat : 18565 (sh) S 18542 18542 18016 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1990276845 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18565/statm: 1339 232 193 169 0 50 0
[pid=18566] ppid=18565 vsize=159248 CPUtime=37.09
/proc/18566/stat : 18566 (picosat) R 18565 18542 18016 0 -1 4194304 38175 0 0 0 1692 2017 0 0 25 0 1 0 1990276846 163069952 38161 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/18566/statm: 39812 38161 40 102 0 39707 0
Current children cumulated CPU time (s) 114.31
Current children cumulated vsize (KiB) 178204

[startup+127.902 s]
/proc/loadavg: 2.01 2.00 2.00 3/75 18566
/proc/meminfo: memFree=1163736/2055920 swapFree=4179736/4192956
[pid=18542] ppid=18540 vsize=13600 CPUtime=77.22
/proc/18542/stat : 18542 (sugar) S 18540 18542 18016 0 -1 4194304 1022 159395 0 2 4 0 7573 145 16 0 1 0 1990269065 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18542/statm: 3400 799 370 3 0 500 0
[pid=18565] ppid=18542 vsize=5356 CPUtime=0
/proc/18565/stat : 18565 (sh) S 18542 18542 18016 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1990276845 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18565/statm: 1339 232 193 169 0 50 0
[pid=18566] ppid=18565 vsize=169112 CPUtime=49.83
/proc/18566/stat : 18566 (picosat) R 18565 18542 18016 0 -1 4194304 40647 0 0 0 2844 2139 0 0 25 0 1 0 1990276846 173170688 40630 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/18566/statm: 42278 40630 42 102 0 42173 0
Current children cumulated CPU time (s) 127.05
Current children cumulated vsize (KiB) 188068

[startup+134.302 s]
/proc/loadavg: 2.01 2.00 2.00 3/75 18566
/proc/meminfo: memFree=1163672/2055920 swapFree=4179736/4192956
[pid=18542] ppid=18540 vsize=13600 CPUtime=77.22
/proc/18542/stat : 18542 (sugar) S 18540 18542 18016 0 -1 4194304 1022 159395 0 2 4 0 7573 145 16 0 1 0 1990269065 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18542/statm: 3400 799 370 3 0 500 0
[pid=18565] ppid=18542 vsize=5356 CPUtime=0
/proc/18565/stat : 18565 (sh) S 18542 18542 18016 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1990276845 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18565/statm: 1339 232 193 169 0 50 0
[pid=18566] ppid=18565 vsize=169244 CPUtime=56.19
/proc/18566/stat : 18566 (picosat) R 18565 18542 18016 0 -1 4194304 40662 0 0 0 3480 2139 0 0 25 0 1 0 1990276846 173305856 40645 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/18566/statm: 42311 40645 42 102 0 42206 0
Current children cumulated CPU time (s) 133.41
Current children cumulated vsize (KiB) 188200

[startup+137.506 s]
/proc/loadavg: 2.01 2.00 2.00 3/75 18566
/proc/meminfo: memFree=1163544/2055920 swapFree=4179736/4192956
[pid=18542] ppid=18540 vsize=13600 CPUtime=77.22
/proc/18542/stat : 18542 (sugar) S 18540 18542 18016 0 -1 4194304 1022 159395 0 2 4 0 7573 145 16 0 1 0 1990269065 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18542/statm: 3400 799 370 3 0 500 0
[pid=18565] ppid=18542 vsize=5356 CPUtime=0
/proc/18565/stat : 18565 (sh) S 18542 18542 18016 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1990276845 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18565/statm: 1339 232 193 169 0 50 0
[pid=18566] ppid=18565 vsize=169244 CPUtime=59.38
/proc/18566/stat : 18566 (picosat) R 18565 18542 18016 0 -1 4194304 40692 0 0 0 3799 2139 0 0 25 0 1 0 1990276846 173305856 40675 996147200 134512640 134931368 4294956256 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 1 0 0
/proc/18566/statm: 42311 40675 42 102 0 42206 0
Current children cumulated CPU time (s) 136.6
Current children cumulated vsize (KiB) 188200

[startup+138.301 s]
/proc/loadavg: 2.01 2.00 2.00 3/75 18566
/proc/meminfo: memFree=1163544/2055920 swapFree=4179736/4192956
[pid=18542] ppid=18540 vsize=13600 CPUtime=77.22
/proc/18542/stat : 18542 (sugar) S 18540 18542 18016 0 -1 4194304 1022 159395 0 2 4 0 7573 145 16 0 1 0 1990269065 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18542/statm: 3400 799 370 3 0 500 0
[pid=18565] ppid=18542 vsize=5356 CPUtime=0
/proc/18565/stat : 18565 (sh) S 18542 18542 18016 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1990276845 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18565/statm: 1339 232 193 169 0 50 0
[pid=18566] ppid=18565 vsize=169756 CPUtime=60.18
/proc/18566/stat : 18566 (picosat) R 18565 18542 18016 0 -1 4194304 40748 0 0 0 3879 2139 0 0 25 0 1 0 1990276846 173830144 40731 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/18566/statm: 42439 40731 42 102 0 42334 0
Current children cumulated CPU time (s) 137.4
Current children cumulated vsize (KiB) 188712

[startup+139.101 s]
/proc/loadavg: 2.01 2.00 2.00 3/75 18566
/proc/meminfo: memFree=1161880/2055920 swapFree=4179736/4192956
[pid=18542] ppid=18540 vsize=13600 CPUtime=137.83
/proc/18542/stat : 18542 (sugar) S 18540 18542 18016 0 -1 4194304 1091 200457 0 2 4 1 11491 2287 16 0 1 0 1990269065 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18542/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 137.83
Current children cumulated vsize (KiB) 13600

[startup+139.301 s]
/proc/loadavg: 2.01 2.00 2.00 3/75 18566
/proc/meminfo: memFree=1161880/2055920 swapFree=4179736/4192956
[pid=18542] ppid=18540 vsize=13600 CPUtime=137.83
/proc/18542/stat : 18542 (sugar) S 18540 18542 18016 0 -1 4194304 1091 200457 0 2 4 1 11491 2287 16 0 1 0 1990269065 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18542/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 137.83
Current children cumulated vsize (KiB) 13600

[startup+139.402 s]
/proc/loadavg: 2.01 2.00 2.00 3/75 18566
/proc/meminfo: memFree=1161880/2055920 swapFree=4179736/4192956
[pid=18542] ppid=18540 vsize=13600 CPUtime=138.46
/proc/18542/stat : 18542 (sugar) R 18540 18542 18016 0 -1 4194304 1119 204437 0 3 4 5 11547 2290 16 0 1 0 1990269065 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 237947819049 0 0 4224 16386 0 0 0 17 1 0 0
/proc/18542/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 138.46
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 139.404
CPU time (s): 138.493
CPU user time (s): 115.524
CPU system time (s): 22.9685
CPU usage (%): 99.3461
Max. virtual memory (cumulated for all children) (KiB): 897592

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 115.524
system time used= 22.9685
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 205586
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= 6966
involuntary context switches= 7221

runsolver used 0.168974 second user time and 0.487925 second system time

The end

Launcher Data (download as text)

Begin job on node69 at 2008-07-03 21:23:22
IDJOB=1058103
IDBENCH=54107
IDSOLVER=345
FILE ID=node69/1058103-1215113002
PBS_JOBID= 7877068
Free space on /tmp= 66528 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/compet08/normalized-patat-08-comp-3.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-1058103-1215113002/watcher-1058103-1215113002 -o /tmp/evaluation-result-1058103-1215113002/solver-1058103-1215113002 -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-1058103-1215113002.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 3a691b3fedc807051946f22a34b74e5c
RANDOM SEED=1399479021

node69.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.259
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.259
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:       1416336 kB
Buffers:         64428 kB
Cached:         368144 kB
SwapCached:       7048 kB
Active:         200500 kB
Inactive:       372556 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1416336 kB
SwapTotal:     4192956 kB
SwapFree:      4179736 kB
Dirty:            2536 kB
Writeback:           0 kB
Mapped:         148344 kB
Slab:            51496 kB
Committed_AS:  4126700 kB
PageTables:       2116 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 node69 at 2008-07-03 21:25:41