Trace number 199159

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 533.51 536.181

General information on the benchmark

Nameknights/
knights-15-9.xml
MD5SUM32ab47b63ae3db14363e60c1cbc01ad1
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 benchmark0.893863
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables9
Number of constraints36
Maximum constraint arity2
Maximum domain size225
Number of constraints which are defined in extension0
Number of constraints which are defined in intension36
Global constraints used (with number of constraints)

Solver Data (download as text)

0.04	c # Sugar v0-40 (/tmp/evaluation/199159-1170094063/sugar-v0-40.jar)
0.04	
0.04	c # MAIN  BEGIN : /tmp/evaluation/199159-1170094063/unknown.xml [Mon Jan 29 19:07:45 2007]
0.04	c # CONVERT_XML  BEGIN : /tmp/evaluation/199159-1170094063/unknown.xml /tmp/evaluation/199159-1170094063/sugar17043.csp [Mon Jan 29 19:07:45 2007]
0.04	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/199159-1170094063/sugar-v0-40.jar -convert /tmp/evaluation/199159-1170094063/unknown.xml /tmp/evaluation/199159-1170094063/sugar17043.csp
0.19	c BEGIN convert /tmp/evaluation/199159-1170094063/unknown.xml
0.30	c END convert (0.115546 seconds)
0.36	c # CONVERT_XML  END : /tmp/evaluation/199159-1170094063/sugar17043.csp 1917 bytes (0 seconds) [Mon Jan 29 19:07:45 2007]
0.36	c # CONVERT_XML  CPU : 0.23 = 0 + 0 + 0.21 + 0.02
0.36	
0.36	c # GENERATE_SAT  BEGIN : /tmp/evaluation/199159-1170094063/sugar17043.bcnf [Mon Jan 29 19:07:45 2007]
0.36	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/199159-1170094063/sugar-v0-40.jar -bcnf -map /tmp/evaluation/199159-1170094063/sugar17043.map /tmp/evaluation/199159-1170094063/sugar17043.csp /tmp/evaluation/199159-1170094063/sugar17043.bcnf
0.47	c BEGIN parse /tmp/evaluation/199159-1170094063/sugar17043.csp
0.60	c END parse (0.122475 seconds)
0.60	c BEGIN simplify
0.60	c END simplify (0.001822 seconds)
0.60	c BEGIN encode /tmp/evaluation/199159-1170094063/sugar17043.bcnf
0.72	c END encode (0.120234 seconds)
0.74	c # GENERATE_SAT  END : 2880 variables 88083 clauses 1405572 bytes (0 seconds) [Mon Jan 29 19:07:45 2007]
0.74	c # GENERATE_SAT  CPU : 0.01 = 0 + 0.01 + 0 + 0
0.74	
0.74	c # SOLVE_SAT  BEGIN : /tmp/evaluation/199159-1170094063/sugar17043.bcnf [Mon Jan 29 19:07:45 2007]
0.74	c # CMD : /tmp/evaluation/199159-1170094063/minisat /tmp/evaluation/199159-1170094063/sugar17043.bcnf /tmp/evaluation/199159-1170094063/sugar17043.out
0.79	c ==================================[MINISAT]===================================
0.79	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
0.79	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
0.79	c ==============================================================================
0.79	c |         0 |   88083   263304 |   29361       0        0     nan |  0.000 % |
0.83	c |       101 |   87816   262674 |   32297      98     1125    11.5 |  0.938 % |
0.86	c |       251 |   87816   262674 |   35526     248     3174    12.8 |  0.940 % |
0.96	c |       476 |   87816   262674 |   39079     472     6326    13.4 |  1.355 % |
1.05	c |       813 |   85751   256836 |   42987     798     9671    12.1 |  5.313 % |
1.20	c |      1319 |   85754   256836 |   47286    1297    15686    12.1 |  7.188 % |
1.44	c |      2078 |   84404   252930 |   52014    2051    25561    12.5 |  9.479 % |
1.58	c |      3217 |   84404   252930 |   57216    3190    42254    13.2 |  9.480 % |
2.14	c |      4926 |   83504   250326 |   62937    4898    67536    13.8 |  9.896 % |
3.22	c |      7488 |   83322   249654 |   69231    7459   107312    14.4 | 10.313 % |
4.48	c |     11332 |   83140   248982 |   76154   11303   166652    14.7 | 10.313 % |
6.76	c |     17098 |   82690   247680 |   83770   17067   252814    14.8 | 11.250 % |
10.51	c |     25748 |   82690   247680 |   92147   25717   392741    15.3 | 11.250 % |
17.56	c |     38723 |   82690   247680 |  101362   38692   605633    15.7 | 11.250 % |
32.65	c |     58184 |   81340   243774 |  111498   58145   914918    15.7 | 14.063 % |
54.56	c |     87376 |   81158   243102 |  122648   87336  1381607    15.8 | 14.480 % |
95.44	c |    131165 |   80708   241800 |  134913   23207   354526    15.3 | 15.417 % |
138.40	c |    196849 |   80526   241128 |  148404   88890  1396851    15.7 | 15.834 % |
238.93	c |    295375 |   80527   241128 |  163244   54249   836549    15.4 | 15.834 % |
371.39	c |    443165 |   80261   240498 |  179569   53962   764836    14.2 | 16.354 % |
536.17	c ==============================================================================
536.17	c restarts              : 20
536.17	c conflicts             : 618247         (1160 /sec)
536.17	c decisions             : 723087         (1357 /sec)
536.17	c propagations          : 198334945      (372197 /sec)
536.17	c conflict literals     : 9368877        (20.62 % deleted)
536.17	c Memory used           : 21.71 MB
536.17	c CPU time              : 532.876 s
536.17	c 
536.17	c UNSATISFIABLE
536.18	c # SOLVE_SAT  END : UNSATISFIABLE (536 seconds) [Mon Jan 29 19:16:41 2007]
536.18	c # SOLVE_SAT  CPU : 532.95 = 0 + 0 + 532.87 + 0.08
536.18	
536.18	c # RESULT : UNSATISFIABLE
536.18	
536.18	c # OUTPUT_SOL  BEGIN : UNSAT  [Mon Jan 29 19:16:41 2007]
536.18	s UNSATISFIABLE
536.18	c # OUTPUT_SOL  END :  (0 seconds) [Mon Jan 29 19:16:41 2007]
536.18	c # OUTPUT_SOL  CPU : 0 = 0 + 0 + 0 + 0
536.18	
536.18	c # MAIN  END :  (536 seconds) [Mon Jan 29 19:16:41 2007]
536.18	c # MAIN  CPU : 533.19 = 0 + 0.01 + 533.08 + 0.1
536.18	

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/node68/watcher-199159-1170094063 -o ROOT/results/node68/solver-199159-1170094063 -C 1800 -M 900 /tmp/evaluation/199159-1170094063/solver /tmp/evaluation/199159-1170094063 /tmp/evaluation/199159-1170094063/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.16 2.25 2.32 5/73 17044
/proc/meminfo: memFree=1547256/2055920 swapFree=4192956/4192956
[pid=17043] ppid=17038 vsize=5352 CPUtime=0
/proc/17043/stat : 17043 (solver) R 17038 17043 16579 0 -1 4194304 264 0 0 0 0 0 0 0 18 0 1 0 29364084 5480448 231 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 257414458663 0 0 4096 0 0 0 0 17 1 0 0
/proc/17043/statm: 1338 231 193 169 0 49 0

[startup+0.104768 s]
/proc/loadavg: 2.16 2.25 2.32 5/73 17044
/proc/meminfo: memFree=1547256/2055920 swapFree=4192956/4192956
[pid=17043] ppid=17038 vsize=13724 CPUtime=0.03
/proc/17043/stat : 17043 (sugar) S 17038 17043 16579 0 -1 4194304 1112 0 0 0 3 0 0 0 18 0 1 0 29364084 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257423356002 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17043/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+0.512815 s]
/proc/loadavg: 2.16 2.25 2.32 5/73 17044
/proc/meminfo: memFree=1547256/2055920 swapFree=4192956/4192956
[pid=17043] ppid=17038 vsize=13724 CPUtime=0.27
/proc/17043/stat : 17043 (sugar) S 17038 17043 16579 0 -1 4194304 1190 3511 0 1 3 1 21 2 15 0 1 0 29364084 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257423356002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17043/statm: 3431 809 371 3 0 531 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 13724

[startup+1.33688 s]
/proc/loadavg: 2.16 2.25 2.32 2/70 17078
/proc/meminfo: memFree=1541136/2055920 swapFree=4192956/4192956
[pid=17043] ppid=17038 vsize=13724 CPUtime=0.27
/proc/17043/stat : 17043 (sugar) S 17038 17043 16579 0 -1 4194304 1324 3511 0 1 3 1 21 2 15 0 1 0 29364084 14053376 837 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257423356002 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17043/statm: 3431 837 373 3 0 531 0
[pid=17069] ppid=17043 vsize=0 CPUtime=0.34
/proc/17069/stat : 17069 (java) Z 17043 17043 16579 0 -1 1036 4475 0 1 0 30 4 0 0 17 0 1 0 29364120 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 0 0 0
/proc/17069/statm: 0 0 0 0 0 0 0
[pid=17078] ppid=17043 vsize=5312 CPUtime=0.57
/proc/17078/stat : 17078 (minisat) R 17043 17043 16579 0 -1 0 1345 0 0 0 57 0 0 0 22 0 1 0 29364159 5439488 987 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528674 0 0 4096 3 0 0 0 17 1 0 0
/proc/17078/statm: 1328 987 51 112 0 1212 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 19036

[startup+2.97902 s]
/proc/loadavg: 2.07 2.23 2.31 2/70 17086
/proc/meminfo: memFree=1540624/2055920 swapFree=4192956/4192956
[pid=17043] ppid=17038 vsize=13724 CPUtime=0.27
/proc/17043/stat : 17043 (sugar) S 17038 17043 16579 0 -1 4194304 1324 3511 0 1 3 1 21 2 15 0 1 0 29364084 14053376 837 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257423356002 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17043/statm: 3431 837 373 3 0 531 0
[pid=17069] ppid=17043 vsize=0 CPUtime=0.34
/proc/17069/stat : 17069 (java) Z 17043 17043 16579 0 -1 1036 4475 0 1 0 30 4 0 0 17 0 1 0 29364120 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 0 0 0
/proc/17069/statm: 0 0 0 0 0 0 0
[pid=17078] ppid=17043 vsize=5716 CPUtime=2.21
/proc/17078/stat : 17078 (minisat) R 17043 17043 16579 0 -1 0 1444 0 0 0 221 0 0 0 25 0 1 0 29364159 5853184 1086 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528342 0 0 4096 3 0 0 0 17 1 0 0
/proc/17078/statm: 1429 1086 51 112 0 1313 0
Current children cumulated CPU time (s) 2.82
Current children cumulated vsize (KiB) 19440

[startup+6.25634 s]
/proc/loadavg: 2.07 2.23 2.31 3/83 17133
/proc/meminfo: memFree=1528496/2055920 swapFree=4192956/4192956
[pid=17043] ppid=17038 vsize=13724 CPUtime=0.27
/proc/17043/stat : 17043 (sugar) S 17038 17043 16579 0 -1 4194304 1324 3511 0 1 3 1 21 2 16 0 1 0 29364084 14053376 837 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257423356002 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17043/statm: 3431 837 373 3 0 531 0
[pid=17069] ppid=17043 vsize=0 CPUtime=0.34
/proc/17069/stat : 17069 (java) Z 17043 17043 16579 0 -1 1036 4475 0 1 0 30 4 0 0 17 0 1 0 29364120 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 0 0 0
/proc/17069/statm: 0 0 0 0 0 0 0
[pid=17078] ppid=17043 vsize=6648 CPUtime=5.47
/proc/17078/stat : 17078 (minisat) R 17043 17043 16579 0 -1 0 1658 0 0 0 546 1 0 0 25 0 1 0 29364159 6807552 1300 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528342 0 0 4096 3 0 0 0 17 0 0 0
/proc/17078/statm: 1662 1300 51 112 0 1546 0
Current children cumulated CPU time (s) 6.08
Current children cumulated vsize (KiB) 20372

[startup+12.7359 s]
/proc/loadavg: 2.06 2.22 2.31 3/76 17142
/proc/meminfo: memFree=1518568/2055920 swapFree=4192956/4192956
[pid=17043] ppid=17038 vsize=13724 CPUtime=0.27
/proc/17043/stat : 17043 (sugar) S 17038 17043 16579 0 -1 4194304 1324 3511 0 1 3 1 21 2 16 0 1 0 29364084 14053376 837 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257423356002 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17043/statm: 3431 837 373 3 0 531 0
[pid=17069] ppid=17043 vsize=0 CPUtime=0.34
/proc/17069/stat : 17069 (java) Z 17043 17043 16579 0 -1 1036 4475 0 1 0 30 4 0 0 17 0 1 0 29364120 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 0 0 0
/proc/17069/statm: 0 0 0 0 0 0 0
[pid=17078] ppid=17043 vsize=8000 CPUtime=11.93
/proc/17078/stat : 17078 (minisat) R 17043 17043 16579 0 -1 0 2002 0 0 0 1191 2 0 0 25 0 1 0 29364159 8192000 1644 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528198 0 0 4096 3 0 0 0 17 0 0 0
/proc/17078/statm: 2000 1644 51 112 0 1884 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 21724

[startup+25.5671 s]
/proc/loadavg: 2.05 2.22 2.31 3/76 17142
/proc/meminfo: memFree=1513456/2055920 swapFree=4192956/4192956
[pid=17043] ppid=17038 vsize=13724 CPUtime=0.27
/proc/17043/stat : 17043 (sugar) S 17038 17043 16579 0 -1 4194304 1324 3511 0 1 3 1 21 2 16 0 1 0 29364084 14053376 837 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257423356002 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17043/statm: 3431 837 373 3 0 531 0
[pid=17069] ppid=17043 vsize=0 CPUtime=0.34
/proc/17069/stat : 17069 (java) Z 17043 17043 16579 0 -1 1036 4475 0 1 0 30 4 0 0 17 0 1 0 29364120 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 0 0 0
/proc/17069/statm: 0 0 0 0 0 0 0
[pid=17078] ppid=17043 vsize=10096 CPUtime=24.7
/proc/17078/stat : 17078 (minisat) R 17043 17043 16579 0 -1 0 2502 0 0 0 2468 2 0 0 25 0 1 0 29364159 10338304 2144 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528392 0 0 4096 3 0 0 0 17 0 0 0
/proc/17078/statm: 2524 2144 51 112 0 2408 0
Current children cumulated CPU time (s) 25.31
Current children cumulated vsize (KiB) 23820

[startup+51.2474 s]
/proc/loadavg: 2.03 2.20 2.30 3/76 17142
/proc/meminfo: memFree=1503792/2055920 swapFree=4192956/4192956
[pid=17043] ppid=17038 vsize=13724 CPUtime=0.27
/proc/17043/stat : 17043 (sugar) S 17038 17043 16579 0 -1 4194304 1324 3511 0 1 3 1 21 2 16 0 1 0 29364084 14053376 837 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257423356002 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17043/statm: 3431 837 373 3 0 531 0
[pid=17069] ppid=17043 vsize=0 CPUtime=0.34
/proc/17069/stat : 17069 (java) Z 17043 17043 16579 0 -1 1036 4475 0 1 0 30 4 0 0 17 0 1 0 29364120 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 0 0 0
/proc/17069/statm: 0 0 0 0 0 0 0
[pid=17078] ppid=17043 vsize=13168 CPUtime=50.25
/proc/17078/stat : 17078 (minisat) R 17043 17043 16579 0 -1 0 3279 0 0 0 5022 3 0 0 25 0 1 0 29364159 13484032 2921 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528768 0 0 4096 3 0 0 0 17 0 0 0
/proc/17078/statm: 3292 2921 51 112 0 3176 0
Current children cumulated CPU time (s) 50.86
Current children cumulated vsize (KiB) 26892

[startup+102.506 s]
/proc/loadavg: 2.01 2.16 2.27 3/76 17142
/proc/meminfo: memFree=1489648/2055920 swapFree=4192956/4192956
[pid=17043] ppid=17038 vsize=13724 CPUtime=0.27
/proc/17043/stat : 17043 (sugar) S 17038 17043 16579 0 -1 4194304 1324 3511 0 1 3 1 21 2 16 0 1 0 29364084 14053376 837 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257423356002 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17043/statm: 3431 837 373 3 0 531 0
[pid=17069] ppid=17043 vsize=0 CPUtime=0.34
/proc/17069/stat : 17069 (java) Z 17043 17043 16579 0 -1 1036 4475 0 1 0 30 4 0 0 17 0 1 0 29364120 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 0 0 0
/proc/17069/statm: 0 0 0 0 0 0 0
[pid=17078] ppid=17043 vsize=17312 CPUtime=101.27
/proc/17078/stat : 17078 (minisat) R 17043 17043 16579 0 -1 0 4300 0 0 0 10123 4 0 0 25 0 1 0 29364159 17727488 3942 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528426 0 0 4096 3 0 0 0 17 0 0 0
/proc/17078/statm: 4328 3942 51 112 0 4212 0
Current children cumulated CPU time (s) 101.88
Current children cumulated vsize (KiB) 31036

[startup+162.602 s]
/proc/loadavg: 2.00 2.13 2.26 3/76 17142
/proc/meminfo: memFree=1480496/2055920 swapFree=4192956/4192956
[pid=17043] ppid=17038 vsize=13724 CPUtime=0.27
/proc/17043/stat : 17043 (sugar) S 17038 17043 16579 0 -1 4194304 1324 3511 0 1 3 1 21 2 16 0 1 0 29364084 14053376 837 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257423356002 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17043/statm: 3431 837 373 3 0 531 0
[pid=17069] ppid=17043 vsize=0 CPUtime=0.34
/proc/17069/stat : 17069 (java) Z 17043 17043 16579 0 -1 1036 4475 0 1 0 30 4 0 0 17 0 1 0 29364120 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 0 0 0
/proc/17069/statm: 0 0 0 0 0 0 0
[pid=17078] ppid=17043 vsize=17788 CPUtime=161.1
/proc/17078/stat : 17078 (minisat) R 17043 17043 16579 0 -1 0 4398 0 0 0 16106 4 0 0 25 0 1 0 29364159 18214912 4040 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/17078/statm: 4447 4040 51 112 0 4331 0
Current children cumulated CPU time (s) 161.71
Current children cumulated vsize (KiB) 31512

[startup+222.699 s]
/proc/loadavg: 2.00 2.10 2.24 4/76 17142
/proc/meminfo: memFree=1469872/2055920 swapFree=4192956/4192956
[pid=17043] ppid=17038 vsize=13724 CPUtime=0.27
/proc/17043/stat : 17043 (sugar) S 17038 17043 16579 0 -1 4194304 1324 3511 0 1 3 1 21 2 16 0 1 0 29364084 14053376 837 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257423356002 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17043/statm: 3431 837 373 3 0 531 0
[pid=17069] ppid=17043 vsize=0 CPUtime=0.34
/proc/17069/stat : 17069 (java) Z 17043 17043 16579 0 -1 1036 4475 0 1 0 30 4 0 0 17 0 1 0 29364120 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 0 0 0
/proc/17069/statm: 0 0 0 0 0 0 0
[pid=17078] ppid=17043 vsize=20332 CPUtime=220.89
/proc/17078/stat : 17078 (minisat) R 17043 17043 16579 0 -1 0 4962 0 0 0 22084 5 0 0 25 0 1 0 29364159 20819968 4604 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528758 0 0 4096 3 0 0 0 17 0 0 0
/proc/17078/statm: 5083 4604 51 112 0 4967 0
Current children cumulated CPU time (s) 221.5
Current children cumulated vsize (KiB) 34056

[startup+282.797 s]
/proc/loadavg: 2.00 2.08 2.22 3/76 17142
/proc/meminfo: memFree=1463472/2055920 swapFree=4192956/4192956
[pid=17043] ppid=17038 vsize=13724 CPUtime=0.27
/proc/17043/stat : 17043 (sugar) S 17038 17043 16579 0 -1 4194304 1324 3511 0 1 3 1 21 2 16 0 1 0 29364084 14053376 837 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257423356002 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17043/statm: 3431 837 373 3 0 531 0
[pid=17069] ppid=17043 vsize=0 CPUtime=0.34
/proc/17069/stat : 17069 (java) Z 17043 17043 16579 0 -1 1036 4475 0 1 0 30 4 0 0 17 0 1 0 29364120 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 0 0 0
/proc/17069/statm: 0 0 0 0 0 0 0
[pid=17078] ppid=17043 vsize=20520 CPUtime=280.72
/proc/17078/stat : 17078 (minisat) R 17043 17043 16579 0 -1 0 5038 0 0 0 28067 5 0 0 25 0 1 0 29364159 21012480 4680 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528412 0 0 4096 3 0 0 0 17 0 0 0
/proc/17078/statm: 5130 4680 51 112 0 5014 0
Current children cumulated CPU time (s) 281.33
Current children cumulated vsize (KiB) 34244

[startup+342.893 s]
/proc/loadavg: 2.03 2.08 2.21 3/76 17142
/proc/meminfo: memFree=1457136/2055920 swapFree=4192956/4192956
[pid=17043] ppid=17038 vsize=13724 CPUtime=0.27
/proc/17043/stat : 17043 (sugar) S 17038 17043 16579 0 -1 4194304 1324 3511 0 1 3 1 21 2 16 0 1 0 29364084 14053376 837 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257423356002 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17043/statm: 3431 837 373 3 0 531 0
[pid=17069] ppid=17043 vsize=0 CPUtime=0.34
/proc/17069/stat : 17069 (java) Z 17043 17043 16579 0 -1 1036 4475 0 1 0 30 4 0 0 17 0 1 0 29364120 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 0 0 0
/proc/17069/statm: 0 0 0 0 0 0 0
[pid=17078] ppid=17043 vsize=21244 CPUtime=340.56
/proc/17078/stat : 17078 (minisat) R 17043 17043 16579 0 -1 0 5199 0 0 0 34051 5 0 0 25 0 1 0 29364159 21753856 4841 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/17078/statm: 5311 4841 51 112 0 5195 0
Current children cumulated CPU time (s) 341.17
Current children cumulated vsize (KiB) 34968

[startup+402.993 s]
/proc/loadavg: 2.04 2.08 2.20 3/76 17142
/proc/meminfo: memFree=1450672/2055920 swapFree=4192956/4192956
[pid=17043] ppid=17038 vsize=13724 CPUtime=0.27
/proc/17043/stat : 17043 (sugar) S 17038 17043 16579 0 -1 4194304 1324 3511 0 1 3 1 21 2 16 0 1 0 29364084 14053376 837 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257423356002 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17043/statm: 3431 837 373 3 0 531 0
[pid=17069] ppid=17043 vsize=0 CPUtime=0.34
/proc/17069/stat : 17069 (java) Z 17043 17043 16579 0 -1 1036 4475 0 1 0 30 4 0 0 17 0 1 0 29364120 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 0 0 0
/proc/17069/statm: 0 0 0 0 0 0 0
[pid=17078] ppid=17043 vsize=21904 CPUtime=400.36
/proc/17078/stat : 17078 (minisat) R 17043 17043 16579 0 -1 0 5367 0 0 0 40030 6 0 0 25 0 1 0 29364159 22429696 5009 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/17078/statm: 5476 5009 51 112 0 5360 0
Current children cumulated CPU time (s) 400.97
Current children cumulated vsize (KiB) 35628

[startup+463.09 s]
/proc/loadavg: 2.05 2.08 2.18 3/76 17142
/proc/meminfo: memFree=1444976/2055920 swapFree=4192956/4192956
[pid=17043] ppid=17038 vsize=13724 CPUtime=0.27
/proc/17043/stat : 17043 (sugar) S 17038 17043 16579 0 -1 4194304 1324 3511 0 1 3 1 21 2 16 0 1 0 29364084 14053376 837 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257423356002 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17043/statm: 3431 837 373 3 0 531 0
[pid=17069] ppid=17043 vsize=0 CPUtime=0.34
/proc/17069/stat : 17069 (java) Z 17043 17043 16579 0 -1 1036 4475 0 1 0 30 4 0 0 17 0 1 0 29364120 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 0 0 0
/proc/17069/statm: 0 0 0 0 0 0 0
[pid=17078] ppid=17043 vsize=22224 CPUtime=460.19
/proc/17078/stat : 17078 (minisat) R 17043 17043 16579 0 -1 0 5425 0 0 0 46012 7 0 0 25 0 1 0 29364159 22757376 5067 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/17078/statm: 5556 5067 51 112 0 5440 0
Current children cumulated CPU time (s) 460.8
Current children cumulated vsize (KiB) 35948

[startup+523.188 s]
/proc/loadavg: 2.02 2.06 2.17 3/76 17142
/proc/meminfo: memFree=1439536/2055920 swapFree=4192956/4192956
[pid=17043] ppid=17038 vsize=13724 CPUtime=0.27
/proc/17043/stat : 17043 (sugar) S 17038 17043 16579 0 -1 4194304 1324 3511 0 1 3 1 21 2 16 0 1 0 29364084 14053376 837 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257423356002 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17043/statm: 3431 837 373 3 0 531 0
[pid=17069] ppid=17043 vsize=0 CPUtime=0.34
/proc/17069/stat : 17069 (java) Z 17043 17043 16579 0 -1 1036 4475 0 1 0 30 4 0 0 17 0 1 0 29364120 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 0 0 0
/proc/17069/statm: 0 0 0 0 0 0 0
[pid=17078] ppid=17043 vsize=22224 CPUtime=520.01
/proc/17078/stat : 17078 (minisat) R 17043 17043 16579 0 -1 0 5425 0 0 0 51994 7 0 0 25 0 1 0 29364159 22757376 5067 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528786 0 0 4096 3 0 0 0 17 0 0 0
/proc/17078/statm: 5556 5067 51 112 0 5440 0
Current children cumulated CPU time (s) 520.62
Current children cumulated vsize (KiB) 35948

Child status: 0

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 17043 and gives childrusage.ru_utime.tv_sec=533 childrusage.ru_utime.tv_usec=122952 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=119981
CPU time returned by wait4() is 533.243
while last known CPU time is 533.51

Solver probably didn't/couldn't wait for its children
Using last known CPU time as value...

Real time (s): 536.181
CPU time (s): 533.51
CPU user time (s): 533.37
CPU system time (s): 0.14
CPU usage (%): 99.5019
Max. virtual memory (cumulated for all children) (KiB): 35948

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 533.123
system time used= 0.119981
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10357
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 223
involuntary context switches= 7378

runsolver used 0.526919 s user time and 1.43778 s system time

The end

Launcher Data (download as text)

Begin job on node68 on Mon Jan 29 18:07:44 UTC 2007


IDJOB= 199159
IDBENCH= 3596
IDSOLVER= 86
FILE ID= node68/199159-1170094063

PBS_JOBID= 3689590

Free space on /tmp= 66563 MiB

SOLVER NAME= sugar 0.40
BENCH NAME= HOME/pub/bench/CPAI06/knights/knights-15-9.xml
COMMAND LINE= /tmp/evaluation/199159-1170094063/solver /tmp/evaluation/199159-1170094063 /tmp/evaluation/199159-1170094063/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node68/watcher-199159-1170094063 -o ROOT/results/node68/solver-199159-1170094063 -C 1800 -M 900  /tmp/evaluation/199159-1170094063/solver /tmp/evaluation/199159-1170094063 /tmp/evaluation/199159-1170094063/unknown.xml

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  32ab47b63ae3db14363e60c1cbc01ad1

RANDOM SEED= 54329272

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.234
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.234
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:       1549120 kB
Buffers:         49944 kB
Cached:         364652 kB
SwapCached:          0 kB
Active:         182228 kB
Inactive:       253620 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1549120 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1620 kB
Writeback:           0 kB
Mapped:          31424 kB
Slab:            56808 kB
Committed_AS:    70064 kB
PageTables:       1568 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= 66559 MiB



End job on node68 on Mon Jan 29 18:16:41 UTC 2007