Trace number 2063909

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.14.6+picosatSAT 105.254 106.428

General information on the benchmark

Namecsp/compet08/
normalized-patat-08-comp-14.xml
MD5SUM872c261f2ab1a686494df34522240c16
Bench CategoryAlldiff (alldiff)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark105.254
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

0.04/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.04/0.08	c 0	BEGIN Sat Jul 11 19:28:25 2009
0.04/0.08	c 0	PID 15875
0.04/0.08	c 0	HOST node40.alineos.net
0.04/0.08	c 0	CONVERTING HOME/instance-2063909-1247333304.xml TO HOME/temp.csp
0.04/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2063909-1247333304.xml' 'HOME/temp.csp'
0.07/0.89	c 0	247 domains, 400 variables, 1 predicates, 0 relations, 1599 constraints
0.07/0.93	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.93	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.93/1.01	c 0	Parsing HOME/temp.csp
1.02/1.12	c 1	parsed 2247 expressions
1.02/1.13	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.02/1.13	c 1	Converting to clausal form CSP
1.02/1.17	c 1	converted 225 (10%) expressions
1.02/1.18	c 1	converted 450 (20%) expressions
1.12/1.23	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.51/1.66	c 1	converted 1349 (60%) expressions
1.61/1.79	c 1	converted 1573 (70%) expressions
2.70/2.84	c 2	converted 1798 (80%) expressions
10.42/10.61	c 10	converted 2023 (90%) expressions
19.13/19.49	c 19	converted 2247 (100%) expressions
19.13/19.49	c 19	CSP : 400 integers, 0 booleans, 43150 clauses, largest domain size 26
19.13/19.49	c 19	Heap : 242 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
19.13/19.49	c 19	Propagation in CSP
22.00/22.32	c 22	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
22.00/22.32	c 22	CSP : 400 integers, 0 booleans, 43150 clauses, largest domain size 26
22.00/22.32	c 22	Heap : 256 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
22.00/22.37	c 22	Simplifing CSP by introducing new Boolean variables
22.50/22.80	c 22	CSP : 400 integers, 85678 booleans, 128828 clauses, largest domain size 26
22.50/22.80	c 22	Heap : 267 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
23.98/24.34	c 24	Encoding CSP to SAT : HOME/temp.cnf
24.08/24.40	c 24	40 (10%) CSP integer variables are encoded (623 clauses, 6715 bytes)
24.08/24.41	c 24	80 (20%) CSP integer variables are encoded (1247 clauses, 14194 bytes)
24.08/24.42	c 24	120 (30%) CSP integer variables are encoded (1897 clauses, 22644 bytes)
24.08/24.42	c 24	160 (40%) CSP integer variables are encoded (2527 clauses, 30834 bytes)
24.08/24.42	c 24	200 (50%) CSP integer variables are encoded (3172 clauses, 39219 bytes)
24.08/24.43	c 24	240 (60%) CSP integer variables are encoded (3185 clauses, 39388 bytes)
24.08/24.43	c 24	280 (70%) CSP integer variables are encoded (3193 clauses, 39492 bytes)
24.08/24.43	c 24	320 (80%) CSP integer variables are encoded (3205 clauses, 39648 bytes)
24.08/24.43	c 24	360 (90%) CSP integer variables are encoded (3222 clauses, 39869 bytes)
24.08/24.43	c 24	400 (100%) CSP integer variables are encoded (3244 clauses, 40155 bytes)
25.07/25.42	c 25	12883 (10%) CSP clauses are encoded (130838 clauses, 2312397 bytes)
25.67/26.04	c 25	25766 (20%) CSP clauses are encoded (270009 clauses, 4893344 bytes)
26.25/26.66	c 26	38649 (30%) CSP clauses are encoded (409568 clauses, 7482128 bytes)
26.85/27.28	c 27	51532 (40%) CSP clauses are encoded (550204 clauses, 10133224 bytes)
27.44/27.89	c 27	64414 (50%) CSP clauses are encoded (690650 clauses, 12747658 bytes)
28.04/28.46	c 28	77297 (60%) CSP clauses are encoded (829616 clauses, 15334244 bytes)
28.63/29.05	c 28	90180 (70%) CSP clauses are encoded (968254 clauses, 17932488 bytes)
29.22/29.64	c 29	103063 (80%) CSP clauses are encoded (1106541 clauses, 20541918 bytes)
29.81/30.23	c 30	115946 (90%) CSP clauses are encoded (1245127 clauses, 23125873 bytes)
30.41/30.81	c 30	128828 (100%) CSP clauses are encoded (1382054 clauses, 25711449 bytes)
30.41/30.81	c 30	128828 CSP clauses encoded
30.41/30.81	c 30	Writing map file : HOME/temp.map
30.41/30.83	c 30	Heap : 271 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
30.41/30.83	c 30	SAT : 89165 SAT variables, 1382054 SAT clauses, 25711449 bytes
30.41/30.83	c 30	Heap : 271 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
30.46/30.93	c 30	SOLVING HOME/temp.cnf
30.46/30.93	c 30	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
104.73/105.95	c 105	DECODING HOME/temp.out WITH HOME/temp.map
104.73/105.95	c 105	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
104.80/106.03	c 105	Decoding HOME/temp.out
104.80/106.35	s SATISFIABLE
104.80/106.37	v 37 31 7 1 41 35 43 32 42 5 26 7 18 28 17 22 17 12 30 10 29 34 27 31 30 5 25 19 34 29 10 25 16 10 24 38 19 0 9 22 17 23 27 32 11 16 38 16 2 22 34 27 42 35 16 41 34 13 4 26 30 43 37 37 19 3 29 44 27 21 28 40 2 35 36 8 38 23 11 6 26 33 39 20 37 14 26 6 43 9 8 1 1 14 8 17 19 2 41 18 8 30 39 2 27 44 37 35 17 37 7 9 24 32 14 21 12 24 41 44 42 3 31 40 40 9 31 14 0 29 25 11 32 7 15 1 28 43 17 26 28 1 8 22 15 36 42 44 2 26 3 32 38 4 26 18 35 0 16 33 6 7 41 28 18 4 25 33 40 35 4 25 13 4 42 13 12 5 15 36 9 42 6 10 20 33 36 40 29 21 27 2 8 4 34 39 23 21 20 15 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 12 12 15 9 11 10 14 5 8 8 17 12 17 12 17 13 12 8 13 2 8 7 13 8 12 17 12 7 0 5 10 11 0 9 10 1 5 19 0 5 17 3 5 10 13 8 10 5 8 14 5 5 13 2 12 17 5 16 11 17 3 0 1 6 5 7 5 7 11 13 3 2 4 15 1 0 0 1 14 13 4 2 6 5 13 16 5 15 17 16 13 15 19 9 4 4 6 5 8 5 0 19 10 4 1 15 17 19 14 9 2 6 11 6 12 14 8 2 12 2 9 10 6 9 14 1 4 9 11 11 0 11 13 5 19 7 8 17 2 8 2 7 5 7 12 5 1 18 9 17 8 9 8 15 14 19 13 1 8 3 15 8 8 5 9 17 0 7 5 13 7 19 1
104.80/106.37	c 106	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
104.81/106.42	c 106	CPU 105.22 (0.06 0.02 97.78 7.36)
104.81/106.42	c 106	END Sat Jul 11 19:30:11 2009

Verifier Data

OK

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2063909-1247333304/watcher-2063909-1247333304 -o /tmp/evaluation-result-2063909-1247333304/solver-2063909-1247333304 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-2063909-1247333304.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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 1.98 4/83 15875
/proc/meminfo: memFree=1197088/2055920 swapFree=4192812/4192956
[pid=15875] ppid=15873 vsize=18576 CPUtime=0
/proc/15875/stat : 15875 (runsolver) R 15873 15875 12814 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 20021726 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 264519609639 0 0 4096 24578 0 0 0 17 1 0 0
/proc/15875/statm: 4644 284 249 26 0 2626 0

[startup+0.0589471 s]
/proc/loadavg: 2.00 2.00 1.98 4/83 15875
/proc/meminfo: memFree=1197088/2055920 swapFree=4192812/4192956
[pid=15875] ppid=15873 vsize=15948 CPUtime=0.04
/proc/15875/stat : 15875 (sugar) R 15873 15875 12814 0 -1 4194304 909 0 0 0 4 0 0 0 18 0 1 0 20021726 16330752 877 996147200 4194304 4206940 548682068608 18446744073709551615 264539328715 0 0 4224 0 0 0 0 17 1 0 0
/proc/15875/statm: 3987 877 380 3 0 566 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 15948

[startup+0.102954 s]
/proc/loadavg: 2.00 2.00 1.98 4/83 15875
/proc/meminfo: memFree=1197088/2055920 swapFree=4192812/4192956
[pid=15875] ppid=15873 vsize=16868 CPUtime=0.07
/proc/15875/stat : 15875 (sugar) S 15873 15875 12814 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 20021726 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15875/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.302976 s]
/proc/loadavg: 2.00 2.00 1.98 4/83 15875
/proc/meminfo: memFree=1197088/2055920 swapFree=4192812/4192956
[pid=15875] ppid=15873 vsize=16868 CPUtime=0.07
/proc/15875/stat : 15875 (sugar) S 15873 15875 12814 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 20021726 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15875/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.702032 s]
/proc/loadavg: 2.00 2.00 1.98 4/83 15875
/proc/meminfo: memFree=1197088/2055920 swapFree=4192812/4192956
[pid=15875] ppid=15873 vsize=16868 CPUtime=0.07
/proc/15875/stat : 15875 (sugar) S 15873 15875 12814 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 20021726 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15875/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50114 s]
/proc/loadavg: 2.08 2.02 1.98 3/94 15897
/proc/meminfo: memFree=1189960/2055920 swapFree=4192812/4192956
[pid=15875] ppid=15873 vsize=16868 CPUtime=0.87
/proc/15875/stat : 15875 (sugar) S 15873 15875 12814 0 -1 4194304 1309 5235 0 1 6 1 77 3 15 0 1 0 20021726 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15875/statm: 4217 1111 409 3 0 796 0
[pid=15888] ppid=15875 vsize=5356 CPUtime=0
/proc/15888/stat : 15888 (sh) S 15875 15875 12814 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20021819 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15888/statm: 1339 233 193 169 0 50 0
[pid=15889] ppid=15888 vsize=868480 CPUtime=0.54
/proc/15889/stat : 15889 (java) S 15888 15875 12814 0 -1 0 5831 0 1 0 50 4 0 0 18 0 9 0 20021819 889323520 5253 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15889/statm: 217120 5253 1743 9 0 211625 0
[pid=15889/tid=15890] ppid=15888 vsize=868480 CPUtime=0.33
/proc/15889/task/15890/stat : 15890 (java) R 15888 15875 12814 0 -1 64 2659 0 1 0 31 2 0 0 19 0 9 0 20021820 889323520 5253 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15889/tid=15891] ppid=15888 vsize=868480 CPUtime=0.03
/proc/15889/task/15891/stat : 15891 (java) R 15888 15875 12814 0 -1 64 1007 0 0 0 3 0 0 0 16 0 9 0 20021821 889323520 5253 996147200 134512640 134550932 4294955936 18446744073709551615 102759251 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15889/tid=15892] ppid=15888 vsize=868480 CPUtime=0
/proc/15889/task/15892/stat : 15892 (java) S 15888 15875 12814 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 20021822 889323520 5253 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15889/tid=15893] ppid=15888 vsize=868480 CPUtime=0
/proc/15889/task/15893/stat : 15893 (java) S 15888 15875 12814 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 20021822 889323520 5253 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15889/tid=15894] ppid=15888 vsize=868480 CPUtime=0
/proc/15889/task/15894/stat : 15894 (java) S 15888 15875 12814 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20021824 889323520 5253 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15889/tid=15895] ppid=15888 vsize=868480 CPUtime=0.16
/proc/15889/task/15895/stat : 15895 (java) S 15888 15875 12814 0 -1 64 1471 0 0 0 15 1 0 0 16 0 9 0 20021824 889323520 5253 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15889/tid=15896] ppid=15888 vsize=868480 CPUtime=0
/proc/15889/task/15896/stat : 15896 (java) S 15888 15875 12814 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20021824 889323520 5253 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15889/tid=15897] ppid=15888 vsize=868480 CPUtime=0
/proc/15889/task/15897/stat : 15897 (java) S 15888 15875 12814 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20021824 889323520 5253 996147200 134512640 134550932 4294955936 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) 890704

[startup+3.10234 s]
/proc/loadavg: 2.08 2.02 1.98 4/94 15897
/proc/meminfo: memFree=1170312/2055920 swapFree=4192812/4192956
[pid=15875] ppid=15873 vsize=16868 CPUtime=0.87
/proc/15875/stat : 15875 (sugar) S 15873 15875 12814 0 -1 4194304 1309 5235 0 1 6 1 77 3 16 0 1 0 20021726 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15875/statm: 4217 1111 409 3 0 796 0
[pid=15888] ppid=15875 vsize=5356 CPUtime=0
/proc/15888/stat : 15888 (sh) S 15875 15875 12814 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20021819 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15888/statm: 1339 233 193 169 0 50 0
[pid=15889] ppid=15888 vsize=868480 CPUtime=2.13
/proc/15889/stat : 15889 (java) S 15888 15875 12814 0 -1 0 12796 0 1 0 205 8 0 0 18 0 9 0 20021819 889323520 11981 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15889/statm: 217120 11981 2566 9 0 211625 0
[pid=15889/tid=15890] ppid=15888 vsize=868480 CPUtime=1.33
/proc/15889/task/15890/stat : 15890 (java) R 15888 15875 12814 0 -1 64 2985 0 1 0 131 2 0 0 25 0 9 0 20021820 889323520 11981 996147200 134512640 134550932 4294955936 18446744073709551615 4126574020 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15889/tid=15891] ppid=15888 vsize=868480 CPUtime=0.59
/proc/15889/task/15891/stat : 15891 (java) S 15888 15875 12814 0 -1 64 7616 0 0 0 56 3 0 0 16 0 9 0 20021821 889323520 11981 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15889/tid=15892] ppid=15888 vsize=868480 CPUtime=0
/proc/15889/task/15892/stat : 15892 (java) S 15888 15875 12814 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 20021822 889323520 11981 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15889/tid=15893] ppid=15888 vsize=868480 CPUtime=0
/proc/15889/task/15893/stat : 15893 (java) S 15888 15875 12814 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 20021822 889323520 11981 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15889/tid=15894] ppid=15888 vsize=868480 CPUtime=0
/proc/15889/task/15894/stat : 15894 (java) S 15888 15875 12814 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20021824 889323520 11981 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15889/tid=15895] ppid=15888 vsize=868480 CPUtime=0.18
/proc/15889/task/15895/stat : 15895 (java) S 15888 15875 12814 0 -1 64 1496 0 0 0 17 1 0 0 16 0 9 0 20021824 889323520 11981 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15889/tid=15896] ppid=15888 vsize=868480 CPUtime=0
/proc/15889/task/15896/stat : 15896 (java) S 15888 15875 12814 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20021824 889323520 11981 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15889/tid=15897] ppid=15888 vsize=868480 CPUtime=0
/proc/15889/task/15897/stat : 15897 (java) S 15888 15875 12814 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20021824 889323520 11981 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 890704

[startup+6.30276 s]
/proc/loadavg: 2.15 2.03 1.99 4/94 15897
/proc/meminfo: memFree=1108680/2055920 swapFree=4192812/4192956
[pid=15875] ppid=15873 vsize=16868 CPUtime=0.87
/proc/15875/stat : 15875 (sugar) S 15873 15875 12814 0 -1 4194304 1309 5235 0 1 6 1 77 3 16 0 1 0 20021726 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15875/statm: 4217 1111 409 3 0 796 0
[pid=15888] ppid=15875 vsize=5356 CPUtime=0
/proc/15888/stat : 15888 (sh) S 15875 15875 12814 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20021819 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15888/statm: 1339 233 193 169 0 50 0
[pid=15889] ppid=15888 vsize=868564 CPUtime=5.29
/proc/15889/stat : 15889 (java) S 15888 15875 12814 0 -1 0 34125 0 1 0 512 17 0 0 18 0 9 0 20021819 889409536 23037 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15889/statm: 217141 23037 2567 9 0 211646 0
[pid=15889/tid=15890] ppid=15888 vsize=868564 CPUtime=3.28
/proc/15889/task/15890/stat : 15890 (java) R 15888 15875 12814 0 -1 64 3717 0 1 0 325 3 0 0 25 0 9 0 20021820 889409536 23037 996147200 134512640 134550932 4294955936 18446744073709551615 4126860876 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15889/tid=15891] ppid=15888 vsize=868564 CPUtime=1.81
/proc/15889/task/15891/stat : 15891 (java) S 15888 15875 12814 0 -1 64 28213 0 0 0 169 12 0 0 16 0 9 0 20021821 889409536 23037 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15889/tid=15892] ppid=15888 vsize=868564 CPUtime=0
/proc/15889/task/15892/stat : 15892 (java) S 15888 15875 12814 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 20021822 889409536 23037 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15889/tid=15893] ppid=15888 vsize=868564 CPUtime=0
/proc/15889/task/15893/stat : 15893 (java) S 15888 15875 12814 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 20021822 889409536 23037 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15889/tid=15894] ppid=15888 vsize=868564 CPUtime=0
/proc/15889/task/15894/stat : 15894 (java) S 15888 15875 12814 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20021824 889409536 23037 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15889/tid=15895] ppid=15888 vsize=868564 CPUtime=0.18
/proc/15889/task/15895/stat : 15895 (java) S 15888 15875 12814 0 -1 64 1496 0 0 0 17 1 0 0 16 0 9 0 20021824 889409536 23037 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15889/tid=15896] ppid=15888 vsize=868564 CPUtime=0
/proc/15889/task/15896/stat : 15896 (java) S 15888 15875 12814 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20021824 889409536 23037 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15889/tid=15897] ppid=15888 vsize=868564 CPUtime=0
/proc/15889/task/15897/stat : 15897 (java) S 15888 15875 12814 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20021824 889409536 23037 996147200 134512640 134550932 4294955936 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) 890788

[startup+12.7026 s]
/proc/loadavg: 2.14 2.03 1.99 3/94 15897
/proc/meminfo: memFree=1024200/2055920 swapFree=4192812/4192956
[pid=15875] ppid=15873 vsize=16868 CPUtime=0.87
/proc/15875/stat : 15875 (sugar) S 15873 15875 12814 0 -1 4194304 1309 5235 0 1 6 1 77 3 16 0 1 0 20021726 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15875/statm: 4217 1111 409 3 0 796 0
[pid=15888] ppid=15875 vsize=5356 CPUtime=0
/proc/15888/stat : 15888 (sh) S 15875 15875 12814 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20021819 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15888/statm: 1339 233 193 169 0 50 0
[pid=15889] ppid=15888 vsize=868564 CPUtime=11.62
/proc/15889/stat : 15889 (java) S 15888 15875 12814 0 -1 0 68200 0 1 0 1131 31 0 0 18 0 9 0 20021819 889409536 47462 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15889/statm: 217141 47462 2567 9 0 211646 0
[pid=15889/tid=15890] ppid=15888 vsize=868564 CPUtime=7.64
/proc/15889/task/15890/stat : 15890 (java) R 15888 15875 12814 0 -1 64 4447 0 1 0 761 3 0 0 25 0 9 0 20021820 889409536 47462 996147200 134512640 134550932 4294955936 18446744073709551615 4126508135 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15889/tid=15891] ppid=15888 vsize=868564 CPUtime=3.78
/proc/15889/task/15891/stat : 15891 (java) S 15888 15875 12814 0 -1 64 61558 0 0 0 352 26 0 0 16 0 9 0 20021821 889409536 47462 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15889/tid=15892] ppid=15888 vsize=868564 CPUtime=0
/proc/15889/task/15892/stat : 15892 (java) S 15888 15875 12814 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 20021822 889409536 47462 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15889/tid=15893] ppid=15888 vsize=868564 CPUtime=0
/proc/15889/task/15893/stat : 15893 (java) S 15888 15875 12814 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 20021822 889409536 47462 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15889/tid=15894] ppid=15888 vsize=868564 CPUtime=0
/proc/15889/task/15894/stat : 15894 (java) S 15888 15875 12814 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20021824 889409536 47462 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15889/tid=15895] ppid=15888 vsize=868564 CPUtime=0.18
/proc/15889/task/15895/stat : 15895 (java) S 15888 15875 12814 0 -1 64 1496 0 0 0 17 1 0 0 16 0 9 0 20021824 889409536 47462 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15889/tid=15896] ppid=15888 vsize=868564 CPUtime=0
/proc/15889/task/15896/stat : 15896 (java) S 15888 15875 12814 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20021824 889409536 47462 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15889/tid=15897] ppid=15888 vsize=868564 CPUtime=0
/proc/15889/task/15897/stat : 15897 (java) S 15888 15875 12814 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20021824 889409536 47462 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 890788

[startup+25.5022 s]
/proc/loadavg: 2.11 2.03 1.99 3/94 15897
/proc/meminfo: memFree=873224/2055920 swapFree=4192812/4192956
[pid=15875] ppid=15873 vsize=16868 CPUtime=0.87
/proc/15875/stat : 15875 (sugar) S 15873 15875 12814 0 -1 4194304 1310 5235 0 1 6 1 77 3 16 0 1 0 20021726 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15875/statm: 4217 1111 409 3 0 796 0
[pid=15888] ppid=15875 vsize=5356 CPUtime=0
/proc/15888/stat : 15888 (sh) S 15875 15875 12814 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20021819 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15888/statm: 1339 233 193 169 0 50 0
[pid=15889] ppid=15888 vsize=868676 CPUtime=24.29
/proc/15889/stat : 15889 (java) S 15888 15875 12814 0 -1 0 122010 0 1 0 2373 56 0 0 18 0 9 0 20021819 889524224 81996 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15889/statm: 217169 81996 2593 9 0 211646 0
[pid=15889/tid=15890] ppid=15888 vsize=868676 CPUtime=15.49
/proc/15889/task/15890/stat : 15890 (java) R 15888 15875 12814 0 -1 64 7644 0 1 0 1541 8 0 0 25 0 9 0 20021820 889524224 81996 996147200 134512640 134550932 4294955936 18446744073709551615 4126999605 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15889/tid=15891] ppid=15888 vsize=868676 CPUtime=8.53
/proc/15889/task/15891/stat : 15891 (java) S 15888 15875 12814 0 -1 64 112125 0 0 0 807 46 0 0 16 0 9 0 20021821 889524224 81996 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15889/tid=15892] ppid=15888 vsize=868676 CPUtime=0
/proc/15889/task/15892/stat : 15892 (java) S 15888 15875 12814 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 20021822 889524224 81996 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15889/tid=15893] ppid=15888 vsize=868676 CPUtime=0
/proc/15889/task/15893/stat : 15893 (java) S 15888 15875 12814 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 20021822 889524224 81996 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15889/tid=15894] ppid=15888 vsize=868676 CPUtime=0
/proc/15889/task/15894/stat : 15894 (java) S 15888 15875 12814 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20021824 889524224 81996 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15889/tid=15895] ppid=15888 vsize=868676 CPUtime=0.26
/proc/15889/task/15895/stat : 15895 (java) S 15888 15875 12814 0 -1 64 1542 0 0 0 25 1 0 0 16 0 9 0 20021824 889524224 81996 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15889/tid=15896] ppid=15888 vsize=868676 CPUtime=0
/proc/15889/task/15896/stat : 15896 (java) S 15888 15875 12814 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20021824 889524224 81996 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15889/tid=15897] ppid=15888 vsize=868676 CPUtime=0
/proc/15889/task/15897/stat : 15897 (java) S 15888 15875 12814 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20021824 889524224 81996 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 890900

[startup+51.1026 s]
/proc/loadavg: 2.07 2.03 1.99 3/86 15899
/proc/meminfo: memFree=1115976/2055920 swapFree=4192812/4192956
[pid=15875] ppid=15873 vsize=16868 CPUtime=30.49
/proc/15875/stat : 15875 (sugar) S 15873 15875 12814 0 -1 4194304 1365 128018 0 2 6 1 2964 78 16 0 1 0 20021726 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15875/statm: 4217 1113 409 3 0 796 0
[pid=15898] ppid=15875 vsize=5356 CPUtime=0
/proc/15898/stat : 15898 (sh) S 15875 15875 12814 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20024819 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15898/statm: 1339 232 193 169 0 50 0
[pid=15899] ppid=15898 vsize=59088 CPUtime=19.97
/proc/15899/stat : 15899 (picosat) R 15898 15875 12814 0 -1 4194304 13045 0 0 0 1344 653 0 0 25 0 1 0 20024819 60506112 13020 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/15899/statm: 14772 13020 42 102 0 14667 0
Current children cumulated CPU time (s) 50.46
Current children cumulated vsize (KiB) 81312

[startup+102.307 s]
/proc/loadavg: 2.03 2.02 1.99 3/86 15899
/proc/meminfo: memFree=1114504/2055920 swapFree=4192812/4192956
[pid=15875] ppid=15873 vsize=16868 CPUtime=30.49
/proc/15875/stat : 15875 (sugar) S 15873 15875 12814 0 -1 4194304 1365 128018 0 2 6 1 2964 78 16 0 1 0 20021726 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15875/statm: 4217 1113 409 3 0 796 0
[pid=15898] ppid=15875 vsize=5356 CPUtime=0
/proc/15898/stat : 15898 (sh) S 15875 15875 12814 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20024819 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15898/statm: 1339 232 193 169 0 50 0
[pid=15899] ppid=15898 vsize=61564 CPUtime=70.68
/proc/15899/stat : 15899 (picosat) R 15898 15875 12814 0 -1 4194304 13426 0 0 0 6415 653 0 0 25 0 1 0 20024819 63041536 13401 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/15899/statm: 15391 13401 42 102 0 15286 0
Current children cumulated CPU time (s) 101.17
Current children cumulated vsize (KiB) 83788

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

[startup+103.901 s]
/proc/loadavg: 2.03 2.02 1.99 3/86 15899
/proc/meminfo: memFree=1114440/2055920 swapFree=4192812/4192956
[pid=15875] ppid=15873 vsize=16868 CPUtime=30.49
/proc/15875/stat : 15875 (sugar) S 15873 15875 12814 0 -1 4194304 1365 128018 0 2 6 1 2964 78 16 0 1 0 20021726 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15875/statm: 4217 1113 409 3 0 796 0
[pid=15898] ppid=15875 vsize=5356 CPUtime=0
/proc/15898/stat : 15898 (sh) S 15875 15875 12814 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20024819 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15898/statm: 1339 232 193 169 0 50 0
[pid=15899] ppid=15898 vsize=61564 CPUtime=72.26
/proc/15899/stat : 15899 (picosat) R 15898 15875 12814 0 -1 4194304 13437 0 0 0 6573 653 0 0 25 0 1 0 20024819 63041536 13412 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/15899/statm: 15391 13412 42 102 0 15286 0
Current children cumulated CPU time (s) 102.75
Current children cumulated vsize (KiB) 83788

[startup+105.502 s]
/proc/loadavg: 2.03 2.02 1.99 3/86 15899
/proc/meminfo: memFree=1114376/2055920 swapFree=4192812/4192956
[pid=15875] ppid=15873 vsize=16868 CPUtime=30.49
/proc/15875/stat : 15875 (sugar) S 15873 15875 12814 0 -1 4194304 1365 128018 0 2 6 1 2964 78 16 0 1 0 20021726 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15875/statm: 4217 1113 409 3 0 796 0
[pid=15898] ppid=15875 vsize=5356 CPUtime=0
/proc/15898/stat : 15898 (sh) S 15875 15875 12814 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20024819 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15898/statm: 1339 232 193 169 0 50 0
[pid=15899] ppid=15898 vsize=61564 CPUtime=73.85
/proc/15899/stat : 15899 (picosat) R 15898 15875 12814 0 -1 4194304 13450 0 0 0 6732 653 0 0 25 0 1 0 20024819 63041536 13425 996147200 134512640 134931368 4294956256 18446744073709551615 134524232 0 0 4096 0 0 0 0 17 1 0 0
/proc/15899/statm: 15391 13425 42 102 0 15286 0
Current children cumulated CPU time (s) 104.34
Current children cumulated vsize (KiB) 83788

[startup+105.902 s]
/proc/loadavg: 2.03 2.02 1.99 3/86 15899
/proc/meminfo: memFree=1114376/2055920 swapFree=4192812/4192956
[pid=15875] ppid=15873 vsize=16868 CPUtime=30.49
/proc/15875/stat : 15875 (sugar) S 15873 15875 12814 0 -1 4194304 1365 128018 0 2 6 1 2964 78 16 0 1 0 20021726 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15875/statm: 4217 1113 409 3 0 796 0
[pid=15898] ppid=15875 vsize=5356 CPUtime=0
/proc/15898/stat : 15898 (sh) S 15875 15875 12814 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20024819 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15898/statm: 1339 232 193 169 0 50 0
[pid=15899] ppid=15898 vsize=61700 CPUtime=74.24
/proc/15899/stat : 15899 (picosat) R 15898 15875 12814 0 -1 4194304 13481 0 0 0 6770 654 0 0 25 0 1 0 20024819 63180800 13456 996147200 134512640 134931368 4294956256 18446744073709551615 134579093 0 0 4096 0 0 0 0 17 1 0 0
/proc/15899/statm: 15425 13456 47 102 0 15320 0
Current children cumulated CPU time (s) 104.73
Current children cumulated vsize (KiB) 83924

[startup+106.302 s]
/proc/loadavg: 2.03 2.02 1.99 3/86 15899
/proc/meminfo: memFree=1114376/2055920 swapFree=4192812/4192956
[pid=15875] ppid=15873 vsize=16868 CPUtime=104.8
/proc/15875/stat : 15875 (sugar) S 15873 15875 12814 0 -1 4194304 1446 141785 0 2 6 1 9739 734 16 0 1 0 20021726 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15875/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 104.8
Current children cumulated vsize (KiB) 16868

[startup+106.402 s]
/proc/loadavg: 2.03 2.02 1.99 3/86 15899
/proc/meminfo: memFree=1114376/2055920 swapFree=4192812/4192956
[pid=15875] ppid=15873 vsize=16868 CPUtime=104.81
/proc/15875/stat : 15875 (sugar) S 15873 15875 12814 0 -1 4194304 1449 141785 0 2 6 2 9739 734 15 0 1 0 20021726 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15875/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 104.81
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 106.428
CPU time (s): 105.254
CPU user time (s): 97.8521
CPU system time (s): 7.40187
CPU usage (%): 98.8973
Max. virtual memory (cumulated for all children) (KiB): 911464

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 97.8521
system time used= 7.40187
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 147294
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= 5092
involuntary context switches= 8589

runsolver used 0.135979 second user time and 0.370943 second system time

The end

Launcher Data

Begin job on node40 at 2009-07-11 19:28:24
IDJOB=2063909
IDBENCH=54105
IDSOLVER=738
FILE ID=node40/2063909-1247333304
PBS_JOBID= 9506547
Free space on /tmp= 66228 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/compet08/normalized-patat-08-comp-14.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2063909-1247333304/watcher-2063909-1247333304 -o /tmp/evaluation-result-2063909-1247333304/solver-2063909-1247333304 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/picosat" -tmp="HOME/temp" HOME/instance-2063909-1247333304.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 872c261f2ab1a686494df34522240c16
RANDOM SEED=1769866888

node40.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.213
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.213
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:       1197568 kB
Buffers:         49044 kB
Cached:         706300 kB
SwapCached:          0 kB
Active:         122464 kB
Inactive:       665224 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1197568 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1616 kB
Writeback:           0 kB
Mapped:          52932 kB
Slab:            55644 kB
Committed_AS:   199956 kB
PageTables:       1948 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= 66228 MiB
End job on node40 at 2009-07-11 19:30:11