Trace number 2063986

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 47.4388 47.9944

General information on the benchmark

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

0.00/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.00/0.08	c 0	BEGIN Sat Jul 11 19:32:08 2009
0.00/0.08	c 0	PID 14691
0.07/0.08	c 0	HOST node16.alineos.net
0.07/0.08	c 0	CONVERTING HOME/instance-2063986-1247333528.xml TO HOME/temp.csp
0.07/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-2063986-1247333528.xml' 'HOME/temp.csp'
0.07/0.76	c 1	226 domains, 400 variables, 1 predicates, 0 relations, 3361 constraints
0.07/0.77	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.77	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.74/0.85	c 1	Parsing HOME/temp.csp
0.74/0.97	c 1	parsed 3988 expressions
0.74/0.98	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.74/0.98	c 1	Converting to clausal form CSP
0.95/1.03	c 1	converted 399 (10%) expressions
1.15/1.25	c 1	converted 798 (20%) expressions
1.34/1.45	c 1	converted 1197 (30%) expressions
1.54/1.63	c 2	converted 1596 (40%) expressions
1.64/1.76	c 2	converted 1994 (50%) expressions
1.84/1.99	c 2	converted 2393 (60%) expressions
2.04/2.12	c 2	converted 2792 (70%) expressions
2.14/2.25	c 2	converted 3191 (80%) expressions
4.61/4.79	c 5	converted 3590 (90%) expressions
19.47/19.75	c 20	converted 3988 (100%) expressions
19.47/19.75	c 20	CSP : 400 integers, 0 booleans, 46302 clauses, largest domain size 25
19.47/19.75	c 20	Heap : 268 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
19.47/19.75	c 20	Propagation in CSP
22.34/22.66	c 23	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
22.34/22.66	c 23	CSP : 400 integers, 0 booleans, 46302 clauses, largest domain size 25
22.34/22.66	c 23	Heap : 279 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
22.44/22.72	c 23	Simplifing CSP by introducing new Boolean variables
24.32/24.62	c 25	CSP : 400 integers, 94003 booleans, 140305 clauses, largest domain size 25
24.32/24.62	c 25	Heap : 299 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
26.00/26.35	c 26	Encoding CSP to SAT : HOME/temp.cnf
26.11/26.41	c 26	40 (10%) CSP integer variables are encoded (611 clauses, 6581 bytes)
26.11/26.42	c 26	80 (20%) CSP integer variables are encoded (1238 clauses, 14079 bytes)
26.11/26.43	c 26	120 (30%) CSP integer variables are encoded (1852 clauses, 22061 bytes)
26.11/26.43	c 26	160 (40%) CSP integer variables are encoded (2484 clauses, 30277 bytes)
26.11/26.43	c 26	200 (50%) CSP integer variables are encoded (3114 clauses, 38467 bytes)
26.11/26.43	c 26	240 (60%) CSP integer variables are encoded (3142 clauses, 38831 bytes)
26.11/26.43	c 26	280 (70%) CSP integer variables are encoded (3157 clauses, 39026 bytes)
26.11/26.43	c 26	320 (80%) CSP integer variables are encoded (3187 clauses, 39416 bytes)
26.11/26.43	c 26	360 (90%) CSP integer variables are encoded (3207 clauses, 39676 bytes)
26.11/26.44	c 26	400 (100%) CSP integer variables are encoded (3213 clauses, 39754 bytes)
26.69/27.05	c 27	14031 (10%) CSP clauses are encoded (123164 clauses, 2199733 bytes)
27.29/27.69	c 28	28061 (20%) CSP clauses are encoded (271330 clauses, 4958945 bytes)
27.99/28.33	c 28	42092 (30%) CSP clauses are encoded (421235 clauses, 7750733 bytes)
28.57/28.96	c 29	56122 (40%) CSP clauses are encoded (571111 clauses, 10566023 bytes)
29.17/29.58	c 30	70153 (50%) CSP clauses are encoded (721593 clauses, 13353671 bytes)
29.86/30.22	c 30	84183 (60%) CSP clauses are encoded (872180 clauses, 16167623 bytes)
30.46/30.84	c 31	98214 (70%) CSP clauses are encoded (1021798 clauses, 18965480 bytes)
31.05/31.47	c 31	112244 (80%) CSP clauses are encoded (1170785 clauses, 21747691 bytes)
31.64/32.10	c 32	126275 (90%) CSP clauses are encoded (1321230 clauses, 24551994 bytes)
32.34/32.72	c 33	140305 (100%) CSP clauses are encoded (1473618 clauses, 27419050 bytes)
32.34/32.72	c 33	140305 CSP clauses encoded
32.34/32.72	c 33	Writing map file : HOME/temp.map
32.34/32.75	c 33	Heap : 299 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
32.34/32.75	c 33	SAT : 97465 SAT variables, 1473618 SAT clauses, 27419050 bytes
32.34/32.75	c 33	Heap : 299 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
32.41/32.83	c 33	SOLVING HOME/temp.cnf
32.41/32.83	c 33	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
46.97/47.50	c 47	DECODING HOME/temp.out WITH HOME/temp.map
46.97/47.50	c 47	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'
46.97/47.58	c 48	Decoding HOME/temp.out
46.97/47.90	s SATISFIABLE
46.97/47.92	v 21 33 37 40 11 30 8 2 5 13 43 22 21 33 44 14 17 8 7 16 40 18 25 4 39 4 16 20 10 9 8 0 11 44 27 19 19 6 15 35 28 18 21 37 26 8 7 7 5 10 9 44 26 28 12 10 23 24 7 5 3 8 1 37 16 31 9 9 17 43 21 38 18 2 0 42 1 10 12 6 14 9 20 13 17 19 30 14 22 14 6 26 12 18 29 0 20 21 15 22 39 12 3 25 31 32 35 1 32 11 7 17 34 31 17 19 26 42 38 8 28 34 17 30 2 25 13 38 31 3 32 23 16 23 33 42 21 26 22 1 35 21 24 31 11 43 25 21 30 20 0 28 24 26 38 36 6 40 31 4 6 12 3 44 34 41 30 35 21 22 43 14 13 34 36 29 13 40 41 27 29 13 42 32 35 36 41 44 37 40 24 39 29 35 4 15 20 42 2 5 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 2 5 5 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 7 4 8 1 5 8 0 7 1 8 1 8 4 2 9 7 3 1 2 4 5 9 4 9 2 1 4 2 7 4 0 4 6 1 3 6 0 5 5 1 7 3 4 7 3 5 1 5 4 6 2 2 7 5 0 1 8 8 2 2 2 1 9 6 8 7 4 9 9 7 0 1 6 9 2 7 4 6 9 6 0 0 5 6 6 9 9 6 8 2 1 7 7 6 6 7 6 7 7 6 6 8 5 9 3
46.97/47.93	c 48	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
46.97/47.98	c 48	CPU 47.4 (0.06 0.01 39.54 7.79)
46.97/47.98	c 48	END Sat Jul 11 19:32:56 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-2063986-1247333528/watcher-2063986-1247333528 -o /tmp/evaluation-result-2063986-1247333528/solver-2063986-1247333528 -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-2063986-1247333528.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.16 2.03 1.93 3/82 14691
/proc/meminfo: memFree=1509912/2055920 swapFree=4192812/4192956
[pid=14691] ppid=14689 vsize=4708 CPUtime=0
/proc/14691/stat : 14691 (sugar) R 14689 14691 14554 0 -1 4194304 58 0 0 0 0 0 0 0 20 0 1 0 20419650 4820992 43 996147200 4194304 4206940 548682068608 18446744073709551615 231959754121 0 0 4096 0 0 0 0 17 1 0 0
/proc/14691/statm: 1177 43 33 3 0 8 0

[startup+0.08096 s]
/proc/loadavg: 2.16 2.03 1.93 3/82 14691
/proc/meminfo: memFree=1509912/2055920 swapFree=4192812/4192956
[pid=14691] ppid=14689 vsize=16740 CPUtime=0.07
/proc/14691/stat : 14691 (sugar) S 14689 14691 14554 0 -1 4194304 1152 0 0 0 6 1 0 0 18 0 1 0 20419650 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14691/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.102441 s]
/proc/loadavg: 2.16 2.03 1.93 3/82 14691
/proc/meminfo: memFree=1509912/2055920 swapFree=4192812/4192956
[pid=14691] ppid=14689 vsize=16868 CPUtime=0.07
/proc/14691/stat : 14691 (sugar) S 14689 14691 14554 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 20419650 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14691/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.302371 s]
/proc/loadavg: 2.16 2.03 1.93 3/82 14691
/proc/meminfo: memFree=1509912/2055920 swapFree=4192812/4192956
[pid=14691] ppid=14689 vsize=16868 CPUtime=0.07
/proc/14691/stat : 14691 (sugar) S 14689 14691 14554 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 20419650 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14691/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.702259 s]
/proc/loadavg: 2.16 2.03 1.93 3/82 14691
/proc/meminfo: memFree=1509912/2055920 swapFree=4192812/4192956
[pid=14691] ppid=14689 vsize=16868 CPUtime=0.07
/proc/14691/stat : 14691 (sugar) S 14689 14691 14554 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 20419650 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14691/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50103 s]
/proc/loadavg: 2.16 2.03 1.93 3/93 14713
/proc/meminfo: memFree=1499008/2055920 swapFree=4192812/4192956
[pid=14691] ppid=14689 vsize=16868 CPUtime=0.74
/proc/14691/stat : 14691 (sugar) S 14689 14691 14554 0 -1 4194304 1309 6965 0 1 6 1 62 5 15 0 1 0 20419650 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14691/statm: 4217 1111 409 3 0 796 0
[pid=14704] ppid=14691 vsize=5356 CPUtime=0
/proc/14704/stat : 14704 (sh) S 14691 14691 14554 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20419727 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14704/statm: 1339 233 193 169 0 50 0
[pid=14705] ppid=14704 vsize=868504 CPUtime=0.7
/proc/14705/stat : 14705 (java) S 14704 14691 14554 0 -1 0 7653 0 1 0 67 3 0 0 18 0 9 0 20419728 889348096 6893 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14705/statm: 217126 6893 2566 9 0 211631 0
[pid=14705/tid=14706] ppid=14704 vsize=868504 CPUtime=0.42
/proc/14705/task/14706/stat : 14706 (java) R 14704 14691 14554 0 -1 64 2667 0 1 0 41 1 0 0 22 0 9 0 20419728 889348096 6893 996147200 134512640 134550932 4294955936 18446744073709551615 4126512001 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14705/tid=14707] ppid=14704 vsize=868504 CPUtime=0.09
/proc/14705/task/14707/stat : 14707 (java) S 14704 14691 14554 0 -1 64 2809 0 0 0 9 0 0 0 16 0 9 0 20419730 889348096 6893 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14705/tid=14708] ppid=14704 vsize=868504 CPUtime=0
/proc/14705/task/14708/stat : 14708 (java) S 14704 14691 14554 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 20419730 889348096 6893 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14705/tid=14709] ppid=14704 vsize=868504 CPUtime=0
/proc/14705/task/14709/stat : 14709 (java) S 14704 14691 14554 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 20419730 889348096 6893 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14705/tid=14710] ppid=14704 vsize=868504 CPUtime=0
/proc/14705/task/14710/stat : 14710 (java) S 14704 14691 14554 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20419732 889348096 6893 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14705/tid=14711] ppid=14704 vsize=868504 CPUtime=0.15
/proc/14705/task/14711/stat : 14711 (java) S 14704 14691 14554 0 -1 64 1478 0 0 0 15 0 0 0 16 0 9 0 20419732 889348096 6893 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14705/tid=14712] ppid=14704 vsize=868504 CPUtime=0
/proc/14705/task/14712/stat : 14712 (java) S 14704 14691 14554 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20419732 889348096 6893 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14705/tid=14713] ppid=14704 vsize=868504 CPUtime=0
/proc/14705/task/14713/stat : 14713 (java) S 14704 14691 14554 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20419732 889348096 6893 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 890728

[startup+3.10313 s]
/proc/loadavg: 2.46 2.10 1.95 3/93 14713
/proc/meminfo: memFree=1479552/2055920 swapFree=4192812/4192956
[pid=14691] ppid=14689 vsize=16868 CPUtime=0.74
/proc/14691/stat : 14691 (sugar) S 14689 14691 14554 0 -1 4194304 1309 6965 0 1 6 1 62 5 15 0 1 0 20419650 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14691/statm: 4217 1111 409 3 0 796 0
[pid=14704] ppid=14691 vsize=5356 CPUtime=0
/proc/14704/stat : 14704 (sh) S 14691 14691 14554 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20419727 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14704/statm: 1339 233 193 169 0 50 0
[pid=14705] ppid=14704 vsize=868588 CPUtime=2.29
/proc/14705/stat : 14705 (java) S 14704 14691 14554 0 -1 0 14135 0 1 0 223 6 0 0 18 0 9 0 20419728 889434112 13319 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14705/statm: 217147 13319 2566 9 0 211652 0
[pid=14705/tid=14706] ppid=14704 vsize=868588 CPUtime=1.47
/proc/14705/task/14706/stat : 14706 (java) R 14704 14691 14554 0 -1 64 2998 0 1 0 145 2 0 0 25 0 9 0 20419728 889434112 13319 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14705/tid=14707] ppid=14704 vsize=868588 CPUtime=0.63
/proc/14705/task/14707/stat : 14707 (java) S 14704 14691 14554 0 -1 64 8939 0 0 0 60 3 0 0 15 0 9 0 20419730 889434112 13319 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14705/tid=14708] ppid=14704 vsize=868588 CPUtime=0
/proc/14705/task/14708/stat : 14708 (java) S 14704 14691 14554 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 20419730 889434112 13319 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14705/tid=14709] ppid=14704 vsize=868588 CPUtime=0
/proc/14705/task/14709/stat : 14709 (java) S 14704 14691 14554 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 20419730 889434112 13319 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14705/tid=14710] ppid=14704 vsize=868588 CPUtime=0
/proc/14705/task/14710/stat : 14710 (java) S 14704 14691 14554 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20419732 889434112 13319 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14705/tid=14711] ppid=14704 vsize=868588 CPUtime=0.17
/proc/14705/task/14711/stat : 14711 (java) S 14704 14691 14554 0 -1 64 1499 0 0 0 17 0 0 0 16 0 9 0 20419732 889434112 13319 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14705/tid=14712] ppid=14704 vsize=868588 CPUtime=0
/proc/14705/task/14712/stat : 14712 (java) S 14704 14691 14554 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20419732 889434112 13319 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14705/tid=14713] ppid=14704 vsize=868588 CPUtime=0
/proc/14705/task/14713/stat : 14713 (java) S 14704 14691 14554 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20419732 889434112 13319 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 890812

[startup+6.30865 s]
/proc/loadavg: 2.46 2.10 1.95 3/93 14713
/proc/meminfo: memFree=1429504/2055920 swapFree=4192812/4192956
[pid=14691] ppid=14689 vsize=16868 CPUtime=0.74
/proc/14691/stat : 14691 (sugar) S 14689 14691 14554 0 -1 4194304 1309 6965 0 1 6 1 62 5 16 0 1 0 20419650 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14691/statm: 4217 1111 409 3 0 796 0
[pid=14704] ppid=14691 vsize=5356 CPUtime=0
/proc/14704/stat : 14704 (sh) S 14691 14691 14554 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20419727 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14704/statm: 1339 233 193 169 0 50 0
[pid=14705] ppid=14704 vsize=868588 CPUtime=5.46
/proc/14705/stat : 14705 (java) S 14704 14691 14554 0 -1 0 26531 0 1 0 533 13 0 0 18 0 9 0 20419728 889434112 25659 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14705/statm: 217147 25659 2566 9 0 211652 0
[pid=14705/tid=14706] ppid=14704 vsize=868588 CPUtime=3.5
/proc/14705/task/14706/stat : 14706 (java) R 14704 14691 14554 0 -1 64 3711 0 1 0 348 2 0 0 25 0 9 0 20419728 889434112 25659 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14705/tid=14707] ppid=14704 vsize=868588 CPUtime=1.77
/proc/14705/task/14707/stat : 14707 (java) R 14704 14691 14554 0 -1 64 20622 0 0 0 168 9 0 0 15 0 9 0 20419730 889434112 25659 996147200 134512640 134550932 4294955936 18446744073709551615 102709360 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14705/tid=14708] ppid=14704 vsize=868588 CPUtime=0
/proc/14705/task/14708/stat : 14708 (java) S 14704 14691 14554 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 20419730 889434112 25659 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14705/tid=14709] ppid=14704 vsize=868588 CPUtime=0
/proc/14705/task/14709/stat : 14709 (java) S 14704 14691 14554 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 20419730 889434112 25659 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14705/tid=14710] ppid=14704 vsize=868588 CPUtime=0
/proc/14705/task/14710/stat : 14710 (java) S 14704 14691 14554 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20419732 889434112 25659 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14705/tid=14711] ppid=14704 vsize=868588 CPUtime=0.17
/proc/14705/task/14711/stat : 14711 (java) S 14704 14691 14554 0 -1 64 1499 0 0 0 17 0 0 0 16 0 9 0 20419732 889434112 25659 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14705/tid=14712] ppid=14704 vsize=868588 CPUtime=0
/proc/14705/task/14712/stat : 14712 (java) S 14704 14691 14554 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20419732 889434112 25659 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14705/tid=14713] ppid=14704 vsize=868588 CPUtime=0
/proc/14705/task/14713/stat : 14713 (java) S 14704 14691 14554 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20419732 889434112 25659 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 890812

[startup+12.7028 s]
/proc/loadavg: 2.39 2.09 1.95 3/93 14713
/proc/meminfo: memFree=1323584/2055920 swapFree=4192812/4192956
[pid=14691] ppid=14689 vsize=16868 CPUtime=0.74
/proc/14691/stat : 14691 (sugar) S 14689 14691 14554 0 -1 4194304 1309 6965 0 1 6 1 62 5 16 0 1 0 20419650 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14691/statm: 4217 1111 409 3 0 796 0
[pid=14704] ppid=14691 vsize=5356 CPUtime=0
/proc/14704/stat : 14704 (sh) S 14691 14691 14554 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20419727 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14704/statm: 1339 233 193 169 0 50 0
[pid=14705] ppid=14704 vsize=878836 CPUtime=11.79
/proc/14705/stat : 14705 (java) S 14704 14691 14554 0 -1 0 63077 0 1 0 1150 29 0 0 18 0 9 0 20419728 899928064 51920 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14705/statm: 219709 51920 2567 9 0 214214 0
[pid=14705/tid=14706] ppid=14704 vsize=878836 CPUtime=7.45
/proc/14705/task/14706/stat : 14706 (java) R 14704 14691 14554 0 -1 64 4452 0 1 0 743 2 0 0 25 0 9 0 20419728 899928064 51920 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14705/tid=14707] ppid=14704 vsize=878836 CPUtime=4.14
/proc/14705/task/14707/stat : 14707 (java) R 14704 14691 14554 0 -1 64 56427 0 0 0 389 25 0 0 16 0 9 0 20419730 899928064 51920 996147200 134512640 134550932 4294955936 18446744073709551615 102758110 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14705/tid=14708] ppid=14704 vsize=878836 CPUtime=0
/proc/14705/task/14708/stat : 14708 (java) S 14704 14691 14554 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 20419730 899928064 51920 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14705/tid=14709] ppid=14704 vsize=878836 CPUtime=0
/proc/14705/task/14709/stat : 14709 (java) S 14704 14691 14554 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 20419730 899928064 51920 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14705/tid=14710] ppid=14704 vsize=878836 CPUtime=0
/proc/14705/task/14710/stat : 14710 (java) S 14704 14691 14554 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20419732 899928064 51920 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14705/tid=14711] ppid=14704 vsize=878836 CPUtime=0.17
/proc/14705/task/14711/stat : 14711 (java) S 14704 14691 14554 0 -1 64 1499 0 0 0 17 0 0 0 16 0 9 0 20419732 899928064 51920 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14705/tid=14712] ppid=14704 vsize=878836 CPUtime=0
/proc/14705/task/14712/stat : 14712 (java) S 14704 14691 14554 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20419732 899928064 51920 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14705/tid=14713] ppid=14704 vsize=878836 CPUtime=0
/proc/14705/task/14713/stat : 14713 (java) S 14704 14691 14554 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20419732 899928064 51920 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 901060

[startup+25.5021 s]
/proc/loadavg: 2.33 2.09 1.95 4/93 14713
/proc/meminfo: memFree=1186368/2055920 swapFree=4192812/4192956
[pid=14691] ppid=14689 vsize=16868 CPUtime=0.74
/proc/14691/stat : 14691 (sugar) S 14689 14691 14554 0 -1 4194304 1310 6965 0 1 6 1 62 5 16 0 1 0 20419650 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14691/statm: 4217 1111 409 3 0 796 0
[pid=14704] ppid=14691 vsize=5356 CPUtime=0
/proc/14704/stat : 14704 (sh) S 14691 14691 14554 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20419727 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14704/statm: 1339 233 193 169 0 50 0
[pid=14705] ppid=14704 vsize=878836 CPUtime=24.47
/proc/14705/stat : 14705 (java) S 14704 14691 14554 0 -1 0 115699 0 1 0 2396 51 0 0 18 0 9 0 20419728 899928064 85602 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14705/statm: 219709 85602 2567 9 0 214214 0
[pid=14705/tid=14706] ppid=14704 vsize=878836 CPUtime=15.16
/proc/14705/task/14706/stat : 14706 (java) R 14704 14691 14554 0 -1 64 7286 0 1 0 1512 4 0 0 25 0 9 0 20419728 899928064 85602 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14705/tid=14707] ppid=14704 vsize=878836 CPUtime=9.09
/proc/14705/task/14707/stat : 14707 (java) R 14704 14691 14554 0 -1 64 106203 0 0 0 865 44 0 0 17 0 9 0 20419730 899928064 85602 996147200 134512640 134550932 4294955936 18446744073709551615 104188830 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14705/tid=14708] ppid=14704 vsize=878836 CPUtime=0
/proc/14705/task/14708/stat : 14708 (java) S 14704 14691 14554 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 20419730 899928064 85602 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14705/tid=14709] ppid=14704 vsize=878836 CPUtime=0
/proc/14705/task/14709/stat : 14709 (java) S 14704 14691 14554 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 20419730 899928064 85602 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14705/tid=14710] ppid=14704 vsize=878836 CPUtime=0
/proc/14705/task/14710/stat : 14710 (java) S 14704 14691 14554 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20419732 899928064 85602 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14705/tid=14711] ppid=14704 vsize=878836 CPUtime=0.19
/proc/14705/task/14711/stat : 14711 (java) S 14704 14691 14554 0 -1 64 1511 0 0 0 19 0 0 0 16 0 9 0 20419732 899928064 85602 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14705/tid=14712] ppid=14704 vsize=878836 CPUtime=0
/proc/14705/task/14712/stat : 14712 (java) S 14704 14691 14554 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20419732 899928064 85602 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14705/tid=14713] ppid=14704 vsize=878836 CPUtime=0
/proc/14705/task/14713/stat : 14713 (java) S 14704 14691 14554 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20419732 899928064 85602 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.21
Current children cumulated vsize (KiB) 901060

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

[startup+38.3014 s]
/proc/loadavg: 2.40 2.12 1.96 3/85 14715
/proc/meminfo: memFree=1459776/2055920 swapFree=4192812/4192956
[pid=14691] ppid=14689 vsize=16868 CPUtime=32.45
/proc/14691/stat : 14691 (sugar) S 14689 14691 14554 0 -1 4194304 1365 128955 0 2 6 1 3158 80 16 0 1 0 20419650 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14691/statm: 4217 1113 409 3 0 796 0
[pid=14714] ppid=14691 vsize=5356 CPUtime=0
/proc/14714/stat : 14714 (sh) S 14691 14691 14554 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20422934 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14714/statm: 1339 232 193 169 0 50 0
[pid=14715] ppid=14714 vsize=27012 CPUtime=5.39
/proc/14715/stat : 14715 (picosat) R 14714 14691 14554 0 -1 4194304 5881 0 0 0 252 287 0 0 25 0 1 0 20422934 27660288 5867 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/14715/statm: 6753 5867 40 102 0 6648 0
Current children cumulated CPU time (s) 37.84
Current children cumulated vsize (KiB) 49236

[startup+44.7016 s]
/proc/loadavg: 2.37 2.12 1.96 3/85 14715
/proc/meminfo: memFree=1432192/2055920 swapFree=4192812/4192956
[pid=14691] ppid=14689 vsize=16868 CPUtime=32.45
/proc/14691/stat : 14691 (sugar) S 14689 14691 14554 0 -1 4194304 1365 128955 0 2 6 1 3158 80 16 0 1 0 20419650 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14691/statm: 4217 1113 409 3 0 796 0
[pid=14714] ppid=14691 vsize=5356 CPUtime=0
/proc/14714/stat : 14714 (sh) S 14691 14691 14554 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20422934 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14714/statm: 1339 232 193 169 0 50 0
[pid=14715] ppid=14714 vsize=56592 CPUtime=11.74
/proc/14715/stat : 14715 (picosat) R 14714 14691 14554 0 -1 4194304 12548 0 0 0 540 634 0 0 25 0 1 0 20422934 57950208 12534 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/14715/statm: 14148 12534 40 102 0 14043 0
Current children cumulated CPU time (s) 44.19
Current children cumulated vsize (KiB) 78816

[startup+46.3011 s]
/proc/loadavg: 2.37 2.12 1.96 3/85 14715
/proc/meminfo: memFree=1423616/2055920 swapFree=4192812/4192956
[pid=14691] ppid=14689 vsize=16868 CPUtime=32.45
/proc/14691/stat : 14691 (sugar) S 14689 14691 14554 0 -1 4194304 1365 128955 0 2 6 1 3158 80 16 0 1 0 20419650 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14691/statm: 4217 1113 409 3 0 796 0
[pid=14714] ppid=14691 vsize=5356 CPUtime=0
/proc/14714/stat : 14714 (sh) S 14691 14691 14554 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20422934 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14714/statm: 1339 232 193 169 0 50 0
[pid=14715] ppid=14714 vsize=61488 CPUtime=13.32
/proc/14715/stat : 14715 (picosat) R 14714 14691 14554 0 -1 4194304 13896 0 0 0 639 693 0 0 25 0 1 0 20422934 62963712 13849 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/14715/statm: 15372 13849 42 102 0 15267 0
Current children cumulated CPU time (s) 45.77
Current children cumulated vsize (KiB) 83712

[startup+47.1019 s]
/proc/loadavg: 2.37 2.12 1.96 3/85 14715
/proc/meminfo: memFree=1423616/2055920 swapFree=4192812/4192956
[pid=14691] ppid=14689 vsize=16868 CPUtime=32.45
/proc/14691/stat : 14691 (sugar) S 14689 14691 14554 0 -1 4194304 1365 128955 0 2 6 1 3158 80 16 0 1 0 20419650 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14691/statm: 4217 1113 409 3 0 796 0
[pid=14714] ppid=14691 vsize=5356 CPUtime=0
/proc/14714/stat : 14714 (sh) S 14691 14691 14554 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20422934 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14714/statm: 1339 232 193 169 0 50 0
[pid=14715] ppid=14714 vsize=61488 CPUtime=14.12
/proc/14715/stat : 14715 (picosat) R 14714 14691 14554 0 -1 4194304 13906 0 0 0 719 693 0 0 25 0 1 0 20422934 62963712 13859 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/14715/statm: 15372 13859 42 102 0 15267 0
Current children cumulated CPU time (s) 46.57
Current children cumulated vsize (KiB) 83712

[startup+47.5018 s]
/proc/loadavg: 2.34 2.11 1.96 3/85 14715
/proc/meminfo: memFree=1423616/2055920 swapFree=4192812/4192956
[pid=14691] ppid=14689 vsize=16868 CPUtime=46.97
/proc/14691/stat : 14691 (sugar) R 14689 14691 14554 0 -1 4194304 1409 143189 0 2 6 1 3915 775 16 0 1 0 20419650 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231980278981 0 0 4224 16386 0 0 0 17 1 0 0
/proc/14691/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 46.97
Current children cumulated vsize (KiB) 16868

[startup+47.9017 s]
/proc/loadavg: 2.34 2.11 1.96 3/85 14715
/proc/meminfo: memFree=1423616/2055920 swapFree=4192812/4192956
[pid=14691] ppid=14689 vsize=16868 CPUtime=46.97
/proc/14691/stat : 14691 (sugar) S 14689 14691 14554 0 -1 4194304 1446 143189 0 2 6 1 3915 775 16 0 1 0 20419650 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14691/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 46.97
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 47.9944
CPU time (s): 47.4388
CPU user time (s): 39.614
CPU system time (s): 7.82481
CPU usage (%): 98.8424
Max. virtual memory (cumulated for all children) (KiB): 911300

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 39.614
system time used= 7.82481
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 148699
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= 5405
involuntary context switches= 6212

runsolver used 0.06299 second user time and 0.179972 second system time

The end

Launcher Data

Begin job on node16 at 2009-07-11 19:32:08
IDJOB=2063986
IDBENCH=54112
IDSOLVER=738
FILE ID=node16/2063986-1247333528
PBS_JOBID= 9506694
Free space on /tmp= 66448 MiB

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

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

MD5SUM BENCH= ecc4645e217ca43fb25e27990367c484
RANDOM SEED=517506896

node16.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.231
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.231
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:       1510392 kB
Buffers:         12436 kB
Cached:          66036 kB
SwapCached:          0 kB
Active:         470172 kB
Inactive:        25288 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1510392 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2096 kB
Writeback:           0 kB
Mapped:         437384 kB
Slab:            34328 kB
Committed_AS:   550648 kB
PageTables:       2764 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= 66448 MiB
End job on node16 at 2009-07-11 19:32:56