Trace number 2063832

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 61.7946 62.5481

General information on the benchmark

Namecsp/compet08/
normalized-patat-08-comp-7.xml
MD5SUM21e1efd837826f67c36950f4f3fb41e3
Bench CategoryAlldiff (alldiff)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark5.03323
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of constraints3705
Maximum constraint arity15
Maximum domain size24
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3244
Global constraints used (with number of constraints)alldifferent(461)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.00/0.08	c 0	BEGIN Sat Jul 11 19:23:39 2009
0.00/0.08	c 0	PID 13879
0.00/0.08	c 0	HOST node26.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2063832-1247333019.xml TO HOME/temp.csp
0.00/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-2063832-1247333019.xml' 'HOME/temp.csp'
0.06/0.79	c 1	218 domains, 400 variables, 1 predicates, 0 relations, 3705 constraints
0.06/0.82	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.82	c 1	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.75/0.90	c 1	Parsing HOME/temp.csp
1.01/1.17	c 1	parsed 4324 expressions
1.01/1.18	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.01/1.18	c 1	Converting to clausal form CSP
1.11/1.23	c 1	converted 433 (10%) expressions
1.30/1.48	c 2	converted 865 (20%) expressions
1.50/1.69	c 2	converted 1298 (30%) expressions
1.79/1.91	c 2	converted 1730 (40%) expressions
1.90/2.05	c 2	converted 2162 (50%) expressions
2.19/2.31	c 2	converted 2595 (60%) expressions
2.29/2.44	c 3	converted 3027 (70%) expressions
2.39/2.59	c 3	converted 3460 (80%) expressions
3.27/3.47	c 4	converted 3892 (90%) expressions
19.10/19.48	c 20	converted 4324 (100%) expressions
19.10/19.48	c 20	CSP : 400 integers, 0 booleans, 40973 clauses, largest domain size 24
19.10/19.48	c 20	Heap : 235 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
19.10/19.48	c 20	Propagation in CSP
21.68/22.05	c 22	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
21.68/22.05	c 22	CSP : 400 integers, 0 booleans, 40973 clauses, largest domain size 24
21.68/22.05	c 22	Heap : 235 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
21.77/22.11	c 22	Simplifing CSP by introducing new Boolean variables
22.18/22.51	c 23	CSP : 400 integers, 84683 booleans, 125656 clauses, largest domain size 24
22.18/22.51	c 23	Heap : 256 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
23.76/24.18	c 24	Encoding CSP to SAT : HOME/temp.cnf
23.85/24.24	c 24	40 (10%) CSP integer variables are encoded (611 clauses, 6581 bytes)
23.85/24.25	c 24	80 (20%) CSP integer variables are encoded (1234 clauses, 14027 bytes)
23.85/24.26	c 24	120 (30%) CSP integer variables are encoded (1836 clauses, 21853 bytes)
23.85/24.26	c 24	160 (40%) CSP integer variables are encoded (2445 clauses, 29770 bytes)
23.85/24.27	c 24	200 (50%) CSP integer variables are encoded (3075 clauses, 37960 bytes)
23.85/24.27	c 24	240 (60%) CSP integer variables are encoded (3096 clauses, 38233 bytes)
23.85/24.27	c 24	280 (70%) CSP integer variables are encoded (3143 clauses, 38844 bytes)
23.85/24.27	c 24	320 (80%) CSP integer variables are encoded (3178 clauses, 39299 bytes)
23.85/24.27	c 24	360 (90%) CSP integer variables are encoded (3209 clauses, 39702 bytes)
23.85/24.27	c 24	400 (100%) CSP integer variables are encoded (3232 clauses, 40001 bytes)
24.45/24.83	c 25	12566 (10%) CSP clauses are encoded (102599 clauses, 1823064 bytes)
25.04/25.44	c 26	25132 (20%) CSP clauses are encoded (232610 clauses, 4239835 bytes)
25.63/26.08	c 26	37697 (30%) CSP clauses are encoded (368082 clauses, 6779694 bytes)
26.23/26.69	c 27	50263 (40%) CSP clauses are encoded (503136 clauses, 9280114 bytes)
26.93/27.31	c 27	62828 (50%) CSP clauses are encoded (637053 clauses, 11783725 bytes)
27.52/27.91	c 28	75394 (60%) CSP clauses are encoded (769576 clauses, 14268051 bytes)
28.12/28.54	c 29	87960 (70%) CSP clauses are encoded (904930 clauses, 16791731 bytes)
28.71/29.14	c 29	100525 (80%) CSP clauses are encoded (1038211 clauses, 19273452 bytes)
29.30/29.75	c 30	113091 (90%) CSP clauses are encoded (1172197 clauses, 21793269 bytes)
29.89/30.35	c 30	125656 (100%) CSP clauses are encoded (1304261 clauses, 24264616 bytes)
29.89/30.35	c 30	125656 CSP clauses encoded
29.89/30.36	c 30	Writing map file : HOME/temp.map
29.89/30.38	c 30	Heap : 275 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
29.89/30.38	c 30	SAT : 88204 SAT variables, 1304261 SAT clauses, 24264616 bytes
29.89/30.38	c 30	Heap : 275 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
29.98/30.46	c 31	SOLVING HOME/temp.cnf
29.98/30.46	c 31	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
61.27/62.06	c 62	DECODING HOME/temp.out WITH HOME/temp.map
61.27/62.06	c 62	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'
61.35/62.15	c 62	Decoding HOME/temp.out
61.35/62.47	s SATISFIABLE
61.35/62.48	v 13 21 43 29 5 6 12 22 24 7 15 21 34 10 11 29 22 16 2 18 8 36 14 26 19 27 18 9 30 32 25 23 28 15 20 12 43 10 25 1 4 37 8 40 29 10 19 27 32 16 41 36 19 21 2 5 6 36 4 17 23 38 36 19 2 30 6 0 7 32 1 6 30 31 29 38 37 5 13 17 44 39 12 39 14 36 44 23 8 26 5 25 0 15 37 4 19 25 11 3 15 8 34 18 28 39 24 41 20 7 33 39 17 28 35 20 13 22 41 2 21 8 13 43 23 44 6 40 0 26 31 11 16 28 6 38 31 22 42 30 1 2 17 35 35 20 35 9 26 44 5 3 38 18 17 4 3 42 36 17 43 29 20 37 16 12 33 27 15 40 44 40 33 24 25 37 10 20 21 41 13 9 40 41 35 30 3 27 42 24 32 25 15 27 34 12 32 9 1 22 4 1 9 2 4 0 8 1 0 7 8 3 2 2 4 5 3 5 4 2 8 2 4 5 5 3 0 6 3 2 7 0 7 5 8 3 7 3 2 4 9 6 9 3 7 4 1 8 7 4 9 4 3 7 2 6 9 1 6 7 8 4 3 6 7 8 6 6 8 6 6 2 4 1 1 9 1 1 2 2 5 7 6 8 5 9 9 7 3 9 5 0 9 4 3 5 7 1 9 1 3 5 3 9 3 9 8 8 9 5 9 3 4 6 7 7 8 2 4 8 0 7 3 4 9 0 8 2 5 8 2 2 9 9 5 8 8 5 3 5 8 3 0 9 3 6 6 9 3 3 3 6 3 5 6 1 3 2 6 8 3 0 5 2 3 2 8 6 9 7 2 8 0 5 3 9 5 2 8 5 5 8 9 6 4 1 4 5 1 4 4 8 7 7 5 9 0 4 9 9
61.35/62.49	c 63	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
61.35/62.54	c 63	CPU 61.76 (0.06 0.02 54.6 7.08)
61.35/62.54	c 63	END Sat Jul 11 19:24: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-2063832-1247333019/watcher-2063832-1247333019 -o /tmp/evaluation-result-2063832-1247333019/solver-2063832-1247333019 -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-2063832-1247333019.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.07 2.10 1.85 4/74 13879
/proc/meminfo: memFree=1014480/2055920 swapFree=4192956/4192956
[pid=13879] ppid=13877 vsize=3672 CPUtime=0
/proc/13879/stat : 13879 (sugar) R 13877 13879 11509 0 -1 4194304 55 0 0 0 0 0 0 0 20 0 1 0 20368229 3760128 40 996147200 4194304 4206940 548682068608 18446744073709551615 269025824960 0 0 4096 0 0 0 0 17 1 0 0
/proc/13879/statm: 918 40 31 3 0 8 0

[startup+0.0860841 s]
/proc/loadavg: 2.07 2.10 1.85 4/74 13879
/proc/meminfo: memFree=1014480/2055920 swapFree=4192956/4192956
[pid=13879] ppid=13877 vsize=16868 CPUtime=0.06
/proc/13879/stat : 13879 (sugar) R 13877 13879 11509 0 -1 4194304 1199 128 0 0 5 1 0 0 18 0 1 0 20368229 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269028485791 0 0 4224 16386 0 0 0 17 1 0 0
/proc/13879/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.102071 s]
/proc/loadavg: 2.07 2.10 1.85 4/74 13879
/proc/meminfo: memFree=1014480/2055920 swapFree=4192956/4192956
[pid=13879] ppid=13877 vsize=16868 CPUtime=0.06
/proc/13879/stat : 13879 (sugar) S 13877 13879 11509 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 20368229 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13879/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301112 s]
/proc/loadavg: 2.07 2.10 1.85 4/74 13879
/proc/meminfo: memFree=1014480/2055920 swapFree=4192956/4192956
[pid=13879] ppid=13877 vsize=16868 CPUtime=0.06
/proc/13879/stat : 13879 (sugar) S 13877 13879 11509 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 20368229 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13879/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701164 s]
/proc/loadavg: 2.07 2.10 1.85 4/74 13879
/proc/meminfo: memFree=1014480/2055920 swapFree=4192956/4192956
[pid=13879] ppid=13877 vsize=16868 CPUtime=0.06
/proc/13879/stat : 13879 (sugar) S 13877 13879 11509 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 20368229 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13879/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50229 s]
/proc/loadavg: 2.07 2.09 1.86 4/85 13901
/proc/meminfo: memFree=1005944/2055920 swapFree=4192956/4192956
[pid=13879] ppid=13877 vsize=16868 CPUtime=0.75
/proc/13879/stat : 13879 (sugar) S 13877 13879 11509 0 -1 4194304 1309 7073 0 1 5 1 65 4 16 0 1 0 20368229 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13879/statm: 4217 1111 409 3 0 796 0
[pid=13892] ppid=13879 vsize=5356 CPUtime=0
/proc/13892/stat : 13892 (sh) S 13879 13879 11509 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20368312 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13892/statm: 1339 233 193 169 0 50 0
[pid=13893] ppid=13892 vsize=868516 CPUtime=0.66
/proc/13893/stat : 13893 (java) S 13892 13879 11509 0 -1 0 5858 0 1 0 63 3 0 0 18 0 9 0 20368312 889360384 5291 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13893/statm: 217129 5291 1741 9 0 211634 0
[pid=13893/tid=13894] ppid=13892 vsize=868516 CPUtime=0.44
/proc/13893/task/13894/stat : 13894 (java) R 13892 13879 11509 0 -1 64 2661 0 1 0 43 1 0 0 19 0 9 0 20368313 889360384 5291 996147200 134512640 134550932 4294955936 18446744073709551615 4126598891 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13893/tid=13895] ppid=13892 vsize=868516 CPUtime=0.03
/proc/13893/task/13895/stat : 13895 (java) S 13892 13879 11509 0 -1 64 1047 0 0 0 3 0 0 0 16 0 9 0 20368314 889360384 5291 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13893/tid=13896] ppid=13892 vsize=868516 CPUtime=0
/proc/13893/task/13896/stat : 13896 (java) S 13892 13879 11509 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 20368314 889360384 5291 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13893/tid=13897] ppid=13892 vsize=868516 CPUtime=0
/proc/13893/task/13897/stat : 13897 (java) S 13892 13879 11509 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 20368314 889360384 5291 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13893/tid=13898] ppid=13892 vsize=868516 CPUtime=0
/proc/13893/task/13898/stat : 13898 (java) S 13892 13879 11509 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20368316 889360384 5291 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13893/tid=13899] ppid=13892 vsize=868516 CPUtime=0.15
/proc/13893/task/13899/stat : 13899 (java) S 13892 13879 11509 0 -1 64 1456 0 0 0 15 0 0 0 16 0 9 0 20368316 889360384 5291 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13893/tid=13900] ppid=13892 vsize=868516 CPUtime=0
/proc/13893/task/13900/stat : 13900 (java) S 13892 13879 11509 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20368316 889360384 5291 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13893/tid=13901] ppid=13892 vsize=868516 CPUtime=0
/proc/13893/task/13901/stat : 13901 (java) S 13892 13879 11509 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20368317 889360384 5291 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) 890740

[startup+3.10255 s]
/proc/loadavg: 2.07 2.09 1.86 3/85 13901
/proc/meminfo: memFree=987384/2055920 swapFree=4192956/4192956
[pid=13879] ppid=13877 vsize=16868 CPUtime=0.75
/proc/13879/stat : 13879 (sugar) S 13877 13879 11509 0 -1 4194304 1309 7073 0 1 5 1 65 4 16 0 1 0 20368229 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13879/statm: 4217 1111 409 3 0 796 0
[pid=13892] ppid=13879 vsize=5356 CPUtime=0
/proc/13892/stat : 13892 (sh) S 13879 13879 11509 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20368312 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13892/statm: 1339 233 193 169 0 50 0
[pid=13893] ppid=13892 vsize=868600 CPUtime=2.24
/proc/13893/stat : 13893 (java) S 13892 13879 11509 0 -1 0 12935 0 1 0 217 7 0 0 18 0 9 0 20368312 889446400 12140 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13893/statm: 217150 12140 2566 9 0 211655 0
[pid=13893/tid=13894] ppid=13892 vsize=868600 CPUtime=1.4
/proc/13893/task/13894/stat : 13894 (java) R 13892 13879 11509 0 -1 64 3004 0 1 0 139 1 0 0 25 0 9 0 20368313 889446400 12140 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13893/tid=13895] ppid=13892 vsize=868600 CPUtime=0.64
/proc/13893/task/13895/stat : 13895 (java) R 13892 13879 11509 0 -1 64 7765 0 0 0 60 4 0 0 16 0 9 0 20368314 889446400 12140 996147200 134512640 134550932 4294955936 18446744073709551615 102759273 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13893/tid=13896] ppid=13892 vsize=868600 CPUtime=0
/proc/13893/task/13896/stat : 13896 (java) S 13892 13879 11509 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20368314 889446400 12140 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13893/tid=13897] ppid=13892 vsize=868600 CPUtime=0
/proc/13893/task/13897/stat : 13897 (java) S 13892 13879 11509 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 20368314 889446400 12140 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13893/tid=13898] ppid=13892 vsize=868600 CPUtime=0
/proc/13893/task/13898/stat : 13898 (java) S 13892 13879 11509 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20368316 889446400 12140 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13893/tid=13899] ppid=13892 vsize=868600 CPUtime=0.17
/proc/13893/task/13899/stat : 13899 (java) S 13892 13879 11509 0 -1 64 1467 0 0 0 17 0 0 0 16 0 9 0 20368316 889446400 12140 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13893/tid=13900] ppid=13892 vsize=868600 CPUtime=0
/proc/13893/task/13900/stat : 13900 (java) S 13892 13879 11509 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20368316 889446400 12140 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13893/tid=13901] ppid=13892 vsize=868600 CPUtime=0
/proc/13893/task/13901/stat : 13901 (java) S 13892 13879 11509 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20368317 889446400 12140 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 890824

[startup+6.30106 s]
/proc/loadavg: 2.06 2.09 1.86 3/85 13901
/proc/meminfo: memFree=937848/2055920 swapFree=4192956/4192956
[pid=13879] ppid=13877 vsize=16868 CPUtime=0.75
/proc/13879/stat : 13879 (sugar) S 13877 13879 11509 0 -1 4194304 1309 7073 0 1 5 1 65 4 16 0 1 0 20368229 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13879/statm: 4217 1111 409 3 0 796 0
[pid=13892] ppid=13879 vsize=5356 CPUtime=0
/proc/13892/stat : 13892 (sh) S 13879 13879 11509 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20368312 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13892/statm: 1339 233 193 169 0 50 0
[pid=13893] ppid=13892 vsize=868600 CPUtime=5.4
/proc/13893/stat : 13893 (java) S 13892 13879 11509 0 -1 0 33337 0 1 0 522 18 0 0 18 0 9 0 20368312 889446400 22270 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13893/statm: 217150 22270 2567 9 0 211655 0
[pid=13893/tid=13894] ppid=13892 vsize=868600 CPUtime=3.21
/proc/13893/task/13894/stat : 13894 (java) R 13892 13879 11509 0 -1 64 3751 0 1 0 319 2 0 0 25 0 9 0 20368313 889446400 22270 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13893/tid=13895] ppid=13892 vsize=868600 CPUtime=1.98
/proc/13893/task/13895/stat : 13895 (java) R 13892 13879 11509 0 -1 64 27401 0 0 0 184 14 0 0 16 0 9 0 20368314 889446400 22270 996147200 134512640 134550932 4294955936 18446744073709551615 102549400 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13893/tid=13896] ppid=13892 vsize=868600 CPUtime=0
/proc/13893/task/13896/stat : 13896 (java) S 13892 13879 11509 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20368314 889446400 22270 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13893/tid=13897] ppid=13892 vsize=868600 CPUtime=0
/proc/13893/task/13897/stat : 13897 (java) S 13892 13879 11509 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 20368314 889446400 22270 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13893/tid=13898] ppid=13892 vsize=868600 CPUtime=0
/proc/13893/task/13898/stat : 13898 (java) S 13892 13879 11509 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20368316 889446400 22270 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13893/tid=13899] ppid=13892 vsize=868600 CPUtime=0.17
/proc/13893/task/13899/stat : 13899 (java) S 13892 13879 11509 0 -1 64 1486 0 0 0 17 0 0 0 16 0 9 0 20368316 889446400 22270 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13893/tid=13900] ppid=13892 vsize=868600 CPUtime=0
/proc/13893/task/13900/stat : 13900 (java) S 13892 13879 11509 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20368316 889446400 22270 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13893/tid=13901] ppid=13892 vsize=868600 CPUtime=0
/proc/13893/task/13901/stat : 13901 (java) S 13892 13879 11509 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20368317 889446400 22270 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 890824

[startup+12.7021 s]
/proc/loadavg: 2.06 2.09 1.86 3/85 13901
/proc/meminfo: memFree=847992/2055920 swapFree=4192956/4192956
[pid=13879] ppid=13877 vsize=16868 CPUtime=0.75
/proc/13879/stat : 13879 (sugar) S 13877 13879 11509 0 -1 4194304 1309 7073 0 1 5 1 65 4 16 0 1 0 20368229 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13879/statm: 4217 1111 409 3 0 796 0
[pid=13892] ppid=13879 vsize=5356 CPUtime=0
/proc/13892/stat : 13892 (sh) S 13879 13879 11509 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20368312 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13892/statm: 1339 233 193 169 0 50 0
[pid=13893] ppid=13892 vsize=868600 CPUtime=11.73
/proc/13893/stat : 13893 (java) S 13892 13879 11509 0 -1 0 65981 0 1 0 1139 34 0 0 18 0 9 0 20368312 889446400 45908 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13893/statm: 217150 45908 2567 9 0 211655 0
[pid=13893/tid=13894] ppid=13892 vsize=868600 CPUtime=7.42
/proc/13893/task/13894/stat : 13894 (java) R 13892 13879 11509 0 -1 64 4511 0 1 0 740 2 0 0 25 0 9 0 20368313 889446400 45908 996147200 134512640 134550932 4294955936 18446744073709551615 4126511400 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13893/tid=13895] ppid=13892 vsize=868600 CPUtime=4.1
/proc/13893/task/13895/stat : 13895 (java) S 13892 13879 11509 0 -1 64 59285 0 0 0 380 30 0 0 16 0 9 0 20368314 889446400 45908 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13893/tid=13896] ppid=13892 vsize=868600 CPUtime=0
/proc/13893/task/13896/stat : 13896 (java) S 13892 13879 11509 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20368314 889446400 45908 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13893/tid=13897] ppid=13892 vsize=868600 CPUtime=0
/proc/13893/task/13897/stat : 13897 (java) S 13892 13879 11509 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 20368314 889446400 45908 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13893/tid=13898] ppid=13892 vsize=868600 CPUtime=0
/proc/13893/task/13898/stat : 13898 (java) S 13892 13879 11509 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20368316 889446400 45908 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13893/tid=13899] ppid=13892 vsize=868600 CPUtime=0.17
/proc/13893/task/13899/stat : 13899 (java) S 13892 13879 11509 0 -1 64 1486 0 0 0 17 0 0 0 16 0 9 0 20368316 889446400 45908 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13893/tid=13900] ppid=13892 vsize=868600 CPUtime=0
/proc/13893/task/13900/stat : 13900 (java) S 13892 13879 11509 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20368316 889446400 45908 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13893/tid=13901] ppid=13892 vsize=868600 CPUtime=0
/proc/13893/task/13901/stat : 13901 (java) S 13892 13879 11509 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20368317 889446400 45908 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 890824

[startup+25.5021 s]
/proc/loadavg: 2.11 2.10 1.86 4/85 13901
/proc/meminfo: memFree=705848/2055920 swapFree=4192956/4192956
[pid=13879] ppid=13877 vsize=16868 CPUtime=0.75
/proc/13879/stat : 13879 (sugar) S 13877 13879 11509 0 -1 4194304 1310 7073 0 1 5 1 65 4 16 0 1 0 20368229 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13879/statm: 4217 1111 409 3 0 796 0
[pid=13892] ppid=13879 vsize=5356 CPUtime=0
/proc/13892/stat : 13892 (sh) S 13879 13879 11509 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20368312 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13892/statm: 1339 233 193 169 0 50 0
[pid=13893] ppid=13892 vsize=868712 CPUtime=24.39
/proc/13893/stat : 13893 (java) S 13892 13879 11509 0 -1 0 116446 0 1 0 2374 65 0 0 18 0 9 0 20368312 889561088 77740 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13893/statm: 217178 77740 2593 9 0 211655 0
[pid=13893/tid=13894] ppid=13892 vsize=868712 CPUtime=15.29
/proc/13893/task/13894/stat : 13894 (java) R 13892 13879 11509 0 -1 64 7183 0 1 0 1524 5 0 0 25 0 9 0 20368313 889561088 77740 996147200 134512640 134550932 4294955936 18446744073709551615 4127003332 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13893/tid=13895] ppid=13892 vsize=868712 CPUtime=8.81
/proc/13893/task/13895/stat : 13895 (java) S 13892 13879 11509 0 -1 64 107035 0 0 0 824 57 0 0 16 0 9 0 20368314 889561088 77740 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13893/tid=13896] ppid=13892 vsize=868712 CPUtime=0
/proc/13893/task/13896/stat : 13896 (java) S 13892 13879 11509 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20368314 889561088 77740 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13893/tid=13897] ppid=13892 vsize=868712 CPUtime=0
/proc/13893/task/13897/stat : 13897 (java) S 13892 13879 11509 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 20368314 889561088 77740 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13893/tid=13898] ppid=13892 vsize=868712 CPUtime=0
/proc/13893/task/13898/stat : 13898 (java) S 13892 13879 11509 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20368316 889561088 77740 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13893/tid=13899] ppid=13892 vsize=868712 CPUtime=0.25
/proc/13893/task/13899/stat : 13899 (java) S 13892 13879 11509 0 -1 64 1529 0 0 0 25 0 0 0 16 0 9 0 20368316 889561088 77740 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13893/tid=13900] ppid=13892 vsize=868712 CPUtime=0
/proc/13893/task/13900/stat : 13900 (java) S 13892 13879 11509 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20368316 889561088 77740 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13893/tid=13901] ppid=13892 vsize=868712 CPUtime=0
/proc/13893/task/13901/stat : 13901 (java) S 13892 13879 11509 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20368317 889561088 77740 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 890936

[startup+51.1022 s]
/proc/loadavg: 2.13 2.11 1.87 3/77 13903
/proc/meminfo: memFree=936952/2055920 swapFree=4192956/4192956
[pid=13879] ppid=13877 vsize=16868 CPUtime=30.05
/proc/13879/stat : 13879 (sugar) S 13877 13879 11509 0 -1 4194304 1365 123864 0 2 6 2 2910 87 16 0 1 0 20368229 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13879/statm: 4217 1113 409 3 0 796 0
[pid=13902] ppid=13879 vsize=5356 CPUtime=0
/proc/13902/stat : 13902 (sh) S 13879 13879 11509 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20371276 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13902/statm: 1339 232 193 169 0 50 0
[pid=13903] ppid=13902 vsize=56716 CPUtime=20.43
/proc/13903/stat : 13903 (picosat) R 13902 13879 11509 0 -1 4194304 12426 0 0 0 1427 616 0 0 25 0 1 0 20371276 58077184 12379 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/13903/statm: 14179 12379 42 102 0 14074 0
Current children cumulated CPU time (s) 50.48
Current children cumulated vsize (KiB) 78940

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

[startup+57.5012 s]
/proc/loadavg: 2.12 2.11 1.87 3/77 13903
/proc/meminfo: memFree=936824/2055920 swapFree=4192956/4192956
[pid=13879] ppid=13877 vsize=16868 CPUtime=30.05
/proc/13879/stat : 13879 (sugar) S 13877 13879 11509 0 -1 4194304 1365 123864 0 2 6 2 2910 87 16 0 1 0 20368229 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13879/statm: 4217 1113 409 3 0 796 0
[pid=13902] ppid=13879 vsize=5356 CPUtime=0
/proc/13902/stat : 13902 (sh) S 13879 13879 11509 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20371276 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13902/statm: 1339 232 193 169 0 50 0
[pid=13903] ppid=13902 vsize=56848 CPUtime=26.77
/proc/13903/stat : 13903 (picosat) R 13902 13879 11509 0 -1 4194304 12475 0 0 0 2061 616 0 0 25 0 1 0 20371276 58212352 12428 996147200 134512640 134931368 4294956256 18446744073709551615 134530799 0 0 4096 0 0 0 0 17 1 0 0
/proc/13903/statm: 14212 12428 42 102 0 14107 0
Current children cumulated CPU time (s) 56.82
Current children cumulated vsize (KiB) 79072

[startup+60.7027 s]
/proc/loadavg: 2.11 2.10 1.87 3/77 13903
/proc/meminfo: memFree=936696/2055920 swapFree=4192956/4192956
[pid=13879] ppid=13877 vsize=16868 CPUtime=30.05
/proc/13879/stat : 13879 (sugar) S 13877 13879 11509 0 -1 4194304 1365 123864 0 2 6 2 2910 87 16 0 1 0 20368229 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13879/statm: 4217 1113 409 3 0 796 0
[pid=13902] ppid=13879 vsize=5356 CPUtime=0
/proc/13902/stat : 13902 (sh) S 13879 13879 11509 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20371276 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13902/statm: 1339 232 193 169 0 50 0
[pid=13903] ppid=13902 vsize=56980 CPUtime=29.94
/proc/13903/stat : 13903 (picosat) R 13902 13879 11509 0 -1 4194304 12500 0 0 0 2378 616 0 0 25 0 1 0 20371276 58347520 12453 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/13903/statm: 14245 12453 42 102 0 14140 0
Current children cumulated CPU time (s) 59.99
Current children cumulated vsize (KiB) 79204

[startup+61.5018 s]
/proc/loadavg: 2.11 2.10 1.87 3/77 13903
/proc/meminfo: memFree=936376/2055920 swapFree=4192956/4192956
[pid=13879] ppid=13877 vsize=16868 CPUtime=30.05
/proc/13879/stat : 13879 (sugar) S 13877 13879 11509 0 -1 4194304 1365 123864 0 2 6 2 2910 87 16 0 1 0 20368229 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13879/statm: 4217 1113 409 3 0 796 0
[pid=13902] ppid=13879 vsize=5356 CPUtime=0
/proc/13902/stat : 13902 (sh) S 13879 13879 11509 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20371276 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13902/statm: 1339 232 193 169 0 50 0
[pid=13903] ppid=13902 vsize=58264 CPUtime=30.73
/proc/13903/stat : 13903 (picosat) R 13902 13879 11509 0 -1 4194304 12589 0 0 0 2457 616 0 0 25 0 1 0 20371276 59662336 12542 996147200 134512640 134931368 4294956256 18446744073709551615 134525797 0 0 4096 0 0 0 0 17 1 0 0
/proc/13903/statm: 14566 12542 42 102 0 14461 0
Current children cumulated CPU time (s) 60.78
Current children cumulated vsize (KiB) 80488

[startup+62.3019 s]
/proc/loadavg: 2.11 2.10 1.87 3/77 13903
/proc/meminfo: memFree=936376/2055920 swapFree=4192956/4192956
[pid=13879] ppid=13877 vsize=16868 CPUtime=61.35
/proc/13879/stat : 13879 (sugar) S 13877 13879 11509 0 -1 4194304 1446 136750 0 2 6 2 5422 705 16 0 1 0 20368229 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13879/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 61.35
Current children cumulated vsize (KiB) 16868

[startup+62.502 s]
/proc/loadavg: 2.11 2.10 1.87 3/77 13903
/proc/meminfo: memFree=936376/2055920 swapFree=4192956/4192956
[pid=13879] ppid=13877 vsize=16868 CPUtime=61.35
/proc/13879/stat : 13879 (sugar) S 13877 13879 11509 0 -1 4194304 1449 136750 0 2 6 2 5422 705 15 0 1 0 20368229 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13879/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 61.35
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 62.5481
CPU time (s): 61.7946
CPU user time (s): 54.6707
CPU system time (s): 7.12392
CPU usage (%): 98.7953
Max. virtual memory (cumulated for all children) (KiB): 916624

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 54.6707
system time used= 7.12392
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 142259
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= 5138
involuntary context switches= 6247

runsolver used 0.085986 second user time and 0.244962 second system time

The end

Launcher Data

Begin job on node26 at 2009-07-11 19:23:39
IDJOB=2063832
IDBENCH=54098
IDSOLVER=738
FILE ID=node26/2063832-1247333019
PBS_JOBID= 9506576
Free space on /tmp= 66356 MiB

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

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

MD5SUM BENCH= 21e1efd837826f67c36950f4f3fb41e3
RANDOM SEED=36135337

node26.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.281
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.281
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:       1014960 kB
Buffers:         62612 kB
Cached:         843080 kB
SwapCached:          0 kB
Active:         317796 kB
Inactive:       666976 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1014960 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            2080 kB
Writeback:           0 kB
Mapped:          90372 kB
Slab:            41268 kB
Committed_AS:   194288 kB
PageTables:       1892 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= 66356 MiB
End job on node26 at 2009-07-11 19:24:42