Trace number 1058183

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 46.6779 47.6266

General information on the benchmark

Namecsp/compet08/
normalized-patat-08-comp-8.xml
MD5SUMecc4645e217ca43fb25e27990367c484
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.884864
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of constraints3361
Maximum constraint arity15
Maximum domain size25
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2871
Global constraints used (with number of constraints)alldifferent(490)

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/picosat
0.00/0.05	c 0	BEGIN Thu Jul  3 21:27:22 2008
0.00/0.05	c 0	PID 15200
0.00/0.05	c 0	HOST node7.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1058183-1215113242.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1058183-1215113242.xml' 'HOME/temp.csp'
0.03/0.91	c 1	226 domains, 400 variables, 1 predicates, 0 relations, 3361 constraints
0.03/0.94	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.94	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.89/1.03	c 1	Parsing HOME/temp.csp
1.22/1.30	c 2	parsed 3988 expressions
1.22/1.30	c 2	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.22/1.30	c 2	Converting to clausal form CSP
1.22/1.35	c 2	converted 399 (10%) expressions
1.42/1.55	c 2	converted 798 (20%) expressions
1.61/1.74	c 2	converted 1197 (30%) expressions
1.82/1.93	c 2	converted 1596 (40%) expressions
1.92/2.06	c 2	converted 1994 (50%) expressions
2.11/2.27	c 3	converted 2393 (60%) expressions
2.30/2.42	c 3	converted 2792 (70%) expressions
2.40/2.54	c 3	converted 3191 (80%) expressions
4.57/4.79	c 5	converted 3590 (90%) expressions
17.65/17.98	c 18	converted 3988 (100%) expressions
17.65/17.98	c 18	CSP : 400 integers, 0 booleans, 46302 clauses, largest domain size 25
17.65/17.98	c 18	Heap : 272 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
17.65/17.98	c 18	Propagation in CSP
20.81/21.16	c 21	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
20.81/21.16	c 21	CSP : 400 integers, 0 booleans, 46302 clauses, largest domain size 25
20.81/21.16	c 21	Heap : 280 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
20.91/21.21	c 22	Simplifing CSP by introducing new Boolean variables
21.31/21.62	c 22	CSP : 400 integers, 94003 booleans, 140305 clauses, largest domain size 25
21.31/21.62	c 22	Heap : 308 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
22.89/23.29	c 24	Encoding CSP to SAT : HOME/temp.cnf
22.98/23.35	c 24	40 (10%) CSP integer variables are encoded (611 clauses, 6581 bytes)
22.98/23.36	c 24	80 (20%) CSP integer variables are encoded (1238 clauses, 14079 bytes)
22.98/23.36	c 24	120 (30%) CSP integer variables are encoded (1852 clauses, 22061 bytes)
22.98/23.37	c 24	160 (40%) CSP integer variables are encoded (2484 clauses, 30277 bytes)
22.98/23.37	c 24	200 (50%) CSP integer variables are encoded (3114 clauses, 38467 bytes)
22.98/23.37	c 24	240 (60%) CSP integer variables are encoded (3142 clauses, 38831 bytes)
22.98/23.37	c 24	280 (70%) CSP integer variables are encoded (3157 clauses, 39026 bytes)
22.98/23.37	c 24	320 (80%) CSP integer variables are encoded (3187 clauses, 39416 bytes)
22.98/23.37	c 24	360 (90%) CSP integer variables are encoded (3207 clauses, 39676 bytes)
22.98/23.37	c 24	400 (100%) CSP integer variables are encoded (3213 clauses, 39754 bytes)
24.17/24.51	c 25	14031 (10%) CSP clauses are encoded (134092 clauses, 2404717 bytes)
24.77/25.18	c 25	28061 (20%) CSP clauses are encoded (296532 clauses, 5440666 bytes)
25.46/25.87	c 26	42092 (30%) CSP clauses are encoded (460038 clauses, 8495785 bytes)
26.16/26.55	c 27	56122 (40%) CSP clauses are encoded (624351 clauses, 11591726 bytes)
26.84/27.64	c 28	70153 (50%) CSP clauses are encoded (788642 clauses, 14644774 bytes)
27.53/28.31	c 29	84183 (60%) CSP clauses are encoded (953833 clauses, 17742267 bytes)
28.11/29.00	c 29	98214 (70%) CSP clauses are encoded (1119011 clauses, 20840826 bytes)
28.82/29.66	c 30	112244 (80%) CSP clauses are encoded (1281041 clauses, 23875060 bytes)
29.50/30.34	c 31	126275 (90%) CSP clauses are encoded (1444934 clauses, 26938167 bytes)
30.19/31.04	c 31	140305 (100%) CSP clauses are encoded (1612175 clauses, 30093752 bytes)
30.19/31.04	c 31	140305 CSP clauses encoded
30.19/31.04	c 31	Writing map file : HOME/temp.map
30.19/31.06	c 31	Heap : 335 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
30.19/31.06	c 31	SAT : 97465 SAT variables, 1612175 SAT clauses, 30093752 bytes
30.19/31.06	c 31	Heap : 335 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
30.29/31.12	c 31	SOLVING HOME/temp.cnf
30.29/31.12	c 31	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
46.26/47.28	c 48	DECODING HOME/temp.out WITH HOME/temp.map
46.26/47.28	c 48	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
46.36/47.36	c 48	Decoding HOME/temp.out
46.55/47.56	s SATISFIABLE
46.55/47.58	v 6 33 38 40 11 36 8 44 36 13 7 22 21 33 43 14 38 8 37 0 40 18 24 35 44 2 15 17 10 9 8 0 11 5 1 19 19 6 2 20 25 18 27 29 16 8 37 7 21 18 9 43 26 0 12 10 23 24 7 37 39 8 1 39 16 29 9 9 17 35 21 1 4 28 0 32 7 10 12 6 14 9 20 13 17 19 30 14 22 14 5 26 12 18 29 30 20 21 15 22 10 12 4 28 31 32 43 16 3 11 7 17 34 31 38 19 26 42 1 8 28 34 17 30 3 1 13 41 31 39 32 23 36 23 33 42 31 26 22 43 35 35 24 31 11 27 25 38 30 20 4 28 24 26 39 38 19 3 29 4 6 12 16 40 34 42 30 35 7 22 27 14 3 34 5 28 13 40 41 15 21 13 42 32 35 36 25 15 37 40 44 44 16 41 2 17 20 42 29 32 2 4 9 8 5 6 7 1 9 5 1 8 6 8 2 3 1 9 5 3 4 6 7 4 9 9 0 1 2 0 3 9 3 1 8 8 2 6 8 9 8 5 3 5 5 4 1 8 5 1 5 8 6 4 7 7 1 6 4 4 5 6 1 1 8 3 4 1 5 9 0 4 4 2 2 8 6 5 5 0 2 6 2 2 9 9 8 1 9 0 4 7 6 3 8 0 4 8 1 5 1 0 7 1 8 1 1 4 2 9 7 3 1 2 4 5 9 4 9 2 3 4 2 7 4 0 4 2 3 3 6 0 5 5 1 7 1 4 7 3 5 1 5 4 6 2 2 7 5 0 1 8 8 2 2 2 4 9 6 8 7 4 9 9 7 0 1 6 9 2 7 4 6 9 6 0 0 0 6 6 9 9 6 2 2 3 5 7 6 6 7 6 7 7 6 6 8 5 9 3
46.55/47.58	c 48	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
46.63/47.61	c 48	CPU 38.08 (0.04 0.01 38.04 8.56)
46.63/47.61	c 48	END Thu Jul  3 21:28:10 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-1058183-1215113242/watcher-1058183-1215113242 -o /tmp/evaluation-result-1058183-1215113242/solver-1058183-1215113242 -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-1058183-1215113242.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.93 1.98 1.97 4/83 15200
/proc/meminfo: memFree=948304/2055920 swapFree=4180052/4192956
[pid=15200] ppid=15198 vsize=12000 CPUtime=0
/proc/15200/stat : 15200 (sugar) R 15198 15200 14667 0 -1 4194304 195 0 0 0 0 0 0 0 22 0 1 0 1990299396 12288000 163 996147200 4194304 4206940 548682068608 18446744073709551615 244670987235 0 0 4224 0 0 0 0 17 1 0 0
/proc/15200/statm: 3000 163 125 3 0 100 0

[startup+0.10587 s]
/proc/loadavg: 1.93 1.98 1.97 4/83 15200
/proc/meminfo: memFree=948304/2055920 swapFree=4180052/4192956
[pid=15200] ppid=15198 vsize=13600 CPUtime=0.03
/proc/15200/stat : 15200 (sugar) S 15198 15200 14667 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1990299396 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15200/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.201882 s]
/proc/loadavg: 1.93 1.98 1.97 4/83 15200
/proc/meminfo: memFree=948304/2055920 swapFree=4180052/4192956
[pid=15200] ppid=15198 vsize=13600 CPUtime=0.03
/proc/15200/stat : 15200 (sugar) S 15198 15200 14667 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1990299396 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15200/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301885 s]
/proc/loadavg: 1.93 1.98 1.97 4/83 15200
/proc/meminfo: memFree=948304/2055920 swapFree=4180052/4192956
[pid=15200] ppid=15198 vsize=13600 CPUtime=0.03
/proc/15200/stat : 15200 (sugar) S 15198 15200 14667 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1990299396 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15200/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701932 s]
/proc/loadavg: 1.93 1.98 1.97 4/83 15200
/proc/meminfo: memFree=948304/2055920 swapFree=4180052/4192956
[pid=15200] ppid=15198 vsize=13600 CPUtime=0.03
/proc/15200/stat : 15200 (sugar) S 15198 15200 14667 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1990299396 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15200/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50302 s]
/proc/loadavg: 1.93 1.98 1.97 3/94 15222
/proc/meminfo: memFree=940408/2055920 swapFree=4180052/4192956
[pid=15200] ppid=15198 vsize=13600 CPUtime=0.89
/proc/15200/stat : 15200 (sugar) S 15198 15200 14667 0 -1 4194304 974 6893 0 1 3 0 80 6 15 0 1 0 1990299396 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15200/statm: 3400 797 370 3 0 500 0
[pid=15213] ppid=15200 vsize=5356 CPUtime=0
/proc/15213/stat : 15213 (sh) S 15200 15200 14667 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1990299491 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15213/statm: 1339 233 193 169 0 50 0
[pid=15214] ppid=15213 vsize=865576 CPUtime=0.53
/proc/15214/stat : 15214 (java) S 15213 15200 14667 0 -1 0 4826 0 1 0 51 2 0 0 18 0 9 0 1990299491 886349824 4244 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15214/statm: 216394 4244 1732 9 0 210969 0
[pid=15214/tid=15215] ppid=15213 vsize=865576 CPUtime=0.33
/proc/15214/task/15215/stat : 15215 (java) R 15213 15200 14667 0 -1 64 2660 0 1 0 32 1 0 0 22 0 9 0 1990299492 886349824 4244 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15214/tid=15216] ppid=15213 vsize=865576 CPUtime=0.04
/proc/15214/task/15216/stat : 15216 (java) S 15213 15200 14667 0 -1 64 772 0 0 0 4 0 0 0 16 0 9 0 1990299493 886349824 4244 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15214/tid=15217] ppid=15213 vsize=865576 CPUtime=0
/proc/15214/task/15217/stat : 15217 (java) S 15213 15200 14667 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 1990299494 886349824 4244 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15214/tid=15218] ppid=15213 vsize=865576 CPUtime=0
/proc/15214/task/15218/stat : 15218 (java) S 15213 15200 14667 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1990299494 886349824 4244 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15214/tid=15219] ppid=15213 vsize=865576 CPUtime=0
/proc/15214/task/15219/stat : 15219 (java) S 15213 15200 14667 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1990299496 886349824 4244 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15214/tid=15220] ppid=15213 vsize=865576 CPUtime=0.13
/proc/15214/task/15220/stat : 15220 (java) R 15213 15200 14667 0 -1 64 703 0 0 0 13 0 0 0 16 0 9 0 1990299496 886349824 4244 996147200 134512640 134550740 4294955952 18446744073709551615 102046182 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15214/tid=15221] ppid=15213 vsize=865576 CPUtime=0
/proc/15214/task/15221/stat : 15221 (java) S 15213 15200 14667 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1990299496 886349824 4244 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15214/tid=15222] ppid=15213 vsize=865576 CPUtime=0
/proc/15214/task/15222/stat : 15222 (java) S 15213 15200 14667 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1990299496 886349824 4244 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 884532

[startup+3.10218 s]
/proc/loadavg: 1.93 1.98 1.97 4/94 15222
/proc/meminfo: memFree=922168/2055920 swapFree=4180052/4192956
[pid=15200] ppid=15198 vsize=13600 CPUtime=0.89
/proc/15200/stat : 15200 (sugar) S 15198 15200 14667 0 -1 4194304 974 6893 0 1 3 0 80 6 15 0 1 0 1990299396 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15200/statm: 3400 797 370 3 0 500 0
[pid=15213] ppid=15200 vsize=5356 CPUtime=0
/proc/15213/stat : 15213 (sh) S 15200 15200 14667 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1990299491 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15213/statm: 1339 233 193 169 0 50 0
[pid=15214] ppid=15213 vsize=868256 CPUtime=2.12
/proc/15214/stat : 15214 (java) S 15213 15200 14667 0 -1 0 12859 0 1 0 206 6 0 0 18 0 9 0 1990299491 889094144 12030 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15214/statm: 217064 12030 2540 9 0 211639 0
[pid=15214/tid=15215] ppid=15213 vsize=868256 CPUtime=1.25
/proc/15214/task/15215/stat : 15215 (java) R 15213 15200 14667 0 -1 64 3016 0 1 0 124 1 0 0 25 0 9 0 1990299492 889094144 12030 996147200 134512640 134550740 4294955952 18446744073709551615 4126567219 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15214/tid=15216] ppid=15213 vsize=868256 CPUtime=0.64
/proc/15214/task/15216/stat : 15216 (java) S 15213 15200 14667 0 -1 64 7671 0 0 0 61 3 0 0 16 0 9 0 1990299493 889094144 12030 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15214/tid=15217] ppid=15213 vsize=868256 CPUtime=0
/proc/15214/task/15217/stat : 15217 (java) S 15213 15200 14667 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1990299494 889094144 12030 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15214/tid=15218] ppid=15213 vsize=868256 CPUtime=0
/proc/15214/task/15218/stat : 15218 (java) S 15213 15200 14667 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1990299494 889094144 12030 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15214/tid=15219] ppid=15213 vsize=868256 CPUtime=0
/proc/15214/task/15219/stat : 15219 (java) S 15213 15200 14667 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1990299496 889094144 12030 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15214/tid=15220] ppid=15213 vsize=868256 CPUtime=0.19
/proc/15214/task/15220/stat : 15220 (java) S 15213 15200 14667 0 -1 64 1480 0 0 0 19 0 0 0 16 0 9 0 1990299496 889094144 12030 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15214/tid=15221] ppid=15213 vsize=868256 CPUtime=0
/proc/15214/task/15221/stat : 15221 (java) S 15213 15200 14667 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1990299496 889094144 12030 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15214/tid=15222] ppid=15213 vsize=868256 CPUtime=0
/proc/15214/task/15222/stat : 15222 (java) S 15213 15200 14667 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1990299496 889094144 12030 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 887212

[startup+6.30152 s]
/proc/loadavg: 2.01 2.00 1.97 3/94 15222
/proc/meminfo: memFree=868088/2055920 swapFree=4180052/4192956
[pid=15200] ppid=15198 vsize=13600 CPUtime=0.89
/proc/15200/stat : 15200 (sugar) S 15198 15200 14667 0 -1 4194304 974 6893 0 1 3 0 80 6 16 0 1 0 1990299396 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15200/statm: 3400 797 370 3 0 500 0
[pid=15213] ppid=15200 vsize=5356 CPUtime=0
/proc/15213/stat : 15213 (sh) S 15200 15200 14667 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1990299491 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15213/statm: 1339 233 193 169 0 50 0
[pid=15214] ppid=15213 vsize=868372 CPUtime=5.27
/proc/15214/stat : 15214 (java) S 15213 15200 14667 0 -1 0 26834 0 1 0 516 11 0 0 18 0 9 0 1990299491 889212928 25974 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15214/statm: 217093 25974 2540 9 0 211668 0
[pid=15214/tid=15215] ppid=15213 vsize=868372 CPUtime=3.15
/proc/15214/task/15215/stat : 15215 (java) R 15213 15200 14667 0 -1 64 3799 0 1 0 314 1 0 0 25 0 9 0 1990299492 889212928 25974 996147200 134512640 134550740 4294955952 18446744073709551615 4126566881 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15214/tid=15216] ppid=15213 vsize=868372 CPUtime=1.9
/proc/15214/task/15216/stat : 15216 (java) S 15213 15200 14667 0 -1 64 20863 0 0 0 182 8 0 0 16 0 9 0 1990299493 889212928 25974 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15214/tid=15217] ppid=15213 vsize=868372 CPUtime=0
/proc/15214/task/15217/stat : 15217 (java) S 15213 15200 14667 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1990299494 889212928 25974 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15214/tid=15218] ppid=15213 vsize=868372 CPUtime=0
/proc/15214/task/15218/stat : 15218 (java) S 15213 15200 14667 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1990299494 889212928 25974 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15214/tid=15219] ppid=15213 vsize=868372 CPUtime=0
/proc/15214/task/15219/stat : 15219 (java) S 15213 15200 14667 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1990299496 889212928 25974 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15214/tid=15220] ppid=15213 vsize=868372 CPUtime=0.19
/proc/15214/task/15220/stat : 15220 (java) S 15213 15200 14667 0 -1 64 1480 0 0 0 19 0 0 0 16 0 9 0 1990299496 889212928 25974 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15214/tid=15221] ppid=15213 vsize=868372 CPUtime=0
/proc/15214/task/15221/stat : 15221 (java) S 15213 15200 14667 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1990299496 889212928 25974 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15214/tid=15222] ppid=15213 vsize=868372 CPUtime=0
/proc/15214/task/15222/stat : 15222 (java) S 15213 15200 14667 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1990299496 889212928 25974 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) 887328

[startup+12.7022 s]
/proc/loadavg: 2.09 2.02 1.98 4/94 15222
/proc/meminfo: memFree=746488/2055920 swapFree=4180052/4192956
[pid=15200] ppid=15198 vsize=13600 CPUtime=0.89
/proc/15200/stat : 15200 (sugar) S 15198 15200 14667 0 -1 4194304 974 6893 0 1 3 0 80 6 16 0 1 0 1990299396 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15200/statm: 3400 797 370 3 0 500 0
[pid=15213] ppid=15200 vsize=5356 CPUtime=0
/proc/15213/stat : 15213 (sh) S 15200 15200 14667 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1990299491 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15213/statm: 1339 233 193 169 0 50 0
[pid=15214] ppid=15213 vsize=888860 CPUtime=11.61
/proc/15214/stat : 15214 (java) S 15213 15200 14667 0 -1 0 70682 0 1 0 1133 28 0 0 18 0 9 0 1990299491 910192640 56987 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15214/statm: 222215 56987 2540 9 0 216790 0
[pid=15214/tid=15215] ppid=15213 vsize=888860 CPUtime=6.67
/proc/15214/task/15215/stat : 15215 (java) R 15213 15200 14667 0 -1 64 4560 0 1 0 665 2 0 0 25 0 9 0 1990299492 910192640 56987 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15214/tid=15216] ppid=15213 vsize=888860 CPUtime=4.72
/proc/15214/task/15216/stat : 15216 (java) R 15213 15200 14667 0 -1 64 63950 0 0 0 448 24 0 0 16 0 9 0 1990299493 910192640 56987 996147200 134512640 134550740 4294955952 18446744073709551615 101587902 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15214/tid=15217] ppid=15213 vsize=888860 CPUtime=0
/proc/15214/task/15217/stat : 15217 (java) S 15213 15200 14667 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1990299494 910192640 56987 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15214/tid=15218] ppid=15213 vsize=888860 CPUtime=0
/proc/15214/task/15218/stat : 15218 (java) S 15213 15200 14667 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1990299494 910192640 56987 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15214/tid=15219] ppid=15213 vsize=888860 CPUtime=0
/proc/15214/task/15219/stat : 15219 (java) S 15213 15200 14667 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1990299496 910192640 56987 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15214/tid=15220] ppid=15213 vsize=888860 CPUtime=0.19
/proc/15214/task/15220/stat : 15220 (java) S 15213 15200 14667 0 -1 64 1480 0 0 0 19 0 0 0 16 0 9 0 1990299496 910192640 56987 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15214/tid=15221] ppid=15213 vsize=888860 CPUtime=0
/proc/15214/task/15221/stat : 15221 (java) S 15213 15200 14667 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1990299496 910192640 56987 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15214/tid=15222] ppid=15213 vsize=888860 CPUtime=0
/proc/15214/task/15222/stat : 15222 (java) S 15213 15200 14667 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1990299496 910192640 56987 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 907816

[startup+25.5025 s]
/proc/loadavg: 2.15 2.03 1.98 3/94 15222
/proc/meminfo: memFree=591480/2055920 swapFree=4180052/4192956
[pid=15200] ppid=15198 vsize=13600 CPUtime=0.89
/proc/15200/stat : 15200 (sugar) S 15198 15200 14667 0 -1 4194304 974 6893 0 1 3 0 80 6 15 0 1 0 1990299396 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15200/statm: 3400 797 370 3 0 500 0
[pid=15213] ppid=15200 vsize=5356 CPUtime=0
/proc/15213/stat : 15213 (sh) S 15200 15200 14667 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1990299491 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15213/statm: 1339 233 193 169 0 50 0
[pid=15214] ppid=15213 vsize=868484 CPUtime=24.27
/proc/15214/stat : 15214 (java) S 15213 15200 14667 0 -1 0 117257 0 1 0 2376 51 0 0 18 0 9 0 1990299491 889327616 88775 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15214/statm: 217121 88775 2566 9 0 211668 0
[pid=15214/tid=15215] ppid=15213 vsize=868484 CPUtime=14.65
/proc/15214/task/15215/stat : 15215 (java) R 15213 15200 14667 0 -1 64 7897 0 1 0 1457 8 0 0 25 0 9 0 1990299492 889327616 88775 996147200 134512640 134550740 4294955952 18446744073709551615 4127034326 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15214/tid=15216] ppid=15213 vsize=868484 CPUtime=9.3
/proc/15214/task/15216/stat : 15216 (java) S 15213 15200 14667 0 -1 64 107135 0 0 0 889 41 0 0 16 0 9 0 1990299493 889327616 88775 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15214/tid=15217] ppid=15213 vsize=868484 CPUtime=0
/proc/15214/task/15217/stat : 15217 (java) S 15213 15200 14667 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1990299494 889327616 88775 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15214/tid=15218] ppid=15213 vsize=868484 CPUtime=0
/proc/15214/task/15218/stat : 15218 (java) S 15213 15200 14667 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1990299494 889327616 88775 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15214/tid=15219] ppid=15213 vsize=868484 CPUtime=0
/proc/15214/task/15219/stat : 15219 (java) S 15213 15200 14667 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1990299496 889327616 88775 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15214/tid=15220] ppid=15213 vsize=868484 CPUtime=0.29
/proc/15214/task/15220/stat : 15220 (java) S 15213 15200 14667 0 -1 64 1533 0 0 0 29 0 0 0 16 0 9 0 1990299496 889327616 88775 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15214/tid=15221] ppid=15213 vsize=868484 CPUtime=0
/proc/15214/task/15221/stat : 15221 (java) S 15213 15200 14667 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1990299496 889327616 88775 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15214/tid=15222] ppid=15213 vsize=868484 CPUtime=0
/proc/15214/task/15222/stat : 15222 (java) S 15213 15200 14667 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1990299496 889327616 88775 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 887440

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

[startup+25.6025 s]
/proc/loadavg: 2.15 2.03 1.98 3/94 15222
/proc/meminfo: memFree=591480/2055920 swapFree=4180052/4192956
[pid=15200] ppid=15198 vsize=13600 CPUtime=0.89
/proc/15200/stat : 15200 (sugar) S 15198 15200 14667 0 -1 4194304 974 6893 0 1 3 0 80 6 15 0 1 0 1990299396 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15200/statm: 3400 797 370 3 0 500 0
[pid=15213] ppid=15200 vsize=5356 CPUtime=0
/proc/15213/stat : 15213 (sh) S 15200 15200 14667 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1990299491 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15213/statm: 1339 233 193 169 0 50 0
[pid=15214] ppid=15213 vsize=868484 CPUtime=24.38
/proc/15214/stat : 15214 (java) S 15213 15200 14667 0 -1 0 117258 0 1 0 2386 52 0 0 18 0 9 0 1990299491 889327616 88775 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15214/statm: 217121 88775 2566 9 0 211668 0
[pid=15214/tid=15215] ppid=15213 vsize=868484 CPUtime=14.75
/proc/15214/task/15215/stat : 15215 (java) R 15213 15200 14667 0 -1 64 7898 0 1 0 1467 8 0 0 25 0 9 0 1990299492 889327616 88775 996147200 134512640 134550740 4294955952 18446744073709551615 4126568792 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15214/tid=15216] ppid=15213 vsize=868484 CPUtime=9.3
/proc/15214/task/15216/stat : 15216 (java) S 15213 15200 14667 0 -1 64 107135 0 0 0 889 41 0 0 16 0 9 0 1990299493 889327616 88775 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15214/tid=15217] ppid=15213 vsize=868484 CPUtime=0
/proc/15214/task/15217/stat : 15217 (java) S 15213 15200 14667 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1990299494 889327616 88775 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15214/tid=15218] ppid=15213 vsize=868484 CPUtime=0
/proc/15214/task/15218/stat : 15218 (java) S 15213 15200 14667 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1990299494 889327616 88775 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15214/tid=15219] ppid=15213 vsize=868484 CPUtime=0
/proc/15214/task/15219/stat : 15219 (java) S 15213 15200 14667 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1990299496 889327616 88775 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15214/tid=15220] ppid=15213 vsize=868484 CPUtime=0.29
/proc/15214/task/15220/stat : 15220 (java) S 15213 15200 14667 0 -1 64 1533 0 0 0 29 0 0 0 16 0 9 0 1990299496 889327616 88775 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15214/tid=15221] ppid=15213 vsize=868484 CPUtime=0
/proc/15214/task/15221/stat : 15221 (java) S 15213 15200 14667 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1990299496 889327616 88775 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15214/tid=15222] ppid=15213 vsize=868484 CPUtime=0
/proc/15214/task/15222/stat : 15222 (java) S 15213 15200 14667 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1990299496 889327616 88775 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.27
Current children cumulated vsize (KiB) 887440

[startup+38.4029 s]
/proc/loadavg: 2.13 2.03 1.98 3/86 15224
/proc/meminfo: memFree=886328/2055920 swapFree=4180052/4192956
[pid=15200] ppid=15198 vsize=13600 CPUtime=30.34
/proc/15200/stat : 15200 (sugar) S 15198 15200 14667 0 -1 4194304 1022 124488 0 2 4 1 2954 75 16 0 1 0 1990299396 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15200/statm: 3400 799 370 3 0 500 0
[pid=15223] ppid=15200 vsize=5356 CPUtime=0
/proc/15223/stat : 15223 (sh) S 15200 15200 14667 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1990302509 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15223/statm: 1339 232 193 169 0 50 0
[pid=15224] ppid=15223 vsize=33100 CPUtime=7.2
/proc/15224/stat : 15224 (picosat) R 15223 15200 14667 0 -1 4194304 7687 0 0 0 326 394 0 0 25 0 1 0 1990302509 33894400 7673 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/15224/statm: 8275 7673 40 102 0 8170 0
Current children cumulated CPU time (s) 37.54
Current children cumulated vsize (KiB) 52056

[startup+41.6012 s]
/proc/loadavg: 2.12 2.03 1.98 3/86 15224
/proc/meminfo: memFree=872568/2055920 swapFree=4180052/4192956
[pid=15200] ppid=15198 vsize=13600 CPUtime=30.34
/proc/15200/stat : 15200 (sugar) S 15198 15200 14667 0 -1 4194304 1022 124488 0 2 4 1 2954 75 16 0 1 0 1990299396 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15200/statm: 3400 799 370 3 0 500 0
[pid=15223] ppid=15200 vsize=5356 CPUtime=0
/proc/15223/stat : 15223 (sh) S 15200 15200 14667 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1990302509 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15223/statm: 1339 232 193 169 0 50 0
[pid=15224] ppid=15223 vsize=47760 CPUtime=10.37
/proc/15224/stat : 15224 (picosat) R 15223 15200 14667 0 -1 4194304 10966 0 0 0 471 566 0 0 25 0 1 0 1990302509 48906240 10952 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/15224/statm: 11940 10952 40 102 0 11835 0
Current children cumulated CPU time (s) 40.71
Current children cumulated vsize (KiB) 66716

[startup+44.8015 s]
/proc/loadavg: 2.11 2.03 1.98 3/86 15224
/proc/meminfo: memFree=858616/2055920 swapFree=4180052/4192956
[pid=15200] ppid=15198 vsize=13600 CPUtime=30.34
/proc/15200/stat : 15200 (sugar) S 15198 15200 14667 0 -1 4194304 1022 124488 0 2 4 1 2954 75 16 0 1 0 1990299396 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15200/statm: 3400 799 370 3 0 500 0
[pid=15223] ppid=15200 vsize=5356 CPUtime=0
/proc/15223/stat : 15223 (sh) S 15200 15200 14667 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1990302509 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15223/statm: 1339 232 193 169 0 50 0
[pid=15224] ppid=15223 vsize=62680 CPUtime=13.54
/proc/15224/stat : 15224 (picosat) R 15223 15200 14667 0 -1 4194304 14303 0 0 0 614 740 0 0 25 0 1 0 1990302509 64184320 14289 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/15224/statm: 15670 14289 40 102 0 15565 0
Current children cumulated CPU time (s) 43.88
Current children cumulated vsize (KiB) 81636

[startup+46.4027 s]
/proc/loadavg: 2.11 2.03 1.98 3/86 15224
/proc/meminfo: memFree=852024/2055920 swapFree=4180052/4192956
[pid=15200] ppid=15198 vsize=13600 CPUtime=30.34
/proc/15200/stat : 15200 (sugar) S 15198 15200 14667 0 -1 4194304 1022 124488 0 2 4 1 2954 75 16 0 1 0 1990299396 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15200/statm: 3400 799 370 3 0 500 0
[pid=15223] ppid=15200 vsize=5356 CPUtime=0
/proc/15223/stat : 15223 (sh) S 15200 15200 14667 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1990302509 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15223/statm: 1339 232 193 169 0 50 0
[pid=15224] ppid=15223 vsize=65820 CPUtime=15.13
/proc/15224/stat : 15224 (picosat) R 15223 15200 14667 0 -1 4194304 15118 0 0 0 737 776 0 0 25 0 1 0 1990302509 67399680 15072 996147200 134512640 134931368 4294956256 18446744073709551615 134524081 0 0 4096 0 0 0 0 17 1 0 0
/proc/15224/statm: 16455 15072 42 102 0 16350 0
Current children cumulated CPU time (s) 45.47
Current children cumulated vsize (KiB) 84776

[startup+47.2028 s]
/proc/loadavg: 2.11 2.03 1.98 3/86 15224
/proc/meminfo: memFree=852024/2055920 swapFree=4180052/4192956
[pid=15200] ppid=15198 vsize=13600 CPUtime=30.34
/proc/15200/stat : 15200 (sugar) S 15198 15200 14667 0 -1 4194304 1022 124488 0 2 4 1 2954 75 16 0 1 0 1990299396 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15200/statm: 3400 799 370 3 0 500 0
[pid=15223] ppid=15200 vsize=5356 CPUtime=0
/proc/15223/stat : 15223 (sh) S 15200 15200 14667 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1990302509 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15223/statm: 1339 232 193 169 0 50 0
[pid=15224] ppid=15223 vsize=67108 CPUtime=15.92
/proc/15224/stat : 15224 (picosat) R 15223 15200 14667 0 -1 4194304 15232 0 0 0 816 776 0 0 25 0 1 0 1990302509 68718592 15186 996147200 134512640 134931368 4294956256 18446744073709551615 134578956 0 0 4096 0 0 0 0 17 1 0 0
/proc/15224/statm: 16777 15186 47 102 0 16672 0
Current children cumulated CPU time (s) 46.26
Current children cumulated vsize (KiB) 86064

[startup+47.6028 s]
/proc/loadavg: 2.11 2.03 1.98 3/87 15227
/proc/meminfo: memFree=910000/2055920 swapFree=4180052/4192956
[pid=15200] ppid=15198 vsize=13600 CPUtime=46.35
/proc/15200/stat : 15200 (sugar) S 15198 15200 14667 0 -1 4194304 1092 140006 0 2 4 1 3777 853 15 0 1 0 1990299396 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15200/statm: 3400 799 370 3 0 500 0
[pid=15225] ppid=15200 vsize=5356 CPUtime=0
/proc/15225/stat : 15225 (sh) S 15200 15200 14667 0 -1 4194304 278 0 0 0 0 0 0 0 19 0 1 0 1990304125 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15225/statm: 1339 233 193 169 0 50 0
[pid=15226] ppid=15225 vsize=864040 CPUtime=0.28
/proc/15226/stat : 15226 (java) S 15225 15200 14667 0 -1 0 3635 0 1 0 26 2 0 0 18 0 9 0 1990304125 884776960 3099 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15226/statm: 216010 3099 1708 9 0 210585 0
[pid=15226/tid=15227] ppid=15225 vsize=864040 CPUtime=0.21
/proc/15226/task/15227/stat : 15227 (java) S 15225 15200 14667 0 -1 64 2542 0 1 0 20 1 0 0 21 0 9 0 1990304126 884776960 3099 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 46.63
Current children cumulated vsize (KiB) 882996

Child status: 0
Real time (s): 47.6266
CPU time (s): 46.6779
CPU user time (s): 38.0842
CPU system time (s): 8.59369
CPU usage (%): 98.0081
Max. virtual memory (cumulated for all children) (KiB): 912940

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 38.0842
system time used= 8.59369
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 145081
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= 4931
involuntary context switches= 5690

runsolver used 0.058991 second user time and 0.162975 second system time

The end

Launcher Data (download as text)

Begin job on node7 at 2008-07-03 21:27:22
IDJOB=1058183
IDBENCH=54112
IDSOLVER=345
FILE ID=node7/1058183-1215113242
PBS_JOBID= 7877190
Free space on /tmp= 66552 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= ecc4645e217ca43fb25e27990367c484
RANDOM SEED=217046151

node7.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:        948848 kB
Buffers:         91232 kB
Cached:         805188 kB
SwapCached:       7028 kB
Active:         525700 kB
Inactive:       498752 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        948848 kB
SwapTotal:     4192956 kB
SwapFree:      4180052 kB
Dirty:            1864 kB
Writeback:           0 kB
Mapped:         139456 kB
Slab:            67788 kB
Committed_AS:  4064800 kB
PageTables:       2068 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= 66548 MiB
End job on node7 at 2008-07-03 21:28:10