Trace number 2057947

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.09 1803.32

General information on the benchmark

Namecsp/BH-4-7/
normalized-BlackHole-4-7-e-2_ext.xml
MD5SUMf21ccc0da74fb345380c65d4914b72c4
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.046992
Satisfiable
(Un)Satisfiability was proved
Number of variables112
Number of constraints1261
Maximum constraint arity2
Maximum domain size28
Number of constraints which are defined in extension1261
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.00/0.07	c 0	Sugar v1-14-6 + HOME/picosat
0.00/0.07	c 0	BEGIN Sat Jul 11 15:43:56 2009
0.00/0.07	c 0	PID 11258
0.06/0.07	c 0	HOST node8.alineos.net
0.06/0.07	c 0	CONVERTING HOME/instance-2057947-1247319836.xml TO HOME/temp.csp
0.06/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2057947-1247319836.xml' 'HOME/temp.csp'
0.06/0.44	c 1	4 domains, 112 variables, 0 predicates, 8 relations, 1261 constraints
0.06/0.49	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.49	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.42/0.57	c 1	Parsing HOME/temp.csp
0.42/0.69	c 1	parsed 1385 expressions
0.42/0.69	c 1	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.42/0.69	c 1	Converting to clausal form CSP
0.42/0.72	c 1	converted 139 (10%) expressions
0.42/0.74	c 1	converted 277 (20%) expressions
0.42/0.76	c 1	converted 416 (30%) expressions
0.42/0.78	c 1	converted 554 (40%) expressions
0.42/0.81	c 1	converted 693 (50%) expressions
0.42/0.82	c 1	converted 831 (60%) expressions
0.42/0.88	c 1	converted 970 (70%) expressions
0.42/0.91	c 1	converted 1108 (80%) expressions
0.42/0.92	c 1	converted 1247 (90%) expressions
0.42/0.94	c 1	converted 1385 (100%) expressions
0.42/0.94	c 1	CSP : 112 integers, 0 booleans, 1261 clauses, largest domain size 28
0.42/0.94	c 1	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.42/0.94	c 1	Propagation in CSP
0.42/0.94	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.42/0.94	c 1	CSP : 112 integers, 0 booleans, 1261 clauses, largest domain size 28
0.42/0.94	c 1	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.42/0.95	c 1	Simplifing CSP by introducing new Boolean variables
0.42/0.95	c 1	CSP : 112 integers, 0 booleans, 1261 clauses, largest domain size 28
0.42/0.95	c 1	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.91/1.01	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.91/1.02	c 1	12 (10%) CSP integer variables are encoded (176 clauses, 1798 bytes)
0.91/1.02	c 1	23 (20%) CSP integer variables are encoded (399 clauses, 4251 bytes)
0.91/1.02	c 1	34 (30%) CSP integer variables are encoded (601 clauses, 6473 bytes)
0.91/1.02	c 1	45 (40%) CSP integer variables are encoded (803 clauses, 8695 bytes)
0.91/1.03	c 1	56 (50%) CSP integer variables are encoded (1026 clauses, 11303 bytes)
0.91/1.03	c 1	68 (60%) CSP integer variables are encoded (1254 clauses, 14267 bytes)
0.91/1.03	c 1	79 (70%) CSP integer variables are encoded (1456 clauses, 16893 bytes)
0.91/1.03	c 1	90 (80%) CSP integer variables are encoded (1616 clauses, 18973 bytes)
0.91/1.03	c 1	101 (90%) CSP integer variables are encoded (1748 clauses, 20689 bytes)
0.91/1.03	c 1	112 (100%) CSP integer variables are encoded (1880 clauses, 22405 bytes)
0.91/1.08	c 1	127 (10%) CSP clauses are encoded (2700 clauses, 35211 bytes)
1.00/1.11	c 1	253 (20%) CSP clauses are encoded (4192 clauses, 60500 bytes)
1.00/1.13	c 1	379 (30%) CSP clauses are encoded (5874 clauses, 92613 bytes)
1.00/1.16	c 1	505 (40%) CSP clauses are encoded (7534 clauses, 123689 bytes)
1.00/1.19	c 1	631 (50%) CSP clauses are encoded (9122 clauses, 153560 bytes)
1.10/1.22	c 1	757 (60%) CSP clauses are encoded (10782 clauses, 185279 bytes)
1.10/1.24	c 1	883 (70%) CSP clauses are encoded (12304 clauses, 213790 bytes)
1.10/1.27	c 2	1009 (80%) CSP clauses are encoded (13960 clauses, 245649 bytes)
1.10/1.29	c 2	1135 (90%) CSP clauses are encoded (15672 clauses, 280209 bytes)
1.20/1.32	c 2	1261 (100%) CSP clauses are encoded (17532 clauses, 317576 bytes)
1.20/1.32	c 2	1261 CSP clauses encoded
1.20/1.32	c 2	Writing map file : HOME/temp.map
1.20/1.32	c 2	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.20/1.32	c 2	SAT : 1990 SAT variables, 17532 SAT clauses, 317576 bytes
1.20/1.32	c 2	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.20/1.33	c 2	SOLVING HOME/temp.cnf
1.20/1.33	c 2	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.04/1803.30	sh: line 1: 11282 Terminated              HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out' 2>&1
1800.04/1803.30	c 1804	DECODING HOME/temp.out WITH HOME/temp.map
1800.04/1803.30	c 1804	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.04/1803.31	c ERROR INTERRUPTED
1800.04/1803.32	s UNKNOWN
1800.04/1803.32	c 1804	CPU 1800.06 (0.05 0.01 1799.73 0.27)
1800.04/1803.32	c 1804	END Sat Jul 11 16:14:00 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-2057947-1247319836/watcher-2057947-1247319836 -o /tmp/evaluation-result-2057947-1247319836/solver-2057947-1247319836 -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-2057947-1247319836.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: 1.87 1.95 1.70 4/74 11258
/proc/meminfo: memFree=1191808/2055920 swapFree=4192956/4192956
[pid=11258] ppid=11256 vsize=12268 CPUtime=0
/proc/11258/stat : 11258 (sugar) R 11256 11258 10799 0 -1 4194304 349 0 0 0 0 0 0 0 19 0 1 0 19050872 12562432 317 996147200 4194304 4206940 548682068608 18446744073709551615 228720410720 0 0 4224 0 0 0 0 17 0 0 0
/proc/11258/statm: 3067 317 241 3 0 167 0

[startup+0.07382 s]
/proc/loadavg: 1.87 1.95 1.70 4/74 11258
/proc/meminfo: memFree=1191808/2055920 swapFree=4192956/4192956
[pid=11258] ppid=11256 vsize=16740 CPUtime=0.06
/proc/11258/stat : 11258 (sugar) S 11256 11258 10799 0 -1 4194304 1152 0 0 0 5 1 0 0 19 0 1 0 19050872 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11258/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.102448 s]
/proc/loadavg: 1.87 1.95 1.70 4/74 11258
/proc/meminfo: memFree=1191808/2055920 swapFree=4192956/4192956
[pid=11258] ppid=11256 vsize=16868 CPUtime=0.06
/proc/11258/stat : 11258 (sugar) S 11256 11258 10799 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 19050872 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11258/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301466 s]
/proc/loadavg: 1.87 1.95 1.70 4/74 11258
/proc/meminfo: memFree=1191808/2055920 swapFree=4192956/4192956
[pid=11258] ppid=11256 vsize=16868 CPUtime=0.06
/proc/11258/stat : 11258 (sugar) S 11256 11258 10799 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 19050872 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11258/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.702503 s]
/proc/loadavg: 1.87 1.95 1.70 4/74 11258
/proc/meminfo: memFree=1191808/2055920 swapFree=4192956/4192956
[pid=11258] ppid=11256 vsize=16868 CPUtime=0.42
/proc/11258/stat : 11258 (sugar) S 11256 11258 10799 0 -1 4194304 1309 4785 0 1 5 1 33 3 15 0 1 0 19050872 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11258/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 16868

[startup+1.50158 s]
/proc/loadavg: 1.87 1.95 1.70 4/85 11280
/proc/meminfo: memFree=1175080/2055920 swapFree=4192956/4192956
[pid=11258] ppid=11256 vsize=16868 CPUtime=1.23
/proc/11258/stat : 11258 (sugar) S 11256 11258 10799 0 -1 4194304 1365 11948 0 2 5 1 109 8 16 0 1 0 19050872 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11258/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 16868

[startup+3.10173 s]
/proc/loadavg: 1.88 1.95 1.70 3/77 11282
/proc/meminfo: memFree=1186912/2055920 swapFree=4192956/4192956
[pid=11258] ppid=11256 vsize=16868 CPUtime=1.23
/proc/11258/stat : 11258 (sugar) S 11256 11258 10799 0 -1 4194304 1365 11948 0 2 5 1 109 8 16 0 1 0 19050872 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11258/statm: 4217 1113 409 3 0 796 0
[pid=11281] ppid=11258 vsize=5356 CPUtime=0
/proc/11281/stat : 11281 (sh) S 11258 11258 10799 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19051006 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11281/statm: 1339 232 193 169 0 50 0
[pid=11282] ppid=11281 vsize=1804 CPUtime=1.75
/proc/11282/stat : 11282 (picosat) R 11281 11258 10799 0 -1 4194304 384 0 0 0 167 8 0 0 25 0 1 0 19051006 1847296 368 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 0 0 0
/proc/11282/statm: 451 368 48 102 0 346 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 24028

[startup+6.30202 s]
/proc/loadavg: 1.88 1.95 1.70 3/77 11282
/proc/meminfo: memFree=1186400/2055920 swapFree=4192956/4192956
[pid=11258] ppid=11256 vsize=16868 CPUtime=1.23
/proc/11258/stat : 11258 (sugar) S 11256 11258 10799 0 -1 4194304 1365 11948 0 2 5 1 109 8 16 0 1 0 19050872 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11258/statm: 4217 1113 409 3 0 796 0
[pid=11281] ppid=11258 vsize=5356 CPUtime=0
/proc/11281/stat : 11281 (sh) S 11258 11258 10799 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19051006 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11281/statm: 1339 232 193 169 0 50 0
[pid=11282] ppid=11281 vsize=2044 CPUtime=4.95
/proc/11282/stat : 11282 (picosat) R 11281 11258 10799 0 -1 4194304 454 0 0 0 487 8 0 0 25 0 1 0 19051006 2093056 438 996147200 134512640 134931368 4294956256 18446744073709551615 134597652 0 0 4096 0 0 0 0 17 0 0 0
/proc/11282/statm: 511 438 48 102 0 406 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 24268

[startup+12.7016 s]
/proc/loadavg: 1.90 1.96 1.71 3/77 11282
/proc/meminfo: memFree=1185824/2055920 swapFree=4192956/4192956
[pid=11258] ppid=11256 vsize=16868 CPUtime=1.23
/proc/11258/stat : 11258 (sugar) S 11256 11258 10799 0 -1 4194304 1365 11948 0 2 5 1 109 8 16 0 1 0 19050872 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11258/statm: 4217 1113 409 3 0 796 0
[pid=11281] ppid=11258 vsize=5356 CPUtime=0
/proc/11281/stat : 11281 (sh) S 11258 11258 10799 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19051006 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11281/statm: 1339 232 193 169 0 50 0
[pid=11282] ppid=11281 vsize=2404 CPUtime=11.34
/proc/11282/stat : 11282 (picosat) R 11281 11258 10799 0 -1 4194304 540 0 0 0 1126 8 0 0 25 0 1 0 19051006 2461696 524 996147200 134512640 134931368 4294956256 18446744073709551615 134525921 0 0 4096 0 0 0 0 17 0 0 0
/proc/11282/statm: 601 524 48 102 0 496 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 24628

[startup+25.5028 s]
/proc/loadavg: 1.91 1.96 1.71 3/77 11282
/proc/meminfo: memFree=1185312/2055920 swapFree=4192956/4192956
[pid=11258] ppid=11256 vsize=16868 CPUtime=1.23
/proc/11258/stat : 11258 (sugar) S 11256 11258 10799 0 -1 4194304 1365 11948 0 2 5 1 109 8 16 0 1 0 19050872 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11258/statm: 4217 1113 409 3 0 796 0
[pid=11281] ppid=11258 vsize=5356 CPUtime=0
/proc/11281/stat : 11281 (sh) S 11258 11258 10799 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19051006 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11281/statm: 1339 232 193 169 0 50 0
[pid=11282] ppid=11281 vsize=2988 CPUtime=24.14
/proc/11282/stat : 11282 (picosat) R 11281 11258 10799 0 -1 4194304 682 0 0 0 2406 8 0 0 25 0 1 0 19051006 3059712 666 996147200 134512640 134931368 4294956256 18446744073709551615 134525858 0 0 4096 0 0 0 0 17 0 0 0
/proc/11282/statm: 747 666 48 102 0 642 0
Current children cumulated CPU time (s) 25.37
Current children cumulated vsize (KiB) 25212

[startup+51.1022 s]
/proc/loadavg: 2.00 1.97 1.72 3/77 11282
/proc/meminfo: memFree=1184800/2055920 swapFree=4192956/4192956
[pid=11258] ppid=11256 vsize=16868 CPUtime=1.23
/proc/11258/stat : 11258 (sugar) S 11256 11258 10799 0 -1 4194304 1365 11948 0 2 5 1 109 8 16 0 1 0 19050872 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11258/statm: 4217 1113 409 3 0 796 0
[pid=11281] ppid=11258 vsize=5356 CPUtime=0
/proc/11281/stat : 11281 (sh) S 11258 11258 10799 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19051006 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11281/statm: 1339 232 193 169 0 50 0
[pid=11282] ppid=11281 vsize=3572 CPUtime=49.74
/proc/11282/stat : 11282 (picosat) R 11281 11258 10799 0 -1 4194304 838 0 0 0 4965 9 0 0 25 0 1 0 19051006 3657728 819 996147200 134512640 134931368 4294956256 18446744073709551615 134525715 0 0 4096 0 0 0 0 17 0 0 0
/proc/11282/statm: 893 819 48 102 0 788 0
Current children cumulated CPU time (s) 50.97
Current children cumulated vsize (KiB) 25796

[startup+102.307 s]
/proc/loadavg: 2.06 1.99 1.74 3/77 11282
/proc/meminfo: memFree=1183904/2055920 swapFree=4192956/4192956
[pid=11258] ppid=11256 vsize=16868 CPUtime=1.23
/proc/11258/stat : 11258 (sugar) S 11256 11258 10799 0 -1 4194304 1365 11948 0 2 5 1 109 8 16 0 1 0 19050872 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11258/statm: 4217 1113 409 3 0 796 0
[pid=11281] ppid=11258 vsize=5356 CPUtime=0
/proc/11281/stat : 11281 (sh) S 11258 11258 10799 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19051006 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11281/statm: 1339 232 193 169 0 50 0
[pid=11282] ppid=11281 vsize=4324 CPUtime=100.92
/proc/11282/stat : 11282 (picosat) R 11281 11258 10799 0 -1 4194304 1003 0 0 0 10083 9 0 0 25 0 1 0 19051006 4427776 981 996147200 134512640 134931368 4294956256 18446744073709551615 134529339 0 0 4096 0 0 0 0 17 0 0 0
/proc/11282/statm: 1081 981 48 102 0 976 0
Current children cumulated CPU time (s) 102.15
Current children cumulated vsize (KiB) 26548

[startup+162.303 s]
/proc/loadavg: 2.12 2.02 1.76 3/77 11282
/proc/meminfo: memFree=1183200/2055920 swapFree=4192956/4192956
[pid=11258] ppid=11256 vsize=16868 CPUtime=1.23
/proc/11258/stat : 11258 (sugar) S 11256 11258 10799 0 -1 4194304 1365 11948 0 2 5 1 109 8 16 0 1 0 19050872 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11258/statm: 4217 1113 409 3 0 796 0
[pid=11281] ppid=11258 vsize=5356 CPUtime=0
/proc/11281/stat : 11281 (sh) S 11258 11258 10799 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19051006 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11281/statm: 1339 232 193 169 0 50 0
[pid=11282] ppid=11281 vsize=4920 CPUtime=160.89
/proc/11282/stat : 11282 (picosat) R 11281 11258 10799 0 -1 4194304 1208 0 0 0 16080 9 0 0 25 0 1 0 19051006 5038080 1145 996147200 134512640 134931368 4294956256 18446744073709551615 134529868 0 0 4096 0 0 0 0 17 0 0 0
/proc/11282/statm: 1230 1145 48 102 0 1125 0
Current children cumulated CPU time (s) 162.12
Current children cumulated vsize (KiB) 27144

[startup+222.302 s]
/proc/loadavg: 2.04 2.01 1.77 3/77 11282
/proc/meminfo: memFree=1182688/2055920 swapFree=4192956/4192956
[pid=11258] ppid=11256 vsize=16868 CPUtime=1.23
/proc/11258/stat : 11258 (sugar) S 11256 11258 10799 0 -1 4194304 1365 11948 0 2 5 1 109 8 16 0 1 0 19050872 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11258/statm: 4217 1113 409 3 0 796 0
[pid=11281] ppid=11258 vsize=5356 CPUtime=0
/proc/11281/stat : 11281 (sh) S 11258 11258 10799 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19051006 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11281/statm: 1339 232 193 169 0 50 0
[pid=11282] ppid=11281 vsize=5636 CPUtime=220.87
/proc/11282/stat : 11282 (picosat) R 11281 11258 10799 0 -1 4194304 1422 0 0 0 22078 9 0 0 25 0 1 0 19051006 5771264 1300 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/11282/statm: 1409 1300 48 102 0 1304 0
Current children cumulated CPU time (s) 222.1
Current children cumulated vsize (KiB) 27860

[startup+282.303 s]
/proc/loadavg: 2.01 2.01 1.79 3/78 11283
/proc/meminfo: memFree=1182424/2055920 swapFree=4192956/4192956
[pid=11258] ppid=11256 vsize=16868 CPUtime=1.23
/proc/11258/stat : 11258 (sugar) S 11256 11258 10799 0 -1 4194304 1365 11948 0 2 5 1 109 8 16 0 1 0 19050872 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11258/statm: 4217 1113 409 3 0 796 0
[pid=11281] ppid=11258 vsize=5356 CPUtime=0
/proc/11281/stat : 11281 (sh) S 11258 11258 10799 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19051006 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11281/statm: 1339 232 193 169 0 50 0
[pid=11282] ppid=11281 vsize=5868 CPUtime=280.85
/proc/11282/stat : 11282 (picosat) R 11281 11258 10799 0 -1 4194304 1705 0 0 0 28076 9 0 0 25 0 1 0 19051006 6008832 1335 996147200 134512640 134931368 4294956256 18446744073709551615 134597654 0 0 4096 0 0 0 0 17 0 0 0
/proc/11282/statm: 1467 1335 48 102 0 1362 0
Current children cumulated CPU time (s) 282.08
Current children cumulated vsize (KiB) 28092

[startup+342.302 s]

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

[pid=11258] ppid=11256 vsize=16868 CPUtime=1.23
/proc/11258/stat : 11258 (sugar) S 11256 11258 10799 0 -1 4194304 1365 11948 0 2 5 1 109 8 16 0 1 0 19050872 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11258/statm: 4217 1113 409 3 0 796 0
[pid=11281] ppid=11258 vsize=5356 CPUtime=0
/proc/11281/stat : 11281 (sh) S 11258 11258 10799 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19051006 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11281/statm: 1339 232 193 169 0 50 0
[pid=11282] ppid=11281 vsize=9204 CPUtime=1299.94
/proc/11282/stat : 11282 (picosat) R 11281 11258 10799 0 -1 4194304 8425 0 0 0 129978 16 0 0 25 0 1 0 19051006 9424896 2175 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/11282/statm: 2301 2175 48 102 0 2196 0
Current children cumulated CPU time (s) 1301.17
Current children cumulated vsize (KiB) 31428

[startup+1362.3 s]
/proc/loadavg: 1.99 1.98 1.91 3/85 11335
/proc/meminfo: memFree=1167064/2055920 swapFree=4192956/4192956
[pid=11258] ppid=11256 vsize=16868 CPUtime=1.23
/proc/11258/stat : 11258 (sugar) S 11256 11258 10799 0 -1 4194304 1365 11948 0 2 5 1 109 8 16 0 1 0 19050872 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11258/statm: 4217 1113 409 3 0 796 0
[pid=11281] ppid=11258 vsize=5356 CPUtime=0
/proc/11281/stat : 11281 (sh) S 11258 11258 10799 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19051006 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11281/statm: 1339 232 193 169 0 50 0
[pid=11282] ppid=11281 vsize=9468 CPUtime=1359.67
/proc/11282/stat : 11282 (picosat) R 11281 11258 10799 0 -1 4194304 8677 0 0 0 135951 16 0 0 25 0 1 0 19051006 9695232 2241 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/11282/statm: 2367 2241 48 102 0 2262 0
Current children cumulated CPU time (s) 1360.9
Current children cumulated vsize (KiB) 31692

[startup+1422.31 s]
/proc/loadavg: 1.99 1.98 1.91 3/85 11335
/proc/meminfo: memFree=1167256/2055920 swapFree=4192956/4192956
[pid=11258] ppid=11256 vsize=16868 CPUtime=1.23
/proc/11258/stat : 11258 (sugar) S 11256 11258 10799 0 -1 4194304 1365 11948 0 2 5 1 109 8 16 0 1 0 19050872 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11258/statm: 4217 1113 409 3 0 796 0
[pid=11281] ppid=11258 vsize=5356 CPUtime=0
/proc/11281/stat : 11281 (sh) S 11258 11258 10799 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19051006 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11281/statm: 1339 232 193 169 0 50 0
[pid=11282] ppid=11281 vsize=9460 CPUtime=1419.42
/proc/11282/stat : 11282 (picosat) R 11281 11258 10799 0 -1 4194304 8748 0 0 0 141926 16 0 0 25 0 1 0 19051006 9687040 2196 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/11282/statm: 2365 2196 48 102 0 2260 0
Current children cumulated CPU time (s) 1420.65
Current children cumulated vsize (KiB) 31684

[startup+1482.3 s]
/proc/loadavg: 2.07 2.00 1.91 3/85 11335
/proc/meminfo: memFree=1167064/2055920 swapFree=4192956/4192956
[pid=11258] ppid=11256 vsize=16868 CPUtime=1.23
/proc/11258/stat : 11258 (sugar) S 11256 11258 10799 0 -1 4194304 1365 11948 0 2 5 1 109 8 16 0 1 0 19050872 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11258/statm: 4217 1113 409 3 0 796 0
[pid=11281] ppid=11258 vsize=5356 CPUtime=0
/proc/11281/stat : 11281 (sh) S 11258 11258 10799 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19051006 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11281/statm: 1339 232 193 169 0 50 0
[pid=11282] ppid=11281 vsize=9724 CPUtime=1479.17
/proc/11282/stat : 11282 (picosat) R 11281 11258 10799 0 -1 4194304 9048 0 0 0 147900 17 0 0 25 0 1 0 19051006 9957376 2236 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/11282/statm: 2431 2236 48 102 0 2326 0
Current children cumulated CPU time (s) 1480.4
Current children cumulated vsize (KiB) 31948

[startup+1542.3 s]
/proc/loadavg: 2.08 2.02 1.92 3/85 11335
/proc/meminfo: memFree=1166872/2055920 swapFree=4192956/4192956
[pid=11258] ppid=11256 vsize=16868 CPUtime=1.23
/proc/11258/stat : 11258 (sugar) S 11256 11258 10799 0 -1 4194304 1365 11948 0 2 5 1 109 8 16 0 1 0 19050872 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11258/statm: 4217 1113 409 3 0 796 0
[pid=11281] ppid=11258 vsize=5356 CPUtime=0
/proc/11281/stat : 11281 (sh) S 11258 11258 10799 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19051006 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11281/statm: 1339 232 193 169 0 50 0
[pid=11282] ppid=11281 vsize=9856 CPUtime=1538.91
/proc/11282/stat : 11282 (picosat) R 11281 11258 10799 0 -1 4194304 9284 0 0 0 153874 17 0 0 25 0 1 0 19051006 10092544 2277 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/11282/statm: 2464 2277 48 102 0 2359 0
Current children cumulated CPU time (s) 1540.14
Current children cumulated vsize (KiB) 32080

[startup+1602.3 s]
/proc/loadavg: 2.09 2.03 1.93 3/85 11335
/proc/meminfo: memFree=1166808/2055920 swapFree=4192956/4192956
[pid=11258] ppid=11256 vsize=16868 CPUtime=1.23
/proc/11258/stat : 11258 (sugar) S 11256 11258 10799 0 -1 4194304 1365 11948 0 2 5 1 109 8 16 0 1 0 19050872 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11258/statm: 4217 1113 409 3 0 796 0
[pid=11281] ppid=11258 vsize=5356 CPUtime=0
/proc/11281/stat : 11281 (sh) S 11258 11258 10799 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19051006 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11281/statm: 1339 232 193 169 0 50 0
[pid=11282] ppid=11281 vsize=9856 CPUtime=1598.66
/proc/11282/stat : 11282 (picosat) R 11281 11258 10799 0 -1 4194304 9618 0 0 0 159849 17 0 0 25 0 1 0 19051006 10092544 2286 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/11282/statm: 2464 2286 48 102 0 2359 0
Current children cumulated CPU time (s) 1599.89
Current children cumulated vsize (KiB) 32080

[startup+1662.3 s]
/proc/loadavg: 2.29 2.08 1.95 3/85 11335
/proc/meminfo: memFree=1166424/2055920 swapFree=4192956/4192956
[pid=11258] ppid=11256 vsize=16868 CPUtime=1.23
/proc/11258/stat : 11258 (sugar) S 11256 11258 10799 0 -1 4194304 1365 11948 0 2 5 1 109 8 16 0 1 0 19050872 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11258/statm: 4217 1113 409 3 0 796 0
[pid=11281] ppid=11258 vsize=5356 CPUtime=0
/proc/11281/stat : 11281 (sh) S 11258 11258 10799 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19051006 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11281/statm: 1339 232 193 169 0 50 0
[pid=11282] ppid=11281 vsize=10252 CPUtime=1658.41
/proc/11282/stat : 11282 (picosat) R 11281 11258 10799 0 -1 4194304 9971 0 0 0 165823 18 0 0 25 0 1 0 19051006 10498048 2373 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/11282/statm: 2563 2373 48 102 0 2458 0
Current children cumulated CPU time (s) 1659.64
Current children cumulated vsize (KiB) 32476

[startup+1722.3 s]
/proc/loadavg: 2.17 2.08 1.95 3/85 11335
/proc/meminfo: memFree=1166168/2055920 swapFree=4192956/4192956
[pid=11258] ppid=11256 vsize=16868 CPUtime=1.23
/proc/11258/stat : 11258 (sugar) S 11256 11258 10799 0 -1 4194304 1365 11948 0 2 5 1 109 8 16 0 1 0 19050872 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11258/statm: 4217 1113 409 3 0 796 0
[pid=11281] ppid=11258 vsize=5356 CPUtime=0
/proc/11281/stat : 11281 (sh) S 11258 11258 10799 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19051006 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11281/statm: 1339 232 193 169 0 50 0
[pid=11282] ppid=11281 vsize=10448 CPUtime=1718.16
/proc/11282/stat : 11282 (picosat) R 11281 11258 10799 0 -1 4194304 10113 0 0 0 171798 18 0 0 25 0 1 0 19051006 10698752 2447 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/11282/statm: 2612 2447 48 102 0 2507 0
Current children cumulated CPU time (s) 1719.39
Current children cumulated vsize (KiB) 32672

[startup+1782.3 s]
/proc/loadavg: 2.05 2.06 1.95 3/85 11335
/proc/meminfo: memFree=1166552/2055920 swapFree=4192956/4192956
[pid=11258] ppid=11256 vsize=16868 CPUtime=1.23
/proc/11258/stat : 11258 (sugar) S 11256 11258 10799 0 -1 4194304 1365 11948 0 2 5 1 109 8 16 0 1 0 19050872 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11258/statm: 4217 1113 409 3 0 796 0
[pid=11281] ppid=11258 vsize=5356 CPUtime=0
/proc/11281/stat : 11281 (sh) S 11258 11258 10799 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19051006 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11281/statm: 1339 232 193 169 0 50 0
[pid=11282] ppid=11281 vsize=9944 CPUtime=1777.9
/proc/11282/stat : 11282 (picosat) R 11281 11258 10799 0 -1 4194304 10317 0 0 0 177772 18 0 0 25 0 1 0 19051006 10182656 2324 996147200 134512640 134931368 4294956256 18446744073709551615 134524232 0 0 4096 0 0 0 0 17 1 0 0
/proc/11282/statm: 2486 2324 48 102 0 2381 0
Current children cumulated CPU time (s) 1779.13
Current children cumulated vsize (KiB) 32168



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1803.3 s]
/proc/loadavg: 2.04 2.06 1.95 3/85 11335
/proc/meminfo: memFree=1166552/2055920 swapFree=4192956/4192956
[pid=11258] ppid=11256 vsize=16868 CPUtime=1.23
/proc/11258/stat : 11258 (sugar) S 11256 11258 10799 0 -1 4194304 1365 11948 0 2 5 1 109 8 16 0 1 0 19050872 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11258/statm: 4217 1113 409 3 0 796 0
[pid=11281] ppid=11258 vsize=5356 CPUtime=0
/proc/11281/stat : 11281 (sh) S 11258 11258 10799 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19051006 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11281/statm: 1339 232 193 169 0 50 0
[pid=11282] ppid=11281 vsize=9944 CPUtime=1798.81
/proc/11282/stat : 11282 (picosat) R 11281 11258 10799 0 -1 4194304 10385 0 0 0 179863 18 0 0 25 0 1 0 19051006 10182656 2324 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/11282/statm: 2486 2324 48 102 0 2381 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 32168

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

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

[startup+1803.3 s]
/proc/loadavg: 2.04 2.06 1.95 3/85 11335
/proc/meminfo: memFree=1166552/2055920 swapFree=4192956/4192956
[pid=11258] ppid=11256 vsize=16868 CPUtime=1.23
/proc/11258/stat : 11258 (sugar) S 11256 11258 10799 0 -1 4194304 1365 11948 0 2 5 1 109 8 16 0 1 0 19050872 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11258/statm: 4217 1113 409 3 0 796 0
[pid=11281] ppid=11258 vsize=5356 CPUtime=0
/proc/11281/stat : 11281 (sh) S 11258 11258 10799 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19051006 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11281/statm: 1339 232 193 169 0 50 0
[pid=11282] ppid=11281 vsize=9944 CPUtime=1798.81
/proc/11282/stat : 11282 (picosat) R 11281 11258 10799 0 -1 4194304 10385 0 0 0 179863 18 0 0 25 0 1 0 19051006 10182656 2324 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/11282/statm: 2486 2324 48 102 0 2381 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 32168

Child status: 0
Real time (s): 1803.32
CPU time (s): 1800.09
CPU user time (s): 1799.79
CPU system time (s): 0.295955
CPU usage (%): 99.8206
Max. virtual memory (cumulated for all children) (KiB): 886592

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.79
system time used= 0.295955
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24480
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= 1660
involuntary context switches= 12648

runsolver used 1.86472 second user time and 4.91525 second system time

The end

Launcher Data

Begin job on node8 at 2009-07-11 15:43:56
IDJOB=2057947
IDBENCH=53426
IDSOLVER=738
FILE ID=node8/2057947-1247319836
PBS_JOBID= 9506611
Free space on /tmp= 66272 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/BH-4-7/normalized-BlackHole-4-7-e-2_ext.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-2057947-1247319836/watcher-2057947-1247319836 -o /tmp/evaluation-result-2057947-1247319836/solver-2057947-1247319836 -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-2057947-1247319836.xml

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

MD5SUM BENCH= f21ccc0da74fb345380c65d4914b72c4
RANDOM SEED=467617782

node8.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.213
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.213
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1192296 kB
Buffers:         49512 kB
Cached:         735956 kB
SwapCached:          0 kB
Active:         258704 kB
Inactive:       551808 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1192296 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1496 kB
Writeback:           0 kB
Mapped:          35812 kB
Slab:            38320 kB
Committed_AS:   188696 kB
PageTables:       1724 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66268 MiB
End job on node8 at 2009-07-11 16:14:02