Trace number 2066065

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+picosat? (TO) 1800.08 1806.52

General information on the benchmark

Namecsp/pseudo/par/
normalized-par-32-3-c.xml
MD5SUMba8f742f11fb03cbfcc6b53468067cc9
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2650
Number of constraints6619
Maximum constraint arity3
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension6619
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.00/0.08	c 0	BEGIN Sat Jul 11 21:39:00 2009
0.00/0.08	c 0	PID 11659
0.07/0.08	c 0	HOST node9.alineos.net
0.07/0.08	c 0	CONVERTING HOME/instance-2066065-1247341139.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-2066065-1247341139.xml' 'HOME/temp.csp'
0.96/1.06	c 1	1 domains, 2650 variables, 3 predicates, 0 relations, 6619 constraints
0.96/1.08	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.96/1.08	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'
1.03/1.16	c 1	Parsing HOME/temp.csp
1.03/1.31	c 1	parsed 9273 expressions
1.03/1.31	c 1	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.03/1.31	c 1	Converting to clausal form CSP
1.03/1.35	c 1	converted 928 (10%) expressions
1.03/1.37	c 1	converted 1855 (20%) expressions
1.03/1.40	c 1	converted 2782 (30%) expressions
1.03/1.56	c 1	converted 3710 (40%) expressions
1.03/1.60	c 1	converted 4637 (50%) expressions
1.03/1.67	c 1	converted 5564 (60%) expressions
1.03/1.70	c 1	converted 6492 (70%) expressions
1.03/1.72	c 1	converted 7419 (80%) expressions
1.03/1.74	c 1	converted 8346 (90%) expressions
1.03/1.76	c 1	converted 9273 (100%) expressions
1.03/1.76	c 1	CSP : 2650 integers, 0 booleans, 6619 clauses, largest domain size 2
1.03/1.76	c 1	Heap : 6 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.03/1.76	c 1	Propagation in CSP
1.03/1.81	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.03/1.81	c 1	CSP : 2650 integers, 0 booleans, 6619 clauses, largest domain size 2
1.03/1.81	c 1	Heap : 6 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.03/1.82	c 1	Simplifing CSP by introducing new Boolean variables
1.03/1.82	c 1	CSP : 2650 integers, 0 booleans, 6619 clauses, largest domain size 2
1.03/1.82	c 1	Heap : 6 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.03/1.87	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.03/1.87	c 1	265 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.03/1.88	c 1	530 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.03/1.88	c 1	795 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.03/1.88	c 1	1060 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.03/1.88	c 1	1325 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.03/1.89	c 1	1590 (60%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.03/1.89	c 1	1855 (70%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.03/1.89	c 1	2120 (80%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.03/1.89	c 2	2385 (90%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.03/1.89	c 2	2650 (100%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.03/1.93	c 2	662 (10%) CSP clauses are encoded (662 clauses, 7134 bytes)
1.03/1.95	c 2	1324 (20%) CSP clauses are encoded (1324 clauses, 14741 bytes)
1.03/1.96	c 2	1986 (30%) CSP clauses are encoded (1986 clauses, 23709 bytes)
1.03/1.97	c 2	2648 (40%) CSP clauses are encoded (2648 clauses, 35096 bytes)
1.03/1.98	c 2	3310 (50%) CSP clauses are encoded (3310 clauses, 47027 bytes)
1.03/1.99	c 2	3972 (60%) CSP clauses are encoded (3972 clauses, 59461 bytes)
1.03/1.99	c 2	4634 (70%) CSP clauses are encoded (4634 clauses, 71842 bytes)
1.03/2.00	c 2	5296 (80%) CSP clauses are encoded (5296 clauses, 84205 bytes)
1.03/2.01	c 2	5958 (90%) CSP clauses are encoded (5958 clauses, 96565 bytes)
1.03/2.01	c 2	6619 (100%) CSP clauses are encoded (6619 clauses, 109052 bytes)
1.03/2.02	c 2	6619 CSP clauses encoded
1.03/2.02	c 2	Writing map file : HOME/temp.map
1.03/2.03	c 2	Heap : 4 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
1.03/2.03	c 2	SAT : 2650 SAT variables, 6619 SAT clauses, 109052 bytes
1.03/2.03	c 2	Heap : 4 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
1.03/2.08	c 2	SOLVING HOME/temp.cnf
1.03/2.08	c 2	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.02/1806.50	sh: line 1: 11683 Terminated              HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out' 2>&1
1800.02/1806.50	c 1806	DECODING HOME/temp.out WITH HOME/temp.map
1800.02/1806.50	c 1806	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'
1800.02/1806.51	c ERROR INTERRUPTED
1800.02/1806.52	s UNKNOWN
1800.02/1806.52	c 1806	CPU 1800.04 (0.05 0.02 1799.75 0.22)
1800.02/1806.52	c 1806	END Sat Jul 11 22:09:06 2009

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2066065-1247341139/watcher-2066065-1247341139 -o /tmp/evaluation-result-2066065-1247341139/solver-2066065-1247341139 -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-2066065-1247341139.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.08 2.05 1.77 4/81 11659
/proc/meminfo: memFree=859020/2055920 swapFree=4192956/4192956
[pid=11659] ppid=11657 vsize=12132 CPUtime=0
/proc/11659/stat : 11659 (sugar) R 11657 11659 11021 0 -1 4194304 215 0 0 0 0 0 0 0 20 0 1 0 21181075 12423168 183 996147200 4194304 4206940 548682068608 18446744073709551615 215418834741 0 0 4224 0 0 0 0 17 1 0 0
/proc/11659/statm: 3033 183 142 3 0 133 0

[startup+0.082046 s]
/proc/loadavg: 2.08 2.05 1.77 4/81 11659
/proc/meminfo: memFree=859020/2055920 swapFree=4192956/4192956
[pid=11659] ppid=11657 vsize=16740 CPUtime=0.07
/proc/11659/stat : 11659 (sugar) S 11657 11659 11021 0 -1 4194304 1152 0 0 0 5 2 0 0 18 0 1 0 21181075 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11659/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.101081 s]
/proc/loadavg: 2.08 2.05 1.77 4/81 11659
/proc/meminfo: memFree=859020/2055920 swapFree=4192956/4192956
[pid=11659] ppid=11657 vsize=16868 CPUtime=0.07
/proc/11659/stat : 11659 (sugar) S 11657 11659 11021 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 21181075 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11659/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301091 s]
/proc/loadavg: 2.08 2.05 1.77 4/81 11659
/proc/meminfo: memFree=859020/2055920 swapFree=4192956/4192956
[pid=11659] ppid=11657 vsize=16868 CPUtime=0.07
/proc/11659/stat : 11659 (sugar) S 11657 11659 11021 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 21181075 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11659/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.705838 s]
/proc/loadavg: 2.08 2.05 1.77 4/81 11659
/proc/meminfo: memFree=859020/2055920 swapFree=4192956/4192956
[pid=11659] ppid=11657 vsize=16868 CPUtime=0.07
/proc/11659/stat : 11659 (sugar) S 11657 11659 11021 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 21181075 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11659/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50123 s]
/proc/loadavg: 2.08 2.05 1.77 4/92 11671
/proc/meminfo: memFree=837940/2055920 swapFree=4192956/4192956
[pid=11659] ppid=11657 vsize=16868 CPUtime=1.03
/proc/11659/stat : 11659 (sugar) S 11657 11659 11021 0 -1 4194304 1309 8336 0 1 5 2 92 4 15 0 1 0 21181075 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11659/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 1.03
Current children cumulated vsize (KiB) 16868

[startup+3.1014 s]
/proc/loadavg: 2.08 2.05 1.77 3/84 11683
/proc/meminfo: memFree=854964/2055920 swapFree=4192956/4192956
[pid=11659] ppid=11657 vsize=16868 CPUtime=1.98
/proc/11659/stat : 11659 (sugar) S 11657 11659 11021 0 -1 4194304 1365 16376 0 2 5 2 182 9 16 0 1 0 21181075 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11659/statm: 4217 1113 409 3 0 796 0
[pid=11682] ppid=11659 vsize=5356 CPUtime=0
/proc/11682/stat : 11682 (sh) S 11659 11659 11021 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21181283 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11682/statm: 1339 232 193 169 0 50 0
[pid=11683] ppid=11682 vsize=1312 CPUtime=1
/proc/11683/stat : 11683 (picosat) R 11682 11659 11021 0 -1 4194304 241 0 0 0 97 3 0 0 25 0 1 0 21181284 1343488 225 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/11683/statm: 328 225 48 102 0 223 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 23536

[startup+6.30176 s]
/proc/loadavg: 2.08 2.05 1.77 3/84 11683
/proc/meminfo: memFree=854452/2055920 swapFree=4192956/4192956
[pid=11659] ppid=11657 vsize=16868 CPUtime=1.98
/proc/11659/stat : 11659 (sugar) S 11657 11659 11021 0 -1 4194304 1365 16376 0 2 5 2 182 9 16 0 1 0 21181075 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11659/statm: 4217 1113 409 3 0 796 0
[pid=11682] ppid=11659 vsize=5356 CPUtime=0
/proc/11682/stat : 11682 (sh) S 11659 11659 11021 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21181283 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11682/statm: 1339 232 193 169 0 50 0
[pid=11683] ppid=11682 vsize=1308 CPUtime=4.17
/proc/11683/stat : 11683 (picosat) R 11682 11659 11021 0 -1 4194304 263 0 0 0 414 3 0 0 25 0 1 0 21181284 1339392 247 996147200 134512640 134931368 4294956256 18446744073709551615 134522932 0 0 4096 0 0 0 0 17 1 0 0
/proc/11683/statm: 327 247 48 102 0 222 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 23532

[startup+12.7025 s]
/proc/loadavg: 2.07 2.05 1.77 3/84 11683
/proc/meminfo: memFree=854388/2055920 swapFree=4192956/4192956
[pid=11659] ppid=11657 vsize=16868 CPUtime=1.98
/proc/11659/stat : 11659 (sugar) S 11657 11659 11021 0 -1 4194304 1365 16376 0 2 5 2 182 9 16 0 1 0 21181075 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11659/statm: 4217 1113 409 3 0 796 0
[pid=11682] ppid=11659 vsize=5356 CPUtime=0
/proc/11682/stat : 11682 (sh) S 11659 11659 11021 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21181283 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11682/statm: 1339 232 193 169 0 50 0
[pid=11683] ppid=11682 vsize=1428 CPUtime=10.52
/proc/11683/stat : 11683 (picosat) R 11682 11659 11021 0 -1 4194304 290 0 0 0 1049 3 0 0 25 0 1 0 21181284 1462272 274 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/11683/statm: 357 274 48 102 0 252 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 23652

[startup+25.5019 s]
/proc/loadavg: 2.05 2.04 1.77 3/84 11683
/proc/meminfo: memFree=854260/2055920 swapFree=4192956/4192956
[pid=11659] ppid=11657 vsize=16868 CPUtime=1.98
/proc/11659/stat : 11659 (sugar) S 11657 11659 11021 0 -1 4194304 1365 16376 0 2 5 2 182 9 16 0 1 0 21181075 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11659/statm: 4217 1113 409 3 0 796 0
[pid=11682] ppid=11659 vsize=5356 CPUtime=0
/proc/11682/stat : 11682 (sh) S 11659 11659 11021 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21181283 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11682/statm: 1339 232 193 169 0 50 0
[pid=11683] ppid=11682 vsize=1568 CPUtime=23.19
/proc/11683/stat : 11683 (picosat) R 11682 11659 11021 0 -1 4194304 328 0 0 0 2316 3 0 0 25 0 1 0 21181284 1605632 312 996147200 134512640 134931368 4294956256 18446744073709551615 134529475 0 0 4096 0 0 0 0 17 1 0 0
/proc/11683/statm: 392 312 48 102 0 287 0
Current children cumulated CPU time (s) 25.17
Current children cumulated vsize (KiB) 23792

[startup+51.1018 s]
/proc/loadavg: 2.03 2.04 1.78 3/84 11683
/proc/meminfo: memFree=854132/2055920 swapFree=4192956/4192956
[pid=11659] ppid=11657 vsize=16868 CPUtime=1.98
/proc/11659/stat : 11659 (sugar) S 11657 11659 11021 0 -1 4194304 1365 16376 0 2 5 2 182 9 16 0 1 0 21181075 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11659/statm: 4217 1113 409 3 0 796 0
[pid=11682] ppid=11659 vsize=5356 CPUtime=0
/proc/11682/stat : 11682 (sh) S 11659 11659 11021 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21181283 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11682/statm: 1339 232 193 169 0 50 0
[pid=11683] ppid=11682 vsize=1824 CPUtime=48.56
/proc/11683/stat : 11683 (picosat) R 11682 11659 11021 0 -1 4194304 382 0 0 0 4853 3 0 0 25 0 1 0 21181284 1867776 366 996147200 134512640 134931368 4294956256 18446744073709551615 134549521 0 0 4096 0 0 0 0 17 1 0 0
/proc/11683/statm: 456 366 48 102 0 351 0
Current children cumulated CPU time (s) 50.54
Current children cumulated vsize (KiB) 24048

[startup+102.306 s]
/proc/loadavg: 2.01 2.03 1.79 3/84 11683
/proc/meminfo: memFree=853684/2055920 swapFree=4192956/4192956
[pid=11659] ppid=11657 vsize=16868 CPUtime=1.98
/proc/11659/stat : 11659 (sugar) S 11657 11659 11021 0 -1 4194304 1365 16376 0 2 5 2 182 9 16 0 1 0 21181075 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11659/statm: 4217 1113 409 3 0 796 0
[pid=11682] ppid=11659 vsize=5356 CPUtime=0
/proc/11682/stat : 11682 (sh) S 11659 11659 11021 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21181283 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11682/statm: 1339 232 193 169 0 50 0
[pid=11683] ppid=11682 vsize=2204 CPUtime=99.27
/proc/11683/stat : 11683 (picosat) R 11682 11659 11021 0 -1 4194304 462 0 0 0 9924 3 0 0 25 0 1 0 21181284 2256896 446 996147200 134512640 134931368 4294956256 18446744073709551615 134525778 0 0 4096 0 0 0 0 17 1 0 0
/proc/11683/statm: 551 446 48 102 0 446 0
Current children cumulated CPU time (s) 101.25
Current children cumulated vsize (KiB) 24428

[startup+162.301 s]
/proc/loadavg: 2.00 2.02 1.80 3/84 11683
/proc/meminfo: memFree=853492/2055920 swapFree=4192956/4192956
[pid=11659] ppid=11657 vsize=16868 CPUtime=1.98
/proc/11659/stat : 11659 (sugar) S 11657 11659 11021 0 -1 4194304 1365 16376 0 2 5 2 182 9 16 0 1 0 21181075 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11659/statm: 4217 1113 409 3 0 796 0
[pid=11682] ppid=11659 vsize=5356 CPUtime=0
/proc/11682/stat : 11682 (sh) S 11659 11659 11021 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21181283 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11682/statm: 1339 232 193 169 0 50 0
[pid=11683] ppid=11682 vsize=2396 CPUtime=158.72
/proc/11683/stat : 11683 (picosat) R 11682 11659 11021 0 -1 4194304 519 0 0 0 15868 4 0 0 25 0 1 0 21181284 2453504 503 996147200 134512640 134931368 4294956256 18446744073709551615 134525781 0 0 4096 0 0 0 0 17 1 0 0
/proc/11683/statm: 599 503 48 102 0 494 0
Current children cumulated CPU time (s) 160.7
Current children cumulated vsize (KiB) 24620

[startup+222.302 s]
/proc/loadavg: 2.00 2.02 1.81 3/84 11683
/proc/meminfo: memFree=853236/2055920 swapFree=4192956/4192956
[pid=11659] ppid=11657 vsize=16868 CPUtime=1.98
/proc/11659/stat : 11659 (sugar) S 11657 11659 11021 0 -1 4194304 1365 16376 0 2 5 2 182 9 16 0 1 0 21181075 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11659/statm: 4217 1113 409 3 0 796 0
[pid=11682] ppid=11659 vsize=5356 CPUtime=0
/proc/11682/stat : 11682 (sh) S 11659 11659 11021 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21181283 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11682/statm: 1339 232 193 169 0 50 0
[pid=11683] ppid=11682 vsize=2632 CPUtime=218.15
/proc/11683/stat : 11683 (picosat) R 11682 11659 11021 0 -1 4194304 573 0 0 0 21811 4 0 0 25 0 1 0 21181284 2695168 557 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/11683/statm: 658 557 48 102 0 553 0
Current children cumulated CPU time (s) 220.13
Current children cumulated vsize (KiB) 24856

[startup+282.305 s]
/proc/loadavg: 2.00 2.01 1.82 3/84 11683
/proc/meminfo: memFree=853044/2055920 swapFree=4192956/4192956
[pid=11659] ppid=11657 vsize=16868 CPUtime=1.98
/proc/11659/stat : 11659 (sugar) S 11657 11659 11021 0 -1 4194304 1365 16376 0 2 5 2 182 9 16 0 1 0 21181075 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11659/statm: 4217 1113 409 3 0 796 0
[pid=11682] ppid=11659 vsize=5356 CPUtime=0
/proc/11682/stat : 11682 (sh) S 11659 11659 11021 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21181283 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11682/statm: 1339 232 193 169 0 50 0
[pid=11683] ppid=11682 vsize=2772 CPUtime=277.58
/proc/11683/stat : 11683 (picosat) R 11682 11659 11021 0 -1 4194304 619 0 0 0 27754 4 0 0 25 0 1 0 21181284 2838528 603 996147200 134512640 134931368 4294956256 18446744073709551615 134522836 0 0 4096 0 0 0 0 17 1 0 0
/proc/11683/statm: 693 603 48 102 0 588 0
Current children cumulated CPU time (s) 279.56
Current children cumulated vsize (KiB) 24996

[startup+342.301 s]

################
# More data... #
################

[pid=11659] ppid=11657 vsize=16868 CPUtime=1.98
/proc/11659/stat : 11659 (sugar) S 11657 11659 11021 0 -1 4194304 1365 16376 0 2 5 2 182 9 16 0 1 0 21181075 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11659/statm: 4217 1113 409 3 0 796 0
[pid=11682] ppid=11659 vsize=5356 CPUtime=0
/proc/11682/stat : 11682 (sh) S 11659 11659 11021 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21181283 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11682/statm: 1339 232 193 169 0 50 0
[pid=11683] ppid=11682 vsize=4152 CPUtime=1294.04
/proc/11683/stat : 11683 (picosat) R 11682 11659 11021 0 -1 4194304 1037 0 0 0 129393 11 0 0 25 0 1 0 21181284 4251648 954 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/11683/statm: 1038 954 48 102 0 933 0
Current children cumulated CPU time (s) 1296.02
Current children cumulated vsize (KiB) 26376

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/86 12001
/proc/meminfo: memFree=766756/2055920 swapFree=4192956/4192956
[pid=11659] ppid=11657 vsize=16868 CPUtime=1.98
/proc/11659/stat : 11659 (sugar) S 11657 11659 11021 0 -1 4194304 1365 16376 0 2 5 2 182 9 16 0 1 0 21181075 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11659/statm: 4217 1113 409 3 0 796 0
[pid=11682] ppid=11659 vsize=5356 CPUtime=0
/proc/11682/stat : 11682 (sh) S 11659 11659 11021 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21181283 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11682/statm: 1339 232 193 169 0 50 0
[pid=11683] ppid=11682 vsize=4168 CPUtime=1354.01
/proc/11683/stat : 11683 (picosat) R 11682 11659 11021 0 -1 4194304 1081 0 0 0 135390 11 0 0 25 0 1 0 21181284 4268032 958 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 0 0 0
/proc/11683/statm: 1042 958 48 102 0 937 0
Current children cumulated CPU time (s) 1355.99
Current children cumulated vsize (KiB) 26392

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.91 3/86 12001
/proc/meminfo: memFree=766244/2055920 swapFree=4192956/4192956
[pid=11659] ppid=11657 vsize=16868 CPUtime=1.98
/proc/11659/stat : 11659 (sugar) S 11657 11659 11021 0 -1 4194304 1365 16376 0 2 5 2 182 9 16 0 1 0 21181075 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11659/statm: 4217 1113 409 3 0 796 0
[pid=11682] ppid=11659 vsize=5356 CPUtime=0
/proc/11682/stat : 11682 (sh) S 11659 11659 11021 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21181283 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11682/statm: 1339 232 193 169 0 50 0
[pid=11683] ppid=11682 vsize=4404 CPUtime=1414
/proc/11683/stat : 11683 (picosat) R 11682 11659 11021 0 -1 4194304 1137 0 0 0 141388 12 0 0 25 0 1 0 21181284 4509696 1012 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/11683/statm: 1101 1012 48 102 0 996 0
Current children cumulated CPU time (s) 1415.98
Current children cumulated vsize (KiB) 26628

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/86 12001
/proc/meminfo: memFree=765796/2055920 swapFree=4192956/4192956
[pid=11659] ppid=11657 vsize=16868 CPUtime=1.98
/proc/11659/stat : 11659 (sugar) S 11657 11659 11021 0 -1 4194304 1365 16376 0 2 5 2 182 9 16 0 1 0 21181075 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11659/statm: 4217 1113 409 3 0 796 0
[pid=11682] ppid=11659 vsize=5356 CPUtime=0
/proc/11682/stat : 11682 (sh) S 11659 11659 11021 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21181283 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11682/statm: 1339 232 193 169 0 50 0
[pid=11683] ppid=11682 vsize=4332 CPUtime=1473.97
/proc/11683/stat : 11683 (picosat) R 11682 11659 11021 0 -1 4194304 1137 0 0 0 147385 12 0 0 25 0 1 0 21181284 4435968 1001 996147200 134512640 134931368 4294956256 18446744073709551615 134524112 0 0 4096 0 0 0 0 17 0 0 0
/proc/11683/statm: 1083 1001 48 102 0 978 0
Current children cumulated CPU time (s) 1475.95
Current children cumulated vsize (KiB) 26556

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/86 12001
/proc/meminfo: memFree=765348/2055920 swapFree=4192956/4192956
[pid=11659] ppid=11657 vsize=16868 CPUtime=1.98
/proc/11659/stat : 11659 (sugar) S 11657 11659 11021 0 -1 4194304 1365 16376 0 2 5 2 182 9 16 0 1 0 21181075 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11659/statm: 4217 1113 409 3 0 796 0
[pid=11682] ppid=11659 vsize=5356 CPUtime=0
/proc/11682/stat : 11682 (sh) S 11659 11659 11021 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21181283 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11682/statm: 1339 232 193 169 0 50 0
[pid=11683] ppid=11682 vsize=4332 CPUtime=1533.95
/proc/11683/stat : 11683 (picosat) R 11682 11659 11021 0 -1 4194304 1137 0 0 0 153383 12 0 0 25 0 1 0 21181284 4435968 1001 996147200 134512640 134931368 4294956256 18446744073709551615 134523527 0 0 4096 0 0 0 0 17 0 0 0
/proc/11683/statm: 1083 1001 48 102 0 978 0
Current children cumulated CPU time (s) 1535.93
Current children cumulated vsize (KiB) 26556

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/86 12001
/proc/meminfo: memFree=764964/2055920 swapFree=4192956/4192956
[pid=11659] ppid=11657 vsize=16868 CPUtime=1.98
/proc/11659/stat : 11659 (sugar) S 11657 11659 11021 0 -1 4194304 1365 16376 0 2 5 2 182 9 16 0 1 0 21181075 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11659/statm: 4217 1113 409 3 0 796 0
[pid=11682] ppid=11659 vsize=5356 CPUtime=0
/proc/11682/stat : 11682 (sh) S 11659 11659 11021 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21181283 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11682/statm: 1339 232 193 169 0 50 0
[pid=11683] ppid=11682 vsize=4332 CPUtime=1593.92
/proc/11683/stat : 11683 (picosat) R 11682 11659 11021 0 -1 4194304 1137 0 0 0 159380 12 0 0 25 0 1 0 21181284 4435968 1001 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/11683/statm: 1083 1001 48 102 0 978 0
Current children cumulated CPU time (s) 1595.9
Current children cumulated vsize (KiB) 26556

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/86 12001
/proc/meminfo: memFree=764516/2055920 swapFree=4192956/4192956
[pid=11659] ppid=11657 vsize=16868 CPUtime=1.98
/proc/11659/stat : 11659 (sugar) S 11657 11659 11021 0 -1 4194304 1365 16376 0 2 5 2 182 9 16 0 1 0 21181075 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11659/statm: 4217 1113 409 3 0 796 0
[pid=11682] ppid=11659 vsize=5356 CPUtime=0
/proc/11682/stat : 11682 (sh) S 11659 11659 11021 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21181283 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11682/statm: 1339 232 193 169 0 50 0
[pid=11683] ppid=11682 vsize=4444 CPUtime=1653.9
/proc/11683/stat : 11683 (picosat) R 11682 11659 11021 0 -1 4194304 1182 0 0 0 165378 12 0 0 25 0 1 0 21181284 4550656 1031 996147200 134512640 134931368 4294956256 18446744073709551615 134525814 0 0 4096 0 0 0 0 17 0 0 0
/proc/11683/statm: 1111 1031 48 102 0 1006 0
Current children cumulated CPU time (s) 1655.88
Current children cumulated vsize (KiB) 26668

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/86 12001
/proc/meminfo: memFree=764068/2055920 swapFree=4192956/4192956
[pid=11659] ppid=11657 vsize=16868 CPUtime=1.98
/proc/11659/stat : 11659 (sugar) S 11657 11659 11021 0 -1 4194304 1365 16376 0 2 5 2 182 9 16 0 1 0 21181075 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11659/statm: 4217 1113 409 3 0 796 0
[pid=11682] ppid=11659 vsize=5356 CPUtime=0
/proc/11682/stat : 11682 (sh) S 11659 11659 11021 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21181283 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11682/statm: 1339 232 193 169 0 50 0
[pid=11683] ppid=11682 vsize=4436 CPUtime=1713.87
/proc/11683/stat : 11683 (picosat) R 11682 11659 11021 0 -1 4194304 1185 0 0 0 171375 12 0 0 25 0 1 0 21181284 4542464 1022 996147200 134512640 134931368 4294956256 18446744073709551615 134525828 0 0 4096 0 0 0 0 17 0 0 0
/proc/11683/statm: 1109 1022 48 102 0 1004 0
Current children cumulated CPU time (s) 1715.85
Current children cumulated vsize (KiB) 26660

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/86 12001
/proc/meminfo: memFree=763620/2055920 swapFree=4192956/4192956
[pid=11659] ppid=11657 vsize=16868 CPUtime=1.98
/proc/11659/stat : 11659 (sugar) S 11657 11659 11021 0 -1 4194304 1365 16376 0 2 5 2 182 9 16 0 1 0 21181075 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11659/statm: 4217 1113 409 3 0 796 0
[pid=11682] ppid=11659 vsize=5356 CPUtime=0
/proc/11682/stat : 11682 (sh) S 11659 11659 11021 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21181283 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11682/statm: 1339 232 193 169 0 50 0
[pid=11683] ppid=11682 vsize=4360 CPUtime=1773.85
/proc/11683/stat : 11683 (picosat) R 11682 11659 11021 0 -1 4194304 1185 0 0 0 177373 12 0 0 25 0 1 0 21181284 4464640 1010 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 0 0 0
/proc/11683/statm: 1090 1010 48 102 0 985 0
Current children cumulated CPU time (s) 1775.83
Current children cumulated vsize (KiB) 26584



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1806.5 s]
/proc/loadavg: 2.00 2.00 1.91 3/86 12001
/proc/meminfo: memFree=763492/2055920 swapFree=4192956/4192956
[pid=11659] ppid=11657 vsize=16868 CPUtime=1.98
/proc/11659/stat : 11659 (sugar) S 11657 11659 11021 0 -1 4194304 1365 16376 0 2 5 2 182 9 16 0 1 0 21181075 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11659/statm: 4217 1113 409 3 0 796 0
[pid=11682] ppid=11659 vsize=5356 CPUtime=0
/proc/11682/stat : 11682 (sh) S 11659 11659 11021 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21181283 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11682/statm: 1339 232 193 169 0 50 0
[pid=11683] ppid=11682 vsize=4360 CPUtime=1798.04
/proc/11683/stat : 11683 (picosat) R 11682 11659 11021 0 -1 4194304 1185 0 0 0 179792 12 0 0 25 0 1 0 21181284 4464640 1010 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/11683/statm: 1090 1010 48 102 0 985 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 26584

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1806.5 s]
/proc/loadavg: 2.00 2.00 1.91 3/86 12001
/proc/meminfo: memFree=763492/2055920 swapFree=4192956/4192956
[pid=11659] ppid=11657 vsize=16868 CPUtime=1.98
/proc/11659/stat : 11659 (sugar) S 11657 11659 11021 0 -1 4194304 1365 16376 0 2 5 2 182 9 16 0 1 0 21181075 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11659/statm: 4217 1113 409 3 0 796 0
[pid=11682] ppid=11659 vsize=5356 CPUtime=0
/proc/11682/stat : 11682 (sh) S 11659 11659 11021 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21181283 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11682/statm: 1339 232 193 169 0 50 0
[pid=11683] ppid=11682 vsize=4360 CPUtime=1798.04
/proc/11683/stat : 11683 (picosat) R 11682 11659 11021 0 -1 4194304 1185 0 0 0 179792 12 0 0 25 0 1 0 21181284 4464640 1010 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/11683/statm: 1090 1010 48 102 0 985 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 26584

Child status: 0
Real time (s): 1806.52
CPU time (s): 1800.08
CPU user time (s): 1799.82
CPU system time (s): 0.25996
CPU usage (%): 99.6433
Max. virtual memory (cumulated for all children) (KiB): 887012

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.82
system time used= 0.25996
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19814
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1977
involuntary context switches= 21449

runsolver used 2.18067 second user time and 5.74113 second system time

The end

Launcher Data

Begin job on node9 at 2009-07-11 21:39:00
IDJOB=2066065
IDBENCH=54466
IDSOLVER=738
FILE ID=node9/2066065-1247341139
PBS_JOBID= 9506699
Free space on /tmp= 66376 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/pseudo/par/normalized-par-32-3-c.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-2066065-1247341139/watcher-2066065-1247341139 -o /tmp/evaluation-result-2066065-1247341139/solver-2066065-1247341139 -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-2066065-1247341139.xml

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

MD5SUM BENCH= ba8f742f11fb03cbfcc6b53468067cc9
RANDOM SEED=387462958

node9.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.216
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.216
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:        859500 kB
Buffers:         69716 kB
Cached:        1043036 kB
SwapCached:          0 kB
Active:         490232 kB
Inactive:       651776 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        859500 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            2276 kB
Writeback:           0 kB
Mapped:          42024 kB
Slab:            39548 kB
Committed_AS:   158720 kB
PageTables:       1864 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= 66396 MiB
End job on node9 at 2009-07-11 22:09:08