Trace number 252538

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.40? (TO) 1800.09 1809.54

General information on the benchmark

NamesocialGolfers/
socialGolfer-6-4-8.xml
MD5SUMaaf8b5330dc32e7696d08f880e11996b
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark239.695
SatisfiableYES
(Un)Satisfiability was proved
Number of variables4512
Number of constraints24544
Maximum constraint arity32
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension24544
Global constraints used (with number of constraints)

Solver Data (download as text)

0.05	c # Sugar v0-40 (/tmp/evaluation/252538-1170112256/sugar-v0-40.jar)
0.05	
0.05	c # MAIN  BEGIN : /tmp/evaluation/252538-1170112256/unknown.xml [Tue Jan 30 00:10:57 2007]
0.05	c # CONVERT_XML  BEGIN : /tmp/evaluation/252538-1170112256/unknown.xml /tmp/evaluation/252538-1170112256/sugar30858.csp [Tue Jan 30 00:10:57 2007]
0.05	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/252538-1170112256/sugar-v0-40.jar -convert /tmp/evaluation/252538-1170112256/unknown.xml /tmp/evaluation/252538-1170112256/sugar30858.csp
0.17	c BEGIN convert /tmp/evaluation/252538-1170112256/unknown.xml
2.12	c END convert (1.953708 seconds)
2.17	c # CONVERT_XML  END : /tmp/evaluation/252538-1170112256/sugar30858.csp 916372 bytes (3 seconds) [Tue Jan 30 00:11:00 2007]
2.17	c # CONVERT_XML  CPU : 2.06 = 0 + 0 + 1.96 + 0.1
2.17	
2.17	c # GENERATE_SAT  BEGIN : /tmp/evaluation/252538-1170112256/sugar30858.bcnf [Tue Jan 30 00:11:00 2007]
2.17	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/252538-1170112256/sugar-v0-40.jar -bcnf -map /tmp/evaluation/252538-1170112256/sugar30858.map /tmp/evaluation/252538-1170112256/sugar30858.csp /tmp/evaluation/252538-1170112256/sugar30858.bcnf
2.29	c BEGIN parse /tmp/evaluation/252538-1170112256/sugar30858.csp
5.75	c END parse (3.454802 seconds)
5.75	c BEGIN simplify
5.77	c END simplify (0.015 seconds)
5.77	c BEGIN encode /tmp/evaluation/252538-1170112256/sugar30858.bcnf
6.14	c END encode (0.372666 seconds)
6.30	c # GENERATE_SAT  END : 22848 variables 121344 clauses 1718040 bytes (4 seconds) [Tue Jan 30 00:11:04 2007]
6.30	c # GENERATE_SAT  CPU : 4.06 = 0.12 + 0.01 + 3.81 + 0.12
6.30	
6.30	c # SOLVE_SAT  BEGIN : /tmp/evaluation/252538-1170112256/sugar30858.bcnf [Tue Jan 30 00:11:04 2007]
6.30	c # CMD : /tmp/evaluation/252538-1170112256/minisat /tmp/evaluation/252538-1170112256/sugar30858.bcnf /tmp/evaluation/252538-1170112256/sugar30858.out
6.37	c ==================================[MINISAT]===================================
6.37	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
6.37	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
6.37	c ==============================================================================
6.37	c |         0 |  101520   272880 |   33840       0        0     nan |  0.000 % |
6.42	c |       100 |  101560   272880 |   37224      60     1225    20.4 | 18.277 % |
6.46	c |       251 |  101565   272880 |   40946     206     5345    25.9 | 18.277 % |
6.50	c |       476 |  101568   272880 |   45041     428    12888    30.1 | 18.277 % |
6.54	c |       813 |  101569   272880 |   49545     764    19926    26.1 | 18.277 % |
6.59	c |      1319 |  101571   272880 |   54499    1268    36320    28.6 | 18.277 % |
6.65	c |      2078 |  101573   272880 |   59949    2025    61345    30.3 | 18.277 % |
6.75	c |      3217 |  101578   272880 |   65944    3159    98028    31.0 | 18.277 % |
6.90	c |      4925 |  101580   272880 |   72539    4865   157188    32.3 | 18.277 % |
7.14	c |      7488 |  101586   272880 |   79792    7422   243968    32.9 | 18.277 % |
7.56	c |     11332 |  101611   272880 |   87772   11241   372201    33.1 | 18.277 % |
8.30	c |     17098 |  101644   272880 |   96549   16974   548188    32.3 | 18.277 % |
9.72	c |     25747 |  101722   272880 |  106204   25545   855698    33.5 | 18.277 % |
10.99	c |     38721 |  101760   272880 |  116824   38481  1210790    31.5 | 18.277 % |
13.32	c |     58182 |  101801   272880 |  128507   57901  2099372    36.3 | 18.277 % |
20.34	c |     87374 |  101816   272880 |  141358   87078  3943957    45.3 | 18.277 % |
57.86	c |    131163 |  101820   272880 |  155493  130863  7532138    57.6 | 18.277 % |
116.86	c |    196848 |  101853   272880 |  171043   55078  3996077    72.6 | 18.277 % |
298.77	c |    295374 |  101924   272880 |  188147  153533 11225373    73.1 | 18.277 % |
522.40	c |    443164 |  102074   272880 |  206962  125535  9180216    73.1 | 18.277 % |
686.68	c |    664848 |  102380   272880 |  227658  149452  9874602    66.1 | 18.277 % |
1044.19	c |    997373 |  102615   272880 |  250424   47901  3940755    82.3 | 18.277 % |
1808.53	
1808.53	s UNKNOWN
1808.53	c # INTERRUPTED
1808.53	c # MAIN  END :  (1809 seconds) [Tue Jan 30 00:41:06 2007]
1808.53	c # MAIN  CPU : 6.12 = 0.12 + 0.01 + 5.77 + 0.22
1808.53	

Verifier Data (download as text)

ERROR: Unexpected answer ! (SAT/UNSAT expected)
Got answer: UNKNOWN

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node17/watcher-252538-1170112256 -o ROOT/results/node17/solver-252538-1170112256 -C 1800 -M 900 /tmp/evaluation/252538-1170112256/solver /tmp/evaluation/252538-1170112256 /tmp/evaluation/252538-1170112256/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: 3.15 2.99 3.62 5/94 30859
/proc/meminfo: memFree=596368/2055920 swapFree=4192812/4192956
[pid=30858] ppid=30856 vsize=12404 CPUtime=0.01
/proc/30858/stat : 30858 (sugar) R 30856 30858 30729 0 -1 4194304 672 0 0 0 0 1 0 0 20 0 1 0 31179970 12701696 391 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 245491612670 0 0 4224 0 0 0 0 17 1 0 0
/proc/30858/statm: 3101 391 275 3 0 201 0

[startup+0.109305 s]
/proc/loadavg: 3.15 2.99 3.62 5/94 30859
/proc/meminfo: memFree=596368/2055920 swapFree=4192812/4192956
[pid=30858] ppid=30856 vsize=13724 CPUtime=0.04
/proc/30858/stat : 30858 (sugar) S 30856 30858 30729 0 -1 4194304 1112 0 0 0 3 1 0 0 20 0 1 0 31179970 14053376 805 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30858/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+0.521366 s]
/proc/loadavg: 3.15 2.99 3.62 5/94 30859
/proc/meminfo: memFree=596368/2055920 swapFree=4192812/4192956
[pid=30858] ppid=30856 vsize=13724 CPUtime=0.04
/proc/30858/stat : 30858 (sugar) S 30856 30858 30729 0 -1 4194304 1121 0 0 0 3 1 0 0 15 0 1 0 31179970 14053376 805 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30858/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+1.34244 s]
/proc/loadavg: 3.22 3.01 3.62 3/102 30867
/proc/meminfo: memFree=536528/2055920 swapFree=4192812/4192956
[pid=30858] ppid=30856 vsize=13724 CPUtime=0.04
/proc/30858/stat : 30858 (sugar) S 30856 30858 30729 0 -1 4194304 1121 0 0 0 3 1 0 0 15 0 1 0 31179970 14053376 805 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30858/statm: 3431 805 368 3 0 531 0
[pid=30860] ppid=30858 vsize=807412 CPUtime=1.27
/proc/30860/stat : 30860 (java) R 30858 30858 30729 0 -1 0 15093 0 1 0 120 7 0 0 25 0 8 0 31179976 826789888 14839 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4073791479 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30860/statm: 201853 14839 1690 14 0 189131 0
[pid=30860/tid=30861] ppid=30858 vsize=807412 CPUtime=0.19
/proc/30860/task/30861/stat : 30861 (java) S 30858 30858 30729 0 -1 64 8514 0 0 0 17 2 0 0 16 0 8 0 31179979 826789888 14839 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30860/tid=30862] ppid=30858 vsize=807412 CPUtime=0
/proc/30860/task/30862/stat : 30862 (java) S 30858 30858 30729 0 -1 64 10 0 0 0 0 0 0 0 19 0 8 0 31179979 826789888 14839 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30860/tid=30863] ppid=30858 vsize=807412 CPUtime=0
/proc/30860/task/30863/stat : 30863 (java) S 30858 30858 30729 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 31179979 826789888 14839 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30860/tid=30864] ppid=30858 vsize=807412 CPUtime=0
/proc/30860/task/30864/stat : 30864 (java) S 30858 30858 30729 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 31179983 826789888 14839 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30860/tid=30865] ppid=30858 vsize=807412 CPUtime=0.15
/proc/30860/task/30865/stat : 30865 (java) S 30858 30858 30729 0 -1 64 410 0 0 0 14 1 0 0 16 0 8 0 31179983 826789888 14839 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30860/tid=30866] ppid=30858 vsize=807412 CPUtime=0
/proc/30860/task/30866/stat : 30866 (java) S 30858 30858 30729 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 31179983 826789888 14839 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30860/tid=30867] ppid=30858 vsize=807412 CPUtime=0
/proc/30860/task/30867/stat : 30867 (java) S 30858 30858 30729 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 31179983 826789888 14839 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 821136

[startup+2.9796 s]
/proc/loadavg: 3.22 3.01 3.62 4/102 30875
/proc/meminfo: memFree=581200/2055920 swapFree=4192812/4192956
[pid=30858] ppid=30856 vsize=13724 CPUtime=2.1
/proc/30858/stat : 30858 (sugar) S 30856 30858 30729 0 -1 4194304 1190 18536 0 1 3 1 196 10 16 0 1 0 31179970 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30858/statm: 3431 809 371 3 0 531 0
[pid=30868] ppid=30858 vsize=807064 CPUtime=0.78
/proc/30868/stat : 30868 (java) R 30858 30858 30729 0 -1 0 8390 0 1 0 74 4 0 0 17 0 8 0 31180188 826433536 8137 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073491412 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30868/statm: 201766 8137 1494 14 0 189044 0
[pid=30868/tid=30869] ppid=30858 vsize=807064 CPUtime=0.13
/proc/30868/task/30869/stat : 30869 (java) S 30858 30858 30729 0 -1 64 2331 0 0 0 13 0 0 0 16 0 8 0 31180191 826433536 8137 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30868/tid=30870] ppid=30858 vsize=807064 CPUtime=0
/proc/30868/task/30870/stat : 30870 (java) S 30858 30858 30729 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 31180192 826433536 8137 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30868/tid=30871] ppid=30858 vsize=807064 CPUtime=0
/proc/30868/task/30871/stat : 30871 (java) S 30858 30858 30729 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 31180192 826433536 8137 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30868/tid=30872] ppid=30858 vsize=807064 CPUtime=0
/proc/30868/task/30872/stat : 30872 (java) S 30858 30858 30729 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 31180195 826433536 8137 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30868/tid=30873] ppid=30858 vsize=807064 CPUtime=0.05
/proc/30868/task/30873/stat : 30873 (java) R 30858 30858 30729 0 -1 64 293 0 0 0 5 0 0 0 19 0 8 0 31180195 826433536 8137 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30868/tid=30874] ppid=30858 vsize=807064 CPUtime=0
/proc/30868/task/30874/stat : 30874 (java) S 30858 30858 30729 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 31180195 826433536 8137 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30868/tid=30875] ppid=30858 vsize=807064 CPUtime=0
/proc/30868/task/30875/stat : 30875 (java) S 30858 30858 30729 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 31180195 826433536 8137 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.88
Current children cumulated vsize (KiB) 820788

[startup+6.27995 s]
/proc/loadavg: 3.22 3.01 3.62 4/102 30875
/proc/meminfo: memFree=512976/2055920 swapFree=4192812/4192956
[pid=30858] ppid=30856 vsize=21056 CPUtime=6.14
/proc/30858/stat : 30858 (sugar) R 30856 30858 30729 0 -1 4194304 3013 36297 0 2 13 2 577 22 19 0 1 0 31179970 21561344 2584 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 245500712277 0 0 4224 16386 0 0 0 17 1 0 0
/proc/30858/statm: 5264 2584 371 3 0 2364 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 21056

[startup+12.7566 s]
/proc/loadavg: 3.19 3.01 3.62 3/95 30876
/proc/meminfo: memFree=521224/2055920 swapFree=4192812/4192956
[pid=30858] ppid=30856 vsize=22376 CPUtime=6.16
/proc/30858/stat : 30858 (sugar) S 30856 30858 30729 0 -1 4194304 3398 36297 0 2 15 2 577 22 16 0 1 0 31179970 22913024 2912 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30858/statm: 5594 2912 373 3 0 2694 0
[pid=30876] ppid=30858 vsize=16280 CPUtime=6.38
/proc/30876/stat : 30876 (minisat) R 30858 30858 30729 0 -1 0 4055 0 0 0 635 3 0 0 25 0 1 0 31180601 16670720 3620 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134532808 0 0 4096 3 0 0 0 17 1 0 0
/proc/30876/statm: 4070 3620 52 112 0 3954 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 38656

[startup+25.5935 s]
/proc/loadavg: 3.16 3.00 3.61 4/95 30876
/proc/meminfo: memFree=458056/2055920 swapFree=4192812/4192956
[pid=30858] ppid=30856 vsize=22376 CPUtime=6.16
/proc/30858/stat : 30858 (sugar) S 30856 30858 30729 0 -1 4194304 3398 36297 0 2 15 2 577 22 16 0 1 0 31179970 22913024 2912 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30858/statm: 5594 2912 373 3 0 2694 0
[pid=30876] ppid=30858 vsize=30312 CPUtime=19.09
/proc/30876/stat : 30876 (minisat) R 30858 30858 30729 0 -1 0 7524 0 0 0 1903 6 0 0 25 0 1 0 31180601 31039488 7089 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528535 0 0 4096 3 0 0 0 17 1 0 0
/proc/30876/statm: 7578 7089 52 112 0 7462 0
Current children cumulated CPU time (s) 25.25
Current children cumulated vsize (KiB) 52688

[startup+51.2189 s]
/proc/loadavg: 3.10 3.00 3.59 3/95 30876
/proc/meminfo: memFree=347912/2055920 swapFree=4192812/4192956
[pid=30858] ppid=30856 vsize=22376 CPUtime=6.16
/proc/30858/stat : 30858 (sugar) S 30856 30858 30729 0 -1 4194304 3398 36297 0 2 15 2 577 22 16 0 1 0 31179970 22913024 2912 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30858/statm: 5594 2912 373 3 0 2694 0
[pid=30876] ppid=30858 vsize=41068 CPUtime=44.58
/proc/30876/stat : 30876 (minisat) R 30858 30858 30729 0 -1 0 10241 0 0 0 4446 12 0 0 25 0 1 0 31180601 42053632 9806 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/30876/statm: 10267 9806 52 112 0 10151 0
Current children cumulated CPU time (s) 50.74
Current children cumulated vsize (KiB) 63444

[startup+102.456 s]
/proc/loadavg: 2.59 2.89 3.52 3/95 30950
/proc/meminfo: memFree=1312776/2055920 swapFree=4192812/4192956
[pid=30858] ppid=30856 vsize=22376 CPUtime=6.16
/proc/30858/stat : 30858 (sugar) S 30856 30858 30729 0 -1 4194304 3398 36297 0 2 15 2 577 22 16 0 1 0 31179970 22913024 2912 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30858/statm: 5594 2912 373 3 0 2694 0
[pid=30876] ppid=30858 vsize=54448 CPUtime=95.31
/proc/30876/stat : 30876 (minisat) R 30858 30858 30729 0 -1 0 13475 0 0 0 9460 71 0 0 25 0 1 0 31180601 55754752 13040 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/30876/statm: 13612 13040 52 112 0 13496 0
Current children cumulated CPU time (s) 101.47
Current children cumulated vsize (KiB) 76824

[startup+162.546 s]
/proc/loadavg: 2.60 2.82 3.45 5/95 30950
/proc/meminfo: memFree=943176/2055920 swapFree=4192812/4192956
[pid=30858] ppid=30856 vsize=22376 CPUtime=6.16
/proc/30858/stat : 30858 (sugar) S 30856 30858 30729 0 -1 4194304 3398 36297 0 2 15 2 577 22 16 0 1 0 31179970 22913024 2912 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30858/statm: 5594 2912 373 3 0 2694 0
[pid=30876] ppid=30858 vsize=54600 CPUtime=155.07
/proc/30876/stat : 30876 (minisat) R 30858 30858 30729 0 -1 0 13508 0 0 0 15435 72 0 0 25 0 1 0 31180601 55910400 13073 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528467 0 0 4096 3 0 0 0 17 1 0 0
/proc/30876/statm: 13650 13073 52 112 0 13534 0
Current children cumulated CPU time (s) 161.23
Current children cumulated vsize (KiB) 76976

[startup+222.574 s]
/proc/loadavg: 2.89 2.86 3.43 4/95 30950
/proc/meminfo: memFree=916424/2055920 swapFree=4192812/4192956
[pid=30858] ppid=30856 vsize=22376 CPUtime=6.16
/proc/30858/stat : 30858 (sugar) S 30856 30858 30729 0 -1 4194304 3398 36297 0 2 15 2 577 22 16 0 1 0 31179970 22913024 2912 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30858/statm: 5594 2912 373 3 0 2694 0
[pid=30876] ppid=30858 vsize=55512 CPUtime=214.81
/proc/30876/stat : 30876 (minisat) R 30858 30858 30729 0 -1 0 13723 0 0 0 21409 72 0 0 25 0 1 0 31180601 56844288 13288 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528340 0 0 4096 3 0 0 0 17 1 0 0
/proc/30876/statm: 13878 13288 52 112 0 13762 0
Current children cumulated CPU time (s) 220.97
Current children cumulated vsize (KiB) 77888

[startup+282.598 s]
/proc/loadavg: 2.91 2.87 3.39 4/95 30950
/proc/meminfo: memFree=912008/2055920 swapFree=4192812/4192956
[pid=30858] ppid=30856 vsize=22376 CPUtime=6.16
/proc/30858/stat : 30858 (sugar) S 30856 30858 30729 0 -1 4194304 3398 36297 0 2 15 2 577 22 16 0 1 0 31179970 22913024 2912 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30858/statm: 5594 2912 373 3 0 2694 0
[pid=30876] ppid=30858 vsize=59916 CPUtime=274.53
/proc/30876/stat : 30876 (minisat) R 30858 30858 30729 0 -1 0 14829 0 0 0 27379 74 0 0 25 0 1 0 31180601 61353984 14394 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528559 0 0 4096 3 0 0 0 17 1 0 0
/proc/30876/statm: 14979 14394 52 112 0 14863 0
Current children cumulated CPU time (s) 280.69
Current children cumulated vsize (KiB) 82292

[startup+342.675 s]
/proc/loadavg: 2.49 2.75 3.32 3/95 30950
/proc/meminfo: memFree=904392/2055920 swapFree=4192812/4192956
[pid=30858] ppid=30856 vsize=22376 CPUtime=6.16
/proc/30858/stat : 30858 (sugar) S 30856 30858 30729 0 -1 4194304 3398 36297 0 2 15 2 577 22 16 0 1 0 31179970 22913024 2912 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30858/statm: 5594 2912 373 3 0 2694 0
[pid=30876] ppid=30858 vsize=67440 CPUtime=334.32
/proc/30876/stat : 30876 (minisat) R 30858 30858 30729 0 -1 0 16671 0 0 0 33356 76 0 0 25 0 1 0 31180601 69058560 16236 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/30876/statm: 16860 16236 52 112 0 16744 0
Current children cumulated CPU time (s) 340.48
Current children cumulated vsize (KiB) 89816

[startup+402.768 s]
/proc/loadavg: 2.18 2.61 3.23 3/95 30950
/proc/meminfo: memFree=897480/2055920 swapFree=4192812/4192956
[pid=30858] ppid=30856 vsize=22376 CPUtime=6.16
/proc/30858/stat : 30858 (sugar) S 30856 30858 30729 0 -1 4194304 3398 36297 0 2 15 2 577 22 16 0 1 0 31179970 22913024 2912 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30858/statm: 5594 2912 373 3 0 2694 0
[pid=30876] ppid=30858 vsize=74240 CPUtime=394.13
/proc/30876/stat : 30876 (minisat) R 30858 30858 30729 0 -1 0 18377 0 0 0 39334 79 0 0 25 0 1 0 31180601 76021760 17942 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/30876/statm: 18560 17942 52 112 0 18444 0

################
# More data... #
################

/proc/loadavg: 2.04 2.11 2.58 3/87 31122
/proc/meminfo: memFree=1219720/2055920 swapFree=4192812/4192956
[pid=30858] ppid=30856 vsize=22376 CPUtime=6.16
/proc/30858/stat : 30858 (sugar) S 30856 30858 30729 0 -1 4194304 3398 36297 0 2 15 2 577 22 16 0 1 0 31179970 22913024 2912 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30858/statm: 5594 2912 373 3 0 2694 0
[pid=30876] ppid=30858 vsize=101876 CPUtime=1111.24
/proc/30876/stat : 30876 (minisat) R 30858 30858 30729 0 -1 0 25064 0 0 0 111022 102 0 0 25 0 1 0 31180601 104321024 24629 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/30876/statm: 25469 24629 52 112 0 25353 0
Current children cumulated CPU time (s) 1117.4
Current children cumulated vsize (KiB) 124252

[startup+1183.43 s]
/proc/loadavg: 2.01 2.09 2.54 3/87 31122
/proc/meminfo: memFree=1144072/2055920 swapFree=4192812/4192956
[pid=30858] ppid=30856 vsize=22376 CPUtime=6.16
/proc/30858/stat : 30858 (sugar) S 30856 30858 30729 0 -1 4194304 3398 36297 0 2 15 2 577 22 16 0 1 0 31179970 22913024 2912 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30858/statm: 5594 2912 373 3 0 2694 0
[pid=30876] ppid=30858 vsize=101876 CPUtime=1171.02
/proc/30876/stat : 30876 (minisat) R 30858 30858 30729 0 -1 0 25070 0 0 0 116999 103 0 0 25 0 1 0 31180601 104321024 24635 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/30876/statm: 25469 24635 52 112 0 25353 0
Current children cumulated CPU time (s) 1177.18
Current children cumulated vsize (KiB) 124252

[startup+1243.48 s]
/proc/loadavg: 2.00 2.07 2.51 3/87 31122
/proc/meminfo: memFree=1180744/2055920 swapFree=4192812/4192956
[pid=30858] ppid=30856 vsize=22376 CPUtime=6.16
/proc/30858/stat : 30858 (sugar) S 30856 30858 30729 0 -1 4194304 3398 36297 0 2 15 2 577 22 16 0 1 0 31179970 22913024 2912 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30858/statm: 5594 2912 373 3 0 2694 0
[pid=30876] ppid=30858 vsize=101876 CPUtime=1230.77
/proc/30876/stat : 30876 (minisat) R 30858 30858 30729 0 -1 0 25072 0 0 0 122974 103 0 0 25 0 1 0 31180601 104321024 24637 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/30876/statm: 25469 24637 52 112 0 25353 0
Current children cumulated CPU time (s) 1236.93
Current children cumulated vsize (KiB) 124252

[startup+1303.52 s]
/proc/loadavg: 2.06 2.07 2.48 3/87 31122
/proc/meminfo: memFree=1223368/2055920 swapFree=4192812/4192956
[pid=30858] ppid=30856 vsize=22376 CPUtime=6.16
/proc/30858/stat : 30858 (sugar) S 30856 30858 30729 0 -1 4194304 3398 36297 0 2 15 2 577 22 16 0 1 0 31179970 22913024 2912 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30858/statm: 5594 2912 373 3 0 2694 0
[pid=30876] ppid=30858 vsize=101876 CPUtime=1290.55
/proc/30876/stat : 30876 (minisat) R 30858 30858 30729 0 -1 0 25072 0 0 0 128952 103 0 0 25 0 1 0 31180601 104321024 24637 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/30876/statm: 25469 24637 52 112 0 25353 0
Current children cumulated CPU time (s) 1296.71
Current children cumulated vsize (KiB) 124252

[startup+1363.58 s]
/proc/loadavg: 2.02 2.05 2.44 3/87 31122
/proc/meminfo: memFree=1135752/2055920 swapFree=4192812/4192956
[pid=30858] ppid=30856 vsize=22376 CPUtime=6.16
/proc/30858/stat : 30858 (sugar) S 30856 30858 30729 0 -1 4194304 3398 36297 0 2 15 2 577 22 16 0 1 0 31179970 22913024 2912 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30858/statm: 5594 2912 373 3 0 2694 0
[pid=30876] ppid=30858 vsize=107992 CPUtime=1350.34
/proc/30876/stat : 30876 (minisat) R 30858 30858 30729 0 -1 0 26538 0 0 0 134930 104 0 0 25 0 1 0 31180601 110583808 26103 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/30876/statm: 26998 26103 52 112 0 26882 0
Current children cumulated CPU time (s) 1356.5
Current children cumulated vsize (KiB) 130368

[startup+1423.63 s]
/proc/loadavg: 2.00 2.04 2.41 3/87 31122
/proc/meminfo: memFree=1166088/2055920 swapFree=4192812/4192956
[pid=30858] ppid=30856 vsize=22376 CPUtime=6.16
/proc/30858/stat : 30858 (sugar) S 30856 30858 30729 0 -1 4194304 3398 36297 0 2 15 2 577 22 16 0 1 0 31179970 22913024 2912 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30858/statm: 5594 2912 373 3 0 2694 0
[pid=30876] ppid=30858 vsize=114356 CPUtime=1410.09
/proc/30876/stat : 30876 (minisat) R 30858 30858 30729 0 -1 0 28028 0 0 0 140904 105 0 0 25 0 1 0 31180601 117100544 27593 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/30876/statm: 28589 27593 52 112 0 28473 0
Current children cumulated CPU time (s) 1416.25
Current children cumulated vsize (KiB) 136732

[startup+1483.67 s]
/proc/loadavg: 2.00 2.03 2.39 4/87 31122
/proc/meminfo: memFree=1201992/2055920 swapFree=4192812/4192956
[pid=30858] ppid=30856 vsize=22376 CPUtime=6.16
/proc/30858/stat : 30858 (sugar) S 30856 30858 30729 0 -1 4194304 3398 36297 0 2 15 2 577 22 16 0 1 0 31179970 22913024 2912 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30858/statm: 5594 2912 373 3 0 2694 0
[pid=30876] ppid=30858 vsize=120748 CPUtime=1469.88
/proc/30876/stat : 30876 (minisat) R 30858 30858 30729 0 -1 0 29632 0 0 0 146881 107 0 0 25 0 1 0 31180601 123645952 29197 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/30876/statm: 30187 29197 52 112 0 30071 0
Current children cumulated CPU time (s) 1476.04
Current children cumulated vsize (KiB) 143124

[startup+1543.72 s]
/proc/loadavg: 2.00 2.02 2.36 3/87 31124
/proc/meminfo: memFree=1118600/2055920 swapFree=4192812/4192956
[pid=30858] ppid=30856 vsize=22376 CPUtime=6.16
/proc/30858/stat : 30858 (sugar) S 30856 30858 30729 0 -1 4194304 3398 36297 0 2 15 2 577 22 16 0 1 0 31179970 22913024 2912 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30858/statm: 5594 2912 373 3 0 2694 0
[pid=30876] ppid=30858 vsize=127856 CPUtime=1529.65
/proc/30876/stat : 30876 (minisat) R 30858 30858 30729 0 -1 0 31339 0 0 0 152856 109 0 0 25 0 1 0 31180601 130924544 30904 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/30876/statm: 31964 30904 52 112 0 31848 0
Current children cumulated CPU time (s) 1535.81
Current children cumulated vsize (KiB) 150232

[startup+1603.76 s]
/proc/loadavg: 2.00 2.02 2.33 3/87 31124
/proc/meminfo: memFree=1153864/2055920 swapFree=4192812/4192956
[pid=30858] ppid=30856 vsize=22376 CPUtime=6.16
/proc/30858/stat : 30858 (sugar) S 30856 30858 30729 0 -1 4194304 3398 36297 0 2 15 2 577 22 16 0 1 0 31179970 22913024 2912 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30858/statm: 5594 2912 373 3 0 2694 0
[pid=30876] ppid=30858 vsize=129224 CPUtime=1589.39
/proc/30876/stat : 30876 (minisat) R 30858 30858 30729 0 -1 0 31670 0 0 0 158830 109 0 0 25 0 1 0 31180601 132325376 31235 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528316 0 0 4096 3 0 0 0 17 0 0 0
/proc/30876/statm: 32306 31235 52 112 0 32190 0
Current children cumulated CPU time (s) 1595.55
Current children cumulated vsize (KiB) 151600

[startup+1663.79 s]
/proc/loadavg: 1.89 1.99 2.31 2/79 31152
/proc/meminfo: memFree=1447632/2055920 swapFree=4192812/4192956
[pid=30858] ppid=30856 vsize=22376 CPUtime=6.16
/proc/30858/stat : 30858 (sugar) S 30856 30858 30729 0 -1 4194304 3398 36297 0 2 15 2 577 22 16 0 1 0 31179970 22913024 2912 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30858/statm: 5594 2912 373 3 0 2694 0
[pid=30876] ppid=30858 vsize=129224 CPUtime=1649.2
/proc/30876/stat : 30876 (minisat) R 30858 30858 30729 0 -1 0 31670 0 0 0 164811 109 0 0 25 0 1 0 31180601 132325376 31235 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/30876/statm: 32306 31235 52 112 0 32190 0
Current children cumulated CPU time (s) 1655.36
Current children cumulated vsize (KiB) 151600

[startup+1723.86 s]
/proc/loadavg: 1.38 1.83 2.23 2/79 31152
/proc/meminfo: memFree=1447760/2055920 swapFree=4192812/4192956
[pid=30858] ppid=30856 vsize=22376 CPUtime=6.16
/proc/30858/stat : 30858 (sugar) S 30856 30858 30729 0 -1 4194304 3398 36297 0 2 15 2 577 22 16 0 1 0 31179970 22913024 2912 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30858/statm: 5594 2912 373 3 0 2694 0
[pid=30876] ppid=30858 vsize=129224 CPUtime=1709.26
/proc/30876/stat : 30876 (minisat) R 30858 30858 30729 0 -1 0 31670 0 0 0 170816 110 0 0 25 0 1 0 31180601 132325376 31235 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528506 0 0 4096 3 0 0 0 17 1 0 0
/proc/30876/statm: 32306 31235 52 112 0 32190 0
Current children cumulated CPU time (s) 1715.42
Current children cumulated vsize (KiB) 151600

[startup+1783.92 s]
/proc/loadavg: 1.14 1.67 2.15 2/79 31152
/proc/meminfo: memFree=1447696/2055920 swapFree=4192812/4192956
[pid=30858] ppid=30856 vsize=22376 CPUtime=6.16
/proc/30858/stat : 30858 (sugar) S 30856 30858 30729 0 -1 4194304 3398 36297 0 2 15 2 577 22 16 0 1 0 31179970 22913024 2912 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30858/statm: 5594 2912 373 3 0 2694 0
[pid=30876] ppid=30858 vsize=129224 CPUtime=1769.31
/proc/30876/stat : 30876 (minisat) R 30858 30858 30729 0 -1 0 31679 0 0 0 176820 111 0 0 25 0 1 0 31180601 132325376 31244 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528014 0 0 4096 3 0 0 0 17 1 0 0
/proc/30876/statm: 32306 31244 52 112 0 32190 0
Current children cumulated CPU time (s) 1775.47
Current children cumulated vsize (KiB) 151600



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.52 s]
/proc/loadavg: 1.09 1.62 2.11 2/79 31152
/proc/meminfo: memFree=1447632/2055920 swapFree=4192812/4192956
[pid=30858] ppid=30856 vsize=22376 CPUtime=6.16
/proc/30858/stat : 30858 (sugar) S 30856 30858 30729 0 -1 4194304 3398 36297 0 2 15 2 577 22 16 0 1 0 31179970 22913024 2912 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30858/statm: 5594 2912 373 3 0 2694 0
[pid=30876] ppid=30858 vsize=129224 CPUtime=1793.91
/proc/30876/stat : 30876 (minisat) R 30858 30858 30729 0 -1 0 31686 0 0 0 179280 111 0 0 25 0 1 0 31180601 132325376 31251 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/30876/statm: 32306 31251 52 112 0 32190 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 151600

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Child status: 1

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 30858 and gives childrusage.ru_utime.tv_sec=5 childrusage.ru_utime.tv_usec=935097 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=258960
CPU time returned by wait4() is 6.19406
while last known CPU time is 1800.09

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

Real time (s): 1809.54
CPU time (s): 1800.09
CPU user time (s): 1798.72
CPU system time (s): 1.37
CPU usage (%): 99.4777
Max. virtual memory (cumulated for all children) (KiB): 821136

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.9351
system time used= 0.25896
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39781
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1627
involuntary context switches= 1855

runsolver used 1.86972 s user time and 4.91125 s system time

The end

Launcher Data (download as text)

Begin job on node17 on Mon Jan 29 23:10:57 UTC 2007


IDJOB= 252538
IDBENCH= 12951
IDSOLVER= 86
FILE ID= node17/252538-1170112256

PBS_JOBID= 3690040

Free space on /tmp= 44715 MiB

SOLVER NAME= sugar 0.40
BENCH NAME= HOME/pub/bench/CPAI06/socialGolfers/socialGolfer-6-4-8.xml
COMMAND LINE= /tmp/evaluation/252538-1170112256/solver /tmp/evaluation/252538-1170112256 /tmp/evaluation/252538-1170112256/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node17/watcher-252538-1170112256 -o ROOT/results/node17/solver-252538-1170112256 -C 1800 -M 900  /tmp/evaluation/252538-1170112256/solver /tmp/evaluation/252538-1170112256 /tmp/evaluation/252538-1170112256/unknown.xml

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  aaf8b5330dc32e7696d08f880e11996b

RANDOM SEED= 209673347

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.229
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.229
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:        597232 kB
Buffers:         29196 kB
Cached:        1273684 kB
SwapCached:          0 kB
Active:         107348 kB
Inactive:      1260484 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        597232 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:          162240 kB
Writeback:           0 kB
Mapped:          90448 kB
Slab:            75580 kB
Committed_AS:   759240 kB
PageTables:       2240 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= 66558 MiB



End job on node17 on Mon Jan 29 23:41:07 UTC 2007