Trace number 1087409

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+picosatUNSAT 196.394 198.692

General information on the benchmark

Namecsp/fapp/fapp05/
normalized-fapp05-0350-5.xml
MD5SUM063e8d8e0d87a4fa420926f8113bd3aa
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark22.5486
Satisfiable
(Un)Satisfiability was proved
Number of variables350
Number of constraints4665
Maximum constraint arity2
Maximum domain size270
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4665
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/picosat
0.00/0.04	c 0	BEGIN Sat Jul  5 09:43:58 2008
0.00/0.04	c 0	PID 5289
0.04/0.05	c 0	HOST node32.alineos.net
0.04/0.05	c 0	CONVERTING HOME/instance-1087409-1215243838.xml TO HOME/temp.csp
0.04/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1087409-1215243838.xml' 'HOME/temp.csp'
0.04/0.83	c 1	5 domains, 350 variables, 7 predicates, 0 relations, 4665 constraints
0.04/0.88	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.89	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'
0.81/0.96	c 1	Parsing HOME/temp.csp
1.30/1.44	c 1	parsed 5027 expressions
1.30/1.44	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.30/1.44	c 1	Converting to clausal form CSP
1.69/1.81	c 2	converted 503 (10%) expressions
2.29/2.44	c 2	converted 1006 (20%) expressions
2.88/3.00	c 3	converted 1509 (30%) expressions
3.28/3.49	c 4	converted 2011 (40%) expressions
3.77/3.95	c 4	converted 2514 (50%) expressions
4.17/4.34	c 4	converted 3017 (60%) expressions
4.55/4.71	c 5	converted 3519 (70%) expressions
5.06/5.23	c 5	converted 4022 (80%) expressions
5.45/5.63	c 6	converted 4525 (90%) expressions
5.84/6.03	c 6	converted 5027 (100%) expressions
5.84/6.03	c 6	CSP : 697 integers, 13494 booleans, 28546 clauses, largest domain size 2717
5.84/6.03	c 6	Heap : 26 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.84/6.03	c 6	Propagation in CSP
6.14/6.31	c 6	6420 values, 0 unsatisfiable literals, and 0 valid clauses are removed
6.14/6.31	c 6	CSP : 697 integers, 13494 booleans, 28546 clauses, largest domain size 2717
6.14/6.31	c 6	Heap : 30 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.14/6.33	c 6	Simplifing CSP by introducing new Boolean variables
6.14/6.38	c 6	CSP : 697 integers, 23354 booleans, 38406 clauses, largest domain size 2717
6.14/6.38	c 6	Heap : 31 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.44/6.65	c 7	Encoding CSP to SAT : HOME/temp.cnf
6.82/7.03	c 7	70 (10%) CSP integer variables are encoded (15840 clauses, 215546 bytes)
7.13/7.37	c 7	140 (20%) CSP integer variables are encoded (32412 clauses, 464126 bytes)
7.43/7.68	c 8	210 (30%) CSP integer variables are encoded (47677 clauses, 693101 bytes)
7.72/7.98	c 8	279 (40%) CSP integer variables are encoded (62774 clauses, 919556 bytes)
8.12/8.30	c 8	349 (50%) CSP integer variables are encoded (78547 clauses, 1156151 bytes)
8.32/8.53	c 9	419 (60%) CSP integer variables are encoded (252532 clauses, 4071709 bytes)
8.52/8.71	c 9	488 (70%) CSP integer variables are encoded (386769 clauses, 6353738 bytes)
8.71/8.91	c 9	558 (80%) CSP integer variables are encoded (545137 clauses, 9045994 bytes)
8.91/9.10	c 9	628 (90%) CSP integer variables are encoded (690149 clauses, 11511198 bytes)
9.01/9.26	c 9	697 (100%) CSP integer variables are encoded (815836 clauses, 13647877 bytes)
23.45/23.87	c 24	3841 (10%) CSP clauses are encoded (3175841 clauses, 64128408 bytes)
31.85/32.36	c 32	7682 (20%) CSP clauses are encoded (5020943 clauses, 105480621 bytes)
37.99/38.55	c 39	11522 (30%) CSP clauses are encoded (6511157 clauses, 139543279 bytes)
41.93/42.54	c 43	15363 (40%) CSP clauses are encoded (7595758 clauses, 165056983 bytes)
45.78/46.42	c 46	19203 (50%) CSP clauses are encoded (8898337 clauses, 196248732 bytes)
48.93/49.67	c 50	23044 (60%) CSP clauses are encoded (10052129 clauses, 223961463 bytes)
52.28/53.05	c 53	26885 (70%) CSP clauses are encoded (11262713 clauses, 253252833 bytes)
55.50/56.32	c 56	30725 (80%) CSP clauses are encoded (12373836 clauses, 280167053 bytes)
58.46/59.37	c 59	34566 (90%) CSP clauses are encoded (13468444 clauses, 306683213 bytes)
61.38/62.31	c 62	38406 (100%) CSP clauses are encoded (14491671 clauses, 331602796 bytes)
61.38/62.31	c 62	38406 CSP clauses encoded
61.38/62.31	c 62	Writing map file : HOME/temp.map
61.38/62.35	c 62	Heap : 29 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
61.38/62.35	c 62	SAT : 839887 SAT variables, 14491671 SAT clauses, 331602796 bytes
61.38/62.35	c 62	Heap : 29 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
61.45/62.40	c 62	SOLVING HOME/temp.cnf
61.45/62.40	c 62	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
195.53/197.88	c 198	DECODING HOME/temp.out WITH HOME/temp.map
195.53/197.88	c 198	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
195.63/197.97	c 198	Decoding HOME/temp.out
196.11/198.47	s UNSATISFIABLE
196.11/198.47	c 199	Heap : 5 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
196.19/198.53	c 199	CPU 126.31 (0.03 0.01 126.28 69.88)
196.19/198.53	c 199	END Sat Jul  5 09:47:17 2008

Verifier Data (download as text)

No possible verification on an UNSAT instance

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-1087409-1215243838/watcher-1087409-1215243838 -o /tmp/evaluation-result-1087409-1215243838/solver-1087409-1215243838 -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-1087409-1215243838.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.44 2.09 1.85 4/75 5289
/proc/meminfo: memFree=1461128/2055920 swapFree=4098048/4192956
[pid=5289] ppid=5287 vsize=4708 CPUtime=0
/proc/5289/stat : 5289 (sugar) R 5287 5289 5213 0 -1 4194304 58 0 0 0 0 0 0 0 22 0 1 0 1554055986 4820992 43 996147200 4194304 4206940 548682068608 18446744073709551615 268211123593 0 0 4096 0 0 0 0 17 1 0 0
/proc/5289/statm: 1177 43 33 3 0 8 0

[startup+0.0496349 s]
/proc/loadavg: 2.44 2.09 1.85 4/75 5289
/proc/meminfo: memFree=1461128/2055920 swapFree=4098048/4192956
[pid=5289] ppid=5287 vsize=13600 CPUtime=0.04
/proc/5289/stat : 5289 (sugar) S 5287 5289 5213 0 -1 4194304 837 0 0 0 3 1 0 0 18 0 1 0 1554055986 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5289/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.101339 s]
/proc/loadavg: 2.44 2.09 1.85 4/75 5289
/proc/meminfo: memFree=1461128/2055920 swapFree=4098048/4192956
[pid=5289] ppid=5287 vsize=13600 CPUtime=0.04
/proc/5289/stat : 5289 (sugar) S 5287 5289 5213 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1554055986 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5289/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301357 s]
/proc/loadavg: 2.44 2.09 1.85 4/75 5289
/proc/meminfo: memFree=1461128/2055920 swapFree=4098048/4192956
[pid=5289] ppid=5287 vsize=13600 CPUtime=0.04
/proc/5289/stat : 5289 (sugar) S 5287 5289 5213 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1554055986 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5289/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701408 s]
/proc/loadavg: 2.44 2.09 1.85 4/75 5289
/proc/meminfo: memFree=1461128/2055920 swapFree=4098048/4192956
[pid=5289] ppid=5287 vsize=13600 CPUtime=0.04
/proc/5289/stat : 5289 (sugar) S 5287 5289 5213 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1554055986 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5289/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.5025 s]
/proc/loadavg: 2.49 2.10 1.85 5/86 5311
/proc/meminfo: memFree=1454128/2055920 swapFree=4098048/4192956
[pid=5289] ppid=5287 vsize=13600 CPUtime=0.81
/proc/5289/stat : 5289 (sugar) S 5287 5289 5213 0 -1 4194304 973 7246 0 1 3 1 72 5 15 0 1 0 1554055986 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5289/statm: 3400 797 370 3 0 500 0
[pid=5302] ppid=5289 vsize=5356 CPUtime=0
/proc/5302/stat : 5302 (sh) S 5289 5289 5213 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1554056075 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5302/statm: 1339 233 193 169 0 50 0
[pid=5303] ppid=5302 vsize=864340 CPUtime=0.58
/proc/5303/stat : 5303 (java) S 5302 5289 5213 0 -1 0 4286 0 1 0 56 2 0 0 18 0 9 0 1554056075 885084160 3728 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5303/statm: 216085 3728 1732 9 0 210660 0
[pid=5303/tid=5304] ppid=5302 vsize=864340 CPUtime=0.46
/proc/5303/task/5304/stat : 5304 (java) R 5302 5289 5213 0 -1 64 2658 0 1 0 45 1 0 0 18 0 9 0 1554056076 885084160 3728 996147200 134512640 134550740 4294955952 18446744073709551615 4125967236 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5303/tid=5305] ppid=5302 vsize=864340 CPUtime=0.03
/proc/5303/task/5305/stat : 5305 (java) S 5302 5289 5213 0 -1 64 594 0 0 0 3 0 0 0 16 0 9 0 1554056077 885084160 3728 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5303/tid=5306] ppid=5302 vsize=864340 CPUtime=0
/proc/5303/task/5306/stat : 5306 (java) S 5302 5289 5213 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 1554056078 885084160 3728 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5303/tid=5307] ppid=5302 vsize=864340 CPUtime=0
/proc/5303/task/5307/stat : 5307 (java) S 5302 5289 5213 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1554056078 885084160 3728 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5303/tid=5308] ppid=5302 vsize=864340 CPUtime=0
/proc/5303/task/5308/stat : 5308 (java) S 5302 5289 5213 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1554056080 885084160 3728 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5303/tid=5309] ppid=5302 vsize=864340 CPUtime=0.07
/proc/5303/task/5309/stat : 5309 (java) S 5302 5289 5213 0 -1 64 343 0 0 0 7 0 0 0 16 0 9 0 1554056080 885084160 3728 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5303/tid=5310] ppid=5302 vsize=864340 CPUtime=0
/proc/5303/task/5310/stat : 5310 (java) S 5302 5289 5213 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1554056080 885084160 3728 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5303/tid=5311] ppid=5302 vsize=864340 CPUtime=0
/proc/5303/task/5311/stat : 5311 (java) S 5302 5289 5213 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1554056080 885084160 3728 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 883296

[startup+3.10268 s]
/proc/loadavg: 2.49 2.10 1.85 4/86 5311
/proc/meminfo: memFree=1443376/2055920 swapFree=4098048/4192956
[pid=5289] ppid=5287 vsize=13600 CPUtime=0.81
/proc/5289/stat : 5289 (sugar) S 5287 5289 5213 0 -1 4194304 973 7246 0 1 3 1 72 5 15 0 1 0 1554055986 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5289/statm: 3400 797 370 3 0 500 0
[pid=5302] ppid=5289 vsize=5356 CPUtime=0
/proc/5302/stat : 5302 (sh) S 5289 5289 5213 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1554056075 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5302/statm: 1339 233 193 169 0 50 0
[pid=5303] ppid=5302 vsize=868372 CPUtime=2.17
/proc/5303/stat : 5303 (java) S 5302 5289 5213 0 -1 0 8392 0 1 0 212 5 0 0 18 0 9 0 1554056075 889212928 7495 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5303/statm: 217093 7495 2540 9 0 211668 0
[pid=5303/tid=5304] ppid=5302 vsize=868372 CPUtime=1.65
/proc/5303/task/5304/stat : 5304 (java) R 5302 5289 5213 0 -1 64 2803 0 1 0 164 1 0 0 25 0 9 0 1554056076 889212928 7495 996147200 134512640 134550740 4294955952 18446744073709551615 4126576894 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5303/tid=5305] ppid=5302 vsize=868372 CPUtime=0.29
/proc/5303/task/5305/stat : 5305 (java) S 5302 5289 5213 0 -1 64 3447 0 0 0 27 2 0 0 16 0 9 0 1554056077 889212928 7495 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5303/tid=5306] ppid=5302 vsize=868372 CPUtime=0
/proc/5303/task/5306/stat : 5306 (java) S 5302 5289 5213 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1554056078 889212928 7495 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5303/tid=5307] ppid=5302 vsize=868372 CPUtime=0
/proc/5303/task/5307/stat : 5307 (java) S 5302 5289 5213 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1554056078 889212928 7495 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5303/tid=5308] ppid=5302 vsize=868372 CPUtime=0
/proc/5303/task/5308/stat : 5308 (java) S 5302 5289 5213 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1554056080 889212928 7495 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5303/tid=5309] ppid=5302 vsize=868372 CPUtime=0.2
/proc/5303/task/5309/stat : 5309 (java) S 5302 5289 5213 0 -1 64 1450 0 0 0 19 1 0 0 15 0 9 0 1554056080 889212928 7495 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5303/tid=5310] ppid=5302 vsize=868372 CPUtime=0
/proc/5303/task/5310/stat : 5310 (java) S 5302 5289 5213 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1554056080 889212928 7495 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5303/tid=5311] ppid=5302 vsize=868372 CPUtime=0
/proc/5303/task/5311/stat : 5311 (java) S 5302 5289 5213 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1554056080 889212928 7495 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 887328

[startup+6.30104 s]
/proc/loadavg: 2.53 2.12 1.86 3/86 5311
/proc/meminfo: memFree=1424432/2055920 swapFree=4098048/4192956
[pid=5289] ppid=5287 vsize=13600 CPUtime=0.81
/proc/5289/stat : 5289 (sugar) S 5287 5289 5213 0 -1 4194304 974 7246 0 1 3 1 72 5 15 0 1 0 1554055986 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5289/statm: 3400 797 370 3 0 500 0
[pid=5302] ppid=5289 vsize=5356 CPUtime=0
/proc/5302/stat : 5302 (sh) S 5289 5289 5213 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1554056075 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5302/statm: 1339 233 193 169 0 50 0
[pid=5303] ppid=5302 vsize=868372 CPUtime=5.33
/proc/5303/stat : 5303 (java) S 5302 5289 5213 0 -1 0 13610 0 1 0 524 9 0 0 18 0 9 0 1554056075 889212928 12501 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5303/statm: 217093 12501 2540 9 0 211668 0
[pid=5303/tid=5304] ppid=5302 vsize=868372 CPUtime=4.23
/proc/5303/task/5304/stat : 5304 (java) R 5302 5289 5213 0 -1 64 3240 0 1 0 421 2 0 0 25 0 9 0 1554056076 889212928 12501 996147200 134512640 134550740 4294955952 18446744073709551615 4126886361 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5303/tid=5305] ppid=5302 vsize=868372 CPUtime=0.86
/proc/5303/task/5305/stat : 5305 (java) S 5302 5289 5213 0 -1 64 8219 0 0 0 81 5 0 0 16 0 9 0 1554056077 889212928 12501 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5303/tid=5306] ppid=5302 vsize=868372 CPUtime=0
/proc/5303/task/5306/stat : 5306 (java) S 5302 5289 5213 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1554056078 889212928 12501 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5303/tid=5307] ppid=5302 vsize=868372 CPUtime=0
/proc/5303/task/5307/stat : 5307 (java) S 5302 5289 5213 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1554056078 889212928 12501 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5303/tid=5308] ppid=5302 vsize=868372 CPUtime=0
/proc/5303/task/5308/stat : 5308 (java) S 5302 5289 5213 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1554056080 889212928 12501 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5303/tid=5309] ppid=5302 vsize=868372 CPUtime=0.22
/proc/5303/task/5309/stat : 5309 (java) S 5302 5289 5213 0 -1 64 1459 0 0 0 21 1 0 0 15 0 9 0 1554056080 889212928 12501 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5303/tid=5310] ppid=5302 vsize=868372 CPUtime=0
/proc/5303/task/5310/stat : 5310 (java) S 5302 5289 5213 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1554056080 889212928 12501 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5303/tid=5311] ppid=5302 vsize=868372 CPUtime=0
/proc/5303/task/5311/stat : 5311 (java) S 5302 5289 5213 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1554056080 889212928 12501 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 887328

[startup+12.7028 s]
/proc/loadavg: 2.49 2.12 1.86 3/86 5311
/proc/meminfo: memFree=1392496/2055920 swapFree=4098048/4192956
[pid=5289] ppid=5287 vsize=13600 CPUtime=0.81
/proc/5289/stat : 5289 (sugar) S 5287 5289 5213 0 -1 4194304 974 7246 0 1 3 1 72 5 15 0 1 0 1554055986 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5289/statm: 3400 797 370 3 0 500 0
[pid=5302] ppid=5289 vsize=5356 CPUtime=0
/proc/5302/stat : 5302 (sh) S 5289 5289 5213 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1554056075 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5302/statm: 1339 233 193 169 0 50 0
[pid=5303] ppid=5302 vsize=868484 CPUtime=11.66
/proc/5303/stat : 5303 (java) S 5302 5289 5213 0 -1 0 15551 0 1 0 1139 27 0 0 18 0 9 0 1554056075 889327616 13244 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5303/statm: 217121 13244 2566 9 0 211668 0
[pid=5303/tid=5304] ppid=5302 vsize=868484 CPUtime=10.13
/proc/5303/task/5304/stat : 5304 (java) R 5302 5289 5213 0 -1 64 3603 0 1 0 995 18 0 0 25 0 9 0 1554056076 889327616 13244 996147200 134512640 134550740 4294955952 18446744073709551615 4127003199 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5303/tid=5305] ppid=5302 vsize=868484 CPUtime=1.23
/proc/5303/task/5305/stat : 5305 (java) S 5302 5289 5213 0 -1 64 9761 0 0 0 116 7 0 0 16 0 9 0 1554056077 889327616 13244 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5303/tid=5306] ppid=5302 vsize=868484 CPUtime=0
/proc/5303/task/5306/stat : 5306 (java) S 5302 5289 5213 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1554056078 889327616 13244 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5303/tid=5307] ppid=5302 vsize=868484 CPUtime=0
/proc/5303/task/5307/stat : 5307 (java) S 5302 5289 5213 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1554056078 889327616 13244 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5303/tid=5308] ppid=5302 vsize=868484 CPUtime=0
/proc/5303/task/5308/stat : 5308 (java) S 5302 5289 5213 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1554056080 889327616 13244 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5303/tid=5309] ppid=5302 vsize=868484 CPUtime=0.27
/proc/5303/task/5309/stat : 5309 (java) S 5302 5289 5213 0 -1 64 1495 0 0 0 26 1 0 0 16 0 9 0 1554056080 889327616 13244 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5303/tid=5310] ppid=5302 vsize=868484 CPUtime=0
/proc/5303/task/5310/stat : 5310 (java) S 5302 5289 5213 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1554056080 889327616 13244 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5303/tid=5311] ppid=5302 vsize=868484 CPUtime=0
/proc/5303/task/5311/stat : 5311 (java) S 5302 5289 5213 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1554056080 889327616 13244 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.47
Current children cumulated vsize (KiB) 887440

[startup+25.5012 s]
/proc/loadavg: 2.41 2.11 1.86 3/86 5311
/proc/meminfo: memFree=1345456/2055920 swapFree=4098048/4192956
[pid=5289] ppid=5287 vsize=13600 CPUtime=0.81
/proc/5289/stat : 5289 (sugar) S 5287 5289 5213 0 -1 4194304 974 7246 0 1 3 1 72 5 16 0 1 0 1554055986 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5289/statm: 3400 797 370 3 0 500 0
[pid=5302] ppid=5289 vsize=5356 CPUtime=0
/proc/5302/stat : 5302 (sh) S 5289 5289 5213 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1554056075 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5302/statm: 1339 233 193 169 0 50 0
[pid=5303] ppid=5302 vsize=868484 CPUtime=24.32
/proc/5303/stat : 5303 (java) S 5302 5289 5213 0 -1 0 15960 0 1 0 2373 59 0 0 18 0 9 0 1554056075 889327616 13249 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5303/statm: 217121 13249 2566 9 0 211668 0
[pid=5303/tid=5304] ppid=5302 vsize=868484 CPUtime=22.59
/proc/5303/task/5304/stat : 5304 (java) R 5302 5289 5213 0 -1 64 4007 0 1 0 2213 46 0 0 25 0 9 0 1554056076 889327616 13249 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5303/tid=5305] ppid=5302 vsize=868484 CPUtime=1.4
/proc/5303/task/5305/stat : 5305 (java) R 5302 5289 5213 0 -1 64 9761 0 0 0 130 10 0 0 16 0 9 0 1554056077 889327616 13249 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5303/tid=5306] ppid=5302 vsize=868484 CPUtime=0
/proc/5303/task/5306/stat : 5306 (java) S 5302 5289 5213 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1554056078 889327616 13249 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5303/tid=5307] ppid=5302 vsize=868484 CPUtime=0
/proc/5303/task/5307/stat : 5307 (java) S 5302 5289 5213 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1554056078 889327616 13249 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

################
# More data... #
################

/proc/5303/stat : 5303 (java) S 5302 5289 5213 0 -1 0 17284 0 1 0 4791 168 0 0 18 0 9 0 1554056075 889327616 13251 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5303/statm: 217121 13251 2566 9 0 211668 0
[pid=5303/tid=5304] ppid=5302 vsize=868484 CPUtime=47.31
/proc/5303/task/5304/stat : 5304 (java) R 5302 5289 5213 0 -1 64 5329 0 1 0 4583 148 0 0 25 0 9 0 1554056076 889327616 13251 996147200 134512640 134550740 4294955952 18446744073709551615 4127006398 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5303/tid=5305] ppid=5302 vsize=868484 CPUtime=1.97
/proc/5303/task/5305/stat : 5305 (java) S 5302 5289 5213 0 -1 64 9761 0 0 0 179 18 0 0 16 0 9 0 1554056077 889327616 13251 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5303/tid=5306] ppid=5302 vsize=868484 CPUtime=0
/proc/5303/task/5306/stat : 5306 (java) S 5302 5289 5213 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1554056078 889327616 13251 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5303/tid=5307] ppid=5302 vsize=868484 CPUtime=0
/proc/5303/task/5307/stat : 5307 (java) S 5302 5289 5213 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1554056078 889327616 13251 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5303/tid=5308] ppid=5302 vsize=868484 CPUtime=0
/proc/5303/task/5308/stat : 5308 (java) S 5302 5289 5213 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1554056080 889327616 13251 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5303/tid=5309] ppid=5302 vsize=868484 CPUtime=0.29
/proc/5303/task/5309/stat : 5309 (java) S 5302 5289 5213 0 -1 64 1502 0 0 0 28 1 0 0 15 0 9 0 1554056080 889327616 13251 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5303/tid=5310] ppid=5302 vsize=868484 CPUtime=0
/proc/5303/task/5310/stat : 5310 (java) S 5302 5289 5213 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1554056080 889327616 13251 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5303/tid=5311] ppid=5302 vsize=868484 CPUtime=0
/proc/5303/task/5311/stat : 5311 (java) S 5302 5289 5213 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1554056080 889327616 13251 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.4
Current children cumulated vsize (KiB) 887440

[startup+102.307 s]
/proc/loadavg: 2.35 2.18 1.90 3/78 5313
/proc/meminfo: memFree=929200/2055920 swapFree=4098048/4192956
[pid=5289] ppid=5287 vsize=13600 CPUtime=61.45
/proc/5289/stat : 5289 (sugar) S 5287 5289 5213 0 -1 4194304 1024 25575 0 2 3 1 5908 233 16 0 1 0 1554055986 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5289/statm: 3400 799 370 3 0 500 0
[pid=5312] ppid=5289 vsize=5356 CPUtime=0
/proc/5312/stat : 5312 (sh) S 5289 5289 5213 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1554062226 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5312/statm: 1339 232 193 169 0 50 0
[pid=5313] ppid=5312 vsize=217408 CPUtime=39.49
/proc/5313/stat : 5313 (picosat) R 5312 5289 5213 0 -1 4194304 49410 0 0 0 1767 2182 0 0 25 0 1 0 1554062227 222625792 49396 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/5313/statm: 54352 49396 40 102 0 54247 0
Current children cumulated CPU time (s) 100.94
Current children cumulated vsize (KiB) 236364

[startup+162.302 s]
/proc/loadavg: 2.13 2.14 1.91 3/79 5314
/proc/meminfo: memFree=713448/2055920 swapFree=4098048/4192956
[pid=5289] ppid=5287 vsize=13600 CPUtime=61.45
/proc/5289/stat : 5289 (sugar) S 5287 5289 5213 0 -1 4194304 1024 25575 0 2 3 1 5908 233 16 0 1 0 1554055986 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5289/statm: 3400 799 370 3 0 500 0
[pid=5312] ppid=5289 vsize=5356 CPUtime=0
/proc/5312/stat : 5312 (sh) S 5289 5289 5213 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1554062226 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5312/statm: 1339 232 193 169 0 50 0
[pid=5313] ppid=5312 vsize=461048 CPUtime=98.9
/proc/5313/stat : 5313 (picosat) R 5312 5289 5213 0 -1 4194304 103828 0 0 0 4469 5421 0 0 25 0 1 0 1554062227 472113152 103814 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/5313/statm: 115262 103814 40 102 0 115157 0
Current children cumulated CPU time (s) 160.35
Current children cumulated vsize (KiB) 480004

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

[startup+179.102 s]
/proc/loadavg: 2.10 2.14 1.91 3/79 5314
/proc/meminfo: memFree=652776/2055920 swapFree=4098048/4192956
[pid=5289] ppid=5287 vsize=13600 CPUtime=61.45
/proc/5289/stat : 5289 (sugar) S 5287 5289 5213 0 -1 4194304 1024 25575 0 2 3 1 5908 233 16 0 1 0 1554055986 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5289/statm: 3400 799 370 3 0 500 0
[pid=5312] ppid=5289 vsize=5356 CPUtime=0
/proc/5312/stat : 5312 (sh) S 5289 5289 5213 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1554062226 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5312/statm: 1339 232 193 169 0 50 0
[pid=5313] ppid=5312 vsize=515696 CPUtime=115.55
/proc/5313/stat : 5313 (picosat) R 5312 5289 5213 0 -1 4194304 119192 0 0 0 5234 6321 0 0 25 0 1 0 1554062227 528072704 119178 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/5313/statm: 128924 119178 40 102 0 128819 0
Current children cumulated CPU time (s) 177
Current children cumulated vsize (KiB) 534652

[startup+191.902 s]
/proc/loadavg: 2.08 2.13 1.91 3/79 5314
/proc/meminfo: memFree=617128/2055920 swapFree=4098048/4192956
[pid=5289] ppid=5287 vsize=13600 CPUtime=61.45
/proc/5289/stat : 5289 (sugar) S 5287 5289 5213 0 -1 4194304 1024 25575 0 2 3 1 5908 233 16 0 1 0 1554055986 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5289/statm: 3400 799 370 3 0 500 0
[pid=5312] ppid=5289 vsize=5356 CPUtime=0
/proc/5312/stat : 5312 (sh) S 5289 5289 5213 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1554062226 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5312/statm: 1339 232 193 169 0 50 0
[pid=5313] ppid=5312 vsize=550384 CPUtime=128.23
/proc/5313/stat : 5313 (picosat) R 5312 5289 5213 0 -1 4194304 127240 0 0 0 6080 6743 0 0 25 0 1 0 1554062227 563593216 127185 996147200 134512640 134931368 4294956256 18446744073709551615 134525751 0 0 4096 0 0 0 0 17 1 0 0
/proc/5313/statm: 137596 127185 42 102 0 137491 0
Current children cumulated CPU time (s) 189.68
Current children cumulated vsize (KiB) 569340

[startup+195.101 s]
/proc/loadavg: 2.08 2.13 1.91 3/79 5314
/proc/meminfo: memFree=616680/2055920 swapFree=4098048/4192956
[pid=5289] ppid=5287 vsize=13600 CPUtime=61.45
/proc/5289/stat : 5289 (sugar) S 5287 5289 5213 0 -1 4194304 1024 25575 0 2 3 1 5908 233 16 0 1 0 1554055986 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5289/statm: 3400 799 370 3 0 500 0
[pid=5312] ppid=5289 vsize=5356 CPUtime=0
/proc/5312/stat : 5312 (sh) S 5289 5289 5213 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1554062226 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5312/statm: 1339 232 193 169 0 50 0
[pid=5313] ppid=5312 vsize=558576 CPUtime=131.4
/proc/5313/stat : 5313 (picosat) R 5312 5289 5213 0 -1 4194304 127351 0 0 0 6397 6743 0 0 25 0 1 0 1554062227 571981824 127296 996147200 134512640 134931368 4294956256 18446744073709551615 134522836 0 0 4096 0 0 0 0 17 1 0 0
/proc/5313/statm: 139644 127296 42 102 0 139539 0
Current children cumulated CPU time (s) 192.85
Current children cumulated vsize (KiB) 577532

[startup+196.702 s]
/proc/loadavg: 2.07 2.13 1.91 3/79 5314
/proc/meminfo: memFree=616680/2055920 swapFree=4098048/4192956
[pid=5289] ppid=5287 vsize=13600 CPUtime=61.45
/proc/5289/stat : 5289 (sugar) S 5287 5289 5213 0 -1 4194304 1024 25575 0 2 3 1 5908 233 16 0 1 0 1554055986 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5289/statm: 3400 799 370 3 0 500 0
[pid=5312] ppid=5289 vsize=5356 CPUtime=0
/proc/5312/stat : 5312 (sh) S 5289 5289 5213 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1554062226 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5312/statm: 1339 232 193 169 0 50 0
[pid=5313] ppid=5312 vsize=558576 CPUtime=132.99
/proc/5313/stat : 5313 (picosat) R 5312 5289 5213 0 -1 4194304 127364 0 0 0 6556 6743 0 0 25 0 1 0 1554062227 571981824 127309 996147200 134512640 134931368 4294956256 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 1 0 0
/proc/5313/statm: 139644 127309 42 102 0 139539 0
Current children cumulated CPU time (s) 194.44
Current children cumulated vsize (KiB) 577532

[startup+197.502 s]
/proc/loadavg: 2.07 2.13 1.91 3/79 5314
/proc/meminfo: memFree=616616/2055920 swapFree=4098048/4192956
[pid=5289] ppid=5287 vsize=13600 CPUtime=61.45
/proc/5289/stat : 5289 (sugar) S 5287 5289 5213 0 -1 4194304 1024 25575 0 2 3 1 5908 233 16 0 1 0 1554055986 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5289/statm: 3400 799 370 3 0 500 0
[pid=5312] ppid=5289 vsize=5356 CPUtime=0
/proc/5312/stat : 5312 (sh) S 5289 5289 5213 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1554062226 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5312/statm: 1339 232 193 169 0 50 0
[pid=5313] ppid=5312 vsize=558580 CPUtime=133.78
/proc/5313/stat : 5313 (picosat) R 5312 5289 5213 0 -1 4194304 127370 0 0 0 6635 6743 0 0 25 0 1 0 1554062227 571985920 127315 996147200 134512640 134931368 4294956256 18446744073709551615 134580560 0 0 4096 0 0 0 0 17 1 0 0
/proc/5313/statm: 139645 127315 42 102 0 139540 0
Current children cumulated CPU time (s) 195.23
Current children cumulated vsize (KiB) 577536

[startup+198.302 s]
/proc/loadavg: 2.07 2.13 1.91 3/80 5317
/proc/meminfo: memFree=1125600/2055920 swapFree=4098048/4192956
[pid=5289] ppid=5287 vsize=13600 CPUtime=195.63
/proc/5289/stat : 5289 (sugar) S 5287 5289 5213 0 -1 4194304 1092 153232 0 2 3 1 12574 6985 16 0 1 0 1554055986 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5289/statm: 3400 799 370 3 0 500 0
[pid=5315] ppid=5289 vsize=5356 CPUtime=0
/proc/5315/stat : 5315 (sh) S 5289 5289 5213 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1554075774 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5315/statm: 1339 233 193 169 0 50 0
[pid=5316] ppid=5315 vsize=863880 CPUtime=0.39
/proc/5316/stat : 5316 (java) S 5315 5289 5213 0 -1 0 3688 0 1 0 37 2 0 0 18 0 9 0 1554075775 884613120 3159 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5316/statm: 215970 3159 1664 9 0 210552 0
[pid=5316/tid=5317] ppid=5315 vsize=863880 CPUtime=0.33
/proc/5316/task/5317/stat : 5317 (java) R 5315 5289 5213 0 -1 64 2449 0 1 0 32 1 0 0 20 0 9 0 1554075776 884613120 3159 996147200 134512640 134550740 4294956000 18446744073709551615 4125966343 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 196.02
Current children cumulated vsize (KiB) 882836

[startup+198.502 s]
/proc/loadavg: 2.07 2.13 1.91 3/80 5317
/proc/meminfo: memFree=1125600/2055920 swapFree=4098048/4192956
[pid=5289] ppid=5287 vsize=13600 CPUtime=195.63
/proc/5289/stat : 5289 (sugar) S 5287 5289 5213 0 -1 4194304 1092 153232 0 2 3 1 12574 6985 15 0 1 0 1554055986 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5289/statm: 3400 799 370 3 0 500 0
[pid=5315] ppid=5289 vsize=5356 CPUtime=0
/proc/5315/stat : 5315 (sh) S 5289 5289 5213 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1554075774 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5315/statm: 1339 233 193 169 0 50 0
[pid=5316] ppid=5315 vsize=864388 CPUtime=0.56
/proc/5316/stat : 5316 (java) S 5315 5289 5213 0 -1 0 5975 0 1 0 53 3 0 0 18 0 9 0 1554075775 885133312 5260 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5316/statm: 216097 5260 2537 9 0 210672 0
[pid=5316/tid=5317] ppid=5315 vsize=864388 CPUtime=0.42
/proc/5316/task/5317/stat : 5317 (java) S 5315 5289 5213 0 -1 64 2505 0 1 0 41 1 0 0 21 0 9 0 1554075776 885133312 5260 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 196.19
Current children cumulated vsize (KiB) 883344

[startup+198.602 s]
/proc/loadavg: 2.07 2.13 1.91 3/80 5317
/proc/meminfo: memFree=1125600/2055920 swapFree=4098048/4192956
[pid=5289] ppid=5287 vsize=13600 CPUtime=196.28
/proc/5289/stat : 5289 (sugar) R 5287 5289 5213 0 -1 4194304 1119 159497 0 3 3 9 12628 6988 16 0 1 0 1554055986 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 268213916713 0 0 4224 16386 0 0 0 17 1 0 0
/proc/5289/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 196.28
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 198.692
CPU time (s): 196.394
CPU user time (s): 126.32
CPU system time (s): 70.0743
CPU usage (%): 98.8433
Max. virtual memory (cumulated for all children) (KiB): 889892

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 126.32
system time used= 70.0743
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 160646
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= 24559
involuntary context switches= 27459

runsolver used 0.283956 second user time and 0.640902 second system time

The end

Launcher Data (download as text)

Begin job on node32 at 2008-07-05 09:43:58
IDJOB=1087409
IDBENCH=57986
IDSOLVER=345
FILE ID=node32/1087409-1215243838
PBS_JOBID= 7882026
Free space on /tmp= 66444 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/fapp/fapp05/normalized-fapp05-0350-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-1087409-1215243838/watcher-1087409-1215243838 -o /tmp/evaluation-result-1087409-1215243838/solver-1087409-1215243838 -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-1087409-1215243838.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 063e8d8e0d87a4fa420926f8113bd3aa
RANDOM SEED=1847872136

node32.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.218
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.218
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:       1461608 kB
Buffers:         83296 kB
Cached:         314980 kB
SwapCached:      88264 kB
Active:         329748 kB
Inactive:       203996 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1461608 kB
SwapTotal:     4192956 kB
SwapFree:      4098048 kB
Dirty:            1896 kB
Writeback:           0 kB
Mapped:         141716 kB
Slab:            45528 kB
Committed_AS:  3431040 kB
PageTables:       2120 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66440 MiB
End job on node32 at 2008-07-05 09:47:17