Trace number 1058407

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 64.5502 65.3658

General information on the benchmark

Namecsp/compet02/
normalized-patat-02-comp-2.xml
MD5SUMbdbe2078ed8387e97052ed05a12c408b
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark53.3499
Satisfiable
(Un)Satisfiability was proved
Number of variables800
Number of constraints22714
Maximum constraint arity20
Maximum domain size45
Number of constraints which are defined in extension0
Number of constraints which are defined in intension22514
Global constraints used (with number of constraints)alldifferent(200)

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/picosat
0.00/0.05	c 0	BEGIN Thu Jul  3 21:54:51 2008
0.00/0.05	c 0	PID 24612
0.00/0.05	c 0	HOST node73.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1058407-1215114890.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-1058407-1215114890.xml' 'HOME/temp.csp'
1.45/1.60	c 1	52 domains, 800 variables, 1 predicates, 0 relations, 22714 constraints
1.55/1.63	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.55/1.63	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.56/1.71	c 1	Parsing HOME/temp.csp
2.12/2.21	c 2	parsed 10000 expressions
2.40/2.55	c 2	parsed 20000 expressions
2.50/2.66	c 2	parsed 23567 expressions
2.50/2.66	c 2	Heap : 10 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.50/2.66	c 2	Converting to clausal form CSP
2.90/3.00	c 3	converted 2357 (10%) expressions
3.10/3.27	c 3	converted 4714 (20%) expressions
3.30/3.45	c 3	converted 7071 (30%) expressions
3.48/3.64	c 3	converted 9427 (40%) expressions
3.79/3.95	c 4	converted 11784 (50%) expressions
3.99/4.12	c 4	converted 14141 (60%) expressions
4.09/4.29	c 4	converted 16497 (70%) expressions
4.29/4.47	c 4	converted 18854 (80%) expressions
4.48/4.65	c 4	converted 21211 (90%) expressions
5.66/5.85	c 6	converted 23567 (100%) expressions
5.66/5.85	c 6	CSP : 800 integers, 0 booleans, 51013 clauses, largest domain size 45
5.66/5.85	c 6	Heap : 53 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.66/5.85	c 6	Propagation in CSP
6.07/6.21	c 6	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
6.07/6.21	c 6	CSP : 800 integers, 0 booleans, 51013 clauses, largest domain size 45
6.07/6.21	c 6	Heap : 58 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.07/6.23	c 6	Simplifing CSP by introducing new Boolean variables
7.94/8.16	c 8	CSP : 800 integers, 133376 booleans, 184389 clauses, largest domain size 45
7.94/8.16	c 8	Heap : 99 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
8.63/8.81	c 8	Encoding CSP to SAT : HOME/temp.cnf
8.63/8.86	c 9	80 (10%) CSP integer variables are encoded (3440 clauses, 42621 bytes)
8.63/8.86	c 9	160 (20%) CSP integer variables are encoded (6880 clauses, 87341 bytes)
8.63/8.87	c 9	240 (30%) CSP integer variables are encoded (10320 clauses, 133158 bytes)
8.63/8.87	c 9	320 (40%) CSP integer variables are encoded (13760 clauses, 184758 bytes)
8.63/8.88	c 9	400 (50%) CSP integer variables are encoded (17200 clauses, 236358 bytes)
8.63/8.88	c 9	480 (60%) CSP integer variables are encoded (17247 clauses, 237063 bytes)
8.63/8.88	c 9	560 (70%) CSP integer variables are encoded (17277 clauses, 237513 bytes)
8.63/8.89	c 9	640 (80%) CSP integer variables are encoded (17301 clauses, 237873 bytes)
8.63/8.89	c 9	720 (90%) CSP integer variables are encoded (17330 clauses, 238308 bytes)
8.63/8.89	c 9	800 (100%) CSP integer variables are encoded (17375 clauses, 238983 bytes)
9.52/9.78	c 9	18439 (10%) CSP clauses are encoded (402616 clauses, 7772216 bytes)
10.31/10.59	c 10	36878 (20%) CSP clauses are encoded (794895 clauses, 15702878 bytes)
11.10/11.39	c 11	55317 (30%) CSP clauses are encoded (1184978 clauses, 23619259 bytes)
11.90/12.19	c 12	73756 (40%) CSP clauses are encoded (1576109 clauses, 31610521 bytes)
12.79/13.01	c 13	92195 (50%) CSP clauses are encoded (1964614 clauses, 39862464 bytes)
13.76/14.01	c 14	110634 (60%) CSP clauses are encoded (2453883 clauses, 50078757 bytes)
14.84/15.13	c 15	129073 (70%) CSP clauses are encoded (3010530 clauses, 61930015 bytes)
15.93/16.24	c 16	147512 (80%) CSP clauses are encoded (3567177 clauses, 73906962 bytes)
17.02/17.36	c 17	165951 (90%) CSP clauses are encoded (4124176 clauses, 85840666 bytes)
18.09/18.49	c 18	184389 (100%) CSP clauses are encoded (4681262 clauses, 97850429 bytes)
18.09/18.50	c 18	184389 CSP clauses encoded
18.09/18.50	c 18	Writing map file : HOME/temp.map
18.18/18.53	c 18	Heap : 80 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
18.18/18.53	c 18	SAT : 151343 SAT variables, 4681262 SAT clauses, 97850429 bytes
18.18/18.53	c 18	Heap : 80 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
18.18/18.59	c 18	SOLVING HOME/temp.cnf
18.18/18.59	c 18	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
64.01/64.88	c 65	DECODING HOME/temp.out WITH HOME/temp.map
64.01/64.88	c 65	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
64.09/64.97	c 65	Decoding HOME/temp.out
64.09/65.23	s SATISFIABLE
64.09/65.27	v 23 8 11 9 6 10 6 5 8 1 2 43 11 12 7 0 3 1 2 12 4 21 0 23 21 29 42 6 2 31 41 40 3 16 2 37 18 35 11 37 7 20 5 0 5 9 44 3 8 38 25 44 10 42 6 17 7 8 36 2 41 9 7 10 0 42 22 11 5 11 12 14 2 14 13 4 32 7 4 34 26 13 4 39 5 44 12 20 13 23 16 16 1 30 9 2 15 9 14 12 2 17 22 5 6 5 29 10 40 29 28 6 36 12 38 5 26 19 6 15 14 17 11 6 42 3 15 24 40 7 3 23 17 43 15 18 19 10 12 20 8 17 9 14 36 18 10 2 13 15 9 21 25 19 20 8 0 1 22 12 11 10 12 43 31 13 32 5 8 15 18 4 16 0 16 27 17 44 17 7 14 14 30 31 18 35 42 23 1 29 34 39 25 15 28 33 33 9 1 20 17 22 39 21 21 22 3 16 17 35 24 27 26 14 15 26 25 36 8 8 18 19 19 24 44 20 19 22 20 29 21 21 22 43 23 3 24 25 19 14 20 23 27 28 25 6 14 13 19 22 24 33 24 28 28 30 25 32 27 29 24 27 1 30 28 31 28 26 33 11 21 29 31 25 32 32 12 13 0 26 30 30 33 39 36 34 15 29 35 35 37 27 34 36 40 38 10 11 39 31 28 24 31 34 31 18 30 36 13 32 28 33 3 37 25 35 20 1 25 27 43 23 41 4 4 26 32 17 37 37 33 4 35 19 40 41 1 37 38 36 24 30 21 34 2 16 40 5 38 36 16 38 27 39 32 40 0 32 42 29 38 20 41 35 27 3 7 40 39 38 43 27 31 7 24 26 23 33 42 38 43 10 34 26 13 4 41 9 44 37 10 42 34 4 18 38 41 40 39 43 2 7 9 1 6 3 5 9 0 2 5 5 4 5 4 7 9 4 1 1 6 0 8 5 2 6 9 4 9 6 3 0 6 5 7 0 8 8 3 4 6 1 1 6 0 9 1 0 9 6 2 5 8 6 8 7 0 3 2 4 2 5 2 9 4 2 8 8 4 6 0 3 0 0 2 0 7 8 7 8 0 0 9 8 2 2 6 8 8 4 2 1 7 3 6 3 5 0 5 8 2 9 2 6 0 3 8 0 8 3 5 9 3 7 8 7 5 5 1 0 1 3 2 7 8 4 7 0 3 7 3 1 2 8 4 2 8 1 3 7 2 8 8 9 5 1 2 6 5 2 2 5 9 2 6 4 0 5 6 2 0 6 4 4 1 7 6 8 8 8 7 8 7 1 3 4 6 8 4 3 2 4 5 0 4 2 0 3 0 9 1 5 0 9 6 7 0 7 6 9 5 4 2 6 3 3 1 8 0 0 2 6 9 6 3 8 5 6 1 6 6 1 6 9 9 5 4 1 4 4 9 8 9 1 0 2 4 3 9 7 2 6 0 9 4 3 8 6 3 0 8 5 6 4 2 7 6 2 9 2 1 3 8 0 1 3 7 7 6 7 4 1 4 1 0 1 9 9 2 1 4 2 8 0 1 7 1 7 5 9 9 8 3 8 9 0 7 1 7 8 8 7 7 0 5 0 1 7 1 3 0 4 7 2 7 4 3 1 8 7 0 8 7 1 3 2 4 1 8 7 3 2 1 7 7 9 3 3 4 4 5 6 1 2 8 0 5 5 5 0 4 1 5 9 8 4 5 5 4 5 7 0 0 3 1 8 1 2 4 2 2 2 2 5 3 3 7 2 3 3 3 4 4 4 4 4 4 4 4 5 5 5 5 5 5 9 5 6 6 6
64.09/65.27	c 65	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
64.09/65.31	c 65	CPU 40.62 (0.03 0.01 40.59 23.84)
64.09/65.31	c 65	END Thu Jul  3 21:55:56 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-1058407-1215114890/watcher-1058407-1215114890 -o /tmp/evaluation-result-1058407-1215114890/solver-1058407-1215114890 -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-1058407-1215114890.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.91 1.97 1.99 4/73 24612
/proc/meminfo: memFree=1462712/2055920 swapFree=4181452/4192956
[pid=24612] ppid=24610 vsize=18572 CPUtime=0
/proc/24612/stat : 24612 (runsolver) R 24610 24612 23578 0 -1 4194368 15 0 0 0 0 0 0 0 22 0 1 0 123500093 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 210723466535 0 0 4096 24578 0 0 0 17 1 0 0
/proc/24612/statm: 4643 292 257 25 0 2626 0

[startup+0.080292 s]
/proc/loadavg: 1.91 1.97 1.99 4/73 24612
/proc/meminfo: memFree=1462712/2055920 swapFree=4181452/4192956
[pid=24612] ppid=24610 vsize=13600 CPUtime=0.04
/proc/24612/stat : 24612 (sugar) S 24610 24612 23578 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 123500093 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24612/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.101505 s]
/proc/loadavg: 1.91 1.97 1.99 4/73 24612
/proc/meminfo: memFree=1462712/2055920 swapFree=4181452/4192956
[pid=24612] ppid=24610 vsize=13600 CPUtime=0.04
/proc/24612/stat : 24612 (sugar) S 24610 24612 23578 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 123500093 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24612/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301318 s]
/proc/loadavg: 1.91 1.97 1.99 4/73 24612
/proc/meminfo: memFree=1462712/2055920 swapFree=4181452/4192956
[pid=24612] ppid=24610 vsize=13600 CPUtime=0.04
/proc/24612/stat : 24612 (sugar) S 24610 24612 23578 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 123500093 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24612/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.70137 s]
/proc/loadavg: 1.91 1.97 1.99 4/73 24612
/proc/meminfo: memFree=1462712/2055920 swapFree=4181452/4192956
[pid=24612] ppid=24610 vsize=13600 CPUtime=0.04
/proc/24612/stat : 24612 (sugar) S 24610 24612 23578 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 123500093 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24612/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50246 s]
/proc/loadavg: 1.91 1.97 1.99 4/84 24624
/proc/meminfo: memFree=1428064/2055920 swapFree=4181452/4192956
[pid=24612] ppid=24610 vsize=13600 CPUtime=0.04
/proc/24612/stat : 24612 (sugar) S 24610 24612 23578 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 123500093 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24612/statm: 3400 796 370 3 0 500 0
[pid=24615] ppid=24612 vsize=5356 CPUtime=0
/proc/24615/stat : 24615 (sh) S 24612 24612 23578 0 -1 4194304 277 0 0 0 0 0 0 0 20 0 1 0 123500099 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24615/statm: 1339 233 193 169 0 50 0
[pid=24616] ppid=24615 vsize=864676 CPUtime=1.41
/proc/24616/stat : 24616 (java) S 24615 24612 23578 0 -1 0 14022 0 1 0 133 8 0 0 18 0 9 0 123500099 885428224 12066 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24616/statm: 216169 12066 2529 9 0 210751 0
[pid=24616/tid=24617] ppid=24615 vsize=864676 CPUtime=0.75
/proc/24616/task/24617/stat : 24617 (java) R 24615 24612 23578 0 -1 64 3018 0 1 0 73 2 0 0 25 0 9 0 123500100 885428224 12066 996147200 134512640 134550740 4294956016 18446744073709551615 4126727397 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24616/tid=24618] ppid=24615 vsize=864676 CPUtime=0.47
/proc/24616/task/24618/stat : 24618 (java) S 24615 24612 23578 0 -1 64 9781 0 0 0 43 4 0 0 16 0 9 0 123500101 885428224 12066 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24616/tid=24619] ppid=24615 vsize=864676 CPUtime=0
/proc/24616/task/24619/stat : 24619 (java) S 24615 24612 23578 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 123500102 885428224 12066 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24616/tid=24620] ppid=24615 vsize=864676 CPUtime=0
/proc/24616/task/24620/stat : 24620 (java) S 24615 24612 23578 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 123500102 885428224 12066 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24616/tid=24621] ppid=24615 vsize=864676 CPUtime=0
/proc/24616/task/24621/stat : 24621 (java) S 24615 24612 23578 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 123500104 885428224 12066 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24616/tid=24622] ppid=24615 vsize=864676 CPUtime=0.16
/proc/24616/task/24622/stat : 24622 (java) S 24615 24612 23578 0 -1 64 522 0 0 0 16 0 0 0 16 0 9 0 123500104 885428224 12066 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24616/tid=24623] ppid=24615 vsize=864676 CPUtime=0
/proc/24616/task/24623/stat : 24623 (java) S 24615 24612 23578 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 123500104 885428224 12066 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24616/tid=24624] ppid=24615 vsize=864676 CPUtime=0
/proc/24616/task/24624/stat : 24624 (java) S 24615 24612 23578 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 123500104 885428224 12066 996147200 134512640 134550740 4294956016 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) 883632

[startup+3.10265 s]
/proc/loadavg: 1.91 1.97 1.99 3/84 24634
/proc/meminfo: memFree=1451872/2055920 swapFree=4181452/4192956
[pid=24612] ppid=24610 vsize=13600 CPUtime=1.56
/proc/24612/stat : 24612 (sugar) S 24610 24612 23578 0 -1 4194304 974 14458 0 1 3 1 143 9 15 0 1 0 123500093 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24612/statm: 3400 797 370 3 0 500 0
[pid=24625] ppid=24612 vsize=5356 CPUtime=0
/proc/24625/stat : 24625 (sh) S 24612 24612 23578 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 123500257 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24625/statm: 1339 233 193 169 0 50 0
[pid=24626] ppid=24625 vsize=868684 CPUtime=1.44
/proc/24626/stat : 24626 (java) S 24625 24612 23578 0 -1 0 9362 0 1 0 137 7 0 0 18 0 9 0 123500257 889532416 8324 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24626/statm: 217171 8324 2540 9 0 211746 0
[pid=24626/tid=24627] ppid=24625 vsize=868684 CPUtime=0.9
/proc/24626/task/24627/stat : 24627 (java) R 24625 24612 23578 0 -1 64 2705 0 1 0 88 2 0 0 25 0 9 0 123500258 889532416 8324 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24626/tid=24628] ppid=24625 vsize=868684 CPUtime=0.32
/proc/24626/task/24628/stat : 24628 (java) R 24625 24612 23578 0 -1 64 4488 0 0 0 29 3 0 0 16 0 9 0 123500259 889532416 8324 996147200 134512640 134550740 4294955952 18446744073709551615 103737199 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24626/tid=24629] ppid=24625 vsize=868684 CPUtime=0
/proc/24626/task/24629/stat : 24629 (java) S 24625 24612 23578 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 123500259 889532416 8324 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24626/tid=24630] ppid=24625 vsize=868684 CPUtime=0
/proc/24626/task/24630/stat : 24630 (java) S 24625 24612 23578 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 123500259 889532416 8324 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24626/tid=24631] ppid=24625 vsize=868684 CPUtime=0
/proc/24626/task/24631/stat : 24631 (java) S 24625 24612 23578 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 123500261 889532416 8324 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24626/tid=24632] ppid=24625 vsize=868684 CPUtime=0.18
/proc/24626/task/24632/stat : 24632 (java) S 24625 24612 23578 0 -1 64 1472 0 0 0 18 0 0 0 16 0 9 0 123500261 889532416 8324 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24626/tid=24633] ppid=24625 vsize=868684 CPUtime=0
/proc/24626/task/24633/stat : 24633 (java) S 24625 24612 23578 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 123500261 889532416 8324 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24626/tid=24634] ppid=24625 vsize=868684 CPUtime=0
/proc/24626/task/24634/stat : 24634 (java) S 24625 24612 23578 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 123500261 889532416 8324 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 887640

[startup+6.30202 s]
/proc/loadavg: 1.92 1.97 1.99 3/84 24634
/proc/meminfo: memFree=1403880/2055920 swapFree=4181452/4192956
[pid=24612] ppid=24610 vsize=13600 CPUtime=1.56
/proc/24612/stat : 24612 (sugar) S 24610 24612 23578 0 -1 4194304 974 14458 0 1 3 1 143 9 15 0 1 0 123500093 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24612/statm: 3400 797 370 3 0 500 0
[pid=24625] ppid=24612 vsize=5356 CPUtime=0
/proc/24625/stat : 24625 (sh) S 24612 24612 23578 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 123500257 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24625/statm: 1339 233 193 169 0 50 0
[pid=24626] ppid=24625 vsize=871504 CPUtime=4.6
/proc/24626/stat : 24626 (java) S 24625 24612 23578 0 -1 0 23027 0 1 0 446 14 0 0 18 0 9 0 123500257 892420096 21021 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24626/statm: 217876 21021 2540 9 0 212451 0
[pid=24626/tid=24627] ppid=24625 vsize=871504 CPUtime=2.92
/proc/24626/task/24627/stat : 24627 (java) R 24625 24612 23578 0 -1 64 3321 0 1 0 289 3 0 0 25 0 9 0 123500258 892420096 21021 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24626/tid=24628] ppid=24625 vsize=871504 CPUtime=1.43
/proc/24626/task/24628/stat : 24628 (java) R 24625 24612 23578 0 -1 64 17514 0 0 0 134 9 0 0 16 0 9 0 123500259 892420096 21021 996147200 134512640 134550740 4294955952 18446744073709551615 102721928 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24626/tid=24629] ppid=24625 vsize=871504 CPUtime=0
/proc/24626/task/24629/stat : 24629 (java) S 24625 24612 23578 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 123500259 892420096 21021 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24626/tid=24630] ppid=24625 vsize=871504 CPUtime=0
/proc/24626/task/24630/stat : 24630 (java) S 24625 24612 23578 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 123500259 892420096 21021 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24626/tid=24631] ppid=24625 vsize=871504 CPUtime=0
/proc/24626/task/24631/stat : 24631 (java) S 24625 24612 23578 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 123500261 892420096 21021 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24626/tid=24632] ppid=24625 vsize=871504 CPUtime=0.23
/proc/24626/task/24632/stat : 24632 (java) S 24625 24612 23578 0 -1 64 1495 0 0 0 22 1 0 0 16 0 9 0 123500261 892420096 21021 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24626/tid=24633] ppid=24625 vsize=871504 CPUtime=0
/proc/24626/task/24633/stat : 24633 (java) S 24625 24612 23578 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 123500261 892420096 21021 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24626/tid=24634] ppid=24625 vsize=871504 CPUtime=0
/proc/24626/task/24634/stat : 24634 (java) S 24625 24612 23578 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 123500261 892420096 21021 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) 890460

[startup+12.7028 s]
/proc/loadavg: 2.01 1.98 1.99 3/84 24634
/proc/meminfo: memFree=1311464/2055920 swapFree=4181452/4192956
[pid=24612] ppid=24610 vsize=13600 CPUtime=1.56
/proc/24612/stat : 24612 (sugar) S 24610 24612 23578 0 -1 4194304 974 14458 0 1 3 1 143 9 15 0 1 0 123500093 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24612/statm: 3400 797 370 3 0 500 0
[pid=24625] ppid=24612 vsize=5356 CPUtime=0
/proc/24625/stat : 24625 (sh) S 24612 24612 23578 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 123500257 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24625/statm: 1339 233 193 169 0 50 0
[pid=24626] ppid=24625 vsize=868544 CPUtime=10.93
/proc/24626/stat : 24626 (java) S 24625 24612 23578 0 -1 0 57916 0 1 0 1041 52 0 0 18 0 9 0 123500257 889389056 31965 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24626/statm: 217136 31965 2566 9 0 211683 0
[pid=24626/tid=24627] ppid=24625 vsize=868544 CPUtime=6.85
/proc/24626/task/24627/stat : 24627 (java) R 24625 24612 23578 0 -1 64 4589 0 1 0 661 24 0 0 25 0 9 0 123500258 889389056 31965 996147200 134512640 134550740 4294955952 18446744073709551615 4127015116 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24626/tid=24628] ppid=24625 vsize=868544 CPUtime=3.76
/proc/24626/task/24628/stat : 24628 (java) S 24625 24612 23578 0 -1 64 51098 0 0 0 350 26 0 0 16 0 9 0 123500259 889389056 31965 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24626/tid=24629] ppid=24625 vsize=868544 CPUtime=0
/proc/24626/task/24629/stat : 24629 (java) S 24625 24612 23578 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 123500259 889389056 31965 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24626/tid=24630] ppid=24625 vsize=868544 CPUtime=0
/proc/24626/task/24630/stat : 24630 (java) S 24625 24612 23578 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 123500259 889389056 31965 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24626/tid=24631] ppid=24625 vsize=868544 CPUtime=0
/proc/24626/task/24631/stat : 24631 (java) S 24625 24612 23578 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 123500261 889389056 31965 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24626/tid=24632] ppid=24625 vsize=868544 CPUtime=0.29
/proc/24626/task/24632/stat : 24632 (java) S 24625 24612 23578 0 -1 64 1532 0 0 0 28 1 0 0 16 0 9 0 123500261 889389056 31965 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24626/tid=24633] ppid=24625 vsize=868544 CPUtime=0
/proc/24626/task/24633/stat : 24633 (java) S 24625 24612 23578 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 123500261 889389056 31965 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24626/tid=24634] ppid=24625 vsize=868544 CPUtime=0
/proc/24626/task/24634/stat : 24634 (java) S 24625 24612 23578 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 123500261 889389056 31965 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) 887500

[startup+25.5013 s]
/proc/loadavg: 2.15 2.02 2.00 3/76 24636
/proc/meminfo: memFree=1335464/2055920 swapFree=4181452/4192956
[pid=24612] ppid=24610 vsize=13600 CPUtime=18.26
/proc/24612/stat : 24612 (sugar) S 24610 24612 23578 0 -1 4194304 1022 72831 0 2 3 1 1719 103 16 0 1 0 123500093 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24612/statm: 3400 799 370 3 0 500 0
[pid=24635] ppid=24612 vsize=5356 CPUtime=0
/proc/24635/stat : 24635 (sh) S 24612 24612 23578 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 123501953 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24635/statm: 1339 232 193 169 0 50 0
[pid=24636] ppid=24635 vsize=31936 CPUtime=6.83
/proc/24636/stat : 24636 (picosat) R 24635 24612 23578 0 -1 4194304 7270 0 0 0 311 372 0 0 25 0 1 0 123501953 32702464 7256 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/24636/statm: 7984 7256 40 102 0 7879 0
Current children cumulated CPU time (s) 25.09
Current children cumulated vsize (KiB) 50892

[startup+51.1012 s]
/proc/loadavg: 2.10 2.01 2.00 3/76 24638
/proc/meminfo: memFree=1235048/2055920 swapFree=4181452/4192956
[pid=24612] ppid=24610 vsize=13600 CPUtime=18.26
/proc/24612/stat : 24612 (sugar) S 24610 24612 23578 0 -1 4194304 1022 72831 0 2 3 1 1719 103 16 0 1 0 123500093 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24612/statm: 3400 799 370 3 0 500 0
[pid=24635] ppid=24612 vsize=5356 CPUtime=0
/proc/24635/stat : 24635 (sh) S 24612 24612 23578 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 123501953 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24635/statm: 1339 232 193 169 0 50 0
[pid=24636] ppid=24635 vsize=134520 CPUtime=32.18
/proc/24636/stat : 24636 (picosat) R 24635 24612 23578 0 -1 4194304 32703 0 0 0 1466 1752 0 0 25 0 1 0 123501953 137748480 32689 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/24636/statm: 33630 32689 40 102 0 33525 0
Current children cumulated CPU time (s) 50.44
Current children cumulated vsize (KiB) 153476

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

[startup+57.502 s]
/proc/loadavg: 2.09 2.01 2.00 3/76 24638
/proc/meminfo: memFree=1209576/2055920 swapFree=4181452/4192956
[pid=24612] ppid=24610 vsize=13600 CPUtime=18.26
/proc/24612/stat : 24612 (sugar) S 24610 24612 23578 0 -1 4194304 1022 72831 0 2 3 1 1719 103 16 0 1 0 123500093 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24612/statm: 3400 799 370 3 0 500 0
[pid=24635] ppid=24612 vsize=5356 CPUtime=0
/proc/24635/stat : 24635 (sh) S 24612 24612 23578 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 123501953 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24635/statm: 1339 232 193 169 0 50 0
[pid=24636] ppid=24635 vsize=163576 CPUtime=38.51
/proc/24636/stat : 24636 (picosat) R 24635 24612 23578 0 -1 4194304 38857 0 0 0 1763 2088 0 0 25 0 1 0 123501953 167501824 38843 996147200 134512640 134931368 4294956256 18446744073709551615 134597666 0 0 4096 0 0 0 0 17 1 0 0
/proc/24636/statm: 40894 38843 40 102 0 40789 0
Current children cumulated CPU time (s) 56.77
Current children cumulated vsize (KiB) 182532

[startup+60.7014 s]
/proc/loadavg: 2.08 2.01 2.00 3/76 24638
/proc/meminfo: memFree=1196712/2055920 swapFree=4181452/4192956
[pid=24612] ppid=24610 vsize=13600 CPUtime=18.26
/proc/24612/stat : 24612 (sugar) S 24610 24612 23578 0 -1 4194304 1022 72831 0 2 3 1 1719 103 16 0 1 0 123500093 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24612/statm: 3400 799 370 3 0 500 0
[pid=24635] ppid=24612 vsize=5356 CPUtime=0
/proc/24635/stat : 24635 (sh) S 24612 24612 23578 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 123501953 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24635/statm: 1339 232 193 169 0 50 0
[pid=24636] ppid=24635 vsize=190520 CPUtime=41.69
/proc/24636/stat : 24636 (picosat) R 24635 24612 23578 0 -1 4194304 41963 0 0 0 1910 2259 0 0 25 0 1 0 123501953 195092480 41949 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/24636/statm: 47630 41949 40 102 0 47525 0
Current children cumulated CPU time (s) 59.95
Current children cumulated vsize (KiB) 209476

[startup+63.9028 s]
/proc/loadavg: 2.08 2.01 2.00 3/76 24638
/proc/meminfo: memFree=1193832/2055920 swapFree=4181452/4192956
[pid=24612] ppid=24610 vsize=13600 CPUtime=18.26
/proc/24612/stat : 24612 (sugar) S 24610 24612 23578 0 -1 4194304 1022 72831 0 2 3 1 1719 103 16 0 1 0 123500093 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24612/statm: 3400 799 370 3 0 500 0
[pid=24635] ppid=24612 vsize=5356 CPUtime=0
/proc/24635/stat : 24635 (sh) S 24612 24612 23578 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 123501953 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24635/statm: 1339 232 193 169 0 50 0
[pid=24636] ppid=24635 vsize=193516 CPUtime=44.86
/proc/24636/stat : 24636 (picosat) R 24635 24612 23578 0 -1 4194304 42397 0 0 0 2212 2274 0 0 25 0 1 0 123501953 198160384 42381 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/24636/statm: 48379 42381 48 102 0 48274 0
Current children cumulated CPU time (s) 63.12
Current children cumulated vsize (KiB) 212472

[startup+64.7019 s]
/proc/loadavg: 2.08 2.01 2.00 3/76 24638
/proc/meminfo: memFree=1193832/2055920 swapFree=4181452/4192956
[pid=24612] ppid=24610 vsize=13600 CPUtime=18.26
/proc/24612/stat : 24612 (sugar) S 24610 24612 23578 0 -1 4194304 1022 72831 0 2 3 1 1719 103 16 0 1 0 123500093 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24612/statm: 3400 799 370 3 0 500 0
[pid=24635] ppid=24612 vsize=5356 CPUtime=0
/proc/24635/stat : 24635 (sh) S 24612 24612 23578 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 123501953 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24635/statm: 1339 232 193 169 0 50 0
[pid=24636] ppid=24635 vsize=195568 CPUtime=45.65
/proc/24636/stat : 24636 (picosat) R 24635 24612 23578 0 -1 4194304 42439 0 0 0 2291 2274 0 0 25 0 1 0 123501953 200261632 42423 996147200 134512640 134931368 4294956256 18446744073709551615 134533657 0 0 4096 0 0 0 0 17 1 0 0
/proc/24636/statm: 48892 42423 52 102 0 48787 0
Current children cumulated CPU time (s) 63.91
Current children cumulated vsize (KiB) 214524

[startup+65.1019 s]
/proc/loadavg: 2.07 2.01 2.00 3/76 24638
/proc/meminfo: memFree=1192680/2055920 swapFree=4181452/4192956
[pid=24612] ppid=24610 vsize=13600 CPUtime=64.09
/proc/24612/stat : 24612 (sugar) S 24610 24612 23578 0 -1 4194304 1091 115556 0 2 3 1 4025 2380 16 0 1 0 123500093 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24612/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 64.09
Current children cumulated vsize (KiB) 13600

[startup+65.3019 s]
/proc/loadavg: 2.07 2.01 2.00 3/76 24638
/proc/meminfo: memFree=1192680/2055920 swapFree=4181452/4192956
[pid=24612] ppid=24610 vsize=13600 CPUtime=64.09
/proc/24612/stat : 24612 (sugar) S 24610 24612 23578 0 -1 4194304 1092 115556 0 2 3 1 4025 2380 15 0 1 0 123500093 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24612/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 64.09
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 65.3658
CPU time (s): 64.5502
CPU user time (s): 40.6338
CPU system time (s): 23.9164
CPU usage (%): 98.7522
Max. virtual memory (cumulated for all children) (KiB): 908380

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 40.6338
system time used= 23.9164
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 120653
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= 7372
involuntary context switches= 8549

runsolver used 0.091986 second user time and 0.240963 second system time

The end

Launcher Data (download as text)

Begin job on node73 at 2008-07-03 21:54:51
IDJOB=1058407
IDBENCH=54126
IDSOLVER=345
FILE ID=node73/1058407-1215114890
PBS_JOBID= 7877062
Free space on /tmp= 66532 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= bdbe2078ed8387e97052ed05a12c408b
RANDOM SEED=1841674141

node73.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.230
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.230
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:       1463192 kB
Buffers:         43152 kB
Cached:         439380 kB
SwapCached:       5300 kB
Active:         193928 kB
Inactive:       331672 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1463192 kB
SwapTotal:     4192956 kB
SwapFree:      4181452 kB
Dirty:            4472 kB
Writeback:           0 kB
Mapped:          50632 kB
Slab:            52428 kB
Committed_AS:   332364 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= 66532 MiB
End job on node73 at 2008-07-03 21:55:56