Trace number 2064162

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 109.014 253.814

General information on the benchmark

Namecsp/compet02/
normalized-patat-02-comp-20.xml
MD5SUMbe35789960256c589543366605c747b5
Bench CategoryAlldiff (alldiff)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark109.014
Satisfiable
(Un)Satisfiability was proved
Number of variables700
Number of constraints46582
Maximum constraint arity20
Maximum domain size45
Number of constraints which are defined in extension0
Number of constraints which are defined in intension46282
Global constraints used (with number of constraints)alldifferent(300)

Solver Data

0.04/1.59	c 0	Sugar v1-14-6 + HOME/picosat
0.06/1.61	c 0	BEGIN Sat Jul 11 19:47:53 2009
0.06/1.61	c 0	PID 14811
0.06/1.66	c 0	HOST node91.alineos.net
0.06/1.66	c 0	CONVERTING HOME/instance-2064162-1247334468.xml TO HOME/temp.csp
0.06/1.66	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2064162-1247334468.xml' 'HOME/temp.csp'
2.33/4.13	c 2	25 domains, 700 variables, 1 predicates, 0 relations, 46582 constraints
2.33/4.19	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
2.33/4.19	c 2	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'
2.39/4.27	c 2	Parsing HOME/temp.csp
2.59/4.43	c 2	parsed 10000 expressions
2.68/4.56	c 3	parsed 20000 expressions
2.89/4.71	c 3	parsed 30000 expressions
2.98/4.88	c 3	parsed 40000 expressions
3.09/4.96	c 3	parsed 47308 expressions
3.09/4.97	c 3	Heap : 18 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.09/4.97	c 3	Converting to clausal form CSP
3.78/5.64	c 4	converted 4731 (10%) expressions
4.17/6.03	c 4	converted 9462 (20%) expressions
4.75/6.67	c 5	converted 14193 (30%) expressions
5.15/7.04	c 5	converted 18924 (40%) expressions
5.55/7.40	c 5	converted 23654 (50%) expressions
5.85/7.78	c 6	converted 28385 (60%) expressions
6.64/8.55	c 6	converted 33116 (70%) expressions
7.02/8.91	c 7	converted 37847 (80%) expressions
7.33/9.28	c 7	converted 42578 (90%) expressions
9.90/11.87	c 10	converted 47308 (100%) expressions
9.90/11.87	c 10	CSP : 700 integers, 0 booleans, 90293 clauses, largest domain size 45
9.90/11.87	c 10	Heap : 120 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
9.90/11.87	c 10	Propagation in CSP
10.19/12.17	c 10	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
10.19/12.18	c 10	CSP : 700 integers, 0 booleans, 90293 clauses, largest domain size 45
10.19/12.18	c 10	Heap : 125 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
10.29/12.21	c 10	Simplifing CSP by introducing new Boolean variables
13.07/15.10	c 13	CSP : 700 integers, 266441 booleans, 356734 clauses, largest domain size 45
13.07/15.10	c 13	Heap : 194 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
14.55/16.57	c 15	Encoding CSP to SAT : HOME/temp.cnf
14.65/16.63	c 15	70 (10%) CSP integer variables are encoded (3010 clauses, 37031 bytes)
14.65/16.63	c 15	140 (20%) CSP integer variables are encoded (6020 clauses, 76161 bytes)
14.65/16.64	c 15	210 (30%) CSP integer variables are encoded (9030 clauses, 115291 bytes)
14.65/16.64	c 15	280 (40%) CSP integer variables are encoded (12040 clauses, 158958 bytes)
14.65/16.64	c 15	350 (50%) CSP integer variables are encoded (15050 clauses, 204108 bytes)
14.65/16.65	c 15	420 (60%) CSP integer variables are encoded (15152 clauses, 205638 bytes)
14.65/16.65	c 15	490 (70%) CSP integer variables are encoded (15270 clauses, 207408 bytes)
14.65/16.66	c 15	560 (80%) CSP integer variables are encoded (15352 clauses, 208638 bytes)
14.65/16.66	c 15	630 (90%) CSP integer variables are encoded (15474 clauses, 210468 bytes)
14.65/16.66	c 15	700 (100%) CSP integer variables are encoded (15579 clauses, 212043 bytes)
16.12/18.15	c 16	35674 (10%) CSP clauses are encoded (718277 clauses, 13747898 bytes)
17.51/19.55	c 17	71347 (20%) CSP clauses are encoded (1415446 clauses, 27778070 bytes)
18.90/20.97	c 19	107021 (30%) CSP clauses are encoded (2115485 clauses, 41931394 bytes)
20.35/22.48	c 20	142694 (40%) CSP clauses are encoded (2815673 clauses, 56825015 bytes)
21.84/23.94	c 22	178367 (50%) CSP clauses are encoded (3514024 clauses, 71763324 bytes)
23.32/25.44	c 23	214041 (60%) CSP clauses are encoded (4218112 clauses, 87292511 bytes)
25.01/27.19	c 25	249714 (70%) CSP clauses are encoded (5166439 clauses, 107699482 bytes)
27.01/29.10	c 27	285388 (80%) CSP clauses are encoded (6243461 clauses, 130520037 bytes)
28.89/31.03	c 29	321061 (90%) CSP clauses are encoded (7320966 clauses, 153384521 bytes)
30.79/32.97	c 31	356734 (100%) CSP clauses are encoded (8398867 clauses, 176391533 bytes)
30.79/32.97	c 31	356734 CSP clauses encoded
30.79/32.97	c 31	Writing map file : HOME/temp.map
30.79/33.00	c 31	Heap : 153 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
30.79/33.00	c 31	SAT : 282692 SAT variables, 8398867 SAT clauses, 176391533 bytes
30.79/33.00	c 31	Heap : 153 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
30.89/33.09	c 31	SOLVING HOME/temp.cnf
30.89/33.09	c 31	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
108.36/111.03	c 109	DECODING HOME/temp.out WITH HOME/temp.map
108.36/111.03	c 109	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'
108.39/111.11	c 109	Decoding HOME/temp.out
108.39/111.51	s SATISFIABLE
108.39/111.54	v 16 21 0 0 37 19 18 39 22 18 20 11 8 11 31 22 5 37 9 20 1 3 6 42 30 8 5 0 26 11 0 6 7 1 5 35 15 5 2 2 7 23 8 37 10 1 35 36 7 5 8 7 10 3 8 34 9 11 15 4 13 12 5 2 0 5 3 29 30 29 4 4 25 6 8 12 19 42 4 13 28 22 2 24 32 7 1 38 4 10 28 14 13 11 12 3 9 6 14 13 25 16 1 17 8 14 1 15 14 34 15 16 29 41 33 27 0 10 17 20 36 5 6 3 0 18 24 24 9 43 14 7 1 18 7 13 35 33 10 4 20 13 17 2 21 3 18 1 19 10 30 44 12 38 22 16 17 19 29 24 23 20 4 4 6 16 24 9 21 23 29 14 18 16 11 23 20 11 44 12 43 21 11 20 22 24 17 30 19 21 27 23 20 25 31 23 25 24 25 23 10 3 26 3 27 12 19 28 25 19 13 23 28 21 29 29 44 31 26 2 32 25 26 30 25 22 28 30 31 32 31 15 31 36 33 26 42 9 29 34 26 30 16 2 33 8 32 8 16 34 28 32 12 9 31 33 34 5 35 34 22 37 36 34 35 15 36 38 32 39 40 31 25 13 27 14 22 33 37 38 26 37 36 43 33 39 15 35 35 34 24 9 14 38 36 2 6 44 40 33 38 37 38 37 39 40 31 38 16 39 37 18 40 41 3 41 10 44 40 41 40 41 43 40 21 1 42 27 42 41 42 4 39 43 32 43 43 42 21 43 44 44 43 44 42 26 30 18 35 27 4 8 2 4 8 2 6 2 6 7 8 8 5 3 5 8 2 4 8 9 3 8 6 7 3 2 1 5 5 4 3 8 9 5 6 5 5 4 6 8 4 1 4 7 6 8 6 4 0 3 1 2 8 1 8 3 3 0 4 0 5 5 8 2 9 5 9 8 1 4 7 9 9 0 9 4 3 8 6 0 4 9 7 4 2 6 9 2 3 9 2 8 6 2 9 7 7 9 4 4 0 9 7 9 0 5 4 3 9 9 1 8 0 2 8 8 8 7 5 7 9 7 5 5 6 2 3 5 0 8 2 5 0 3 3 7 4 4 0 8 2 2 4 5 3 4 9 6 5 4 7 6 2 4 3 3 2 0 5 6 0 5 5 4 2 5 7 9 1 3 3 6 5 2 5 6 1 6 4 6 6 2 9 6 4 2 3 0 9 9 2 4 4 4 6 8 3 8 5 5 3 0 2 6 9 1 8 5 1 4 3 2 8 7 2 1 7 0 8 4 3 8 1 8 7 1 9 5 9 5 1 2 8 8 2 7 2 2 9 2 4 2 7 3 7 7 4 3 6 4 3 7 3 6 2 5 6 9 2 7 5 2 5 5 3 7 0 7 8 4 9 4 2 8 4 7 2 0 6 3 3 5 3 4 9 7 9 8 0 8 0 4 3 1 2 9 3 2 5 3 9 3 8 1 3 8 3 5 0 8 9 8 2 5 2 9 2 8 7 8 4 3 1 0 4 2 6 5 9 4 4 2 9 2 9 5 3 3 0 0 1 9 9 5 5 9 9 4 9 1
108.39/111.55	c 109	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
108.39/111.56	c 109	CPU 108.9 (0.06 0.01 69.14 39.69)
108.39/111.56	c 109	END Sat Jul 11 19:49:42 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-2064162-1247334468/watcher-2064162-1247334468 -o /tmp/evaluation-result-2064162-1247334468/solver-2064162-1247334468 -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-2064162-1247334468.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: 4.45 4.79 4.83 2/71 14811
/proc/meminfo: memFree=1934296/2055920 swapFree=4192812/4192956
[pid=14811] ppid=14809 vsize=18576 CPUtime=0
/proc/14811/stat : 14811 (runsolver) D 14809 14811 12705 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 20511711 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 251601153319 0 0 4096 24578 18446744071563608240 0 0 17 0 0 0
/proc/14811/statm: 4644 284 249 26 0 2626 0

[startup+0.043639 s]
/proc/loadavg: 4.45 4.79 4.83 2/71 14811
/proc/meminfo: memFree=1934296/2055920 swapFree=4192812/4192956
[pid=14811] ppid=14809 vsize=18576 CPUtime=0
/proc/14811/stat : 14811 (runsolver) D 14809 14811 12705 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 20511711 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 251601153319 0 0 4096 24578 18446744071563608240 0 0 17 0 0 0
/proc/14811/statm: 4644 284 249 26 0 2626 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18576

[startup+0.102646 s]
/proc/loadavg: 4.45 4.79 4.83 2/71 14811
/proc/meminfo: memFree=1934296/2055920 swapFree=4192812/4192956
[pid=14811] ppid=14809 vsize=7504 CPUtime=0
/proc/14811/stat : 14811 (sugar) D 14809 14811 12705 0 -1 4194304 67 0 0 0 0 0 0 0 18 0 1 0 20511711 7684096 52 996147200 4194304 4206940 548682068608 18446744073709551615 251598534121 0 0 4096 0 18446744071563608240 0 0 17 0 0 0
/proc/14811/statm: 1876 52 39 3 0 55 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 7504

[startup+0.301675 s]
/proc/loadavg: 4.45 4.79 4.83 2/71 14811
/proc/meminfo: memFree=1934296/2055920 swapFree=4192812/4192956
[pid=14811] ppid=14809 vsize=12272 CPUtime=0
/proc/14811/stat : 14811 (sugar) D 14809 14811 12705 0 -1 4194304 362 0 0 0 0 0 0 0 18 0 1 0 20511711 12566528 330 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 0 18446744071563608240 0 0 17 0 0 0
/proc/14811/statm: 3068 330 246 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.701712 s]
/proc/loadavg: 4.45 4.79 4.83 2/71 14811
/proc/meminfo: memFree=1934296/2055920 swapFree=4192812/4192956
[pid=14811] ppid=14809 vsize=13336 CPUtime=0.02
/proc/14811/stat : 14811 (sugar) D 14809 14811 12705 0 -1 4194304 732 0 0 0 2 0 0 0 18 0 1 0 20511711 13656064 700 996147200 4194304 4206940 548682068608 18446744073709551615 251610053630 0 0 4224 0 0 0 0 17 0 0 0
/proc/14811/statm: 3334 700 338 3 0 434 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13336

[startup+1.5018 s]
/proc/loadavg: 4.45 4.79 4.83 1/76 14817
/proc/meminfo: memFree=1928744/2055920 swapFree=4192812/4192956
[pid=14811] ppid=14809 vsize=15948 CPUtime=0.04
/proc/14811/stat : 14811 (sugar) D 14809 14811 12705 0 -1 4194304 914 0 0 0 3 1 0 0 18 0 1 0 20511711 16330752 882 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 0 18446744071563479169 0 0 17 0 0 0
/proc/14811/statm: 3987 882 380 3 0 566 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 15948

[startup+3.10298 s]
/proc/loadavg: 4.33 4.76 4.82 4/96 14839
/proc/meminfo: memFree=1908424/2055920 swapFree=4192812/4192956
[pid=14811] ppid=14809 vsize=16868 CPUtime=0.06
/proc/14811/stat : 14811 (sugar) S 14809 14811 12705 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 20511711 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14811/statm: 4217 1111 409 3 0 796 0
[pid=14820] ppid=14811 vsize=5356 CPUtime=0
/proc/14820/stat : 14820 (sh) S 14811 14811 12705 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20511878 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14820/statm: 1339 233 193 169 0 50 0
[pid=14822] ppid=14820 vsize=866764 CPUtime=1.28
/proc/14822/stat : 14822 (java) S 14820 14811 12705 0 -1 0 17477 0 1 0 117 11 0 0 18 0 9 0 20511878 887566336 15042 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14822/statm: 216691 15042 2556 9 0 211203 0
[pid=14822/tid=14824] ppid=14820 vsize=866764 CPUtime=0.62
/proc/14822/task/14824/stat : 14824 (java) R 14820 14811 12705 0 -1 64 3066 0 1 0 59 3 0 0 25 0 9 0 20511879 887566336 15042 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14822/tid=14829] ppid=14820 vsize=866764 CPUtime=0.53
/proc/14822/task/14829/stat : 14829 (java) R 14820 14811 12705 0 -1 64 13204 0 0 0 48 5 0 0 16 0 9 0 20511892 887566336 15042 996147200 134512640 134550932 4294955984 18446744073709551615 102768136 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14822/tid=14830] ppid=14820 vsize=866764 CPUtime=0
/proc/14822/task/14830/stat : 14830 (java) S 14820 14811 12705 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 20511892 887566336 15042 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14822/tid=14831] ppid=14820 vsize=866764 CPUtime=0
/proc/14822/task/14831/stat : 14831 (java) S 14820 14811 12705 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 20511892 887566336 15042 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14822/tid=14836] ppid=14820 vsize=866764 CPUtime=0
/proc/14822/task/14836/stat : 14836 (java) S 14820 14811 12705 0 -1 64 1 0 0 0 0 0 0 0 22 0 9 0 20511894 887566336 15042 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14822/tid=14837] ppid=14820 vsize=866764 CPUtime=0.09
/proc/14822/task/14837/stat : 14837 (java) S 14820 14811 12705 0 -1 64 502 0 0 0 9 0 0 0 16 0 9 0 20511894 887566336 15042 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14822/tid=14838] ppid=14820 vsize=866764 CPUtime=0
/proc/14822/task/14838/stat : 14838 (java) S 14820 14811 12705 0 -1 64 0 0 0 0 0 0 0 0 23 0 9 0 20511895 887566336 15042 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14822/tid=14839] ppid=14820 vsize=866764 CPUtime=0
/proc/14822/task/14839/stat : 14839 (java) S 14820 14811 12705 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20511895 887566336 15042 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.34
Current children cumulated vsize (KiB) 888988
heavy processes:

[startup+6.30235 s]
/proc/loadavg: 4.33 4.76 4.82 4/94 14859
/proc/meminfo: memFree=1854088/2055920 swapFree=4192812/4192956
[pid=14811] ppid=14809 vsize=16868 CPUtime=2.39
/proc/14811/stat : 14811 (sugar) S 14809 14811 12705 0 -1 4194304 1309 23622 0 1 5 1 217 16 16 0 1 0 20511711 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14811/statm: 4217 1111 409 3 0 796 0
[pid=14840] ppid=14811 vsize=5356 CPUtime=0
/proc/14840/stat : 14840 (sh) S 14811 14811 12705 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20512131 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14840/statm: 1339 233 193 169 0 50 0
[pid=14841] ppid=14840 vsize=868608 CPUtime=2.08
/proc/14841/stat : 14841 (java) S 14840 14811 12705 0 -1 0 16435 0 1 0 200 8 0 0 18 0 9 0 20512131 889454592 15081 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14841/statm: 217152 15081 2566 9 0 211657 0
[pid=14841/tid=14842] ppid=14840 vsize=868608 CPUtime=1.24
/proc/14841/task/14842/stat : 14842 (java) R 14840 14811 12705 0 -1 64 2896 0 1 0 122 2 0 0 25 0 9 0 20512132 889454592 15081 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14841/tid=14843] ppid=14840 vsize=868608 CPUtime=0.67
/proc/14841/task/14843/stat : 14843 (java) R 14840 14811 12705 0 -1 64 11371 0 0 0 63 4 0 0 16 0 9 0 20512133 889454592 15081 996147200 134512640 134550932 4294955936 18446744073709551615 102759246 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14841/tid=14844] ppid=14840 vsize=868608 CPUtime=0
/proc/14841/task/14844/stat : 14844 (java) S 14840 14811 12705 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 20512133 889454592 15081 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14841/tid=14845] ppid=14840 vsize=868608 CPUtime=0
/proc/14841/task/14845/stat : 14845 (java) S 14840 14811 12705 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20512133 889454592 15081 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14841/tid=14846] ppid=14840 vsize=868608 CPUtime=0
/proc/14841/task/14846/stat : 14846 (java) S 14840 14811 12705 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20512135 889454592 15081 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14841/tid=14847] ppid=14840 vsize=868608 CPUtime=0.14
/proc/14841/task/14847/stat : 14847 (java) S 14840 14811 12705 0 -1 64 1465 0 0 0 14 0 0 0 16 0 9 0 20512135 889454592 15081 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14841/tid=14848] ppid=14840 vsize=868608 CPUtime=0
/proc/14841/task/14848/stat : 14848 (java) S 14840 14811 12705 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20512136 889454592 15081 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14841/tid=14849] ppid=14840 vsize=868608 CPUtime=0
/proc/14841/task/14849/stat : 14849 (java) S 14840 14811 12705 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20512136 889454592 15081 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.47
Current children cumulated vsize (KiB) 890832
heavy processes:

[startup+12.7021 s]
/proc/loadavg: 4.44 4.76 4.82 3/94 14859
/proc/meminfo: memFree=1632336/2055920 swapFree=4192812/4192956
[pid=14811] ppid=14809 vsize=16868 CPUtime=2.39
/proc/14811/stat : 14811 (sugar) S 14809 14811 12705 0 -1 4194304 1310 23622 0 1 5 1 217 16 16 0 1 0 20511711 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14811/statm: 4217 1111 409 3 0 796 0
[pid=14840] ppid=14811 vsize=5356 CPUtime=0
/proc/14840/stat : 14840 (sh) S 14811 14811 12705 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20512131 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14840/statm: 1339 233 193 169 0 50 0
[pid=14841] ppid=14840 vsize=868608 CPUtime=8.41
/proc/14841/stat : 14841 (java) S 14840 14811 12705 0 -1 0 56435 0 2 0 813 28 0 0 18 0 9 0 20512131 889454592 45330 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14841/statm: 217152 45330 2567 9 0 211657 0
[pid=14841/tid=14842] ppid=14840 vsize=868608 CPUtime=4.47
/proc/14841/task/14842/stat : 14842 (java) R 14840 14811 12705 0 -1 64 4510 0 1 0 444 3 0 0 25 0 9 0 20512132 889454592 45330 996147200 134512640 134550932 4294955936 18446744073709551615 4126095866 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14841/tid=14843] ppid=14840 vsize=868608 CPUtime=3.72
/proc/14841/task/14843/stat : 14843 (java) S 14840 14811 12705 0 -1 64 49736 0 1 0 350 22 0 0 16 0 9 0 20512133 889454592 45330 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14841/tid=14844] ppid=14840 vsize=868608 CPUtime=0
/proc/14841/task/14844/stat : 14844 (java) S 14840 14811 12705 0 -1 64 14 0 0 0 0 0 0 0 17 0 9 0 20512133 889454592 45330 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14841/tid=14845] ppid=14840 vsize=868608 CPUtime=0
/proc/14841/task/14845/stat : 14845 (java) S 14840 14811 12705 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20512133 889454592 45330 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14841/tid=14846] ppid=14840 vsize=868608 CPUtime=0
/proc/14841/task/14846/stat : 14846 (java) S 14840 14811 12705 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20512135 889454592 45330 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14841/tid=14847] ppid=14840 vsize=868608 CPUtime=0.17
/proc/14841/task/14847/stat : 14847 (java) S 14840 14811 12705 0 -1 64 1486 0 0 0 17 0 0 0 15 0 9 0 20512135 889454592 45330 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14841/tid=14848] ppid=14840 vsize=868608 CPUtime=0
/proc/14841/task/14848/stat : 14848 (java) S 14840 14811 12705 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20512136 889454592 45330 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14841/tid=14849] ppid=14840 vsize=868608 CPUtime=0
/proc/14841/task/14849/stat : 14849 (java) S 14840 14811 12705 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20512136 889454592 45330 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 10.8
Current children cumulated vsize (KiB) 890832

[startup+25.5025 s]
/proc/loadavg: 4.28 4.72 4.81 4/94 14859
/proc/meminfo: memFree=1293904/2055920 swapFree=4192812/4192956
[pid=14811] ppid=14809 vsize=16868 CPUtime=2.39
/proc/14811/stat : 14811 (sugar) S 14809 14811 12705 0 -1 4194304 1310 23622 0 1 5 1 217 16 16 0 1 0 20511711 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14811/statm: 4217 1111 409 3 0 796 0
[pid=14840] ppid=14811 vsize=5356 CPUtime=0
/proc/14840/stat : 14840 (sh) S 14811 14811 12705 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20512131 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14840/statm: 1339 233 193 169 0 50 0
[pid=14841] ppid=14840 vsize=868720 CPUtime=21.03
/proc/14841/stat : 14841 (java) S 14840 14811 12705 0 -1 0 83875 0 2 0 2007 96 0 0 18 0 9 0 20512131 889569280 58696 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14841/statm: 217180 58696 2593 9 0 211657 0
[pid=14841/tid=14842] ppid=14840 vsize=868720 CPUtime=13.36
/proc/14841/task/14842/stat : 14842 (java) R 14840 14811 12705 0 -1 64 5865 0 1 0 1279 57 0 0 25 0 9 0 20512132 889569280 58696 996147200 134512640 134550932 4294955936 18446744073709551615 4127028243 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14841/tid=14843] ppid=14840 vsize=868720 CPUtime=7.41
/proc/14841/task/14843/stat : 14843 (java) S 14840 14811 12705 0 -1 64 75783 0 1 0 704 37 0 0 16 0 9 0 20512133 889569280 58696 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14841/tid=14844] ppid=14840 vsize=868720 CPUtime=0
/proc/14841/task/14844/stat : 14844 (java) S 14840 14811 12705 0 -1 64 14 0 0 0 0 0 0 0 17 0 9 0 20512133 889569280 58696 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14841/tid=14845] ppid=14840 vsize=868720 CPUtime=0
/proc/14841/task/14845/stat : 14845 (java) S 14840 14811 12705 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20512133 889569280 58696 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14841/tid=14846] ppid=14840 vsize=868720 CPUtime=0
/proc/14841/task/14846/stat : 14846 (java) S 14840 14811 12705 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20512135 889569280 58696 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14841/tid=14847] ppid=14840 vsize=868720 CPUtime=0.23
/proc/14841/task/14847/stat : 14847 (java) S 14840 14811 12705 0 -1 64 1524 0 0 0 23 0 0 0 16 0 9 0 20512135 889569280 58696 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14841/tid=14848] ppid=14840 vsize=868720 CPUtime=0
/proc/14841/task/14848/stat : 14848 (java) S 14840 14811 12705 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20512136 889569280 58696 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14841/tid=14849] ppid=14840 vsize=868720 CPUtime=0
/proc/14841/task/14849/stat : 14849 (java) R 14840 14811 12705 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20512136 889569280 58696 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 23.42
Current children cumulated vsize (KiB) 890944

[startup+51.1023 s]
/proc/loadavg: 4.45 4.73 4.81 3/79 14864
/proc/meminfo: memFree=1100552/2055920 swapFree=4192812/4192956
[pid=14811] ppid=14809 vsize=16868 CPUtime=30.94
/proc/14811/stat : 14811 (sugar) S 14809 14811 12705 0 -1 4194304 1365 107922 0 3 6 1 2923 164 16 0 1 0 20511711 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14811/statm: 4217 1113 409 3 0 796 0
[pid=14860] ppid=14811 vsize=5356 CPUtime=0
/proc/14860/stat : 14860 (sh) S 14811 14811 12705 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20515021 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14860/statm: 1339 232 193 169 0 50 0
[pid=14861] ppid=14860 vsize=81924 CPUtime=17.9
/proc/14861/stat : 14861 (picosat) R 14860 14811 12705 0 -1 4194304 19884 0 0 0 817 973 0 0 25 0 1 0 20515021 83890176 19870 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/14861/statm: 20481 19870 40 102 0 20376 0
Current children cumulated CPU time (s) 48.84
Current children cumulated vsize (KiB) 104148

[startup+102.307 s]
/proc/loadavg: 3.93 4.53 4.73 3/78 14864
/proc/meminfo: memFree=874704/2055920 swapFree=4192812/4192956
[pid=14811] ppid=14809 vsize=16868 CPUtime=30.94
/proc/14811/stat : 14811 (sugar) S 14809 14811 12705 0 -1 4194304 1365 107922 0 3 6 1 2923 164 16 0 1 0 20511711 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14811/statm: 4217 1113 409 3 0 796 0
[pid=14860] ppid=14811 vsize=5356 CPUtime=0
/proc/14860/stat : 14860 (sh) S 14811 14811 12705 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20515021 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14860/statm: 1339 232 193 169 0 50 0
[pid=14861] ppid=14860 vsize=312864 CPUtime=68.76
/proc/14861/stat : 14861 (picosat) R 14860 14811 12705 0 -1 4194304 73704 0 0 0 3183 3693 0 0 25 0 1 0 20515021 320372736 73690 996147200 134512640 134931368 4294956256 18446744073709551615 134560018 0 0 4096 0 0 0 0 17 1 0 0
/proc/14861/statm: 78216 73690 40 102 0 78111 0
Current children cumulated CPU time (s) 99.7
Current children cumulated vsize (KiB) 335088

[startup+162.303 s]
/proc/loadavg: 3.97 4.43 4.68 2/76 14874
/proc/meminfo: memFree=1218912/2055920 swapFree=4192812/4192956
[pid=14811] ppid=14809 vsize=16868 CPUtime=108.93
/proc/14811/stat : 14811 (sugar) D 14809 14811 12705 0 -1 4194304 1477 188299 0 4 6 4 6914 3969 16 0 1 0 20511711 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 251601327145 0 0 4224 16386 18446744071563608069 0 0 17 0 0 0
/proc/14811/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 108.93
Current children cumulated vsize (KiB) 16868
heavy processes:

[startup+222.302 s]
/proc/loadavg: 4.09 4.38 4.65 2/76 14876
/proc/meminfo: memFree=1226208/2055920 swapFree=4192812/4192956
[pid=14811] ppid=14809 vsize=16868 CPUtime=108.93
/proc/14811/stat : 14811 (sugar) D 14809 14811 12705 0 -1 4194304 1477 188299 0 4 6 4 6914 3969 16 0 1 0 20511711 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 251601327145 0 0 4224 16386 18446744071563608069 0 0 17 0 0 0
/proc/14811/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 108.93
Current children cumulated vsize (KiB) 16868
heavy processes:

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

[startup+230.302 s]
/proc/loadavg: 4.08 4.37 4.64 2/76 14876
/proc/meminfo: memFree=1225120/2055920 swapFree=4192812/4192956
[pid=14811] ppid=14809 vsize=16868 CPUtime=108.93
/proc/14811/stat : 14811 (sugar) D 14809 14811 12705 0 -1 4194304 1477 188299 0 4 6 4 6914 3969 16 0 1 0 20511711 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 251601327145 0 0 4224 16386 18446744071563608069 0 0 17 0 0 0
/proc/14811/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 108.93
Current children cumulated vsize (KiB) 16868

[startup+243.107 s]
/proc/loadavg: 3.84 4.30 4.62 2/76 14876
/proc/meminfo: memFree=1225312/2055920 swapFree=4192812/4192956
[pid=14811] ppid=14809 vsize=16868 CPUtime=108.93
/proc/14811/stat : 14811 (sugar) D 14809 14811 12705 0 -1 4194304 1477 188299 0 4 6 4 6914 3969 16 0 1 0 20511711 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 251601327145 0 0 4224 16386 18446744071563608069 0 0 17 0 0 0
/proc/14811/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 108.93
Current children cumulated vsize (KiB) 16868

[startup+249.501 s]
/proc/loadavg: 3.77 4.28 4.61 2/76 14876
/proc/meminfo: memFree=1225568/2055920 swapFree=4192812/4192956
[pid=14811] ppid=14809 vsize=16868 CPUtime=108.93
/proc/14811/stat : 14811 (sugar) D 14809 14811 12705 0 -1 4194304 1477 188299 0 4 6 4 6914 3969 16 0 1 0 20511711 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 251601327145 0 0 4224 16386 18446744071563608069 0 0 17 0 0 0
/proc/14811/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 108.93
Current children cumulated vsize (KiB) 16868

[startup+251.102 s]
/proc/loadavg: 3.77 4.28 4.61 2/76 14876
/proc/meminfo: memFree=1225696/2055920 swapFree=4192812/4192956
[pid=14811] ppid=14809 vsize=16868 CPUtime=108.93
/proc/14811/stat : 14811 (sugar) D 14809 14811 12705 0 -1 4194304 1477 188299 0 4 6 4 6914 3969 16 0 1 0 20511711 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 251601327145 0 0 4224 16386 18446744071563608069 0 0 17 0 0 0
/proc/14811/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 108.93
Current children cumulated vsize (KiB) 16868

[startup+252.702 s]
/proc/loadavg: 3.71 4.26 4.60 2/76 14876
/proc/meminfo: memFree=1225696/2055920 swapFree=4192812/4192956
[pid=14811] ppid=14809 vsize=16868 CPUtime=108.93
/proc/14811/stat : 14811 (sugar) D 14809 14811 12705 0 -1 4194304 1477 188299 0 4 6 4 6914 3969 16 0 1 0 20511711 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 251601327145 0 0 4224 16386 18446744071563608069 0 0 17 0 0 0
/proc/14811/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 108.93
Current children cumulated vsize (KiB) 16868

[startup+253.502 s]
/proc/loadavg: 3.71 4.26 4.60 2/76 14876
/proc/meminfo: memFree=1225760/2055920 swapFree=4192812/4192956
[pid=14811] ppid=14809 vsize=16868 CPUtime=108.98
/proc/14811/stat : 14811 (sugar) D 14809 14811 12705 0 -1 4194304 1477 188299 0 4 6 9 6914 3969 16 0 1 0 20511711 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 251601327145 0 0 4224 16386 18446744072099202260 0 0 17 0 0 0
/proc/14811/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 108.98
Current children cumulated vsize (KiB) 16868

[startup+253.702 s]
/proc/loadavg: 3.71 4.26 4.60 2/76 14876
/proc/meminfo: memFree=1225760/2055920 swapFree=4192812/4192956
[pid=14811] ppid=14809 vsize=16868 CPUtime=108.98
/proc/14811/stat : 14811 (sugar) D 14809 14811 12705 0 -1 4194304 1477 188299 0 4 6 9 6914 3969 16 0 1 0 20511711 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 251601327145 0 0 4224 16386 18446744072099202260 0 0 17 0 0 0
/proc/14811/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 108.98
Current children cumulated vsize (KiB) 16868

[startup+253.802 s]
/proc/loadavg: 3.71 4.26 4.60 2/76 14876
/proc/meminfo: memFree=1225760/2055920 swapFree=4192812/4192956
[pid=14811] ppid=14809 vsize=16868 CPUtime=108.99
/proc/14811/stat : 14811 (sugar) R 14809 14811 12705 0 -1 4194304 1477 188299 0 4 6 10 6914 3969 15 0 1 0 20511711 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 251601327145 0 0 4224 16386 0 0 0 17 0 0 0
/proc/14811/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 108.99
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 253.814
CPU time (s): 109.014
CPU user time (s): 69.2115
CPU system time (s): 39.8029
CPU usage (%): 42.9504
Max. virtual memory (cumulated for all children) (KiB): 916444

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 69.2115
system time used= 39.8029
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 189836
page faults= 4
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7381
involuntary context switches= 9107

runsolver used 0.288956 second user time and 0.776881 second system time

The end

Launcher Data

Begin job on node91 at 2009-07-11 19:47:50
IDJOB=2064162
IDBENCH=54128
IDSOLVER=738
FILE ID=node91/2064162-1247334468
PBS_JOBID= 9506453
Free space on /tmp= 65628 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/compet02/normalized-patat-02-comp-20.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-2064162-1247334468/watcher-2064162-1247334468 -o /tmp/evaluation-result-2064162-1247334468/solver-2064162-1247334468 -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-2064162-1247334468.xml

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

MD5SUM BENCH= be35789960256c589543366605c747b5
RANDOM SEED=1636887906

node91.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.241
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.241
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1934968 kB
Buffers:          3360 kB
Cached:          47912 kB
SwapCached:          0 kB
Active:          63808 kB
Inactive:         3632 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1934968 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           15388 kB
Writeback:           0 kB
Mapped:          26044 kB
Slab:            38960 kB
Committed_AS:   109072 kB
PageTables:       1592 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= 65928 MiB
End job on node91 at 2009-07-11 19:52:05