Trace number 1068156

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 503.359 508.328

General information on the benchmark

Namecsp/lexHerald/
normalized-crossword-m1-lex-15-04.xml
MD5SUM9d1b2e6b4288428f6850493c899fc596
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1.60776
Satisfiable
(Un)Satisfiability was proved
Number of variables193
Number of constraints698
Maximum constraint arity30
Maximum domain size26
Number of constraints which are defined in extension76
Number of constraints which are defined in intension622
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 Fri Jul  4 08:24:03 2008
0.00/0.04	c 0	PID 10204
0.04/0.05	c 0	HOST node12.alineos.net
0.04/0.05	c 0	CONVERTING HOME/instance-1068156-1215152643.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-1068156-1215152643.xml' 'HOME/temp.csp'
0.04/0.48	c 1	1 domains, 193 variables, 8 predicates, 6 relations, 698 constraints
0.04/0.53	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.53	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.46/0.61	c 1	Parsing HOME/temp.csp
0.46/0.97	c 1	parsed 906 expressions
0.46/0.98	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.46/0.98	c 1	Converting to clausal form CSP
0.92/1.01	c 1	converted 91 (10%) expressions
0.92/1.01	c 1	converted 182 (20%) expressions
1.80/1.93	c 2	converted 272 (30%) expressions
1.90/2.06	c 2	converted 363 (40%) expressions
2.10/2.30	c 3	converted 453 (50%) expressions
2.39/2.56	c 3	converted 544 (60%) expressions
2.49/2.66	c 3	converted 635 (70%) expressions
2.59/2.72	c 3	converted 725 (80%) expressions
2.59/2.73	c 3	converted 816 (90%) expressions
2.59/2.76	c 3	converted 906 (100%) expressions
2.59/2.76	c 3	CSP : 193 integers, 0 booleans, 698 clauses, largest domain size 26
2.59/2.76	c 3	Heap : 42 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.59/2.76	c 3	Propagation in CSP
2.59/2.78	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.59/2.78	c 3	CSP : 193 integers, 0 booleans, 698 clauses, largest domain size 26
2.59/2.78	c 3	Heap : 43 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.59/2.78	c 3	Simplifing CSP by introducing new Boolean variables
2.70/2.82	c 3	CSP : 193 integers, 5444 booleans, 6142 clauses, largest domain size 26
2.70/2.82	c 3	Heap : 42 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.89/3.06	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.89/3.07	c 3	20 (10%) CSP integer variables are encoded (480 clauses, 5136 bytes)
2.89/3.08	c 3	39 (20%) CSP integer variables are encoded (936 clauses, 10152 bytes)
2.89/3.08	c 3	58 (30%) CSP integer variables are encoded (1392 clauses, 16033 bytes)
2.89/3.08	c 3	78 (40%) CSP integer variables are encoded (1872 clauses, 22273 bytes)
2.89/3.08	c 3	97 (50%) CSP integer variables are encoded (2328 clauses, 28201 bytes)
2.89/3.08	c 3	116 (60%) CSP integer variables are encoded (2784 clauses, 34129 bytes)
2.89/3.08	c 3	136 (70%) CSP integer variables are encoded (3264 clauses, 40369 bytes)
2.89/3.08	c 3	155 (80%) CSP integer variables are encoded (3720 clauses, 46297 bytes)
2.89/3.08	c 3	174 (90%) CSP integer variables are encoded (4176 clauses, 52225 bytes)
2.89/3.08	c 3	193 (100%) CSP integer variables are encoded (4632 clauses, 58153 bytes)
24.07/24.48	c 25	615 (10%) CSP clauses are encoded (447161 clauses, 17767435 bytes)
34.07/34.58	c 35	1229 (20%) CSP clauses are encoded (574340 clauses, 23668955 bytes)
39.40/39.97	c 40	1843 (30%) CSP clauses are encoded (625953 clauses, 26011013 bytes)
44.65/45.28	c 46	2457 (40%) CSP clauses are encoded (677566 clauses, 28170166 bytes)
50.00/50.66	c 51	3071 (50%) CSP clauses are encoded (729179 clauses, 30739047 bytes)
55.64/56.35	c 57	3686 (60%) CSP clauses are encoded (781093 clauses, 33310912 bytes)
55.64/56.38	c 57	4300 (70%) CSP clauses are encoded (795657 clauses, 33583338 bytes)
55.73/56.41	c 57	4914 (80%) CSP clauses are encoded (810221 clauses, 33855764 bytes)
55.73/56.44	c 57	5528 (90%) CSP clauses are encoded (824810 clauses, 34127447 bytes)
55.93/56.70	c 57	6142 (100%) CSP clauses are encoded (845516 clauses, 34903009 bytes)
55.93/56.70	c 57	6142 CSP clauses encoded
55.93/56.70	c 57	Writing map file : HOME/temp.map
56.04/56.70	c 57	Heap : 44 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
56.04/56.70	c 57	SAT : 10269 SAT variables, 845516 SAT clauses, 34903009 bytes
56.04/56.70	c 57	Heap : 44 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
56.04/56.76	c 57	SOLVING HOME/temp.cnf
56.04/56.76	c 57	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
503.16/508.12	c 508	DECODING HOME/temp.out WITH HOME/temp.map
503.16/508.12	c 508	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
503.18/508.21	c 508	Decoding HOME/temp.out
503.18/508.25	s UNSATISFIABLE
503.18/508.25	c 508	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
503.18/508.31	c 509	CPU 493.96 (0.03 0.01 493.93 9.34)
503.18/508.31	c 509	END Fri Jul  4 08:32:32 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-1068156-1215152643/watcher-1068156-1215152643 -o /tmp/evaluation-result-1068156-1215152643/solver-1068156-1215152643 -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-1068156-1215152643.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 1.99 1.99 4/81 10204
/proc/meminfo: memFree=1675432/2055920 swapFree=4122708/4192956
[pid=10204] ppid=10202 vsize=12132 CPUtime=0
/proc/10204/stat : 10204 (sugar) R 10202 10204 9540 0 -1 4194304 215 0 0 0 0 0 0 0 20 0 1 0 1544939363 12423168 183 996147200 4194304 4206940 548682068608 18446744073709551615 252449452854 0 0 4224 0 0 0 0 17 1 0 0
/proc/10204/statm: 3033 183 142 3 0 133 0

[startup+0.0495141 s]
/proc/loadavg: 2.00 1.99 1.99 4/81 10204
/proc/meminfo: memFree=1675432/2055920 swapFree=4122708/4192956
[pid=10204] ppid=10202 vsize=13600 CPUtime=0.04
/proc/10204/stat : 10204 (sugar) S 10202 10204 9540 0 -1 4194304 837 0 0 0 3 1 0 0 18 0 1 0 1544939363 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10204/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.101914 s]
/proc/loadavg: 2.00 1.99 1.99 4/81 10204
/proc/meminfo: memFree=1675432/2055920 swapFree=4122708/4192956
[pid=10204] ppid=10202 vsize=13600 CPUtime=0.04
/proc/10204/stat : 10204 (sugar) S 10202 10204 9540 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1544939363 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10204/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301928 s]
/proc/loadavg: 2.00 1.99 1.99 4/81 10204
/proc/meminfo: memFree=1675432/2055920 swapFree=4122708/4192956
[pid=10204] ppid=10202 vsize=13600 CPUtime=0.04
/proc/10204/stat : 10204 (sugar) S 10202 10204 9540 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1544939363 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10204/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701972 s]
/proc/loadavg: 2.00 1.99 1.99 4/81 10204
/proc/meminfo: memFree=1675432/2055920 swapFree=4122708/4192956
[pid=10204] ppid=10202 vsize=13600 CPUtime=0.46
/proc/10204/stat : 10204 (sugar) S 10202 10204 9540 0 -1 4194304 973 5274 0 1 3 1 39 3 16 0 1 0 1544939363 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10204/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 13600

[startup+1.50205 s]
/proc/loadavg: 2.00 1.99 1.99 3/92 10226
/proc/meminfo: memFree=1664336/2055920 swapFree=4122708/4192956
[pid=10204] ppid=10202 vsize=13600 CPUtime=0.46
/proc/10204/stat : 10204 (sugar) S 10202 10204 9540 0 -1 4194304 973 5274 0 1 3 1 39 3 15 0 1 0 1544939363 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10204/statm: 3400 797 370 3 0 500 0
[pid=10217] ppid=10204 vsize=5356 CPUtime=0
/proc/10217/stat : 10217 (sh) S 10204 10204 9540 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1544939416 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10217/statm: 1339 233 193 169 0 50 0
[pid=10218] ppid=10217 vsize=864232 CPUtime=0.94
/proc/10218/stat : 10218 (java) S 10217 10204 9540 0 -1 0 8482 0 1 0 90 4 0 0 18 0 9 0 1544939417 884973568 7725 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10218/statm: 216058 7725 2540 9 0 210633 0
[pid=10218/tid=10219] ppid=10217 vsize=864232 CPUtime=0.53
/proc/10218/task/10219/stat : 10219 (java) R 10217 10204 9540 0 -1 64 2768 0 1 0 51 2 0 0 18 0 9 0 1544939418 884973568 7725 996147200 134512640 134550740 4294955952 18446744073709551615 102105672 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10218/tid=10220] ppid=10217 vsize=864232 CPUtime=0.32
/proc/10218/task/10220/stat : 10220 (java) S 10217 10204 9540 0 -1 64 4677 0 0 0 31 1 0 0 16 0 9 0 1544939419 884973568 7725 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10218/tid=10221] ppid=10217 vsize=864232 CPUtime=0
/proc/10218/task/10221/stat : 10221 (java) S 10217 10204 9540 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1544939419 884973568 7725 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10218/tid=10222] ppid=10217 vsize=864232 CPUtime=0
/proc/10218/task/10222/stat : 10222 (java) S 10217 10204 9540 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1544939419 884973568 7725 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10218/tid=10223] ppid=10217 vsize=864232 CPUtime=0
/proc/10218/task/10223/stat : 10223 (java) S 10217 10204 9540 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1544939421 884973568 7725 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10218/tid=10224] ppid=10217 vsize=864232 CPUtime=0.07
/proc/10218/task/10224/stat : 10224 (java) S 10217 10204 9540 0 -1 64 344 0 0 0 7 0 0 0 16 0 9 0 1544939421 884973568 7725 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10218/tid=10225] ppid=10217 vsize=864232 CPUtime=0
/proc/10218/task/10225/stat : 10225 (java) S 10217 10204 9540 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1544939421 884973568 7725 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10218/tid=10226] ppid=10217 vsize=864232 CPUtime=0
/proc/10218/task/10226/stat : 10226 (java) S 10217 10204 9540 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1544939421 884973568 7725 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 883188

[startup+3.10221 s]
/proc/loadavg: 2.00 1.99 1.99 4/92 10226
/proc/meminfo: memFree=1636752/2055920 swapFree=4122708/4192956
[pid=10204] ppid=10202 vsize=13600 CPUtime=0.46
/proc/10204/stat : 10204 (sugar) S 10202 10204 9540 0 -1 4194304 974 5274 0 1 3 1 39 3 15 0 1 0 1544939363 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10204/statm: 3400 797 370 3 0 500 0
[pid=10217] ppid=10204 vsize=5356 CPUtime=0
/proc/10217/stat : 10217 (sh) S 10204 10204 9540 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1544939416 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10217/statm: 1339 233 193 169 0 50 0
[pid=10218] ppid=10217 vsize=868512 CPUtime=2.53
/proc/10218/stat : 10218 (java) S 10217 10204 9540 0 -1 0 17461 0 1 0 244 9 0 0 18 0 9 0 1544939417 889356288 16601 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10218/statm: 217128 16601 2565 9 0 211675 0
[pid=10218/tid=10219] ppid=10217 vsize=868512 CPUtime=1.02
/proc/10218/task/10219/stat : 10219 (java) R 10217 10204 9540 0 -1 64 3303 0 1 0 99 3 0 0 18 0 9 0 1544939418 889356288 16601 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10218/tid=10220] ppid=10217 vsize=868512 CPUtime=1.28
/proc/10218/task/10220/stat : 10220 (java) S 10217 10204 9540 0 -1 64 11999 0 0 0 123 5 0 0 17 0 9 0 1544939419 889356288 16601 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10218/tid=10221] ppid=10217 vsize=868512 CPUtime=0
/proc/10218/task/10221/stat : 10221 (java) S 10217 10204 9540 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1544939419 889356288 16601 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10218/tid=10222] ppid=10217 vsize=868512 CPUtime=0
/proc/10218/task/10222/stat : 10222 (java) S 10217 10204 9540 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1544939419 889356288 16601 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10218/tid=10223] ppid=10217 vsize=868512 CPUtime=0
/proc/10218/task/10223/stat : 10223 (java) S 10217 10204 9540 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1544939421 889356288 16601 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10218/tid=10224] ppid=10217 vsize=868512 CPUtime=0.21
/proc/10218/task/10224/stat : 10224 (java) R 10217 10204 9540 0 -1 64 1466 0 0 0 21 0 0 0 16 0 9 0 1544939421 889356288 16601 996147200 134512640 134550740 4294955952 18446744073709551615 101997934 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10218/tid=10225] ppid=10217 vsize=868512 CPUtime=0
/proc/10218/task/10225/stat : 10225 (java) S 10217 10204 9540 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1544939421 889356288 16601 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10218/tid=10226] ppid=10217 vsize=868512 CPUtime=0
/proc/10218/task/10226/stat : 10226 (java) S 10217 10204 9540 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1544939421 889356288 16601 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 887468

[startup+6.30153 s]
/proc/loadavg: 2.00 1.99 1.99 3/92 10226
/proc/meminfo: memFree=1610512/2055920 swapFree=4122708/4192956
[pid=10204] ppid=10202 vsize=13600 CPUtime=0.46
/proc/10204/stat : 10204 (sugar) S 10202 10204 9540 0 -1 4194304 974 5274 0 1 3 1 39 3 15 0 1 0 1544939363 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10204/statm: 3400 797 370 3 0 500 0
[pid=10217] ppid=10204 vsize=5356 CPUtime=0
/proc/10217/stat : 10217 (sh) S 10204 10204 9540 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1544939416 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10217/statm: 1339 233 193 169 0 50 0
[pid=10218] ppid=10217 vsize=868512 CPUtime=5.7
/proc/10218/stat : 10218 (java) S 10217 10204 9540 0 -1 0 18447 0 1 0 557 13 0 0 18 0 9 0 1544939417 889356288 17522 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10218/statm: 217128 17522 2565 9 0 211675 0
[pid=10218/tid=10219] ppid=10217 vsize=868512 CPUtime=4.03
/proc/10218/task/10219/stat : 10219 (java) R 10217 10204 9540 0 -1 64 3369 0 1 0 398 5 0 0 25 0 9 0 1544939418 889356288 17522 996147200 134512640 134550740 4294955952 18446744073709551615 4126934039 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10218/tid=10220] ppid=10217 vsize=868512 CPUtime=1.41
/proc/10218/task/10220/stat : 10220 (java) S 10217 10204 9540 0 -1 64 12906 0 0 0 135 6 0 0 16 0 9 0 1544939419 889356288 17522 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10218/tid=10221] ppid=10217 vsize=868512 CPUtime=0
/proc/10218/task/10221/stat : 10221 (java) S 10217 10204 9540 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1544939419 889356288 17522 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10218/tid=10222] ppid=10217 vsize=868512 CPUtime=0
/proc/10218/task/10222/stat : 10222 (java) S 10217 10204 9540 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1544939419 889356288 17522 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10218/tid=10223] ppid=10217 vsize=868512 CPUtime=0
/proc/10218/task/10223/stat : 10223 (java) S 10217 10204 9540 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1544939421 889356288 17522 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10218/tid=10224] ppid=10217 vsize=868512 CPUtime=0.22
/proc/10218/task/10224/stat : 10224 (java) S 10217 10204 9540 0 -1 64 1479 0 0 0 22 0 0 0 16 0 9 0 1544939421 889356288 17522 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10218/tid=10225] ppid=10217 vsize=868512 CPUtime=0
/proc/10218/task/10225/stat : 10225 (java) S 10217 10204 9540 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1544939421 889356288 17522 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10218/tid=10226] ppid=10217 vsize=868512 CPUtime=0
/proc/10218/task/10226/stat : 10226 (java) S 10217 10204 9540 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1544939421 889356288 17522 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 887468

[startup+12.7022 s]
/proc/loadavg: 2.07 2.01 1.99 3/92 10226
/proc/meminfo: memFree=1593936/2055920 swapFree=4122708/4192956
[pid=10204] ppid=10202 vsize=13600 CPUtime=0.46
/proc/10204/stat : 10204 (sugar) S 10202 10204 9540 0 -1 4194304 974 5274 0 1 3 1 39 3 15 0 1 0 1544939363 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10204/statm: 3400 797 370 3 0 500 0
[pid=10217] ppid=10204 vsize=5356 CPUtime=0
/proc/10217/stat : 10217 (sh) S 10204 10204 9540 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1544939416 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10217/statm: 1339 233 193 169 0 50 0
[pid=10218] ppid=10217 vsize=868512 CPUtime=12.03
/proc/10218/stat : 10218 (java) S 10217 10204 9540 0 -1 0 21238 0 1 0 1185 18 0 0 18 0 9 0 1544939417 889356288 20224 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10218/statm: 217128 20224 2565 9 0 211675 0
[pid=10218/tid=10219] ppid=10217 vsize=868512 CPUtime=10.14
/proc/10218/task/10219/stat : 10219 (java) R 10217 10204 9540 0 -1 64 3459 0 1 0 1006 8 0 0 25 0 9 0 1544939418 889356288 20224 996147200 134512640 134550740 4294955952 18446744073709551615 103215030 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10218/tid=10220] ppid=10217 vsize=868512 CPUtime=1.64
/proc/10218/task/10220/stat : 10220 (java) S 10217 10204 9540 0 -1 64 15603 0 0 0 155 9 0 0 16 0 9 0 1544939419 889356288 20224 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10218/tid=10221] ppid=10217 vsize=868512 CPUtime=0
/proc/10218/task/10221/stat : 10221 (java) S 10217 10204 9540 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1544939419 889356288 20224 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10218/tid=10222] ppid=10217 vsize=868512 CPUtime=0
/proc/10218/task/10222/stat : 10222 (java) S 10217 10204 9540 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1544939419 889356288 20224 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10218/tid=10223] ppid=10217 vsize=868512 CPUtime=0
/proc/10218/task/10223/stat : 10223 (java) S 10217 10204 9540 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1544939421 889356288 20224 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10218/tid=10224] ppid=10217 vsize=868512 CPUtime=0.23
/proc/10218/task/10224/stat : 10224 (java) S 10217 10204 9540 0 -1 64 1483 0 0 0 23 0 0 0 17 0 9 0 1544939421 889356288 20224 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10218/tid=10225] ppid=10217 vsize=868512 CPUtime=0
/proc/10218/task/10225/stat : 10225 (java) S 10217 10204 9540 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1544939421 889356288 20224 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10218/tid=10226] ppid=10217 vsize=868512 CPUtime=0
/proc/10218/task/10226/stat : 10226 (java) S 10217 10204 9540 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1544939421 889356288 20224 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 887468

[startup+25.5014 s]
/proc/loadavg: 2.14 2.02 2.00 3/92 10226
/proc/meminfo: memFree=1570000/2055920 swapFree=4122708/4192956
[pid=10204] ppid=10202 vsize=13600 CPUtime=0.46
/proc/10204/stat : 10204 (sugar) S 10202 10204 9540 0 -1 4194304 974 5274 0 1 3 1 39 3 16 0 1 0 1544939363 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10204/statm: 3400 797 370 3 0 500 0
[pid=10217] ppid=10204 vsize=5356 CPUtime=0
/proc/10217/stat : 10217 (sh) S 10204 10204 9540 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1544939416 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10217/statm: 1339 233 193 169 0 50 0
[pid=10218] ppid=10217 vsize=868512 CPUtime=24.7
/proc/10218/stat : 10218 (java) S 10217 10204 9540 0 -1 0 28424 0 1 0 2442 28 0 0 18 0 9 0 1544939417 889356288 23738 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10218/statm: 217128 23738 2565 9 0 211675 0
[pid=10218/tid=10219] ppid=10217 vsize=868512 CPUtime=22.14
/proc/10218/task/10219/stat : 10219 (java) R 10217 10204 9540 0 -1 64 3605 0 1 0 2201 13 0 0 25 0 9 0 1544939418 889356288 23738 996147200 134512640 134550740 4294955952 18446744073709551615 102064907 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10218/tid=10220] ppid=10217 vsize=868512 CPUtime=2.29
/proc/10218/task/10220/stat : 10220 (java) S 10217 10204 9540 0 -1 64 22636 0 0 0 216 13 0 0 16 0 9 0 1544939419 889356288 23738 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10218/tid=10221] ppid=10217 vsize=868512 CPUtime=0
/proc/10218/task/10221/stat : 10221 (java) S 10217 10204 9540 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1544939419 889356288 23738 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10218/tid=10222] ppid=10217 vsize=868512 CPUtime=0
/proc/10218/task/10222/stat : 10222 (java) S 10217 10204 9540 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1544939419 889356288 23738 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/10204/statm: 3400 798 370 3 0 500 0
[pid=10227] ppid=10204 vsize=5356 CPUtime=0
/proc/10227/stat : 10227 (sh) S 10204 10204 9540 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1544945040 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10227/statm: 1339 232 193 169 0 50 0
[pid=10228] ppid=10227 vsize=55036 CPUtime=163.97
/proc/10228/stat : 10228 (picosat) R 10227 10204 9540 0 -1 4194304 13756 0 0 0 15516 881 0 0 25 0 1 0 1544945040 56356864 13493 996147200 134512640 134931368 4294956256 18446744073709551615 134524112 0 0 4096 0 0 0 0 17 1 0 0
/proc/10228/statm: 13759 13493 48 102 0 13654 0
Current children cumulated CPU time (s) 220.04
Current children cumulated vsize (KiB) 73992

[startup+282.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/84 10228
/proc/meminfo: memFree=1583760/2055920 swapFree=4122708/4192956
[pid=10204] ppid=10202 vsize=13600 CPUtime=56.07
/proc/10204/stat : 10204 (sugar) S 10202 10204 9540 0 -1 4194304 1022 38929 0 2 3 1 5554 49 16 0 1 0 1544939363 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10204/statm: 3400 798 370 3 0 500 0
[pid=10227] ppid=10204 vsize=5356 CPUtime=0
/proc/10227/stat : 10227 (sh) S 10204 10204 9540 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1544945040 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10227/statm: 1339 232 193 169 0 50 0
[pid=10228] ppid=10227 vsize=55828 CPUtime=223.4
/proc/10228/stat : 10228 (picosat) R 10227 10204 9540 0 -1 4194304 13955 0 0 0 21459 881 0 0 25 0 1 0 1544945040 57167872 13692 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/10228/statm: 13957 13692 48 102 0 13852 0
Current children cumulated CPU time (s) 279.47
Current children cumulated vsize (KiB) 74784

[startup+342.302 s]
/proc/loadavg: 2.00 2.01 2.00 3/84 10228
/proc/meminfo: memFree=1583120/2055920 swapFree=4122708/4192956
[pid=10204] ppid=10202 vsize=13600 CPUtime=56.07
/proc/10204/stat : 10204 (sugar) S 10202 10204 9540 0 -1 4194304 1022 38929 0 2 3 1 5554 49 16 0 1 0 1544939363 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10204/statm: 3400 798 370 3 0 500 0
[pid=10227] ppid=10204 vsize=5356 CPUtime=0
/proc/10227/stat : 10227 (sh) S 10204 10204 9540 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1544945040 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10227/statm: 1339 232 193 169 0 50 0
[pid=10228] ppid=10227 vsize=56604 CPUtime=282.84
/proc/10228/stat : 10228 (picosat) R 10227 10204 9540 0 -1 4194304 14178 0 0 0 27403 881 0 0 25 0 1 0 1544945040 57962496 13779 996147200 134512640 134931368 4294956256 18446744073709551615 134525820 0 0 4096 0 0 0 0 17 1 0 0
/proc/10228/statm: 14151 13779 48 102 0 14046 0
Current children cumulated CPU time (s) 338.91
Current children cumulated vsize (KiB) 75560

[startup+402.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 10230
/proc/meminfo: memFree=1582352/2055920 swapFree=4122708/4192956
[pid=10204] ppid=10202 vsize=13600 CPUtime=56.07
/proc/10204/stat : 10204 (sugar) S 10202 10204 9540 0 -1 4194304 1022 38929 0 2 3 1 5554 49 16 0 1 0 1544939363 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10204/statm: 3400 798 370 3 0 500 0
[pid=10227] ppid=10204 vsize=5356 CPUtime=0
/proc/10227/stat : 10227 (sh) S 10204 10204 9540 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1544945040 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10227/statm: 1339 232 193 169 0 50 0
[pid=10228] ppid=10227 vsize=57132 CPUtime=342.27
/proc/10228/stat : 10228 (picosat) R 10227 10204 9540 0 -1 4194304 14455 0 0 0 33346 881 0 0 25 0 1 0 1544945040 58503168 13918 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 1 0 0
/proc/10228/statm: 14283 13918 48 102 0 14178 0
Current children cumulated CPU time (s) 398.34
Current children cumulated vsize (KiB) 76088

[startup+462.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 10230
/proc/meminfo: memFree=1582608/2055920 swapFree=4122708/4192956
[pid=10204] ppid=10202 vsize=13600 CPUtime=56.07
/proc/10204/stat : 10204 (sugar) S 10202 10204 9540 0 -1 4194304 1022 38929 0 2 3 1 5554 49 16 0 1 0 1544939363 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10204/statm: 3400 798 370 3 0 500 0
[pid=10227] ppid=10204 vsize=5356 CPUtime=0
/proc/10227/stat : 10227 (sh) S 10204 10204 9540 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1544945040 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10227/statm: 1339 232 193 169 0 50 0
[pid=10228] ppid=10227 vsize=57132 CPUtime=401.7
/proc/10228/stat : 10228 (picosat) R 10227 10204 9540 0 -1 4194304 14455 0 0 0 39289 881 0 0 25 0 1 0 1544945040 58503168 13918 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/10228/statm: 14283 13918 48 102 0 14178 0
Current children cumulated CPU time (s) 457.77
Current children cumulated vsize (KiB) 76088

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

[startup+486.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 10230
/proc/meminfo: memFree=1582608/2055920 swapFree=4122708/4192956
[pid=10204] ppid=10202 vsize=13600 CPUtime=56.07
/proc/10204/stat : 10204 (sugar) S 10202 10204 9540 0 -1 4194304 1022 38929 0 2 3 1 5554 49 16 0 1 0 1544939363 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10204/statm: 3400 798 370 3 0 500 0
[pid=10227] ppid=10204 vsize=5356 CPUtime=0
/proc/10227/stat : 10227 (sh) S 10204 10204 9540 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1544945040 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10227/statm: 1339 232 193 169 0 50 0
[pid=10228] ppid=10227 vsize=57132 CPUtime=425.49
/proc/10228/stat : 10228 (picosat) R 10227 10204 9540 0 -1 4194304 14455 0 0 0 41667 882 0 0 25 0 1 0 1544945040 58503168 13918 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/10228/statm: 14283 13918 48 102 0 14178 0
Current children cumulated CPU time (s) 481.56
Current children cumulated vsize (KiB) 76088

[startup+499.102 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 10230
/proc/meminfo: memFree=1582608/2055920 swapFree=4122708/4192956
[pid=10204] ppid=10202 vsize=13600 CPUtime=56.07
/proc/10204/stat : 10204 (sugar) S 10202 10204 9540 0 -1 4194304 1022 38929 0 2 3 1 5554 49 16 0 1 0 1544939363 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10204/statm: 3400 798 370 3 0 500 0
[pid=10227] ppid=10204 vsize=5356 CPUtime=0
/proc/10227/stat : 10227 (sh) S 10204 10204 9540 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1544945040 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10227/statm: 1339 232 193 169 0 50 0
[pid=10228] ppid=10227 vsize=57132 CPUtime=438.17
/proc/10228/stat : 10228 (picosat) R 10227 10204 9540 0 -1 4194304 14455 0 0 0 42935 882 0 0 25 0 1 0 1544945040 58503168 13918 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 1 0 0
/proc/10228/statm: 14283 13918 48 102 0 14178 0
Current children cumulated CPU time (s) 494.24
Current children cumulated vsize (KiB) 76088

[startup+502.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 10230
/proc/meminfo: memFree=1582608/2055920 swapFree=4122708/4192956
[pid=10204] ppid=10202 vsize=13600 CPUtime=56.07
/proc/10204/stat : 10204 (sugar) S 10202 10204 9540 0 -1 4194304 1022 38929 0 2 3 1 5554 49 16 0 1 0 1544939363 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10204/statm: 3400 798 370 3 0 500 0
[pid=10227] ppid=10204 vsize=5356 CPUtime=0
/proc/10227/stat : 10227 (sh) S 10204 10204 9540 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1544945040 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10227/statm: 1339 232 193 169 0 50 0
[pid=10228] ppid=10227 vsize=57132 CPUtime=441.34
/proc/10228/stat : 10228 (picosat) R 10227 10204 9540 0 -1 4194304 14455 0 0 0 43252 882 0 0 25 0 1 0 1544945040 58503168 13918 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/10228/statm: 14283 13918 48 102 0 14178 0
Current children cumulated CPU time (s) 497.41
Current children cumulated vsize (KiB) 76088

[startup+505.501 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 10230
/proc/meminfo: memFree=1582608/2055920 swapFree=4122708/4192956
[pid=10204] ppid=10202 vsize=13600 CPUtime=56.07
/proc/10204/stat : 10204 (sugar) S 10202 10204 9540 0 -1 4194304 1022 38929 0 2 3 1 5554 49 16 0 1 0 1544939363 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10204/statm: 3400 798 370 3 0 500 0
[pid=10227] ppid=10204 vsize=5356 CPUtime=0
/proc/10227/stat : 10227 (sh) S 10204 10204 9540 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1544945040 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10227/statm: 1339 232 193 169 0 50 0
[pid=10228] ppid=10227 vsize=57132 CPUtime=444.51
/proc/10228/stat : 10228 (picosat) R 10227 10204 9540 0 -1 4194304 14455 0 0 0 43569 882 0 0 25 0 1 0 1544945040 58503168 13918 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/10228/statm: 14283 13918 48 102 0 14178 0
Current children cumulated CPU time (s) 500.58
Current children cumulated vsize (KiB) 76088

[startup+507.106 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 10230
/proc/meminfo: memFree=1582608/2055920 swapFree=4122708/4192956
[pid=10204] ppid=10202 vsize=13600 CPUtime=56.07
/proc/10204/stat : 10204 (sugar) S 10202 10204 9540 0 -1 4194304 1022 38929 0 2 3 1 5554 49 16 0 1 0 1544939363 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10204/statm: 3400 798 370 3 0 500 0
[pid=10227] ppid=10204 vsize=5356 CPUtime=0
/proc/10227/stat : 10227 (sh) S 10204 10204 9540 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1544945040 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10227/statm: 1339 232 193 169 0 50 0
[pid=10228] ppid=10227 vsize=57132 CPUtime=446.1
/proc/10228/stat : 10228 (picosat) R 10227 10204 9540 0 -1 4194304 14455 0 0 0 43728 882 0 0 25 0 1 0 1544945040 58503168 13918 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/10228/statm: 14283 13918 48 102 0 14178 0
Current children cumulated CPU time (s) 502.17
Current children cumulated vsize (KiB) 76088

[startup+507.902 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 10230
/proc/meminfo: memFree=1582608/2055920 swapFree=4122708/4192956
[pid=10204] ppid=10202 vsize=13600 CPUtime=56.07
/proc/10204/stat : 10204 (sugar) S 10202 10204 9540 0 -1 4194304 1022 38929 0 2 3 1 5554 49 16 0 1 0 1544939363 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10204/statm: 3400 798 370 3 0 500 0
[pid=10227] ppid=10204 vsize=5356 CPUtime=0
/proc/10227/stat : 10227 (sh) S 10204 10204 9540 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1544945040 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10227/statm: 1339 232 193 169 0 50 0
[pid=10228] ppid=10227 vsize=57132 CPUtime=446.89
/proc/10228/stat : 10228 (picosat) R 10227 10204 9540 0 -1 4194304 14456 0 0 0 43807 882 0 0 25 0 1 0 1544945040 58503168 13919 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 1 0 0
/proc/10228/statm: 14283 13919 48 102 0 14178 0
Current children cumulated CPU time (s) 502.96
Current children cumulated vsize (KiB) 76088

[startup+508.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 10230
/proc/meminfo: memFree=1582608/2055920 swapFree=4122708/4192956
[pid=10204] ppid=10202 vsize=13600 CPUtime=503.18
/proc/10204/stat : 10204 (sugar) S 10202 10204 9540 0 -1 4194304 1088 53672 0 2 3 1 49382 932 15 0 1 0 1544939363 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10204/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 503.18
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 508.328
CPU time (s): 503.359
CPU user time (s): 493.978
CPU system time (s): 9.38157
CPU usage (%): 99.0225
Max. virtual memory (cumulated for all children) (KiB): 897716

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 493.978
system time used= 9.38157
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 58486
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= 7431
involuntary context switches= 18582

runsolver used 0.559914 second user time and 1.77273 second system time

The end

Launcher Data (download as text)

Begin job on node12 at 2008-07-04 08:24:03
IDJOB=1068156
IDBENCH=55485
IDSOLVER=345
FILE ID=node12/1068156-1215152643
PBS_JOBID= 7877446
Free space on /tmp= 66544 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/lexHerald/normalized-crossword-m1-lex-15-04.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-1068156-1215152643/watcher-1068156-1215152643 -o /tmp/evaluation-result-1068156-1215152643/solver-1068156-1215152643 -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-1068156-1215152643.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 9d1b2e6b4288428f6850493c899fc596
RANDOM SEED=671983961

node12.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.236
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.236
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:       1675912 kB
Buffers:         20736 kB
Cached:         134064 kB
SwapCached:      64296 kB
Active:         267324 kB
Inactive:        55724 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1675912 kB
SwapTotal:     4192956 kB
SwapFree:      4122708 kB
Dirty:            1612 kB
Writeback:           0 kB
Mapped:         182168 kB
Slab:            41704 kB
Committed_AS:  3616892 kB
PageTables:       2172 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= 66544 MiB
End job on node12 at 2008-07-04 08:32:32