Trace number 1077624

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 121.831 122.142

General information on the benchmark

Namecsp/medium/
normalized-patat-02-medium-3.xml
MD5SUM3f95c8d29be0573ddfe6516241da88fb
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark121.831
Satisfiable
(Un)Satisfiability was proved
Number of variables800
Number of constraints64020
Maximum constraint arity20
Maximum domain size45
Number of constraints which are defined in extension0
Number of constraints which are defined in intension63820
Global constraints used (with number of constraints)alldifferent(200)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/picosat
0.00/0.04	c 0	BEGIN Fri Jul  4 19:53:51 2008
0.00/0.04	c 0	PID 10190
0.00/0.05	c 0	HOST node33.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1077624-1215194030.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-1077624-1215194030.xml' 'HOME/temp.csp'
3.52/3.62	c 3	35 domains, 800 variables, 1 predicates, 0 relations, 64020 constraints
3.52/3.66	c 3	ENCODING HOME/temp.csp TO HOME/temp.cnf
3.52/3.66	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.57/3.73	c 3	Parsing HOME/temp.csp
3.57/4.09	c 4	parsed 10000 expressions
4.20/4.39	c 4	parsed 20000 expressions
4.49/4.61	c 4	parsed 30000 expressions
4.80/4.91	c 5	parsed 40000 expressions
5.00/5.13	c 5	parsed 50000 expressions
5.29/5.48	c 5	parsed 60000 expressions
5.40/5.59	c 5	parsed 64856 expressions
5.49/5.60	c 5	Heap : 26 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
5.49/5.60	c 5	Converting to clausal form CSP
6.29/6.41	c 6	converted 6486 (10%) expressions
6.79/6.93	c 7	converted 12972 (20%) expressions
7.29/7.43	c 7	converted 19457 (30%) expressions
8.10/8.25	c 8	converted 25943 (40%) expressions
8.59/8.74	c 8	converted 32428 (50%) expressions
9.09/9.24	c 9	converted 38914 (60%) expressions
9.59/9.72	c 9	converted 45400 (70%) expressions
10.69/10.87	c 11	converted 51885 (80%) expressions
11.19/11.34	c 11	converted 58371 (90%) expressions
12.39/12.50	c 12	converted 64856 (100%) expressions
12.39/12.50	c 12	CSP : 800 integers, 0 booleans, 93938 clauses, largest domain size 45
12.39/12.50	c 12	Heap : 140 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
12.39/12.51	c 12	Propagation in CSP
12.88/13.04	c 13	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
12.88/13.04	c 13	CSP : 800 integers, 0 booleans, 93938 clauses, largest domain size 45
12.88/13.04	c 13	Heap : 153 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
12.88/13.09	c 13	Simplifing CSP by introducing new Boolean variables
15.29/15.47	c 15	CSP : 800 integers, 309531 booleans, 403469 clauses, largest domain size 45
15.29/15.48	c 15	Heap : 240 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
16.50/16.66	c 16	Encoding CSP to SAT : HOME/temp.cnf
16.60/16.72	c 16	80 (10%) CSP integer variables are encoded (3440 clauses, 42621 bytes)
16.60/16.72	c 16	160 (20%) CSP integer variables are encoded (6880 clauses, 87341 bytes)
16.60/16.73	c 16	240 (30%) CSP integer variables are encoded (10320 clauses, 133158 bytes)
16.60/16.73	c 16	320 (40%) CSP integer variables are encoded (13760 clauses, 184758 bytes)
16.60/16.73	c 16	400 (50%) CSP integer variables are encoded (17200 clauses, 236358 bytes)
16.60/16.74	c 16	480 (60%) CSP integer variables are encoded (17393 clauses, 239253 bytes)
16.60/16.75	c 16	560 (70%) CSP integer variables are encoded (17550 clauses, 241608 bytes)
16.60/16.75	c 17	640 (80%) CSP integer variables are encoded (17704 clauses, 243918 bytes)
16.60/16.76	c 17	720 (90%) CSP integer variables are encoded (17826 clauses, 245748 bytes)
16.60/16.76	c 17	800 (100%) CSP integer variables are encoded (17951 clauses, 247623 bytes)
18.19/18.39	c 18	40347 (10%) CSP clauses are encoded (818142 clauses, 15702817 bytes)
19.78/19.95	c 20	80694 (20%) CSP clauses are encoded (1615257 clauses, 31827928 bytes)
21.39/21.56	c 21	121041 (30%) CSP clauses are encoded (2411957 clauses, 48362677 bytes)
23.06/23.23	c 23	161388 (40%) CSP clauses are encoded (3206777 clauses, 65322191 bytes)
24.66/24.87	c 25	201735 (50%) CSP clauses are encoded (4005095 clauses, 82415464 bytes)
26.36/26.52	c 26	242082 (60%) CSP clauses are encoded (4803890 clauses, 99611530 bytes)
28.05/28.21	c 28	282429 (70%) CSP clauses are encoded (5608136 clauses, 117537136 bytes)
29.84/30.01	c 30	322776 (80%) CSP clauses are encoded (6499524 clauses, 137369146 bytes)
31.93/32.19	c 32	363123 (90%) CSP clauses are encoded (7717927 clauses, 163354234 bytes)
34.21/34.41	c 34	403469 (100%) CSP clauses are encoded (8936945 clauses, 189514168 bytes)
34.21/34.41	c 34	403469 CSP clauses encoded
34.21/34.41	c 34	Writing map file : HOME/temp.map
34.21/34.45	c 34	Heap : 196 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
34.21/34.45	c 34	SAT : 328261 SAT variables, 8936945 SAT clauses, 189514168 bytes
34.21/34.45	c 34	Heap : 196 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
34.28/34.53	c 34	SOLVING HOME/temp.cnf
34.28/34.53	c 34	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
121.09/121.46	c 121	DECODING HOME/temp.out WITH HOME/temp.map
121.09/121.46	c 121	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
121.18/121.55	c 121	Decoding HOME/temp.out
121.18/121.97	s SATISFIABLE
121.18/122.00	v 41 16 29 25 24 32 43 18 16 44 35 40 2 2 2 27 40 14 36 37 4 34 36 10 0 27 44 30 9 11 24 31 9 0 12 2 43 19 18 17 31 36 6 1 5 39 2 12 4 24 15 26 5 2 5 13 17 19 42 4 7 3 9 34 44 7 35 16 14 7 17 28 21 27 31 31 33 4 7 43 24 3 12 28 5 20 10 32 44 33 6 10 2 7 35 18 42 27 26 43 18 8 8 14 12 1 1 21 18 7 15 1 16 15 13 12 20 42 8 6 30 3 44 4 6 13 6 20 7 39 26 40 11 19 10 11 24 14 13 15 10 1 20 21 2 41 34 20 20 9 8 39 9 19 4 9 32 8 5 14 23 34 5 18 13 8 19 0 6 10 11 17 20 32 9 14 40 15 11 14 3 10 21 17 13 25 22 6 3 23 25 10 20 19 17 17 38 11 42 15 30 5 18 24 11 19 26 16 7 9 14 43 11 29 21 12 30 12 20 12 42 1 11 22 42 26 32 21 8 4 35 30 19 25 13 16 25 36 20 6 33 26 12 7 29 3 4 19 17 23 40 6 22 15 14 22 13 22 22 44 21 23 37 28 31 34 25 44 1 24 39 30 19 35 25 26 9 26 33 27 41 29 10 15 14 3 30 18 25 36 0 23 27 15 25 34 3 28 27 11 31 26 22 16 32 22 4 28 3 16 5 33 5 27 1 9 43 27 28 0 24 23 32 29 35 29 29 40 42 15 32 6 35 34 37 36 22 38 39 23 29 0 40 33 28 41 37 34 33 36 23 28 10 34 1 44 1 16 31 29 39 37 41 16 43 0 44 13 35 35 39 8 30 39 37 5 38 0 38 33 17 36 39 41 41 12 42 38 21 38 25 26 42 3 17 33 32 43 40 38 7 3 7 1 3 3 0 4 8 4 5 0 5 7 8 0 3 1 7 4 7 7 8 7 5 9 6 1 7 9 4 6 6 6 9 3 7 7 6 9 8 3 5 6 7 9 2 0 6 0 9 9 1 6 9 9 8 0 8 3 6 8 4 4 2 2 7 9 5 4 0 6 5 5 7 2 9 2 0 1 6 0 4 3 0 1 5 9 0 7 1 0 9 8 3 5 2 3 6 6 1 4 5 7 8 1 2 3 2 3 3 3 5 5 0 7 5 1 1 8 4 2 7 4 3 3 4 6 1 4 0 6 2 4 8 8 8 3 4 1 3 0 2 9 4 1 6 7 4 9 3 2 2 3 0 1 8 2 5 2 5 8 2 3 8 0 5 9 7 1 6 7 9 2 3 9 2 0 1 4 1 9 2 1 2 4 2 9 5 0 7 6 8 2 6 4 6 3 4 8 6 4 0 1 7 8 4 6 7 8 0 3 4 0 1 6 3 2 0 1 6 4 0 1 0 1 7 6 8 9 1 8 1 9 1 2 6 4 3 0 8 5 3 5 8 3 5 6 2 1 4 6 6 7 8 8 5 3 7 5 8 3 3 7 3 2 8 8 9 2 3 7 9 8 3 8 5 7 0 2 4 6 2 2 6 7 2 8 0 2 7 6 8 6 2 9 4 2 6 5 4 2 4 1 6 5 8 4 9 4 8 2 3 1 7 0 2 7 1 8 5 4 0 1 2 2 5 1 7 4 1 2 6 3 2 9 0 8 6 2 3 2 8 3 8 2 1 0 1 1 8 5 4 1 5 9 8 7 0 4 8 6 6 0 8 4 3 6 4 0 0 6 5 1 8 6 3 3 5 6 3 6 7 3 8 5 3 2 4 4 5 3 5 6 5 5 5 5 5 0
121.18/122.00	c 122	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
121.69/122.05	c 122	CPU 79.59 (0.04 0.01 79.55 42.11)
121.69/122.05	c 122	END Fri Jul  4 19:55:53 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-1077624-1215194030/watcher-1077624-1215194030 -o /tmp/evaluation-result-1077624-1215194030/solver-1077624-1215194030 -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-1077624-1215194030.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.00 2.00 2.00 4/81 10190
/proc/meminfo: memFree=1467392/2055920 swapFree=4180424/4192956
[pid=10190] ppid=10188 vsize=12268 CPUtime=0
/proc/10190/stat : 10190 (sugar) R 10188 10190 4428 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 1998376567 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 210824297061 0 0 4224 0 0 0 0 17 1 0 0
/proc/10190/statm: 3067 316 241 3 0 167 0

[startup+0.058708 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 10190
/proc/meminfo: memFree=1467392/2055920 swapFree=4180424/4192956
[pid=10190] ppid=10188 vsize=13600 CPUtime=0.03
/proc/10190/stat : 10190 (sugar) S 10188 10190 4428 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1998376567 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10190/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.10141 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 10190
/proc/meminfo: memFree=1467392/2055920 swapFree=4180424/4192956
[pid=10190] ppid=10188 vsize=13600 CPUtime=0.03
/proc/10190/stat : 10190 (sugar) S 10188 10190 4428 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1998376567 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10190/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.30143 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 10190
/proc/meminfo: memFree=1467392/2055920 swapFree=4180424/4192956
[pid=10190] ppid=10188 vsize=13600 CPUtime=0.03
/proc/10190/stat : 10190 (sugar) S 10188 10190 4428 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1998376567 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10190/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701485 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 10190
/proc/meminfo: memFree=1467392/2055920 swapFree=4180424/4192956
[pid=10190] ppid=10188 vsize=13600 CPUtime=0.03
/proc/10190/stat : 10190 (sugar) S 10188 10190 4428 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1998376567 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10190/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50259 s]
/proc/loadavg: 2.08 2.02 2.01 4/92 10202
/proc/meminfo: memFree=1439336/2055920 swapFree=4180424/4192956
[pid=10190] ppid=10188 vsize=13600 CPUtime=0.03
/proc/10190/stat : 10190 (sugar) S 10188 10190 4428 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1998376567 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10190/statm: 3400 796 370 3 0 500 0
[pid=10193] ppid=10190 vsize=5356 CPUtime=0
/proc/10193/stat : 10193 (sh) S 10190 10190 4428 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1998376572 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10193/statm: 1339 233 193 169 0 50 0
[pid=10194] ppid=10193 vsize=864676 CPUtime=1.42
/proc/10194/stat : 10194 (java) S 10193 10190 4428 0 -1 0 16688 0 1 0 135 7 0 0 18 0 9 0 1998376573 885428224 14231 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10194/statm: 216169 14231 2529 9 0 210751 0
[pid=10194/tid=10195] ppid=10193 vsize=864676 CPUtime=0.85
/proc/10194/task/10195/stat : 10195 (java) R 10193 10190 4428 0 -1 64 3021 0 1 0 83 2 0 0 25 0 9 0 1998376574 885428224 14231 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10194/tid=10196] ppid=10193 vsize=864676 CPUtime=0.46
/proc/10194/task/10196/stat : 10196 (java) R 10193 10190 4428 0 -1 64 12480 0 0 0 42 4 0 0 16 0 9 0 1998376575 885428224 14231 996147200 134512640 134550740 4294956000 18446744073709551615 102674864 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10194/tid=10197] ppid=10193 vsize=864676 CPUtime=0
/proc/10194/task/10197/stat : 10197 (java) S 10193 10190 4428 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1998376575 885428224 14231 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10194/tid=10198] ppid=10193 vsize=864676 CPUtime=0
/proc/10194/task/10198/stat : 10198 (java) S 10193 10190 4428 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 1998376575 885428224 14231 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10194/tid=10199] ppid=10193 vsize=864676 CPUtime=0
/proc/10194/task/10199/stat : 10199 (java) S 10193 10190 4428 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1998376577 885428224 14231 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10194/tid=10200] ppid=10193 vsize=864676 CPUtime=0.08
/proc/10194/task/10200/stat : 10200 (java) S 10193 10190 4428 0 -1 64 487 0 0 0 8 0 0 0 16 0 9 0 1998376577 885428224 14231 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10194/tid=10201] ppid=10193 vsize=864676 CPUtime=0
/proc/10194/task/10201/stat : 10201 (java) S 10193 10190 4428 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1998376577 885428224 14231 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10194/tid=10202] ppid=10193 vsize=864676 CPUtime=0
/proc/10194/task/10202/stat : 10202 (java) S 10193 10190 4428 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1998376577 885428224 14231 996147200 134512640 134550740 4294956000 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.10277 s]
/proc/loadavg: 2.08 2.02 2.01 3/92 10202
/proc/meminfo: memFree=1394280/2055920 swapFree=4180424/4192956
[pid=10190] ppid=10188 vsize=13600 CPUtime=0.03
/proc/10190/stat : 10190 (sugar) S 10188 10190 4428 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1998376567 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10190/statm: 3400 796 370 3 0 500 0
[pid=10193] ppid=10190 vsize=5356 CPUtime=0
/proc/10193/stat : 10193 (sh) S 10190 10190 4428 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1998376572 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10193/statm: 1339 233 193 169 0 50 0
[pid=10194] ppid=10193 vsize=864692 CPUtime=3.01
/proc/10194/stat : 10194 (java) S 10193 10190 4428 0 -1 0 30546 0 1 0 286 15 0 0 18 0 9 0 1998376573 885444608 25136 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10194/statm: 216173 25136 2529 9 0 210755 0
[pid=10194/tid=10195] ppid=10193 vsize=864692 CPUtime=1.58
/proc/10194/task/10195/stat : 10195 (java) R 10193 10190 4428 0 -1 64 3878 0 1 0 155 3 0 0 25 0 9 0 1998376574 885444608 25136 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10194/tid=10196] ppid=10193 vsize=864692 CPUtime=1.26
/proc/10194/task/10196/stat : 10196 (java) R 10193 10190 4428 0 -1 64 25448 0 0 0 116 10 0 0 16 0 9 0 1998376575 885444608 25136 996147200 134512640 134550740 4294956000 18446744073709551615 104187937 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10194/tid=10197] ppid=10193 vsize=864692 CPUtime=0
/proc/10194/task/10197/stat : 10197 (java) S 10193 10190 4428 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1998376575 885444608 25136 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10194/tid=10198] ppid=10193 vsize=864692 CPUtime=0
/proc/10194/task/10198/stat : 10198 (java) S 10193 10190 4428 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1998376575 885444608 25136 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10194/tid=10199] ppid=10193 vsize=864692 CPUtime=0
/proc/10194/task/10199/stat : 10199 (java) S 10193 10190 4428 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1998376577 885444608 25136 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10194/tid=10200] ppid=10193 vsize=864692 CPUtime=0.13
/proc/10194/task/10200/stat : 10200 (java) S 10193 10190 4428 0 -1 64 520 0 0 0 13 0 0 0 16 0 9 0 1998376577 885444608 25136 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10194/tid=10201] ppid=10193 vsize=864692 CPUtime=0
/proc/10194/task/10201/stat : 10201 (java) S 10193 10190 4428 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1998376577 885444608 25136 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10194/tid=10202] ppid=10193 vsize=864692 CPUtime=0
/proc/10194/task/10202/stat : 10202 (java) S 10193 10190 4428 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1998376577 885444608 25136 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 883648

[startup+6.30115 s]
/proc/loadavg: 2.07 2.02 2.00 3/92 10212
/proc/meminfo: memFree=1433832/2055920 swapFree=4180424/4192956
[pid=10190] ppid=10188 vsize=13600 CPUtime=3.57
/proc/10190/stat : 10190 (sugar) S 10188 10190 4428 0 -1 4194304 974 32470 0 1 3 0 336 18 15 0 1 0 1998376567 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10190/statm: 3400 797 370 3 0 500 0
[pid=10203] ppid=10190 vsize=5356 CPUtime=0
/proc/10203/stat : 10203 (sh) S 10190 10190 4428 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1998376933 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10203/statm: 1339 233 193 169 0 50 0
[pid=10204] ppid=10203 vsize=869404 CPUtime=2.62
/proc/10204/stat : 10204 (java) S 10203 10190 4428 0 -1 0 15675 0 1 0 252 10 0 0 18 0 9 0 1998376934 890269696 13990 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10204/statm: 217351 13990 2540 9 0 211926 0
[pid=10204/tid=10205] ppid=10203 vsize=869404 CPUtime=1.56
/proc/10204/task/10205/stat : 10205 (java) R 10203 10190 4428 0 -1 64 3090 0 1 0 154 2 0 0 25 0 9 0 1998376935 890269696 13990 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10204/tid=10206] ppid=10203 vsize=869404 CPUtime=0.84
/proc/10204/task/10206/stat : 10206 (java) R 10203 10190 4428 0 -1 64 10428 0 0 0 78 6 0 0 16 0 9 0 1998376936 890269696 13990 996147200 134512640 134550740 4294955952 18446744073709551615 102731896 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10204/tid=10207] ppid=10203 vsize=869404 CPUtime=0
/proc/10204/task/10207/stat : 10207 (java) S 10203 10190 4428 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1998376936 890269696 13990 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10204/tid=10208] ppid=10203 vsize=869404 CPUtime=0
/proc/10204/task/10208/stat : 10208 (java) S 10203 10190 4428 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1998376936 890269696 13990 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10204/tid=10209] ppid=10203 vsize=869404 CPUtime=0
/proc/10204/task/10209/stat : 10209 (java) S 10203 10190 4428 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1998376938 890269696 13990 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10204/tid=10210] ppid=10203 vsize=869404 CPUtime=0.18
/proc/10204/task/10210/stat : 10210 (java) S 10203 10190 4428 0 -1 64 1460 0 0 0 18 0 0 0 16 0 9 0 1998376938 890269696 13990 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10204/tid=10211] ppid=10203 vsize=869404 CPUtime=0
/proc/10204/task/10211/stat : 10211 (java) S 10203 10190 4428 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1998376938 890269696 13990 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10204/tid=10212] ppid=10203 vsize=869404 CPUtime=0
/proc/10204/task/10212/stat : 10212 (java) S 10203 10190 4428 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1998376938 890269696 13990 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 888360

[startup+12.7029 s]
/proc/loadavg: 2.15 2.03 2.01 3/92 10212
/proc/meminfo: memFree=1321384/2055920 swapFree=4180424/4192956
[pid=10190] ppid=10188 vsize=13600 CPUtime=3.57
/proc/10190/stat : 10190 (sugar) S 10188 10190 4428 0 -1 4194304 974 32470 0 1 3 0 336 18 16 0 1 0 1998376567 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10190/statm: 3400 797 370 3 0 500 0
[pid=10203] ppid=10190 vsize=5356 CPUtime=0
/proc/10203/stat : 10203 (sh) S 10190 10190 4428 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1998376933 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10203/statm: 1339 233 193 169 0 50 0
[pid=10204] ppid=10203 vsize=868400 CPUtime=9.02
/proc/10204/stat : 10204 (java) S 10203 10190 4428 0 -1 0 53529 0 1 0 876 26 0 0 18 0 9 0 1998376934 889241600 41445 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10204/statm: 217100 41445 2540 9 0 211675 0
[pid=10204/tid=10205] ppid=10203 vsize=868400 CPUtime=5.43
/proc/10204/task/10205/stat : 10205 (java) R 10203 10190 4428 0 -1 64 4471 0 1 0 540 3 0 0 25 0 9 0 1998376935 889241600 41445 996147200 134512640 134550740 4294955952 18446744073709551615 4126601396 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10204/tid=10206] ppid=10203 vsize=868400 CPUtime=3.37
/proc/10204/task/10206/stat : 10206 (java) S 10203 10190 4428 0 -1 64 46889 0 0 0 316 21 0 0 16 0 9 0 1998376936 889241600 41445 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10204/tid=10207] ppid=10203 vsize=868400 CPUtime=0
/proc/10204/task/10207/stat : 10207 (java) S 10203 10190 4428 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1998376936 889241600 41445 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10204/tid=10208] ppid=10203 vsize=868400 CPUtime=0
/proc/10204/task/10208/stat : 10208 (java) S 10203 10190 4428 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1998376936 889241600 41445 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10204/tid=10209] ppid=10203 vsize=868400 CPUtime=0
/proc/10204/task/10209/stat : 10209 (java) S 10203 10190 4428 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1998376938 889241600 41445 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10204/tid=10210] ppid=10203 vsize=868400 CPUtime=0.19
/proc/10204/task/10210/stat : 10210 (java) S 10203 10190 4428 0 -1 64 1472 0 0 0 19 0 0 0 16 0 9 0 1998376938 889241600 41445 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10204/tid=10211] ppid=10203 vsize=868400 CPUtime=0
/proc/10204/task/10211/stat : 10211 (java) S 10203 10190 4428 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1998376938 889241600 41445 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10204/tid=10212] ppid=10203 vsize=868400 CPUtime=0
/proc/10204/task/10212/stat : 10212 (java) S 10203 10190 4428 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1998376938 889241600 41445 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 887356

[startup+25.5025 s]
/proc/loadavg: 2.18 2.05 2.01 3/92 10212
/proc/meminfo: memFree=1119912/2055920 swapFree=4180424/4192956
[pid=10190] ppid=10188 vsize=13600 CPUtime=3.58
/proc/10190/stat : 10190 (sugar) S 10188 10190 4428 0 -1 4194304 974 32470 0 1 4 0 336 18 16 0 1 0 1998376567 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10190/statm: 3400 797 370 3 0 500 0
[pid=10203] ppid=10190 vsize=5356 CPUtime=0
/proc/10203/stat : 10203 (sh) S 10190 10190 4428 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1998376933 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10203/statm: 1339 233 193 169 0 50 0
[pid=10204] ppid=10203 vsize=868512 CPUtime=21.79
/proc/10204/stat : 10204 (java) S 10203 10190 4428 0 -1 0 91723 0 1 0 2086 93 0 0 18 0 9 0 1998376934 889356288 66454 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10204/statm: 217128 66454 2566 9 0 211675 0
[pid=10204/tid=10205] ppid=10203 vsize=868512 CPUtime=14.7
/proc/10204/task/10205/stat : 10205 (java) R 10203 10190 4428 0 -1 64 5792 0 1 0 1415 55 0 0 25 0 9 0 1998376935 889356288 66454 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10204/tid=10206] ppid=10203 vsize=868512 CPUtime=6.78
/proc/10204/task/10206/stat : 10206 (java) S 10203 10190 4428 0 -1 64 83716 0 0 0 642 36 0 0 16 0 9 0 1998376936 889356288 66454 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10204/tid=10207] ppid=10203 vsize=868512 CPUtime=0
/proc/10204/task/10207/stat : 10207 (java) S 10203 10190 4428 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1998376936 889356288 66454 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10204/tid=10208] ppid=10203 vsize=868512 CPUtime=0
/proc/10204/task/10208/stat : 10208 (java) S 10203 10190 4428 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1998376936 889356288 66454 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10204/tid=10209] ppid=10203 vsize=868512 CPUtime=0
/proc/10204/task/10209/stat : 10209 (java) S 10203 10190 4428 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1998376938 889356288 66454 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10204/tid=10210] ppid=10203 vsize=868512 CPUtime=0.27
/proc/10204/task/10210/stat : 10210 (java) S 10203 10190 4428 0 -1 64 1518 0 0 0 27 0 0 0 16 0 9 0 1998376938 889356288 66454 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10204/tid=10211] ppid=10203 vsize=868512 CPUtime=0
/proc/10204/task/10211/stat : 10211 (java) S 10203 10190 4428 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1998376938 889356288 66454 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10204/tid=10212] ppid=10203 vsize=868512 CPUtime=0
/proc/10204/task/10212/stat : 10212 (java) S 10203 10190 4428 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1998376938 889356288 66454 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.37
Current children cumulated vsize (KiB) 887468

[startup+51.1015 s]
/proc/loadavg: 2.12 2.04 2.01 3/84 10214
/proc/meminfo: memFree=1201320/2055920 swapFree=4180424/4192956
[pid=10190] ppid=10188 vsize=13600 CPUtime=34.32
/proc/10190/stat : 10190 (sugar) S 10188 10190 4428 0 -1 4194304 1022 124631 0 2 4 0 3257 171 16 0 1 0 1998376567 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10190/statm: 3400 799 370 3 0 500 0
[pid=10213] ppid=10190 vsize=5356 CPUtime=0
/proc/10213/stat : 10213 (sh) S 10190 10190 4428 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1998380021 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10213/statm: 1339 232 193 169 0 50 0
[pid=10214] ppid=10213 vsize=76580 CPUtime=16.51
/proc/10214/stat : 10214 (picosat) R 10213 10190 4428 0 -1 4194304 18316 0 0 0 745 906 0 0 25 0 1 0 1998380021 78417920 18302 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 0 0 0
/proc/10214/statm: 19145 18302 40 102 0 19040 0
Current children cumulated CPU time (s) 50.83
Current children cumulated vsize (KiB) 95536

[startup+102.307 s]
/proc/loadavg: 2.05 2.03 2.01 3/84 10214
/proc/meminfo: memFree=979368/2055920 swapFree=4180424/4192956
[pid=10190] ppid=10188 vsize=13600 CPUtime=34.32
/proc/10190/stat : 10190 (sugar) S 10188 10190 4428 0 -1 4194304 1022 124631 0 2 4 0 3257 171 16 0 1 0 1998376567 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10190/statm: 3400 799 370 3 0 500 0
[pid=10213] ppid=10190 vsize=5356 CPUtime=0
/proc/10213/stat : 10213 (sh) S 10190 10190 4428 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1998380021 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10213/statm: 1339 232 193 169 0 50 0
[pid=10214] ppid=10213 vsize=308180 CPUtime=67.7
/proc/10214/stat : 10214 (picosat) R 10213 10190 4428 0 -1 4194304 72876 0 0 0 3131 3639 0 0 25 0 1 0 1998380021 315576320 72862 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 0 0 0
/proc/10214/statm: 77045 72862 40 102 0 76940 0
Current children cumulated CPU time (s) 102.02
Current children cumulated vsize (KiB) 327136

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

[startup+115.102 s]
/proc/loadavg: 2.04 2.03 2.01 3/84 10214
/proc/meminfo: memFree=946152/2055920 swapFree=4180424/4192956
[pid=10190] ppid=10188 vsize=13600 CPUtime=34.32
/proc/10190/stat : 10190 (sugar) S 10188 10190 4428 0 -1 4194304 1022 124631 0 2 4 0 3257 171 16 0 1 0 1998376567 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10190/statm: 3400 799 370 3 0 500 0
[pid=10213] ppid=10190 vsize=5356 CPUtime=0
/proc/10213/stat : 10213 (sh) S 10190 10190 4428 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1998380021 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10213/statm: 1339 232 193 169 0 50 0
[pid=10214] ppid=10213 vsize=339368 CPUtime=80.48
/proc/10214/stat : 10214 (picosat) R 10213 10190 4428 0 -1 4194304 81056 0 0 0 4018 4030 0 0 25 0 1 0 1998380021 347512832 80967 996147200 134512640 134931368 4294956256 18446744073709551615 134525783 0 0 4096 0 0 0 0 17 0 0 0
/proc/10214/statm: 84842 80967 42 102 0 84737 0
Current children cumulated CPU time (s) 114.8
Current children cumulated vsize (KiB) 358324

[startup+118.302 s]
/proc/loadavg: 2.04 2.03 2.00 3/84 10214
/proc/meminfo: memFree=945832/2055920 swapFree=4180424/4192956
[pid=10190] ppid=10188 vsize=13600 CPUtime=34.32
/proc/10190/stat : 10190 (sugar) S 10188 10190 4428 0 -1 4194304 1022 124631 0 2 4 0 3257 171 16 0 1 0 1998376567 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10190/statm: 3400 799 370 3 0 500 0
[pid=10213] ppid=10190 vsize=5356 CPUtime=0
/proc/10213/stat : 10213 (sh) S 10190 10190 4428 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1998380021 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10213/statm: 1339 232 193 169 0 50 0
[pid=10214] ppid=10213 vsize=339368 CPUtime=83.68
/proc/10214/stat : 10214 (picosat) R 10213 10190 4428 0 -1 4194304 81117 0 0 0 4338 4030 0 0 25 0 1 0 1998380021 347512832 81028 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/10214/statm: 84842 81028 42 102 0 84737 0
Current children cumulated CPU time (s) 118
Current children cumulated vsize (KiB) 358324

[startup+119.907 s]
/proc/loadavg: 2.04 2.03 2.00 3/84 10214
/proc/meminfo: memFree=945640/2055920 swapFree=4180424/4192956
[pid=10190] ppid=10188 vsize=13600 CPUtime=34.32
/proc/10190/stat : 10190 (sugar) S 10188 10190 4428 0 -1 4194304 1022 124631 0 2 4 0 3257 171 16 0 1 0 1998376567 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10190/statm: 3400 799 370 3 0 500 0
[pid=10213] ppid=10190 vsize=5356 CPUtime=0
/proc/10213/stat : 10213 (sh) S 10190 10190 4428 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1998380021 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10213/statm: 1339 232 193 169 0 50 0
[pid=10214] ppid=10213 vsize=343464 CPUtime=85.28
/proc/10214/stat : 10214 (picosat) R 10213 10190 4428 0 -1 4194304 81149 0 0 0 4498 4030 0 0 25 0 1 0 1998380021 351707136 81060 996147200 134512640 134931368 4294956256 18446744073709551615 134525797 0 0 4096 0 0 0 0 17 0 0 0
/proc/10214/statm: 85866 81060 42 102 0 85761 0
Current children cumulated CPU time (s) 119.6
Current children cumulated vsize (KiB) 362420

[startup+121.502 s]
/proc/loadavg: 2.04 2.03 2.00 3/84 10214
/proc/meminfo: memFree=942888/2055920 swapFree=4180424/4192956
[pid=10190] ppid=10188 vsize=13600 CPUtime=121.18
/proc/10190/stat : 10190 (sugar) S 10188 10190 4428 0 -1 4194304 1073 206130 0 2 4 0 7906 4208 17 0 1 0 1998376567 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10190/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 121.18
Current children cumulated vsize (KiB) 13600

[startup+121.901 s]
/proc/loadavg: 2.04 2.03 2.00 3/84 10214
/proc/meminfo: memFree=942888/2055920 swapFree=4180424/4192956
[pid=10190] ppid=10188 vsize=13600 CPUtime=121.18
/proc/10190/stat : 10190 (sugar) S 10188 10190 4428 0 -1 4194304 1091 206130 0 2 4 0 7906 4208 16 0 1 0 1998376567 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10190/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 121.18
Current children cumulated vsize (KiB) 13600

[startup+122.107 s]
/proc/loadavg: 2.04 2.03 2.00 3/92 10224
/proc/meminfo: memFree=1261728/2055920 swapFree=4180424/4192956
[pid=10190] ppid=10188 vsize=13600 CPUtime=121.77
/proc/10190/stat : 10190 (sugar) R 10188 10190 4428 0 -1 4194304 1120 210127 0 3 4 7 7955 4211 16 0 1 0 1998376567 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 210824303657 0 0 4224 16386 0 0 0 17 0 0 0
/proc/10190/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 121.77
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 122.142
CPU time (s): 121.831
CPU user time (s): 79.6009
CPU system time (s): 42.2306
CPU usage (%): 99.7458
Max. virtual memory (cumulated for all children) (KiB): 907844

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 79.6009
system time used= 42.2306
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 211277
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= 8808
involuntary context switches= 10769

runsolver used 0.134979 second user time and 0.361944 second system time

The end

Launcher Data (download as text)

Begin job on node33 at 2008-07-04 19:53:51
IDJOB=1077624
IDBENCH=56693
IDSOLVER=345
FILE ID=node33/1077624-1215194030
PBS_JOBID= 7881505
Free space on /tmp= 66460 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/medium/normalized-patat-02-medium-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-1077624-1215194030/watcher-1077624-1215194030 -o /tmp/evaluation-result-1077624-1215194030/solver-1077624-1215194030 -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-1077624-1215194030.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 3f95c8d29be0573ddfe6516241da88fb
RANDOM SEED=1723436750

node33.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.231
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.231
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1467872 kB
Buffers:         77624 kB
Cached:         363236 kB
SwapCached:       6444 kB
Active:         261012 kB
Inactive:       253844 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1467872 kB
SwapTotal:     4192956 kB
SwapFree:      4180424 kB
Dirty:           10188 kB
Writeback:           0 kB
Mapped:          90508 kB
Slab:            58176 kB
Committed_AS:  4291608 kB
PageTables:       2004 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= 66460 MiB
End job on node33 at 2008-07-04 19:55:53