Trace number 1034410

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.13+minisat? (MO) 30.84 31.1796

General information on the benchmark

Namecsp/lard/
normalized-lard-91-91.xml
MD5SUM6b4a6e4092e14f48fd38a5edec2adc18
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark15.3517
Satisfiable
(Un)Satisfiability was proved
Number of variables91
Number of constraints4095
Maximum constraint arity2
Maximum domain size92
Number of constraints which are defined in extension4095
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 Tue Jul  1 23:58:55 2008
0.00/0.04	c 0	PID 18211
0.00/0.04	c 0	HOST node89.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1034410-1214949522.xml TO HOME/temp.csp
0.00/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1034410-1214949522.xml' 'HOME/temp.csp'
24.89/25.18	c 25	1 domains, 91 variables, 0 predicates, 4095 relations, 4095 constraints
24.98/25.27	c 25	ENCODING HOME/temp.csp TO HOME/temp.cnf
24.98/25.27	c 25	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
25.05/25.34	c 26	Parsing HOME/temp.csp
30.45/30.73	c ERROR INTERRUPTED
30.84/31.17	s UNKNOWN
30.84/31.17	c 31	CPU 23.89 (0.02 0 23.87 1.16)
30.84/31.17	c 31	END Tue Jul  1 23:59:26 2008

Verifier Data (download as text)

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

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-1034410-1214949522/watcher-1034410-1214949522 -o /tmp/evaluation-result-1034410-1214949522/solver-1034410-1214949522 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1034410-1214949522.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): 2200 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: 1.65 0.48 0.16 4/74 18211
/proc/meminfo: memFree=767704/2055920 swapFree=4179796/4192956
[pid=18211] ppid=18209 vsize=3672 CPUtime=0
/proc/18211/stat : 18211 (sugar) R 18209 18211 17668 0 -1 4194304 53 0 0 0 0 0 0 0 19 0 1 0 650681139 3760128 38 996147200 4194304 4206940 548682068608 18446744073709551615 249067271561 0 0 4096 0 0 0 0 17 0 0 0
/proc/18211/statm: 918 38 29 3 0 8 0

[startup+0.094483 s]
/proc/loadavg: 1.65 0.48 0.16 4/74 18211
/proc/meminfo: memFree=767704/2055920 swapFree=4179796/4192956
[pid=18211] ppid=18209 vsize=13600 CPUtime=0.02
/proc/18211/stat : 18211 (sugar) S 18209 18211 17668 0 -1 4194304 900 127 0 0 2 0 0 0 16 0 1 0 650681139 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18211/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13600

[startup+0.102484 s]
/proc/loadavg: 1.65 0.48 0.16 4/74 18211
/proc/meminfo: memFree=767704/2055920 swapFree=4179796/4192956
[pid=18211] ppid=18209 vsize=13600 CPUtime=0.02
/proc/18211/stat : 18211 (sugar) S 18209 18211 17668 0 -1 4194304 900 127 0 0 2 0 0 0 16 0 1 0 650681139 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18211/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13600

[startup+0.302502 s]
/proc/loadavg: 1.65 0.48 0.16 4/74 18211
/proc/meminfo: memFree=767704/2055920 swapFree=4179796/4192956
[pid=18211] ppid=18209 vsize=13600 CPUtime=0.02
/proc/18211/stat : 18211 (sugar) S 18209 18211 17668 0 -1 4194304 900 127 0 0 2 0 0 0 16 0 1 0 650681139 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18211/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13600

[startup+0.701545 s]
/proc/loadavg: 1.65 0.48 0.16 4/74 18211
/proc/meminfo: memFree=767704/2055920 swapFree=4179796/4192956
[pid=18211] ppid=18209 vsize=13600 CPUtime=0.02
/proc/18211/stat : 18211 (sugar) S 18209 18211 17668 0 -1 4194304 900 127 0 0 2 0 0 0 16 0 1 0 650681139 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18211/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13600

[startup+1.50162 s]
/proc/loadavg: 1.65 0.48 0.16 3/85 18223
/proc/meminfo: memFree=712576/2055920 swapFree=4179796/4192956
[pid=18211] ppid=18209 vsize=13600 CPUtime=0.02
/proc/18211/stat : 18211 (sugar) S 18209 18211 17668 0 -1 4194304 900 127 0 0 2 0 0 0 16 0 1 0 650681139 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18211/statm: 3400 796 370 3 0 500 0
[pid=18214] ppid=18211 vsize=5356 CPUtime=0
/proc/18214/stat : 18214 (sh) S 18211 18211 17668 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 650681144 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18214/statm: 1339 233 193 169 0 50 0
[pid=18215] ppid=18214 vsize=864664 CPUtime=1.44
/proc/18215/stat : 18215 (java) S 18214 18211 17668 0 -1 0 31062 0 1 0 127 17 0 0 18 0 9 0 650681144 885415936 30331 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18215/statm: 216166 30331 2528 9 0 210748 0
[pid=18215/tid=18216] ppid=18214 vsize=864664 CPUtime=1.01
/proc/18215/task/18216/stat : 18216 (java) R 18214 18211 17668 0 -1 64 3830 0 1 0 96 5 0 0 25 0 9 0 650681145 885415936 30331 996147200 134512640 134550740 4294956016 18446744073709551615 4126460345 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18215/tid=18217] ppid=18214 vsize=864664 CPUtime=0.31
/proc/18215/task/18217/stat : 18217 (java) S 18214 18211 17668 0 -1 64 26070 0 0 0 21 10 0 0 16 0 9 0 650681146 885415936 30331 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18215/tid=18218] ppid=18214 vsize=864664 CPUtime=0
/proc/18215/task/18218/stat : 18218 (java) S 18214 18211 17668 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 650681147 885415936 30331 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18215/tid=18219] ppid=18214 vsize=864664 CPUtime=0
/proc/18215/task/18219/stat : 18219 (java) S 18214 18211 17668 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 650681147 885415936 30331 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18215/tid=18220] ppid=18214 vsize=864664 CPUtime=0
/proc/18215/task/18220/stat : 18220 (java) S 18214 18211 17668 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 650681148 885415936 30331 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18215/tid=18221] ppid=18214 vsize=864664 CPUtime=0.09
/proc/18215/task/18221/stat : 18221 (java) S 18214 18211 17668 0 -1 64 465 0 0 0 9 0 0 0 16 0 9 0 650681148 885415936 30331 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18215/tid=18222] ppid=18214 vsize=864664 CPUtime=0
/proc/18215/task/18222/stat : 18222 (java) S 18214 18211 17668 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 650681149 885415936 30331 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18215/tid=18223] ppid=18214 vsize=864664 CPUtime=0
/proc/18215/task/18223/stat : 18223 (java) S 18214 18211 17668 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 650681149 885415936 30331 996147200 134512640 134550740 4294956016 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) 883620

[startup+3.10279 s]
/proc/loadavg: 1.65 0.48 0.16 3/85 18223
/proc/meminfo: memFree=573888/2055920 swapFree=4179796/4192956
[pid=18211] ppid=18209 vsize=13600 CPUtime=0.02
/proc/18211/stat : 18211 (sugar) S 18209 18211 17668 0 -1 4194304 900 127 0 0 2 0 0 0 16 0 1 0 650681139 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18211/statm: 3400 796 370 3 0 500 0
[pid=18214] ppid=18211 vsize=5356 CPUtime=0
/proc/18214/stat : 18214 (sh) S 18211 18211 17668 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 650681144 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18214/statm: 1339 233 193 169 0 50 0
[pid=18215] ppid=18214 vsize=864692 CPUtime=3.02
/proc/18215/stat : 18215 (java) S 18214 18211 17668 0 -1 0 60527 0 1 0 270 32 0 0 18 0 9 0 650681144 885444608 59665 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18215/statm: 216173 59665 2529 9 0 210755 0
[pid=18215/tid=18216] ppid=18214 vsize=864692 CPUtime=2.11
/proc/18215/task/18216/stat : 18216 (java) R 18214 18211 17668 0 -1 64 6237 0 1 0 201 10 0 0 25 0 9 0 650681145 885444608 59665 996147200 134512640 134550740 4294956016 18446744073709551615 4126732561 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18215/tid=18217] ppid=18214 vsize=864692 CPUtime=0.76
/proc/18215/task/18217/stat : 18217 (java) S 18214 18211 17668 0 -1 64 53101 0 0 0 55 21 0 0 16 0 9 0 650681146 885444608 59665 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18215/tid=18218] ppid=18214 vsize=864692 CPUtime=0
/proc/18215/task/18218/stat : 18218 (java) S 18214 18211 17668 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 650681147 885444608 59665 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18215/tid=18219] ppid=18214 vsize=864692 CPUtime=0
/proc/18215/task/18219/stat : 18219 (java) S 18214 18211 17668 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 650681147 885444608 59665 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18215/tid=18220] ppid=18214 vsize=864692 CPUtime=0
/proc/18215/task/18220/stat : 18220 (java) S 18214 18211 17668 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 650681148 885444608 59665 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18215/tid=18221] ppid=18214 vsize=864692 CPUtime=0.13
/proc/18215/task/18221/stat : 18221 (java) S 18214 18211 17668 0 -1 64 492 0 0 0 13 0 0 0 16 0 9 0 650681148 885444608 59665 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18215/tid=18222] ppid=18214 vsize=864692 CPUtime=0
/proc/18215/task/18222/stat : 18222 (java) S 18214 18211 17668 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 650681149 885444608 59665 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18215/tid=18223] ppid=18214 vsize=864692 CPUtime=0
/proc/18215/task/18223/stat : 18223 (java) S 18214 18211 17668 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 650681149 885444608 59665 996147200 134512640 134550740 4294956016 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) 883648

[startup+6.3021 s]
/proc/loadavg: 1.75 0.52 0.18 3/85 18223
/proc/meminfo: memFree=505728/2055920 swapFree=4179796/4192956
[pid=18211] ppid=18209 vsize=13600 CPUtime=0.02
/proc/18211/stat : 18211 (sugar) S 18209 18211 17668 0 -1 4194304 900 127 0 0 2 0 0 0 16 0 1 0 650681139 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18211/statm: 3400 796 370 3 0 500 0
[pid=18214] ppid=18211 vsize=5356 CPUtime=0
/proc/18214/stat : 18214 (sh) S 18211 18211 17668 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 650681144 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18214/statm: 1339 233 193 169 0 50 0
[pid=18215] ppid=18214 vsize=864692 CPUtime=6.21
/proc/18215/stat : 18215 (java) S 18214 18211 17668 0 -1 0 66782 0 1 0 578 43 0 0 18 0 9 0 650681144 885444608 65888 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18215/statm: 216173 65888 2529 9 0 210755 0
[pid=18215/tid=18216] ppid=18214 vsize=864692 CPUtime=5.13
/proc/18215/task/18216/stat : 18216 (java) R 18214 18211 17668 0 -1 64 6270 0 1 0 496 17 0 0 25 0 9 0 650681145 885444608 65888 996147200 134512640 134550740 4294956016 18446744073709551615 4126478586 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18215/tid=18217] ppid=18214 vsize=864692 CPUtime=0.88
/proc/18215/task/18217/stat : 18217 (java) S 18214 18211 17668 0 -1 64 59301 0 0 0 64 24 0 0 16 0 9 0 650681146 885444608 65888 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18215/tid=18218] ppid=18214 vsize=864692 CPUtime=0
/proc/18215/task/18218/stat : 18218 (java) S 18214 18211 17668 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 650681147 885444608 65888 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18215/tid=18219] ppid=18214 vsize=864692 CPUtime=0
/proc/18215/task/18219/stat : 18219 (java) S 18214 18211 17668 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 650681147 885444608 65888 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18215/tid=18220] ppid=18214 vsize=864692 CPUtime=0
/proc/18215/task/18220/stat : 18220 (java) S 18214 18211 17668 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 650681148 885444608 65888 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18215/tid=18221] ppid=18214 vsize=864692 CPUtime=0.17
/proc/18215/task/18221/stat : 18221 (java) S 18214 18211 17668 0 -1 64 514 0 0 0 17 0 0 0 16 0 9 0 650681148 885444608 65888 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18215/tid=18222] ppid=18214 vsize=864692 CPUtime=0
/proc/18215/task/18222/stat : 18222 (java) S 18214 18211 17668 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 650681149 885444608 65888 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18215/tid=18223] ppid=18214 vsize=864692 CPUtime=0
/proc/18215/task/18223/stat : 18223 (java) S 18214 18211 17668 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 650681149 885444608 65888 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 883648

[startup+12.7027 s]
/proc/loadavg: 1.85 0.56 0.19 3/85 18223
/proc/meminfo: memFree=409728/2055920 swapFree=4179796/4192956
[pid=18211] ppid=18209 vsize=13600 CPUtime=0.02
/proc/18211/stat : 18211 (sugar) S 18209 18211 17668 0 -1 4194304 900 127 0 0 2 0 0 0 16 0 1 0 650681139 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18211/statm: 3400 796 370 3 0 500 0
[pid=18214] ppid=18211 vsize=5356 CPUtime=0
/proc/18214/stat : 18214 (sh) S 18211 18211 17668 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 650681144 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18214/statm: 1339 233 193 169 0 50 0
[pid=18215] ppid=18214 vsize=864692 CPUtime=12.57
/proc/18215/stat : 18215 (java) S 18214 18211 17668 0 -1 0 80602 0 1 0 1192 65 0 0 18 0 9 0 650681144 885444608 79637 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18215/statm: 216173 79637 2529 9 0 210755 0
[pid=18215/tid=18216] ppid=18214 vsize=864692 CPUtime=11.21
/proc/18215/task/18216/stat : 18216 (java) R 18214 18211 17668 0 -1 64 6341 0 1 0 1086 35 0 0 25 0 9 0 650681145 885444608 79637 996147200 134512640 134550740 4294956016 18446744073709551615 4126731350 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18215/tid=18217] ppid=18214 vsize=864692 CPUtime=1.16
/proc/18215/task/18217/stat : 18217 (java) S 18214 18211 17668 0 -1 64 73042 0 0 0 87 29 0 0 16 0 9 0 650681146 885444608 79637 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18215/tid=18218] ppid=18214 vsize=864692 CPUtime=0
/proc/18215/task/18218/stat : 18218 (java) S 18214 18211 17668 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 650681147 885444608 79637 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18215/tid=18219] ppid=18214 vsize=864692 CPUtime=0
/proc/18215/task/18219/stat : 18219 (java) S 18214 18211 17668 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 650681147 885444608 79637 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18215/tid=18220] ppid=18214 vsize=864692 CPUtime=0
/proc/18215/task/18220/stat : 18220 (java) S 18214 18211 17668 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 650681148 885444608 79637 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18215/tid=18221] ppid=18214 vsize=864692 CPUtime=0.19
/proc/18215/task/18221/stat : 18221 (java) S 18214 18211 17668 0 -1 64 522 0 0 0 19 0 0 0 16 0 9 0 650681148 885444608 79637 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18215/tid=18222] ppid=18214 vsize=864692 CPUtime=0
/proc/18215/task/18222/stat : 18222 (java) S 18214 18211 17668 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 650681149 885444608 79637 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18215/tid=18223] ppid=18214 vsize=864692 CPUtime=0
/proc/18215/task/18223/stat : 18223 (java) S 18214 18211 17668 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 650681149 885444608 79637 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 883648

[startup+25.503 s]
/proc/loadavg: 2.34 0.73 0.25 2/86 18224
/proc/meminfo: memFree=199992/2055920 swapFree=4179796/4192956
[pid=18211] ppid=18209 vsize=13600 CPUtime=25.05
/proc/18211/stat : 18211 (sugar) S 18209 18211 17668 0 -1 4194304 973 111980 0 1 2 0 2387 116 15 0 1 0 650681139 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18211/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 25.05
Current children cumulated vsize (KiB) 13600



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+30.7025 s]
/proc/loadavg: 2.47 0.78 0.27 4/85 18234
/proc/meminfo: memFree=487936/2055920 swapFree=4179796/4192956
[pid=18211] ppid=18209 vsize=13600 CPUtime=25.05
/proc/18211/stat : 18211 (sugar) S 18209 18211 17668 0 -1 4194304 973 111980 0 1 2 0 2387 116 15 0 1 0 650681139 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18211/statm: 3400 797 370 3 0 500 0
[pid=18225] ppid=18211 vsize=5356 CPUtime=0
/proc/18225/stat : 18225 (sh) S 18211 18211 17668 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 650683667 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18225/statm: 1339 233 193 169 0 50 0
[pid=18226] ppid=18225 vsize=905164 CPUtime=5.4
/proc/18226/stat : 18226 (java) S 18225 18211 17668 0 -1 0 45344 0 1 0 519 21 0 0 20 0 9 0 650683667 926887936 39523 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18226/statm: 226291 39531 2532 9 0 220873 0
[pid=18226/tid=18227] ppid=18225 vsize=905164 CPUtime=3.07
/proc/18226/task/18227/stat : 18227 (java) R 18225 18211 17668 0 -1 64 3535 0 1 0 304 3 0 0 25 0 9 0 650683668 926887936 39557 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18226/tid=18228] ppid=18225 vsize=905164 CPUtime=2.24
/proc/18226/task/18228/stat : 18228 (java) R 18225 18211 17668 0 -1 64 40831 0 0 0 207 17 0 0 16 0 9 0 650683669 926887936 39567 996147200 134512640 134550740 4294955952 18446744073709551615 101574388 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18226/tid=18229] ppid=18225 vsize=905164 CPUtime=0
/proc/18226/task/18229/stat : 18229 (java) S 18225 18211 17668 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 650683669 926887936 39577 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18226/tid=18230] ppid=18225 vsize=905164 CPUtime=0
/proc/18226/task/18230/stat : 18230 (java) S 18225 18211 17668 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 650683669 926887936 39585 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18226/tid=18231] ppid=18225 vsize=905164 CPUtime=0
/proc/18226/task/18231/stat : 18231 (java) S 18225 18211 17668 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 650683671 926887936 39593 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18226/tid=18232] ppid=18225 vsize=905164 CPUtime=0.06
/proc/18226/task/18232/stat : 18232 (java) S 18225 18211 17668 0 -1 64 326 0 0 0 6 0 0 0 16 0 9 0 650683671 926887936 39602 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18226/tid=18233] ppid=18225 vsize=905164 CPUtime=0
/proc/18226/task/18233/stat : 18233 (java) S 18225 18211 17668 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 650683671 926887936 39610 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18226/tid=18234] ppid=18225 vsize=905164 CPUtime=0
/proc/18226/task/18234/stat : 18234 (java) S 18225 18211 17668 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 650683671 926887936 39618 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 30.45
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+31.0025 s]
/proc/loadavg: 2.47 0.78 0.27 4/85 18234
/proc/meminfo: memFree=487936/2055920 swapFree=4179796/4192956
[pid=18211] ppid=18209 vsize=13600 CPUtime=25.05
/proc/18211/stat : 18211 (sugar) S 18209 18211 17668 0 -1 4194304 982 111980 0 1 2 0 2387 116 16 0 1 0 650681139 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/18211/statm: 3400 797 370 3 0 500 0
[pid=18225] ppid=18211 vsize=0 CPUtime=0
/proc/18225/stat : 18225 (sh) Z 18211 18211 17668 0 -1 4195340 278 0 0 0 0 0 0 0 16 0 1 0 650683667 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/18225/statm: 0 0 0 0 0 0 0
[pid=18226] ppid=1 vsize=905160 CPUtime=5.69
/proc/18226/stat : 18226 (java) S 1 18211 17668 0 -1 0 52702 0 1 0 544 25 0 0 16 0 9 0 650683667 926883840 41758 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18226/statm: 226290 41758 2532 9 0 220872 0
[pid=18226/tid=18227] ppid=1 vsize=905160 CPUtime=3.07
/proc/18226/task/18227/stat : 18227 (java) R 1 18211 17668 0 -1 64 3535 0 1 0 304 3 0 0 25 0 9 0 650683668 926883840 41758 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18226/tid=18228] ppid=1 vsize=905160 CPUtime=2.53
/proc/18226/task/18228/stat : 18228 (java) R 1 18211 17668 0 -1 64 48143 0 0 0 233 20 0 0 16 0 9 0 650683669 926883840 41758 996147200 134512640 134550740 4294955952 18446744073709551615 102731829 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18226/tid=18229] ppid=1 vsize=905160 CPUtime=0
/proc/18226/task/18229/stat : 18229 (java) S 1 18211 17668 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 650683669 926883840 41758 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18226/tid=18230] ppid=1 vsize=905160 CPUtime=0
/proc/18226/task/18230/stat : 18230 (java) S 1 18211 17668 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 650683669 926883840 41758 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18226/tid=18231] ppid=1 vsize=905160 CPUtime=0
/proc/18226/task/18231/stat : 18231 (java) S 1 18211 17668 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 650683671 926883840 41758 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18226/tid=18232] ppid=1 vsize=905160 CPUtime=0.06
/proc/18226/task/18232/stat : 18232 (java) S 1 18211 17668 0 -1 64 326 0 0 0 6 0 0 0 16 0 9 0 650683671 926883840 41758 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18226/tid=18233] ppid=1 vsize=905160 CPUtime=0
/proc/18226/task/18233/stat : 18233 (java) S 1 18211 17668 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 650683671 926883840 41758 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18226/tid=18234] ppid=1 vsize=905160 CPUtime=0
/proc/18226/task/18234/stat : 18234 (java) S 1 18211 17668 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 650683671 926883840 41758 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 30.74
Current children cumulated vsize (KiB) 918760

[startup+31.1025 s]
/proc/loadavg: 2.47 0.78 0.27 4/85 18234
/proc/meminfo: memFree=487936/2055920 swapFree=4179796/4192956
[pid=18211] ppid=18209 vsize=13600 CPUtime=25.05
/proc/18211/stat : 18211 (sugar) S 18209 18211 17668 0 -1 4194304 982 111980 0 1 2 0 2387 116 16 0 1 0 650681139 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/18211/statm: 3400 797 370 3 0 500 0
[pid=18225] ppid=18211 vsize=0 CPUtime=0
/proc/18225/stat : 18225 (sh) Z 18211 18211 17668 0 -1 4195340 278 0 0 0 0 0 0 0 16 0 1 0 650683667 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/18225/statm: 0 0 0 0 0 0 0
[pid=18226] ppid=1 vsize=905160 CPUtime=5.79
/proc/18226/stat : 18226 (java) S 1 18211 17668 0 -1 0 52710 0 1 0 554 25 0 0 16 0 9 0 650683667 926883840 41766 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18226/statm: 226290 41766 2532 9 0 220872 0
[pid=18226/tid=18227] ppid=1 vsize=905160 CPUtime=3.07
/proc/18226/task/18227/stat : 18227 (java) R 1 18211 17668 0 -1 64 3535 0 1 0 304 3 0 0 25 0 9 0 650683668 926883840 41766 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18226/tid=18228] ppid=1 vsize=905160 CPUtime=2.63
/proc/18226/task/18228/stat : 18228 (java) R 1 18211 17668 0 -1 64 48151 0 0 0 243 20 0 0 16 0 9 0 650683669 926883840 41766 996147200 134512640 134550740 4294955952 18446744073709551615 103736949 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18226/tid=18229] ppid=1 vsize=905160 CPUtime=0
/proc/18226/task/18229/stat : 18229 (java) S 1 18211 17668 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 650683669 926883840 41766 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18226/tid=18230] ppid=1 vsize=905160 CPUtime=0
/proc/18226/task/18230/stat : 18230 (java) S 1 18211 17668 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 650683669 926883840 41766 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18226/tid=18231] ppid=1 vsize=905160 CPUtime=0
/proc/18226/task/18231/stat : 18231 (java) S 1 18211 17668 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 650683671 926883840 41766 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18226/tid=18232] ppid=1 vsize=905160 CPUtime=0.06
/proc/18226/task/18232/stat : 18232 (java) S 1 18211 17668 0 -1 64 326 0 0 0 6 0 0 0 16 0 9 0 650683671 926883840 41766 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18226/tid=18233] ppid=1 vsize=905160 CPUtime=0
/proc/18226/task/18233/stat : 18233 (java) S 1 18211 17668 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 650683671 926883840 41766 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18226/tid=18234] ppid=1 vsize=905160 CPUtime=0
/proc/18226/task/18234/stat : 18234 (java) S 1 18211 17668 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 650683671 926883840 41766 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 30.84
Current children cumulated vsize (KiB) 918760

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 18211 and gives
#  childrusage.ru_utime.tv_sec=23
#  childrusage.ru_utime.tv_usec=908365
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=173821
# CPU time returned by wait4() is 25.0822
# while last known CPU time is 30.84
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 31.1796
CPU time (s): 30.84
CPU user time (s): 29.43
CPU system time (s): 1.41
CPU usage (%): 98.9107
Max. virtual memory (cumulated for all children) (KiB): 924120

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 23.9084
system time used= 1.17382
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 113285
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= 3257
involuntary context switches= 3464

runsolver used 0.042993 second user time and 0.119981 second system time

The end

Launcher Data (download as text)

Begin job on node89 at 2008-07-01 23:58:55
IDJOB=1034410
IDBENCH=53340
IDSOLVER=346
FILE ID=node89/1034410-1214949522
PBS_JOBID= 7870158
Free space on /tmp= 66444 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/lard/normalized-lard-91-91.xml
COMMAND LINE= DIR/sugar -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-1034410-1214949522/watcher-1034410-1214949522 -o /tmp/evaluation-result-1034410-1214949522/solver-1034410-1214949522 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1034410-1214949522.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 6b4a6e4092e14f48fd38a5edec2adc18
RANDOM SEED=234420136

node89.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:        768184 kB
Buffers:         61016 kB
Cached:        1131768 kB
SwapCached:       7280 kB
Active:         459780 kB
Inactive:       747252 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        768184 kB
SwapTotal:     4192956 kB
SwapFree:      4179796 kB
Dirty:           97556 kB
Writeback:           0 kB
Mapped:          20572 kB
Slab:            66148 kB
Committed_AS:  1727468 kB
PageTables:       1716 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= 66316 MiB
End job on node89 at 2008-07-01 23:59:28