Trace number 235398

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 269.004 271.332

General information on the benchmark

Nametaillard/
os-taillard-10/os-taillard-10-95-9.xml
MD5SUMd96a1b082adaf530e3e98925ae43a69c
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark269.004
SatisfiableNO
(Un)Satisfiability was proved
Number of variables100
Number of constraints900
Maximum constraint arity2
Maximum domain size574
Number of constraints which are defined in extension0
Number of constraints which are defined in intension900
Global constraints used (with number of constraints)

Solver Data (download as text)

0.05	c # Sugar v0-40 (/tmp/evaluation/235398-1170107211/sugar-v0-40.jar)
0.05	
0.05	c # MAIN  BEGIN : /tmp/evaluation/235398-1170107211/unknown.xml [Mon Jan 29 22:46:51 2007]
0.05	c # CONVERT_XML  BEGIN : /tmp/evaluation/235398-1170107211/unknown.xml /tmp/evaluation/235398-1170107211/sugar22473.csp [Mon Jan 29 22:46:51 2007]
0.05	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/235398-1170107211/sugar-v0-40.jar -convert /tmp/evaluation/235398-1170107211/unknown.xml /tmp/evaluation/235398-1170107211/sugar22473.csp
0.17	c BEGIN convert /tmp/evaluation/235398-1170107211/unknown.xml
0.58	c END convert (0.41405 seconds)
0.60	c # CONVERT_XML  END : /tmp/evaluation/235398-1170107211/sugar22473.csp 42650 bytes (0 seconds) [Mon Jan 29 22:46:51 2007]
0.60	c # CONVERT_XML  CPU : 0.52 = 0 + 0 + 0.48 + 0.04
0.60	
0.60	c # GENERATE_SAT  BEGIN : /tmp/evaluation/235398-1170107211/sugar22473.bcnf [Mon Jan 29 22:46:51 2007]
0.60	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/235398-1170107211/sugar-v0-40.jar -bcnf -map /tmp/evaluation/235398-1170107211/sugar22473.map /tmp/evaluation/235398-1170107211/sugar22473.csp /tmp/evaluation/235398-1170107211/sugar22473.bcnf
0.71	c BEGIN parse /tmp/evaluation/235398-1170107211/sugar22473.csp
1.03	c END parse (0.317362 seconds)
1.03	c BEGIN simplify
1.05	c END simplify (0.024554 seconds)
1.05	c BEGIN encode /tmp/evaluation/235398-1170107211/sugar22473.bcnf
1.88	c END encode (0.823145 seconds)
1.94	c # GENERATE_SAT  END : 54228 variables 911036 clauses 14349312 bytes (2 seconds) [Mon Jan 29 22:46:53 2007]
1.94	c # GENERATE_SAT  CPU : 1.29 = 0.01 + 0 + 1.19 + 0.09
1.94	
1.94	c # SOLVE_SAT  BEGIN : /tmp/evaluation/235398-1170107211/sugar22473.bcnf [Mon Jan 29 22:46:53 2007]
1.94	c # CMD : /tmp/evaluation/235398-1170107211/minisat /tmp/evaluation/235398-1170107211/sugar22473.bcnf /tmp/evaluation/235398-1170107211/sugar22473.out
2.51	c ==================================[MINISAT]===================================
2.51	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
2.51	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
2.51	c ==============================================================================
2.51	c |         0 |  911036  2676280 |  303678       0        0     nan |  0.000 % |
2.80	c |       101 |  911036  2676280 |  334045     101     1041    10.3 |  0.000 % |
2.88	c |       252 |  911036  2676280 |  367450     252     2189     8.7 |  0.000 % |
2.97	c |       477 |  911036  2676280 |  404195     477     3870     8.1 |  0.000 % |
3.11	c |       815 |  911036  2676280 |  444614     815     6667     8.2 |  0.000 % |
3.32	c |      1321 |  911036  2676280 |  489076    1321    10974     8.3 |  0.000 % |
3.66	c |      2082 |  911036  2676280 |  537984    2082    17667     8.5 |  0.000 % |
4.23	c |      3223 |  911036  2676280 |  591782    3223    27789     8.6 |  0.000 % |
4.98	c |      4932 |  911036  2676280 |  650960    4932    44325     9.0 |  0.000 % |
6.12	c |      7494 |  911036  2676280 |  716056    7494    69992     9.3 |  0.000 % |
8.06	c |     11338 |  911036  2676280 |  787662   11338   112670     9.9 |  0.000 % |
11.29	c |     17104 |  911036  2676280 |  866428   17104   171801    10.0 |  0.000 % |
17.22	c |     25753 |  911036  2676280 |  953071   25753   263033    10.2 |  0.000 % |
27.69	c |     38727 |  911036  2676280 | 1048378   38727   410332    10.6 |  0.000 % |
47.07	c |     58192 |  911036  2676280 | 1153216   58192   627574    10.8 |  0.000 % |
83.67	c |     87385 |  911036  2676280 | 1268538   87385   975290    11.2 |  0.000 % |
156.62	c |    131174 |  911037  2676280 | 1395392  131173  1503796    11.5 |  0.000 % |
271.18	c ==============================================================================
271.19	c restarts              : 17
271.19	c conflicts             : 187712         (706 /sec)
271.19	c decisions             : 232307         (874 /sec)
271.19	c propagations          : 154314913      (580468 /sec)
271.19	c conflict literals     : 2162120        (28.47 % deleted)
271.19	c Memory used           : 56.98 MB
271.19	c CPU time              : 265.846 s
271.19	c 
271.19	c UNSATISFIABLE
271.24	c # SOLVE_SAT  END : UNSATISFIABLE (269 seconds) [Mon Jan 29 22:51:22 2007]
271.24	c # SOLVE_SAT  CPU : 267.12 = 0 + 0 + 265.84 + 1.28
271.24	
271.24	c # RESULT : UNSATISFIABLE
271.24	
271.24	c # OUTPUT_SOL  BEGIN : UNSAT  [Mon Jan 29 22:51:22 2007]
271.24	s UNSATISFIABLE
271.24	c # OUTPUT_SOL  END :  (0 seconds) [Mon Jan 29 22:51:22 2007]
271.24	c # OUTPUT_SOL  CPU : 0 = 0 + 0 + 0 + 0
271.24	
271.24	c # MAIN  END :  (271 seconds) [Mon Jan 29 22:51:22 2007]
271.24	c # MAIN  CPU : 268.94 = 0.02 + 0 + 267.51 + 1.41
271.24	

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/node69/watcher-235398-1170107211 -o ROOT/results/node69/solver-235398-1170107211 -C 1800 -M 900 /tmp/evaluation/235398-1170107211/solver /tmp/evaluation/235398-1170107211 /tmp/evaluation/235398-1170107211/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.12 2.38 2.48 5/75 22474
/proc/meminfo: memFree=1846328/2055920 swapFree=4192812/4192956
[pid=22473] ppid=22471 vsize=18540 CPUtime=0
/proc/22473/stat : 22473 (runsolver) R 22471 22473 21974 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 30678785 18984960 279 18446744073709551615 4194304 4267372 548682069040 18446744073709551615 237947645223 0 0 4096 24578 0 0 0 17 1 0 0
/proc/22473/statm: 4635 279 244 17 0 2626 0

[startup+0.108081 s]
/proc/loadavg: 2.12 2.38 2.48 5/75 22474
/proc/meminfo: memFree=1846328/2055920 swapFree=4192812/4192956
[pid=22473] ppid=22471 vsize=13724 CPUtime=0.04
/proc/22473/stat : 22473 (sugar) S 22471 22473 21974 0 -1 4194304 1112 0 0 0 3 1 0 0 20 0 1 0 30678785 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22473/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+0.520152 s]
/proc/loadavg: 2.12 2.38 2.48 5/75 22474
/proc/meminfo: memFree=1846328/2055920 swapFree=4192812/4192956
[pid=22473] ppid=22471 vsize=13724 CPUtime=0.04
/proc/22473/stat : 22473 (sugar) S 22471 22473 21974 0 -1 4194304 1121 0 0 0 3 1 0 0 15 0 1 0 30678785 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22473/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+1.34328 s]
/proc/loadavg: 2.12 2.38 2.48 3/83 22490
/proc/meminfo: memFree=1826104/2055920 swapFree=4192812/4192956
[pid=22473] ppid=22471 vsize=13724 CPUtime=0.56
/proc/22473/stat : 22473 (sugar) S 22471 22473 21974 0 -1 4194304 1190 5145 0 1 3 1 48 4 16 0 1 0 30678785 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22473/statm: 3431 809 371 3 0 531 0
[pid=22483] ppid=22473 vsize=807356 CPUtime=0.72
/proc/22483/stat : 22483 (java) R 22473 22473 21974 0 -1 0 6204 0 1 0 67 5 0 0 25 0 8 0 30678845 826732544 5954 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4152094853 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22483/statm: 201839 5954 1510 14 0 189117 0
[pid=22483/tid=22484] ppid=22473 vsize=807356 CPUtime=0
/proc/22483/task/22484/stat : 22484 (java) S 22473 22473 21974 0 -1 64 273 0 0 0 0 0 0 0 16 0 8 0 30678848 826732544 5954 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22483/tid=22485] ppid=22473 vsize=807356 CPUtime=0
/proc/22483/task/22485/stat : 22485 (java) S 22473 22473 21974 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30678848 826732544 5954 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22483/tid=22486] ppid=22473 vsize=807356 CPUtime=0
/proc/22483/task/22486/stat : 22486 (java) S 22473 22473 21974 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30678848 826732544 5954 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22483/tid=22487] ppid=22473 vsize=807356 CPUtime=0
/proc/22483/task/22487/stat : 22487 (java) S 22473 22473 21974 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 30678851 826732544 5954 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22483/tid=22488] ppid=22473 vsize=807356 CPUtime=0.14
/proc/22483/task/22488/stat : 22488 (java) S 22473 22473 21974 0 -1 64 413 0 0 0 14 0 0 0 16 0 8 0 30678851 826732544 5954 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22483/tid=22489] ppid=22473 vsize=807356 CPUtime=0
/proc/22483/task/22489/stat : 22489 (java) S 22473 22473 21974 0 -1 64 3 0 0 0 0 0 0 0 23 0 8 0 30678851 826732544 5954 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22483/tid=22490] ppid=22473 vsize=807356 CPUtime=0
/proc/22483/task/22490/stat : 22490 (java) S 22473 22473 21974 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30678851 826732544 5954 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 821080

[startup+2.98055 s]
/proc/loadavg: 2.11 2.37 2.48 3/76 22491
/proc/meminfo: memFree=1802800/2055920 swapFree=4192812/4192956
[pid=22473] ppid=22471 vsize=14784 CPUtime=1.86
/proc/22473/stat : 22473 (sugar) S 22471 22473 21974 0 -1 4194304 1565 11366 0 2 5 1 167 13 15 0 1 0 30678785 15138816 1076 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22473/statm: 3696 1076 373 3 0 796 0
[pid=22491] ppid=22473 vsize=45432 CPUtime=1.01
/proc/22491/stat : 22491 (minisat) R 22473 22473 21974 0 -1 0 11746 0 0 0 94 7 0 0 25 0 1 0 30678979 46522368 10691 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528374 0 0 4096 3 0 0 0 17 1 0 0
/proc/22491/statm: 11358 10691 52 112 0 11242 0
Current children cumulated CPU time (s) 2.87
Current children cumulated vsize (KiB) 60216

[startup+6.27313 s]
/proc/loadavg: 2.11 2.37 2.48 3/76 22491
/proc/meminfo: memFree=1784816/2055920 swapFree=4192812/4192956
[pid=22473] ppid=22471 vsize=14784 CPUtime=1.86
/proc/22473/stat : 22473 (sugar) S 22471 22473 21974 0 -1 4194304 1565 11366 0 2 5 1 167 13 16 0 1 0 30678785 15138816 1076 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22473/statm: 3696 1076 373 3 0 796 0
[pid=22491] ppid=22473 vsize=46500 CPUtime=4.28
/proc/22491/stat : 22491 (minisat) R 22473 22473 21974 0 -1 0 12020 0 0 0 421 7 0 0 25 0 1 0 30678979 47616000 10965 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/22491/statm: 11625 10965 52 112 0 11509 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 61284

[startup+12.7422 s]
/proc/loadavg: 2.09 2.36 2.47 3/76 22491
/proc/meminfo: memFree=1783792/2055920 swapFree=4192812/4192956
[pid=22473] ppid=22471 vsize=14784 CPUtime=1.86
/proc/22473/stat : 22473 (sugar) S 22471 22473 21974 0 -1 4194304 1565 11366 0 2 5 1 167 13 16 0 1 0 30678785 15138816 1076 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22473/statm: 3696 1076 373 3 0 796 0
[pid=22491] ppid=22473 vsize=47288 CPUtime=10.68
/proc/22491/stat : 22491 (minisat) R 22473 22473 21974 0 -1 0 12187 0 0 0 1061 7 0 0 25 0 1 0 30678979 48422912 11132 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/22491/statm: 11822 11132 52 112 0 11706 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 62072

[startup+25.5712 s]
/proc/loadavg: 2.00 2.33 2.46 3/78 22542
/proc/meminfo: memFree=1839712/2055920 swapFree=4192812/4192956
[pid=22473] ppid=22471 vsize=14784 CPUtime=1.86
/proc/22473/stat : 22473 (sugar) S 22471 22473 21974 0 -1 4194304 1565 11366 0 2 5 1 167 13 16 0 1 0 30678785 15138816 1076 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22473/statm: 3696 1076 373 3 0 796 0
[pid=22491] ppid=22473 vsize=47732 CPUtime=23.44
/proc/22491/stat : 22491 (minisat) R 22473 22473 21974 0 -1 0 12300 0 0 0 2336 8 0 0 25 0 1 0 30678979 48877568 11245 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528707 0 0 4096 3 0 0 0 17 0 0 0
/proc/22491/statm: 11933 11245 52 112 0 11817 0
Current children cumulated CPU time (s) 25.3
Current children cumulated vsize (KiB) 62516

[startup+51.2403 s]
/proc/loadavg: 2.09 2.32 2.45 3/82 22626
/proc/meminfo: memFree=1430272/2055920 swapFree=4192812/4192956
[pid=22473] ppid=22471 vsize=14784 CPUtime=1.86
/proc/22473/stat : 22473 (sugar) S 22471 22473 21974 0 -1 4194304 1565 11366 0 2 5 1 167 13 16 0 1 0 30678785 15138816 1076 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22473/statm: 3696 1076 373 3 0 796 0
[pid=22491] ppid=22473 vsize=49964 CPUtime=48.86
/proc/22491/stat : 22491 (minisat) R 22473 22473 21974 0 -1 0 12831 0 0 0 4869 17 0 0 25 0 1 0 30678979 51163136 11776 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528055 0 0 4096 3 0 0 0 17 0 0 0
/proc/22491/statm: 12491 11776 52 112 0 12375 0
Current children cumulated CPU time (s) 50.72
Current children cumulated vsize (KiB) 64748

[startup+102.487 s]
/proc/loadavg: 3.10 2.56 2.52 3/84 22643
/proc/meminfo: memFree=102064/2055920 swapFree=4192812/4192956
[pid=22473] ppid=22471 vsize=14784 CPUtime=1.86
/proc/22473/stat : 22473 (sugar) S 22471 22473 21974 0 -1 4194304 1565 11366 0 2 5 1 167 13 16 0 1 0 30678785 15138816 1076 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22473/statm: 3696 1076 373 3 0 796 0
[pid=22491] ppid=22473 vsize=53340 CPUtime=99.55
/proc/22491/stat : 22491 (minisat) R 22473 22473 21974 0 -1 0 13649 0 0 0 9909 46 0 0 25 0 1 0 30678979 54620160 12594 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/22491/statm: 13335 12594 52 112 0 13219 0
Current children cumulated CPU time (s) 101.41
Current children cumulated vsize (KiB) 68124

[startup+162.575 s]
/proc/loadavg: 4.30 3.00 2.67 3/82 22660
/proc/meminfo: memFree=15936/2055920 swapFree=4192812/4192956
[pid=22473] ppid=22471 vsize=14784 CPUtime=1.86
/proc/22473/stat : 22473 (sugar) S 22471 22473 21974 0 -1 4194304 1565 11366 0 2 5 1 167 13 16 0 1 0 30678785 15138816 1076 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22473/statm: 3696 1076 373 3 0 796 0
[pid=22491] ppid=22473 vsize=56316 CPUtime=158.96
/proc/22491/stat : 22491 (minisat) R 22473 22473 21974 0 -1 0 14405 0 0 0 15819 77 0 0 25 0 1 0 30678979 57667584 13350 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/22491/statm: 14079 13350 52 112 0 13963 0
Current children cumulated CPU time (s) 160.82
Current children cumulated vsize (KiB) 71100

[startup+222.665 s]
/proc/loadavg: 4.80 3.38 2.82 3/82 22676
/proc/meminfo: memFree=15104/2055920 swapFree=4192812/4192956
[pid=22473] ppid=22471 vsize=14784 CPUtime=1.86
/proc/22473/stat : 22473 (sugar) S 22471 22473 21974 0 -1 4194304 1565 11366 0 2 5 1 167 13 16 0 1 0 30678785 15138816 1076 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22473/statm: 3696 1076 373 3 0 796 0
[pid=22491] ppid=22473 vsize=58340 CPUtime=218.67
/proc/22491/stat : 22491 (minisat) R 22473 22473 21974 0 -1 0 14879 0 0 0 21758 109 0 0 25 0 1 0 30678979 59740160 13824 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/22491/statm: 14585 13824 52 112 0 14469 0
Current children cumulated CPU time (s) 220.53
Current children cumulated vsize (KiB) 73124

Child status: 0
Real time (s): 271.332
CPU time (s): 269.004
CPU user time (s): 267.573
CPU system time (s): 1.43078
CPU usage (%): 99.1421
Max. virtual memory (cumulated for all children) (KiB): 821080

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 267.573
system time used= 1.43078
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27910
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1362
involuntary context switches= 7336

runsolver used 0.268959 s user time and 0.769882 s system time

The end

Launcher Data (download as text)

Begin job on node69 on Mon Jan 29 21:46:51 UTC 2007


IDJOB= 235398
IDBENCH= 6765
IDSOLVER= 86
FILE ID= node69/235398-1170107211

PBS_JOBID= 3689832

Free space on /tmp= 66549 MiB

SOLVER NAME= sugar 0.40
BENCH NAME= HOME/pub/bench/CPAI06/taillard/os-taillard-10/os-taillard-10-95-9.xml
COMMAND LINE= /tmp/evaluation/235398-1170107211/solver /tmp/evaluation/235398-1170107211 /tmp/evaluation/235398-1170107211/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node69/watcher-235398-1170107211 -o ROOT/results/node69/solver-235398-1170107211 -C 1800 -M 900  /tmp/evaluation/235398-1170107211/solver /tmp/evaluation/235398-1170107211 /tmp/evaluation/235398-1170107211/unknown.xml

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  d96a1b082adaf530e3e98925ae43a69c

RANDOM SEED= 138318204

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.261
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.261
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:       1846808 kB
Buffers:         34172 kB
Cached:          56948 kB
SwapCached:          0 kB
Active:         112656 kB
Inactive:        45456 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1846808 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           15908 kB
Writeback:           0 kB
Mapped:          78040 kB
Slab:            36280 kB
Committed_AS:   369584 kB
PageTables:       1972 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= 61206 MiB



End job on node69 on Mon Jan 29 21:51:22 UTC 2007