Trace number 198967

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 111.73 112.493

General information on the benchmark

Nameknights/
knights-12-9.xml
MD5SUMdce93ce2506d305ea38ec57a27a1602b
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.564913
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables9
Number of constraints36
Maximum constraint arity2
Maximum domain size144
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.05	c # Sugar v0-40 (/tmp/evaluation/198967-1170094023/sugar-v0-40.jar)
0.05	
0.05	c # MAIN  BEGIN : /tmp/evaluation/198967-1170094023/unknown.xml [Mon Jan 29 19:07:03 2007]
0.05	c # CONVERT_XML  BEGIN : /tmp/evaluation/198967-1170094023/unknown.xml /tmp/evaluation/198967-1170094023/sugar20057.csp [Mon Jan 29 19:07:03 2007]
0.05	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/198967-1170094023/sugar-v0-40.jar -convert /tmp/evaluation/198967-1170094023/unknown.xml /tmp/evaluation/198967-1170094023/sugar20057.csp
0.17	c BEGIN convert /tmp/evaluation/198967-1170094023/unknown.xml
0.29	c END convert (0.11707 seconds)
0.34	c # CONVERT_XML  END : /tmp/evaluation/198967-1170094023/sugar20057.csp 1917 bytes (1 seconds) [Mon Jan 29 19:07:04 2007]
0.34	c # CONVERT_XML  CPU : 0 = 0 + 0 + 0 + 0
0.34	
0.34	c # GENERATE_SAT  BEGIN : /tmp/evaluation/198967-1170094023/sugar20057.bcnf [Mon Jan 29 19:07:04 2007]
0.34	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/198967-1170094023/sugar-v0-40.jar -bcnf -map /tmp/evaluation/198967-1170094023/sugar20057.map /tmp/evaluation/198967-1170094023/sugar20057.csp /tmp/evaluation/198967-1170094023/sugar20057.bcnf
0.46	c BEGIN parse /tmp/evaluation/198967-1170094023/sugar20057.csp
0.59	c END parse (0.129163 seconds)
0.59	c BEGIN simplify
0.59	c END simplify (0.001976 seconds)
0.59	c BEGIN encode /tmp/evaluation/198967-1170094023/sugar20057.bcnf
0.69	c END encode (0.092299 seconds)
0.73	c # GENERATE_SAT  END : 1989 variables 48744 clauses 775608 bytes (0 seconds) [Mon Jan 29 19:07:04 2007]
0.73	c # GENERATE_SAT  CPU : 0.01 = 0 + 0.01 + 0 + 0
0.73	
0.73	c # SOLVE_SAT  BEGIN : /tmp/evaluation/198967-1170094023/sugar20057.bcnf [Mon Jan 29 19:07:04 2007]
0.73	c # CMD : /tmp/evaluation/198967-1170094023/minisat /tmp/evaluation/198967-1170094023/sugar20057.bcnf /tmp/evaluation/198967-1170094023/sugar20057.out
0.76	c ==================================[MINISAT]===================================
0.76	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
0.76	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
0.76	c ==============================================================================
0.76	c |         0 |   48744   145152 |   16248       0        0     nan |  0.000 % |
0.79	c |       101 |   48566   144756 |   17872      95      896     9.4 |  3.167 % |
0.81	c |       251 |   48569   144756 |   19660     237     2149     9.1 |  6.192 % |
0.84	c |       476 |   48571   144756 |   21626     459     5189    11.3 |  6.795 % |
0.86	c |       813 |   48571   144756 |   23788     796     9916    12.5 |  6.788 % |
0.95	c |      1319 |   46817   140400 |   26167    1302    17797    13.7 |  6.788 % |
1.04	c |      2079 |   46707   140004 |   28784    2058    29602    14.4 |  8.598 % |
1.20	c |      3218 |   46089   138024 |   31662    3192    44494    13.9 | 10.559 % |
1.51	c |      4927 |   45513   136440 |   34829    4899    66530    13.6 | 11.765 % |
1.83	c |      7489 |   45403   136044 |   38311    7460   106898    14.3 | 12.217 % |
2.65	c |     11333 |   45403   136044 |   42143   11304   166082    14.7 | 12.217 % |
3.69	c |     17099 |   45403   136044 |   46357   17070   264103    15.5 | 12.217 % |
5.34	c |     25748 |   45293   135648 |   50993   25718   411668    16.0 | 12.670 % |
9.77	c |     38722 |   45115   135252 |   56092   38691   621862    16.1 | 13.274 % |
17.70	c |     58183 |   45115   135252 |   61701   16004   237110    14.8 | 13.274 % |
26.19	c |     87376 |   45116   135252 |   67871   45196   701630    15.5 | 13.274 % |
43.32	c |    131165 |   44650   134064 |   74659   34607   539703    15.6 | 14.933 % |
68.43	c |    196849 |   44322   132876 |   82125   39859   594071    14.9 | 16.290 % |
111.58	c |    295377 |   43731   131256 |   90337   23422   301441    12.9 | 18.553 % |
112.48	c ==============================================================================
112.48	c restarts              : 19
112.48	c conflicts             : 299977         (2698 /sec)
112.48	c decisions             : 343495         (3089 /sec)
112.48	c propagations          : 57178418       (514273 /sec)
112.48	c conflict literals     : 4634777        (22.94 % deleted)
112.48	c Memory used           : 11.87 MB
112.48	c CPU time              : 111.183 s
112.48	c 
112.48	c UNSATISFIABLE
112.49	c # SOLVE_SAT  END : UNSATISFIABLE (112 seconds) [Mon Jan 29 19:08:56 2007]
112.49	c # SOLVE_SAT  CPU : 111.21 = 0 + 0 + 111.18 + 0.03
112.49	
112.49	c # RESULT : UNSATISFIABLE
112.49	
112.49	c # OUTPUT_SOL  BEGIN : UNSAT  [Mon Jan 29 19:08:56 2007]
112.49	s UNSATISFIABLE
112.49	c # OUTPUT_SOL  END :  (0 seconds) [Mon Jan 29 19:08:56 2007]
112.49	c # OUTPUT_SOL  CPU : 0 = 0 + 0 + 0 + 0
112.49	
112.49	c # MAIN  END :  (113 seconds) [Mon Jan 29 19:08:56 2007]
112.49	c # MAIN  CPU : 111.22 = 0 + 0.01 + 111.18 + 0.03
112.49	

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/node67/watcher-198967-1170094023 -o ROOT/results/node67/solver-198967-1170094023 -C 1800 -M 900 /tmp/evaluation/198967-1170094023/solver /tmp/evaluation/198967-1170094023 /tmp/evaluation/198967-1170094023/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.02 2.13 2.25 3/74 20058
/proc/meminfo: memFree=1450952/2055920 swapFree=4192956/4192956
[pid=20057] ppid=20055 vsize=5352 CPUtime=0
/proc/20057/stat : 20057 (solver) R 20055 20057 19397 0 -1 4194304 264 0 0 0 0 0 0 0 20 0 1 0 29359948 5480448 231 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 271638392103 0 0 4096 0 0 0 0 17 1 0 0
/proc/20057/statm: 1338 231 193 169 0 49 0

[startup+0.103691 s]
/proc/loadavg: 2.02 2.13 2.25 3/74 20058
/proc/meminfo: memFree=1450952/2055920 swapFree=4192956/4192956
[pid=20057] ppid=20055 vsize=13724 CPUtime=0.03
/proc/20057/stat : 20057 (sugar) S 20055 20057 19397 0 -1 4194304 1112 0 0 0 3 0 0 0 18 0 1 0 29359948 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20057/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+0.511734 s]
/proc/loadavg: 2.02 2.13 2.25 3/74 20058
/proc/meminfo: memFree=1450952/2055920 swapFree=4192956/4192956
[pid=20057] ppid=20055 vsize=13724 CPUtime=0.04
/proc/20057/stat : 20057 (sugar) S 20055 20057 19397 0 -1 4194304 1188 0 0 0 3 1 0 0 15 0 1 0 29359948 14053376 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20057/statm: 3431 808 370 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+1.33482 s]
/proc/loadavg: 2.02 2.13 2.25 3/77 20075
/proc/meminfo: memFree=1445928/2055920 swapFree=4192956/4192956
[pid=20057] ppid=20055 vsize=13724 CPUtime=0.04
/proc/20057/stat : 20057 (sugar) S 20055 20057 19397 0 -1 4194304 1325 0 0 0 3 1 0 0 15 0 1 0 29359948 14053376 837 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20057/statm: 3431 837 373 3 0 531 0
[pid=20059] ppid=20057 vsize=0 CPUtime=0.23
/proc/20059/stat : 20059 (java) Z 20057 20057 19397 0 -1 1036 3508 0 1 0 21 2 0 0 17 0 1 0 29359953 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/20059/statm: 0 0 0 0 0 0 0
[pid=20067] ppid=20057 vsize=0 CPUtime=0.33
/proc/20067/stat : 20067 (java) Z 20057 20057 19397 0 -1 1036 4474 0 1 0 30 3 0 0 17 0 1 0 29359983 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/20067/statm: 0 0 0 0 0 0 0
[pid=20075] ppid=20057 vsize=3952 CPUtime=0.58
/proc/20075/stat : 20075 (minisat) R 20057 20057 19397 0 -1 0 846 0 0 0 58 0 0 0 21 0 1 0 29360022 4046848 642 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528506 0 0 4096 3 0 0 0 17 1 0 0
/proc/20075/statm: 988 642 51 112 0 872 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 17676

[startup+2.988 s]
/proc/loadavg: 2.01 2.13 2.25 3/77 20075
/proc/meminfo: memFree=1445352/2055920 swapFree=4192956/4192956
[pid=20057] ppid=20055 vsize=13724 CPUtime=0.04
/proc/20057/stat : 20057 (sugar) S 20055 20057 19397 0 -1 4194304 1325 0 0 0 3 1 0 0 15 0 1 0 29359948 14053376 837 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20057/statm: 3431 837 373 3 0 531 0
[pid=20059] ppid=20057 vsize=0 CPUtime=0.23
/proc/20059/stat : 20059 (java) Z 20057 20057 19397 0 -1 1036 3508 0 1 0 21 2 0 0 17 0 1 0 29359953 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/20059/statm: 0 0 0 0 0 0 0
[pid=20067] ppid=20057 vsize=0 CPUtime=0.33
/proc/20067/stat : 20067 (java) Z 20057 20057 19397 0 -1 1036 4474 0 1 0 30 3 0 0 17 0 1 0 29359983 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/20067/statm: 0 0 0 0 0 0 0
[pid=20075] ppid=20057 vsize=4880 CPUtime=2.22
/proc/20075/stat : 20075 (minisat) R 20057 20057 19397 0 -1 0 1052 0 0 0 222 0 0 0 25 0 1 0 29360022 4997120 848 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134522563 0 0 4096 3 0 0 0 17 1 0 0
/proc/20075/statm: 1220 848 51 112 0 1104 0
Current children cumulated CPU time (s) 2.82
Current children cumulated vsize (KiB) 18604

[startup+6.26934 s]
/proc/loadavg: 2.01 2.13 2.25 3/77 20075
/proc/meminfo: memFree=1443560/2055920 swapFree=4192956/4192956
[pid=20057] ppid=20055 vsize=13724 CPUtime=0.04
/proc/20057/stat : 20057 (sugar) S 20055 20057 19397 0 -1 4194304 1325 0 0 0 3 1 0 0 16 0 1 0 29359948 14053376 837 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20057/statm: 3431 837 373 3 0 531 0
[pid=20059] ppid=20057 vsize=0 CPUtime=0.23
/proc/20059/stat : 20059 (java) Z 20057 20057 19397 0 -1 1036 3508 0 1 0 21 2 0 0 17 0 1 0 29359953 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/20059/statm: 0 0 0 0 0 0 0
[pid=20067] ppid=20057 vsize=0 CPUtime=0.33
/proc/20067/stat : 20067 (java) Z 20057 20057 19397 0 -1 1036 4474 0 1 0 30 3 0 0 17 0 1 0 29359983 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/20067/statm: 0 0 0 0 0 0 0
[pid=20075] ppid=20057 vsize=6496 CPUtime=5.49
/proc/20075/stat : 20075 (minisat) R 20057 20057 19397 0 -1 0 1462 0 0 0 548 1 0 0 25 0 1 0 29360022 6651904 1258 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528388 0 0 4096 3 0 0 0 17 1 0 0
/proc/20075/statm: 1624 1258 51 112 0 1508 0
Current children cumulated CPU time (s) 6.09
Current children cumulated vsize (KiB) 20220

[startup+12.759 s]
/proc/loadavg: 2.01 2.12 2.24 3/77 20075
/proc/meminfo: memFree=1441576/2055920 swapFree=4192956/4192956
[pid=20057] ppid=20055 vsize=13724 CPUtime=0.04
/proc/20057/stat : 20057 (sugar) S 20055 20057 19397 0 -1 4194304 1325 0 0 0 3 1 0 0 16 0 1 0 29359948 14053376 837 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20057/statm: 3431 837 373 3 0 531 0
[pid=20059] ppid=20057 vsize=0 CPUtime=0.23
/proc/20059/stat : 20059 (java) Z 20057 20057 19397 0 -1 1036 3508 0 1 0 21 2 0 0 17 0 1 0 29359953 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/20059/statm: 0 0 0 0 0 0 0
[pid=20067] ppid=20057 vsize=0 CPUtime=0.33
/proc/20067/stat : 20067 (java) Z 20057 20057 19397 0 -1 1036 4474 0 1 0 30 3 0 0 17 0 1 0 29359983 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/20067/statm: 0 0 0 0 0 0 0
[pid=20075] ppid=20057 vsize=8292 CPUtime=11.94
/proc/20075/stat : 20075 (minisat) R 20057 20057 19397 0 -1 0 1912 0 0 0 1193 1 0 0 25 0 1 0 29360022 8491008 1708 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528416 0 0 4096 3 0 0 0 17 1 0 0
/proc/20075/statm: 2073 1708 51 112 0 1957 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 22016

[startup+25.5974 s]
/proc/loadavg: 2.09 2.13 2.25 3/77 20075
/proc/meminfo: memFree=1440552/2055920 swapFree=4192956/4192956
[pid=20057] ppid=20055 vsize=13724 CPUtime=0.04
/proc/20057/stat : 20057 (sugar) S 20055 20057 19397 0 -1 4194304 1325 0 0 0 3 1 0 0 16 0 1 0 29359948 14053376 837 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20057/statm: 3431 837 373 3 0 531 0
[pid=20059] ppid=20057 vsize=0 CPUtime=0.23
/proc/20059/stat : 20059 (java) Z 20057 20057 19397 0 -1 1036 3508 0 1 0 21 2 0 0 17 0 1 0 29359953 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/20059/statm: 0 0 0 0 0 0 0
[pid=20067] ppid=20057 vsize=0 CPUtime=0.33
/proc/20067/stat : 20067 (java) Z 20057 20057 19397 0 -1 1036 4474 0 1 0 30 3 0 0 17 0 1 0 29359983 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/20067/statm: 0 0 0 0 0 0 0
[pid=20075] ppid=20057 vsize=9416 CPUtime=24.73
/proc/20075/stat : 20075 (minisat) R 20057 20057 19397 0 -1 0 2187 0 0 0 2471 2 0 0 25 0 1 0 29360022 9641984 1983 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528379 0 0 4096 3 0 0 0 17 1 0 0
/proc/20075/statm: 2354 1983 51 112 0 2238 0
Current children cumulated CPU time (s) 25.33
Current children cumulated vsize (KiB) 23140

[startup+51.2081 s]
/proc/loadavg: 2.06 2.12 2.24 3/77 20075
/proc/meminfo: memFree=1439144/2055920 swapFree=4192956/4192956
[pid=20057] ppid=20055 vsize=13724 CPUtime=0.04
/proc/20057/stat : 20057 (sugar) S 20055 20057 19397 0 -1 4194304 1325 0 0 0 3 1 0 0 16 0 1 0 29359948 14053376 837 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20057/statm: 3431 837 373 3 0 531 0
[pid=20059] ppid=20057 vsize=0 CPUtime=0.23
/proc/20059/stat : 20059 (java) Z 20057 20057 19397 0 -1 1036 3508 0 1 0 21 2 0 0 17 0 1 0 29359953 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/20059/statm: 0 0 0 0 0 0 0
[pid=20067] ppid=20057 vsize=0 CPUtime=0.33
/proc/20067/stat : 20067 (java) Z 20057 20057 19397 0 -1 1036 4474 0 1 0 30 3 0 0 17 0 1 0 29359983 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/20067/statm: 0 0 0 0 0 0 0
[pid=20075] ppid=20057 vsize=10904 CPUtime=50.22
/proc/20075/stat : 20075 (minisat) R 20057 20057 19397 0 -1 0 2526 0 0 0 5020 2 0 0 25 0 1 0 29360022 11165696 2322 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/20075/statm: 2726 2322 51 112 0 2610 0
Current children cumulated CPU time (s) 50.82
Current children cumulated vsize (KiB) 24628

[startup+102.421 s]
/proc/loadavg: 2.02 2.10 2.22 3/77 20075
/proc/meminfo: memFree=1437928/2055920 swapFree=4192956/4192956
[pid=20057] ppid=20055 vsize=13724 CPUtime=0.04
/proc/20057/stat : 20057 (sugar) S 20055 20057 19397 0 -1 4194304 1325 0 0 0 3 1 0 0 16 0 1 0 29359948 14053376 837 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20057/statm: 3431 837 373 3 0 531 0
[pid=20059] ppid=20057 vsize=0 CPUtime=0.23
/proc/20059/stat : 20059 (java) Z 20057 20057 19397 0 -1 1036 3508 0 1 0 21 2 0 0 17 0 1 0 29359953 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/20059/statm: 0 0 0 0 0 0 0
[pid=20067] ppid=20057 vsize=0 CPUtime=0.33
/proc/20067/stat : 20067 (java) Z 20057 20057 19397 0 -1 1036 4474 0 1 0 30 3 0 0 17 0 1 0 29359983 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/20067/statm: 0 0 0 0 0 0 0
[pid=20075] ppid=20057 vsize=12152 CPUtime=101.19
/proc/20075/stat : 20075 (minisat) R 20057 20057 19397 0 -1 0 2841 0 0 0 10116 3 0 0 25 0 1 0 29360022 12443648 2637 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134525640 0 0 4096 3 0 0 0 17 1 0 0
/proc/20075/statm: 3038 2637 51 112 0 2922 0
Current children cumulated CPU time (s) 101.79
Current children cumulated vsize (KiB) 25876

Child status: 0

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 20057 and gives childrusage.ru_utime.tv_sec=111 childrusage.ru_utime.tv_usec=222091 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=49992
CPU time returned by wait4() is 111.272
while last known CPU time is 111.73

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

Real time (s): 112.493
CPU time (s): 111.73
CPU user time (s): 111.64
CPU system time (s): 0.09
CPU usage (%): 99.3214
Max. virtual memory (cumulated for all children) (KiB): 25876

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 111.222
system time used= 0.049992
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4263
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 82
involuntary context switches= 1431

runsolver used 0.119981 s user time and 0.38994 s system time

The end

Launcher Data (download as text)

Begin job on node67 on Mon Jan 29 18:07:03 UTC 2007


IDJOB= 198967
IDBENCH= 3584
IDSOLVER= 86
FILE ID= node67/198967-1170094023

PBS_JOBID= 3689566

Free space on /tmp= 66502 MiB

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

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  dce93ce2506d305ea38ec57a27a1602b

RANDOM SEED= 224558256

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.236
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.236
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:       1451496 kB
Buffers:          8536 kB
Cached:         387156 kB
SwapCached:          0 kB
Active:         232088 kB
Inactive:       305188 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1451496 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             764 kB
Writeback:           0 kB
Mapped:         152564 kB
Slab:            52264 kB
Committed_AS:   233836 kB
PageTables:       2092 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= 66502 MiB



End job on node67 on Mon Jan 29 18:08:56 UTC 2007