Trace number 232391

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 712.71 715.531

General information on the benchmark

Nametaillard/
js-taillard-20/js-taillard-20-95-2.xml
MD5SUMe0954257a74b133093cf00e9d5839300
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 benchmark712.71
SatisfiableNO
(Un)Satisfiability was proved
Number of variables400
Number of constraints4180
Maximum constraint arity2
Maximum domain size1495
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.05	c # Sugar v0-40 (/tmp/evaluation/232391-1170106517/sugar-v0-40.jar)
0.05	
0.05	c # MAIN  BEGIN : /tmp/evaluation/232391-1170106517/unknown.xml [Mon Jan 29 22:35:18 2007]
0.05	c # CONVERT_XML  BEGIN : /tmp/evaluation/232391-1170106517/unknown.xml /tmp/evaluation/232391-1170106517/sugar25491.csp [Mon Jan 29 22:35:18 2007]
0.05	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/232391-1170106517/sugar-v0-40.jar -convert /tmp/evaluation/232391-1170106517/unknown.xml /tmp/evaluation/232391-1170106517/sugar25491.csp
0.17	c BEGIN convert /tmp/evaluation/232391-1170106517/unknown.xml
0.90	c END convert (0.734303 seconds)
0.91	c # CONVERT_XML  END : /tmp/evaluation/232391-1170106517/sugar25491.csp 201561 bytes (1 seconds) [Mon Jan 29 22:35:19 2007]
0.91	c # CONVERT_XML  CPU : 0.84 = 0 + 0 + 0.78 + 0.06
0.91	
0.91	c # GENERATE_SAT  BEGIN : /tmp/evaluation/232391-1170106517/sugar25491.bcnf [Mon Jan 29 22:35:19 2007]
0.91	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/232391-1170106517/sugar-v0-40.jar -bcnf -map /tmp/evaluation/232391-1170106517/sugar25491.map /tmp/evaluation/232391-1170106517/sugar25491.csp /tmp/evaluation/232391-1170106517/sugar25491.bcnf
1.03	c BEGIN parse /tmp/evaluation/232391-1170106517/sugar25491.csp
1.73	c END parse (0.695984 seconds)
1.73	c BEGIN simplify
1.76	c END simplify (0.034355 seconds)
1.76	c BEGIN encode /tmp/evaluation/232391-1170106517/sugar25491.bcnf
12.54	c END encode (10.774257 seconds)
12.64	c # GENERATE_SAT  END : 585514 variables 11726041 clauses 183104748 bytes (12 seconds) [Mon Jan 29 22:35:31 2007]
12.64	c # GENERATE_SAT  CPU : 11.59 = 0.07 + 0 + 10.75 + 0.77
12.64	
12.64	c # SOLVE_SAT  BEGIN : /tmp/evaluation/232391-1170106517/sugar25491.bcnf [Mon Jan 29 22:35:31 2007]
12.64	c # CMD : /tmp/evaluation/232391-1170106517/minisat /tmp/evaluation/232391-1170106517/sugar25491.bcnf /tmp/evaluation/232391-1170106517/sugar25491.out
24.98	c ==================================[MINISAT]===================================
24.98	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
24.98	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
24.98	c ==============================================================================
24.98	c |         0 | 3939706 10913215 | 1313235       0        0     nan |  0.000 % |
27.13	c |       100 | 3939707 10913215 | 1444558      99      914     9.2 | 65.591 % |
28.69	c |       250 | 3939710 10913215 | 1589014     246     2458    10.0 | 65.591 % |
32.05	c |       475 | 3939710 10913215 | 1747915     471     5711    12.1 | 65.591 % |
36.62	c |       812 | 3939710 10913215 | 1922707     808    10272    12.7 | 65.591 % |
44.16	c |      1318 | 3939713 10913215 | 2114978    1311    17659    13.5 | 65.591 % |
54.60	c |      2078 | 3939717 10913215 | 2326475    2067    31476    15.2 | 65.591 % |
69.35	c |      3217 | 3939723 10913215 | 2559123    3200    48210    15.1 | 65.591 % |
92.73	c |      4926 | 3939729 10913215 | 2815035    4903    72126    14.7 | 65.591 % |
127.58	c |      7489 | 3939732 10913215 | 3096539    7463   118458    15.9 | 65.591 % |
180.57	c |     11334 | 3939737 10913215 | 3406193   11303   192127    17.0 | 65.591 % |
253.20	c |     17101 | 3939741 10913215 | 3746812   17066   271772    15.9 | 65.591 % |
382.87	c |     25750 | 3939746 10913215 | 4121493   25710   459541    17.9 | 65.591 % |
573.85	c |     38727 | 3939760 10913215 | 4533643   38673   774118    20.0 | 65.591 % |
715.35	c ==============================================================================
715.35	c restarts              : 14
715.35	c conflicts             : 48526          (69 /sec)
715.35	c decisions             : 68270          (98 /sec)
715.35	c propagations          : 940954763      (1345690 /sec)
715.35	c conflict literals     : 1013669        (34.64 % deleted)
715.35	c Memory used           : 487.97 MB
715.35	c CPU time              : 699.236 s
715.35	c 
715.35	c UNSATISFIABLE
715.43	c # SOLVE_SAT  END : UNSATISFIABLE (702 seconds) [Mon Jan 29 22:47:13 2007]
715.44	c # SOLVE_SAT  CPU : 700.12 = 0 + 0.01 + 699.23 + 0.88
715.44	
715.44	c # RESULT : UNSATISFIABLE
715.44	
715.44	c # OUTPUT_SOL  BEGIN : UNSAT  [Mon Jan 29 22:47:13 2007]
715.44	s UNSATISFIABLE
715.44	c # OUTPUT_SOL  END :  (0 seconds) [Mon Jan 29 22:47:13 2007]
715.44	c # OUTPUT_SOL  CPU : 0 = 0 + 0 + 0 + 0
715.44	
715.44	c # MAIN  END :  (715 seconds) [Mon Jan 29 22:47:13 2007]
715.44	c # MAIN  CPU : 712.55 = 0.07 + 0.01 + 710.76 + 1.71
715.44	

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/node44/watcher-232391-1170106517 -o ROOT/results/node44/solver-232391-1170106517 -C 1800 -M 900 /tmp/evaluation/232391-1170106517/solver /tmp/evaluation/232391-1170106517 /tmp/evaluation/232391-1170106517/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.70 2.89 3.00 5/74 25492
/proc/meminfo: memFree=1902624/2055920 swapFree=4192812/4192956
[pid=25491] ppid=25489 vsize=5352 CPUtime=0
/proc/25491/stat : 25491 (solver) R 25489 25491 25023 0 -1 4194304 264 0 0 0 0 0 0 0 20 0 1 0 30607922 5480448 231 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 264840473895 0 0 4096 0 0 0 0 17 1 0 0
/proc/25491/statm: 1338 231 193 169 0 49 0

[startup+0.105024 s]
/proc/loadavg: 1.70 2.89 3.00 5/74 25492
/proc/meminfo: memFree=1902624/2055920 swapFree=4192812/4192956
[pid=25491] ppid=25489 vsize=13724 CPUtime=0.04
/proc/25491/stat : 25491 (sugar) S 25489 25491 25023 0 -1 4194304 1112 0 0 0 3 1 0 0 20 0 1 0 30607922 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25491/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+0.513139 s]
/proc/loadavg: 1.70 2.89 3.00 5/74 25492
/proc/meminfo: memFree=1902624/2055920 swapFree=4192812/4192956
[pid=25491] ppid=25489 vsize=13724 CPUtime=0.04
/proc/25491/stat : 25491 (sugar) S 25489 25491 25023 0 -1 4194304 1121 0 0 0 3 1 0 0 15 0 1 0 30607922 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25491/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+1.33525 s]
/proc/loadavg: 1.70 2.89 3.00 4/82 25508
/proc/meminfo: memFree=1894304/2055920 swapFree=4192812/4192956
[pid=25491] ppid=25489 vsize=13724 CPUtime=0.88
/proc/25491/stat : 25491 (sugar) S 25489 25491 25023 0 -1 4194304 1190 9523 0 1 3 1 78 6 15 0 1 0 30607922 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25491/statm: 3431 809 371 3 0 531 0
[pid=25501] ppid=25491 vsize=807064 CPUtime=0.39
/proc/25501/stat : 25501 (java) R 25491 25491 25023 0 -1 0 6544 0 1 0 36 3 0 0 21 0 8 0 30608014 826433536 6294 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073487975 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25501/statm: 201766 6294 1494 14 0 189044 0
[pid=25501/tid=25502] ppid=25491 vsize=807064 CPUtime=0.02
/proc/25501/task/25502/stat : 25502 (java) S 25491 25491 25023 0 -1 64 492 0 0 0 2 0 0 0 16 0 8 0 30608017 826433536 6294 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25501/tid=25503] ppid=25491 vsize=807064 CPUtime=0
/proc/25501/task/25503/stat : 25503 (java) S 25491 25491 25023 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30608017 826433536 6294 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25501/tid=25504] ppid=25491 vsize=807064 CPUtime=0
/proc/25501/task/25504/stat : 25504 (java) S 25491 25491 25023 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30608017 826433536 6294 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25501/tid=25505] ppid=25491 vsize=807064 CPUtime=0
/proc/25501/task/25505/stat : 25505 (java) S 25491 25491 25023 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 30608021 826433536 6294 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25501/tid=25506] ppid=25491 vsize=807064 CPUtime=0.05
/proc/25501/task/25506/stat : 25506 (java) S 25491 25491 25023 0 -1 64 292 0 0 0 5 0 0 0 16 0 8 0 30608021 826433536 6294 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25501/tid=25507] ppid=25491 vsize=807064 CPUtime=0
/proc/25501/task/25507/stat : 25507 (java) S 25491 25491 25023 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 30608021 826433536 6294 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25501/tid=25508] ppid=25491 vsize=807064 CPUtime=0
/proc/25501/task/25508/stat : 25508 (java) S 25491 25491 25023 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30608021 826433536 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.27
Current children cumulated vsize (KiB) 820788

[startup+2.98854 s]
/proc/loadavg: 1.73 2.88 3.00 3/82 25508
/proc/meminfo: memFree=1863712/2055920 swapFree=4192812/4192956
[pid=25491] ppid=25489 vsize=13724 CPUtime=0.88
/proc/25491/stat : 25491 (sugar) S 25489 25491 25023 0 -1 4194304 1190 9523 0 1 3 1 78 6 16 0 1 0 30607922 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25491/statm: 3431 809 371 3 0 531 0
[pid=25501] ppid=25491 vsize=807344 CPUtime=2.05
/proc/25501/stat : 25501 (java) R 25491 25491 25023 0 -1 0 8784 0 1 0 193 12 0 0 25 0 8 0 30608014 826720256 8530 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073809935 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25501/statm: 201836 8530 1510 14 0 189114 0
[pid=25501/tid=25502] ppid=25491 vsize=807344 CPUtime=0.12
/proc/25501/task/25502/stat : 25502 (java) S 25491 25491 25023 0 -1 64 2552 0 0 0 12 0 0 0 16 0 8 0 30608017 826720256 8530 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25501/tid=25503] ppid=25491 vsize=807344 CPUtime=0
/proc/25501/task/25503/stat : 25503 (java) S 25491 25491 25023 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30608017 826720256 8530 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25501/tid=25504] ppid=25491 vsize=807344 CPUtime=0
/proc/25501/task/25504/stat : 25504 (java) S 25491 25491 25023 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30608017 826720256 8530 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25501/tid=25505] ppid=25491 vsize=807344 CPUtime=0
/proc/25501/task/25505/stat : 25505 (java) S 25491 25491 25023 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 30608021 826720256 8530 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25501/tid=25506] ppid=25491 vsize=807344 CPUtime=0.17
/proc/25501/task/25506/stat : 25506 (java) S 25491 25491 25023 0 -1 64 420 0 0 0 17 0 0 0 16 0 8 0 30608021 826720256 8530 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25501/tid=25507] ppid=25491 vsize=807344 CPUtime=0
/proc/25501/task/25507/stat : 25507 (java) S 25491 25491 25023 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 30608021 826720256 8530 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25501/tid=25508] ppid=25491 vsize=807344 CPUtime=0
/proc/25501/task/25508/stat : 25508 (java) S 25491 25491 25023 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30608021 826720256 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.93
Current children cumulated vsize (KiB) 821068

[startup+6.28015 s]
/proc/loadavg: 1.73 2.88 3.00 3/82 25508
/proc/meminfo: memFree=1803936/2055920 swapFree=4192812/4192956
[pid=25491] ppid=25489 vsize=13724 CPUtime=0.88
/proc/25491/stat : 25491 (sugar) S 25489 25491 25023 0 -1 4194304 1190 9523 0 1 3 1 78 6 16 0 1 0 30607922 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25491/statm: 3431 809 371 3 0 531 0
[pid=25501] ppid=25491 vsize=807344 CPUtime=5.3
/proc/25501/stat : 25501 (java) R 25491 25491 25023 0 -1 0 8785 0 1 0 497 33 0 0 25 0 8 0 30608014 826720256 8531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073807491 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25501/statm: 201836 8531 1510 14 0 189114 0
[pid=25501/tid=25502] ppid=25491 vsize=807344 CPUtime=0.12
/proc/25501/task/25502/stat : 25502 (java) S 25491 25491 25023 0 -1 64 2552 0 0 0 12 0 0 0 16 0 8 0 30608017 826720256 8531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25501/tid=25503] ppid=25491 vsize=807344 CPUtime=0
/proc/25501/task/25503/stat : 25503 (java) S 25491 25491 25023 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30608017 826720256 8531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25501/tid=25504] ppid=25491 vsize=807344 CPUtime=0
/proc/25501/task/25504/stat : 25504 (java) S 25491 25491 25023 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30608017 826720256 8531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25501/tid=25505] ppid=25491 vsize=807344 CPUtime=0
/proc/25501/task/25505/stat : 25505 (java) S 25491 25491 25023 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 30608021 826720256 8531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25501/tid=25506] ppid=25491 vsize=807344 CPUtime=0.17
/proc/25501/task/25506/stat : 25506 (java) S 25491 25491 25023 0 -1 64 421 0 0 0 17 0 0 0 16 0 8 0 30608021 826720256 8531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25501/tid=25507] ppid=25491 vsize=807344 CPUtime=0
/proc/25501/task/25507/stat : 25507 (java) S 25491 25491 25023 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 30608021 826720256 8531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25501/tid=25508] ppid=25491 vsize=807344 CPUtime=0
/proc/25501/task/25508/stat : 25508 (java) S 25491 25491 25023 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30608021 826720256 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.18
Current children cumulated vsize (KiB) 821068

[startup+12.6803 s]
/proc/loadavg: 1.92 2.88 3.00 3/82 25508
/proc/meminfo: memFree=1689632/2055920 swapFree=4192812/4192956
[pid=25491] ppid=25489 vsize=18372 CPUtime=12.47
/proc/25491/stat : 25491 (sugar) S 25489 25491 25023 0 -1 4194304 2413 18324 0 2 10 1 1153 83 20 0 1 0 30607922 18812928 1934 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25491/statm: 4593 1934 373 3 0 1693 0
Current children cumulated CPU time (s) 12.47
Current children cumulated vsize (KiB) 18372

[startup+25.5187 s]
/proc/loadavg: 1.93 2.85 2.99 3/75 25511
/proc/meminfo: memFree=1227928/2055920 swapFree=4192812/4192956
[pid=25491] ppid=25489 vsize=18372 CPUtime=12.48
/proc/25491/stat : 25491 (sugar) S 25489 25491 25023 0 -1 4194304 2423 18324 0 2 10 2 1153 83 16 0 1 0 30607922 18812928 1934 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25491/statm: 4593 1934 373 3 0 1693 0
[pid=25509] ppid=25491 vsize=498764 CPUtime=12.78
/proc/25509/stat : 25509 (minisat) R 25491 25491 25023 0 -1 0 122275 0 0 0 1199 79 0 0 25 0 1 0 30609186 510734336 121044 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134638202 0 0 4096 3 0 0 0 17 1 0 0
/proc/25509/statm: 124691 121044 49 112 0 124575 0
Current children cumulated CPU time (s) 25.26
Current children cumulated vsize (KiB) 517136

[startup+51.1974 s]
/proc/loadavg: 1.95 2.78 2.96 3/75 25511
/proc/meminfo: memFree=1226776/2055920 swapFree=4192812/4192956
[pid=25491] ppid=25489 vsize=18372 CPUtime=12.48
/proc/25491/stat : 25491 (sugar) S 25489 25491 25023 0 -1 4194304 2423 18324 0 2 10 2 1153 83 16 0 1 0 30607922 18812928 1934 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25491/statm: 4593 1934 373 3 0 1693 0
[pid=25509] ppid=25491 vsize=499676 CPUtime=38.33
/proc/25509/stat : 25509 (minisat) R 25491 25491 25023 0 -1 0 122398 0 0 0 3754 79 0 0 25 0 1 0 30609186 511668224 121167 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528316 0 0 4096 3 0 0 0 17 1 0 0
/proc/25509/statm: 124919 121167 51 112 0 124803 0
Current children cumulated CPU time (s) 50.81
Current children cumulated vsize (KiB) 518048

[startup+102.438 s]
/proc/loadavg: 1.98 2.65 2.90 3/75 25511
/proc/meminfo: memFree=1225304/2055920 swapFree=4192812/4192956
[pid=25491] ppid=25489 vsize=18372 CPUtime=12.48
/proc/25491/stat : 25491 (sugar) S 25489 25491 25023 0 -1 4194304 2423 18324 0 2 10 2 1153 83 16 0 1 0 30607922 18812928 1934 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25491/statm: 4593 1934 373 3 0 1693 0
[pid=25509] ppid=25491 vsize=499676 CPUtime=89.19
/proc/25509/stat : 25509 (minisat) R 25491 25491 25023 0 -1 0 122398 0 0 0 8840 79 0 0 25 0 1 0 30609186 511668224 121167 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134527976 0 0 4096 3 0 0 0 17 1 0 0
/proc/25509/statm: 124919 121167 51 112 0 124803 0
Current children cumulated CPU time (s) 101.67
Current children cumulated vsize (KiB) 518048

[startup+162.515 s]
/proc/loadavg: 2.04 2.54 2.85 3/75 25511
/proc/meminfo: memFree=1224472/2055920 swapFree=4192812/4192956
[pid=25491] ppid=25489 vsize=18372 CPUtime=12.48
/proc/25491/stat : 25491 (sugar) S 25489 25491 25023 0 -1 4194304 2423 18324 0 2 10 2 1153 83 16 0 1 0 30607922 18812928 1934 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25491/statm: 4593 1934 373 3 0 1693 0
[pid=25509] ppid=25491 vsize=499676 CPUtime=148.98
/proc/25509/stat : 25509 (minisat) R 25491 25491 25023 0 -1 0 122398 0 0 0 14819 79 0 0 25 0 1 0 30609186 511668224 121167 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528116 0 0 4096 3 0 0 0 17 1 0 0
/proc/25509/statm: 124919 121167 51 112 0 124803 0
Current children cumulated CPU time (s) 161.46
Current children cumulated vsize (KiB) 518048

[startup+222.593 s]
/proc/loadavg: 2.01 2.44 2.79 3/75 25511
/proc/meminfo: memFree=1223064/2055920 swapFree=4192812/4192956
[pid=25491] ppid=25489 vsize=18372 CPUtime=12.48
/proc/25491/stat : 25491 (sugar) S 25489 25491 25023 0 -1 4194304 2423 18324 0 2 10 2 1153 83 16 0 1 0 30607922 18812928 1934 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25491/statm: 4593 1934 373 3 0 1693 0
[pid=25509] ppid=25491 vsize=499676 CPUtime=208.77
/proc/25509/stat : 25509 (minisat) R 25491 25491 25023 0 -1 0 122398 0 0 0 20798 79 0 0 25 0 1 0 30609186 511668224 121167 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/25509/statm: 124919 121167 51 112 0 124803 0
Current children cumulated CPU time (s) 221.25
Current children cumulated vsize (KiB) 518048

[startup+282.669 s]
/proc/loadavg: 2.00 2.36 2.74 3/75 25511
/proc/meminfo: memFree=1222168/2055920 swapFree=4192812/4192956
[pid=25491] ppid=25489 vsize=18372 CPUtime=12.48
/proc/25491/stat : 25491 (sugar) S 25489 25491 25023 0 -1 4194304 2423 18324 0 2 10 2 1153 83 16 0 1 0 30607922 18812928 1934 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25491/statm: 4593 1934 373 3 0 1693 0
[pid=25509] ppid=25491 vsize=499676 CPUtime=268.56
/proc/25509/stat : 25509 (minisat) R 25491 25491 25023 0 -1 0 122399 0 0 0 26777 79 0 0 25 0 1 0 30609186 511668224 121168 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/25509/statm: 124919 121168 51 112 0 124803 0
Current children cumulated CPU time (s) 281.04
Current children cumulated vsize (KiB) 518048

[startup+342.749 s]
/proc/loadavg: 2.04 2.31 2.70 3/75 25511
/proc/meminfo: memFree=1221592/2055920 swapFree=4192812/4192956
[pid=25491] ppid=25489 vsize=18372 CPUtime=12.48
/proc/25491/stat : 25491 (sugar) S 25489 25491 25023 0 -1 4194304 2423 18324 0 2 10 2 1153 83 16 0 1 0 30607922 18812928 1934 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25491/statm: 4593 1934 373 3 0 1693 0
[pid=25509] ppid=25491 vsize=499676 CPUtime=328.35
/proc/25509/stat : 25509 (minisat) R 25491 25491 25023 0 -1 0 122399 0 0 0 32756 79 0 0 25 0 1 0 30609186 511668224 121168 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528379 0 0 4096 3 0 0 0 17 1 0 0
/proc/25509/statm: 124919 121168 51 112 0 124803 0
Current children cumulated CPU time (s) 340.83
Current children cumulated vsize (KiB) 518048

[startup+402.832 s]
/proc/loadavg: 2.01 2.25 2.65 3/75 25511
/proc/meminfo: memFree=1221144/2055920 swapFree=4192812/4192956
[pid=25491] ppid=25489 vsize=18372 CPUtime=12.48
/proc/25491/stat : 25491 (sugar) S 25489 25491 25023 0 -1 4194304 2423 18324 0 2 10 2 1153 83 16 0 1 0 30607922 18812928 1934 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25491/statm: 4593 1934 373 3 0 1693 0
[pid=25509] ppid=25491 vsize=499676 CPUtime=388.15
/proc/25509/stat : 25509 (minisat) R 25491 25491 25023 0 -1 0 122399 0 0 0 38736 79 0 0 25 0 1 0 30609186 511668224 121168 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134525007 0 0 4096 3 0 0 0 17 1 0 0
/proc/25509/statm: 124919 121168 51 112 0 124803 0
Current children cumulated CPU time (s) 400.63
Current children cumulated vsize (KiB) 518048

[startup+462.913 s]
/proc/loadavg: 2.00 2.20 2.61 3/75 25511
/proc/meminfo: memFree=1219544/2055920 swapFree=4192812/4192956
[pid=25491] ppid=25489 vsize=18372 CPUtime=12.48
/proc/25491/stat : 25491 (sugar) S 25489 25491 25023 0 -1 4194304 2423 18324 0 2 10 2 1153 83 16 0 1 0 30607922 18812928 1934 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25491/statm: 4593 1934 373 3 0 1693 0
[pid=25509] ppid=25491 vsize=499676 CPUtime=447.94
/proc/25509/stat : 25509 (minisat) R 25491 25491 25023 0 -1 0 122400 0 0 0 44715 79 0 0 25 0 1 0 30609186 511668224 121169 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/25509/statm: 124919 121169 51 112 0 124803 0
Current children cumulated CPU time (s) 460.42
Current children cumulated vsize (KiB) 518048

[startup+522.996 s]
/proc/loadavg: 2.00 2.16 2.56 3/75 25511
/proc/meminfo: memFree=1219160/2055920 swapFree=4192812/4192956
[pid=25491] ppid=25489 vsize=18372 CPUtime=12.48
/proc/25491/stat : 25491 (sugar) S 25489 25491 25023 0 -1 4194304 2423 18324 0 2 10 2 1153 83 16 0 1 0 30607922 18812928 1934 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25491/statm: 4593 1934 373 3 0 1693 0
[pid=25509] ppid=25491 vsize=499676 CPUtime=507.74
/proc/25509/stat : 25509 (minisat) R 25491 25491 25023 0 -1 0 122400 0 0 0 50695 79 0 0 25 0 1 0 30609186 511668224 121169 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528342 0 0 4096 3 0 0 0 17 1 0 0
/proc/25509/statm: 124919 121169 51 112 0 124803 0
Current children cumulated CPU time (s) 520.22
Current children cumulated vsize (KiB) 518048

[startup+583.099 s]
/proc/loadavg: 2.00 2.13 2.53 3/75 25511
/proc/meminfo: memFree=1218712/2055920 swapFree=4192812/4192956
[pid=25491] ppid=25489 vsize=18372 CPUtime=12.48
/proc/25491/stat : 25491 (sugar) S 25489 25491 25023 0 -1 4194304 2423 18324 0 2 10 2 1153 83 16 0 1 0 30607922 18812928 1934 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25491/statm: 4593 1934 373 3 0 1693 0
[pid=25509] ppid=25491 vsize=499676 CPUtime=567.82
/proc/25509/stat : 25509 (minisat) R 25491 25491 25023 0 -1 0 122400 0 0 0 56702 80 0 0 25 0 1 0 30609186 511668224 121169 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/25509/statm: 124919 121169 51 112 0 124803 0
Current children cumulated CPU time (s) 580.3
Current children cumulated vsize (KiB) 518048

[startup+643.163 s]
/proc/loadavg: 2.00 2.10 2.49 3/75 25511
/proc/meminfo: memFree=1218264/2055920 swapFree=4192812/4192956
[pid=25491] ppid=25489 vsize=18372 CPUtime=12.48
/proc/25491/stat : 25491 (sugar) S 25489 25491 25023 0 -1 4194304 2423 18324 0 2 10 2 1153 83 16 0 1 0 30607922 18812928 1934 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25491/statm: 4593 1934 373 3 0 1693 0
[pid=25509] ppid=25491 vsize=499676 CPUtime=627.87
/proc/25509/stat : 25509 (minisat) R 25491 25491 25023 0 -1 0 122400 0 0 0 62707 80 0 0 25 0 1 0 30609186 511668224 121169 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528043 0 0 4096 3 0 0 0 17 1 0 0
/proc/25509/statm: 124919 121169 51 112 0 124803 0
Current children cumulated CPU time (s) 640.35
Current children cumulated vsize (KiB) 518048

[startup+703.229 s]
/proc/loadavg: 2.00 2.08 2.46 3/75 25511
/proc/meminfo: memFree=1217048/2055920 swapFree=4192812/4192956
[pid=25491] ppid=25489 vsize=18372 CPUtime=12.48
/proc/25491/stat : 25491 (sugar) S 25489 25491 25023 0 -1 4194304 2423 18324 0 2 10 2 1153 83 16 0 1 0 30607922 18812928 1934 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25491/statm: 4593 1934 373 3 0 1693 0
[pid=25509] ppid=25491 vsize=499676 CPUtime=687.91
/proc/25509/stat : 25509 (minisat) R 25491 25491 25023 0 -1 0 122400 0 0 0 68711 80 0 0 25 0 1 0 30609186 511668224 121169 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/25509/statm: 124919 121169 51 112 0 124803 0
Current children cumulated CPU time (s) 700.39
Current children cumulated vsize (KiB) 518048

Child status: 0
Real time (s): 715.531
CPU time (s): 712.71
CPU user time (s): 710.872
CPU system time (s): 1.83772
CPU usage (%): 99.6056
Max. virtual memory (cumulated for all children) (KiB): 821068

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 710.872
system time used= 1.83772
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 143244
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= 1691
involuntary context switches= 8340

runsolver used 0.820875 s user time and 2.18567 s system time

The end

Launcher Data (download as text)

Begin job on node44 on Mon Jan 29 21:35:18 UTC 2007


IDJOB= 232391
IDBENCH= 6515
IDSOLVER= 86
FILE ID= node44/232391-1170106517

PBS_JOBID= 3689829

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-2.xml
COMMAND LINE= /tmp/evaluation/232391-1170106517/solver /tmp/evaluation/232391-1170106517 /tmp/evaluation/232391-1170106517/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node44/watcher-232391-1170106517 -o ROOT/results/node44/solver-232391-1170106517 -C 1800 -M 900  /tmp/evaluation/232391-1170106517/solver /tmp/evaluation/232391-1170106517 /tmp/evaluation/232391-1170106517/unknown.xml

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  e0954257a74b133093cf00e9d5839300

RANDOM SEED= 188514839

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:       1903040 kB
Buffers:         23448 kB
Cached:          49176 kB
SwapCached:          0 kB
Active:          65420 kB
Inactive:        36800 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1903040 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4832 kB
Writeback:           0 kB
Mapped:          40572 kB
Slab:            35992 kB
Committed_AS:   306732 kB
PageTables:       1788 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 node44 on Mon Jan 29 21:47:14 UTC 2007