Trace number 252460

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 23.9734 24.4807

General information on the benchmark

Namebmc/
bmc-ibm-07-08.xml
MD5SUM7e645d0d3f1cc6d54daea6a43df0fa5a
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.6346
SatisfiableNO
(Un)Satisfiability was proved
Number of variables8710
Number of constraints48484
Maximum constraint arity33
Maximum domain size8
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.06	c # Sugar v0-40 (/tmp/evaluation/252460-1170112229/sugar-v0-40.jar)
0.06	
0.07	c # MAIN  BEGIN : /tmp/evaluation/252460-1170112229/unknown.xml [Tue Jan 30 00:10:30 2007]
0.07	c # CONVERT_XML  BEGIN : /tmp/evaluation/252460-1170112229/unknown.xml /tmp/evaluation/252460-1170112229/sugar30794.csp [Tue Jan 30 00:10:30 2007]
0.07	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/252460-1170112229/sugar-v0-40.jar -convert /tmp/evaluation/252460-1170112229/unknown.xml /tmp/evaluation/252460-1170112229/sugar30794.csp
0.26	c BEGIN convert /tmp/evaluation/252460-1170112229/unknown.xml
3.77	c END convert (3.503157 seconds)
3.79	c # CONVERT_XML  END : /tmp/evaluation/252460-1170112229/sugar30794.csp 1684963 bytes (4 seconds) [Tue Jan 30 00:10:34 2007]
3.79	c # CONVERT_XML  CPU : 3.52 = 0 + 0 + 3.26 + 0.26
3.79	
3.79	c # GENERATE_SAT  BEGIN : /tmp/evaluation/252460-1170112229/sugar30794.bcnf [Tue Jan 30 00:10:34 2007]
3.79	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/252460-1170112229/sugar-v0-40.jar -bcnf -map /tmp/evaluation/252460-1170112229/sugar30794.map /tmp/evaluation/252460-1170112229/sugar30794.csp /tmp/evaluation/252460-1170112229/sugar30794.bcnf
3.92	c BEGIN parse /tmp/evaluation/252460-1170112229/sugar30794.csp
13.29	c END parse (9.375102 seconds)
13.29	c BEGIN simplify
13.78	c END simplify (0.490762 seconds)
13.78	c BEGIN encode /tmp/evaluation/252460-1170112229/sugar30794.bcnf
20.06	c END encode (6.277041 seconds)
21.32	c # GENERATE_SAT  END : 463703 variables 5749688 clauses 90796820 bytes (17 seconds) [Tue Jan 30 00:10:51 2007]
21.32	c # GENERATE_SAT  CPU : 17.29 = 1.08 + 0.1 + 15.55 + 0.56
21.32	
21.32	c # SOLVE_SAT  BEGIN : /tmp/evaluation/252460-1170112229/sugar30794.bcnf [Tue Jan 30 00:10:51 2007]
21.32	c # CMD : /tmp/evaluation/252460-1170112229/minisat /tmp/evaluation/252460-1170112229/sugar30794.bcnf /tmp/evaluation/252460-1170112229/sugar30794.out
24.38	c Trivial problem
24.38	c UNSATISFIABLE
24.41	c # SOLVE_SAT  END : UNSATISFIABLE (3 seconds) [Tue Jan 30 00:10:54 2007]
24.41	c # SOLVE_SAT  CPU : 3.04 = 0 + 0 + 2.74 + 0.3
24.41	
24.41	c # RESULT : UNSATISFIABLE
24.41	
24.41	c # OUTPUT_SOL  BEGIN : UNSAT  [Tue Jan 30 00:10:54 2007]
24.41	s UNSATISFIABLE
24.41	c # OUTPUT_SOL  END :  (0 seconds) [Tue Jan 30 00:10:54 2007]
24.41	c # OUTPUT_SOL  CPU : 0 = 0 + 0 + 0 + 0
24.41	
24.41	c # MAIN  END :  (24 seconds) [Tue Jan 30 00:10:54 2007]
24.41	c # MAIN  CPU : 23.85 = 1.08 + 0.1 + 21.55 + 1.12
24.41	

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/node17/watcher-252460-1170112229 -o ROOT/results/node17/solver-252460-1170112229 -C 1800 -M 900 /tmp/evaluation/252460-1170112229/solver /tmp/evaluation/252460-1170112229 /tmp/evaluation/252460-1170112229/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.80 2.92 3.62 3/94 30795
/proc/meminfo: memFree=712720/2055920 swapFree=4192812/4192956
[pid=30794] ppid=30792 vsize=12128 CPUtime=0
/proc/30794/stat : 30794 (sugar) R 30792 30794 30729 0 -1 4194304 504 0 0 0 0 0 0 0 20 0 1 0 31177227 12419072 223 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 245500170978 0 0 4224 0 0 0 0 17 1 0 0
/proc/30794/statm: 3032 223 169 3 0 132 0

[startup+0.104501 s]
/proc/loadavg: 2.80 2.92 3.62 3/94 30795
/proc/meminfo: memFree=712720/2055920 swapFree=4192812/4192956
[pid=30794] ppid=30792 vsize=13724 CPUtime=0.03
/proc/30794/stat : 30794 (sugar) S 30792 30794 30729 0 -1 4194304 1112 0 0 0 3 0 0 0 19 0 1 0 31177227 14053376 805 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30794/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+0.513549 s]
/proc/loadavg: 2.80 2.92 3.62 3/94 30795
/proc/meminfo: memFree=712720/2055920 swapFree=4192812/4192956
[pid=30794] ppid=30792 vsize=13724 CPUtime=0.03
/proc/30794/stat : 30794 (sugar) S 30792 30794 30729 0 -1 4194304 1121 0 0 0 3 0 0 0 15 0 1 0 31177227 14053376 805 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30794/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+1.33863 s]
/proc/loadavg: 2.80 2.92 3.62 3/102 30803
/proc/meminfo: memFree=649808/2055920 swapFree=4192812/4192956
[pid=30794] ppid=30792 vsize=13724 CPUtime=0.03
/proc/30794/stat : 30794 (sugar) S 30792 30794 30729 0 -1 4194304 1121 0 0 0 3 0 0 0 15 0 1 0 31177227 14053376 805 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30794/statm: 3431 805 368 3 0 531 0
[pid=30796] ppid=30794 vsize=807280 CPUtime=1.14
/proc/30796/stat : 30796 (java) R 30794 30794 30729 0 -1 0 17240 0 30 0 104 10 0 0 21 0 8 0 31177234 826654720 17014 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4073651799 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30796/statm: 201820 17014 1658 14 0 189098 0
[pid=30796/tid=30797] ppid=30794 vsize=807280 CPUtime=0.22
/proc/30796/task/30797/stat : 30797 (java) S 30794 30794 30729 0 -1 64 10802 0 2 0 18 4 0 0 16 0 8 0 31177244 826654720 17014 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30796/tid=30798] ppid=30794 vsize=807280 CPUtime=0
/proc/30796/task/30798/stat : 30798 (java) S 30794 30794 30729 0 -1 64 10 0 0 0 0 0 0 0 19 0 8 0 31177245 826654720 17014 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30796/tid=30799] ppid=30794 vsize=807280 CPUtime=0
/proc/30796/task/30799/stat : 30799 (java) S 30794 30794 30729 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 31177245 826654720 17014 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30796/tid=30800] ppid=30794 vsize=807280 CPUtime=0
/proc/30796/task/30800/stat : 30800 (java) S 30794 30794 30729 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 31177248 826654720 17014 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30796/tid=30801] ppid=30794 vsize=807280 CPUtime=0.09
/proc/30796/task/30801/stat : 30801 (java) S 30794 30794 30729 0 -1 64 369 0 0 0 9 0 0 0 16 0 8 0 31177248 826654720 17014 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30796/tid=30802] ppid=30794 vsize=807280 CPUtime=0
/proc/30796/task/30802/stat : 30802 (java) S 30794 30794 30729 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 31177248 826654720 17014 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30796/tid=30803] ppid=30794 vsize=807280 CPUtime=0
/proc/30796/task/30803/stat : 30803 (java) S 30794 30794 30729 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 31177248 826654720 17014 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 821004

[startup+2.99183 s]
/proc/loadavg: 2.80 2.92 3.62 4/102 30803
/proc/meminfo: memFree=599696/2055920 swapFree=4192812/4192956
[pid=30794] ppid=30792 vsize=13724 CPUtime=0.03
/proc/30794/stat : 30794 (sugar) S 30792 30794 30729 0 -1 4194304 1121 0 0 0 3 0 0 0 15 0 1 0 31177227 14053376 805 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30794/statm: 3431 805 368 3 0 531 0
[pid=30796] ppid=30794 vsize=807412 CPUtime=2.73
/proc/30796/stat : 30796 (java) R 30794 30794 30729 0 -1 0 27489 0 37 0 257 16 0 0 25 0 8 0 31177234 826789888 27266 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30796/statm: 201853 27266 1694 14 0 189131 0
[pid=30796/tid=30797] ppid=30794 vsize=807412 CPUtime=0.6
/proc/30796/task/30797/stat : 30797 (java) S 30794 30794 30729 0 -1 64 20915 0 2 0 51 9 0 0 16 0 8 0 31177244 826789888 27266 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30796/tid=30798] ppid=30794 vsize=807412 CPUtime=0
/proc/30796/task/30798/stat : 30798 (java) S 30794 30794 30729 0 -1 64 10 0 0 0 0 0 0 0 19 0 8 0 31177245 826789888 27266 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30796/tid=30799] ppid=30794 vsize=807412 CPUtime=0
/proc/30796/task/30799/stat : 30799 (java) S 30794 30794 30729 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 31177245 826789888 27266 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30796/tid=30800] ppid=30794 vsize=807412 CPUtime=0
/proc/30796/task/30800/stat : 30800 (java) S 30794 30794 30729 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 31177248 826789888 27266 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30796/tid=30801] ppid=30794 vsize=807412 CPUtime=0.16
/proc/30796/task/30801/stat : 30801 (java) R 30794 30794 30729 0 -1 64 418 0 0 0 16 0 0 0 16 0 8 0 31177248 826789888 27266 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4153528151 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30796/tid=30802] ppid=30794 vsize=807412 CPUtime=0
/proc/30796/task/30802/stat : 30802 (java) S 30794 30794 30729 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 31177248 826789888 27266 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30796/tid=30803] ppid=30794 vsize=807412 CPUtime=0
/proc/30796/task/30803/stat : 30803 (java) S 30794 30794 30729 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 31177248 826789888 27266 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.76
Current children cumulated vsize (KiB) 821136

[startup+6.27815 s]
/proc/loadavg: 2.82 2.92 3.61 4/102 30811
/proc/meminfo: memFree=635600/2055920 swapFree=4192812/4192956
[pid=30794] ppid=30792 vsize=13724 CPUtime=3.55
/proc/30794/stat : 30794 (sugar) S 30792 30794 30729 0 -1 4194304 1190 28816 0 37 3 0 326 26 15 0 1 0 31177227 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30794/statm: 3431 809 371 3 0 531 0
[pid=30804] ppid=30794 vsize=808400 CPUtime=2.44
/proc/30804/stat : 30804 (java) R 30794 30794 30729 0 -1 0 14144 0 1 0 236 8 0 0 25 0 8 0 31177606 827801600 13878 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073721837 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30804/statm: 202100 13878 1506 14 0 189378 0
[pid=30804/tid=30805] ppid=30794 vsize=808400 CPUtime=0.55
/proc/30804/task/30805/stat : 30805 (java) S 30794 30794 30729 0 -1 64 7922 0 0 0 52 3 0 0 16 0 8 0 31177610 827801600 13878 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30804/tid=30806] ppid=30794 vsize=808400 CPUtime=0
/proc/30804/task/30806/stat : 30806 (java) S 30794 30794 30729 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 31177610 827801600 13878 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30804/tid=30807] ppid=30794 vsize=808400 CPUtime=0
/proc/30804/task/30807/stat : 30807 (java) S 30794 30794 30729 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 31177610 827801600 13878 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30804/tid=30808] ppid=30794 vsize=808400 CPUtime=0
/proc/30804/task/30808/stat : 30808 (java) S 30794 30794 30729 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 31177614 827801600 13878 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30804/tid=30809] ppid=30794 vsize=808400 CPUtime=0.14
/proc/30804/task/30809/stat : 30809 (java) S 30794 30794 30729 0 -1 64 419 0 0 0 14 0 0 0 16 0 8 0 31177614 827801600 13878 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30804/tid=30810] ppid=30794 vsize=808400 CPUtime=0
/proc/30804/task/30810/stat : 30810 (java) S 30794 30794 30729 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 31177614 827801600 13878 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30804/tid=30811] ppid=30794 vsize=808400 CPUtime=0
/proc/30804/task/30811/stat : 30811 (java) S 30794 30794 30729 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 31177614 827801600 13878 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) 822124

[startup+12.6868 s]
/proc/loadavg: 2.91 2.94 3.61 3/102 30811
/proc/meminfo: memFree=549008/2055920 swapFree=4192812/4192956
[pid=30794] ppid=30792 vsize=13724 CPUtime=3.55
/proc/30794/stat : 30794 (sugar) S 30792 30794 30729 0 -1 4194304 1190 28816 0 37 3 0 326 26 15 0 1 0 31177227 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30794/statm: 3431 809 371 3 0 531 0
[pid=30804] ppid=30794 vsize=808400 CPUtime=8.78
/proc/30804/stat : 30804 (java) R 30794 30794 30729 0 -1 0 27903 0 1 0 865 13 0 0 25 0 8 0 31177606 827801600 27586 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073706867 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30804/statm: 202100 27586 1507 14 0 189378 0
[pid=30804/tid=30805] ppid=30794 vsize=808400 CPUtime=1.33
/proc/30804/task/30805/stat : 30805 (java) S 30794 30794 30729 0 -1 64 21627 0 0 0 125 8 0 0 16 0 8 0 31177610 827801600 27586 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30804/tid=30806] ppid=30794 vsize=808400 CPUtime=0
/proc/30804/task/30806/stat : 30806 (java) S 30794 30794 30729 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 31177610 827801600 27586 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30804/tid=30807] ppid=30794 vsize=808400 CPUtime=0
/proc/30804/task/30807/stat : 30807 (java) S 30794 30794 30729 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 31177610 827801600 27586 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30804/tid=30808] ppid=30794 vsize=808400 CPUtime=0
/proc/30804/task/30808/stat : 30808 (java) S 30794 30794 30729 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 31177614 827801600 27586 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30804/tid=30809] ppid=30794 vsize=808400 CPUtime=0.15
/proc/30804/task/30809/stat : 30809 (java) S 30794 30794 30729 0 -1 64 422 0 0 0 15 0 0 0 16 0 8 0 31177614 827801600 27586 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30804/tid=30810] ppid=30794 vsize=808400 CPUtime=0
/proc/30804/task/30810/stat : 30810 (java) S 30794 30794 30729 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 31177614 827801600 27586 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30804/tid=30811] ppid=30794 vsize=808400 CPUtime=0
/proc/30804/task/30811/stat : 30811 (java) S 30794 30794 30729 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 31177614 827801600 27586 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) 822124

Child status: 0
Real time (s): 24.4807
CPU time (s): 23.9734
CPU user time (s): 22.6716
CPU system time (s): 1.3018
CPU usage (%): 97.9276
Max. virtual memory (cumulated for all children) (KiB): 822124

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 22.6716
system time used= 1.3018
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 114695
page faults= 39
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2638
involuntary context switches= 4022

runsolver used 0.026995 s user time and 0.094985 s system time

The end

Launcher Data (download as text)

Begin job on node17 on Mon Jan 29 23:10:30 UTC 2007


IDJOB= 252460
IDBENCH= 12938
IDSOLVER= 86
FILE ID= node17/252460-1170112229

PBS_JOBID= 3690040

Free space on /tmp= 44816 MiB

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

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  7e645d0d3f1cc6d54daea6a43df0fa5a

RANDOM SEED= 267085046

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.229
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.229
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:        713776 kB
Buffers:         28740 kB
Cached:        1158540 kB
SwapCached:          0 kB
Active:         107876 kB
Inactive:      1144284 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        713776 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           87204 kB
Writeback:           0 kB
Mapped:          90340 kB
Slab:            74796 kB
Committed_AS:   753720 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= 44722 MiB



End job on node17 on Mon Jan 29 23:10:54 UTC 2007