Trace number 249099

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.40SAT 40.0439 42.773

General information on the benchmark

Nameprimes/primes-15/
primes-15-60-2-1.xml
MD5SUM5f4cd94843721b7ab1d86530b5ee357a
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.022996
SatisfiableYES
(Un)Satisfiability was proved
Number of variables100
Number of constraints60
Maximum constraint arity3
Maximum domain size46
Number of constraints which are defined in extension0
Number of constraints which are defined in intension60
Global constraints used (with number of constraints)

Solver Data (download as text)

0.45	c # Sugar v0-40 (/tmp/evaluation/249099-1170110896/sugar-v0-40.jar)
0.45	
0.49	c # MAIN  BEGIN : /tmp/evaluation/249099-1170110896/unknown.xml [Mon Jan 29 23:48:18 2007]
0.49	c # CONVERT_XML  BEGIN : /tmp/evaluation/249099-1170110896/unknown.xml /tmp/evaluation/249099-1170110896/sugar29216.csp [Mon Jan 29 23:48:18 2007]
0.49	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/249099-1170110896/sugar-v0-40.jar -convert /tmp/evaluation/249099-1170110896/unknown.xml /tmp/evaluation/249099-1170110896/sugar29216.csp
1.58	c BEGIN convert /tmp/evaluation/249099-1170110896/unknown.xml
1.83	c END convert (0.247683 seconds)
1.86	c # CONVERT_XML  END : /tmp/evaluation/249099-1170110896/sugar29216.csp 4362 bytes (1 seconds) [Mon Jan 29 23:48:19 2007]
1.86	c # CONVERT_XML  CPU : 0.31 = 0 + 0 + 0.27 + 0.04
1.86	
1.86	c # GENERATE_SAT  BEGIN : /tmp/evaluation/249099-1170110896/sugar29216.bcnf [Mon Jan 29 23:48:19 2007]
1.86	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/249099-1170110896/sugar-v0-40.jar -bcnf -map /tmp/evaluation/249099-1170110896/sugar29216.map /tmp/evaluation/249099-1170110896/sugar29216.csp /tmp/evaluation/249099-1170110896/sugar29216.bcnf
1.97	c BEGIN parse /tmp/evaluation/249099-1170110896/sugar29216.csp
2.12	c END parse (0.147403 seconds)
2.12	c BEGIN simplify
2.12	c END simplify (3.35E-4 seconds)
2.12	c BEGIN encode /tmp/evaluation/249099-1170110896/sugar29216.bcnf
19.33	c END encode (17.211089 seconds)
19.37	c # GENERATE_SAT  END : 4500 variables 16918122 clauses 270368336 bytes (18 seconds) [Mon Jan 29 23:48:37 2007]
19.37	c # GENERATE_SAT  CPU : 16.63 = 0 + 0 + 15.56 + 1.07
19.37	
19.37	c # SOLVE_SAT  BEGIN : /tmp/evaluation/249099-1170110896/sugar29216.bcnf [Mon Jan 29 23:48:37 2007]
19.37	c # CMD : /tmp/evaluation/249099-1170110896/minisat /tmp/evaluation/249099-1170110896/sugar29216.bcnf /tmp/evaluation/249099-1170110896/sugar29216.out
42.02	c ==================================[MINISAT]===================================
42.02	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
42.02	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
42.02	c ==============================================================================
42.02	c |         0 |  116898  1102180 |   38966       0        0     nan |  0.000 % |
42.35	c ==============================================================================
42.35	c restarts              : 1
42.35	c conflicts             : 0              (0 /sec)
42.35	c decisions             : 19             (1 /sec)
42.35	c propagations          : 4500           (208 /sec)
42.35	c conflict literals     : 0              ( nan % deleted)
42.35	c Memory used           : 479.91 MB
42.35	c CPU time              : 21.6157 s
42.35	c 
42.35	c SATISFIABLE
42.44	c # SOLVE_SAT  END : SATISFIABLE (23 seconds) [Mon Jan 29 23:49:00 2007]
42.44	c # SOLVE_SAT  CPU : 22.73 = 0 + 0 + 21.62 + 1.11
42.44	
42.44	c # RESULT : SATISFIABLE
42.44	
42.44	c # OUTPUT_SOL  BEGIN : SAT  [Mon Jan 29 23:49:00 2007]
42.56	c BEGIN read SAT output /tmp/evaluation/249099-1170110896/sugar29216.out
42.60	c END read SAT output (0.035292 seconds)
42.60	c BEGIN write solution /tmp/evaluation/249099-1170110896/sugar29216.sol
42.62	c END write solution (0.018971 seconds)
42.63	s SATISFIABLE
42.65	v 43 3 41 31 23 31 3 41 29 3 5 19 13 11 47 3 2 17 19 3 37 23 47 29 5 13 5 43 19 31 47 41 41 7 47 41 43 3 3 19 29 7 17 47 47 47 23 47 47 2 23 3 3 13 37 7 5 13 3 3 2 47 47 47 37 47 47 47 43 5 29 2 41 2 47 41 47 47 47 13 47 7 17 47 23 29 47 47 47 11 41 2 37 47 11 47 3 17 29 47
42.65	c # OUTPUT_SOL  END :  (0 seconds) [Mon Jan 29 23:49:00 2007]
42.65	c # OUTPUT_SOL  CPU : 0.19 = 0.01 + 0.01 + 0.140000000000001 + 0.0299999999999998
42.65	
42.65	c # MAIN  END :  (42 seconds) [Mon Jan 29 23:49:00 2007]
42.65	c # MAIN  CPU : 39.86 = 0.01 + 0.01 + 37.59 + 2.25
42.65	

Verifier Data (download as text)

OK

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node15/watcher-249099-1170110896 -o ROOT/results/node15/solver-249099-1170110896 -C 1800 -M 900 /tmp/evaluation/249099-1170110896/solver /tmp/evaluation/249099-1170110896 /tmp/evaluation/249099-1170110896/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: 4.83 3.90 3.12 5/95 29217
/proc/meminfo: memFree=211200/2055920 swapFree=4192812/4192956
[pid=29216] ppid=29214 vsize=12268 CPUtime=0
/proc/29216/stat : 29216 (sugar) R 29214 29216 29150 0 -1 4194304 597 0 0 0 0 0 0 0 18 0 1 0 31044132 12562432 316 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 240481516542 0 0 4224 0 0 0 0 17 1 0 0
/proc/29216/statm: 3067 316 241 3 0 167 0

[startup+0.103605 s]
/proc/loadavg: 4.83 3.90 3.12 5/95 29217
/proc/meminfo: memFree=211200/2055920 swapFree=4192812/4192956
[pid=29216] ppid=29214 vsize=12268 CPUtime=0
/proc/29216/stat : 29216 (sugar) D 29214 29216 29150 0 -1 4194304 601 0 0 0 0 0 0 0 18 0 1 0 31044132 12562432 320 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 240481513570 0 0 4224 0 18446744071563608240 0 0 17 1 0 0
/proc/29216/statm: 3067 320 242 3 0 167 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12268

[startup+0.511676 s]
/proc/loadavg: 4.83 3.90 3.12 5/95 29217
/proc/meminfo: memFree=211200/2055920 swapFree=4192812/4192956
[pid=29216] ppid=29214 vsize=13724 CPUtime=0.03
/proc/29216/stat : 29216 (sugar) S 29214 29216 29150 0 -1 4194304 1096 0 0 0 3 0 0 0 18 0 1 0 31044132 14053376 804 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29216/statm: 3431 804 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+1.33887 s]
/proc/loadavg: 4.68 3.89 3.12 2/95 29218
/proc/meminfo: memFree=192128/2055920 swapFree=4192812/4192956
[pid=29216] ppid=29214 vsize=13724 CPUtime=0.03
/proc/29216/stat : 29216 (sugar) S 29214 29216 29150 0 -1 4194304 1112 0 0 0 3 0 0 0 16 0 1 0 31044132 14053376 805 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29216/statm: 3431 805 368 3 0 531 0
[pid=29218] ppid=29216 vsize=9824 CPUtime=0
/proc/29218/stat : 29218 (java) D 29216 29216 29150 0 -1 0 634 0 7 0 0 0 0 0 18 0 1 0 31044181 10059776 419 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 7512996 0 0 0 7368 18446744071563608240 0 0 17 0 0 0
/proc/29218/statm: 2456 419 338 14 0 1140 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 23548

[startup+2.9874 s]
/proc/loadavg: 4.68 3.89 3.12 3/102 29233
/proc/meminfo: memFree=154056/2055920 swapFree=4192812/4192956
[pid=29216] ppid=29214 vsize=13724 CPUtime=0.34
/proc/29216/stat : 29216 (sugar) S 29214 29216 29150 0 -1 4194304 1190 3651 0 29 3 0 27 4 15 0 1 0 31044132 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29216/statm: 3431 809 371 3 0 531 0
[pid=29226] ppid=29216 vsize=807332 CPUtime=1.09
/proc/29226/stat : 29226 (java) R 29216 29216 29150 0 -1 0 4498 0 1 0 102 7 0 0 25 0 8 0 31044318 826707968 4248 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4152094585 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/29226/statm: 201833 4248 1501 14 0 189111 0
[pid=29226/tid=29227] ppid=29216 vsize=807332 CPUtime=0
/proc/29226/task/29227/stat : 29227 (java) S 29216 29216 29150 0 -1 64 7 0 0 0 0 0 0 0 17 0 8 0 31044321 826707968 4248 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29226/tid=29228] ppid=29216 vsize=807332 CPUtime=0
/proc/29226/task/29228/stat : 29228 (java) S 29216 29216 29150 0 -1 64 10 0 0 0 0 0 0 0 21 0 8 0 31044321 826707968 4248 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29226/tid=29229] ppid=29216 vsize=807332 CPUtime=0
/proc/29226/task/29229/stat : 29229 (java) S 29216 29216 29150 0 -1 64 3 0 0 0 0 0 0 0 22 0 8 0 31044321 826707968 4248 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29226/tid=29230] ppid=29216 vsize=807332 CPUtime=0
/proc/29226/task/29230/stat : 29230 (java) S 29216 29216 29150 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 31044324 826707968 4248 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29226/tid=29231] ppid=29216 vsize=807332 CPUtime=0.07
/proc/29226/task/29231/stat : 29231 (java) S 29216 29216 29150 0 -1 64 351 0 0 0 7 0 0 0 16 0 8 0 31044324 826707968 4248 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29226/tid=29232] ppid=29216 vsize=807332 CPUtime=0
/proc/29226/task/29232/stat : 29232 (java) S 29216 29216 29150 0 -1 64 3 0 0 0 0 0 0 0 24 0 8 0 31044324 826707968 4248 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29226/tid=29233] ppid=29216 vsize=807332 CPUtime=0
/proc/29226/task/29233/stat : 29233 (java) S 29216 29216 29150 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 31044324 826707968 4248 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 821056

[startup+6.27366 s]
/proc/loadavg: 4.55 3.87 3.12 3/102 29233
/proc/meminfo: memFree=49488/2055920 swapFree=4192812/4192956
[pid=29216] ppid=29214 vsize=13724 CPUtime=0.34
/proc/29216/stat : 29216 (sugar) S 29214 29216 29150 0 -1 4194304 1190 3651 0 29 3 0 27 4 15 0 1 0 31044132 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29216/statm: 3431 809 371 3 0 531 0
[pid=29226] ppid=29216 vsize=807332 CPUtime=4.09
/proc/29226/stat : 29226 (java) R 29216 29216 29150 0 -1 0 4503 0 1 0 382 27 0 0 25 0 8 0 31044318 826707968 4252 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4152096597 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/29226/statm: 201833 4252 1501 14 0 189111 0
[pid=29226/tid=29227] ppid=29216 vsize=807332 CPUtime=0
/proc/29226/task/29227/stat : 29227 (java) S 29216 29216 29150 0 -1 64 7 0 0 0 0 0 0 0 16 0 8 0 31044321 826707968 4252 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29226/tid=29228] ppid=29216 vsize=807332 CPUtime=0
/proc/29226/task/29228/stat : 29228 (java) S 29216 29216 29150 0 -1 64 10 0 0 0 0 0 0 0 21 0 8 0 31044321 826707968 4252 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29226/tid=29229] ppid=29216 vsize=807332 CPUtime=0
/proc/29226/task/29229/stat : 29229 (java) S 29216 29216 29150 0 -1 64 3 0 0 0 0 0 0 0 22 0 8 0 31044321 826707968 4252 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29226/tid=29230] ppid=29216 vsize=807332 CPUtime=0
/proc/29226/task/29230/stat : 29230 (java) S 29216 29216 29150 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 31044324 826707968 4252 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29226/tid=29231] ppid=29216 vsize=807332 CPUtime=0.07
/proc/29226/task/29231/stat : 29231 (java) S 29216 29216 29150 0 -1 64 351 0 0 0 7 0 0 0 16 0 8 0 31044324 826707968 4252 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29226/tid=29232] ppid=29216 vsize=807332 CPUtime=0
/proc/29226/task/29232/stat : 29232 (java) S 29216 29216 29150 0 -1 64 3 0 0 0 0 0 0 0 24 0 8 0 31044324 826707968 4252 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29226/tid=29233] ppid=29216 vsize=807332 CPUtime=0
/proc/29226/task/29233/stat : 29233 (java) S 29216 29216 29150 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 31044324 826707968 4252 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.43
Current children cumulated vsize (KiB) 821056

[startup+12.7738 s]
/proc/loadavg: 4.42 3.86 3.12 3/102 29233
/proc/meminfo: memFree=16152/2055920 swapFree=4192812/4192956
[pid=29216] ppid=29214 vsize=13724 CPUtime=0.34
/proc/29216/stat : 29216 (sugar) S 29214 29216 29150 0 -1 4194304 1190 3651 0 29 3 0 27 4 15 0 1 0 31044132 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29216/statm: 3431 809 371 3 0 531 0
[pid=29226] ppid=29216 vsize=807332 CPUtime=10.28
/proc/29226/stat : 29226 (java) R 29216 29216 29150 0 -1 0 4506 0 1 0 959 69 0 0 25 0 8 0 31044318 826707968 4255 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073611614 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/29226/statm: 201833 4255 1501 14 0 189111 0
[pid=29226/tid=29227] ppid=29216 vsize=807332 CPUtime=0
/proc/29226/task/29227/stat : 29227 (java) S 29216 29216 29150 0 -1 64 7 0 0 0 0 0 0 0 16 0 8 0 31044321 826707968 4255 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29226/tid=29228] ppid=29216 vsize=807332 CPUtime=0
/proc/29226/task/29228/stat : 29228 (java) S 29216 29216 29150 0 -1 64 10 0 0 0 0 0 0 0 21 0 8 0 31044321 826707968 4255 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29226/tid=29229] ppid=29216 vsize=807332 CPUtime=0
/proc/29226/task/29229/stat : 29229 (java) S 29216 29216 29150 0 -1 64 3 0 0 0 0 0 0 0 22 0 8 0 31044321 826707968 4255 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29226/tid=29230] ppid=29216 vsize=807332 CPUtime=0
/proc/29226/task/29230/stat : 29230 (java) S 29216 29216 29150 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 31044324 826707968 4255 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29226/tid=29231] ppid=29216 vsize=807332 CPUtime=0.07
/proc/29226/task/29231/stat : 29231 (java) S 29216 29216 29150 0 -1 64 351 0 0 0 7 0 0 0 16 0 8 0 31044324 826707968 4255 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29226/tid=29232] ppid=29216 vsize=807332 CPUtime=0
/proc/29226/task/29232/stat : 29232 (java) S 29216 29216 29150 0 -1 64 3 0 0 0 0 0 0 0 24 0 8 0 31044324 826707968 4255 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29226/tid=29233] ppid=29216 vsize=807332 CPUtime=0
/proc/29226/task/29233/stat : 29233 (java) S 29216 29216 29150 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 31044324 826707968 4255 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 10.62
Current children cumulated vsize (KiB) 821056

[startup+25.6414 s]
/proc/loadavg: 4.28 3.85 3.12 3/95 29236
/proc/meminfo: memFree=15376/2055920 swapFree=4192812/4192956
[pid=29216] ppid=29214 vsize=13724 CPUtime=16.97
/proc/29216/stat : 29216 (sugar) S 29214 29216 29150 0 -1 4194304 1309 8192 0 30 3 0 1583 111 19 0 1 0 31044132 14053376 834 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29216/statm: 3431 834 373 3 0 531 0
[pid=29236] ppid=29216 vsize=448900 CPUtime=6.04
/proc/29236/stat : 29236 (minisat) R 29216 29216 29150 0 -1 0 107417 0 0 0 536 68 0 0 25 0 1 0 31046069 459673600 107404 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134522955 0 0 4096 0 0 0 0 17 1 0 0
/proc/29236/statm: 112225 107404 36 112 0 112109 0
Current children cumulated CPU time (s) 23.01
Current children cumulated vsize (KiB) 462624

Child status: 0
Real time (s): 42.773
CPU time (s): 40.0439
CPU user time (s): 37.6413
CPU system time (s): 2.40263
CPU usage (%): 93.6196
Max. virtual memory (cumulated for all children) (KiB): 821868

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 37.6413
system time used= 2.40263
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 154291
page faults= 32
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1356
involuntary context switches= 3199

runsolver used 0.06199 s user time and 0.144977 s system time

The end

Launcher Data (download as text)

Begin job on node15 on Mon Jan 29 22:48:17 UTC 2007


IDJOB= 249099
IDBENCH= 11757
IDSOLVER= 86
FILE ID= node15/249099-1170110896

PBS_JOBID= 3690032

Free space on /tmp= 61524 MiB

SOLVER NAME= sugar 0.40
BENCH NAME= HOME/pub/bench/CPAI06/primes/primes-15/primes-15-60-2-1.xml
COMMAND LINE= /tmp/evaluation/249099-1170110896/solver /tmp/evaluation/249099-1170110896 /tmp/evaluation/249099-1170110896/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node15/watcher-249099-1170110896 -o ROOT/results/node15/solver-249099-1170110896 -C 1800 -M 900  /tmp/evaluation/249099-1170110896/solver /tmp/evaluation/249099-1170110896 /tmp/evaluation/249099-1170110896/unknown.xml

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  5f4cd94843721b7ab1d86530b5ee357a

RANDOM SEED= 194091895

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.276
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.276
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:        214048 kB
Buffers:          7140 kB
Cached:        1654644 kB
SwapCached:          0 kB
Active:         116504 kB
Inactive:      1635408 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        214048 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:          348952 kB
Writeback:           0 kB
Mapped:         109728 kB
Slab:            74696 kB
Committed_AS:   792140 kB
PageTables:       2252 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= 60838 MiB



End job on node15 on Mon Jan 29 22:49:00 UTC 2007