Trace number 1077592

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 93.8987 95.267

General information on the benchmark

Namecsp/medium/
normalized-patat-02-medium-5.xml
MD5SUMb160d17227d48e89c0f648593d000571
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark93.8987
Satisfiable
(Un)Satisfiability was proved
Number of variables800
Number of constraints44958
Maximum constraint arity20
Maximum domain size45
Number of constraints which are defined in extension0
Number of constraints which are defined in intension44758
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:47:14 2008
0.00/0.04	c 0	PID 27146
0.00/0.04	c 0	HOST node55.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1077592-1215193634.xml TO HOME/temp.csp
0.00/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1077592-1215193634.xml' 'HOME/temp.csp'
2.31/2.25	c 3	41 domains, 800 variables, 1 predicates, 0 relations, 44958 constraints
2.37/2.31	c 3	ENCODING HOME/temp.csp TO HOME/temp.cnf
2.37/2.31	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'
2.37/2.38	c 3	Parsing HOME/temp.csp
2.39/2.70	c 3	parsed 10000 expressions
2.39/3.00	c 3	parsed 20000 expressions
3.33/3.24	c 4	parsed 30000 expressions
3.63/3.54	c 4	parsed 40000 expressions
3.72/3.68	c 4	parsed 45800 expressions
3.72/3.68	c 4	Heap : 18 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.72/3.68	c 4	Converting to clausal form CSP
4.45/4.21	c 5	converted 4580 (10%) expressions
4.74/4.55	c 5	converted 9160 (20%) expressions
5.34/5.10	c 5	converted 13740 (30%) expressions
5.65/5.44	c 6	converted 18320 (40%) expressions
5.94/5.78	c 6	converted 22900 (50%) expressions
6.64/6.46	c 7	converted 27480 (60%) expressions
7.04/6.80	c 7	converted 32060 (70%) expressions
7.34/7.13	c 8	converted 36640 (80%) expressions
7.64/7.48	c 8	converted 41220 (90%) expressions
9.34/9.20	c 10	converted 45800 (100%) expressions
9.34/9.20	c 10	CSP : 800 integers, 0 booleans, 73534 clauses, largest domain size 45
9.34/9.20	c 10	Heap : 104 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
9.34/9.20	c 10	Propagation in CSP
9.85/9.65	c 10	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
9.85/9.65	c 10	CSP : 800 integers, 0 booleans, 73534 clauses, largest domain size 45
9.85/9.65	c 10	Heap : 113 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
9.85/9.67	c 10	Simplifing CSP by introducing new Boolean variables
11.95/11.79	c 12	CSP : 800 integers, 225702 booleans, 299236 clauses, largest domain size 45
11.95/11.79	c 12	Heap : 179 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
12.95/12.76	c 13	Encoding CSP to SAT : HOME/temp.cnf
13.06/12.81	c 13	80 (10%) CSP integer variables are encoded (3440 clauses, 42621 bytes)
13.06/12.81	c 13	160 (20%) CSP integer variables are encoded (6880 clauses, 87341 bytes)
13.06/12.81	c 13	240 (30%) CSP integer variables are encoded (10320 clauses, 133158 bytes)
13.06/12.82	c 13	320 (40%) CSP integer variables are encoded (13760 clauses, 184758 bytes)
13.06/12.82	c 13	400 (50%) CSP integer variables are encoded (17200 clauses, 236358 bytes)
13.06/12.83	c 13	480 (60%) CSP integer variables are encoded (17276 clauses, 237498 bytes)
13.06/12.83	c 13	560 (70%) CSP integer variables are encoded (17361 clauses, 238773 bytes)
13.06/12.83	c 13	640 (80%) CSP integer variables are encoded (17427 clauses, 239763 bytes)
13.06/12.84	c 13	720 (90%) CSP integer variables are encoded (17518 clauses, 241128 bytes)
13.06/12.84	c 13	800 (100%) CSP integer variables are encoded (17587 clauses, 242163 bytes)
14.40/14.15	c 15	29924 (10%) CSP clauses are encoded (611413 clauses, 11706506 bytes)
15.70/15.43	c 16	59848 (20%) CSP clauses are encoded (1200190 clauses, 23589828 bytes)
16.99/16.74	c 17	89771 (30%) CSP clauses are encoded (1806078 clauses, 35859438 bytes)
18.35/19.71	c 20	119695 (40%) CSP clauses are encoded (2405516 clauses, 48374653 bytes)
19.64/21.07	c 21	149618 (50%) CSP clauses are encoded (3008510 clauses, 61294042 bytes)
21.05/22.40	c 23	179542 (60%) CSP clauses are encoded (3618854 clauses, 74585254 bytes)
22.33/23.79	c 24	209466 (70%) CSP clauses are encoded (4215888 clauses, 88086765 bytes)
24.03/25.47	c 26	239389 (80%) CSP clauses are encoded (5076078 clauses, 106559382 bytes)
25.72/27.16	c 28	269313 (90%) CSP clauses are encoded (5979666 clauses, 125945380 bytes)
27.51/28.91	c 29	299236 (100%) CSP clauses are encoded (6883693 clauses, 145412432 bytes)
27.51/28.91	c 29	299236 CSP clauses encoded
27.51/28.91	c 29	Writing map file : HOME/temp.map
27.51/28.95	c 29	Heap : 153 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
27.51/28.95	c 29	SAT : 244001 SAT variables, 6883693 SAT clauses, 145412432 bytes
27.51/28.95	c 29	Heap : 153 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
27.51/28.98	c 29	SOLVING HOME/temp.cnf
27.51/28.98	c 29	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
93.25/94.74	c 95	DECODING HOME/temp.out WITH HOME/temp.map
93.25/94.74	c 95	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
93.31/94.82	c 95	Decoding HOME/temp.out
93.32/95.11	s SATISFIABLE
93.32/95.13	v 31 5 17 24 0 42 29 20 20 7 38 5 29 32 13 23 28 21 4 5 9 2 1 33 2 19 1 2 22 1 19 43 3 16 23 0 7 3 20 8 3 33 2 4 3 1 15 18 6 29 40 5 41 30 5 6 32 3 24 36 9 7 8 43 6 4 19 28 24 8 18 17 5 7 4 13 2 3 15 10 2 22 8 6 5 1 3 4 0 8 43 22 8 14 33 26 11 0 13 20 6 4 35 3 16 10 10 18 1 9 11 32 41 3 32 25 7 13 8 9 21 10 0 19 0 41 10 21 33 11 41 20 44 10 11 32 40 10 38 33 11 42 24 34 2 15 14 15 14 11 22 39 1 44 16 16 4 16 2 40 12 18 8 10 21 9 42 12 30 12 29 7 13 12 18 23 16 6 14 9 16 35 34 16 12 18 21 24 37 0 25 19 11 25 28 2 19 26 9 5 14 4 17 27 22 18 29 9 42 23 23 20 14 35 28 2 17 24 21 12 7 18 21 17 12 15 25 20 0 6 13 33 16 22 34 27 27 11 17 23 27 25 25 19 26 10 15 7 43 25 14 24 29 18 5 24 14 19 12 29 1 32 30 38 35 27 16 10 4 38 27 30 30 21 17 14 7 30 32 12 26 36 31 8 13 34 26 33 4 28 1 37 20 13 31 17 0 20 6 35 27 28 34 29 22 11 33 33 36 36 35 0 30 36 37 27 37 36 38 34 7 22 23 35 34 9 36 38 39 44 20 25 28 37 31 40 37 37 23 23 29 36 34 17 38 37 39 31 12 15 27 5 41 26 3 40 42 28 26 35 6 40 9 13 42 44 39 41 31 42 42 30 36 44 39 35 37 39 37 44 38 33 43 1 44 43 40 44 36 32 15 39 41 42 44 38 43 40 44 43 2 8 8 5 5 6 4 2 5 7 5 9 5 4 6 3 1 9 7 1 7 5 8 8 4 9 2 1 5 4 2 6 6 7 9 6 9 7 3 1 4 7 6 6 1 7 0 9 0 8 4 7 6 2 0 4 6 0 4 4 3 4 6 5 8 0 5 9 8 2 5 6 4 1 4 5 8 2 9 3 0 9 5 9 2 5 3 2 7 9 4 4 0 7 2 8 7 4 8 7 3 9 4 9 0 6 1 6 0 6 6 9 2 8 3 2 8 0 7 9 5 4 2 8 0 0 7 4 1 2 5 0 1 5 8 2 7 9 8 4 0 8 3 4 7 6 6 4 5 3 6 3 1 9 9 2 1 5 9 8 7 2 8 8 0 8 7 9 8 0 0 3 4 2 3 6 1 2 3 4 4 7 3 8 8 8 6 6 1 9 5 4 4 0 7 2 6 0 0 5 0 8 3 6 0 7 6 1 2 7 0 1 9 3 8 3 2 0 7 1 6 4 8 4 3 5 4 8 3 7 9 0 6 8 8 8 4 5 0 5 9 6 3 0 6 2 2 2 1 8 4 7 2 0 3 2 8 7 4 7 9 8 7 2 8 7 3 0 3 7 0 0 9 2 9 2 5 6 0 5 7 6 4 4 7 0 5 3 5 6 3 8 9 2 0 1 8 4 5 0 5 2 7 9 7 9 9 5 1 8 6 1 4 9 0 2 9 5 9 6 0 2 4 2 2 2 0 4 5 4 6 7 4 4 7 5 5 3 2 8 1 3 5 5 0 7 6 8 6 8 1 6 4 4 5 6 3 0 2 5 6 3 5 3 1 3 8 8 6 5 4 5 2 7 4 1 6 0 2 5 6 6 2 6 6 7 2 8 7 7 7 2 3 0 2 3 0 0 0 8
93.32/95.13	c 96	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
93.32/95.16	c 96	CPU 61.22 (0.03 0.02 61.19 32.53)
93.32/95.16	c 96	END Fri Jul  4 19:48:50 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-1077592-1215193634/watcher-1077592-1215193634 -o /tmp/evaluation-result-1077592-1215193634/solver-1077592-1215193634 -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-1077592-1215193634.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.00 1.00 1.00 3/64 27146
/proc/meminfo: memFree=1566784/2055920 swapFree=4180408/4192956
[pid=27146] ppid=27144 vsize=12268 CPUtime=0
/proc/27146/stat : 27146 (sugar) R 27144 27146 24636 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 1549030248 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 248761776741 0 0 4224 0 0 0 0 17 0 0 0
/proc/27146/statm: 3067 316 241 3 0 167 0

[startup+0.0982961 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 27146
/proc/meminfo: memFree=1566784/2055920 swapFree=4180408/4192956
[pid=27146] ppid=27144 vsize=13600 CPUtime=0.03
/proc/27146/stat : 27146 (sugar) S 27144 27146 24636 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 1549030248 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27146/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101288 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 27146
/proc/meminfo: memFree=1566784/2055920 swapFree=4180408/4192956
[pid=27146] ppid=27144 vsize=13600 CPUtime=0.03
/proc/27146/stat : 27146 (sugar) S 27144 27146 24636 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 1549030248 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27146/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301332 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 27146
/proc/meminfo: memFree=1566784/2055920 swapFree=4180408/4192956
[pid=27146] ppid=27144 vsize=13600 CPUtime=0.03
/proc/27146/stat : 27146 (sugar) S 27144 27146 24636 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 1549030248 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27146/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701409 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 27146
/proc/meminfo: memFree=1566784/2055920 swapFree=4180408/4192956
[pid=27146] ppid=27144 vsize=13600 CPUtime=0.03
/proc/27146/stat : 27146 (sugar) S 27144 27146 24636 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 1549030248 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27146/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50256 s]
/proc/loadavg: 1.00 1.00 1.00 2/75 27158
/proc/meminfo: memFree=1528168/2055920 swapFree=4180408/4192956
[pid=27146] ppid=27144 vsize=13600 CPUtime=0.03
/proc/27146/stat : 27146 (sugar) S 27144 27146 24636 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 1549030248 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27146/statm: 3400 796 370 3 0 500 0
[pid=27149] ppid=27146 vsize=5356 CPUtime=0
/proc/27149/stat : 27149 (sh) S 27146 27146 24636 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1549030253 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27149/statm: 1339 233 193 169 0 50 0
[pid=27150] ppid=27149 vsize=864728 CPUtime=1.55
/proc/27150/stat : 27150 (java) S 27149 27146 24636 0 -1 0 20057 0 1 0 146 9 0 0 18 0 9 0 1549030253 885481472 16616 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27150/statm: 216182 16616 2529 9 0 210764 0
[pid=27150/tid=27151] ppid=27149 vsize=864728 CPUtime=0.73
/proc/27150/task/27151/stat : 27151 (java) R 27149 27146 24636 0 -1 64 3380 0 1 0 71 2 0 0 16 0 9 0 1549030254 885481472 16616 996147200 134512640 134550740 4294956000 18446744073709551615 4126398885 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27150/tid=27152] ppid=27149 vsize=864728 CPUtime=0.69
/proc/27150/task/27152/stat : 27152 (java) S 27149 27146 24636 0 -1 64 15487 0 0 0 63 6 0 0 17 0 9 0 1549030255 885481472 16616 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27150/tid=27153] ppid=27149 vsize=864728 CPUtime=0
/proc/27150/task/27153/stat : 27153 (java) S 27149 27146 24636 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1549030255 885481472 16616 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27150/tid=27154] ppid=27149 vsize=864728 CPUtime=0
/proc/27150/task/27154/stat : 27154 (java) S 27149 27146 24636 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1549030256 885481472 16616 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27150/tid=27155] ppid=27149 vsize=864728 CPUtime=0
/proc/27150/task/27155/stat : 27155 (java) S 27149 27146 24636 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 1549030257 885481472 16616 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27150/tid=27156] ppid=27149 vsize=864728 CPUtime=0.1
/proc/27150/task/27156/stat : 27156 (java) S 27149 27146 24636 0 -1 64 491 0 0 0 10 0 0 0 16 0 9 0 1549030257 885481472 16616 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27150/tid=27157] ppid=27149 vsize=864728 CPUtime=0
/proc/27150/task/27157/stat : 27157 (java) S 27149 27146 24636 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 1549030257 885481472 16616 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27150/tid=27158] ppid=27149 vsize=864728 CPUtime=0
/proc/27150/task/27158/stat : 27158 (java) S 27149 27146 24636 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1549030258 885481472 16616 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.58
Current children cumulated vsize (KiB) 883684

[startup+3.10187 s]
/proc/loadavg: 1.00 1.00 1.00 2/75 27158
/proc/meminfo: memFree=1493992/2055920 swapFree=4180408/4192956
[pid=27146] ppid=27144 vsize=13600 CPUtime=2.39
/proc/27146/stat : 27146 (sugar) S 27144 27146 24636 0 -1 4194304 974 23680 0 1 3 0 223 13 15 0 1 0 1549030248 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27146/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 2.39
Current children cumulated vsize (KiB) 13600

[startup+6.30249 s]
/proc/loadavg: 1.00 1.00 1.00 2/75 27168
/proc/meminfo: memFree=1505960/2055920 swapFree=4180408/4192956
[pid=27146] ppid=27144 vsize=13600 CPUtime=2.39
/proc/27146/stat : 27146 (sugar) S 27144 27146 24636 0 -1 4194304 974 23680 0 1 3 0 223 13 15 0 1 0 1549030248 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27146/statm: 3400 797 370 3 0 500 0
[pid=27159] ppid=27146 vsize=5356 CPUtime=0
/proc/27159/stat : 27159 (sh) S 27146 27146 24636 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1549030480 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27159/statm: 1339 233 193 169 0 50 0
[pid=27160] ppid=27159 vsize=869348 CPUtime=4.16
/proc/27160/stat : 27160 (java) S 27159 27146 24636 0 -1 0 21745 0 1 0 404 12 0 0 20 0 9 0 1549030480 890212352 19977 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27160/statm: 217337 19977 2540 9 0 211912 0
[pid=27160/tid=27161] ppid=27159 vsize=869348 CPUtime=2.43
/proc/27160/task/27161/stat : 27161 (java) S 27159 27146 24636 0 -1 64 3316 0 1 0 241 2 0 0 17 0 9 0 1549030481 890212352 19977 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27160/tid=27162] ppid=27159 vsize=869348 CPUtime=1.51
/proc/27160/task/27162/stat : 27162 (java) R 27159 27146 24636 0 -1 64 16223 0 0 0 144 7 0 0 17 0 9 0 1549030482 890212352 19977 996147200 134512640 134550740 4294955952 18446744073709551615 102731809 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27160/tid=27163] ppid=27159 vsize=869348 CPUtime=0
/proc/27160/task/27163/stat : 27163 (java) S 27159 27146 24636 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1549030482 890212352 19977 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27160/tid=27164] ppid=27159 vsize=869348 CPUtime=0
/proc/27160/task/27164/stat : 27164 (java) S 27159 27146 24636 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1549030482 890212352 19977 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27160/tid=27165] ppid=27159 vsize=869348 CPUtime=0
/proc/27160/task/27165/stat : 27165 (java) S 27159 27146 24636 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1549030484 890212352 19977 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27160/tid=27166] ppid=27159 vsize=869348 CPUtime=0.17
/proc/27160/task/27166/stat : 27166 (java) S 27159 27146 24636 0 -1 64 1508 0 0 0 17 0 0 0 16 0 9 0 1549030484 890212352 19977 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27160/tid=27167] ppid=27159 vsize=869348 CPUtime=0
/proc/27160/task/27167/stat : 27167 (java) S 27159 27146 24636 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 1549030484 890212352 19977 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27160/tid=27168] ppid=27159 vsize=869348 CPUtime=0
/proc/27160/task/27168/stat : 27168 (java) S 27159 27146 24636 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1549030484 890212352 19977 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.55
Current children cumulated vsize (KiB) 888304

[startup+12.7028 s]
/proc/loadavg: 1.00 1.00 1.00 2/75 27168
/proc/meminfo: memFree=1363496/2055920 swapFree=4180408/4192956
[pid=27146] ppid=27144 vsize=13600 CPUtime=2.39
/proc/27146/stat : 27146 (sugar) S 27144 27146 24636 0 -1 4194304 974 23680 0 1 3 0 223 13 16 0 1 0 1549030248 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27146/statm: 3400 797 370 3 0 500 0
[pid=27159] ppid=27146 vsize=5356 CPUtime=0
/proc/27159/stat : 27159 (sh) S 27146 27146 24636 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1549030480 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27159/statm: 1339 233 193 169 0 50 0
[pid=27160] ppid=27159 vsize=881064 CPUtime=10.56
/proc/27160/stat : 27160 (java) S 27159 27146 24636 0 -1 0 81650 0 1 0 1019 37 0 0 20 0 9 0 1549030480 902209536 55236 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27160/statm: 220266 55236 2540 9 0 214841 0
[pid=27160/tid=27161] ppid=27159 vsize=881064 CPUtime=4.52
/proc/27160/task/27161/stat : 27161 (java) S 27159 27146 24636 0 -1 64 5595 0 1 0 448 4 0 0 16 0 9 0 1549030481 902209536 55236 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27160/tid=27162] ppid=27159 vsize=881064 CPUtime=5.8
/proc/27160/task/27162/stat : 27162 (java) R 27159 27146 24636 0 -1 64 73829 0 0 0 549 31 0 0 18 0 9 0 1549030482 902209536 55236 996147200 134512640 134550740 4294955952 18446744073709551615 103736952 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27160/tid=27163] ppid=27159 vsize=881064 CPUtime=0
/proc/27160/task/27163/stat : 27163 (java) S 27159 27146 24636 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1549030482 902209536 55236 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27160/tid=27164] ppid=27159 vsize=881064 CPUtime=0
/proc/27160/task/27164/stat : 27164 (java) S 27159 27146 24636 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1549030482 902209536 55236 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27160/tid=27165] ppid=27159 vsize=881064 CPUtime=0
/proc/27160/task/27165/stat : 27165 (java) S 27159 27146 24636 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1549030484 902209536 55236 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27160/tid=27166] ppid=27159 vsize=881064 CPUtime=0.21
/proc/27160/task/27166/stat : 27166 (java) S 27159 27146 24636 0 -1 64 1528 0 0 0 21 0 0 0 16 0 9 0 1549030484 902209536 55236 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27160/tid=27167] ppid=27159 vsize=881064 CPUtime=0
/proc/27160/task/27167/stat : 27167 (java) S 27159 27146 24636 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 1549030484 902209536 55236 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27160/tid=27168] ppid=27159 vsize=881064 CPUtime=0
/proc/27160/task/27168/stat : 27168 (java) S 27159 27146 24636 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1549030484 902209536 55236 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.95
Current children cumulated vsize (KiB) 900020

[startup+25.5022 s]
/proc/loadavg: 1.07 1.02 1.00 2/75 27168
/proc/meminfo: memFree=1259688/2055920 swapFree=4180408/4192956
[pid=27146] ppid=27144 vsize=13600 CPUtime=2.39
/proc/27146/stat : 27146 (sugar) S 27144 27146 24636 0 -1 4194304 974 23680 0 1 3 0 223 13 16 0 1 0 1549030248 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27146/statm: 3400 797 370 3 0 500 0
[pid=27159] ppid=27146 vsize=5356 CPUtime=0
/proc/27159/stat : 27159 (sh) S 27146 27146 24636 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1549030480 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27159/statm: 1339 233 193 169 0 50 0
[pid=27160] ppid=27159 vsize=868924 CPUtime=21.74
/proc/27160/stat : 27160 (java) S 27159 27146 24636 0 -1 0 81916 0 1 0 2077 97 0 0 20 0 9 0 1549030480 889778176 52260 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27160/statm: 217231 52260 2566 9 0 211778 0
[pid=27160/tid=27161] ppid=27159 vsize=868924 CPUtime=15.5
/proc/27160/task/27161/stat : 27161 (java) R 27159 27146 24636 0 -1 64 5822 0 1 0 1488 62 0 0 17 0 9 0 1549030481 889778176 52260 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27160/tid=27162] ppid=27159 vsize=868924 CPUtime=5.93
/proc/27160/task/27162/stat : 27162 (java) S 27159 27146 24636 0 -1 64 73830 0 0 0 561 32 0 0 16 0 9 0 1549030482 889778176 52260 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27160/tid=27163] ppid=27159 vsize=868924 CPUtime=0
/proc/27160/task/27163/stat : 27163 (java) S 27159 27146 24636 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1549030482 889778176 52260 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27160/tid=27164] ppid=27159 vsize=868924 CPUtime=0
/proc/27160/task/27164/stat : 27164 (java) S 27159 27146 24636 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1549030482 889778176 52260 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27160/tid=27165] ppid=27159 vsize=868924 CPUtime=0
/proc/27160/task/27165/stat : 27165 (java) S 27159 27146 24636 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1549030484 889778176 52260 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27160/tid=27166] ppid=27159 vsize=868924 CPUtime=0.26
/proc/27160/task/27166/stat : 27166 (java) S 27159 27146 24636 0 -1 64 1566 0 0 0 26 0 0 0 16 0 9 0 1549030484 889778176 52260 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27160/tid=27167] ppid=27159 vsize=868924 CPUtime=0
/proc/27160/task/27167/stat : 27167 (java) S 27159 27146 24636 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 1549030484 889778176 52260 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27160/tid=27168] ppid=27159 vsize=868924 CPUtime=0
/proc/27160/task/27168/stat : 27168 (java) S 27159 27146 24636 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1549030484 889778176 52260 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.13
Current children cumulated vsize (KiB) 887880

[startup+51.1011 s]
/proc/loadavg: 1.10 1.03 1.01 2/67 27170
/proc/meminfo: memFree=1321896/2055920 swapFree=4180408/4192956
[pid=27146] ppid=27144 vsize=13600 CPUtime=27.61
/proc/27146/stat : 27146 (sugar) S 27144 27146 24636 0 -1 4194304 1022 105959 0 2 3 0 2621 137 16 0 1 0 1549030248 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27146/statm: 3400 799 370 3 0 500 0
[pid=27169] ppid=27146 vsize=5356 CPUtime=0
/proc/27169/stat : 27169 (sh) S 27146 27146 24636 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1549033147 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27169/statm: 1339 232 193 169 0 50 0
[pid=27170] ppid=27169 vsize=105616 CPUtime=22.08
/proc/27170/stat : 27170 (picosat) R 27169 27146 24636 0 -1 4194304 24547 0 0 0 1008 1200 0 0 25 0 1 0 1549033148 108150784 24533 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 0 0 0
/proc/27170/statm: 26404 24533 40 102 0 26299 0
Current children cumulated CPU time (s) 49.69
Current children cumulated vsize (KiB) 124572

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

[startup+76.702 s]
/proc/loadavg: 1.07 1.03 1.01 2/67 27170
/proc/meminfo: memFree=1214440/2055920 swapFree=4180408/4192956
[pid=27146] ppid=27144 vsize=13600 CPUtime=27.61
/proc/27146/stat : 27146 (sugar) S 27144 27146 24636 0 -1 4194304 1022 105959 0 2 3 0 2621 137 16 0 1 0 1549030248 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27146/statm: 3400 799 370 3 0 500 0
[pid=27169] ppid=27146 vsize=5356 CPUtime=0
/proc/27169/stat : 27169 (sh) S 27146 27146 24636 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1549033147 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27169/statm: 1339 232 193 169 0 50 0
[pid=27170] ppid=27169 vsize=221940 CPUtime=47.66
/proc/27170/stat : 27170 (picosat) R 27169 27146 24636 0 -1 4194304 51766 0 0 0 2185 2581 0 0 25 0 1 0 1549033148 227266560 51752 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 0 0 0
/proc/27170/statm: 55485 51752 40 102 0 55380 0
Current children cumulated CPU time (s) 75.27
Current children cumulated vsize (KiB) 240896

[startup+83.1022 s]
/proc/loadavg: 1.06 1.03 1.00 2/67 27170
/proc/meminfo: memFree=1186216/2055920 swapFree=4180408/4192956
[pid=27146] ppid=27144 vsize=13600 CPUtime=27.61
/proc/27146/stat : 27146 (sugar) S 27144 27146 24636 0 -1 4194304 1022 105959 0 2 3 0 2621 137 16 0 1 0 1549030248 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27146/statm: 3400 799 370 3 0 500 0
[pid=27169] ppid=27146 vsize=5356 CPUtime=0
/proc/27169/stat : 27169 (sh) S 27146 27146 24636 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1549033147 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27169/statm: 1339 232 193 169 0 50 0
[pid=27170] ppid=27169 vsize=245304 CPUtime=54.06
/proc/27170/stat : 27170 (picosat) R 27169 27146 24636 0 -1 4194304 58583 0 0 0 2480 2926 0 0 25 0 1 0 1549033148 251191296 58569 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 0 0 0
/proc/27170/statm: 61326 58569 40 102 0 61221 0
Current children cumulated CPU time (s) 81.67
Current children cumulated vsize (KiB) 264260

[startup+89.5015 s]
/proc/loadavg: 1.05 1.02 1.00 2/67 27170
/proc/meminfo: memFree=1168168/2055920 swapFree=4180408/4192956
[pid=27146] ppid=27144 vsize=13600 CPUtime=27.61
/proc/27146/stat : 27146 (sugar) S 27144 27146 24636 0 -1 4194304 1022 105959 0 2 3 0 2621 137 16 0 1 0 1549030248 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27146/statm: 3400 799 370 3 0 500 0
[pid=27169] ppid=27146 vsize=5356 CPUtime=0
/proc/27169/stat : 27169 (sh) S 27146 27146 24636 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1549033147 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27169/statm: 1339 232 193 169 0 50 0
[pid=27170] ppid=27169 vsize=261700 CPUtime=60.45
/proc/27170/stat : 27170 (picosat) R 27169 27146 24636 0 -1 4194304 62376 0 0 0 2938 3107 0 0 25 0 1 0 1549033148 267980800 62329 996147200 134512640 134931368 4294956256 18446744073709551615 134525606 0 0 4096 0 0 0 0 17 0 0 0
/proc/27170/statm: 65425 62329 42 102 0 65320 0
Current children cumulated CPU time (s) 88.06
Current children cumulated vsize (KiB) 280656

[startup+92.7011 s]
/proc/loadavg: 1.05 1.02 1.00 2/67 27170
/proc/meminfo: memFree=1167976/2055920 swapFree=4180408/4192956
[pid=27146] ppid=27144 vsize=13600 CPUtime=27.61
/proc/27146/stat : 27146 (sugar) S 27144 27146 24636 0 -1 4194304 1022 105959 0 2 3 0 2621 137 16 0 1 0 1549030248 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27146/statm: 3400 799 370 3 0 500 0
[pid=27169] ppid=27146 vsize=5356 CPUtime=0
/proc/27169/stat : 27169 (sh) S 27146 27146 24636 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1549033147 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27169/statm: 1339 232 193 169 0 50 0
[pid=27170] ppid=27169 vsize=261708 CPUtime=63.65
/proc/27170/stat : 27170 (picosat) R 27169 27146 24636 0 -1 4194304 62427 0 0 0 3258 3107 0 0 25 0 1 0 1549033148 267988992 62378 996147200 134512640 134931368 4294956256 18446744073709551615 134525778 0 0 4096 0 0 0 0 17 0 0 0
/proc/27170/statm: 65427 62378 48 102 0 65322 0
Current children cumulated CPU time (s) 91.26
Current children cumulated vsize (KiB) 280664

[startup+94.3014 s]
/proc/loadavg: 1.05 1.02 1.00 2/67 27170
/proc/meminfo: memFree=1165032/2055920 swapFree=4180408/4192956
[pid=27146] ppid=27144 vsize=13600 CPUtime=27.61
/proc/27146/stat : 27146 (sugar) S 27144 27146 24636 0 -1 4194304 1022 105959 0 2 3 0 2621 137 16 0 1 0 1549030248 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27146/statm: 3400 799 370 3 0 500 0
[pid=27169] ppid=27146 vsize=5356 CPUtime=0
/proc/27169/stat : 27169 (sh) S 27146 27146 24636 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1549033147 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27169/statm: 1339 232 193 169 0 50 0
[pid=27170] ppid=27169 vsize=261712 CPUtime=65.24
/proc/27170/stat : 27170 (picosat) R 27169 27146 24636 0 -1 4194304 62496 0 0 0 3416 3108 0 0 25 0 1 0 1549033148 267993088 62447 996147200 134512640 134931368 4294956256 18446744073709551615 134581881 0 0 4096 0 0 0 0 17 0 0 0
/proc/27170/statm: 65428 62447 52 102 0 65323 0
Current children cumulated CPU time (s) 92.85
Current children cumulated vsize (KiB) 280668

[startup+94.7015 s]
/proc/loadavg: 1.05 1.02 1.00 2/67 27170
/proc/meminfo: memFree=1163048/2055920 swapFree=4180408/4192956
[pid=27146] ppid=27144 vsize=13600 CPUtime=27.61
/proc/27146/stat : 27146 (sugar) S 27144 27146 24636 0 -1 4194304 1022 105959 0 2 3 0 2621 137 16 0 1 0 1549030248 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27146/statm: 3400 799 370 3 0 500 0
[pid=27169] ppid=27146 vsize=5356 CPUtime=0
/proc/27169/stat : 27169 (sh) S 27146 27146 24636 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1549033147 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27169/statm: 1339 232 193 169 0 50 0
[pid=27170] ppid=27169 vsize=228940 CPUtime=65.64
/proc/27170/stat : 27170 (picosat) R 27169 27146 24636 0 -1 4194304 62496 0 0 0 3456 3108 0 0 25 0 1 0 1549033148 234434560 56165 996147200 134512640 134931368 4294956256 18446744073709551615 134580560 0 0 4096 0 0 0 0 17 0 0 0
/proc/27170/statm: 57235 56165 52 102 0 57130 0
Current children cumulated CPU time (s) 93.25
Current children cumulated vsize (KiB) 247896

[startup+95.1015 s]
/proc/loadavg: 1.05 1.02 1.00 2/67 27170
/proc/meminfo: memFree=1163048/2055920 swapFree=4180408/4192956
[pid=27146] ppid=27144 vsize=13600 CPUtime=93.32
/proc/27146/stat : 27146 (sugar) S 27144 27146 24636 0 -1 4194304 1091 168741 0 2 3 1 6078 3250 16 0 1 0 1549030248 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27146/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 93.32
Current children cumulated vsize (KiB) 13600

[startup+95.2016 s]
/proc/loadavg: 1.05 1.02 1.00 2/67 27170
/proc/meminfo: memFree=1163048/2055920 swapFree=4180408/4192956
[pid=27146] ppid=27144 vsize=13600 CPUtime=93.81
/proc/27146/stat : 27146 (sugar) R 27144 27146 24636 0 -1 4194304 1120 172713 0 3 3 6 6119 3253 17 0 1 0 1549030248 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 248761783337 0 0 4224 16386 0 0 0 17 1 0 0
/proc/27146/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 93.81
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 95.267
CPU time (s): 93.8987
CPU user time (s): 61.2347
CPU system time (s): 32.664
CPU usage (%): 98.5638
Max. virtual memory (cumulated for all children) (KiB): 910260

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 61.2347
system time used= 32.664
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 173863
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= 4033
involuntary context switches= 1822

runsolver used 0.093985 second user time and 0.288956 second system time

The end

Launcher Data (download as text)

Begin job on node55 at 2008-07-04 19:47:14
IDJOB=1077592
IDBENCH=56691
IDSOLVER=345
FILE ID=node55/1077592-1215193634
PBS_JOBID= 7881611
Free space on /tmp= 66424 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= b160d17227d48e89c0f648593d000571
RANDOM SEED=616452851

node55.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.261
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.261
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:       1567264 kB
Buffers:         74820 kB
Cached:         346028 kB
SwapCached:       6804 kB
Active:         193984 kB
Inactive:       235720 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1567264 kB
SwapTotal:     4192956 kB
SwapFree:      4180408 kB
Dirty:            7556 kB
Writeback:           0 kB
Mapped:          14260 kB
Slab:            45000 kB
Committed_AS:  3016560 kB
PageTables:       1388 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= 66424 MiB
End job on node55 at 2008-07-04 19:48:50