Trace number 248514

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? 184.202 203.427

General information on the benchmark

Nameprimes/primes-30/
primes-30-20-2-1.xml
MD5SUMf0e651cdc6b14fbfa0027bb3a4d85149
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.019996
SatisfiableYES
(Un)Satisfiability was proved
Number of variables100
Number of constraints20
Maximum constraint arity3
Maximum domain size112
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.06	c # Sugar v0-40 (/tmp/evaluation/248514-1170110267/sugar-v0-40.jar)
0.06	
0.07	c # MAIN  BEGIN : /tmp/evaluation/248514-1170110267/unknown.xml [Mon Jan 29 23:37:48 2007]
0.07	c # CONVERT_XML  BEGIN : /tmp/evaluation/248514-1170110267/unknown.xml /tmp/evaluation/248514-1170110267/sugar26699.csp [Mon Jan 29 23:37:48 2007]
0.07	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/248514-1170110267/sugar-v0-40.jar -convert /tmp/evaluation/248514-1170110267/unknown.xml /tmp/evaluation/248514-1170110267/sugar26699.csp
0.23	c BEGIN convert /tmp/evaluation/248514-1170110267/unknown.xml
0.42	c END convert (0.18532 seconds)
0.45	c # CONVERT_XML  END : /tmp/evaluation/248514-1170110267/sugar26699.csp 2701 bytes (0 seconds) [Mon Jan 29 23:37:48 2007]
0.45	c # CONVERT_XML  CPU : 0.26 = 0 + 0 + 0.2 + 0.06
0.45	
0.45	c # GENERATE_SAT  BEGIN : /tmp/evaluation/248514-1170110267/sugar26699.bcnf [Mon Jan 29 23:37:48 2007]
0.45	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/248514-1170110267/sugar-v0-40.jar -bcnf -map /tmp/evaluation/248514-1170110267/sugar26699.map /tmp/evaluation/248514-1170110267/sugar26699.csp /tmp/evaluation/248514-1170110267/sugar26699.bcnf
0.57	c BEGIN parse /tmp/evaluation/248514-1170110267/sugar26699.csp
0.67	c END parse (0.100258 seconds)
0.67	c BEGIN simplify
0.67	c END simplify (1.87E-4 seconds)
0.67	c BEGIN encode /tmp/evaluation/248514-1170110267/sugar26699.bcnf
189.31	c END encode (188.634217 seconds)
189.53	c # GENERATE_SAT  END : 11100 variables 185113151 clauses 2961115924 bytes (189 seconds) [Mon Jan 29 23:40:57 2007]
189.53	c # GENERATE_SAT  CPU : 183.23 = 0 + 0 + 169.07 + 14.16
189.53	
189.53	c # SOLVE_SAT  BEGIN : /tmp/evaluation/248514-1170110267/sugar26699.bcnf [Mon Jan 29 23:40:57 2007]
189.70	c # CMD : /tmp/evaluation/248514-1170110267/minisat /tmp/evaluation/248514-1170110267/sugar26699.bcnf /tmp/evaluation/248514-1170110267/sugar26699.out
189.93	c ERROR! Could not open file: /tmp/evaluation/248514-1170110267/sugar26699.bcnf
189.93	s UNKNOWN
189.93	c # ERROR No such file or directory /tmp/evaluation/248514-1170110267/sugar26699.out, at /tmp/evaluation/248514-1170110267/sugar line 393.
189.93	
189.93	c # MAIN  END :  (190 seconds) [Mon Jan 29 23:40:58 2007]
189.93	c # MAIN  CPU : 183.49 = 0 + 0 + 169.27 + 14.22
189.93	

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/node71/watcher-248514-1170110267 -o ROOT/results/node71/solver-248514-1170110267 -C 1800 -M 900 /tmp/evaluation/248514-1170110267/solver /tmp/evaluation/248514-1170110267 /tmp/evaluation/248514-1170110267/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: 1.52 1.68 1.91 5/70 26700
/proc/meminfo: memFree=1956144/2055920 swapFree=4192812/4192956
[pid=26699] ppid=26696 vsize=18540 CPUtime=0
/proc/26699/stat : 26699 (runsolver) R 26696 26699 26579 0 -1 4194368 16 0 0 0 0 0 0 0 21 0 1 0 30984596 18984960 279 18446744073709551615 4194304 4267372 548682069040 18446744073709551615 231962373415 0 0 4096 24578 0 0 0 17 1 0 0
/proc/26699/statm: 4635 279 244 17 0 2626 0

[startup+0.109613 s]
/proc/loadavg: 1.52 1.68 1.91 5/70 26700
/proc/meminfo: memFree=1956144/2055920 swapFree=4192812/4192956
[pid=26699] ppid=26696 vsize=13724 CPUtime=0.04
/proc/26699/stat : 26699 (sugar) S 26696 26699 26579 0 -1 4194304 1112 0 0 0 3 1 0 0 18 0 1 0 30984596 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26699/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+0.517702 s]
/proc/loadavg: 1.52 1.68 1.91 5/70 26700
/proc/meminfo: memFree=1956144/2055920 swapFree=4192812/4192956
[pid=26699] ppid=26696 vsize=13724 CPUtime=0.3
/proc/26699/stat : 26699 (sugar) S 26696 26699 26579 0 -1 4194304 1181 3520 0 16 3 1 20 6 17 0 1 0 30984596 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26699/statm: 3431 809 371 3 0 531 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 13724

[startup+1.34088 s]
/proc/loadavg: 1.56 1.68 1.91 3/89 26735
/proc/meminfo: memFree=1908384/2055920 swapFree=4192812/4192956
[pid=26699] ppid=26696 vsize=13724 CPUtime=0.3
/proc/26699/stat : 26699 (sugar) S 26696 26699 26579 0 -1 4194304 1190 3520 0 16 3 1 20 6 15 0 1 0 30984596 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26699/statm: 3431 809 371 3 0 531 0
[pid=26720] ppid=26699 vsize=807344 CPUtime=0.86
/proc/26720/stat : 26720 (java) R 26699 26699 26579 0 -1 0 4297 0 2 0 80 6 0 0 25 0 8 0 30984642 826720256 4049 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26720/statm: 201836 4049 1500 14 0 189114 0
[pid=26720/tid=26721] ppid=26699 vsize=807344 CPUtime=0
/proc/26720/task/26721/stat : 26721 (java) S 26699 26699 26579 0 -1 64 5 0 0 0 0 0 0 0 20 0 8 0 30984646 826720256 4049 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26720/tid=26722] ppid=26699 vsize=807344 CPUtime=0
/proc/26720/task/26722/stat : 26722 (java) S 26699 26699 26579 0 -1 64 9 0 0 0 0 0 0 0 20 0 8 0 30984646 826720256 4049 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26720/tid=26723] ppid=26699 vsize=807344 CPUtime=0
/proc/26720/task/26723/stat : 26723 (java) S 26699 26699 26579 0 -1 64 4 0 0 0 0 0 0 0 21 0 8 0 30984646 826720256 4049 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26720/tid=26725] ppid=26699 vsize=807344 CPUtime=0
/proc/26720/task/26725/stat : 26725 (java) S 26699 26699 26579 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 30984649 826720256 4049 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26720/tid=26726] ppid=26699 vsize=807344 CPUtime=0.05
/proc/26720/task/26726/stat : 26726 (java) S 26699 26699 26579 0 -1 64 334 0 0 0 5 0 0 0 16 0 8 0 30984649 826720256 4049 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26720/tid=26727] ppid=26699 vsize=807344 CPUtime=0
/proc/26720/task/26727/stat : 26727 (java) S 26699 26699 26579 0 -1 64 3 0 0 0 0 0 0 0 23 0 8 0 30984649 826720256 4049 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26720/tid=26728] ppid=26699 vsize=807344 CPUtime=0
/proc/26720/task/26728/stat : 26728 (java) S 26699 26699 26579 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30984649 826720256 4049 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 821068

[startup+2.98524 s]
/proc/loadavg: 1.56 1.68 1.91 3/89 26735
/proc/meminfo: memFree=1870880/2055920 swapFree=4192812/4192956
[pid=26699] ppid=26696 vsize=13724 CPUtime=0.3
/proc/26699/stat : 26699 (sugar) S 26696 26699 26579 0 -1 4194304 1190 3520 0 16 3 1 20 6 15 0 1 0 30984596 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26699/statm: 3431 809 371 3 0 531 0
[pid=26720] ppid=26699 vsize=807344 CPUtime=2.5
/proc/26720/stat : 26720 (java) R 26699 26699 26579 0 -1 0 4299 0 2 0 234 16 0 0 25 0 8 0 30984642 826720256 4050 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26720/statm: 201836 4050 1501 14 0 189114 0
[pid=26720/tid=26721] ppid=26699 vsize=807344 CPUtime=0
/proc/26720/task/26721/stat : 26721 (java) S 26699 26699 26579 0 -1 64 6 0 0 0 0 0 0 0 16 0 8 0 30984646 826720256 4050 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26720/tid=26722] ppid=26699 vsize=807344 CPUtime=0
/proc/26720/task/26722/stat : 26722 (java) S 26699 26699 26579 0 -1 64 9 0 0 0 0 0 0 0 20 0 8 0 30984646 826720256 4050 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26720/tid=26723] ppid=26699 vsize=807344 CPUtime=0
/proc/26720/task/26723/stat : 26723 (java) S 26699 26699 26579 0 -1 64 4 0 0 0 0 0 0 0 21 0 8 0 30984646 826720256 4050 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26720/tid=26725] ppid=26699 vsize=807344 CPUtime=0
/proc/26720/task/26725/stat : 26725 (java) S 26699 26699 26579 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 30984649 826720256 4050 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26720/tid=26726] ppid=26699 vsize=807344 CPUtime=0.05
/proc/26720/task/26726/stat : 26726 (java) S 26699 26699 26579 0 -1 64 334 0 0 0 5 0 0 0 16 0 8 0 30984649 826720256 4050 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26720/tid=26727] ppid=26699 vsize=807344 CPUtime=0
/proc/26720/task/26727/stat : 26727 (java) S 26699 26699 26579 0 -1 64 3 0 0 0 0 0 0 0 23 0 8 0 30984649 826720256 4050 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26720/tid=26728] ppid=26699 vsize=807344 CPUtime=0
/proc/26720/task/26728/stat : 26728 (java) S 26699 26699 26579 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30984649 826720256 4050 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.8
Current children cumulated vsize (KiB) 821068

[startup+6.28395 s]
/proc/loadavg: 1.76 1.72 1.92 3/89 26735
/proc/meminfo: memFree=1751712/2055920 swapFree=4192812/4192956
[pid=26699] ppid=26696 vsize=13724 CPUtime=0.3
/proc/26699/stat : 26699 (sugar) S 26696 26699 26579 0 -1 4194304 1190 3520 0 16 3 1 20 6 15 0 1 0 30984596 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26699/statm: 3431 809 371 3 0 531 0
[pid=26720] ppid=26699 vsize=807344 CPUtime=5.73
/proc/26720/stat : 26720 (java) R 26699 26699 26579 0 -1 0 4299 0 2 0 534 39 0 0 25 0 8 0 30984642 826720256 4050 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073557608 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26720/statm: 201836 4050 1501 14 0 189114 0
[pid=26720/tid=26721] ppid=26699 vsize=807344 CPUtime=0
/proc/26720/task/26721/stat : 26721 (java) S 26699 26699 26579 0 -1 64 6 0 0 0 0 0 0 0 16 0 8 0 30984646 826720256 4050 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26720/tid=26722] ppid=26699 vsize=807344 CPUtime=0
/proc/26720/task/26722/stat : 26722 (java) S 26699 26699 26579 0 -1 64 9 0 0 0 0 0 0 0 20 0 8 0 30984646 826720256 4050 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26720/tid=26723] ppid=26699 vsize=807344 CPUtime=0
/proc/26720/task/26723/stat : 26723 (java) S 26699 26699 26579 0 -1 64 4 0 0 0 0 0 0 0 21 0 8 0 30984646 826720256 4050 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26720/tid=26725] ppid=26699 vsize=807344 CPUtime=0
/proc/26720/task/26725/stat : 26725 (java) S 26699 26699 26579 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 30984649 826720256 4050 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26720/tid=26726] ppid=26699 vsize=807344 CPUtime=0.05
/proc/26720/task/26726/stat : 26726 (java) S 26699 26699 26579 0 -1 64 334 0 0 0 5 0 0 0 16 0 8 0 30984649 826720256 4050 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26720/tid=26727] ppid=26699 vsize=807344 CPUtime=0
/proc/26720/task/26727/stat : 26727 (java) S 26699 26699 26579 0 -1 64 3 0 0 0 0 0 0 0 23 0 8 0 30984649 826720256 4050 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26720/tid=26728] ppid=26699 vsize=807344 CPUtime=0
/proc/26720/task/26728/stat : 26728 (java) S 26699 26699 26579 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30984649 826720256 4050 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.03
Current children cumulated vsize (KiB) 821068

[startup+12.7794 s]
/proc/loadavg: 2.02 1.77 1.94 3/89 26735
/proc/meminfo: memFree=1525280/2055920 swapFree=4192812/4192956
[pid=26699] ppid=26696 vsize=13724 CPUtime=0.3
/proc/26699/stat : 26699 (sugar) S 26696 26699 26579 0 -1 4194304 1190 3520 0 16 3 1 20 6 15 0 1 0 30984596 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26699/statm: 3431 809 371 3 0 531 0
[pid=26720] ppid=26699 vsize=807344 CPUtime=12.16
/proc/26720/stat : 26720 (java) R 26699 26699 26579 0 -1 0 4299 0 2 0 1133 83 0 0 25 0 8 0 30984642 826720256 4050 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26720/statm: 201836 4050 1501 14 0 189114 0
[pid=26720/tid=26721] ppid=26699 vsize=807344 CPUtime=0
/proc/26720/task/26721/stat : 26721 (java) S 26699 26699 26579 0 -1 64 6 0 0 0 0 0 0 0 16 0 8 0 30984646 826720256 4050 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26720/tid=26722] ppid=26699 vsize=807344 CPUtime=0
/proc/26720/task/26722/stat : 26722 (java) S 26699 26699 26579 0 -1 64 9 0 0 0 0 0 0 0 20 0 8 0 30984646 826720256 4050 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26720/tid=26723] ppid=26699 vsize=807344 CPUtime=0
/proc/26720/task/26723/stat : 26723 (java) S 26699 26699 26579 0 -1 64 4 0 0 0 0 0 0 0 21 0 8 0 30984646 826720256 4050 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26720/tid=26725] ppid=26699 vsize=807344 CPUtime=0
/proc/26720/task/26725/stat : 26725 (java) S 26699 26699 26579 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 30984649 826720256 4050 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26720/tid=26726] ppid=26699 vsize=807344 CPUtime=0.05
/proc/26720/task/26726/stat : 26726 (java) S 26699 26699 26579 0 -1 64 334 0 0 0 5 0 0 0 17 0 8 0 30984649 826720256 4050 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26720/tid=26727] ppid=26699 vsize=807344 CPUtime=0
/proc/26720/task/26727/stat : 26727 (java) S 26699 26699 26579 0 -1 64 3 0 0 0 0 0 0 0 23 0 8 0 30984649 826720256 4050 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26720/tid=26728] ppid=26699 vsize=807344 CPUtime=0
/proc/26720/task/26728/stat : 26728 (java) S 26699 26699 26579 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30984649 826720256 4050 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.46
Current children cumulated vsize (KiB) 821068

[startup+25.6632 s]
/proc/loadavg: 2.47 1.88 1.97 4/89 26738
/proc/meminfo: memFree=1118112/2055920 swapFree=4192812/4192956
[pid=26699] ppid=26696 vsize=13724 CPUtime=0.3
/proc/26699/stat : 26699 (sugar) S 26696 26699 26579 0 -1 4194304 1190 3520 0 16 3 1 20 6 15 0 1 0 30984596 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26699/statm: 3431 809 371 3 0 531 0
[pid=26720] ppid=26699 vsize=807344 CPUtime=24.81
/proc/26720/stat : 26720 (java) R 26699 26699 26579 0 -1 0 4301 0 2 0 2311 170 0 0 25 0 8 0 30984642 826720256 4052 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26720/statm: 201836 4052 1501 14 0 189114 0
[pid=26720/tid=26721] ppid=26699 vsize=807344 CPUtime=0
/proc/26720/task/26721/stat : 26721 (java) S 26699 26699 26579 0 -1 64 6 0 0 0 0 0 0 0 16 0 8 0 30984646 826720256 4052 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26720/tid=26722] ppid=26699 vsize=807344 CPUtime=0
/proc/26720/task/26722/stat : 26722 (java) S 26699 26699 26579 0 -1 64 9 0 0 0 0 0 0 0 20 0 8 0 30984646 826720256 4052 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26720/tid=26723] ppid=26699 vsize=807344 CPUtime=0
/proc/26720/task/26723/stat : 26723 (java) S 26699 26699 26579 0 -1 64 4 0 0 0 0 0 0 0 21 0 8 0 30984646 826720256 4052 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26720/tid=26725] ppid=26699 vsize=807344 CPUtime=0
/proc/26720/task/26725/stat : 26725 (java) S 26699 26699 26579 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 30984649 826720256 4052 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26720/tid=26726] ppid=26699 vsize=807344 CPUtime=0.05
/proc/26720/task/26726/stat : 26726 (java) S 26699 26699 26579 0 -1 64 334 0 0 0 5 0 0 0 17 0 8 0 30984649 826720256 4052 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26720/tid=26727] ppid=26699 vsize=807344 CPUtime=0
/proc/26720/task/26727/stat : 26727 (java) S 26699 26699 26579 0 -1 64 3 0 0 0 0 0 0 0 23 0 8 0 30984649 826720256 4052 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26720/tid=26728] ppid=26699 vsize=807344 CPUtime=0
/proc/26720/task/26728/stat : 26728 (java) S 26699 26699 26579 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30984649 826720256 4052 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 821068

[startup+51.3308 s]
/proc/loadavg: 3.18 2.11 2.04 3/92 26745
/proc/meminfo: memFree=276744/2055920 swapFree=4192812/4192956
[pid=26699] ppid=26696 vsize=13724 CPUtime=0.3
/proc/26699/stat : 26699 (sugar) S 26696 26699 26579 0 -1 4194304 1190 3520 0 16 3 1 20 6 15 0 1 0 30984596 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26699/statm: 3431 809 371 3 0 531 0
[pid=26720] ppid=26699 vsize=807344 CPUtime=50.04
/proc/26720/stat : 26720 (java) R 26699 26699 26579 0 -1 0 4301 0 2 0 4645 359 0 0 25 0 8 0 30984642 826720256 4052 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26720/statm: 201836 4052 1501 14 0 189114 0
[pid=26720/tid=26721] ppid=26699 vsize=807344 CPUtime=0
/proc/26720/task/26721/stat : 26721 (java) S 26699 26699 26579 0 -1 64 6 0 0 0 0 0 0 0 16 0 8 0 30984646 826720256 4052 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26720/tid=26722] ppid=26699 vsize=807344 CPUtime=0
/proc/26720/task/26722/stat : 26722 (java) S 26699 26699 26579 0 -1 64 9 0 0 0 0 0 0 0 20 0 8 0 30984646 826720256 4052 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26720/tid=26723] ppid=26699 vsize=807344 CPUtime=0
/proc/26720/task/26723/stat : 26723 (java) S 26699 26699 26579 0 -1 64 4 0 0 0 0 0 0 0 21 0 8 0 30984646 826720256 4052 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26720/tid=26725] ppid=26699 vsize=807344 CPUtime=0
/proc/26720/task/26725/stat : 26725 (java) S 26699 26699 26579 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 30984649 826720256 4052 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26720/tid=26726] ppid=26699 vsize=807344 CPUtime=0.05
/proc/26720/task/26726/stat : 26726 (java) S 26699 26699 26579 0 -1 64 334 0 0 0 5 0 0 0 17 0 8 0 30984649 826720256 4052 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26720/tid=26727] ppid=26699 vsize=807344 CPUtime=0
/proc/26720/task/26727/stat : 26727 (java) S 26699 26699 26579 0 -1 64 3 0 0 0 0 0 0 0 23 0 8 0 30984649 826720256 4052 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26720/tid=26728] ppid=26699 vsize=807344 CPUtime=0
/proc/26720/task/26728/stat : 26728 (java) S 26699 26699 26579 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30984649 826720256 4052 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.34
Current children cumulated vsize (KiB) 821068

[startup+102.569 s]
/proc/loadavg: 3.65 2.36 2.13 3/100 26763
/proc/meminfo: memFree=15552/2055920 swapFree=4192812/4192956
[pid=26699] ppid=26696 vsize=13724 CPUtime=0.3
/proc/26699/stat : 26699 (sugar) S 26696 26699 26579 0 -1 4194304 1190 3520 0 16 3 1 20 6 15 0 1 0 30984596 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26699/statm: 3431 809 371 3 0 531 0
[pid=26720] ppid=26699 vsize=807344 CPUtime=100.15
/proc/26720/stat : 26720 (java) R 26699 26699 26579 0 -1 0 4303 0 2 0 9251 764 0 0 25 0 8 0 30984642 826720256 4054 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073558735 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26720/statm: 201836 4054 1501 14 0 189114 0
[pid=26720/tid=26721] ppid=26699 vsize=807344 CPUtime=0
/proc/26720/task/26721/stat : 26721 (java) S 26699 26699 26579 0 -1 64 6 0 0 0 0 0 0 0 16 0 8 0 30984646 826720256 4054 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26720/tid=26722] ppid=26699 vsize=807344 CPUtime=0
/proc/26720/task/26722/stat : 26722 (java) S 26699 26699 26579 0 -1 64 9 0 0 0 0 0 0 0 20 0 8 0 30984646 826720256 4054 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26720/tid=26723] ppid=26699 vsize=807344 CPUtime=0
/proc/26720/task/26723/stat : 26723 (java) S 26699 26699 26579 0 -1 64 4 0 0 0 0 0 0 0 21 0 8 0 30984646 826720256 4054 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26720/tid=26725] ppid=26699 vsize=807344 CPUtime=0
/proc/26720/task/26725/stat : 26725 (java) S 26699 26699 26579 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 30984649 826720256 4054 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26720/tid=26726] ppid=26699 vsize=807344 CPUtime=0.05
/proc/26720/task/26726/stat : 26726 (java) S 26699 26699 26579 0 -1 64 334 0 0 0 5 0 0 0 17 0 8 0 30984649 826720256 4054 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26720/tid=26727] ppid=26699 vsize=807344 CPUtime=0
/proc/26720/task/26727/stat : 26727 (java) S 26699 26699 26579 0 -1 64 3 0 0 0 0 0 0 0 23 0 8 0 30984649 826720256 4054 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26720/tid=26728] ppid=26699 vsize=807344 CPUtime=0
/proc/26720/task/26728/stat : 26728 (java) S 26699 26699 26579 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30984649 826720256 4054 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 100.45
Current children cumulated vsize (KiB) 821068

[startup+162.67 s]
/proc/loadavg: 8.69 3.99 2.70 3/97 26773
/proc/meminfo: memFree=15640/2055920 swapFree=4192812/4192956
[pid=26699] ppid=26696 vsize=13724 CPUtime=0.3
/proc/26699/stat : 26699 (sugar) S 26696 26699 26579 0 -1 4194304 1190 3520 0 16 3 1 20 6 15 0 1 0 30984596 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26699/statm: 3431 809 371 3 0 531 0
[pid=26720] ppid=26699 vsize=807344 CPUtime=158.28
/proc/26720/stat : 26720 (java) R 26699 26699 26579 0 -1 0 4305 0 2 0 14602 1226 0 0 25 0 8 0 30984642 826720256 4056 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073559867 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26720/statm: 201836 4056 1501 14 0 189114 0
[pid=26720/tid=26721] ppid=26699 vsize=807344 CPUtime=0
/proc/26720/task/26721/stat : 26721 (java) S 26699 26699 26579 0 -1 64 6 0 0 0 0 0 0 0 16 0 8 0 30984646 826720256 4056 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26720/tid=26722] ppid=26699 vsize=807344 CPUtime=0
/proc/26720/task/26722/stat : 26722 (java) S 26699 26699 26579 0 -1 64 9 0 0 0 0 0 0 0 20 0 8 0 30984646 826720256 4056 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26720/tid=26723] ppid=26699 vsize=807344 CPUtime=0
/proc/26720/task/26723/stat : 26723 (java) S 26699 26699 26579 0 -1 64 4 0 0 0 0 0 0 0 21 0 8 0 30984646 826720256 4056 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26720/tid=26725] ppid=26699 vsize=807344 CPUtime=0
/proc/26720/task/26725/stat : 26725 (java) S 26699 26699 26579 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 30984649 826720256 4056 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26720/tid=26726] ppid=26699 vsize=807344 CPUtime=0.05
/proc/26720/task/26726/stat : 26726 (java) S 26699 26699 26579 0 -1 64 334 0 0 0 5 0 0 0 17 0 8 0 30984649 826720256 4056 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26720/tid=26727] ppid=26699 vsize=807344 CPUtime=0
/proc/26720/task/26727/stat : 26727 (java) S 26699 26699 26579 0 -1 64 3 0 0 0 0 0 0 0 23 0 8 0 30984649 826720256 4056 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26720/tid=26728] ppid=26699 vsize=807344 CPUtime=0
/proc/26720/task/26728/stat : 26728 (java) S 26699 26699 26579 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30984649 826720256 4056 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 158.58
Current children cumulated vsize (KiB) 821068

Child status: 1
Real time (s): 203.427
CPU time (s): 184.202
CPU user time (s): 169.307
CPU system time (s): 14.8947
CPU usage (%): 90.5496
Max. virtual memory (cumulated for all children) (KiB): 821068

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 169.307
system time used= 14.8947
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9309
page faults= 26
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5013
involuntary context switches= 11593

runsolver used 0.298954 s user time and 0.689895 s system time

The end

Launcher Data (download as text)

Begin job on node71 on Mon Jan 29 22:37:48 UTC 2007


IDJOB= 248514
IDBENCH= 11712
IDSOLVER= 86
FILE ID= node71/248514-1170110267

PBS_JOBID= 3690259

Free space on /tmp= 66563 MiB

SOLVER NAME= sugar 0.40
BENCH NAME= HOME/pub/bench/CPAI06/primes/primes-30/primes-30-20-2-1.xml
COMMAND LINE= /tmp/evaluation/248514-1170110267/solver /tmp/evaluation/248514-1170110267 /tmp/evaluation/248514-1170110267/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node71/watcher-248514-1170110267 -o ROOT/results/node71/solver-248514-1170110267 -C 1800 -M 900  /tmp/evaluation/248514-1170110267/solver /tmp/evaluation/248514-1170110267 /tmp/evaluation/248514-1170110267/unknown.xml

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  f0e651cdc6b14fbfa0027bb3a4d85149

RANDOM SEED= 128373357

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.266
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.266
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:       1957280 kB
Buffers:          5816 kB
Cached:          29748 kB
SwapCached:          0 kB
Active:          44852 kB
Inactive:        10844 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1957280 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1936 kB
Writeback:           0 kB
Mapped:          30276 kB
Slab:            28644 kB
Committed_AS:   465120 kB
PageTables:       1660 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= 63412 MiB



End job on node71 on Mon Jan 29 22:41:12 UTC 2007