Trace number 198999

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 178.28 179.387

General information on the benchmark

Nameknights/
knights-100-5.xml
MD5SUM923612855906d394aa13b8054c01df72
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 benchmark178.28
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables5
Number of constraints10
Maximum constraint arity2
Maximum domain size10000
Number of constraints which are defined in extension0
Number of constraints which are defined in intension10
Global constraints used (with number of constraints)

Solver Data (download as text)

0.04	c # Sugar v0-40 (/tmp/evaluation/198999-1170094030/sugar-v0-40.jar)
0.04	
0.04	c # MAIN  BEGIN : /tmp/evaluation/198999-1170094030/unknown.xml [Mon Jan 29 19:07:11 2007]
0.04	c # CONVERT_XML  BEGIN : /tmp/evaluation/198999-1170094030/unknown.xml /tmp/evaluation/198999-1170094030/sugar25329.csp [Mon Jan 29 19:07:11 2007]
0.04	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/198999-1170094030/sugar-v0-40.jar -convert /tmp/evaluation/198999-1170094030/unknown.xml /tmp/evaluation/198999-1170094030/sugar25329.csp
0.18	c BEGIN convert /tmp/evaluation/198999-1170094030/unknown.xml
0.28	c END convert (0.098897 seconds)
0.30	c # CONVERT_XML  END : /tmp/evaluation/198999-1170094030/sugar25329.csp 990 bytes (0 seconds) [Mon Jan 29 19:07:11 2007]
0.30	c # CONVERT_XML  CPU : 0 = 0 + 0 + 0 + 0
0.30	
0.30	c # GENERATE_SAT  BEGIN : /tmp/evaluation/198999-1170094030/sugar25329.bcnf [Mon Jan 29 19:07:11 2007]
0.30	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/198999-1170094030/sugar-v0-40.jar -bcnf -map /tmp/evaluation/198999-1170094030/sugar25329.map /tmp/evaluation/198999-1170094030/sugar25329.csp /tmp/evaluation/198999-1170094030/sugar25329.bcnf
0.41	c BEGIN parse /tmp/evaluation/198999-1170094030/sugar25329.csp
0.49	c END parse (0.081397 seconds)
0.49	c BEGIN simplify
0.49	c END simplify (0.001493 seconds)
0.49	c BEGIN encode /tmp/evaluation/198999-1170094030/sugar25329.bcnf
9.97	c END encode (9.478753 seconds)
10.00	c # GENERATE_SAT  END : 53005 variables 10453950 clauses 167419736 bytes (10 seconds) [Mon Jan 29 19:07:21 2007]
10.00	c # GENERATE_SAT  CPU : 9.56 = 0.01 + 0 + 8.94 + 0.61
10.00	
10.00	c # SOLVE_SAT  BEGIN : /tmp/evaluation/198999-1170094030/sugar25329.bcnf [Mon Jan 29 19:07:21 2007]
10.00	c # CMD : /tmp/evaluation/198999-1170094030/minisat /tmp/evaluation/198999-1170094030/sugar25329.bcnf /tmp/evaluation/198999-1170094030/sugar25329.out
15.61	c ==================================[MINISAT]===================================
15.62	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
15.62	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
15.62	c ==============================================================================
15.62	c |         0 | 10453950 31400900 | 3484650       0        0     nan |  0.000 % |
30.15	c |       101 | 10443652 31371200 | 3833115      98      939     9.6 |  0.555 % |
39.94	c |       252 | 10443652 31371200 | 4216426     248     2194     8.8 |  0.738 % |
71.85	c |       477 | 10443652 31371200 | 4638069     472     4271     9.0 |  0.921 % |
105.10	c |       814 | 10443652 31371200 | 5101876     807     7421     9.2 |  1.287 % |
148.54	c |      1320 | 10443653 31371200 | 5612063    1311    11931     9.1 |  1.855 % |
179.22	c ==============================================================================
179.22	c restarts              : 6
179.22	c conflicts             : 1596           (10 /sec)
179.22	c decisions             : 2157           (13 /sec)
179.22	c propagations          : 22563375       (134668 /sec)
179.22	c conflict literals     : 13579          (18.20 % deleted)
179.22	c Memory used           : 438.80 MB
179.22	c CPU time              : 167.549 s
179.22	c 
179.22	c UNSATISFIABLE
179.29	c # SOLVE_SAT  END : UNSATISFIABLE (169 seconds) [Mon Jan 29 19:10:10 2007]
179.34	c # SOLVE_SAT  CPU : 168.47 = 0 + 0 + 167.55 + 0.92
179.34	
179.34	c # RESULT : UNSATISFIABLE
179.34	
179.34	c # OUTPUT_SOL  BEGIN : UNSAT  [Mon Jan 29 19:10:10 2007]
179.34	s UNSATISFIABLE
179.34	c # OUTPUT_SOL  END :  (0 seconds) [Mon Jan 29 19:10:10 2007]
179.34	c # OUTPUT_SOL  CPU : 0 = 0 + 0 + 0 + 0
179.34	
179.34	c # MAIN  END :  (179 seconds) [Mon Jan 29 19:10:10 2007]
179.34	c # MAIN  CPU : 178.03 = 0.01 + 0 + 176.49 + 1.53
179.34	

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/node65/watcher-198999-1170094030 -o ROOT/results/node65/solver-198999-1170094030 -C 1800 -M 900 /tmp/evaluation/198999-1170094030/solver /tmp/evaluation/198999-1170094030 /tmp/evaluation/198999-1170094030/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.07 2.46 2.59 2/68 25330
/proc/meminfo: memFree=1586872/2055920 swapFree=4192956/4192956
[pid=25329] ppid=25327 vsize=12264 CPUtime=0
/proc/25329/stat : 25329 (sugar) R 25327 25329 24900 0 -1 4194304 554 0 0 0 0 0 0 0 18 0 1 0 29360628 12558336 273 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257217097504 0 0 4224 0 0 0 0 17 1 0 0
/proc/25329/statm: 3067 282 209 3 0 167 0

[startup+0.102484 s]
/proc/loadavg: 2.07 2.46 2.59 2/68 25330
/proc/meminfo: memFree=1586872/2055920 swapFree=4192956/4192956
[pid=25329] ppid=25327 vsize=13724 CPUtime=0.03
/proc/25329/stat : 25329 (sugar) S 25327 25329 24900 0 -1 4194304 1112 0 0 0 2 1 0 0 16 0 1 0 29360628 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25329/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+0.510552 s]
/proc/loadavg: 2.07 2.46 2.59 2/68 25330
/proc/meminfo: memFree=1586872/2055920 swapFree=4192956/4192956
[pid=25329] ppid=25327 vsize=13724 CPUtime=0.04
/proc/25329/stat : 25329 (sugar) S 25327 25329 24900 0 -1 4194304 1188 0 0 0 3 1 0 0 16 0 1 0 29360628 14053376 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25329/statm: 3431 808 370 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+1.33368 s]
/proc/loadavg: 2.07 2.46 2.59 4/90 25397
/proc/meminfo: memFree=1556424/2055920 swapFree=4192956/4192956
[pid=25329] ppid=25327 vsize=13724 CPUtime=0.04
/proc/25329/stat : 25329 (sugar) S 25327 25329 24900 0 -1 4194304 1188 0 0 0 3 1 0 0 16 0 1 0 29360628 14053376 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25329/statm: 3431 808 370 3 0 531 0
[pid=25331] ppid=25329 vsize=0 CPUtime=0.19
/proc/25331/stat : 25331 (java) Z 25329 25329 24900 0 -1 1036 3586 0 1 0 18 1 0 0 16 0 1 0 29360633 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25331/statm: 0 0 0 0 0 0 0
[pid=25339] ppid=25329 vsize=807064 CPUtime=1
/proc/25339/stat : 25339 (java) R 25329 25329 24900 0 -1 0 4222 0 1 0 93 7 0 0 23 0 8 0 29360658 826433536 3973 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073514993 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25339/statm: 201766 3973 1500 14 0 189044 0
[pid=25339/tid=25340] ppid=25329 vsize=807064 CPUtime=0
/proc/25339/task/25340/stat : 25340 (java) S 25329 25329 24900 0 -1 64 6 0 0 0 0 0 0 0 20 0 8 0 29360661 826433536 3973 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25339/tid=25341] ppid=25329 vsize=807064 CPUtime=0
/proc/25339/task/25341/stat : 25341 (java) S 25329 25329 24900 0 -1 64 10 0 0 0 0 0 0 0 20 0 8 0 29360662 826433536 3973 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25339/tid=25342] ppid=25329 vsize=807064 CPUtime=0
/proc/25339/task/25342/stat : 25342 (java) S 25329 25329 24900 0 -1 64 4 0 0 0 0 0 0 0 21 0 8 0 29360662 826433536 3973 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25339/tid=25343] ppid=25329 vsize=807064 CPUtime=0
/proc/25339/task/25343/stat : 25343 (java) S 25329 25329 24900 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 29360665 826433536 3973 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25339/tid=25344] ppid=25329 vsize=807064 CPUtime=0.03
/proc/25339/task/25344/stat : 25344 (java) S 25329 25329 24900 0 -1 64 282 0 0 0 3 0 0 0 16 0 8 0 29360665 826433536 3973 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25339/tid=25345] ppid=25329 vsize=807064 CPUtime=0
/proc/25339/task/25345/stat : 25345 (java) S 25329 25329 24900 0 -1 64 3 0 0 0 0 0 0 0 23 0 8 0 29360665 826433536 3973 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25339/tid=25346] ppid=25329 vsize=807064 CPUtime=0
/proc/25339/task/25346/stat : 25346 (java) S 25329 25329 24900 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29360665 826433536 3973 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 820788

[startup+2.97696 s]
/proc/loadavg: 2.07 2.46 2.59 3/90 25397
/proc/meminfo: memFree=1513672/2055920 swapFree=4192956/4192956
[pid=25329] ppid=25327 vsize=13724 CPUtime=0.04
/proc/25329/stat : 25329 (sugar) S 25327 25329 24900 0 -1 4194304 1188 0 0 0 3 1 0 0 16 0 1 0 29360628 14053376 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25329/statm: 3431 808 370 3 0 531 0
[pid=25331] ppid=25329 vsize=0 CPUtime=0.19
/proc/25331/stat : 25331 (java) Z 25329 25329 24900 0 -1 1036 3586 0 1 0 18 1 0 0 16 0 1 0 29360633 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25331/statm: 0 0 0 0 0 0 0
[pid=25339] ppid=25329 vsize=807064 CPUtime=2.63
/proc/25339/stat : 25339 (java) R 25329 25329 24900 0 -1 0 4224 0 1 0 247 16 0 0 25 0 8 0 29360658 826433536 3974 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073519390 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25339/statm: 201766 3974 1501 14 0 189044 0
[pid=25339/tid=25340] ppid=25329 vsize=807064 CPUtime=0
/proc/25339/task/25340/stat : 25340 (java) S 25329 25329 24900 0 -1 64 7 0 0 0 0 0 0 0 16 0 8 0 29360661 826433536 3974 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25339/tid=25341] ppid=25329 vsize=807064 CPUtime=0
/proc/25339/task/25341/stat : 25341 (java) S 25329 25329 24900 0 -1 64 10 0 0 0 0 0 0 0 20 0 8 0 29360662 826433536 3974 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25339/tid=25342] ppid=25329 vsize=807064 CPUtime=0
/proc/25339/task/25342/stat : 25342 (java) S 25329 25329 24900 0 -1 64 4 0 0 0 0 0 0 0 21 0 8 0 29360662 826433536 3974 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25339/tid=25343] ppid=25329 vsize=807064 CPUtime=0
/proc/25339/task/25343/stat : 25343 (java) S 25329 25329 24900 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 29360665 826433536 3974 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25339/tid=25344] ppid=25329 vsize=807064 CPUtime=0.03
/proc/25339/task/25344/stat : 25344 (java) S 25329 25329 24900 0 -1 64 282 0 0 0 3 0 0 0 16 0 8 0 29360665 826433536 3974 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25339/tid=25345] ppid=25329 vsize=807064 CPUtime=0
/proc/25339/task/25345/stat : 25345 (java) S 25329 25329 24900 0 -1 64 3 0 0 0 0 0 0 0 23 0 8 0 29360665 826433536 3974 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25339/tid=25346] ppid=25329 vsize=807064 CPUtime=0
/proc/25339/task/25346/stat : 25346 (java) S 25329 25329 24900 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29360665 826433536 3974 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.86
Current children cumulated vsize (KiB) 820788

[startup+6.27851 s]
/proc/loadavg: 2.14 2.47 2.60 3/83 25398
/proc/meminfo: memFree=1333888/2055920 swapFree=4192956/4192956
[pid=25329] ppid=25327 vsize=13724 CPUtime=0.04
/proc/25329/stat : 25329 (sugar) S 25327 25329 24900 0 -1 4194304 1188 0 0 0 3 1 0 0 16 0 1 0 29360628 14053376 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25329/statm: 3431 808 370 3 0 531 0
[pid=25331] ppid=25329 vsize=0 CPUtime=0.19
/proc/25331/stat : 25331 (java) Z 25329 25329 24900 0 -1 1036 3586 0 1 0 18 1 0 0 16 0 1 0 29360633 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25331/statm: 0 0 0 0 0 0 0
[pid=25339] ppid=25329 vsize=807064 CPUtime=5.91
/proc/25339/stat : 25339 (java) R 25329 25329 24900 0 -1 0 4226 0 1 0 552 39 0 0 25 0 8 0 29360658 826433536 3976 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073524008 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25339/statm: 201766 3976 1501 14 0 189044 0
[pid=25339/tid=25340] ppid=25329 vsize=807064 CPUtime=0
/proc/25339/task/25340/stat : 25340 (java) S 25329 25329 24900 0 -1 64 7 0 0 0 0 0 0 0 16 0 8 0 29360661 826433536 3976 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25339/tid=25341] ppid=25329 vsize=807064 CPUtime=0
/proc/25339/task/25341/stat : 25341 (java) S 25329 25329 24900 0 -1 64 10 0 0 0 0 0 0 0 20 0 8 0 29360662 826433536 3976 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25339/tid=25342] ppid=25329 vsize=807064 CPUtime=0
/proc/25339/task/25342/stat : 25342 (java) S 25329 25329 24900 0 -1 64 4 0 0 0 0 0 0 0 21 0 8 0 29360662 826433536 3976 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25339/tid=25343] ppid=25329 vsize=807064 CPUtime=0
/proc/25339/task/25343/stat : 25343 (java) S 25329 25329 24900 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 29360665 826433536 3976 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25339/tid=25344] ppid=25329 vsize=807064 CPUtime=0.03
/proc/25339/task/25344/stat : 25344 (java) S 25329 25329 24900 0 -1 64 282 0 0 0 3 0 0 0 17 0 8 0 29360665 826433536 3976 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25339/tid=25345] ppid=25329 vsize=807064 CPUtime=0
/proc/25339/task/25345/stat : 25345 (java) S 25329 25329 24900 0 -1 64 3 0 0 0 0 0 0 0 23 0 8 0 29360665 826433536 3976 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25339/tid=25346] ppid=25329 vsize=807064 CPUtime=0
/proc/25339/task/25346/stat : 25346 (java) S 25329 25329 24900 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29360665 826433536 3976 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 820788

[startup+12.7676 s]
/proc/loadavg: 2.21 2.48 2.60 3/76 25399
/proc/meminfo: memFree=1087864/2055920 swapFree=4192956/4192956
[pid=25329] ppid=25327 vsize=13724 CPUtime=9.59
/proc/25329/stat : 25329 (sugar) S 25327 25329 24900 0 -1 4194304 1277 4255 0 1 3 1 894 61 19 0 1 0 29360628 14053376 821 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25329/statm: 3431 821 373 3 0 531 0
[pid=25331] ppid=25329 vsize=0 CPUtime=0.19
/proc/25331/stat : 25331 (java) Z 25329 25329 24900 0 -1 1036 3586 0 1 0 18 1 0 0 16 0 1 0 29360633 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25331/statm: 0 0 0 0 0 0 0
[pid=25399] ppid=25329 vsize=203140 CPUtime=2.73
/proc/25399/stat : 25399 (minisat) R 25329 25329 24900 0 -1 0 49598 0 0 0 235 38 0 0 25 0 1 0 29361629 208015360 49570 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134523398 0 0 4096 0 0 0 0 17 1 0 0
/proc/25399/statm: 50785 49570 35 112 0 50669 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 216864

[startup+25.6007 s]
/proc/loadavg: 2.16 2.46 2.59 3/76 25399
/proc/meminfo: memFree=832120/2055920 swapFree=4192956/4192956
[pid=25329] ppid=25327 vsize=13724 CPUtime=9.59
/proc/25329/stat : 25329 (sugar) S 25327 25329 24900 0 -1 4194304 1285 4255 0 1 3 1 894 61 16 0 1 0 29360628 14053376 821 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25329/statm: 3431 821 373 3 0 531 0
[pid=25331] ppid=25329 vsize=0 CPUtime=0.19
/proc/25331/stat : 25331 (java) Z 25329 25329 24900 0 -1 1036 3586 0 1 0 18 1 0 0 16 0 1 0 29360633 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25331/statm: 0 0 0 0 0 0 0
[pid=25399] ppid=25329 vsize=445480 CPUtime=15.49
/proc/25399/stat : 25399 (minisat) R 25329 25329 24900 0 -1 0 109013 0 0 0 1467 82 0 0 25 0 1 0 29361629 456171520 107959 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528435 0 0 4096 3 0 0 0 17 1 0 0
/proc/25399/statm: 111370 107959 49 112 0 111254 0
Current children cumulated CPU time (s) 25.27
Current children cumulated vsize (KiB) 459204

[startup+51.29 s]
/proc/loadavg: 2.11 2.42 2.57 3/76 25399
/proc/meminfo: memFree=827512/2055920 swapFree=4192956/4192956
[pid=25329] ppid=25327 vsize=13724 CPUtime=9.59
/proc/25329/stat : 25329 (sugar) S 25327 25329 24900 0 -1 4194304 1285 4255 0 1 3 1 894 61 16 0 1 0 29360628 14053376 821 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25329/statm: 3431 821 373 3 0 531 0
[pid=25331] ppid=25329 vsize=0 CPUtime=0.19
/proc/25331/stat : 25331 (java) Z 25329 25329 24900 0 -1 1036 3586 0 1 0 18 1 0 0 16 0 1 0 29360633 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25331/statm: 0 0 0 0 0 0 0
[pid=25399] ppid=25329 vsize=449180 CPUtime=41.07
/proc/25399/stat : 25399 (minisat) R 25329 25329 24900 0 -1 0 109956 0 0 0 4023 84 0 0 25 0 1 0 29361629 459960320 108902 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/25399/statm: 112295 108902 51 112 0 112179 0
Current children cumulated CPU time (s) 50.85
Current children cumulated vsize (KiB) 462904

[startup+102.563 s]
/proc/loadavg: 2.04 2.35 2.54 3/76 25399
/proc/meminfo: memFree=828728/2055920 swapFree=4192956/4192956
[pid=25329] ppid=25327 vsize=13724 CPUtime=9.59
/proc/25329/stat : 25329 (sugar) S 25327 25329 24900 0 -1 4194304 1285 4255 0 1 3 1 894 61 16 0 1 0 29360628 14053376 821 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25329/statm: 3431 821 373 3 0 531 0
[pid=25331] ppid=25329 vsize=0 CPUtime=0.19
/proc/25331/stat : 25331 (java) Z 25329 25329 24900 0 -1 1036 3586 0 1 0 18 1 0 0 16 0 1 0 29360633 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25331/statm: 0 0 0 0 0 0 0
[pid=25399] ppid=25329 vsize=449180 CPUtime=92.09
/proc/25399/stat : 25399 (minisat) R 25329 25329 24900 0 -1 0 109967 0 0 0 9125 84 0 0 25 0 1 0 29361629 459960320 108913 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/25399/statm: 112295 108913 51 112 0 112179 0
Current children cumulated CPU time (s) 101.87
Current children cumulated vsize (KiB) 462904

[startup+162.572 s]
/proc/loadavg: 2.01 2.29 2.50 3/76 25399
/proc/meminfo: memFree=828600/2055920 swapFree=4192956/4192956
[pid=25329] ppid=25327 vsize=13724 CPUtime=9.59
/proc/25329/stat : 25329 (sugar) S 25327 25329 24900 0 -1 4194304 1285 4255 0 1 3 1 894 61 16 0 1 0 29360628 14053376 821 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25329/statm: 3431 821 373 3 0 531 0
[pid=25331] ppid=25329 vsize=0 CPUtime=0.19
/proc/25331/stat : 25331 (java) Z 25329 25329 24900 0 -1 1036 3586 0 1 0 18 1 0 0 16 0 1 0 29360633 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25331/statm: 0 0 0 0 0 0 0
[pid=25399] ppid=25329 vsize=449324 CPUtime=151.81
/proc/25399/stat : 25399 (minisat) R 25329 25329 24900 0 -1 0 109995 0 0 0 15097 84 0 0 25 0 1 0 29361629 460107776 108941 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/25399/statm: 112331 108941 51 112 0 112215 0
Current children cumulated CPU time (s) 161.59
Current children cumulated vsize (KiB) 463048

Child status: 0

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 25329 and gives childrusage.ru_utime.tv_sec=176 childrusage.ru_utime.tv_usec=527163 childrusage.ru_stime.tv_sec=1 childrusage.ru_stime.tv_usec=638750
CPU time returned by wait4() is 178.166
while last known CPU time is 178.28

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

Real time (s): 179.387
CPU time (s): 178.28
CPU user time (s): 176.7
CPU system time (s): 1.58
CPU usage (%): 99.3827
Max. virtual memory (cumulated for all children) (KiB): 820788

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 176.527
system time used= 1.63875
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 115631
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= 498
involuntary context switches= 2472

runsolver used 0.202969 s user time and 0.52092 s system time

The end

Launcher Data (download as text)

Begin job on node65 on Mon Jan 29 18:07:11 UTC 2007


IDJOB= 198999
IDBENCH= 3586
IDSOLVER= 86
FILE ID= node65/198999-1170094030

PBS_JOBID= 3689582

Free space on /tmp= 66564 MiB

SOLVER NAME= sugar 0.40
BENCH NAME= HOME/pub/bench/CPAI06/knights/knights-100-5.xml
COMMAND LINE= /tmp/evaluation/198999-1170094030/solver /tmp/evaluation/198999-1170094030 /tmp/evaluation/198999-1170094030/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node65/watcher-198999-1170094030 -o ROOT/results/node65/solver-198999-1170094030 -C 1800 -M 900  /tmp/evaluation/198999-1170094030/solver /tmp/evaluation/198999-1170094030 /tmp/evaluation/198999-1170094030/unknown.xml

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  923612855906d394aa13b8054c01df72

RANDOM SEED= 235953976

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.259
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.259
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:       1587352 kB
Buffers:         41796 kB
Cached:         333972 kB
SwapCached:          0 kB
Active:          63924 kB
Inactive:       333168 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1587352 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             760 kB
Writeback:           0 kB
Mapped:          31456 kB
Slab:            57196 kB
Committed_AS:    70096 kB
PageTables:       1668 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= 66524 MiB



End job on node65 on Mon Jan 29 18:10:10 UTC 2007