Trace number 2057430

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.14 1801.22

General information on the benchmark

Namecsp/rand-2-27/
normalized-rand-27-27-351-163-57021_ext.xml
MD5SUM73a72b58fd08e3bdce88f31cfc83b195
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 benchmark1087.2
Satisfiable
(Un)Satisfiability was proved
Number of variables27
Number of constraints351
Maximum constraint arity2
Maximum domain size27
Number of constraints which are defined in extension351
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.03/0.19	c 0	Sugar v1-14-6 + HOME/picosat
0.03/0.19	c 0	BEGIN Sat Jul 11 15:13:05 2009
0.03/0.19	c 0	PID 11180
0.03/0.20	c 0	HOST node41.alineos.net
0.03/0.20	c 0	CONVERTING HOME/instance-2057430-1247317984.xml TO HOME/temp.csp
0.07/0.20	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2057430-1247317984.xml' 'HOME/temp.csp'
0.85/1.05	c 0	1 domains, 27 variables, 0 predicates, 351 relations, 351 constraints
0.85/1.10	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.85/1.10	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.91/1.18	c 1	Parsing HOME/temp.csp
0.91/1.52	c 1	parsed 730 expressions
0.91/1.53	c 1	Heap : 6 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.91/1.53	c 1	Converting to clausal form CSP
0.91/1.56	c 1	converted 73 (10%) expressions
0.91/1.56	c 1	converted 146 (20%) expressions
0.91/1.57	c 1	converted 219 (30%) expressions
0.91/1.57	c 1	converted 292 (40%) expressions
0.91/1.58	c 1	converted 365 (50%) expressions
0.91/1.68	c 1	converted 438 (60%) expressions
0.91/1.71	c 1	converted 511 (70%) expressions
0.91/1.73	c 1	converted 584 (80%) expressions
0.91/1.76	c 1	converted 657 (90%) expressions
0.91/1.79	c 1	converted 730 (100%) expressions
0.91/1.79	c 1	CSP : 27 integers, 0 booleans, 351 clauses, largest domain size 27
0.91/1.79	c 1	Heap : 12 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.91/1.79	c 1	Propagation in CSP
0.91/1.79	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.91/1.79	c 1	CSP : 27 integers, 0 booleans, 351 clauses, largest domain size 27
0.91/1.79	c 1	Heap : 12 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.91/1.79	c 1	Simplifing CSP by introducing new Boolean variables
0.91/1.79	c 1	CSP : 27 integers, 0 booleans, 351 clauses, largest domain size 27
0.91/1.79	c 1	Heap : 12 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.91/1.85	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.91/1.85	c 1	3 (10%) CSP integer variables are encoded (75 clauses, 722 bytes)
0.91/1.86	c 1	6 (20%) CSP integer variables are encoded (150 clauses, 1506 bytes)
0.91/1.86	c 1	9 (30%) CSP integer variables are encoded (225 clauses, 2331 bytes)
0.91/1.86	c 1	11 (40%) CSP integer variables are encoded (275 clauses, 2881 bytes)
0.91/1.86	c 1	14 (50%) CSP integer variables are encoded (350 clauses, 3706 bytes)
0.91/1.86	c 1	17 (60%) CSP integer variables are encoded (425 clauses, 4531 bytes)
0.91/1.86	c 1	19 (70%) CSP integer variables are encoded (475 clauses, 5081 bytes)
0.91/1.86	c 1	22 (80%) CSP integer variables are encoded (550 clauses, 5906 bytes)
0.91/1.86	c 1	25 (90%) CSP integer variables are encoded (625 clauses, 6731 bytes)
0.91/1.86	c 1	27 (100%) CSP integer variables are encoded (675 clauses, 7281 bytes)
0.91/1.93	c 1	36 (10%) CSP clauses are encoded (4757 clauses, 74903 bytes)
0.91/1.96	c 1	71 (20%) CSP clauses are encoded (8683 clauses, 142716 bytes)
0.91/1.98	c 1	106 (30%) CSP clauses are encoded (12691 clauses, 214765 bytes)
0.91/2.00	c 1	141 (40%) CSP clauses are encoded (16649 clauses, 290816 bytes)
0.91/2.03	c 1	176 (50%) CSP clauses are encoded (20658 clauses, 367752 bytes)
0.91/2.05	c 1	211 (60%) CSP clauses are encoded (24604 clauses, 443412 bytes)
0.91/2.08	c 2	246 (70%) CSP clauses are encoded (28625 clauses, 520525 bytes)
1.89/2.11	c 2	281 (80%) CSP clauses are encoded (32582 clauses, 596362 bytes)
1.89/2.13	c 2	316 (90%) CSP clauses are encoded (36549 clauses, 672356 bytes)
1.89/2.15	c 2	351 (100%) CSP clauses are encoded (40542 clauses, 749003 bytes)
1.89/2.16	c 2	351 CSP clauses encoded
1.89/2.16	c 2	Writing map file : HOME/temp.map
1.89/2.16	c 2	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.89/2.16	c 2	SAT : 702 SAT variables, 40542 SAT clauses, 749003 bytes
1.89/2.16	c 2	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.95/2.21	c 2	SOLVING HOME/temp.cnf
1.95/2.21	c 2	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.09/1801.21	sh: line 1: 11204 Terminated              HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out' 2>&1
1800.09/1801.21	c 1801	DECODING HOME/temp.out WITH HOME/temp.map
1800.09/1801.21	c 1801	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.09/1801.22	c ERROR INTERRUPTED
1800.09/1801.22	s UNKNOWN
1800.09/1801.22	c 1801	CPU 1800.12 (0.05 0.02 1799.5 0.55)
1800.09/1801.22	c 1801	END Sat Jul 11 15:43: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-2057430-1247317984/watcher-2057430-1247317984 -o /tmp/evaluation-result-2057430-1247317984/solver-2057430-1247317984 -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-2057430-1247317984.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.52 0.62 0.23 4/69 11180
/proc/meminfo: memFree=768200/2055920 swapFree=4192956/4192956
[pid=11180] ppid=11178 vsize=6268 CPUtime=0
/proc/11180/stat : 11180 (sugar) R 11178 11180 10978 0 -1 4194304 62 0 0 0 0 0 0 0 19 0 1 0 18490145 6418432 47 996147200 4194304 4206940 548682068608 18446744073709551615 209133303177 0 2147483391 4096 0 0 0 0 17 1 0 0
/proc/11180/statm: 1567 47 36 3 0 8 0

[startup+0.04739 s]
/proc/loadavg: 1.52 0.62 0.23 4/69 11180
/proc/meminfo: memFree=768200/2055920 swapFree=4192956/4192956
[pid=11180] ppid=11178 vsize=13204 CPUtime=0.02
/proc/11180/stat : 11180 (sugar) D 11178 11180 10978 0 -1 4194304 687 0 0 0 2 0 0 0 18 0 1 0 18490145 13520896 655 996147200 4194304 4206940 548682068608 18446744073709551615 209136089701 0 2147483391 4224 0 18446744072099781622 0 0 17 1 0 0
/proc/11180/statm: 3301 655 336 3 0 401 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13204

[startup+0.101595 s]
/proc/loadavg: 1.52 0.62 0.23 4/69 11180
/proc/meminfo: memFree=768200/2055920 swapFree=4192956/4192956
[pid=11180] ppid=11178 vsize=13336 CPUtime=0.03
/proc/11180/stat : 11180 (sugar) D 11178 11180 10978 0 -1 4194304 736 0 0 0 2 1 0 0 18 0 1 0 18490145 13656064 704 996147200 4194304 4206940 548682068608 18446744073709551615 209144822782 0 0 4224 0 18446744071563608240 0 0 17 1 0 0
/proc/11180/statm: 3334 704 338 3 0 434 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13336

[startup+0.301619 s]
/proc/loadavg: 1.52 0.62 0.23 4/69 11180
/proc/meminfo: memFree=768200/2055920 swapFree=4192956/4192956
[pid=11180] ppid=11178 vsize=16868 CPUtime=0.07
/proc/11180/stat : 11180 (sugar) S 11178 11180 10978 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 18490145 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11180/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701652 s]
/proc/loadavg: 1.52 0.62 0.23 4/69 11180
/proc/meminfo: memFree=768200/2055920 swapFree=4192956/4192956
[pid=11180] ppid=11178 vsize=16868 CPUtime=0.07
/proc/11180/stat : 11180 (sugar) S 11178 11180 10978 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 18490145 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11180/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50172 s]
/proc/loadavg: 1.52 0.62 0.23 3/80 11192
/proc/meminfo: memFree=742696/2055920 swapFree=4192956/4192956
[pid=11180] ppid=11178 vsize=16868 CPUtime=0.91
/proc/11180/stat : 11180 (sugar) S 11178 11180 10978 0 -1 4194304 1309 4904 0 1 5 2 81 3 16 0 1 0 18490145 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11180/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.91
Current children cumulated vsize (KiB) 16868

[startup+3.10186 s]
/proc/loadavg: 1.52 0.62 0.23 3/80 11202
/proc/meminfo: memFree=717800/2055920 swapFree=4192956/4192956
[pid=11180] ppid=11178 vsize=16868 CPUtime=1.96
/proc/11180/stat : 11180 (sugar) S 11178 11180 10978 0 -1 4194304 1364 13191 0 3 5 2 179 10 16 0 1 0 18490145 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11180/statm: 4217 1112 409 3 0 796 0
Current children cumulated CPU time (s) 1.96
Current children cumulated vsize (KiB) 16868
heavy processes:

[startup+6.30115 s]
/proc/loadavg: 1.56 0.65 0.24 3/72 11204
/proc/meminfo: memFree=692072/2055920 swapFree=4192956/4192956
[pid=11180] ppid=11178 vsize=16868 CPUtime=1.96
/proc/11180/stat : 11180 (sugar) S 11178 11180 10978 0 -1 4194304 1364 13191 0 3 5 2 179 10 16 0 1 0 18490145 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11180/statm: 4217 1112 409 3 0 796 0
[pid=11203] ppid=11180 vsize=5356 CPUtime=0
/proc/11203/stat : 11203 (sh) S 11180 11180 10978 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18490366 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11203/statm: 1339 232 193 169 0 50 0
[pid=11204] ppid=11203 vsize=2988 CPUtime=4.06
/proc/11204/stat : 11204 (picosat) R 11203 11180 10978 0 -1 4194304 672 0 0 0 382 24 0 0 25 0 1 0 18490366 3059712 656 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/11204/statm: 747 656 48 102 0 642 0
Current children cumulated CPU time (s) 6.02
Current children cumulated vsize (KiB) 25212

[startup+12.7027 s]
/proc/loadavg: 1.59 0.67 0.24 3/72 11204
/proc/meminfo: memFree=609320/2055920 swapFree=4192956/4192956
[pid=11180] ppid=11178 vsize=16868 CPUtime=1.96
/proc/11180/stat : 11180 (sugar) S 11178 11180 10978 0 -1 4194304 1364 13191 0 3 5 2 179 10 16 0 1 0 18490145 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11180/statm: 4217 1112 409 3 0 796 0
[pid=11203] ppid=11180 vsize=5356 CPUtime=0
/proc/11203/stat : 11203 (sh) S 11180 11180 10978 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18490366 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11203/statm: 1339 232 193 169 0 50 0
[pid=11204] ppid=11203 vsize=3248 CPUtime=10.43
/proc/11204/stat : 11204 (picosat) R 11203 11180 10978 0 -1 4194304 734 0 0 0 1019 24 0 0 25 0 1 0 18490366 3325952 718 996147200 134512640 134931368 4294956256 18446744073709551615 134529083 0 0 4096 0 0 0 0 17 1 0 0
/proc/11204/statm: 812 718 48 102 0 707 0
Current children cumulated CPU time (s) 12.39
Current children cumulated vsize (KiB) 25472

[startup+25.5018 s]
/proc/loadavg: 1.68 0.73 0.27 3/72 11204
/proc/meminfo: memFree=443176/2055920 swapFree=4192956/4192956
[pid=11180] ppid=11178 vsize=16868 CPUtime=1.96
/proc/11180/stat : 11180 (sugar) S 11178 11180 10978 0 -1 4194304 1364 13191 0 3 5 2 179 10 16 0 1 0 18490145 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11180/statm: 4217 1112 409 3 0 796 0
[pid=11203] ppid=11180 vsize=5356 CPUtime=0
/proc/11203/stat : 11203 (sh) S 11180 11180 10978 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18490366 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11203/statm: 1339 232 193 169 0 50 0
[pid=11204] ppid=11203 vsize=3680 CPUtime=23.16
/proc/11204/stat : 11204 (picosat) R 11203 11180 10978 0 -1 4194304 838 0 0 0 2292 24 0 0 25 0 1 0 18490366 3768320 822 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/11204/statm: 920 822 48 102 0 815 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 25904

[startup+51.1011 s]
/proc/loadavg: 1.73 0.82 0.31 3/84 11241
/proc/meminfo: memFree=1143432/2055920 swapFree=4192956/4192956
[pid=11180] ppid=11178 vsize=16868 CPUtime=1.96
/proc/11180/stat : 11180 (sugar) S 11178 11180 10978 0 -1 4194304 1364 13191 0 3 5 2 179 10 16 0 1 0 18490145 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11180/statm: 4217 1112 409 3 0 796 0
[pid=11203] ppid=11180 vsize=5356 CPUtime=0
/proc/11203/stat : 11203 (sh) S 11180 11180 10978 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18490366 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11203/statm: 1339 232 193 169 0 50 0
[pid=11204] ppid=11203 vsize=4204 CPUtime=48.64
/proc/11204/stat : 11204 (picosat) R 11203 11180 10978 0 -1 4194304 984 0 0 0 4827 37 0 0 25 0 1 0 18490366 4304896 968 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/11204/statm: 1051 968 48 102 0 946 0
Current children cumulated CPU time (s) 50.6
Current children cumulated vsize (KiB) 26428

[startup+102.307 s]
/proc/loadavg: 1.88 1.00 0.40 3/84 11241
/proc/meminfo: memFree=1143560/2055920 swapFree=4192956/4192956
[pid=11180] ppid=11178 vsize=16868 CPUtime=1.96
/proc/11180/stat : 11180 (sugar) S 11178 11180 10978 0 -1 4194304 1364 13191 0 3 5 2 179 10 16 0 1 0 18490145 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11180/statm: 4217 1112 409 3 0 796 0
[pid=11203] ppid=11180 vsize=5356 CPUtime=0
/proc/11203/stat : 11203 (sh) S 11180 11180 10978 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18490366 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11203/statm: 1339 232 193 169 0 50 0
[pid=11204] ppid=11203 vsize=5024 CPUtime=99.84
/proc/11204/stat : 11204 (picosat) R 11203 11180 10978 0 -1 4194304 1188 0 0 0 9946 38 0 0 25 0 1 0 18490366 5144576 1131 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/11204/statm: 1256 1131 48 102 0 1151 0
Current children cumulated CPU time (s) 101.8
Current children cumulated vsize (KiB) 27248

[startup+162.302 s]
/proc/loadavg: 2.04 1.21 0.50 3/84 11241
/proc/meminfo: memFree=1140168/2055920 swapFree=4192956/4192956
[pid=11180] ppid=11178 vsize=16868 CPUtime=1.96
/proc/11180/stat : 11180 (sugar) S 11178 11180 10978 0 -1 4194304 1364 13191 0 3 5 2 179 10 16 0 1 0 18490145 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11180/statm: 4217 1112 409 3 0 796 0
[pid=11203] ppid=11180 vsize=5356 CPUtime=0
/proc/11203/stat : 11203 (sh) S 11180 11180 10978 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18490366 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11203/statm: 1339 232 193 169 0 50 0
[pid=11204] ppid=11203 vsize=5568 CPUtime=159.81
/proc/11204/stat : 11204 (picosat) R 11203 11180 10978 0 -1 4194304 1404 0 0 0 15943 38 0 0 25 0 1 0 18490366 5701632 1246 996147200 134512640 134931368 4294956256 18446744073709551615 134525778 0 0 4096 0 0 0 0 17 0 0 0
/proc/11204/statm: 1392 1246 48 102 0 1287 0
Current children cumulated CPU time (s) 161.77
Current children cumulated vsize (KiB) 27792

[startup+222.301 s]
/proc/loadavg: 2.05 1.36 0.60 3/84 11241
/proc/meminfo: memFree=1142408/2055920 swapFree=4192956/4192956
[pid=11180] ppid=11178 vsize=16868 CPUtime=1.96
/proc/11180/stat : 11180 (sugar) S 11178 11180 10978 0 -1 4194304 1364 13191 0 3 5 2 179 10 16 0 1 0 18490145 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11180/statm: 4217 1112 409 3 0 796 0
[pid=11203] ppid=11180 vsize=5356 CPUtime=0
/proc/11203/stat : 11203 (sh) S 11180 11180 10978 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18490366 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11203/statm: 1339 232 193 169 0 50 0
[pid=11204] ppid=11203 vsize=6096 CPUtime=219.79
/proc/11204/stat : 11204 (picosat) R 11203 11180 10978 0 -1 4194304 1717 0 0 0 21941 38 0 0 25 0 1 0 18490366 6242304 1374 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/11204/statm: 1524 1374 48 102 0 1419 0
Current children cumulated CPU time (s) 221.75
Current children cumulated vsize (KiB) 28320

[startup+282.301 s]
/proc/loadavg: 2.13 1.51 0.70 3/84 11241
/proc/meminfo: memFree=1139720/2055920 swapFree=4192956/4192956
[pid=11180] ppid=11178 vsize=16868 CPUtime=1.96
/proc/11180/stat : 11180 (sugar) S 11178 11180 10978 0 -1 4194304 1364 13191 0 3 5 2 179 10 16 0 1 0 18490145 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11180/statm: 4217 1112 409 3 0 796 0
[pid=11203] ppid=11180 vsize=5356 CPUtime=0
/proc/11203/stat : 11203 (sh) S 11180 11180 10978 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18490366 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11203/statm: 1339 232 193 169 0 50 0
[pid=11204] ppid=11203 vsize=6468 CPUtime=279.76
/proc/11204/stat : 11204 (picosat) R 11203 11180 10978 0 -1 4194304 2012 0 0 0 27938 38 0 0 25 0 1 0 18490366 6623232 1463 996147200 134512640 134931368 4294956256 18446744073709551615 134524232 0 0 4096 0 0 0 0 17 0 0 0
/proc/11204/statm: 1617 1463 48 102 0 1512 0
Current children cumulated CPU time (s) 281.72
Current children cumulated vsize (KiB) 28692

[startup+342.302 s]
/proc/loadavg: 2.16 1.64 0.79 3/84 11241
/proc/meminfo: memFree=1141384/2055920 swapFree=4192956/4192956
[pid=11180] ppid=11178 vsize=16868 CPUtime=1.96
/proc/11180/stat : 11180 (sugar) S 11178 11180 10978 0 -1 4194304 1364 13191 0 3 5 2 179 10 16 0 1 0 18490145 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11180/statm: 4217 1112 409 3 0 796 0

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

[pid=11180] ppid=11178 vsize=16868 CPUtime=1.96
/proc/11180/stat : 11180 (sugar) S 11178 11180 10978 0 -1 4194304 1364 13191 0 3 5 2 179 10 16 0 1 0 18490145 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11180/statm: 4217 1112 409 3 0 796 0
[pid=11203] ppid=11180 vsize=5356 CPUtime=0
/proc/11203/stat : 11203 (sh) S 11180 11180 10978 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18490366 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11203/statm: 1339 232 193 169 0 50 0
[pid=11204] ppid=11203 vsize=9556 CPUtime=1239.43
/proc/11204/stat : 11204 (picosat) R 11203 11180 10978 0 -1 4194304 4771 0 0 0 123901 42 0 0 25 0 1 0 18490366 9785344 2252 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/11204/statm: 2389 2252 48 102 0 2284 0
Current children cumulated CPU time (s) 1241.39
Current children cumulated vsize (KiB) 31780

[startup+1302.3 s]
/proc/loadavg: 2.02 2.00 1.56 3/84 11241
/proc/meminfo: memFree=1136968/2055920 swapFree=4192956/4192956
[pid=11180] ppid=11178 vsize=16868 CPUtime=1.96
/proc/11180/stat : 11180 (sugar) S 11178 11180 10978 0 -1 4194304 1364 13191 0 3 5 2 179 10 16 0 1 0 18490145 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11180/statm: 4217 1112 409 3 0 796 0
[pid=11203] ppid=11180 vsize=5356 CPUtime=0
/proc/11203/stat : 11203 (sh) S 11180 11180 10978 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18490366 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11203/statm: 1339 232 193 169 0 50 0
[pid=11204] ppid=11203 vsize=9820 CPUtime=1299.41
/proc/11204/stat : 11204 (picosat) R 11203 11180 10978 0 -1 4194304 5037 0 0 0 129899 42 0 0 25 0 1 0 18490366 10055680 2311 996147200 134512640 134931368 4294956256 18446744073709551615 134525921 0 0 4096 0 0 0 0 17 0 0 0
/proc/11204/statm: 2455 2311 48 102 0 2350 0
Current children cumulated CPU time (s) 1301.37
Current children cumulated vsize (KiB) 32044

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.59 3/84 11241
/proc/meminfo: memFree=1136712/2055920 swapFree=4192956/4192956
[pid=11180] ppid=11178 vsize=16868 CPUtime=1.96
/proc/11180/stat : 11180 (sugar) S 11178 11180 10978 0 -1 4194304 1364 13191 0 3 5 2 179 10 16 0 1 0 18490145 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11180/statm: 4217 1112 409 3 0 796 0
[pid=11203] ppid=11180 vsize=5356 CPUtime=0
/proc/11203/stat : 11203 (sh) S 11180 11180 10978 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18490366 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11203/statm: 1339 232 193 169 0 50 0
[pid=11204] ppid=11203 vsize=9952 CPUtime=1359.38
/proc/11204/stat : 11204 (picosat) R 11203 11180 10978 0 -1 4194304 5154 0 0 0 135896 42 0 0 25 0 1 0 18490366 10190848 2349 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/11204/statm: 2488 2349 48 102 0 2383 0
Current children cumulated CPU time (s) 1361.34
Current children cumulated vsize (KiB) 32176

[startup+1422.31 s]
/proc/loadavg: 2.06 2.01 1.62 3/84 11241
/proc/meminfo: memFree=1136520/2055920 swapFree=4192956/4192956
[pid=11180] ppid=11178 vsize=16868 CPUtime=1.96
/proc/11180/stat : 11180 (sugar) S 11178 11180 10978 0 -1 4194304 1364 13191 0 3 5 2 179 10 16 0 1 0 18490145 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11180/statm: 4217 1112 409 3 0 796 0
[pid=11203] ppid=11180 vsize=5356 CPUtime=0
/proc/11203/stat : 11203 (sh) S 11180 11180 10978 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18490366 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11203/statm: 1339 232 193 169 0 50 0
[pid=11204] ppid=11203 vsize=10084 CPUtime=1419.36
/proc/11204/stat : 11204 (picosat) R 11203 11180 10978 0 -1 4194304 5265 0 0 0 141894 42 0 0 25 0 1 0 18490366 10326016 2381 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/11204/statm: 2521 2381 48 102 0 2416 0
Current children cumulated CPU time (s) 1421.32
Current children cumulated vsize (KiB) 32308

[startup+1482.3 s]
/proc/loadavg: 2.11 2.04 1.65 3/84 11241
/proc/meminfo: memFree=1134792/2055920 swapFree=4192956/4192956
[pid=11180] ppid=11178 vsize=16868 CPUtime=1.96
/proc/11180/stat : 11180 (sugar) S 11178 11180 10978 0 -1 4194304 1364 13191 0 3 5 2 179 10 16 0 1 0 18490145 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11180/statm: 4217 1112 409 3 0 796 0
[pid=11203] ppid=11180 vsize=5356 CPUtime=0
/proc/11203/stat : 11203 (sh) S 11180 11180 10978 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18490366 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11203/statm: 1339 232 193 169 0 50 0
[pid=11204] ppid=11203 vsize=9940 CPUtime=1479.34
/proc/11204/stat : 11204 (picosat) R 11203 11180 10978 0 -1 4194304 5344 0 0 0 147892 42 0 0 25 0 1 0 18490366 10178560 2368 996147200 134512640 134931368 4294956256 18446744073709551615 134525814 0 0 4096 0 0 0 0 17 0 0 0
/proc/11204/statm: 2485 2368 48 102 0 2380 0
Current children cumulated CPU time (s) 1481.3
Current children cumulated vsize (KiB) 32164

[startup+1542.3 s]
/proc/loadavg: 2.08 2.04 1.67 3/84 11241
/proc/meminfo: memFree=1136264/2055920 swapFree=4192956/4192956
[pid=11180] ppid=11178 vsize=16868 CPUtime=1.96
/proc/11180/stat : 11180 (sugar) S 11178 11180 10978 0 -1 4194304 1364 13191 0 3 5 2 179 10 16 0 1 0 18490145 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11180/statm: 4217 1112 409 3 0 796 0
[pid=11203] ppid=11180 vsize=5356 CPUtime=0
/proc/11203/stat : 11203 (sh) S 11180 11180 10978 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18490366 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11203/statm: 1339 232 193 169 0 50 0
[pid=11204] ppid=11203 vsize=9940 CPUtime=1539.33
/proc/11204/stat : 11204 (picosat) R 11203 11180 10978 0 -1 4194304 5435 0 0 0 153890 43 0 0 25 0 1 0 18490366 10178560 2376 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/11204/statm: 2485 2376 48 102 0 2380 0
Current children cumulated CPU time (s) 1541.29
Current children cumulated vsize (KiB) 32164

[startup+1602.3 s]
/proc/loadavg: 2.38 2.13 1.72 3/84 11241
/proc/meminfo: memFree=1135368/2055920 swapFree=4192956/4192956
[pid=11180] ppid=11178 vsize=16868 CPUtime=1.96
/proc/11180/stat : 11180 (sugar) S 11178 11180 10978 0 -1 4194304 1364 13191 0 3 5 2 179 10 16 0 1 0 18490145 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11180/statm: 4217 1112 409 3 0 796 0
[pid=11203] ppid=11180 vsize=5356 CPUtime=0
/proc/11203/stat : 11203 (sh) S 11180 11180 10978 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18490366 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11203/statm: 1339 232 193 169 0 50 0
[pid=11204] ppid=11203 vsize=10204 CPUtime=1599.3
/proc/11204/stat : 11204 (picosat) R 11203 11180 10978 0 -1 4194304 5583 0 0 0 159887 43 0 0 25 0 1 0 18490366 10448896 2441 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/11204/statm: 2551 2441 48 102 0 2446 0
Current children cumulated CPU time (s) 1601.26
Current children cumulated vsize (KiB) 32428

[startup+1662.3 s]
/proc/loadavg: 2.14 2.10 1.73 3/84 11241
/proc/meminfo: memFree=1129480/2055920 swapFree=4192956/4192956
[pid=11180] ppid=11178 vsize=16868 CPUtime=1.96
/proc/11180/stat : 11180 (sugar) S 11178 11180 10978 0 -1 4194304 1364 13191 0 3 5 2 179 10 16 0 1 0 18490145 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11180/statm: 4217 1112 409 3 0 796 0
[pid=11203] ppid=11180 vsize=5356 CPUtime=0
/proc/11203/stat : 11203 (sh) S 11180 11180 10978 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18490366 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11203/statm: 1339 232 193 169 0 50 0
[pid=11204] ppid=11203 vsize=10468 CPUtime=1659.28
/proc/11204/stat : 11204 (picosat) R 11203 11180 10978 0 -1 4194304 5713 0 0 0 165885 43 0 0 25 0 1 0 18490366 10719232 2488 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/11204/statm: 2617 2488 48 102 0 2512 0
Current children cumulated CPU time (s) 1661.24
Current children cumulated vsize (KiB) 32692

[startup+1722.3 s]
/proc/loadavg: 2.05 2.08 1.75 3/84 11241
/proc/meminfo: memFree=1133448/2055920 swapFree=4192956/4192956
[pid=11180] ppid=11178 vsize=16868 CPUtime=1.96
/proc/11180/stat : 11180 (sugar) S 11178 11180 10978 0 -1 4194304 1364 13191 0 3 5 2 179 10 16 0 1 0 18490145 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11180/statm: 4217 1112 409 3 0 796 0
[pid=11203] ppid=11180 vsize=5356 CPUtime=0
/proc/11203/stat : 11203 (sh) S 11180 11180 10978 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18490366 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11203/statm: 1339 232 193 169 0 50 0
[pid=11204] ppid=11203 vsize=10380 CPUtime=1719.26
/proc/11204/stat : 11204 (picosat) R 11203 11180 10978 0 -1 4194304 5799 0 0 0 171883 43 0 0 25 0 1 0 18490366 10629120 2489 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/11204/statm: 2595 2489 48 102 0 2490 0
Current children cumulated CPU time (s) 1721.22
Current children cumulated vsize (KiB) 32604

[startup+1782.3 s]
/proc/loadavg: 2.02 2.06 1.76 3/84 11241
/proc/meminfo: memFree=1135304/2055920 swapFree=4192956/4192956
[pid=11180] ppid=11178 vsize=16868 CPUtime=1.96
/proc/11180/stat : 11180 (sugar) S 11178 11180 10978 0 -1 4194304 1364 13191 0 3 5 2 179 10 16 0 1 0 18490145 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11180/statm: 4217 1112 409 3 0 796 0
[pid=11203] ppid=11180 vsize=5356 CPUtime=0
/proc/11203/stat : 11203 (sh) S 11180 11180 10978 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18490366 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11203/statm: 1339 232 193 169 0 50 0
[pid=11204] ppid=11203 vsize=10776 CPUtime=1779.23
/proc/11204/stat : 11204 (picosat) R 11203 11180 10978 0 -1 4194304 6053 0 0 0 177880 43 0 0 25 0 1 0 18490366 11034624 2569 996147200 134512640 134931368 4294956256 18446744073709551615 134531364 0 0 4096 0 0 0 0 17 0 0 0
/proc/11204/statm: 2694 2569 48 102 0 2589 0
Current children cumulated CPU time (s) 1781.19
Current children cumulated vsize (KiB) 33000



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.2 s]
/proc/loadavg: 2.01 2.06 1.76 3/84 11241
/proc/meminfo: memFree=1132616/2055920 swapFree=4192956/4192956
[pid=11180] ppid=11178 vsize=16868 CPUtime=1.96
/proc/11180/stat : 11180 (sugar) S 11178 11180 10978 0 -1 4194304 1364 13191 0 3 5 2 179 10 16 0 1 0 18490145 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11180/statm: 4217 1112 409 3 0 796 0
[pid=11203] ppid=11180 vsize=5356 CPUtime=0
/proc/11203/stat : 11203 (sh) S 11180 11180 10978 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18490366 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11203/statm: 1339 232 193 169 0 50 0
[pid=11204] ppid=11203 vsize=10776 CPUtime=1798.13
/proc/11204/stat : 11204 (picosat) R 11203 11180 10978 0 -1 4194304 6053 0 0 0 179770 43 0 0 25 0 1 0 18490366 11034624 2569 996147200 134512640 134931368 4294956256 18446744073709551615 134525781 0 0 4096 0 0 0 0 17 0 0 0
/proc/11204/statm: 2694 2569 48 102 0 2589 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 33000

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

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

Child status: 0
Real time (s): 1801.22
CPU time (s): 1800.14
CPU user time (s): 1799.57
CPU system time (s): 0.576912
CPU usage (%): 99.94
Max. virtual memory (cumulated for all children) (KiB): 886944

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.57
system time used= 0.576912
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21388
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= 2103
involuntary context switches= 8988

runsolver used 2.21666 second user time and 6.01908 second system time

The end

Launcher Data

Begin job on node41 at 2009-07-11 15:13:04
IDJOB=2057430
IDBENCH=53369
IDSOLVER=738
FILE ID=node41/2057430-1247317984
PBS_JOBID= 9506545
Free space on /tmp= 65800 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/rand-2-27/normalized-rand-27-27-351-163-57021_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-2057430-1247317984/watcher-2057430-1247317984 -o /tmp/evaluation-result-2057430-1247317984/solver-2057430-1247317984 -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-2057430-1247317984.xml

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

MD5SUM BENCH= 73a72b58fd08e3bdce88f31cfc83b195
RANDOM SEED=499863222

node41.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.212
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	: 5931.00
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.212
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:        768744 kB
Buffers:         42228 kB
Cached:         795872 kB
SwapCached:          0 kB
Active:         464212 kB
Inactive:       771868 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        768744 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1708 kB
Writeback:           0 kB
Mapped:         408204 kB
Slab:            35924 kB
Committed_AS:   503440 kB
PageTables:       2408 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= 65856 MiB
End job on node41 at 2009-07-11 15:43:08