Trace number 1058071

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 168.193 169.933

General information on the benchmark

Namecsp/compet08/
normalized-patat-08-comp-14.xml
MD5SUM872c261f2ab1a686494df34522240c16
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark143.661
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of constraints1599
Maximum constraint arity15
Maximum domain size26
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1114
Global constraints used (with number of constraints)alldifferent(485)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/picosat
0.00/0.04	c 0	BEGIN Thu Jul  3 21:21:50 2008
0.00/0.04	c 0	PID 24491
0.03/0.05	c 0	HOST node73.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1058071-1215112909.xml TO HOME/temp.csp
0.03/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1058071-1215112909.xml' 'HOME/temp.csp'
0.03/0.81	c 0	247 domains, 400 variables, 1 predicates, 0 relations, 1599 constraints
0.03/0.84	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.84	c 0	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.77/0.92	c 0	Parsing HOME/temp.csp
1.01/1.15	c 1	parsed 2247 expressions
1.01/1.16	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.01/1.16	c 1	Converting to clausal form CSP
1.10/1.20	c 1	converted 225 (10%) expressions
1.10/1.20	c 1	converted 450 (20%) expressions
1.10/1.25	c 1	converted 675 (30%) expressions
1.31/1.44	c 1	converted 899 (40%) expressions
1.41/1.57	c 1	converted 1124 (50%) expressions
1.50/1.66	c 1	converted 1349 (60%) expressions
1.60/1.73	c 1	converted 1573 (70%) expressions
2.39/2.56	c 2	converted 1798 (80%) expressions
9.12/9.38	c 9	converted 2023 (90%) expressions
16.84/17.19	c 17	converted 2247 (100%) expressions
16.84/17.19	c 17	CSP : 400 integers, 0 booleans, 43150 clauses, largest domain size 26
16.84/17.19	c 17	Heap : 254 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
16.84/17.19	c 17	Propagation in CSP
19.91/20.27	c 20	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
19.91/20.28	c 20	CSP : 400 integers, 0 booleans, 43150 clauses, largest domain size 26
19.91/20.28	c 20	Heap : 268 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
20.01/20.32	c 20	Simplifing CSP by introducing new Boolean variables
20.30/20.66	c 20	CSP : 400 integers, 85678 booleans, 128828 clauses, largest domain size 26
20.30/20.66	c 20	Heap : 286 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
21.89/22.26	c 22	Encoding CSP to SAT : HOME/temp.cnf
21.98/22.32	c 22	40 (10%) CSP integer variables are encoded (623 clauses, 6715 bytes)
21.98/22.33	c 22	80 (20%) CSP integer variables are encoded (1247 clauses, 14194 bytes)
21.98/22.33	c 22	120 (30%) CSP integer variables are encoded (1897 clauses, 22644 bytes)
21.98/22.34	c 22	160 (40%) CSP integer variables are encoded (2527 clauses, 30834 bytes)
21.98/22.34	c 22	200 (50%) CSP integer variables are encoded (3172 clauses, 39219 bytes)
21.98/22.34	c 22	240 (60%) CSP integer variables are encoded (3185 clauses, 39388 bytes)
21.98/22.34	c 22	280 (70%) CSP integer variables are encoded (3193 clauses, 39492 bytes)
21.98/22.34	c 22	320 (80%) CSP integer variables are encoded (3205 clauses, 39648 bytes)
21.98/22.34	c 22	360 (90%) CSP integer variables are encoded (3222 clauses, 39869 bytes)
21.98/22.34	c 22	400 (100%) CSP integer variables are encoded (3244 clauses, 40155 bytes)
22.68/23.02	c 23	12883 (10%) CSP clauses are encoded (143489 clauses, 2544894 bytes)
23.28/23.66	c 23	25766 (20%) CSP clauses are encoded (296388 clauses, 5385627 bytes)
23.96/24.31	c 24	38649 (30%) CSP clauses are encoded (448698 clauses, 8217141 bytes)
24.57/24.95	c 24	51532 (40%) CSP clauses are encoded (602672 clauses, 11128053 bytes)
25.15/25.59	c 25	64414 (50%) CSP clauses are encoded (754921 clauses, 13968045 bytes)
25.85/26.22	c 26	77297 (60%) CSP clauses are encoded (906127 clauses, 16788917 bytes)
26.45/26.84	c 26	90180 (70%) CSP clauses are encoded (1056238 clauses, 19608589 bytes)
27.04/27.47	c 27	103063 (80%) CSP clauses are encoded (1208719 clauses, 22495052 bytes)
27.63/28.08	c 28	115946 (90%) CSP clauses are encoded (1358212 clauses, 25287777 bytes)
28.33/28.71	c 28	128828 (100%) CSP clauses are encoded (1508453 clauses, 28133989 bytes)
28.33/28.71	c 28	128828 CSP clauses encoded
28.33/28.71	c 28	Writing map file : HOME/temp.map
28.33/28.74	c 28	Heap : 306 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
28.33/28.74	c 28	SAT : 89165 SAT variables, 1508453 SAT clauses, 28133989 bytes
28.33/28.74	c 28	Heap : 306 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
28.41/28.81	c 28	SOLVING HOME/temp.cnf
28.41/28.81	c 28	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
167.67/169.43	c 169	DECODING HOME/temp.out WITH HOME/temp.map
167.67/169.43	c 169	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
167.72/169.52	c 169	Decoding HOME/temp.out
167.72/169.86	s SATISFIABLE
167.72/169.87	v 37 10 35 1 39 32 34 42 17 12 21 3 18 3 41 28 41 13 23 10 20 6 14 27 0 26 22 6 6 18 10 25 16 17 25 35 31 8 22 15 41 38 22 5 11 19 31 2 3 28 1 25 26 7 13 17 23 31 4 12 26 23 31 35 19 3 3 36 23 29 14 21 29 32 37 15 42 8 11 2 12 19 35 30 23 35 37 27 4 4 44 17 6 7 15 17 38 2 0 9 36 24 22 28 37 36 43 21 15 34 24 9 28 30 27 13 0 25 7 11 44 17 42 43 43 33 10 32 4 44 24 0 5 4 7 8 27 29 15 43 4 34 36 26 7 36 33 6 30 30 16 20 16 40 12 33 15 23 41 1 1 37 9 25 21 20 16 8 38 32 8 8 13 10 44 3 6 9 43 39 9 14 14 44 39 8 24 26 18 0 40 41 30 26 30 38 2 31 5 7 3 14 15 1 12 16 15 8 12 12 5 8 12 17 17 12 16 0 19 8 13 1 9 16 11 4 2 2 12 15 9 11 10 14 5 8 8 17 12 17 12 17 11 12 8 13 2 8 7 5 8 12 17 9 7 0 5 10 11 0 9 10 1 5 19 0 5 17 3 5 10 13 8 10 5 8 14 5 1 13 2 18 17 13 16 11 6 3 0 1 6 5 7 5 7 6 13 3 2 4 15 1 0 0 1 14 13 4 2 6 5 13 16 5 15 4 16 13 15 19 9 4 4 6 5 8 5 0 19 10 4 1 15 17 19 14 18 2 6 11 6 12 8 8 2 12 2 9 10 6 9 14 1 4 9 11 11 0 11 13 5 19 7 8 17 9 8 2 7 5 7 12 5 1 12 9 17 8 9 8 15 14 19 13 1 8 3 15 8 8 5 9 17 0 7 5 19 7 19 1
167.72/169.88	c 169	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
167.72/169.92	c 169	CPU 160.11 (0.03 0.01 160.08 8.03)
167.72/169.92	c 169	END Thu Jul  3 21:24:39 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-1058071-1215112909/watcher-1058071-1215112909 -o /tmp/evaluation-result-1058071-1215112909/solver-1058071-1215112909 -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-1058071-1215112909.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.02 2.01 2.00 4/81 24491
/proc/meminfo: memFree=1439936/2055920 swapFree=4181452/4192956
[pid=24491] ppid=24489 vsize=18572 CPUtime=0
/proc/24491/stat : 24491 (runsolver) R 24489 24491 23578 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 123301977 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 210723466535 0 0 4096 24578 0 0 0 17 1 0 0
/proc/24491/statm: 4643 292 257 25 0 2626 0

[startup+0.0502851 s]
/proc/loadavg: 2.02 2.01 2.00 4/81 24491
/proc/meminfo: memFree=1439936/2055920 swapFree=4181452/4192956
[pid=24491] ppid=24489 vsize=13600 CPUtime=0.03
/proc/24491/stat : 24491 (sugar) S 24489 24491 23578 0 -1 4194304 837 0 0 0 3 0 0 0 18 0 1 0 123301977 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24491/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101725 s]
/proc/loadavg: 2.02 2.01 2.00 4/81 24491
/proc/meminfo: memFree=1439936/2055920 swapFree=4181452/4192956
[pid=24491] ppid=24489 vsize=13600 CPUtime=0.03
/proc/24491/stat : 24491 (sugar) S 24489 24491 23578 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 123301977 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24491/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.302744 s]
/proc/loadavg: 2.02 2.01 2.00 4/81 24491
/proc/meminfo: memFree=1439936/2055920 swapFree=4181452/4192956
[pid=24491] ppid=24489 vsize=13600 CPUtime=0.03
/proc/24491/stat : 24491 (sugar) S 24489 24491 23578 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 123301977 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24491/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701795 s]
/proc/loadavg: 2.02 2.01 2.00 4/81 24491
/proc/meminfo: memFree=1439936/2055920 swapFree=4181452/4192956
[pid=24491] ppid=24489 vsize=13600 CPUtime=0.03
/proc/24491/stat : 24491 (sugar) S 24489 24491 23578 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 123301977 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24491/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50189 s]
/proc/loadavg: 2.09 2.02 2.01 3/92 24513
/proc/meminfo: memFree=1432232/2055920 swapFree=4181452/4192956
[pid=24491] ppid=24489 vsize=13600 CPUtime=0.77
/proc/24491/stat : 24491 (sugar) S 24489 24491 23578 0 -1 4194304 974 5169 0 1 3 0 71 3 15 0 1 0 123301977 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24491/statm: 3400 797 370 3 0 500 0
[pid=24504] ppid=24491 vsize=5356 CPUtime=0
/proc/24504/stat : 24504 (sh) S 24491 24491 23578 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 123302061 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24504/statm: 1339 233 193 169 0 50 0
[pid=24505] ppid=24504 vsize=868260 CPUtime=0.64
/proc/24505/stat : 24505 (java) S 24504 24491 23578 0 -1 0 5791 0 1 0 61 3 0 0 18 0 9 0 123302062 889098240 5189 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24505/statm: 217065 5189 1734 9 0 211640 0
[pid=24505/tid=24506] ppid=24504 vsize=868260 CPUtime=0.38
/proc/24505/task/24506/stat : 24506 (java) R 24504 24491 23578 0 -1 64 2653 0 1 0 37 1 0 0 22 0 9 0 123302063 889098240 5189 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24505/tid=24507] ppid=24504 vsize=868260 CPUtime=0.04
/proc/24505/task/24507/stat : 24507 (java) R 24504 24491 23578 0 -1 64 981 0 0 0 4 0 0 0 16 0 9 0 123302064 889098240 5189 996147200 134512640 134550740 4294955952 18446744073709551615 102674864 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24505/tid=24508] ppid=24504 vsize=868260 CPUtime=0
/proc/24505/task/24508/stat : 24508 (java) S 24504 24491 23578 0 -1 64 9 0 0 0 0 0 0 0 19 0 9 0 123302064 889098240 5189 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24505/tid=24509] ppid=24504 vsize=868260 CPUtime=0
/proc/24505/task/24509/stat : 24509 (java) S 24504 24491 23578 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 123302064 889098240 5189 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24505/tid=24510] ppid=24504 vsize=868260 CPUtime=0
/proc/24505/task/24510/stat : 24510 (java) S 24504 24491 23578 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 123302066 889098240 5189 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24505/tid=24511] ppid=24504 vsize=868260 CPUtime=0.18
/proc/24505/task/24511/stat : 24511 (java) S 24504 24491 23578 0 -1 64 1465 0 0 0 18 0 0 0 16 0 9 0 123302066 889098240 5189 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24505/tid=24512] ppid=24504 vsize=868260 CPUtime=0
/proc/24505/task/24512/stat : 24512 (java) S 24504 24491 23578 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 123302066 889098240 5189 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24505/tid=24513] ppid=24504 vsize=868260 CPUtime=0
/proc/24505/task/24513/stat : 24513 (java) S 24504 24491 23578 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 123302066 889098240 5189 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 887216

[startup+3.10412 s]
/proc/loadavg: 2.09 2.02 2.01 4/92 24513
/proc/meminfo: memFree=1413992/2055920 swapFree=4181452/4192956
[pid=24491] ppid=24489 vsize=13600 CPUtime=0.77
/proc/24491/stat : 24491 (sugar) S 24489 24491 23578 0 -1 4194304 974 5169 0 1 3 0 71 3 15 0 1 0 123301977 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24491/statm: 3400 797 370 3 0 500 0
[pid=24504] ppid=24491 vsize=5356 CPUtime=0
/proc/24504/stat : 24504 (sh) S 24491 24491 23578 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 123302061 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24504/statm: 1339 233 193 169 0 50 0
[pid=24505] ppid=24504 vsize=868260 CPUtime=2.21
/proc/24505/stat : 24505 (java) S 24504 24491 23578 0 -1 0 13493 0 1 0 215 6 0 0 18 0 9 0 123302062 889098240 12674 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24505/statm: 217065 12674 2540 9 0 211640 0
[pid=24505/tid=24506] ppid=24504 vsize=868260 CPUtime=1.31
/proc/24505/task/24506/stat : 24506 (java) R 24504 24491 23578 0 -1 64 2988 0 1 0 130 1 0 0 25 0 9 0 123302063 889098240 12674 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24505/tid=24507] ppid=24504 vsize=868260 CPUtime=0.67
/proc/24505/task/24507/stat : 24507 (java) S 24504 24491 23578 0 -1 64 8336 0 0 0 64 3 0 0 15 0 9 0 123302064 889098240 12674 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24505/tid=24508] ppid=24504 vsize=868260 CPUtime=0
/proc/24505/task/24508/stat : 24508 (java) S 24504 24491 23578 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 123302064 889098240 12674 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24505/tid=24509] ppid=24504 vsize=868260 CPUtime=0
/proc/24505/task/24509/stat : 24509 (java) S 24504 24491 23578 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 123302064 889098240 12674 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24505/tid=24510] ppid=24504 vsize=868260 CPUtime=0
/proc/24505/task/24510/stat : 24510 (java) S 24504 24491 23578 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 123302066 889098240 12674 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24505/tid=24511] ppid=24504 vsize=868260 CPUtime=0.2
/proc/24505/task/24511/stat : 24511 (java) S 24504 24491 23578 0 -1 64 1476 0 0 0 20 0 0 0 16 0 9 0 123302066 889098240 12674 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24505/tid=24512] ppid=24504 vsize=868260 CPUtime=0
/proc/24505/task/24512/stat : 24512 (java) S 24504 24491 23578 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 123302066 889098240 12674 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24505/tid=24513] ppid=24504 vsize=868260 CPUtime=0
/proc/24505/task/24513/stat : 24513 (java) S 24504 24491 23578 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 123302066 889098240 12674 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 887216

[startup+6.30245 s]
/proc/loadavg: 2.09 2.02 2.01 3/92 24513
/proc/meminfo: memFree=1362152/2055920 swapFree=4181452/4192956
[pid=24491] ppid=24489 vsize=13600 CPUtime=0.77
/proc/24491/stat : 24491 (sugar) S 24489 24491 23578 0 -1 4194304 974 5169 0 1 3 0 71 3 15 0 1 0 123301977 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24491/statm: 3400 797 370 3 0 500 0
[pid=24504] ppid=24491 vsize=5356 CPUtime=0
/proc/24504/stat : 24504 (sh) S 24491 24491 23578 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 123302061 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24504/statm: 1339 233 193 169 0 50 0
[pid=24505] ppid=24504 vsize=868372 CPUtime=5.38
/proc/24505/stat : 24505 (java) S 24504 24491 23578 0 -1 0 26808 0 1 0 527 11 0 0 18 0 9 0 123302062 889212928 25960 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24505/statm: 217093 25960 2540 9 0 211668 0
[pid=24505/tid=24506] ppid=24504 vsize=868372 CPUtime=3.25
/proc/24505/task/24506/stat : 24506 (java) R 24504 24491 23578 0 -1 64 3721 0 1 0 324 1 0 0 25 0 9 0 123302063 889212928 25960 996147200 134512640 134550740 4294955952 18446744073709551615 4126601992 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24505/tid=24507] ppid=24504 vsize=868372 CPUtime=1.9
/proc/24505/task/24507/stat : 24507 (java) S 24504 24491 23578 0 -1 64 20918 0 0 0 182 8 0 0 16 0 9 0 123302064 889212928 25960 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24505/tid=24508] ppid=24504 vsize=868372 CPUtime=0
/proc/24505/task/24508/stat : 24508 (java) S 24504 24491 23578 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 123302064 889212928 25960 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24505/tid=24509] ppid=24504 vsize=868372 CPUtime=0
/proc/24505/task/24509/stat : 24509 (java) S 24504 24491 23578 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 123302064 889212928 25960 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24505/tid=24510] ppid=24504 vsize=868372 CPUtime=0
/proc/24505/task/24510/stat : 24510 (java) S 24504 24491 23578 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 123302066 889212928 25960 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24505/tid=24511] ppid=24504 vsize=868372 CPUtime=0.2
/proc/24505/task/24511/stat : 24511 (java) S 24504 24491 23578 0 -1 64 1476 0 0 0 20 0 0 0 16 0 9 0 123302066 889212928 25960 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24505/tid=24512] ppid=24504 vsize=868372 CPUtime=0
/proc/24505/task/24512/stat : 24512 (java) S 24504 24491 23578 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 123302066 889212928 25960 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24505/tid=24513] ppid=24504 vsize=868372 CPUtime=0
/proc/24505/task/24513/stat : 24513 (java) S 24504 24491 23578 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 123302066 889212928 25960 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 887328

[startup+12.7022 s]
/proc/loadavg: 2.16 2.04 2.01 3/92 24513
/proc/meminfo: memFree=1247528/2055920 swapFree=4181452/4192956
[pid=24491] ppid=24489 vsize=13600 CPUtime=0.77
/proc/24491/stat : 24491 (sugar) S 24489 24491 23578 0 -1 4194304 974 5169 0 1 3 0 71 3 16 0 1 0 123301977 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24491/statm: 3400 797 370 3 0 500 0
[pid=24504] ppid=24491 vsize=5356 CPUtime=0
/proc/24504/stat : 24504 (sh) S 24491 24491 23578 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 123302061 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24504/statm: 1339 233 193 169 0 50 0
[pid=24505] ppid=24504 vsize=878620 CPUtime=11.72
/proc/24505/stat : 24505 (java) S 24504 24491 23578 0 -1 0 64189 0 1 0 1146 26 0 0 18 0 9 0 123302062 899706880 53707 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24505/statm: 219655 53707 2540 9 0 214230 0
[pid=24505/tid=24506] ppid=24504 vsize=878620 CPUtime=7.02
/proc/24505/task/24506/stat : 24506 (java) R 24504 24491 23578 0 -1 64 4499 0 1 0 700 2 0 0 25 0 9 0 123302063 899706880 53707 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24505/tid=24507] ppid=24504 vsize=878620 CPUtime=4.46
/proc/24505/task/24507/stat : 24507 (java) R 24504 24491 23578 0 -1 64 57521 0 0 0 424 22 0 0 16 0 9 0 123302064 899706880 53707 996147200 134512640 134550740 4294955952 18446744073709551615 102470010 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24505/tid=24508] ppid=24504 vsize=878620 CPUtime=0
/proc/24505/task/24508/stat : 24508 (java) S 24504 24491 23578 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 123302064 899706880 53707 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24505/tid=24509] ppid=24504 vsize=878620 CPUtime=0
/proc/24505/task/24509/stat : 24509 (java) S 24504 24491 23578 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 123302064 899706880 53707 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24505/tid=24510] ppid=24504 vsize=878620 CPUtime=0
/proc/24505/task/24510/stat : 24510 (java) S 24504 24491 23578 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 123302066 899706880 53707 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24505/tid=24511] ppid=24504 vsize=878620 CPUtime=0.2
/proc/24505/task/24511/stat : 24511 (java) S 24504 24491 23578 0 -1 64 1476 0 0 0 20 0 0 0 16 0 9 0 123302066 899706880 53707 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24505/tid=24512] ppid=24504 vsize=878620 CPUtime=0
/proc/24505/task/24512/stat : 24512 (java) S 24504 24491 23578 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 123302066 899706880 53707 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24505/tid=24513] ppid=24504 vsize=878620 CPUtime=0
/proc/24505/task/24513/stat : 24513 (java) S 24504 24491 23578 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 123302066 899706880 53707 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) 897576

[startup+25.5027 s]
/proc/loadavg: 2.13 2.04 2.01 3/92 24513
/proc/meminfo: memFree=1108200/2055920 swapFree=4181452/4192956
[pid=24491] ppid=24489 vsize=13600 CPUtime=0.77
/proc/24491/stat : 24491 (sugar) S 24489 24491 23578 0 -1 4194304 974 5169 0 1 3 0 71 3 15 0 1 0 123301977 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24491/statm: 3400 797 370 3 0 500 0
[pid=24504] ppid=24491 vsize=5356 CPUtime=0
/proc/24504/stat : 24504 (sh) S 24491 24491 23578 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 123302061 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24504/statm: 1339 233 193 169 0 50 0
[pid=24505] ppid=24504 vsize=868484 CPUtime=24.38
/proc/24505/stat : 24505 (java) S 24504 24491 23578 0 -1 0 109399 0 1 0 2382 56 0 0 18 0 9 0 123302062 889327616 81563 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24505/statm: 217121 81563 2566 9 0 211668 0
[pid=24505/tid=24506] ppid=24504 vsize=868484 CPUtime=15.65
/proc/24505/task/24506/stat : 24506 (java) R 24504 24491 23578 0 -1 64 7522 0 1 0 1553 12 0 0 25 0 9 0 123302063 889327616 81563 996147200 134512640 134550740 4294955952 18446744073709551615 4127062555 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24505/tid=24507] ppid=24504 vsize=868484 CPUtime=8.41
/proc/24505/task/24507/stat : 24507 (java) S 24504 24491 23578 0 -1 64 99656 0 0 0 799 42 0 0 16 0 9 0 123302064 889327616 81563 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24505/tid=24508] ppid=24504 vsize=868484 CPUtime=0
/proc/24505/task/24508/stat : 24508 (java) S 24504 24491 23578 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 123302064 889327616 81563 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24505/tid=24509] ppid=24504 vsize=868484 CPUtime=0
/proc/24505/task/24509/stat : 24509 (java) S 24504 24491 23578 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 123302064 889327616 81563 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24505/tid=24510] ppid=24504 vsize=868484 CPUtime=0
/proc/24505/task/24510/stat : 24510 (java) S 24504 24491 23578 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 123302066 889327616 81563 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24505/tid=24511] ppid=24504 vsize=868484 CPUtime=0.29
/proc/24505/task/24511/stat : 24511 (java) S 24504 24491 23578 0 -1 64 1528 0 0 0 29 0 0 0 16 0 9 0 123302066 889327616 81563 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24505/tid=24512] ppid=24504 vsize=868484 CPUtime=0
/proc/24505/task/24512/stat : 24512 (java) S 24504 24491 23578 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 123302066 889327616 81563 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24505/tid=24513] ppid=24504 vsize=868484 CPUtime=0
/proc/24505/task/24513/stat : 24513 (java) S 24504 24491 23578 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 123302066 889327616 81563 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 887440

[startup+51.1027 s]
/proc/loadavg: 2.21 2.06 2.02 3/84 24515
/proc/meminfo: memFree=1353192/2055920 swapFree=4181452/4192956
[pid=24491] ppid=24489 vsize=13600 CPUtime=28.43
/proc/24491/stat : 24491 (sugar) S 24489 24491 23578 0 -1 4194304 1022 114896 0 2 3 1 2764 75 16 0 1 0 123301977 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24491/statm: 3400 799 370 3 0 500 0
[pid=24514] ppid=24491 vsize=5356 CPUtime=0
/proc/24514/stat : 24514 (sh) S 24491 24491 23578 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 123304858 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24514/statm: 1339 232 193 169 0 50 0
[pid=24515] ppid=24514 vsize=63064 CPUtime=22.06
/proc/24515/stat : 24515 (picosat) R 24514 24491 23578 0 -1 4194304 14157 0 0 0 1484 722 0 0 25 0 1 0 123304858 64577536 14143 996147200 134512640 134931368 4294956256 18446744073709551615 134524027 0 0 4096 0 0 0 0 17 1 0 0
/proc/24515/statm: 15766 14143 42 102 0 15661 0
Current children cumulated CPU time (s) 50.49
Current children cumulated vsize (KiB) 82020

[startup+102.308 s]
/proc/loadavg: 2.08 2.05 2.01 3/84 24515
/proc/meminfo: memFree=1351784/2055920 swapFree=4181452/4192956
[pid=24491] ppid=24489 vsize=13600 CPUtime=28.43
/proc/24491/stat : 24491 (sugar) S 24489 24491 23578 0 -1 4194304 1022 114896 0 2 3 1 2764 75 16 0 1 0 123301977 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24491/statm: 3400 799 370 3 0 500 0
[pid=24514] ppid=24491 vsize=5356 CPUtime=0
/proc/24514/stat : 24514 (sh) S 24491 24491 23578 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 123304858 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24514/statm: 1339 232 193 169 0 50 0
[pid=24515] ppid=24514 vsize=64384 CPUtime=72.77
/proc/24515/stat : 24515 (picosat) R 24514 24491 23578 0 -1 4194304 14510 0 0 0 6555 722 0 0 25 0 1 0 123304858 65929216 14496 996147200 134512640 134931368 4294956256 18446744073709551615 134524122 0 0 4096 0 0 0 0 17 1 0 0
/proc/24515/statm: 16096 14496 42 102 0 15991 0
Current children cumulated CPU time (s) 101.2
Current children cumulated vsize (KiB) 83340

[startup+162.303 s]
/proc/loadavg: 2.03 2.04 2.01 3/84 24515
/proc/meminfo: memFree=1350248/2055920 swapFree=4181452/4192956
[pid=24491] ppid=24489 vsize=13600 CPUtime=28.43
/proc/24491/stat : 24491 (sugar) S 24489 24491 23578 0 -1 4194304 1022 114896 0 2 3 1 2764 75 16 0 1 0 123301977 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24491/statm: 3400 799 370 3 0 500 0
[pid=24514] ppid=24491 vsize=5356 CPUtime=0
/proc/24514/stat : 24514 (sh) S 24491 24491 23578 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 123304858 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24514/statm: 1339 232 193 169 0 50 0
[pid=24515] ppid=24514 vsize=65968 CPUtime=132.21
/proc/24515/stat : 24515 (picosat) R 24514 24491 23578 0 -1 4194304 14898 0 0 0 12498 723 0 0 25 0 1 0 123304858 67551232 14884 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/24515/statm: 16492 14884 42 102 0 16387 0
Current children cumulated CPU time (s) 160.64
Current children cumulated vsize (KiB) 84924

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

[startup+166.301 s]
/proc/loadavg: 2.02 2.04 2.01 3/84 24515
/proc/meminfo: memFree=1350120/2055920 swapFree=4181452/4192956
[pid=24491] ppid=24489 vsize=13600 CPUtime=28.43
/proc/24491/stat : 24491 (sugar) S 24489 24491 23578 0 -1 4194304 1022 114896 0 2 3 1 2764 75 16 0 1 0 123301977 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24491/statm: 3400 799 370 3 0 500 0
[pid=24514] ppid=24491 vsize=5356 CPUtime=0
/proc/24514/stat : 24514 (sh) S 24491 24491 23578 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 123304858 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24514/statm: 1339 232 193 169 0 50 0
[pid=24515] ppid=24514 vsize=65968 CPUtime=136.16
/proc/24515/stat : 24515 (picosat) R 24514 24491 23578 0 -1 4194304 14920 0 0 0 12893 723 0 0 25 0 1 0 123304858 67551232 14906 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/24515/statm: 16492 14906 42 102 0 16387 0
Current children cumulated CPU time (s) 164.59
Current children cumulated vsize (KiB) 84924

[startup+167.901 s]
/proc/loadavg: 2.02 2.04 2.01 3/84 24515
/proc/meminfo: memFree=1350120/2055920 swapFree=4181452/4192956
[pid=24491] ppid=24489 vsize=13600 CPUtime=28.43
/proc/24491/stat : 24491 (sugar) S 24489 24491 23578 0 -1 4194304 1022 114896 0 2 3 1 2764 75 16 0 1 0 123301977 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24491/statm: 3400 799 370 3 0 500 0
[pid=24514] ppid=24491 vsize=5356 CPUtime=0
/proc/24514/stat : 24514 (sh) S 24491 24491 23578 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 123304858 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24514/statm: 1339 232 193 169 0 50 0
[pid=24515] ppid=24514 vsize=66100 CPUtime=137.75
/proc/24515/stat : 24515 (picosat) R 24514 24491 23578 0 -1 4194304 14932 0 0 0 13052 723 0 0 25 0 1 0 123304858 67686400 14918 996147200 134512640 134931368 4294956256 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 1 0 0
/proc/24515/statm: 16525 14918 42 102 0 16420 0
Current children cumulated CPU time (s) 166.18
Current children cumulated vsize (KiB) 85056

[startup+168.701 s]
/proc/loadavg: 2.02 2.04 2.01 3/84 24515
/proc/meminfo: memFree=1350056/2055920 swapFree=4181452/4192956
[pid=24491] ppid=24489 vsize=13600 CPUtime=28.43
/proc/24491/stat : 24491 (sugar) S 24489 24491 23578 0 -1 4194304 1022 114896 0 2 3 1 2764 75 16 0 1 0 123301977 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24491/statm: 3400 799 370 3 0 500 0
[pid=24514] ppid=24491 vsize=5356 CPUtime=0
/proc/24514/stat : 24514 (sh) S 24491 24491 23578 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 123304858 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24514/statm: 1339 232 193 169 0 50 0
[pid=24515] ppid=24514 vsize=66100 CPUtime=138.54
/proc/24515/stat : 24515 (picosat) R 24514 24491 23578 0 -1 4194304 14938 0 0 0 13131 723 0 0 25 0 1 0 123304858 67686400 14924 996147200 134512640 134931368 4294956256 18446744073709551615 134525921 0 0 4096 0 0 0 0 17 1 0 0
/proc/24515/statm: 16525 14924 42 102 0 16420 0
Current children cumulated CPU time (s) 166.97
Current children cumulated vsize (KiB) 85056

[startup+169.502 s]
/proc/loadavg: 2.02 2.04 2.01 3/84 24515
/proc/meminfo: memFree=1349608/2055920 swapFree=4181452/4192956
[pid=24491] ppid=24489 vsize=13600 CPUtime=167.72
/proc/24491/stat : 24491 (sugar) S 24489 24491 23578 0 -1 4194304 1073 130153 0 2 3 1 15968 800 17 0 1 0 123301977 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24491/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 167.72
Current children cumulated vsize (KiB) 13600

[startup+169.902 s]
/proc/loadavg: 2.02 2.04 2.01 3/84 24515
/proc/meminfo: memFree=1349608/2055920 swapFree=4181452/4192956
[pid=24491] ppid=24489 vsize=13600 CPUtime=167.72
/proc/24491/stat : 24491 (sugar) S 24489 24491 23578 0 -1 4194304 1092 130153 0 2 3 1 15968 800 15 0 1 0 123301977 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24491/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 167.72
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 169.933
CPU time (s): 168.193
CPU user time (s): 160.124
CPU system time (s): 8.06977
CPU usage (%): 98.9762
Max. virtual memory (cumulated for all children) (KiB): 912940

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 160.124
system time used= 8.06977
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 135229
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= 4582
involuntary context switches= 10975

runsolver used 0.199969 second user time and 0.596909 second system time

The end

Launcher Data (download as text)

Begin job on node73 at 2008-07-03 21:21:49
IDJOB=1058071
IDBENCH=54105
IDSOLVER=345
FILE ID=node73/1058071-1215112909
PBS_JOBID= 7877062
Free space on /tmp= 66536 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/compet08/normalized-patat-08-comp-14.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-1058071-1215112909/watcher-1058071-1215112909 -o /tmp/evaluation-result-1058071-1215112909/solver-1058071-1215112909 -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-1058071-1215112909.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 872c261f2ab1a686494df34522240c16
RANDOM SEED=506667696

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

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1440416 kB
Buffers:         42020 kB
Cached:         434664 kB
SwapCached:       5300 kB
Active:         217600 kB
Inactive:       330616 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1440416 kB
SwapTotal:     4192956 kB
SwapFree:      4181452 kB
Dirty:            1596 kB
Writeback:           0 kB
Mapped:          87788 kB
Slab:            52352 kB
Committed_AS:  1109452 kB
PageTables:       1904 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= 66536 MiB
End job on node73 at 2008-07-03 21:24:40