Trace number 249125

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.40? 186.754 230.186

General information on the benchmark

Nameprimes/primes-15/
primes-15-20-2-5.xml
MD5SUM2d70190bc72b8bb932764c1d3f56271f
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.025995
SatisfiableYES
(Un)Satisfiability was proved
Number of variables100
Number of constraints20
Maximum constraint arity7
Maximum domain size46
Number of constraints which are defined in extension0
Number of constraints which are defined in intension20
Global constraints used (with number of constraints)

Solver Data (download as text)

0.75	c # Sugar v0-40 (/tmp/evaluation/249125-1170110990/sugar-v0-40.jar)
0.75	
1.24	c # MAIN  BEGIN : /tmp/evaluation/249125-1170110990/unknown.xml [Mon Jan 29 23:49:52 2007]
1.24	c # CONVERT_XML  BEGIN : /tmp/evaluation/249125-1170110990/unknown.xml /tmp/evaluation/249125-1170110990/sugar22860.csp [Mon Jan 29 23:49:53 2007]
1.24	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/249125-1170110990/sugar-v0-40.jar -convert /tmp/evaluation/249125-1170110990/unknown.xml /tmp/evaluation/249125-1170110990/sugar22860.csp
1.66	c BEGIN convert /tmp/evaluation/249125-1170110990/unknown.xml
1.85	c END convert (0.197109 seconds)
1.87	c # CONVERT_XML  END : /tmp/evaluation/249125-1170110990/sugar22860.csp 3324 bytes (0 seconds) [Mon Jan 29 23:49:53 2007]
1.87	c # CONVERT_XML  CPU : 0.26 = 0 + 0 + 0.22 + 0.04
1.87	
1.87	c # GENERATE_SAT  BEGIN : /tmp/evaluation/249125-1170110990/sugar22860.bcnf [Mon Jan 29 23:49:53 2007]
1.87	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/249125-1170110990/sugar-v0-40.jar -bcnf -map /tmp/evaluation/249125-1170110990/sugar22860.map /tmp/evaluation/249125-1170110990/sugar22860.csp /tmp/evaluation/249125-1170110990/sugar22860.bcnf
1.99	c BEGIN parse /tmp/evaluation/249125-1170110990/sugar22860.csp
2.18	c END parse (0.185382 seconds)
2.18	c BEGIN simplify
2.18	c END simplify (6.46E-4 seconds)
2.18	c BEGIN encode /tmp/evaluation/249125-1170110990/sugar22860.bcnf
211.11	c END encode (208.93279 seconds)
211.57	c # GENERATE_SAT  END : 154530 variables 199054025 clauses 3182769156 bytes (210 seconds) [Mon Jan 29 23:53:23 2007]
211.57	c # GENERATE_SAT  CPU : 185.71 = 0.01 + 0 + 170.36 + 15.34
211.57	
211.57	c # SOLVE_SAT  BEGIN : /tmp/evaluation/249125-1170110990/sugar22860.bcnf [Mon Jan 29 23:53:23 2007]
211.72	c # CMD : /tmp/evaluation/249125-1170110990/minisat /tmp/evaluation/249125-1170110990/sugar22860.bcnf /tmp/evaluation/249125-1170110990/sugar22860.out
211.96	c ERROR! Could not open file: /tmp/evaluation/249125-1170110990/sugar22860.bcnf
211.96	s UNKNOWN
211.96	c # ERROR No such file or directory /tmp/evaluation/249125-1170110990/sugar22860.out, at /tmp/evaluation/249125-1170110990/sugar line 393.
211.96	
211.96	c # MAIN  END :  (211 seconds) [Mon Jan 29 23:53:23 2007]
211.96	c # MAIN  CPU : 185.97 = 0.01 + 0 + 170.58 + 15.38
211.96	

Verifier Data (download as text)

ERROR: Unexpected answer ! (SAT/UNSAT expected)
Got answer: UNKNOWN

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node68/watcher-249125-1170110990 -o ROOT/results/node68/solver-249125-1170110990 -C 1800 -M 900 /tmp/evaluation/249125-1170110990/solver /tmp/evaluation/249125-1170110990 /tmp/evaluation/249125-1170110990/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: 5.69 4.37 3.59 5/81 22861
/proc/meminfo: memFree=695240/2055920 swapFree=4191892/4192956
[pid=22860] ppid=22858 vsize=5352 CPUtime=0
/proc/22860/stat : 22860 (solver) D 22858 22860 22037 0 -1 4194304 264 0 0 0 0 0 0 0 20 0 1 0 31056755 5480448 231 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 257414458663 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/22860/statm: 1338 231 193 169 0 49 0

[startup+0.105806 s]
/proc/loadavg: 5.69 4.37 3.59 5/81 22861
/proc/meminfo: memFree=695240/2055920 swapFree=4191892/4192956
[pid=22860] ppid=22858 vsize=124 CPUtime=0
/proc/22860/stat : 22860 (sugar) D 22858 22860 22037 0 -1 4194304 286 0 1 0 0 0 0 0 18 0 1 0 31056755 126976 23 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257411839465 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/22860/statm: 31 23 17 3 0 3 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 124

[startup+0.513842 s]
/proc/loadavg: 5.69 4.37 3.59 5/81 22861
/proc/meminfo: memFree=695240/2055920 swapFree=4191892/4192956
[pid=22860] ppid=22858 vsize=12272 CPUtime=0
/proc/22860/stat : 22860 (sugar) D 22858 22860 22037 0 -1 4194304 651 0 4 0 0 0 0 0 18 0 1 0 31056755 12566528 374 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257423356002 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/22860/statm: 3068 374 275 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+1.33492 s]
/proc/loadavg: 5.69 4.37 3.59 2/81 22861
/proc/meminfo: memFree=675208/2055920 swapFree=4191892/4192956
[pid=22860] ppid=22858 vsize=13724 CPUtime=0.04
/proc/22860/stat : 22860 (sugar) S 22858 22860 22037 0 -1 4194304 1108 0 4 0 3 1 0 0 16 0 1 0 31056755 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257423356002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22860/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+2.97907 s]
/proc/loadavg: 5.69 4.37 3.59 3/89 22877
/proc/meminfo: memFree=639240/2055920 swapFree=4191892/4192956
[pid=22860] ppid=22858 vsize=13724 CPUtime=0.3
/proc/22860/stat : 22860 (sugar) S 22858 22860 22037 0 -1 4194304 1186 3553 4 29 3 1 22 4 15 0 1 0 31056755 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257423356002 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22860/statm: 3431 809 371 3 0 531 0
[pid=22870] ppid=22860 vsize=807332 CPUtime=1.08
/proc/22870/stat : 22870 (java) R 22860 22860 22037 0 -1 0 4666 0 1 0 100 8 0 0 25 0 8 0 31056943 826707968 4416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4152096930 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22870/statm: 201833 4416 1500 14 0 189111 0
[pid=22870/tid=22871] ppid=22860 vsize=807332 CPUtime=0
/proc/22870/task/22871/stat : 22871 (java) S 22860 22860 22037 0 -1 64 7 0 0 0 0 0 0 0 17 0 8 0 31056946 826707968 4416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22870/tid=22872] ppid=22860 vsize=807332 CPUtime=0
/proc/22870/task/22872/stat : 22872 (java) S 22860 22860 22037 0 -1 64 10 0 0 0 0 0 0 0 21 0 8 0 31056946 826707968 4416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22870/tid=22873] ppid=22860 vsize=807332 CPUtime=0
/proc/22870/task/22873/stat : 22873 (java) S 22860 22860 22037 0 -1 64 4 0 0 0 0 0 0 0 22 0 8 0 31056946 826707968 4416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22870/tid=22874] ppid=22860 vsize=807332 CPUtime=0
/proc/22870/task/22874/stat : 22874 (java) S 22860 22860 22037 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 31056950 826707968 4416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22870/tid=22875] ppid=22860 vsize=807332 CPUtime=0.09
/proc/22870/task/22875/stat : 22875 (java) S 22860 22860 22037 0 -1 64 369 0 0 0 9 0 0 0 16 0 8 0 31056950 826707968 4416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22870/tid=22876] ppid=22860 vsize=807332 CPUtime=0
/proc/22870/task/22876/stat : 22876 (java) S 22860 22860 22037 0 -1 64 3 0 0 0 0 0 0 0 24 0 8 0 31056950 826707968 4416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22870/tid=22877] ppid=22860 vsize=807332 CPUtime=0
/proc/22870/task/22877/stat : 22877 (java) S 22860 22860 22037 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 31056950 826707968 4416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 821056

[startup+6.18337 s]
/proc/loadavg: 5.48 4.35 3.59 3/89 22877
/proc/meminfo: memFree=528072/2055920 swapFree=4191892/4192956
[pid=22860] ppid=22858 vsize=13724 CPUtime=0.3
/proc/22860/stat : 22860 (sugar) S 22858 22860 22037 0 -1 4194304 1186 3553 4 29 3 1 22 4 15 0 1 0 31056755 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257423356002 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22860/statm: 3431 809 371 3 0 531 0
[pid=22870] ppid=22860 vsize=807332 CPUtime=4.23
/proc/22870/stat : 22870 (java) R 22860 22860 22037 0 -1 0 4668 0 1 0 397 26 0 0 25 0 8 0 31056943 826707968 4418 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073646043 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22870/statm: 201833 4418 1501 14 0 189111 0
[pid=22870/tid=22871] ppid=22860 vsize=807332 CPUtime=0
/proc/22870/task/22871/stat : 22871 (java) S 22860 22860 22037 0 -1 64 7 0 0 0 0 0 0 0 16 0 8 0 31056946 826707968 4418 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22870/tid=22872] ppid=22860 vsize=807332 CPUtime=0
/proc/22870/task/22872/stat : 22872 (java) S 22860 22860 22037 0 -1 64 10 0 0 0 0 0 0 0 21 0 8 0 31056946 826707968 4418 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22870/tid=22873] ppid=22860 vsize=807332 CPUtime=0
/proc/22870/task/22873/stat : 22873 (java) S 22860 22860 22037 0 -1 64 4 0 0 0 0 0 0 0 22 0 8 0 31056946 826707968 4418 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22870/tid=22874] ppid=22860 vsize=807332 CPUtime=0
/proc/22870/task/22874/stat : 22874 (java) S 22860 22860 22037 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 31056950 826707968 4418 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22870/tid=22875] ppid=22860 vsize=807332 CPUtime=0.09
/proc/22870/task/22875/stat : 22875 (java) S 22860 22860 22037 0 -1 64 369 0 0 0 9 0 0 0 16 0 8 0 31056950 826707968 4418 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22870/tid=22876] ppid=22860 vsize=807332 CPUtime=0
/proc/22870/task/22876/stat : 22876 (java) S 22860 22860 22037 0 -1 64 3 0 0 0 0 0 0 0 24 0 8 0 31056950 826707968 4418 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22870/tid=22877] ppid=22860 vsize=807332 CPUtime=0
/proc/22870/task/22877/stat : 22877 (java) S 22860 22860 22037 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 31056950 826707968 4418 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.53
Current children cumulated vsize (KiB) 821056

[startup+12.67 s]
/proc/loadavg: 5.44 4.36 3.60 2/90 22879
/proc/meminfo: memFree=315264/2055920 swapFree=4191892/4192956
[pid=22860] ppid=22858 vsize=13724 CPUtime=0.3
/proc/22860/stat : 22860 (sugar) S 22858 22860 22037 0 -1 4194304 1186 3553 4 29 3 1 22 4 15 0 1 0 31056755 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257423356002 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22860/statm: 3431 809 371 3 0 531 0
[pid=22870] ppid=22860 vsize=807332 CPUtime=10.55
/proc/22870/stat : 22870 (java) R 22860 22860 22037 0 -1 0 4669 0 1 0 969 86 0 0 25 0 8 0 31056943 826707968 4419 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4152096429 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22870/statm: 201833 4419 1501 14 0 189111 0
[pid=22870/tid=22871] ppid=22860 vsize=807332 CPUtime=0
/proc/22870/task/22871/stat : 22871 (java) S 22860 22860 22037 0 -1 64 7 0 0 0 0 0 0 0 16 0 8 0 31056946 826707968 4419 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22870/tid=22872] ppid=22860 vsize=807332 CPUtime=0
/proc/22870/task/22872/stat : 22872 (java) S 22860 22860 22037 0 -1 64 10 0 0 0 0 0 0 0 21 0 8 0 31056946 826707968 4419 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22870/tid=22873] ppid=22860 vsize=807332 CPUtime=0
/proc/22870/task/22873/stat : 22873 (java) S 22860 22860 22037 0 -1 64 4 0 0 0 0 0 0 0 22 0 8 0 31056946 826707968 4419 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22870/tid=22874] ppid=22860 vsize=807332 CPUtime=0
/proc/22870/task/22874/stat : 22874 (java) S 22860 22860 22037 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 31056950 826707968 4419 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22870/tid=22875] ppid=22860 vsize=807332 CPUtime=0.09
/proc/22870/task/22875/stat : 22875 (java) S 22860 22860 22037 0 -1 64 369 0 0 0 9 0 0 0 17 0 8 0 31056950 826707968 4419 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22870/tid=22876] ppid=22860 vsize=807332 CPUtime=0
/proc/22870/task/22876/stat : 22876 (java) S 22860 22860 22037 0 -1 64 3 0 0 0 0 0 0 0 24 0 8 0 31056950 826707968 4419 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22870/tid=22877] ppid=22860 vsize=807332 CPUtime=0
/proc/22870/task/22877/stat : 22877 (java) S 22860 22860 22037 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 31056950 826707968 4419 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 10.85
Current children cumulated vsize (KiB) 821056

[startup+25.5451 s]
/proc/loadavg: 5.12 4.34 3.60 3/89 22880
/proc/meminfo: memFree=14984/2055920 swapFree=4191892/4192956
[pid=22860] ppid=22858 vsize=13724 CPUtime=0.3
/proc/22860/stat : 22860 (sugar) S 22858 22860 22037 0 -1 4194304 1186 3553 4 29 3 1 22 4 15 0 1 0 31056755 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257423356002 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22860/statm: 3431 809 371 3 0 531 0
[pid=22870] ppid=22860 vsize=807332 CPUtime=22.73
/proc/22870/stat : 22870 (java) R 22860 22860 22037 0 -1 0 4669 0 1 0 2090 183 0 0 25 0 8 0 31056943 826707968 4419 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22870/statm: 201833 4419 1501 14 0 189111 0
[pid=22870/tid=22871] ppid=22860 vsize=807332 CPUtime=0
/proc/22870/task/22871/stat : 22871 (java) S 22860 22860 22037 0 -1 64 7 0 0 0 0 0 0 0 16 0 8 0 31056946 826707968 4419 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22870/tid=22872] ppid=22860 vsize=807332 CPUtime=0
/proc/22870/task/22872/stat : 22872 (java) S 22860 22860 22037 0 -1 64 10 0 0 0 0 0 0 0 21 0 8 0 31056946 826707968 4419 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22870/tid=22873] ppid=22860 vsize=807332 CPUtime=0
/proc/22870/task/22873/stat : 22873 (java) S 22860 22860 22037 0 -1 64 4 0 0 0 0 0 0 0 22 0 8 0 31056946 826707968 4419 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22870/tid=22874] ppid=22860 vsize=807332 CPUtime=0
/proc/22870/task/22874/stat : 22874 (java) S 22860 22860 22037 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 31056950 826707968 4419 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22870/tid=22875] ppid=22860 vsize=807332 CPUtime=0.09
/proc/22870/task/22875/stat : 22875 (java) S 22860 22860 22037 0 -1 64 369 0 0 0 9 0 0 0 17 0 8 0 31056950 826707968 4419 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22870/tid=22876] ppid=22860 vsize=807332 CPUtime=0
/proc/22870/task/22876/stat : 22876 (java) S 22860 22860 22037 0 -1 64 3 0 0 0 0 0 0 0 24 0 8 0 31056950 826707968 4419 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22870/tid=22877] ppid=22860 vsize=807332 CPUtime=0
/proc/22870/task/22877/stat : 22877 (java) S 22860 22860 22037 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 31056950 826707968 4419 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 23.03
Current children cumulated vsize (KiB) 821056

[startup+51.2055 s]
/proc/loadavg: 4.80 4.33 3.62 3/89 22884
/proc/meminfo: memFree=15304/2055920 swapFree=4191892/4192956
[pid=22860] ppid=22858 vsize=13724 CPUtime=0.3
/proc/22860/stat : 22860 (sugar) S 22858 22860 22037 0 -1 4194304 1186 3553 4 29 3 1 22 4 15 0 1 0 31056755 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257423356002 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22860/statm: 3431 809 371 3 0 531 0
[pid=22870] ppid=22860 vsize=807332 CPUtime=46.86
/proc/22870/stat : 22870 (java) R 22860 22860 22037 0 -1 0 4674 0 1 0 4314 372 0 0 25 0 8 0 31056943 826707968 4424 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073637162 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22870/statm: 201833 4424 1501 14 0 189111 0
[pid=22870/tid=22871] ppid=22860 vsize=807332 CPUtime=0
/proc/22870/task/22871/stat : 22871 (java) S 22860 22860 22037 0 -1 64 7 0 0 0 0 0 0 0 16 0 8 0 31056946 826707968 4424 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22870/tid=22872] ppid=22860 vsize=807332 CPUtime=0
/proc/22870/task/22872/stat : 22872 (java) S 22860 22860 22037 0 -1 64 10 0 0 0 0 0 0 0 21 0 8 0 31056946 826707968 4424 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22870/tid=22873] ppid=22860 vsize=807332 CPUtime=0
/proc/22870/task/22873/stat : 22873 (java) S 22860 22860 22037 0 -1 64 4 0 0 0 0 0 0 0 22 0 8 0 31056946 826707968 4424 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22870/tid=22874] ppid=22860 vsize=807332 CPUtime=0
/proc/22870/task/22874/stat : 22874 (java) S 22860 22860 22037 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 31056950 826707968 4424 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22870/tid=22875] ppid=22860 vsize=807332 CPUtime=0.09
/proc/22870/task/22875/stat : 22875 (java) S 22860 22860 22037 0 -1 64 369 0 0 0 9 0 0 0 17 0 8 0 31056950 826707968 4424 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22870/tid=22876] ppid=22860 vsize=807332 CPUtime=0
/proc/22870/task/22876/stat : 22876 (java) S 22860 22860 22037 0 -1 64 3 0 0 0 0 0 0 0 24 0 8 0 31056950 826707968 4424 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22870/tid=22877] ppid=22860 vsize=807332 CPUtime=0
/proc/22870/task/22877/stat : 22877 (java) S 22860 22860 22037 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 31056950 826707968 4424 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 47.16
Current children cumulated vsize (KiB) 821056

[startup+102.408 s]
/proc/loadavg: 4.28 4.27 3.64 3/90 22891
/proc/meminfo: memFree=15872/2055920 swapFree=4191892/4192956
[pid=22860] ppid=22858 vsize=13724 CPUtime=0.3
/proc/22860/stat : 22860 (sugar) S 22858 22860 22037 0 -1 4194304 1186 3553 4 29 3 1 22 4 15 0 1 0 31056755 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257423356002 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22860/statm: 3431 809 371 3 0 531 0
[pid=22870] ppid=22860 vsize=807332 CPUtime=84.13
/proc/22870/stat : 22870 (java) R 22860 22860 22037 0 -1 0 4680 0 1 0 7731 682 0 0 25 0 8 0 31056943 826707968 4429 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22870/statm: 201833 4429 1501 14 0 189111 0
[pid=22870/tid=22871] ppid=22860 vsize=807332 CPUtime=0
/proc/22870/task/22871/stat : 22871 (java) S 22860 22860 22037 0 -1 64 7 0 0 0 0 0 0 0 16 0 8 0 31056946 826707968 4429 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=22870/tid=22872] ppid=22860 vsize=807332 CPUtime=0
/proc/22870/task/22872/stat : 22872 (java) S 22860 22860 22037 0 -1 64 10 0 0 0 0 0 0 0 21 0 8 0 31056946 826707968 4429 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22870/tid=22873] ppid=22860 vsize=807332 CPUtime=0
/proc/22870/task/22873/stat : 22873 (java) S 22860 22860 22037 0 -1 64 4 0 0 0 0 0 0 0 22 0 8 0 31056946 826707968 4429 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22870/tid=22874] ppid=22860 vsize=807332 CPUtime=0
/proc/22870/task/22874/stat : 22874 (java) S 22860 22860 22037 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 31056950 826707968 4429 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22870/tid=22875] ppid=22860 vsize=807332 CPUtime=0.09
/proc/22870/task/22875/stat : 22875 (java) S 22860 22860 22037 0 -1 64 369 0 0 0 9 0 0 0 16 0 8 0 31056950 826707968 4429 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22870/tid=22876] ppid=22860 vsize=807332 CPUtime=0
/proc/22870/task/22876/stat : 22876 (java) S 22860 22860 22037 0 -1 64 3 0 0 0 0 0 0 0 24 0 8 0 31056950 826707968 4429 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22870/tid=22877] ppid=22860 vsize=807332 CPUtime=0
/proc/22870/task/22877/stat : 22877 (java) S 22860 22860 22037 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 31056950 826707968 4429 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 84.43
Current children cumulated vsize (KiB) 821056

[startup+162.49 s]
/proc/loadavg: 7.80 5.25 4.01 4/97 22912
/proc/meminfo: memFree=16264/2055920 swapFree=4191892/4192956
[pid=22860] ppid=22858 vsize=13724 CPUtime=0.3
/proc/22860/stat : 22860 (sugar) S 22858 22860 22037 0 -1 4194304 1186 3553 4 29 3 1 22 4 15 0 1 0 31056755 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257423356002 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22860/statm: 3431 809 371 3 0 531 0
[pid=22870] ppid=22860 vsize=807332 CPUtime=140.09
/proc/22870/stat : 22870 (java) R 22860 22860 22037 0 -1 0 4687 0 1 0 12848 1161 0 0 25 0 8 0 31056943 826707968 4436 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4152096489 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22870/statm: 201833 4436 1501 14 0 189111 0
[pid=22870/tid=22871] ppid=22860 vsize=807332 CPUtime=0
/proc/22870/task/22871/stat : 22871 (java) S 22860 22860 22037 0 -1 64 7 0 0 0 0 0 0 0 16 0 8 0 31056946 826707968 4436 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=22870/tid=22872] ppid=22860 vsize=807332 CPUtime=0
/proc/22870/task/22872/stat : 22872 (java) S 22860 22860 22037 0 -1 64 10 0 0 0 0 0 0 0 21 0 8 0 31056946 826707968 4436 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22870/tid=22873] ppid=22860 vsize=807332 CPUtime=0
/proc/22870/task/22873/stat : 22873 (java) S 22860 22860 22037 0 -1 64 4 0 0 0 0 0 0 0 22 0 8 0 31056946 826707968 4436 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22870/tid=22874] ppid=22860 vsize=807332 CPUtime=0
/proc/22870/task/22874/stat : 22874 (java) S 22860 22860 22037 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 31056950 826707968 4436 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22870/tid=22875] ppid=22860 vsize=807332 CPUtime=0.09
/proc/22870/task/22875/stat : 22875 (java) S 22860 22860 22037 0 -1 64 369 0 0 0 9 0 0 0 16 0 8 0 31056950 826707968 4436 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22870/tid=22876] ppid=22860 vsize=807332 CPUtime=0
/proc/22870/task/22876/stat : 22876 (java) S 22860 22860 22037 0 -1 64 3 0 0 0 0 0 0 0 24 0 8 0 31056950 826707968 4436 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22870/tid=22877] ppid=22860 vsize=807332 CPUtime=0
/proc/22870/task/22877/stat : 22877 (java) S 22860 22860 22037 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 31056950 826707968 4436 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 140.39
Current children cumulated vsize (KiB) 821056

[startup+222.551 s]
/proc/loadavg: 6.76 5.51 4.18 2/83 22923
/proc/meminfo: memFree=841584/2055920 swapFree=4191892/4192956
[pid=22860] ppid=22858 vsize=13856 CPUtime=186.63
/proc/22860/stat : 22860 (sugar) D 22858 22860 22037 0 -1 4194304 1361 8330 6 39 4 63 17058 1538 18 0 1 0 31056755 14188544 852 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257414632489 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/22860/statm: 3464 852 377 3 0 564 0
Current children cumulated CPU time (s) 186.63
Current children cumulated vsize (KiB) 13856

Child status: 1
Real time (s): 230.186
CPU time (s): 186.754
CPU user time (s): 170.624
CPU system time (s): 16.1295
CPU usage (%): 81.1315
Max. virtual memory (cumulated for all children) (KiB): 821056

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 170.624
system time used= 16.1295
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9746
page faults= 45
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5725
involuntary context switches= 10572

runsolver used 0.282956 s user time and 0.798878 s system time

The end

Launcher Data (download as text)

Begin job on node68 on Mon Jan 29 22:49:51 UTC 2007


IDJOB= 249125
IDBENCH= 11759
IDSOLVER= 86
FILE ID= node68/249125-1170110990

PBS_JOBID= 3689890

Free space on /tmp= 52366 MiB

SOLVER NAME= sugar 0.40
BENCH NAME= HOME/pub/bench/CPAI06/primes/primes-15/primes-15-20-2-5.xml
COMMAND LINE= /tmp/evaluation/249125-1170110990/solver /tmp/evaluation/249125-1170110990 /tmp/evaluation/249125-1170110990/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node68/watcher-249125-1170110990 -o ROOT/results/node68/solver-249125-1170110990 -C 1800 -M 900  /tmp/evaluation/249125-1170110990/solver /tmp/evaluation/249125-1170110990 /tmp/evaluation/249125-1170110990/unknown.xml

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  2d70190bc72b8bb932764c1d3f56271f

RANDOM SEED= 443939308

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.234
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.234
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:        695912 kB
Buffers:          6780 kB
Cached:        1229460 kB
SwapCached:          0 kB
Active:          57968 kB
Inactive:      1214208 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        695912 kB
SwapTotal:     4192956 kB
SwapFree:      4191892 kB
Dirty:          700680 kB
Writeback:           0 kB
Mapped:          51688 kB
Slab:            73212 kB
Committed_AS:   710512 kB
PageTables:       1840 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= 48902 MiB



End job on node68 on Mon Jan 29 22:53:42 UTC 2007