Trace number 252369

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, and are wall clock time (not CPU 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 0.40UNSAT 15.6436 16.0914

General information on the benchmark

Namebmc/
bmc-ibm-07-02.xml
MD5SUMa142a61235129899052aa59942dd469c
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2.56561
SatisfiableNO
(Un)Satisfiability was proved
Number of variables8710
Number of constraints48484
Maximum constraint arity33
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension48484
Global constraints used (with number of constraints)

Solver Data (download as text)

0.05	c # Sugar v0-40 (/tmp/evaluation/252369-1170112197/sugar-v0-40.jar)
0.05	
0.05	c # MAIN  BEGIN : /tmp/evaluation/252369-1170112197/unknown.xml [Tue Jan 30 00:09:58 2007]
0.05	c # CONVERT_XML  BEGIN : /tmp/evaluation/252369-1170112197/unknown.xml /tmp/evaluation/252369-1170112197/sugar29195.csp [Tue Jan 30 00:09:58 2007]
0.05	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/252369-1170112197/sugar-v0-40.jar -convert /tmp/evaluation/252369-1170112197/unknown.xml /tmp/evaluation/252369-1170112197/sugar29195.csp
0.27	c BEGIN convert /tmp/evaluation/252369-1170112197/unknown.xml
3.57	c END convert (3.305135 seconds)
3.63	c # CONVERT_XML  END : /tmp/evaluation/252369-1170112197/sugar29195.csp 1684963 bytes (3 seconds) [Tue Jan 30 00:10:01 2007]
3.63	c # CONVERT_XML  CPU : 3.41 = 0.01 + 0 + 3.21 + 0.19
3.63	
3.63	c # GENERATE_SAT  BEGIN : /tmp/evaluation/252369-1170112197/sugar29195.bcnf [Tue Jan 30 00:10:01 2007]
3.63	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/252369-1170112197/sugar-v0-40.jar -bcnf -map /tmp/evaluation/252369-1170112197/sugar29195.map /tmp/evaluation/252369-1170112197/sugar29195.csp /tmp/evaluation/252369-1170112197/sugar29195.bcnf
3.80	c BEGIN parse /tmp/evaluation/252369-1170112197/sugar29195.csp
13.18	c END parse (9.373219 seconds)
13.18	c BEGIN simplify
13.69	c END simplify (0.511037 seconds)
13.69	c BEGIN encode /tmp/evaluation/252369-1170112197/sugar29195.bcnf
14.61	c END encode (0.917483 seconds)
15.87	c # GENERATE_SAT  END : 134081 variables 305016 clauses 3953900 bytes (13 seconds) [Tue Jan 30 00:10:14 2007]
15.87	c # GENERATE_SAT  CPU : 11.96 = 1.07 + 0.09 + 10.55 + 0.25
15.87	
15.87	c # SOLVE_SAT  BEGIN : /tmp/evaluation/252369-1170112197/sugar29195.bcnf [Tue Jan 30 00:10:14 2007]
15.87	c # CMD : /tmp/evaluation/252369-1170112197/minisat /tmp/evaluation/252369-1170112197/sugar29195.bcnf /tmp/evaluation/252369-1170112197/sugar29195.out
16.06	c Trivial problem
16.06	c UNSATISFIABLE
16.07	c # SOLVE_SAT  END : UNSATISFIABLE (0 seconds) [Tue Jan 30 00:10:14 2007]
16.07	c # SOLVE_SAT  CPU : 0.21 = 0 + 0.01 + 0.17 + 0.03
16.07	
16.07	c # RESULT : UNSATISFIABLE
16.07	
16.07	c # OUTPUT_SOL  BEGIN : UNSAT  [Tue Jan 30 00:10:14 2007]
16.07	s UNSATISFIABLE
16.07	c # OUTPUT_SOL  END :  (0 seconds) [Tue Jan 30 00:10:14 2007]
16.07	c # OUTPUT_SOL  CPU : 0 = 0 + 0 + 0 + 0
16.07	
16.07	c # MAIN  END :  (16 seconds) [Tue Jan 30 00:10:14 2007]
16.07	c # MAIN  CPU : 15.58 = 1.08 + 0.1 + 13.93 + 0.47
16.07	

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node6/watcher-252369-1170112197 -o ROOT/results/node6/solver-252369-1170112197 -C 1800 -M 900 /tmp/evaluation/252369-1170112197/solver /tmp/evaluation/252369-1170112197 /tmp/evaluation/252369-1170112197/unknown.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 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

/proc/loadavg: 2.35 2.49 2.60 5/94 29196
/proc/meminfo: memFree=161496/2055924 swapFree=4192812/4192956
[pid=29195] ppid=29193 vsize=12128 CPUtime=0
/proc/29195/stat : 29195 (sugar) R 29193 29195 29130 0 -1 4194304 517 0 0 0 0 0 0 0 20 0 1 0 31174496 12419072 236 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 268583031495 0 0 4224 0 0 0 0 17 1 0 0
/proc/29195/statm: 3032 236 180 3 0 132 0

[startup+0.105907 s]
/proc/loadavg: 2.35 2.49 2.60 5/94 29196
/proc/meminfo: memFree=161496/2055924 swapFree=4192812/4192956
[pid=29195] ppid=29193 vsize=13724 CPUtime=0.03
/proc/29195/stat : 29195 (sugar) S 29193 29195 29130 0 -1 4194304 1096 0 0 0 2 1 0 0 20 0 1 0 31174496 14053376 804 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29195/statm: 3431 804 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+0.513994 s]
/proc/loadavg: 2.35 2.49 2.60 5/94 29196
/proc/meminfo: memFree=161496/2055924 swapFree=4192812/4192956
[pid=29195] ppid=29193 vsize=13724 CPUtime=0.04
/proc/29195/stat : 29195 (sugar) S 29193 29195 29130 0 -1 4194304 1121 0 0 0 3 1 0 0 15 0 1 0 31174496 14053376 805 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29195/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+1.34316 s]
/proc/loadavg: 2.35 2.49 2.60 3/102 29204
/proc/meminfo: memFree=103704/2055924 swapFree=4192812/4192956
[pid=29195] ppid=29193 vsize=13724 CPUtime=0.04
/proc/29195/stat : 29195 (sugar) S 29193 29195 29130 0 -1 4194304 1121 0 0 0 3 1 0 0 15 0 1 0 31174496 14053376 805 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29195/statm: 3431 805 368 3 0 531 0
[pid=29197] ppid=29195 vsize=807280 CPUtime=1.17
/proc/29197/stat : 29197 (java) R 29195 29195 29130 0 -1 0 17270 0 1 0 109 8 0 0 25 0 8 0 31174501 826654720 17015 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4073456084 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29197/statm: 201820 17015 1658 14 0 189098 0
[pid=29197/tid=29198] ppid=29195 vsize=807280 CPUtime=0.22
/proc/29197/task/29198/stat : 29198 (java) S 29195 29195 29130 0 -1 64 10804 0 0 0 19 3 0 0 16 0 8 0 31174514 826654720 17015 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=29197/tid=29199] ppid=29195 vsize=807280 CPUtime=0
/proc/29197/task/29199/stat : 29199 (java) S 29195 29195 29130 0 -1 64 10 0 0 0 0 0 0 0 19 0 8 0 31174515 826654720 17015 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29197/tid=29200] ppid=29195 vsize=807280 CPUtime=0
/proc/29197/task/29200/stat : 29200 (java) S 29195 29195 29130 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 31174515 826654720 17015 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29197/tid=29201] ppid=29195 vsize=807280 CPUtime=0
/proc/29197/task/29201/stat : 29201 (java) S 29195 29195 29130 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 31174518 826654720 17015 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29197/tid=29202] ppid=29195 vsize=807280 CPUtime=0.08
/proc/29197/task/29202/stat : 29202 (java) S 29195 29195 29130 0 -1 64 369 0 0 0 8 0 0 0 16 0 8 0 31174518 826654720 17015 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29197/tid=29203] ppid=29195 vsize=807280 CPUtime=0
/proc/29197/task/29203/stat : 29203 (java) S 29195 29195 29130 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 31174518 826654720 17015 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29197/tid=29204] ppid=29195 vsize=807280 CPUtime=0
/proc/29197/task/29204/stat : 29204 (java) S 29195 29195 29130 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 31174518 826654720 17015 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.21
Current children cumulated vsize (KiB) 821004

[startup+2.98148 s]
/proc/loadavg: 2.35 2.49 2.60 3/102 29204
/proc/meminfo: memFree=53408/2055924 swapFree=4192812/4192956
[pid=29195] ppid=29193 vsize=13724 CPUtime=0.04
/proc/29195/stat : 29195 (sugar) S 29193 29195 29130 0 -1 4194304 1121 0 0 0 3 1 0 0 15 0 1 0 31174496 14053376 805 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29195/statm: 3431 805 368 3 0 531 0
[pid=29197] ppid=29195 vsize=807412 CPUtime=2.79
/proc/29197/stat : 29197 (java) R 29195 29195 29130 0 -1 0 28451 0 1 0 264 15 0 0 25 0 8 0 31174501 826789888 28191 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4073830181 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29197/statm: 201853 28191 1695 14 0 189131 0
[pid=29197/tid=29198] ppid=29195 vsize=807412 CPUtime=0.65
/proc/29197/task/29198/stat : 29198 (java) S 29195 29195 29130 0 -1 64 21831 0 0 0 57 8 0 0 16 0 8 0 31174514 826789888 28191 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=29197/tid=29199] ppid=29195 vsize=807412 CPUtime=0
/proc/29197/task/29199/stat : 29199 (java) S 29195 29195 29130 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 31174515 826789888 28191 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29197/tid=29200] ppid=29195 vsize=807412 CPUtime=0
/proc/29197/task/29200/stat : 29200 (java) S 29195 29195 29130 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 31174515 826789888 28191 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29197/tid=29201] ppid=29195 vsize=807412 CPUtime=0
/proc/29197/task/29201/stat : 29201 (java) S 29195 29195 29130 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 31174518 826789888 28191 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29197/tid=29202] ppid=29195 vsize=807412 CPUtime=0.17
/proc/29197/task/29202/stat : 29202 (java) S 29195 29195 29130 0 -1 64 427 0 0 0 16 1 0 0 16 0 8 0 31174518 826789888 28191 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29197/tid=29203] ppid=29195 vsize=807412 CPUtime=0
/proc/29197/task/29203/stat : 29203 (java) S 29195 29195 29130 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 31174518 826789888 28191 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29197/tid=29204] ppid=29195 vsize=807412 CPUtime=0
/proc/29197/task/29204/stat : 29204 (java) S 29195 29195 29130 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 31174518 826789888 28191 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.83
Current children cumulated vsize (KiB) 821136

[startup+6.28013 s]
/proc/loadavg: 2.32 2.48 2.60 4/102 29212
/proc/meminfo: memFree=91232/2055924 swapFree=4192812/4192956
[pid=29195] ppid=29193 vsize=13724 CPUtime=3.44
/proc/29195/stat : 29195 (sugar) S 29193 29195 29130 0 -1 4194304 1190 28854 0 1 3 1 321 19 15 0 1 0 31174496 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29195/statm: 3431 809 371 3 0 531 0
[pid=29205] ppid=29195 vsize=807376 CPUtime=2.55
/proc/29205/stat : 29205 (java) R 29195 29195 29130 0 -1 0 14529 0 1 0 246 9 0 0 25 0 8 0 31174859 826753024 14262 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073736827 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29205/statm: 201844 14262 1506 14 0 189122 0
[pid=29205/tid=29206] ppid=29195 vsize=807376 CPUtime=0.57
/proc/29205/task/29206/stat : 29206 (java) S 29195 29195 29130 0 -1 64 8306 0 0 0 53 4 0 0 16 0 8 0 31174862 826753024 14262 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=29205/tid=29207] ppid=29195 vsize=807376 CPUtime=0
/proc/29205/task/29207/stat : 29207 (java) S 29195 29195 29130 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 31174863 826753024 14262 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29205/tid=29208] ppid=29195 vsize=807376 CPUtime=0
/proc/29205/task/29208/stat : 29208 (java) S 29195 29195 29130 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 31174863 826753024 14262 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29205/tid=29209] ppid=29195 vsize=807376 CPUtime=0
/proc/29205/task/29209/stat : 29209 (java) S 29195 29195 29130 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 31174872 826753024 14262 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29205/tid=29210] ppid=29195 vsize=807376 CPUtime=0.14
/proc/29205/task/29210/stat : 29210 (java) S 29195 29195 29130 0 -1 64 419 0 0 0 14 0 0 0 16 0 8 0 31174872 826753024 14262 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29205/tid=29211] ppid=29195 vsize=807376 CPUtime=0
/proc/29205/task/29211/stat : 29211 (java) S 29195 29195 29130 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 31174872 826753024 14262 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29205/tid=29212] ppid=29195 vsize=807376 CPUtime=0
/proc/29205/task/29212/stat : 29212 (java) S 29195 29195 29130 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 31174872 826753024 14262 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.99
Current children cumulated vsize (KiB) 821100

[startup+12.6804 s]
/proc/loadavg: 2.29 2.47 2.60 4/102 29212
/proc/meminfo: memFree=15968/2055924 swapFree=4192812/4192956
[pid=29195] ppid=29193 vsize=13724 CPUtime=3.44
/proc/29195/stat : 29195 (sugar) S 29193 29195 29130 0 -1 4194304 1190 28854 0 1 3 1 321 19 15 0 1 0 31174496 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29195/statm: 3431 809 371 3 0 531 0
[pid=29205] ppid=29195 vsize=807376 CPUtime=8.89
/proc/29205/stat : 29205 (java) R 29195 29195 29130 0 -1 0 28133 0 1 0 873 16 0 0 25 0 8 0 31174859 826753024 27815 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073599687 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29205/statm: 201844 27815 1507 14 0 189122 0
[pid=29205/tid=29206] ppid=29195 vsize=807376 CPUtime=1.35
/proc/29205/task/29206/stat : 29206 (java) S 29195 29195 29130 0 -1 64 21856 0 0 0 125 10 0 0 16 0 8 0 31174862 826753024 27815 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=29205/tid=29207] ppid=29195 vsize=807376 CPUtime=0
/proc/29205/task/29207/stat : 29207 (java) S 29195 29195 29130 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 31174863 826753024 27815 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29205/tid=29208] ppid=29195 vsize=807376 CPUtime=0
/proc/29205/task/29208/stat : 29208 (java) S 29195 29195 29130 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 31174863 826753024 27815 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29205/tid=29209] ppid=29195 vsize=807376 CPUtime=0
/proc/29205/task/29209/stat : 29209 (java) S 29195 29195 29130 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 31174872 826753024 27815 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29205/tid=29210] ppid=29195 vsize=807376 CPUtime=0.15
/proc/29205/task/29210/stat : 29210 (java) S 29195 29195 29130 0 -1 64 422 0 0 0 15 0 0 0 16 0 8 0 31174872 826753024 27815 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29205/tid=29211] ppid=29195 vsize=807376 CPUtime=0
/proc/29205/task/29211/stat : 29211 (java) S 29195 29195 29130 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 31174872 826753024 27815 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29205/tid=29212] ppid=29195 vsize=807376 CPUtime=0
/proc/29205/task/29212/stat : 29212 (java) S 29195 29195 29130 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 31174872 826753024 27815 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.33
Current children cumulated vsize (KiB) 821100

Child status: 0
Real time (s): 16.0914
CPU time (s): 15.6436
CPU user time (s): 15.0397
CPU system time (s): 0.603908
CPU usage (%): 97.2176
Max. virtual memory (cumulated for all children) (KiB): 821136

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

runsolver used 0.020996 s user time and 0.06199 s system time

The end

Launcher Data (download as text)

Begin job on node6 on Mon Jan 29 23:09:58 UTC 2007


IDJOB= 252369
IDBENCH= 12928
IDSOLVER= 86
FILE ID= node6/252369-1170112197

PBS_JOBID= 3690038

Free space on /tmp= 63597 MiB

SOLVER NAME= sugar 0.40
BENCH NAME= HOME/pub/bench/CPAI06/bmc/bmc-ibm-07-02.xml
COMMAND LINE= /tmp/evaluation/252369-1170112197/solver /tmp/evaluation/252369-1170112197 /tmp/evaluation/252369-1170112197/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node6/watcher-252369-1170112197 -o ROOT/results/node6/solver-252369-1170112197 -C 1800 -M 900  /tmp/evaluation/252369-1170112197/solver /tmp/evaluation/252369-1170112197 /tmp/evaluation/252369-1170112197/unknown.xml

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  a142a61235129899052aa59942dd469c

RANDOM SEED= 470881669

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


/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.277
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.277
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:      2055924 kB
MemFree:        162360 kB
Buffers:         14316 kB
Cached:        1714108 kB
SwapCached:          0 kB
Active:         122968 kB
Inactive:      1685448 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:        162360 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:          597400 kB
Writeback:         508 kB
Mapped:         105508 kB
Slab:            70012 kB
Committed_AS:   790792 kB
PageTables:       2240 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= 63533 MiB



End job on node6 on Mon Jan 29 23:10:14 UTC 2007