Trace number 2086228

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 22.6856 22.9789

General information on the benchmark

Namecsp/bibd10-11/
normalized-bibd-10-30-9-3-2_glb.xml
MD5SUM7a178e740a9c745d4083113e3461658a
Bench CategoryAlldiff+Elt+WSum (alldiff,element,weightedsum)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.098984
Satisfiable
(Un)Satisfiability was proved
Number of variables1650
Number of constraints1435
Maximum constraint arity30
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1350
Global constraints used (with number of constraints)weightedsum(85)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.00/0.08	c 0	BEGIN Sun Jul 12 09:21:59 2009
0.00/0.08	c 0	PID 26712
0.00/0.08	c 0	HOST node29.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2086228-1247383318.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-2086228-1247383318.xml' 'HOME/temp.csp'
0.07/0.58	c 0	1 domains, 1650 variables, 1 predicates, 0 relations, 1435 constraints
0.07/0.61	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.61	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.07/0.69	c 0	Parsing HOME/temp.csp
0.56/0.81	c 0	parsed 3087 expressions
0.56/0.81	c 0	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.56/0.81	c 0	Converting to clausal form CSP
0.56/0.84	c 0	converted 309 (10%) expressions
0.56/0.84	c 0	converted 618 (20%) expressions
0.56/0.85	c 0	converted 927 (30%) expressions
0.56/0.85	c 0	converted 1235 (40%) expressions
0.56/0.86	c 0	converted 1544 (50%) expressions
1.02/1.13	c 1	converted 1853 (60%) expressions
1.12/1.24	c 1	converted 2161 (70%) expressions
1.22/1.39	c 1	converted 2470 (80%) expressions
1.42/1.53	c 1	converted 2779 (90%) expressions
1.62/1.73	c 1	converted 3087 (100%) expressions
1.62/1.74	c 1	CSP : 4680 integers, 2700 booleans, 14330 clauses, largest domain size 11
1.62/1.74	c 1	Heap : 9 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
1.62/1.74	c 1	Propagation in CSP
1.72/1.80	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.72/1.80	c 1	CSP : 4680 integers, 2700 booleans, 14330 clauses, largest domain size 11
1.72/1.80	c 1	Heap : 10 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
1.72/1.82	c 1	Simplifing CSP by introducing new Boolean variables
1.72/1.83	c 1	CSP : 4680 integers, 2700 booleans, 14330 clauses, largest domain size 11
1.72/1.83	c 1	Heap : 9 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
1.82/1.91	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.82/1.92	c 1	468 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.82/1.93	c 1	936 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.82/1.93	c 1	1404 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.82/1.94	c 1	1872 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.82/1.94	c 1	2340 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.82/1.94	c 1	2808 (60%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.82/1.94	c 1	3276 (70%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.82/1.94	c 1	3744 (80%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.82/1.94	c 1	4212 (90%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.82/1.95	c 2	4680 (100%) CSP integer variables are encoded (1860 clauses, 24244 bytes)
1.82/1.99	c 2	1433 (10%) CSP clauses are encoded (3293 clauses, 43536 bytes)
1.91/2.03	c 2	2866 (20%) CSP clauses are encoded (4726 clauses, 63178 bytes)
1.91/2.04	c 2	4299 (30%) CSP clauses are encoded (6159 clauses, 82856 bytes)
1.91/2.05	c 2	5732 (40%) CSP clauses are encoded (7592 clauses, 102554 bytes)
1.91/2.06	c 2	7165 (50%) CSP clauses are encoded (9025 clauses, 122367 bytes)
1.91/2.07	c 2	8598 (60%) CSP clauses are encoded (10458 clauses, 142772 bytes)
1.91/2.08	c 2	10031 (70%) CSP clauses are encoded (11891 clauses, 163401 bytes)
1.91/2.09	c 2	11464 (80%) CSP clauses are encoded (13324 clauses, 184041 bytes)
2.00/2.11	c 2	12897 (90%) CSP clauses are encoded (14757 clauses, 204680 bytes)
14.97/15.27	c 15	14330 (100%) CSP clauses are encoded (448320 clauses, 13268002 bytes)
14.97/15.27	c 15	14330 CSP clauses encoded
14.97/15.27	c 15	Writing map file : HOME/temp.map
14.97/15.29	c 15	Heap : 8 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
14.97/15.29	c 15	SAT : 9240 SAT variables, 448320 SAT clauses, 13268002 bytes
14.97/15.29	c 15	Heap : 8 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
15.05/15.31	c 15	SOLVING HOME/temp.cnf
15.05/15.31	c 15	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
22.19/22.59	c 22	DECODING HOME/temp.out WITH HOME/temp.map
22.19/22.59	c 22	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'
22.30/22.67	c 22	Decoding HOME/temp.out
22.30/22.86	s SATISFIABLE
22.32/22.94	v 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 1 1 1 0 1 1 0 0 1 1 0 1 0 0 1 1 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 1 1 1 0 0 1 0 0 0 0 0 0 0 0 1 1 0 0 1 0 0 0 0 1 0 0 1 1 0 1 1 0 0 0 1 0 0 1 0 0 0 0 0 0 0 1 0 0 1 0 1 1 1 0 1 1 0 0 0 0 0 0 0 1 0 0 0 0 1 1 0 0 0 1 0 1 1 0 0 1 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 1 0 0 0 1 0 0 0 1 1 0 0 0 0 1 0 0 1 0 1 0 0 0 0 1 1 0 1 0 1 0 0 1 0 0 1 1 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 1 0 0 0 0 1 0 1 1 1 0 1 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 1 1 0 1 0 1 1 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 1 0 1 0 0 0 0 0 1 1 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0
22.32/22.95	c 23	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
22.32/22.97	c 23	CPU 22.65 (0.07 0.02 18.55 4.01)
22.32/22.97	c 23	END Sun Jul 12 09:22:22 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-2086228-1247383318/watcher-2086228-1247383318 -o /tmp/evaluation-result-2086228-1247383318/solver-2086228-1247383318 -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-2086228-1247383318.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.11 2.03 2.01 4/81 26712
/proc/meminfo: memFree=1812808/2055920 swapFree=4191900/4192956
[pid=26712] ppid=26710 vsize=18576 CPUtime=0
/proc/26712/stat : 26712 (runsolver) R 26710 26712 25536 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 25398006 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 221780700455 0 0 4096 24578 0 0 0 17 1 0 0
/proc/26712/statm: 4644 284 249 26 0 2626 0

[startup+0.086543 s]
/proc/loadavg: 2.11 2.03 2.01 4/81 26712
/proc/meminfo: memFree=1812808/2055920 swapFree=4191900/4192956
[pid=26712] ppid=26710 vsize=16868 CPUtime=0.07
/proc/26712/stat : 26712 (sugar) S 26710 26712 25536 0 -1 4194304 1227 128 0 0 6 1 0 0 21 0 1 0 25398006 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26712/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.10901 s]
/proc/loadavg: 2.11 2.03 2.01 4/81 26712
/proc/meminfo: memFree=1812808/2055920 swapFree=4191900/4192956
[pid=26712] ppid=26710 vsize=16868 CPUtime=0.07
/proc/26712/stat : 26712 (sugar) S 26710 26712 25536 0 -1 4194304 1227 128 0 0 6 1 0 0 21 0 1 0 25398006 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26712/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301551 s]
/proc/loadavg: 2.11 2.03 2.01 4/81 26712
/proc/meminfo: memFree=1812808/2055920 swapFree=4191900/4192956
[pid=26712] ppid=26710 vsize=16868 CPUtime=0.07
/proc/26712/stat : 26712 (sugar) S 26710 26712 25536 0 -1 4194304 1227 128 0 0 6 1 0 0 21 0 1 0 25398006 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26712/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701575 s]
/proc/loadavg: 2.11 2.03 2.01 4/81 26712
/proc/meminfo: memFree=1812808/2055920 swapFree=4191900/4192956
[pid=26712] ppid=26710 vsize=16868 CPUtime=0.56
/proc/26712/stat : 26712 (sugar) S 26710 26712 25536 0 -1 4194304 1309 5257 0 1 6 1 45 4 16 0 1 0 25398006 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26712/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 16868

[startup+1.50263 s]
/proc/loadavg: 2.18 2.04 2.01 4/92 26734
/proc/meminfo: memFree=1798192/2055920 swapFree=4191900/4192956
[pid=26712] ppid=26710 vsize=16868 CPUtime=0.56
/proc/26712/stat : 26712 (sugar) S 26710 26712 25536 0 -1 4194304 1309 5257 0 1 6 1 45 4 16 0 1 0 25398006 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26712/statm: 4217 1111 409 3 0 796 0
[pid=26725] ppid=26712 vsize=5356 CPUtime=0
/proc/26725/stat : 26725 (sh) S 26712 26712 25536 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25398067 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26725/statm: 1339 233 193 169 0 50 0
[pid=26726] ppid=26725 vsize=868780 CPUtime=0.86
/proc/26726/stat : 26726 (java) S 26725 26712 25536 0 -1 0 7999 0 1 0 81 5 0 0 18 0 9 0 25398068 889630720 7215 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26726/statm: 217195 7215 2566 9 0 211700 0
[pid=26726/tid=26727] ppid=26725 vsize=868780 CPUtime=0.46
/proc/26726/task/26727/stat : 26727 (java) R 26725 26712 25536 0 -1 64 2690 0 1 0 45 1 0 0 20 0 9 0 25398069 889630720 7215 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26726/tid=26728] ppid=26725 vsize=868780 CPUtime=0.16
/proc/26726/task/26728/stat : 26728 (java) R 26725 26712 25536 0 -1 64 3094 0 0 0 15 1 0 0 16 0 9 0 25398070 889630720 7215 996147200 134512640 134550932 4294955936 18446744073709551615 102381634 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26726/tid=26729] ppid=26725 vsize=868780 CPUtime=0
/proc/26726/task/26729/stat : 26729 (java) S 26725 26712 25536 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25398070 889630720 7215 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26726/tid=26730] ppid=26725 vsize=868780 CPUtime=0
/proc/26726/task/26730/stat : 26730 (java) S 26725 26712 25536 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 25398070 889630720 7215 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26726/tid=26731] ppid=26725 vsize=868780 CPUtime=0
/proc/26726/task/26731/stat : 26731 (java) S 26725 26712 25536 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25398072 889630720 7215 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26726/tid=26732] ppid=26725 vsize=868780 CPUtime=0.2
/proc/26726/task/26732/stat : 26732 (java) S 26725 26712 25536 0 -1 64 1517 0 0 0 19 1 0 0 16 0 9 0 25398072 889630720 7215 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26726/tid=26733] ppid=26725 vsize=868780 CPUtime=0
/proc/26726/task/26733/stat : 26733 (java) S 26725 26712 25536 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 25398072 889630720 7215 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26726/tid=26734] ppid=26725 vsize=868780 CPUtime=0
/proc/26726/task/26734/stat : 26734 (java) S 26725 26712 25536 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 25398072 889630720 7215 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 891004

[startup+3.10272 s]
/proc/loadavg: 2.18 2.04 2.01 4/92 26734
/proc/meminfo: memFree=1787696/2055920 swapFree=4191900/4192956
[pid=26712] ppid=26710 vsize=16868 CPUtime=0.56
/proc/26712/stat : 26712 (sugar) S 26710 26712 25536 0 -1 4194304 1310 5257 0 1 6 1 45 4 15 0 1 0 25398006 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26712/statm: 4217 1111 409 3 0 796 0
[pid=26725] ppid=26712 vsize=5356 CPUtime=0
/proc/26725/stat : 26725 (sh) S 26712 26712 25536 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25398067 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26725/statm: 1339 233 193 169 0 50 0
[pid=26726] ppid=26725 vsize=868704 CPUtime=2.44
/proc/26726/stat : 26726 (java) S 26725 26712 25536 0 -1 0 8872 0 1 0 236 8 0 0 18 0 9 0 25398068 889552896 7864 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26726/statm: 217176 7864 2590 9 0 211653 0
[pid=26726/tid=26727] ppid=26725 vsize=868704 CPUtime=1.8
/proc/26726/task/26727/stat : 26727 (java) R 26725 26712 25536 0 -1 64 2873 0 1 0 177 3 0 0 25 0 9 0 25398069 889552896 7864 996147200 134512640 134550932 4294955936 18446744073709551615 4127061575 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26726/tid=26728] ppid=26725 vsize=868704 CPUtime=0.34
/proc/26726/task/26728/stat : 26728 (java) S 26725 26712 25536 0 -1 64 3736 0 0 0 31 3 0 0 16 0 9 0 25398070 889552896 7864 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26726/tid=26729] ppid=26725 vsize=868704 CPUtime=0
/proc/26726/task/26729/stat : 26729 (java) S 26725 26712 25536 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25398070 889552896 7864 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26726/tid=26730] ppid=26725 vsize=868704 CPUtime=0
/proc/26726/task/26730/stat : 26730 (java) S 26725 26712 25536 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 25398070 889552896 7864 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26726/tid=26731] ppid=26725 vsize=868704 CPUtime=0
/proc/26726/task/26731/stat : 26731 (java) S 26725 26712 25536 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25398072 889552896 7864 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26726/tid=26732] ppid=26725 vsize=868704 CPUtime=0.28
/proc/26726/task/26732/stat : 26732 (java) S 26725 26712 25536 0 -1 64 1565 0 0 0 27 1 0 0 16 0 9 0 25398072 889552896 7864 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26726/tid=26733] ppid=26725 vsize=868704 CPUtime=0
/proc/26726/task/26733/stat : 26733 (java) S 26725 26712 25536 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 25398072 889552896 7864 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26726/tid=26734] ppid=26725 vsize=868704 CPUtime=0
/proc/26726/task/26734/stat : 26734 (java) S 26725 26712 25536 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 25398072 889552896 7864 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 890928

[startup+6.30193 s]
/proc/loadavg: 2.18 2.04 2.01 3/92 26734
/proc/meminfo: memFree=1783792/2055920 swapFree=4191900/4192956
[pid=26712] ppid=26710 vsize=16868 CPUtime=0.56
/proc/26712/stat : 26712 (sugar) S 26710 26712 25536 0 -1 4194304 1310 5257 0 1 6 1 45 4 15 0 1 0 25398006 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26712/statm: 4217 1111 409 3 0 796 0
[pid=26725] ppid=26712 vsize=5356 CPUtime=0
/proc/26725/stat : 26725 (sh) S 26712 26712 25536 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25398067 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26725/statm: 1339 233 193 169 0 50 0
[pid=26726] ppid=26725 vsize=868704 CPUtime=5.6
/proc/26726/stat : 26726 (java) S 26725 26712 25536 0 -1 0 9054 0 1 0 549 11 0 0 18 0 9 0 25398068 889552896 7865 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26726/statm: 217176 7865 2590 9 0 211653 0
[pid=26726/tid=26727] ppid=26725 vsize=868704 CPUtime=4.91
/proc/26726/task/26727/stat : 26727 (java) R 26725 26712 25536 0 -1 64 3054 0 1 0 486 5 0 0 25 0 9 0 25398069 889552896 7865 996147200 134512640 134550932 4294955936 18446744073709551615 4126795573 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26726/tid=26728] ppid=26725 vsize=868704 CPUtime=0.39
/proc/26726/task/26728/stat : 26728 (java) S 26725 26712 25536 0 -1 64 3736 0 0 0 35 4 0 0 15 0 9 0 25398070 889552896 7865 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26726/tid=26729] ppid=26725 vsize=868704 CPUtime=0
/proc/26726/task/26729/stat : 26729 (java) S 26725 26712 25536 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25398070 889552896 7865 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26726/tid=26730] ppid=26725 vsize=868704 CPUtime=0
/proc/26726/task/26730/stat : 26730 (java) S 26725 26712 25536 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 25398070 889552896 7865 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26726/tid=26731] ppid=26725 vsize=868704 CPUtime=0
/proc/26726/task/26731/stat : 26731 (java) S 26725 26712 25536 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25398072 889552896 7865 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26726/tid=26732] ppid=26725 vsize=868704 CPUtime=0.28
/proc/26726/task/26732/stat : 26732 (java) S 26725 26712 25536 0 -1 64 1566 0 0 0 27 1 0 0 16 0 9 0 25398072 889552896 7865 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26726/tid=26733] ppid=26725 vsize=868704 CPUtime=0
/proc/26726/task/26733/stat : 26733 (java) S 26725 26712 25536 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 25398072 889552896 7865 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26726/tid=26734] ppid=26725 vsize=868704 CPUtime=0
/proc/26726/task/26734/stat : 26734 (java) S 26725 26712 25536 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 25398072 889552896 7865 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 890928

[startup+12.7023 s]
/proc/loadavg: 2.15 2.04 2.01 4/92 26734
/proc/meminfo: memFree=1777776/2055920 swapFree=4191900/4192956
[pid=26712] ppid=26710 vsize=16868 CPUtime=0.56
/proc/26712/stat : 26712 (sugar) S 26710 26712 25536 0 -1 4194304 1310 5257 0 1 6 1 45 4 15 0 1 0 25398006 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26712/statm: 4217 1111 409 3 0 796 0
[pid=26725] ppid=26712 vsize=5356 CPUtime=0
/proc/26725/stat : 26725 (sh) S 26712 26712 25536 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25398067 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26725/statm: 1339 233 193 169 0 50 0
[pid=26726] ppid=26725 vsize=868704 CPUtime=11.94
/proc/26726/stat : 26726 (java) S 26725 26712 25536 0 -1 0 9376 0 1 0 1175 19 0 0 18 0 9 0 25398068 889552896 7870 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26726/statm: 217176 7870 2590 9 0 211653 0
[pid=26726/tid=26727] ppid=26725 vsize=868704 CPUtime=11.14
/proc/26726/task/26727/stat : 26727 (java) R 26725 26712 25536 0 -1 64 3372 0 1 0 1104 10 0 0 25 0 9 0 25398069 889552896 7870 996147200 134512640 134550932 4294955936 18446744073709551615 4127042366 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26726/tid=26728] ppid=26725 vsize=868704 CPUtime=0.49
/proc/26726/task/26728/stat : 26728 (java) S 26725 26712 25536 0 -1 64 3736 0 0 0 43 6 0 0 16 0 9 0 25398070 889552896 7870 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26726/tid=26729] ppid=26725 vsize=868704 CPUtime=0
/proc/26726/task/26729/stat : 26729 (java) S 26725 26712 25536 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25398070 889552896 7870 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26726/tid=26730] ppid=26725 vsize=868704 CPUtime=0
/proc/26726/task/26730/stat : 26730 (java) S 26725 26712 25536 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 25398070 889552896 7870 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26726/tid=26731] ppid=26725 vsize=868704 CPUtime=0
/proc/26726/task/26731/stat : 26731 (java) S 26725 26712 25536 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25398072 889552896 7870 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26726/tid=26732] ppid=26725 vsize=868704 CPUtime=0.28
/proc/26726/task/26732/stat : 26732 (java) S 26725 26712 25536 0 -1 64 1570 0 0 0 27 1 0 0 16 0 9 0 25398072 889552896 7870 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26726/tid=26733] ppid=26725 vsize=868704 CPUtime=0
/proc/26726/task/26733/stat : 26733 (java) S 26725 26712 25536 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 25398072 889552896 7870 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26726/tid=26734] ppid=26725 vsize=868704 CPUtime=0
/proc/26726/task/26734/stat : 26734 (java) S 26725 26712 25536 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 25398072 889552896 7870 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 890928

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

[startup+19.1017 s]
/proc/loadavg: 2.14 2.04 2.01 3/84 26736
/proc/meminfo: memFree=1785904/2055920 swapFree=4191900/4192956
[pid=26712] ppid=26710 vsize=16868 CPUtime=15.08
/proc/26712/stat : 26712 (sugar) S 26710 26712 25536 0 -1 4194304 1365 15065 0 2 6 1 1474 27 16 0 1 0 25398006 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26712/statm: 4217 1113 409 3 0 796 0
[pid=26735] ppid=26712 vsize=5356 CPUtime=0
/proc/26735/stat : 26735 (sh) S 26712 26712 25536 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25399537 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26735/statm: 1339 232 193 169 0 50 0
[pid=26736] ppid=26735 vsize=12200 CPUtime=3.75
/proc/26736/stat : 26736 (picosat) R 26735 26712 25536 0 -1 4194304 2874 0 0 0 173 202 0 0 25 0 1 0 25399538 12492800 2860 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/26736/statm: 3050 2860 40 102 0 2945 0
Current children cumulated CPU time (s) 18.83
Current children cumulated vsize (KiB) 34424

[startup+20.7018 s]
/proc/loadavg: 2.14 2.04 2.01 3/84 26736
/proc/meminfo: memFree=1782832/2055920 swapFree=4191900/4192956
[pid=26712] ppid=26710 vsize=16868 CPUtime=15.08
/proc/26712/stat : 26712 (sugar) S 26710 26712 25536 0 -1 4194304 1365 15065 0 2 6 1 1474 27 16 0 1 0 25398006 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26712/statm: 4217 1113 409 3 0 796 0
[pid=26735] ppid=26712 vsize=5356 CPUtime=0
/proc/26735/stat : 26735 (sh) S 26712 26712 25536 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25399537 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26735/statm: 1339 232 193 169 0 50 0
[pid=26736] ppid=26735 vsize=17316 CPUtime=5.33
/proc/26736/stat : 26736 (picosat) R 26735 26712 25536 0 -1 4194304 3987 0 0 0 250 283 0 0 25 0 1 0 25399538 17731584 3973 996147200 134512640 134931368 4294956256 18446744073709551615 134597667 0 0 4096 0 0 0 0 17 1 0 0
/proc/26736/statm: 4329 3973 40 102 0 4224 0
Current children cumulated CPU time (s) 20.41
Current children cumulated vsize (KiB) 39540

[startup+22.3029 s]
/proc/loadavg: 2.13 2.04 2.01 3/84 26736
/proc/meminfo: memFree=1776752/2055920 swapFree=4191900/4192956
[pid=26712] ppid=26710 vsize=16868 CPUtime=15.08
/proc/26712/stat : 26712 (sugar) S 26710 26712 25536 0 -1 4194304 1365 15065 0 2 6 1 1474 27 16 0 1 0 25398006 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26712/statm: 4217 1113 409 3 0 796 0
[pid=26735] ppid=26712 vsize=5356 CPUtime=0
/proc/26735/stat : 26735 (sh) S 26712 26712 25536 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25399537 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26735/statm: 1339 232 193 169 0 50 0
[pid=26736] ppid=26735 vsize=21276 CPUtime=6.91
/proc/26736/stat : 26736 (picosat) R 26735 26712 25536 0 -1 4194304 5090 0 0 0 323 368 0 0 25 0 1 0 25399538 21786624 5076 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/26736/statm: 5319 5076 40 102 0 5214 0
Current children cumulated CPU time (s) 21.99
Current children cumulated vsize (KiB) 43500

[startup+22.703 s]
/proc/loadavg: 2.13 2.04 2.01 3/84 26736
/proc/meminfo: memFree=1776752/2055920 swapFree=4191900/4192956
[pid=26712] ppid=26710 vsize=16868 CPUtime=22.3
/proc/26712/stat : 26712 (sugar) S 26710 26712 25536 0 -1 4194304 1446 20517 0 2 6 1 1825 398 16 0 1 0 25398006 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26712/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 22.3
Current children cumulated vsize (KiB) 16868

[startup+22.903 s]
/proc/loadavg: 2.13 2.04 2.01 3/84 26736
/proc/meminfo: memFree=1776752/2055920 swapFree=4191900/4192956
[pid=26712] ppid=26710 vsize=16868 CPUtime=22.32
/proc/26712/stat : 26712 (sugar) S 26710 26712 25536 0 -1 4194304 1448 20517 0 2 7 2 1825 398 15 0 1 0 25398006 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26712/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 22.32
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 22.9789
CPU time (s): 22.6856
CPU user time (s): 18.6312
CPU system time (s): 4.05438
CPU usage (%): 98.7232
Max. virtual memory (cumulated for all children) (KiB): 891068

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 18.6312
system time used= 4.05438
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26081
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= 11409
involuntary context switches= 12136

runsolver used 0.035994 second user time and 0.089986 second system time

The end

Launcher Data

Begin job on node29 at 2009-07-12 09:21:59
IDJOB=2086228
IDBENCH=58573
IDSOLVER=738
FILE ID=node29/2086228-1247383318
PBS_JOBID= 9507236
Free space on /tmp= 66376 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/bibd10-11/normalized-bibd-10-30-9-3-2_glb.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-2086228-1247383318/watcher-2086228-1247383318 -o /tmp/evaluation-result-2086228-1247383318/solver-2086228-1247383318 -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-2086228-1247383318.xml

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

MD5SUM BENCH= 7a178e740a9c745d4083113e3461658a
RANDOM SEED=141866258

node29.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.225
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.225
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:       1813288 kB
Buffers:          9516 kB
Cached:          71352 kB
SwapCached:        392 kB
Active:         168008 kB
Inactive:        24476 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1813288 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:            1696 kB
Writeback:           0 kB
Mapped:         131332 kB
Slab:            35092 kB
Committed_AS:   340828 kB
PageTables:       2148 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= 66372 MiB
End job on node29 at 2009-07-12 09:22:22