Trace number 1108436

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 NameAnswerNumber of falsified constraintsCPU timeWall clock time
Sugar v1.13+minisat? (MO) 28.73 29.2256

General information on the benchmark

Namecsp/marc/
normalized-large-92-unsat_ext.xml
MD5SUM8407841248ad00d5671b256d4829d1bf
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints1036
Best CPU time to get the best result obtained on this benchmark1626.96
Satisfiable
(Un)Satisfiability was proved
Number of variables92
Number of constraints4186
Maximum constraint arity2
Maximum domain size92
Number of constraints which are defined in extension4186
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Fri Jul 11 15:13:26 2008
0.00/0.04	c 0	PID 12677
0.00/0.05	c 0	HOST node17.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1108436-1215781995.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1108436-1215781995.xml' 'HOME/temp.csp'
22.49/22.97	c 23	1 domains, 92 variables, 0 predicates, 3262 relations, 4186 constraints
22.56/23.06	c 23	ENCODING HOME/temp.csp TO HOME/temp.cnf
22.56/23.06	c 23	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
22.63/23.15	c 23	Parsing HOME/temp.csp
28.14/28.63	c ERROR INTERRUPTED
28.73/29.22	s UNKNOWN
28.73/29.22	c 29	CPU 21.45 (0.03 0.01 21.42 1.17)
28.73/29.22	c 29	END Fri Jul 11 15:13:55 2008

Verifier Data (download as text)

ERROR: no interpretation found !

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1108436-1215781995/watcher-1108436-1215781995 -o /tmp/evaluation-result-1108436-1215781995/solver-1108436-1215781995 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar -max -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1108436-1215781995.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 4000 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.24 2.04 1.93 4/82 12677
/proc/meminfo: memFree=1173024/2055920 swapFree=4181372/4192956
[pid=12677] ppid=12675 vsize=12132 CPUtime=0
/proc/12677/stat : 12677 (sugar) R 12675 12677 12399 0 -1 4194304 216 0 0 0 0 0 0 0 20 0 1 0 34903014 12423168 184 996147200 4194304 4206940 548682068592 18446744073709551615 245482558177 0 0 4224 0 0 0 0 17 1 0 0
/proc/12677/statm: 3033 184 142 3 0 133 0

[startup+0.0986491 s]
/proc/loadavg: 2.24 2.04 1.93 4/82 12677
/proc/meminfo: memFree=1173024/2055920 swapFree=4181372/4192956
[pid=12677] ppid=12675 vsize=13600 CPUtime=0.03
/proc/12677/stat : 12677 (sugar) S 12675 12677 12399 0 -1 4194304 898 127 0 0 2 1 0 0 19 0 1 0 34903014 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12677/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101641 s]
/proc/loadavg: 2.24 2.04 1.93 4/82 12677
/proc/meminfo: memFree=1173024/2055920 swapFree=4181372/4192956
[pid=12677] ppid=12675 vsize=13600 CPUtime=0.03
/proc/12677/stat : 12677 (sugar) S 12675 12677 12399 0 -1 4194304 898 127 0 0 2 1 0 0 19 0 1 0 34903014 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12677/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301665 s]
/proc/loadavg: 2.24 2.04 1.93 4/82 12677
/proc/meminfo: memFree=1173024/2055920 swapFree=4181372/4192956
[pid=12677] ppid=12675 vsize=13600 CPUtime=0.03
/proc/12677/stat : 12677 (sugar) S 12675 12677 12399 0 -1 4194304 898 127 0 0 2 1 0 0 19 0 1 0 34903014 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12677/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.70171 s]
/proc/loadavg: 2.24 2.04 1.93 4/82 12677
/proc/meminfo: memFree=1173024/2055920 swapFree=4181372/4192956
[pid=12677] ppid=12675 vsize=13600 CPUtime=0.03
/proc/12677/stat : 12677 (sugar) S 12675 12677 12399 0 -1 4194304 898 127 0 0 2 1 0 0 19 0 1 0 34903014 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12677/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.5028 s]
/proc/loadavg: 2.24 2.04 1.93 3/93 12689
/proc/meminfo: memFree=1111376/2055920 swapFree=4181372/4192956
[pid=12677] ppid=12675 vsize=13600 CPUtime=0.03
/proc/12677/stat : 12677 (sugar) S 12675 12677 12399 0 -1 4194304 898 127 0 0 2 1 0 0 19 0 1 0 34903014 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12677/statm: 3400 796 370 3 0 500 0
[pid=12680] ppid=12677 vsize=5356 CPUtime=0
/proc/12680/stat : 12680 (sh) S 12677 12677 12399 0 -1 4194304 277 0 0 0 0 0 0 0 21 0 1 0 34903020 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12680/statm: 1339 233 193 169 0 50 0
[pid=12681] ppid=12680 vsize=864668 CPUtime=1.43
/proc/12681/stat : 12681 (java) S 12680 12677 12399 0 -1 0 27397 0 1 0 125 18 0 0 18 0 9 0 34903020 885420032 26668 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12681/statm: 216167 26668 2528 9 0 210749 0
[pid=12681/tid=12682] ppid=12680 vsize=864668 CPUtime=0.97
/proc/12681/task/12682/stat : 12682 (java) R 12680 12677 12399 0 -1 64 3924 0 1 0 91 6 0 0 25 0 9 0 34903021 885420032 26668 996147200 134512640 134550740 4294956000 18446744073709551615 4126488076 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12681/tid=12683] ppid=12680 vsize=864668 CPUtime=0.33
/proc/12681/task/12683/stat : 12683 (java) S 12680 12677 12399 0 -1 64 22307 0 0 0 23 10 0 0 16 0 9 0 34903022 885420032 26668 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12681/tid=12684] ppid=12680 vsize=864668 CPUtime=0
/proc/12681/task/12684/stat : 12684 (java) S 12680 12677 12399 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 34903022 885420032 26668 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12681/tid=12685] ppid=12680 vsize=864668 CPUtime=0
/proc/12681/task/12685/stat : 12685 (java) S 12680 12677 12399 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 34903022 885420032 26668 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12681/tid=12686] ppid=12680 vsize=864668 CPUtime=0
/proc/12681/task/12686/stat : 12686 (java) S 12680 12677 12399 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 34903024 885420032 26668 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12681/tid=12687] ppid=12680 vsize=864668 CPUtime=0.1
/proc/12681/task/12687/stat : 12687 (java) S 12680 12677 12399 0 -1 64 468 0 0 0 10 0 0 0 16 0 9 0 34903024 885420032 26668 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12681/tid=12688] ppid=12680 vsize=864668 CPUtime=0
/proc/12681/task/12688/stat : 12688 (java) S 12680 12677 12399 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 34903024 885420032 26668 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12681/tid=12689] ppid=12680 vsize=864668 CPUtime=0
/proc/12681/task/12689/stat : 12689 (java) S 12680 12677 12399 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 34903024 885420032 26668 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 883624

[startup+3.10296 s]
/proc/loadavg: 2.24 2.04 1.93 4/93 12689
/proc/meminfo: memFree=992208/2055920 swapFree=4181372/4192956
[pid=12677] ppid=12675 vsize=13600 CPUtime=0.03
/proc/12677/stat : 12677 (sugar) S 12675 12677 12399 0 -1 4194304 898 127 0 0 2 1 0 0 19 0 1 0 34903014 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12677/statm: 3400 796 370 3 0 500 0
[pid=12680] ppid=12677 vsize=5356 CPUtime=0
/proc/12680/stat : 12680 (sh) S 12677 12677 12399 0 -1 4194304 277 0 0 0 0 0 0 0 21 0 1 0 34903020 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12680/statm: 1339 233 193 169 0 50 0
[pid=12681] ppid=12680 vsize=864668 CPUtime=3.01
/proc/12681/stat : 12681 (java) S 12680 12677 12399 0 -1 0 50929 0 1 0 266 35 0 0 18 0 9 0 34903020 885420032 50150 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12681/statm: 216167 50150 2529 9 0 210749 0
[pid=12681/tid=12682] ppid=12680 vsize=864668 CPUtime=2.26
/proc/12681/task/12682/stat : 12682 (java) R 12680 12677 12399 0 -1 64 5031 0 1 0 213 13 0 0 25 0 9 0 34903021 885420032 50150 996147200 134512640 134550740 4294956000 18446744073709551615 4126479880 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12681/tid=12683] ppid=12680 vsize=864668 CPUtime=0.58
/proc/12681/task/12683/stat : 12683 (java) S 12680 12677 12399 0 -1 64 44705 0 0 0 38 20 0 0 16 0 9 0 34903022 885420032 50150 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12681/tid=12684] ppid=12680 vsize=864668 CPUtime=0
/proc/12681/task/12684/stat : 12684 (java) S 12680 12677 12399 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 34903022 885420032 50150 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12681/tid=12685] ppid=12680 vsize=864668 CPUtime=0
/proc/12681/task/12685/stat : 12685 (java) S 12680 12677 12399 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 34903022 885420032 50150 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12681/tid=12686] ppid=12680 vsize=864668 CPUtime=0
/proc/12681/task/12686/stat : 12686 (java) S 12680 12677 12399 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 34903024 885420032 50150 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12681/tid=12687] ppid=12680 vsize=864668 CPUtime=0.14
/proc/12681/task/12687/stat : 12687 (java) S 12680 12677 12399 0 -1 64 495 0 0 0 14 0 0 0 16 0 9 0 34903024 885420032 50150 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12681/tid=12688] ppid=12680 vsize=864668 CPUtime=0
/proc/12681/task/12688/stat : 12688 (java) S 12680 12677 12399 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 34903024 885420032 50150 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12681/tid=12689] ppid=12680 vsize=864668 CPUtime=0
/proc/12681/task/12689/stat : 12689 (java) S 12680 12677 12399 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 34903024 885420032 50150 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 883624

[startup+6.30128 s]
/proc/loadavg: 2.22 2.04 1.93 3/93 12689
/proc/meminfo: memFree=883408/2055920 swapFree=4181372/4192956
[pid=12677] ppid=12675 vsize=13600 CPUtime=0.03
/proc/12677/stat : 12677 (sugar) S 12675 12677 12399 0 -1 4194304 898 127 0 0 2 1 0 0 19 0 1 0 34903014 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12677/statm: 3400 796 370 3 0 500 0
[pid=12680] ppid=12677 vsize=5356 CPUtime=0
/proc/12680/stat : 12680 (sh) S 12677 12677 12399 0 -1 4194304 277 0 0 0 0 0 0 0 21 0 1 0 34903020 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12680/statm: 1339 233 193 169 0 50 0
[pid=12681] ppid=12680 vsize=864668 CPUtime=6.17
/proc/12681/stat : 12681 (java) S 12680 12677 12399 0 -1 0 56410 0 1 0 572 45 0 0 18 0 9 0 34903020 885420032 55588 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12681/statm: 216167 55588 2529 9 0 210749 0
[pid=12681/tid=12682] ppid=12680 vsize=864668 CPUtime=5.22
/proc/12681/task/12682/stat : 12682 (java) R 12680 12677 12399 0 -1 64 5075 0 1 0 503 19 0 0 25 0 9 0 34903021 885420032 55588 996147200 134512640 134550740 4294956000 18446744073709551615 4126730518 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12681/tid=12683] ppid=12680 vsize=864668 CPUtime=0.72
/proc/12681/task/12683/stat : 12683 (java) S 12680 12677 12399 0 -1 64 50120 0 0 0 49 23 0 0 16 0 9 0 34903022 885420032 55588 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12681/tid=12684] ppid=12680 vsize=864668 CPUtime=0
/proc/12681/task/12684/stat : 12684 (java) S 12680 12677 12399 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 34903022 885420032 55588 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12681/tid=12685] ppid=12680 vsize=864668 CPUtime=0
/proc/12681/task/12685/stat : 12685 (java) S 12680 12677 12399 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 34903022 885420032 55588 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12681/tid=12686] ppid=12680 vsize=864668 CPUtime=0
/proc/12681/task/12686/stat : 12686 (java) S 12680 12677 12399 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 34903024 885420032 55588 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12681/tid=12687] ppid=12680 vsize=864668 CPUtime=0.19
/proc/12681/task/12687/stat : 12687 (java) S 12680 12677 12399 0 -1 64 517 0 0 0 19 0 0 0 16 0 9 0 34903024 885420032 55588 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12681/tid=12688] ppid=12680 vsize=864668 CPUtime=0
/proc/12681/task/12688/stat : 12688 (java) S 12680 12677 12399 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 34903024 885420032 55588 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12681/tid=12689] ppid=12680 vsize=864668 CPUtime=0
/proc/12681/task/12689/stat : 12689 (java) S 12680 12677 12399 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 34903024 885420032 55588 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 883624

[startup+12.7029 s]
/proc/loadavg: 2.28 2.06 1.94 3/93 12689
/proc/meminfo: memFree=709264/2055920 swapFree=4181372/4192956
[pid=12677] ppid=12675 vsize=13600 CPUtime=0.03
/proc/12677/stat : 12677 (sugar) S 12675 12677 12399 0 -1 4194304 898 127 0 0 2 1 0 0 19 0 1 0 34903014 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12677/statm: 3400 796 370 3 0 500 0
[pid=12680] ppid=12677 vsize=5356 CPUtime=0
/proc/12680/stat : 12680 (sh) S 12677 12677 12399 0 -1 4194304 277 0 0 0 0 0 0 0 21 0 1 0 34903020 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12680/statm: 1339 233 193 169 0 50 0
[pid=12681] ppid=12680 vsize=864668 CPUtime=12.44
/proc/12681/stat : 12681 (java) S 12680 12677 12399 0 -1 0 71137 0 1 0 1173 71 0 0 18 0 9 0 34903020 885420032 70232 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12681/statm: 216167 70232 2529 9 0 210749 0
[pid=12681/tid=12682] ppid=12680 vsize=864668 CPUtime=10.92
/proc/12681/task/12682/stat : 12682 (java) R 12680 12677 12399 0 -1 64 6675 0 1 0 1053 39 0 0 25 0 9 0 34903021 885420032 70232 996147200 134512640 134550740 4294956000 18446744073709551615 4126731291 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12681/tid=12683] ppid=12680 vsize=864668 CPUtime=1.28
/proc/12681/task/12683/stat : 12683 (java) S 12680 12677 12399 0 -1 64 63240 0 0 0 98 30 0 0 16 0 9 0 34903022 885420032 70232 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12681/tid=12684] ppid=12680 vsize=864668 CPUtime=0
/proc/12681/task/12684/stat : 12684 (java) S 12680 12677 12399 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 34903022 885420032 70232 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12681/tid=12685] ppid=12680 vsize=864668 CPUtime=0
/proc/12681/task/12685/stat : 12685 (java) S 12680 12677 12399 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 34903022 885420032 70232 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12681/tid=12686] ppid=12680 vsize=864668 CPUtime=0
/proc/12681/task/12686/stat : 12686 (java) S 12680 12677 12399 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 34903024 885420032 70232 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12681/tid=12687] ppid=12680 vsize=864668 CPUtime=0.21
/proc/12681/task/12687/stat : 12687 (java) S 12680 12677 12399 0 -1 64 524 0 0 0 21 0 0 0 16 0 9 0 34903024 885420032 70232 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12681/tid=12688] ppid=12680 vsize=864668 CPUtime=0
/proc/12681/task/12688/stat : 12688 (java) S 12680 12677 12399 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 34903024 885420032 70232 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12681/tid=12689] ppid=12680 vsize=864668 CPUtime=0
/proc/12681/task/12689/stat : 12689 (java) S 12680 12677 12399 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 34903024 885420032 70232 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.47
Current children cumulated vsize (KiB) 883624

[startup+25.5012 s]
/proc/loadavg: 2.29 2.07 1.94 4/85 12701
/proc/meminfo: memFree=721168/2055920 swapFree=4181372/4192956
[pid=12677] ppid=12675 vsize=13600 CPUtime=22.63
/proc/12677/stat : 12677 (sugar) S 12675 12677 12399 0 -1 4194304 974 91928 0 1 3 1 2142 117 16 0 1 0 34903014 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12677/statm: 3400 797 370 3 0 500 0
[pid=12690] ppid=12677 vsize=5356 CPUtime=0
/proc/12690/stat : 12690 (sh) S 12677 12677 12399 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 34905321 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12690/statm: 1339 233 193 169 0 50 0
[pid=12691] ppid=12690 vsize=864076 CPUtime=2.41
/proc/12691/stat : 12691 (java) S 12690 12677 12399 0 -1 0 16114 0 1 0 230 11 0 0 19 0 9 0 34905322 884813824 15362 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12691/statm: 216019 15362 2532 9 0 210601 0
[pid=12691/tid=12692] ppid=12690 vsize=864076 CPUtime=1.37
/proc/12691/task/12692/stat : 12692 (java) S 12690 12677 12399 0 -1 64 3061 0 1 0 134 3 0 0 17 0 9 0 34905323 884813824 15362 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12691/tid=12693] ppid=12690 vsize=864076 CPUtime=0.96
/proc/12691/task/12693/stat : 12693 (java) R 12690 12677 12399 0 -1 64 12036 0 0 0 90 6 0 0 18 0 9 0 34905324 884813824 15362 996147200 134512640 134550740 4294955936 18446744073709551615 102516792 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12691/tid=12694] ppid=12690 vsize=864076 CPUtime=0
/proc/12691/task/12694/stat : 12694 (java) S 12690 12677 12399 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 34905324 884813824 15362 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12691/tid=12695] ppid=12690 vsize=864076 CPUtime=0
/proc/12691/task/12695/stat : 12695 (java) S 12690 12677 12399 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 34905324 884813824 15362 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12691/tid=12696] ppid=12690 vsize=864076 CPUtime=0
/proc/12691/task/12696/stat : 12696 (java) S 12690 12677 12399 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 34905326 884813824 15362 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12691/tid=12697] ppid=12690 vsize=864076 CPUtime=0.04
/proc/12691/task/12697/stat : 12697 (java) S 12690 12677 12399 0 -1 64 320 0 0 0 4 0 0 0 15 0 9 0 34905326 884813824 15362 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12691/tid=12698] ppid=12690 vsize=864076 CPUtime=0
/proc/12691/task/12698/stat : 12698 (java) S 12690 12677 12399 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 34905326 884813824 15362 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12691/tid=12699] ppid=12690 vsize=864076 CPUtime=0
/proc/12691/task/12699/stat : 12699 (java) S 12690 12677 12399 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 34905326 884813824 15362 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.04
Current children cumulated vsize (KiB) 883032



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+28.6076 s]
/proc/loadavg: 2.29 2.07 1.94 3/85 12701
/proc/meminfo: memFree=358352/2055920 swapFree=4181372/4192956
[pid=12677] ppid=12675 vsize=13600 CPUtime=22.63
/proc/12677/stat : 12677 (sugar) S 12675 12677 12399 0 -1 4194304 974 91928 0 1 3 1 2142 117 16 0 1 0 34903014 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12677/statm: 3400 797 370 3 0 500 0
[pid=12690] ppid=12677 vsize=5356 CPUtime=0
/proc/12690/stat : 12690 (sh) S 12677 12677 12399 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 34905321 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12690/statm: 1339 233 193 169 0 50 0
[pid=12691] ppid=12690 vsize=905164 CPUtime=5.51
/proc/12691/stat : 12691 (java) S 12690 12677 12399 0 -1 0 47247 0 1 0 525 26 0 0 19 0 9 0 34905322 926887936 41427 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12691/statm: 226291 41434 2532 9 0 220873 0
[pid=12691/tid=12692] ppid=12690 vsize=905164 CPUtime=3.1
/proc/12691/task/12692/stat : 12692 (java) S 12690 12677 12399 0 -1 64 3549 0 1 0 305 5 0 0 17 0 9 0 34905323 926887936 41483 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12691/tid=12693] ppid=12690 vsize=905164 CPUtime=2.33
/proc/12691/task/12693/stat : 12693 (java) R 12690 12677 12399 0 -1 64 42739 0 0 0 214 19 0 0 25 0 9 0 34905324 926887936 41491 996147200 134512640 134550740 4294955936 18446744073709551615 101574388 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12691/tid=12694] ppid=12690 vsize=905164 CPUtime=0
/proc/12691/task/12694/stat : 12694 (java) S 12690 12677 12399 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 34905324 926887936 41499 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12691/tid=12695] ppid=12690 vsize=905164 CPUtime=0
/proc/12691/task/12695/stat : 12695 (java) S 12690 12677 12399 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 34905324 926887936 41510 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12691/tid=12696] ppid=12690 vsize=905164 CPUtime=0
/proc/12691/task/12696/stat : 12696 (java) S 12690 12677 12399 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 34905326 926887936 41518 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12691/tid=12697] ppid=12690 vsize=905164 CPUtime=0.05
/proc/12691/task/12697/stat : 12697 (java) S 12690 12677 12399 0 -1 64 326 0 0 0 5 0 0 0 16 0 9 0 34905326 926887936 41526 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12691/tid=12698] ppid=12690 vsize=905164 CPUtime=0
/proc/12691/task/12698/stat : 12698 (java) S 12690 12677 12399 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 34905326 926887936 41534 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12691/tid=12699] ppid=12690 vsize=905164 CPUtime=0
/proc/12691/task/12699/stat : 12699 (java) S 12690 12677 12399 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 34905326 926887936 41542 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 28.14
Current children cumulated vsize (KiB) 924120

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

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

[startup+29.0026 s]
/proc/loadavg: 2.29 2.07 1.94 3/85 12701
/proc/meminfo: memFree=358352/2055920 swapFree=4181372/4192956
[pid=12677] ppid=12675 vsize=13600 CPUtime=22.63
/proc/12677/stat : 12677 (sugar) S 12675 12677 12399 0 -1 4194304 982 91928 0 1 3 1 2142 117 16 0 1 0 34903014 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 245491609698 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/12677/statm: 3400 797 370 3 0 500 0
[pid=12690] ppid=12677 vsize=0 CPUtime=0
/proc/12690/stat : 12690 (sh) Z 12677 12677 12399 0 -1 4195340 278 0 0 0 0 0 0 0 16 0 1 0 34905321 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/12690/statm: 0 0 0 0 0 0 0
[pid=12691] ppid=1 vsize=905160 CPUtime=5.9
/proc/12691/stat : 12691 (java) S 1 12677 12399 0 -1 0 52862 0 1 0 562 28 0 0 16 0 9 0 34905322 926883840 41919 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12691/statm: 226290 41919 2532 9 0 220872 0
[pid=12691/tid=12692] ppid=1 vsize=905160 CPUtime=3.1
/proc/12691/task/12692/stat : 12692 (java) S 1 12677 12399 0 -1 64 3549 0 1 0 305 5 0 0 17 0 9 0 34905323 926883840 41919 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12691/tid=12693] ppid=1 vsize=905160 CPUtime=2.72
/proc/12691/task/12693/stat : 12693 (java) R 1 12677 12399 0 -1 64 48289 0 0 0 250 22 0 0 25 0 9 0 34905324 926883840 41919 996147200 134512640 134550740 4294955936 18446744073709551615 103736945 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12691/tid=12694] ppid=1 vsize=905160 CPUtime=0
/proc/12691/task/12694/stat : 12694 (java) S 1 12677 12399 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 34905324 926883840 41919 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12691/tid=12695] ppid=1 vsize=905160 CPUtime=0
/proc/12691/task/12695/stat : 12695 (java) S 1 12677 12399 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 34905324 926883840 41919 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12691/tid=12696] ppid=1 vsize=905160 CPUtime=0
/proc/12691/task/12696/stat : 12696 (java) S 1 12677 12399 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 34905326 926883840 41919 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12691/tid=12697] ppid=1 vsize=905160 CPUtime=0.05
/proc/12691/task/12697/stat : 12697 (java) S 1 12677 12399 0 -1 64 326 0 0 0 5 0 0 0 16 0 9 0 34905326 926883840 41919 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12691/tid=12698] ppid=1 vsize=905160 CPUtime=0
/proc/12691/task/12698/stat : 12698 (java) S 1 12677 12399 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 34905326 926883840 41919 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12691/tid=12699] ppid=1 vsize=905160 CPUtime=0
/proc/12691/task/12699/stat : 12699 (java) S 1 12677 12399 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 34905326 926883840 41919 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 28.53
Current children cumulated vsize (KiB) 918760

[startup+29.2026 s]
/proc/loadavg: 2.29 2.07 1.94 3/85 12701
/proc/meminfo: memFree=358352/2055920 swapFree=4181372/4192956
[pid=12677] ppid=12675 vsize=13600 CPUtime=22.63
/proc/12677/stat : 12677 (sugar) S 12675 12677 12399 0 -1 4194304 982 91928 0 1 3 1 2142 117 16 0 1 0 34903014 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 245491609698 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/12677/statm: 3400 797 370 3 0 500 0
[pid=12690] ppid=12677 vsize=0 CPUtime=0
/proc/12690/stat : 12690 (sh) Z 12677 12677 12399 0 -1 4195340 278 0 0 0 0 0 0 0 16 0 1 0 34905321 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/12690/statm: 0 0 0 0 0 0 0
[pid=12691] ppid=1 vsize=864744 CPUtime=6.1
/proc/12691/stat : 12691 (java) S 1 12677 12399 0 -1 0 53603 0 1 0 581 29 0 0 16 0 9 0 34905322 885497856 32391 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12691/statm: 216186 32392 2533 9 0 210768 0
[pid=12691/tid=12692] ppid=1 vsize=864744 CPUtime=3.23
/proc/12691/task/12692/stat : 12692 (java) R 1 12677 12399 0 -1 64 4235 0 1 0 318 5 0 0 18 0 9 0 34905323 885497856 32393 996147200 134512640 134550740 4294955936 18446744073709551615 4126454961 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12691/tid=12693] ppid=1 vsize=864744 CPUtime=2.78
/proc/12691/task/12693/stat : 12693 (java) R 1 12677 12399 0 -1 64 48325 0 0 0 256 22 0 0 25 0 9 0 34905324 885497856 32394 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12691/tid=12694] ppid=1 vsize=864744 CPUtime=0
/proc/12691/task/12694/stat : 12694 (java) S 1 12677 12399 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 34905324 885497856 32394 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12691/tid=12695] ppid=1 vsize=864744 CPUtime=0
/proc/12691/task/12695/stat : 12695 (java) S 1 12677 12399 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 34905324 885497856 32395 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12691/tid=12697] ppid=1 vsize=864744 CPUtime=0.05
/proc/12691/task/12697/stat : 12697 (java) S 1 12677 12399 0 -1 64 326 0 0 0 5 0 0 0 16 0 9 0 34905326 885497856 32396 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12691/tid=12698] ppid=1 vsize=864744 CPUtime=0
/proc/12691/task/12698/stat : 12698 (java) S 1 12677 12399 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 34905326 885497856 32397 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 28.73
Current children cumulated vsize (KiB) 878344

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 12677 and gives
#  childrusage.ru_utime.tv_sec=21
#  childrusage.ru_utime.tv_usec=456738
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=191818
# CPU time returned by wait4() is 22.6486
# while last known CPU time is 28.73
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 29.2256
CPU time (s): 28.73
CPU user time (s): 27.26
CPU system time (s): 1.47
CPU usage (%): 98.3041
Max. virtual memory (cumulated for all children) (KiB): 924120

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 21.4567
system time used= 1.19182
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 93235
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3261
involuntary context switches= 3526

runsolver used 0.048992 second user time and 0.109983 second system time

The end

Launcher Data (download as text)

Begin job on node17 at 2008-07-11 15:13:26
IDJOB=1108436
IDBENCH=60719
IDSOLVER=368
FILE ID=node17/1108436-1215781995
PBS_JOBID= 7903161
Free space on /tmp= 65784 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/marc/normalized-large-92-unsat_ext.xml
COMMAND LINE= DIR/sugar -max -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1108436-1215781995/watcher-1108436-1215781995 -o /tmp/evaluation-result-1108436-1215781995/solver-1108436-1215781995 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar -max -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1108436-1215781995.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 8407841248ad00d5671b256d4829d1bf
RANDOM SEED=1137792831

node17.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.240
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.240
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:       1173568 kB
Buffers:         21384 kB
Cached:         735908 kB
SwapCached:       6756 kB
Active:         759652 kB
Inactive:        42384 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1173568 kB
SwapTotal:     4192956 kB
SwapFree:      4181372 kB
Dirty:          209464 kB
Writeback:           0 kB
Mapped:          60308 kB
Slab:            65412 kB
Committed_AS:   149316 kB
PageTables:       2048 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= 65488 MiB
End job on node17 at 2008-07-11 15:13:56