Trace number 232345

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 374.043 374.487

General information on the benchmark

Nametaillard/
js-taillard-20/js-taillard-20-95-4.xml
MD5SUM4c4deeb2afb0e80a3737568b2042a76c
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 benchmark374.043
SatisfiableNO
(Un)Satisfiability was proved
Number of variables400
Number of constraints4180
Maximum constraint arity2
Maximum domain size1518
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4180
Global constraints used (with number of constraints)

Solver Data (download as text)

0.04	c # Sugar v0-40 (/tmp/evaluation/232345-1170106513/sugar-v0-40.jar)
0.04	
0.04	c # MAIN  BEGIN : /tmp/evaluation/232345-1170106513/unknown.xml [Mon Jan 29 22:35:18 2007]
0.04	c # CONVERT_XML  BEGIN : /tmp/evaluation/232345-1170106513/unknown.xml /tmp/evaluation/232345-1170106513/sugar25831.csp [Mon Jan 29 22:35:18 2007]
0.04	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/232345-1170106513/sugar-v0-40.jar -convert /tmp/evaluation/232345-1170106513/unknown.xml /tmp/evaluation/232345-1170106513/sugar25831.csp
0.16	c BEGIN convert /tmp/evaluation/232345-1170106513/unknown.xml
0.90	c END convert (0.739112 seconds)
0.96	c # CONVERT_XML  END : /tmp/evaluation/232345-1170106513/sugar25831.csp 201363 bytes (1 seconds) [Mon Jan 29 22:35:19 2007]
0.96	c # CONVERT_XML  CPU : 0.85 = 0 + 0 + 0.78 + 0.07
0.96	
0.96	c # GENERATE_SAT  BEGIN : /tmp/evaluation/232345-1170106513/sugar25831.bcnf [Mon Jan 29 22:35:19 2007]
0.96	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/232345-1170106513/sugar-v0-40.jar -bcnf -map /tmp/evaluation/232345-1170106513/sugar25831.map /tmp/evaluation/232345-1170106513/sugar25831.csp /tmp/evaluation/232345-1170106513/sugar25831.bcnf
1.08	c BEGIN parse /tmp/evaluation/232345-1170106513/sugar25831.csp
1.78	c END parse (0.701011 seconds)
1.78	c BEGIN simplify
1.82	c END simplify (0.034582 seconds)
1.82	c BEGIN encode /tmp/evaluation/232345-1170106513/sugar25831.bcnf
12.73	c END encode (10.915462 seconds)
12.84	c # GENERATE_SAT  END : 595146 variables 11936086 clauses 186390160 bytes (12 seconds) [Mon Jan 29 22:35:31 2007]
12.84	c # GENERATE_SAT  CPU : 11.79 = 0.07 + 0.02 + 10.93 + 0.77
12.84	
12.84	c # SOLVE_SAT  BEGIN : /tmp/evaluation/232345-1170106513/sugar25831.bcnf [Mon Jan 29 22:35:31 2007]
12.84	c # CMD : /tmp/evaluation/232345-1170106513/minisat /tmp/evaluation/232345-1170106513/sugar25831.bcnf /tmp/evaluation/232345-1170106513/sugar25831.out
25.29	c ==================================[MINISAT]===================================
25.29	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
25.29	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
25.29	c ==============================================================================
25.29	c |         0 | 4426338 12344826 | 1475446       0        0     nan |  0.000 % |
27.90	c |       100 | 4426339 12344826 | 1622990      99     1360    13.7 | 63.090 % |
29.82	c |       250 | 4426339 12344826 | 1785289     249     3221    12.9 | 63.090 % |
32.70	c |       475 | 4426342 12344826 | 1963818     471     6605    14.0 | 63.090 % |
36.92	c |       812 | 4426343 12344826 | 2160200     807    11104    13.8 | 63.090 % |
44.16	c |      1318 | 4426345 12344826 | 2376220    1311    18746    14.3 | 63.090 % |
56.04	c |      2077 | 4426350 12344826 | 2613842    2065    29650    14.4 | 63.090 % |
73.65	c |      3216 | 4426352 12344826 | 2875226    3202    45999    14.4 | 63.090 % |
98.11	c |      4924 | 4426362 12344826 | 3162749    4900    68399    14.0 | 63.090 % |
137.05	c |      7487 | 4414637 12309732 | 3479024    7055   100675    14.3 | 63.152 % |
193.58	c |     11332 | 4414647 12309732 | 3826926   10890   160348    14.7 | 63.152 % |
281.06	c |     17098 | 4414664 12309732 | 4209619   16639   250433    15.1 | 63.152 % |
374.30	c ==============================================================================
374.30	c restarts              : 12
374.30	c conflicts             : 22731          (63 /sec)
374.30	c decisions             : 31307          (87 /sec)
374.30	c propagations          : 502290135      (1394134 /sec)
374.30	c conflict literals     : 344421         (36.21 % deleted)
374.30	c Memory used           : 493.66 MB
374.30	c CPU time              : 360.288 s
374.30	c 
374.30	c UNSATISFIABLE
374.39	c # SOLVE_SAT  END : UNSATISFIABLE (361 seconds) [Mon Jan 29 22:41:32 2007]
374.39	c # SOLVE_SAT  CPU : 361.26 = 0 + 0 + 360.29 + 0.97
374.39	
374.39	c # RESULT : UNSATISFIABLE
374.39	
374.39	c # OUTPUT_SOL  BEGIN : UNSAT  [Mon Jan 29 22:41:32 2007]
374.39	s UNSATISFIABLE
374.39	c # OUTPUT_SOL  END :  (0 seconds) [Mon Jan 29 22:41:32 2007]
374.39	c # OUTPUT_SOL  CPU : 0 = 0 + 0 + 0 + 0
374.39	
374.39	c # MAIN  END :  (374 seconds) [Mon Jan 29 22:41:32 2007]
374.39	c # MAIN  CPU : 373.9 = 0.07 + 0.02 + 372 + 1.81
374.39	

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/node26/watcher-232345-1170106513 -o ROOT/results/node26/solver-232345-1170106513 -C 1800 -M 900 /tmp/evaluation/232345-1170106513/solver /tmp/evaluation/232345-1170106513 /tmp/evaluation/232345-1170106513/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.06 3.13 3.14 5/87 25832
/proc/meminfo: memFree=1851776/2055920 swapFree=4192812/4192956
[pid=25831] ppid=25829 vsize=12268 CPUtime=0
/proc/25831/stat : 25831 (sugar) R 25829 25831 25019 0 -1 4194304 596 0 0 0 0 0 0 0 18 0 1 0 30605427 12562432 315 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 269037386750 0 0 4224 0 0 0 0 17 1 0 0
/proc/25831/statm: 3067 315 241 3 0 167 0

[startup+0.103817 s]
/proc/loadavg: 2.06 3.13 3.14 5/87 25832
/proc/meminfo: memFree=1851776/2055920 swapFree=4192812/4192956
[pid=25831] ppid=25829 vsize=13724 CPUtime=0.03
/proc/25831/stat : 25831 (sugar) S 25829 25831 25019 0 -1 4194304 1112 0 0 0 3 0 0 0 18 0 1 0 30605427 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25831/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+0.511892 s]
/proc/loadavg: 2.06 3.13 3.14 5/87 25832
/proc/meminfo: memFree=1851776/2055920 swapFree=4192812/4192956
[pid=25831] ppid=25829 vsize=13724 CPUtime=0.03
/proc/25831/stat : 25831 (sugar) S 25829 25831 25019 0 -1 4194304 1121 0 0 0 3 0 0 0 15 0 1 0 30605427 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25831/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+1.33403 s]
/proc/loadavg: 2.06 3.13 3.14 3/95 25848
/proc/meminfo: memFree=1844352/2055920 swapFree=4192812/4192956
[pid=25831] ppid=25829 vsize=13724 CPUtime=0.88
/proc/25831/stat : 25831 (sugar) S 25829 25831 25019 0 -1 4194304 1190 9531 0 1 3 0 78 7 15 0 1 0 30605427 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25831/statm: 3431 809 371 3 0 531 0
[pid=25841] ppid=25831 vsize=808088 CPUtime=0.35
/proc/25841/stat : 25841 (java) R 25831 25831 25019 0 -1 0 6544 0 1 0 31 4 0 0 21 0 8 0 30605523 827482112 6294 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073503649 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25841/statm: 202022 6294 1494 14 0 189300 0
[pid=25841/tid=25842] ppid=25831 vsize=808088 CPUtime=0.02
/proc/25841/task/25842/stat : 25842 (java) S 25831 25831 25019 0 -1 64 492 0 0 0 2 0 0 0 16 0 8 0 30605526 827482112 6294 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25841/tid=25843] ppid=25831 vsize=808088 CPUtime=0
/proc/25841/task/25843/stat : 25843 (java) S 25831 25831 25019 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 30605527 827482112 6294 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25841/tid=25844] ppid=25831 vsize=808088 CPUtime=0
/proc/25841/task/25844/stat : 25844 (java) S 25831 25831 25019 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30605527 827482112 6294 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25841/tid=25845] ppid=25831 vsize=808088 CPUtime=0
/proc/25841/task/25845/stat : 25845 (java) S 25831 25831 25019 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 30605530 827482112 6294 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25841/tid=25846] ppid=25831 vsize=808088 CPUtime=0.05
/proc/25841/task/25846/stat : 25846 (java) S 25831 25831 25019 0 -1 64 292 0 0 0 5 0 0 0 16 0 8 0 30605530 827482112 6294 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25841/tid=25847] ppid=25831 vsize=808088 CPUtime=0
/proc/25841/task/25847/stat : 25847 (java) S 25831 25831 25019 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30605530 827482112 6294 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25841/tid=25848] ppid=25831 vsize=808088 CPUtime=0
/proc/25841/task/25848/stat : 25848 (java) S 25831 25831 25019 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 30605530 827482112 6294 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 821812

[startup+2.98232 s]
/proc/loadavg: 2.06 3.13 3.14 3/95 25848
/proc/meminfo: memFree=1812544/2055920 swapFree=4192812/4192956
[pid=25831] ppid=25829 vsize=13724 CPUtime=0.88
/proc/25831/stat : 25831 (sugar) S 25829 25831 25019 0 -1 4194304 1190 9531 0 1 3 0 78 7 16 0 1 0 30605427 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25831/statm: 3431 809 371 3 0 531 0
[pid=25841] ppid=25831 vsize=808356 CPUtime=1.99
/proc/25841/stat : 25841 (java) R 25831 25831 25019 0 -1 0 8784 0 1 0 187 12 0 0 25 0 8 0 30605523 827756544 8530 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25841/statm: 202089 8530 1510 14 0 189367 0
[pid=25841/tid=25842] ppid=25831 vsize=808356 CPUtime=0.13
/proc/25841/task/25842/stat : 25842 (java) S 25831 25831 25019 0 -1 64 2552 0 0 0 12 1 0 0 16 0 8 0 30605526 827756544 8530 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25841/tid=25843] ppid=25831 vsize=808356 CPUtime=0
/proc/25841/task/25843/stat : 25843 (java) S 25831 25831 25019 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 30605527 827756544 8530 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25841/tid=25844] ppid=25831 vsize=808356 CPUtime=0
/proc/25841/task/25844/stat : 25844 (java) S 25831 25831 25019 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30605527 827756544 8530 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25841/tid=25845] ppid=25831 vsize=808356 CPUtime=0
/proc/25841/task/25845/stat : 25845 (java) S 25831 25831 25019 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 30605530 827756544 8530 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25841/tid=25846] ppid=25831 vsize=808356 CPUtime=0.16
/proc/25841/task/25846/stat : 25846 (java) S 25831 25831 25019 0 -1 64 420 0 0 0 16 0 0 0 16 0 8 0 30605530 827756544 8530 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25841/tid=25847] ppid=25831 vsize=808356 CPUtime=0
/proc/25841/task/25847/stat : 25847 (java) S 25831 25831 25019 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30605530 827756544 8530 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25841/tid=25848] ppid=25831 vsize=808356 CPUtime=0
/proc/25841/task/25848/stat : 25848 (java) S 25831 25831 25019 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 30605530 827756544 8530 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.87
Current children cumulated vsize (KiB) 822080

[startup+6.27389 s]
/proc/loadavg: 2.06 3.11 3.13 3/95 25848
/proc/meminfo: memFree=1755328/2055920 swapFree=4192812/4192956
[pid=25831] ppid=25829 vsize=13724 CPUtime=0.88
/proc/25831/stat : 25831 (sugar) S 25829 25831 25019 0 -1 4194304 1190 9531 0 1 3 0 78 7 16 0 1 0 30605427 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25831/statm: 3431 809 371 3 0 531 0
[pid=25841] ppid=25831 vsize=808356 CPUtime=5.29
/proc/25841/stat : 25841 (java) R 25831 25831 25019 0 -1 0 8785 0 1 0 493 36 0 0 25 0 8 0 30605523 827756544 8531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4152094853 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25841/statm: 202089 8531 1510 14 0 189367 0
[pid=25841/tid=25842] ppid=25831 vsize=808356 CPUtime=0.13
/proc/25841/task/25842/stat : 25842 (java) S 25831 25831 25019 0 -1 64 2552 0 0 0 12 1 0 0 16 0 8 0 30605526 827756544 8531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25841/tid=25843] ppid=25831 vsize=808356 CPUtime=0
/proc/25841/task/25843/stat : 25843 (java) S 25831 25831 25019 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 30605527 827756544 8531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25841/tid=25844] ppid=25831 vsize=808356 CPUtime=0
/proc/25841/task/25844/stat : 25844 (java) S 25831 25831 25019 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30605527 827756544 8531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25841/tid=25845] ppid=25831 vsize=808356 CPUtime=0
/proc/25841/task/25845/stat : 25845 (java) S 25831 25831 25019 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 30605530 827756544 8531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25841/tid=25846] ppid=25831 vsize=808356 CPUtime=0.16
/proc/25841/task/25846/stat : 25846 (java) S 25831 25831 25019 0 -1 64 421 0 0 0 16 0 0 0 16 0 8 0 30605530 827756544 8531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25841/tid=25847] ppid=25831 vsize=808356 CPUtime=0
/proc/25841/task/25847/stat : 25847 (java) S 25831 25831 25019 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30605530 827756544 8531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25841/tid=25848] ppid=25831 vsize=808356 CPUtime=0
/proc/25841/task/25848/stat : 25848 (java) S 25831 25831 25019 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 30605530 827756544 8531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 822080

[startup+12.768 s]
/proc/loadavg: 2.13 3.11 3.13 3/95 25848
/proc/meminfo: memFree=1637312/2055920 swapFree=4192812/4192956
[pid=25831] ppid=25829 vsize=13856 CPUtime=12.59
/proc/25831/stat : 25831 (sugar) R 25829 25831 25019 0 -1 4194304 1295 18333 0 2 3 1 1171 84 16 0 1 0 30605427 14188544 867 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 269028332257 0 0 4224 16386 0 0 0 17 1 0 0
/proc/25831/statm: 3464 868 371 3 0 564 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 13856

[startup+25.6012 s]
/proc/loadavg: 2.17 3.07 3.12 3/88 25849
/proc/meminfo: memFree=1167288/2055920 swapFree=4192812/4192956
[pid=25831] ppid=25829 vsize=18372 CPUtime=12.67
/proc/25831/stat : 25831 (sugar) S 25829 25831 25019 0 -1 4194304 2423 18333 0 2 10 2 1171 84 16 0 1 0 30605427 18812928 1934 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25831/statm: 4593 1934 373 3 0 1693 0
[pid=25849] ppid=25831 vsize=504588 CPUtime=12.72
/proc/25849/stat : 25849 (minisat) R 25831 25831 25019 0 -1 0 124016 0 0 0 1185 87 0 0 25 0 1 0 30606711 516698112 122785 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134639503 0 0 4096 3 0 0 0 17 1 0 0
/proc/25849/statm: 126147 122785 49 112 0 126031 0
Current children cumulated CPU time (s) 25.39
Current children cumulated vsize (KiB) 522960

[startup+51.2757 s]
/proc/loadavg: 2.11 2.98 3.08 3/88 25851
/proc/meminfo: memFree=1161976/2055920 swapFree=4192812/4192956
[pid=25831] ppid=25829 vsize=18372 CPUtime=12.67
/proc/25831/stat : 25831 (sugar) S 25829 25831 25019 0 -1 4194304 2423 18333 0 2 10 2 1171 84 16 0 1 0 30605427 18812928 1934 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25831/statm: 4593 1934 373 3 0 1693 0
[pid=25849] ppid=25831 vsize=505500 CPUtime=38.27
/proc/25849/stat : 25849 (minisat) R 25831 25831 25019 0 -1 0 124153 0 0 0 3739 88 0 0 25 0 1 0 30606711 517632000 122922 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528059 0 0 4096 3 0 0 0 17 1 0 0
/proc/25849/statm: 126375 122922 51 112 0 126259 0
Current children cumulated CPU time (s) 50.94
Current children cumulated vsize (KiB) 523872

[startup+102.517 s]
/proc/loadavg: 2.05 2.83 3.03 3/88 25851
/proc/meminfo: memFree=1163768/2055920 swapFree=4192812/4192956
[pid=25831] ppid=25829 vsize=18372 CPUtime=12.67
/proc/25831/stat : 25831 (sugar) S 25829 25831 25019 0 -1 4194304 2423 18333 0 2 10 2 1171 84 16 0 1 0 30605427 18812928 1934 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25831/statm: 4593 1934 373 3 0 1693 0
[pid=25849] ppid=25831 vsize=505500 CPUtime=89.47
/proc/25849/stat : 25849 (minisat) R 25831 25831 25019 0 -1 0 124158 0 0 0 8859 88 0 0 25 0 1 0 30606711 517632000 122927 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528342 0 0 4096 3 0 0 0 17 1 0 0
/proc/25849/statm: 126375 122927 51 112 0 126259 0
Current children cumulated CPU time (s) 102.14
Current children cumulated vsize (KiB) 523872

[startup+162.592 s]
/proc/loadavg: 2.02 2.67 2.96 3/88 25851
/proc/meminfo: memFree=1162616/2055920 swapFree=4192812/4192956
[pid=25831] ppid=25829 vsize=18372 CPUtime=12.67
/proc/25831/stat : 25831 (sugar) S 25829 25831 25019 0 -1 4194304 2423 18333 0 2 10 2 1171 84 16 0 1 0 30605427 18812928 1934 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25831/statm: 4593 1934 373 3 0 1693 0
[pid=25849] ppid=25831 vsize=505500 CPUtime=149.52
/proc/25849/stat : 25849 (minisat) R 25831 25831 25019 0 -1 0 124158 0 0 0 14864 88 0 0 25 0 1 0 30606711 517632000 122927 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/25849/statm: 126375 122927 51 112 0 126259 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 523872

[startup+222.672 s]
/proc/loadavg: 2.00 2.55 2.90 3/88 25851
/proc/meminfo: memFree=1161272/2055920 swapFree=4192812/4192956
[pid=25831] ppid=25829 vsize=18372 CPUtime=12.67
/proc/25831/stat : 25831 (sugar) S 25829 25831 25019 0 -1 4194304 2423 18333 0 2 10 2 1171 84 16 0 1 0 30605427 18812928 1934 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25831/statm: 4593 1934 373 3 0 1693 0
[pid=25849] ppid=25831 vsize=505500 CPUtime=209.58
/proc/25849/stat : 25849 (minisat) R 25831 25831 25019 0 -1 0 124165 0 0 0 20870 88 0 0 25 0 1 0 30606711 517632000 122934 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528186 0 0 4096 3 0 0 0 17 1 0 0
/proc/25849/statm: 126375 122934 51 112 0 126259 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 523872

[startup+282.739 s]
/proc/loadavg: 2.00 2.45 2.84 3/88 25851
/proc/meminfo: memFree=1160696/2055920 swapFree=4192812/4192956
[pid=25831] ppid=25829 vsize=18372 CPUtime=12.67
/proc/25831/stat : 25831 (sugar) S 25829 25831 25019 0 -1 4194304 2423 18333 0 2 10 2 1171 84 16 0 1 0 30605427 18812928 1934 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25831/statm: 4593 1934 373 3 0 1693 0
[pid=25849] ppid=25831 vsize=505500 CPUtime=269.63
/proc/25849/stat : 25849 (minisat) R 25831 25831 25019 0 -1 0 124165 0 0 0 26875 88 0 0 25 0 1 0 30606711 517632000 122934 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528374 0 0 4096 3 0 0 0 17 1 0 0
/proc/25849/statm: 126375 122934 51 112 0 126259 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 523872

[startup+342.814 s]
/proc/loadavg: 2.06 2.38 2.79 3/88 25851
/proc/meminfo: memFree=1159928/2055920 swapFree=4192812/4192956
[pid=25831] ppid=25829 vsize=18372 CPUtime=12.67
/proc/25831/stat : 25831 (sugar) S 25829 25831 25019 0 -1 4194304 2423 18333 0 2 10 2 1171 84 16 0 1 0 30605427 18812928 1934 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25831/statm: 4593 1934 373 3 0 1693 0
[pid=25849] ppid=25831 vsize=505500 CPUtime=329.68
/proc/25849/stat : 25849 (minisat) R 25831 25831 25019 0 -1 0 124165 0 0 0 32880 88 0 0 25 0 1 0 30606711 517632000 122934 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/25849/statm: 126375 122934 51 112 0 126259 0
Current children cumulated CPU time (s) 342.35
Current children cumulated vsize (KiB) 523872

Child status: 0
Real time (s): 374.487
CPU time (s): 374.043
CPU user time (s): 372.107
CPU system time (s): 1.9357
CPU usage (%): 99.8816
Max. virtual memory (cumulated for all children) (KiB): 822080

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 372.107
system time used= 1.93571
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 145018
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1697
involuntary context switches= 9638

runsolver used 0.407937 s user time and 1.14982 s system time

The end

Launcher Data (download as text)

Begin job on node26 on Mon Jan 29 21:35:17 UTC 2007


IDJOB= 232345
IDBENCH= 6513
IDSOLVER= 86
FILE ID= node26/232345-1170106513

PBS_JOBID= 3689754

Free space on /tmp= 66560 MiB

SOLVER NAME= sugar 0.40
BENCH NAME= HOME/pub/bench/CPAI06/taillard/js-taillard-20/js-taillard-20-95-4.xml
COMMAND LINE= /tmp/evaluation/232345-1170106513/solver /tmp/evaluation/232345-1170106513 /tmp/evaluation/232345-1170106513/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node26/watcher-232345-1170106513 -o ROOT/results/node26/solver-232345-1170106513 -C 1800 -M 900  /tmp/evaluation/232345-1170106513/solver /tmp/evaluation/232345-1170106513 /tmp/evaluation/232345-1170106513/unknown.xml

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  4c4deeb2afb0e80a3737568b2042a76c

RANDOM SEED= 650314637

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.279
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.279
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:       1852512 kB
Buffers:         39904 kB
Cached:          58288 kB
SwapCached:          0 kB
Active:         105444 kB
Inactive:        52612 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1852512 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1436 kB
Writeback:           0 kB
Mapped:          79572 kB
Slab:            30276 kB
Committed_AS:   378532 kB
PageTables:       2072 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= 66560 MiB



End job on node26 on Mon Jan 29 21:41:32 UTC 2007