Trace number 205207

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.40SAT 18.38 18.7953

General information on the benchmark

Namerandom/rand-2-30-15/
rand-2-30-15-306-230-9_ext.xml
MD5SUM16c7582879427ca51d1074f4966be2cb
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.361944
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables30
Number of constraints227
Maximum constraint arity2
Maximum domain size15
Number of constraints which are defined in extension227
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.04	c # Sugar v0-40 (/tmp/evaluation/205207-1170096177/sugar-v0-40.jar)
0.04	
0.04	c # MAIN  BEGIN : /tmp/evaluation/205207-1170096177/unknown.xml [Mon Jan 29 19:42:59 2007]
0.04	c # CONVERT_XML  BEGIN : /tmp/evaluation/205207-1170096177/unknown.xml /tmp/evaluation/205207-1170096177/sugar20997.csp [Mon Jan 29 19:42:59 2007]
0.04	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/205207-1170096177/sugar-v0-40.jar -convert /tmp/evaluation/205207-1170096177/unknown.xml /tmp/evaluation/205207-1170096177/sugar20997.csp
0.16	c BEGIN convert /tmp/evaluation/205207-1170096177/unknown.xml
0.54	c END convert (0.377158 seconds)
0.59	c # CONVERT_XML  END : /tmp/evaluation/205207-1170096177/sugar20997.csp 458641 bytes (0 seconds) [Mon Jan 29 19:42:59 2007]
0.59	c # CONVERT_XML  CPU : 0 = 0 + 0 + 0 + 0
0.59	
0.59	c # GENERATE_SAT  BEGIN : /tmp/evaluation/205207-1170096177/sugar20997.bcnf [Mon Jan 29 19:42:59 2007]
0.59	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/205207-1170096177/sugar-v0-40.jar -bcnf -map /tmp/evaluation/205207-1170096177/sugar20997.map /tmp/evaluation/205207-1170096177/sugar20997.csp /tmp/evaluation/205207-1170096177/sugar20997.bcnf
0.73	c BEGIN parse /tmp/evaluation/205207-1170096177/sugar20997.csp
3.96	c END parse (3.232014 seconds)
3.96	c BEGIN simplify
3.99	c END simplify (0.026643 seconds)
3.99	c BEGIN encode /tmp/evaluation/205207-1170096177/sugar20997.bcnf
4.20	c END encode (0.214187 seconds)
4.25	c # GENERATE_SAT  END : 2450 variables 18595 clauses 1301804 bytes (4 seconds) [Mon Jan 29 19:43:03 2007]
4.25	c # GENERATE_SAT  CPU : 3.62 = 0.02 + 0.01 + 3.47 + 0.12
4.25	
4.25	c # SOLVE_SAT  BEGIN : /tmp/evaluation/205207-1170096177/sugar20997.bcnf [Mon Jan 29 19:43:03 2007]
4.25	c # CMD : /tmp/evaluation/205207-1170096177/minisat /tmp/evaluation/205207-1170096177/sugar20997.bcnf /tmp/evaluation/205207-1170096177/sugar20997.out
4.28	c ==================================[MINISAT]===================================
4.28	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
4.28	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
4.28	c ==============================================================================
4.28	c |         0 |   18595   306850 |    6198       0        0     nan |  0.000 % |
4.29	c |       100 |   18596   306850 |    6817      99     2906    29.4 |  0.000 % |
4.30	c |       250 |   18596   306850 |    7499     249     4420    17.8 |  0.000 % |
4.33	c |       475 |   18597   306850 |    8249     473     6339    13.4 |  0.002 % |
4.36	c |       812 |   18597   306850 |    9074     810     9426    11.6 |  0.001 % |
4.42	c |      1319 |   18597   306850 |    9981    1317    13994    10.6 |  0.001 % |
4.52	c |      2078 |   18598   306850 |   10980    2075    20368     9.8 |  0.001 % |
4.66	c |      3219 |   18600   306850 |   12078    3214    35303    11.0 |  0.000 % |
4.90	c |      4927 |   18603   306850 |   13285    4919    69522    14.1 |  0.000 % |
5.22	c |      7490 |   18604   306850 |   14614    7481   105103    14.0 |  0.000 % |
5.79	c |     11334 |   18608   306850 |   16076   11321   159815    14.1 |  0.001 % |
6.71	c |     17101 |   18617   306850 |   17683    8957   133450    14.9 |  0.000 % |
8.14	c |     25750 |   18629   306850 |   19451   17594   252174    14.3 |  0.002 % |
10.84	c |     38725 |   18560   306278 |   21397    3428    36968    10.8 |  0.041 % |
14.16	c |     58187 |   18576   306278 |   23536   12076   157675    13.1 |  0.041 % |
18.50	c ==============================================================================
18.50	c restarts              : 15
18.50	c conflicts             : 79771          (5605 /sec)
18.50	c decisions             : 108740         (7641 /sec)
18.50	c propagations          : 11306274       (794435 /sec)
18.50	c conflict literals     : 1178017        (42.56 % deleted)
18.50	c Memory used           : 6.08 MB
18.50	c CPU time              : 14.2318 s
18.50	c 
18.50	c SATISFIABLE
18.50	c # SOLVE_SAT  END : SATISFIABLE (14 seconds) [Mon Jan 29 19:43:17 2007]
18.50	c # SOLVE_SAT  CPU : 14.24 = 0 + 0 + 14.23 + 0.01
18.50	
18.50	c # RESULT : SATISFIABLE
18.50	
18.50	c # OUTPUT_SOL  BEGIN : SAT  [Mon Jan 29 19:43:17 2007]
18.62	c BEGIN read SAT output /tmp/evaluation/205207-1170096177/sugar20997.out
18.65	c END read SAT output (0.027645 seconds)
18.65	c BEGIN write solution /tmp/evaluation/205207-1170096177/sugar20997.sol
18.77	c END write solution (0.118367 seconds)
18.79	s SATISFIABLE
18.79	v 11 0 9 7 2 2 12 2 13 14 10 2 8 13 12 8 6 11 13 4 14 0 7 1 10 1 10 2 13 5
18.79	c # OUTPUT_SOL  END :  (0 seconds) [Mon Jan 29 19:43:17 2007]
18.79	c # OUTPUT_SOL  CPU : 0 = 0 + 0 + 0 + 0
18.79	
18.79	c # MAIN  END :  (18 seconds) [Mon Jan 29 19:43:17 2007]
18.79	c # MAIN  CPU : 17.86 = 0.02 + 0.01 + 17.7 + 0.13
18.79	

Verifier Data (download as text)

OK

Watcher Data (download as text)

runsolver version 3.1.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node42/watcher-205207-1170096177 -o ROOT/results/node42/solver-205207-1170096177 -C 1800 -M 900 /tmp/evaluation/205207-1170096177/solver /tmp/evaluation/205207-1170096177 /tmp/evaluation/205207-1170096177/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.01 2.81 2.90 3/75 20998
/proc/meminfo: memFree=1577512/2055920 swapFree=4192956/4192956
[pid=20997] ppid=20995 vsize=12268 CPUtime=0
/proc/20997/stat : 20997 (sugar) R 20995 20997 20321 0 -1 4194304 569 0 0 0 0 0 0 0 18 0 1 0 29573899 12562432 288 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 259434844646 0 0 4224 0 0 0 0 17 1 0 0
/proc/20997/statm: 3067 301 227 3 0 167 0

[startup+0.102992 s]
/proc/loadavg: 2.01 2.81 2.90 3/75 20998
/proc/meminfo: memFree=1577512/2055920 swapFree=4192956/4192956
[pid=20997] ppid=20995 vsize=13724 CPUtime=0.03
/proc/20997/stat : 20997 (sugar) S 20995 20997 20321 0 -1 4194304 1112 0 0 0 3 0 0 0 18 0 1 0 29573899 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20997/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+0.514073 s]
/proc/loadavg: 2.01 2.81 2.90 3/75 20998
/proc/meminfo: memFree=1577512/2055920 swapFree=4192956/4192956
[pid=20997] ppid=20995 vsize=13724 CPUtime=0.03
/proc/20997/stat : 20997 (sugar) S 20995 20997 20321 0 -1 4194304 1121 0 0 0 3 0 0 0 15 0 1 0 29573899 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20997/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+1.33522 s]
/proc/loadavg: 2.01 2.81 2.90 3/84 21014
/proc/meminfo: memFree=1552288/2055920 swapFree=4192956/4192956
[pid=20997] ppid=20995 vsize=13724 CPUtime=0.03
/proc/20997/stat : 20997 (sugar) S 20995 20997 20321 0 -1 4194304 1188 0 0 0 3 0 0 0 15 0 1 0 29573899 14053376 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20997/statm: 3431 808 370 3 0 531 0
[pid=20999] ppid=20997 vsize=0 CPUtime=0.49
/proc/20999/stat : 20999 (java) Z 20997 20997 20321 0 -1 1036 6865 0 1 0 44 5 0 0 16 0 1 0 29573904 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/20999/statm: 0 0 0 0 0 0 0
[pid=21007] ppid=20997 vsize=807064 CPUtime=0.7
/proc/21007/stat : 21007 (java) R 20997 20997 20321 0 -1 0 8174 0 1 0 66 4 0 0 21 0 8 0 29573959 826433536 7921 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073479595 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21007/statm: 201766 7921 1494 14 0 189044 0
[pid=21007/tid=21008] ppid=20997 vsize=807064 CPUtime=0.11
/proc/21007/task/21008/stat : 21008 (java) S 20997 20997 20321 0 -1 64 2119 0 0 0 11 0 0 0 16 0 8 0 29573962 826433536 7921 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21007/tid=21009] ppid=20997 vsize=807064 CPUtime=0
/proc/21007/task/21009/stat : 21009 (java) S 20997 20997 20321 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29573962 826433536 7921 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21007/tid=21010] ppid=20997 vsize=807064 CPUtime=0
/proc/21007/task/21010/stat : 21010 (java) S 20997 20997 20321 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29573962 826433536 7921 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21007/tid=21011] ppid=20997 vsize=807064 CPUtime=0
/proc/21007/task/21011/stat : 21011 (java) S 20997 20997 20321 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 29573966 826433536 7921 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21007/tid=21012] ppid=20997 vsize=807064 CPUtime=0.05
/proc/21007/task/21012/stat : 21012 (java) S 20997 20997 20321 0 -1 64 292 0 0 0 5 0 0 0 17 0 8 0 29573966 826433536 7921 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21007/tid=21013] ppid=20997 vsize=807064 CPUtime=0
/proc/21007/task/21013/stat : 21013 (java) S 20997 20997 20321 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 29573966 826433536 7921 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21007/tid=21014] ppid=20997 vsize=807064 CPUtime=0
/proc/21007/task/21014/stat : 21014 (java) S 20997 20997 20321 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 29573966 826433536 7921 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.22
Current children cumulated vsize (KiB) 820788

[startup+2.97655 s]
/proc/loadavg: 2.01 2.81 2.90 3/84 21014
/proc/meminfo: memFree=1531744/2055920 swapFree=4192956/4192956
[pid=20997] ppid=20995 vsize=13724 CPUtime=0.03
/proc/20997/stat : 20997 (sugar) S 20995 20997 20321 0 -1 4194304 1188 0 0 0 3 0 0 0 15 0 1 0 29573899 14053376 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20997/statm: 3431 808 370 3 0 531 0
[pid=20999] ppid=20997 vsize=0 CPUtime=0.49
/proc/20999/stat : 20999 (java) Z 20997 20997 20321 0 -1 1036 6865 0 1 0 44 5 0 0 16 0 1 0 29573904 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/20999/statm: 0 0 0 0 0 0 0
[pid=21007] ppid=20997 vsize=807328 CPUtime=2.35
/proc/21007/stat : 21007 (java) R 20997 20997 20321 0 -1 0 14970 0 1 0 227 8 0 0 25 0 8 0 29573959 826703872 14682 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073576088 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21007/statm: 201832 14682 1506 14 0 189110 0
[pid=21007/tid=21008] ppid=20997 vsize=807328 CPUtime=0.45
/proc/21007/task/21008/stat : 21008 (java) S 20997 20997 20321 0 -1 64 8738 0 0 0 42 3 0 0 16 0 8 0 29573962 826703872 14682 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21007/tid=21009] ppid=20997 vsize=807328 CPUtime=0
/proc/21007/task/21009/stat : 21009 (java) S 20997 20997 20321 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29573962 826703872 14682 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21007/tid=21010] ppid=20997 vsize=807328 CPUtime=0
/proc/21007/task/21010/stat : 21010 (java) S 20997 20997 20321 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29573962 826703872 14682 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21007/tid=21011] ppid=20997 vsize=807328 CPUtime=0
/proc/21007/task/21011/stat : 21011 (java) S 20997 20997 20321 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 29573966 826703872 14682 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21007/tid=21012] ppid=20997 vsize=807328 CPUtime=0.13
/proc/21007/task/21012/stat : 21012 (java) S 20997 20997 20321 0 -1 64 400 0 0 0 13 0 0 0 16 0 8 0 29573966 826703872 14682 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21007/tid=21013] ppid=20997 vsize=807328 CPUtime=0
/proc/21007/task/21013/stat : 21013 (java) S 20997 20997 20321 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 29573966 826703872 14682 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21007/tid=21014] ppid=20997 vsize=807328 CPUtime=0
/proc/21007/task/21014/stat : 21014 (java) S 20997 20997 20321 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 29573966 826703872 14682 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.87
Current children cumulated vsize (KiB) 821052

[startup+6.27617 s]
/proc/loadavg: 2.09 2.82 2.90 3/77 21015
/proc/meminfo: memFree=1569112/2055920 swapFree=4192956/4192956
[pid=20997] ppid=20995 vsize=14832 CPUtime=3.65
/proc/20997/stat : 20997 (sugar) S 20995 20997 20321 0 -1 4194304 1577 20152 0 1 5 1 347 12 15 0 1 0 29573899 15187968 1088 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20997/statm: 3708 1088 373 3 0 808 0
[pid=20999] ppid=20997 vsize=0 CPUtime=0.49
/proc/20999/stat : 20999 (java) Z 20997 20997 20321 0 -1 1036 6865 0 1 0 44 5 0 0 16 0 1 0 29573904 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/20999/statm: 0 0 0 0 0 0 0
[pid=21015] ppid=20997 vsize=4860 CPUtime=2.01
/proc/21015/stat : 21015 (minisat) R 20997 20997 20321 0 -1 0 1203 0 0 0 201 0 0 0 25 0 1 0 29574324 4976640 870 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/21015/statm: 1215 870 52 112 0 1099 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 19692

[startup+12.7444 s]
/proc/loadavg: 2.08 2.80 2.90 3/77 21015
/proc/meminfo: memFree=1567192/2055920 swapFree=4192956/4192956
[pid=20997] ppid=20995 vsize=14832 CPUtime=3.65
/proc/20997/stat : 20997 (sugar) S 20995 20997 20321 0 -1 4194304 1577 20152 0 1 5 1 347 12 16 0 1 0 29573899 15187968 1088 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20997/statm: 3708 1088 373 3 0 808 0
[pid=20999] ppid=20997 vsize=0 CPUtime=0.49
/proc/20999/stat : 20999 (java) Z 20997 20997 20321 0 -1 1036 6865 0 1 0 44 5 0 0 16 0 1 0 29573904 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/20999/statm: 0 0 0 0 0 0 0
[pid=21015] ppid=20997 vsize=5560 CPUtime=8.47
/proc/21015/stat : 21015 (minisat) R 20997 20997 20321 0 -1 0 1362 0 0 0 847 0 0 0 25 0 1 0 29574324 5693440 1029 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528435 0 0 4096 3 0 0 0 17 1 0 0
/proc/21015/statm: 1390 1029 52 112 0 1274 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 20392

Child status: 0

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 20997 and gives childrusage.ru_utime.tv_sec=17 childrusage.ru_utime.tv_usec=767298 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=148977
CPU time returned by wait4() is 17.9163
while last known CPU time is 18.38

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

Real time (s): 18.7953
CPU time (s): 18.38
CPU user time (s): 18.19
CPU system time (s): 0.19
CPU usage (%): 97.7904
Max. virtual memory (cumulated for all children) (KiB): 821052

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 17.7673
system time used= 0.148977
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23424
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= 1198
involuntary context switches= 1166

runsolver used 0.024996 s user time and 0.051992 s system time

The end

Launcher Data (download as text)

Begin job on node42 on Mon Jan 29 18:42:57 UTC 2007


IDJOB= 205207
IDBENCH= 4107
IDSOLVER= 86
FILE ID= node42/205207-1170096177

PBS_JOBID= 3689618

Free space on /tmp= 66561 MiB

SOLVER NAME= sugar 0.40
BENCH NAME= HOME/pub/bench/CPAI06/random/rand-2-30-15/rand-2-30-15-306-230-9_ext.xml
COMMAND LINE= /tmp/evaluation/205207-1170096177/solver /tmp/evaluation/205207-1170096177 /tmp/evaluation/205207-1170096177/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node42/watcher-205207-1170096177 -o ROOT/results/node42/solver-205207-1170096177 -C 1800 -M 900  /tmp/evaluation/205207-1170096177/solver /tmp/evaluation/205207-1170096177 /tmp/evaluation/205207-1170096177/unknown.xml

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  16c7582879427ca51d1074f4966be2cb

RANDOM SEED= 778755615

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:       1578056 kB
Buffers:         49440 kB
Cached:         329252 kB
SwapCached:          0 kB
Active:         172276 kB
Inactive:       234556 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1578056 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            3836 kB
Writeback:           0 kB
Mapped:          39140 kB
Slab:            56312 kB
Committed_AS:   117372 kB
PageTables:       1804 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= 66561 MiB



End job on node42 on Mon Jan 29 18:43:19 UTC 2007