Trace number 216353

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.1 1802.51

General information on the benchmark

NamepseudoSeries/chnl/
chnl-30-40.xml
MD5SUMc4b2bf3bf990267e8f6da27d25025884
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2400
Number of constraints140
Maximum constraint arity40
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension140
Global constraints used (with number of constraints)

Solver Data (download as text)

0.11	c # Sugar v0-40 (/tmp/evaluation/216353-1170100560/sugar-v0-40.jar)
0.11	
0.12	c # MAIN  BEGIN : /tmp/evaluation/216353-1170100560/unknown.xml [Mon Jan 29 20:56:00 2007]
0.12	c # CONVERT_XML  BEGIN : /tmp/evaluation/216353-1170100560/unknown.xml /tmp/evaluation/216353-1170100560/sugar21583.csp [Mon Jan 29 20:56:00 2007]
0.12	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/216353-1170100560/sugar-v0-40.jar -convert /tmp/evaluation/216353-1170100560/unknown.xml /tmp/evaluation/216353-1170100560/sugar21583.csp
0.33	c BEGIN convert /tmp/evaluation/216353-1170100560/unknown.xml
0.80	c END convert (0.469354 seconds)
0.81	c # CONVERT_XML  END : /tmp/evaluation/216353-1170100560/sugar21583.csp 105290 bytes (1 seconds) [Mon Jan 29 20:56:01 2007]
0.81	c # CONVERT_XML  CPU : 0 = 0 + 0 + 0 + 0
0.81	
0.81	c # GENERATE_SAT  BEGIN : /tmp/evaluation/216353-1170100560/sugar21583.bcnf [Mon Jan 29 20:56:01 2007]
0.81	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/216353-1170100560/sugar-v0-40.jar -bcnf -map /tmp/evaluation/216353-1170100560/sugar21583.map /tmp/evaluation/216353-1170100560/sugar21583.csp /tmp/evaluation/216353-1170100560/sugar21583.bcnf
0.92	c BEGIN parse /tmp/evaluation/216353-1170100560/sugar21583.csp
2.44	c END parse (1.516891 seconds)
2.44	c BEGIN simplify
2.44	c END simplify (0.005731 seconds)
2.44	c BEGIN encode /tmp/evaluation/216353-1170100560/sugar21583.bcnf
2.64	c END encode (0.199874 seconds)
2.73	c # GENERATE_SAT  END : 19680 variables 103580 clauses 1465304 bytes (2 seconds) [Mon Jan 29 20:56:03 2007]
2.73	c # GENERATE_SAT  CPU : 1.9 = 0.07 + 0.01 + 1.77 + 0.05
2.73	
2.73	c # SOLVE_SAT  BEGIN : /tmp/evaluation/216353-1170100560/sugar21583.bcnf [Mon Jan 29 20:56:03 2007]
2.73	c # CMD : /tmp/evaluation/216353-1170100560/minisat /tmp/evaluation/216353-1170100560/sugar21583.bcnf /tmp/evaluation/216353-1170100560/sugar21583.out
2.80	c ==================================[MINISAT]===================================
2.80	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
2.80	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
2.80	c ==============================================================================
2.80	c |         0 |   69020   182760 |   23006       0        0     nan |  0.000 % |
2.83	c |       102 |   69020   182760 |   25306     102     3238    31.7 | 35.061 % |
2.85	c |       253 |   69020   182760 |   27837     253    14238    56.3 | 35.061 % |
2.88	c |       479 |   69020   182760 |   30620     479    19373    40.4 | 35.061 % |
2.92	c |       816 |   69020   182760 |   33683     816    31670    38.8 | 35.061 % |
3.00	c |      1322 |   69020   182760 |   37051    1322    79049    59.8 | 35.061 % |
3.09	c |      2083 |   69020   182760 |   40756    2083   104692    50.3 | 35.061 % |
3.22	c |      3222 |   69020   182760 |   44832    3222   156448    48.6 | 35.061 % |
3.48	c |      4932 |   69020   182760 |   49315    4932   275532    55.9 | 35.061 % |
3.81	c |      7494 |   69020   182760 |   54246    7494   391814    52.3 | 35.061 % |
4.48	c |     11338 |   69020   182760 |   59671   11338   652714    57.6 | 35.061 % |
5.15	c |     17104 |   69020   182760 |   65638   17104   860592    50.3 | 35.061 % |
7.29	c |     25753 |   69020   182760 |   72202   25753  1424252    55.3 | 35.061 % |
10.16	c |     38728 |   69020   182760 |   79422   38728  2313655    59.7 | 35.061 % |
14.69	c |     58189 |   69020   182760 |   87365   58189  2951462    50.7 | 35.061 % |
33.74	c |     87381 |   69020   182760 |   96101   87381  5600301    64.1 | 35.061 % |
55.65	c |    131170 |   69020   182760 |  105711   37944  2810884    74.1 | 35.061 % |
87.30	c |    196854 |   69020   182760 |  116283  103628  6343086    61.2 | 35.061 % |
227.09	c |    295381 |   69020   182760 |  127911   88560  8913708   100.7 | 35.061 % |
436.19	c |    443170 |   69020   182760 |  140702  113107  9407680    83.2 | 35.061 % |
695.82	c |    664854 |   69020   182760 |  154772   64069  3721616    58.1 | 35.061 % |
1004.91	c |    997380 |   69020   182760 |  170250  105014  4975573    47.4 | 35.061 % |
1801.50	
1801.50	s UNKNOWN
1801.50	c # INTERRUPTED
1801.50	c # MAIN  END :  (1802 seconds) [Mon Jan 29 21:26:02 2007]
1801.50	c # MAIN  CPU : 1.9 = 0.07 + 0.01 + 1.77 + 0.05
1801.50	

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/node20/watcher-216353-1170100560 -o ROOT/results/node20/solver-216353-1170100560 -C 1800 -M 900 /tmp/evaluation/216353-1170100560/solver /tmp/evaluation/216353-1170100560 /tmp/evaluation/216353-1170100560/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: 1.40 1.95 1.79 2/78 21584
/proc/meminfo: memFree=1882536/2055920 swapFree=4192812/4192956
[pid=21583] ppid=21581 vsize=5352 CPUtime=0
/proc/21583/stat : 21583 (solver) D 21581 21583 20719 0 -1 4194304 264 0 0 0 0 0 0 0 18 0 1 0 30010005 5480448 231 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 273952599335 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/21583/statm: 1338 231 193 169 0 49 0

[startup+0.102416 s]
/proc/loadavg: 1.40 1.95 1.79 2/78 21584
/proc/meminfo: memFree=1882536/2055920 swapFree=4192812/4192956
[pid=21583] ppid=21581 vsize=13064 CPUtime=0.02
/proc/21583/stat : 21583 (sugar) R 21581 21583 20719 0 -1 4194304 874 0 4 0 1 1 0 0 18 0 1 0 30010005 13377536 597 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 273966028856 0 0 4224 0 0 0 0 17 0 0 0
/proc/21583/statm: 3266 597 316 3 0 366 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13064

[startup+0.512465 s]
/proc/loadavg: 1.40 1.95 1.79 2/78 21584
/proc/meminfo: memFree=1882536/2055920 swapFree=4192812/4192956
[pid=21583] ppid=21581 vsize=13724 CPUtime=0.04
/proc/21583/stat : 21583 (sugar) S 21581 21583 20719 0 -1 4194304 1117 0 4 0 3 1 0 0 15 0 1 0 30010005 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21583/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+1.33556 s]
/proc/loadavg: 1.37 1.93 1.79 3/87 21600
/proc/meminfo: memFree=1855264/2055920 swapFree=4192812/4192956
[pid=21583] ppid=21581 vsize=13724 CPUtime=0.04
/proc/21583/stat : 21583 (sugar) S 21581 21583 20719 0 -1 4194304 1184 0 4 0 3 1 0 0 15 0 1 0 30010005 14053376 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21583/statm: 3431 808 370 3 0 531 0
[pid=21585] ppid=21583 vsize=0 CPUtime=0.54
/proc/21585/stat : 21585 (java) Z 21583 21583 20719 0 -1 1036 7127 0 31 0 47 7 0 0 16 0 1 0 30010017 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/21585/statm: 0 0 0 0 0 0 0
[pid=21593] ppid=21583 vsize=807384 CPUtime=0.51
/proc/21593/stat : 21593 (java) R 21583 21583 20719 0 -1 0 6721 0 1 0 48 3 0 0 16 0 8 0 30010086 826761216 6471 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073722618 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21593/statm: 201846 6471 1506 14 0 189124 0
[pid=21593/tid=21594] ppid=21583 vsize=807384 CPUtime=0.02
/proc/21593/task/21594/stat : 21594 (java) S 21583 21583 20719 0 -1 64 540 0 0 0 2 0 0 0 16 0 8 0 30010089 826761216 6471 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21593/tid=21595] ppid=21583 vsize=807384 CPUtime=0
/proc/21593/task/21595/stat : 21595 (java) S 21583 21583 20719 0 -1 64 10 0 0 0 0 0 0 0 15 0 8 0 30010090 826761216 6471 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21593/tid=21596] ppid=21583 vsize=807384 CPUtime=0
/proc/21593/task/21596/stat : 21596 (java) S 21583 21583 20719 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 30010090 826761216 6471 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21593/tid=21597] ppid=21583 vsize=807384 CPUtime=0
/proc/21593/task/21597/stat : 21597 (java) S 21583 21583 20719 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 30010093 826761216 6471 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21593/tid=21598] ppid=21583 vsize=807384 CPUtime=0.1
/proc/21593/task/21598/stat : 21598 (java) S 21583 21583 20719 0 -1 64 394 0 0 0 10 0 0 0 16 0 8 0 30010093 826761216 6471 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21593/tid=21599] ppid=21583 vsize=807384 CPUtime=0
/proc/21593/task/21599/stat : 21599 (java) S 21583 21583 20719 0 -1 64 3 0 0 0 0 0 0 0 23 0 8 0 30010093 826761216 6471 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21593/tid=21600] ppid=21583 vsize=807384 CPUtime=0
/proc/21593/task/21600/stat : 21600 (java) S 21583 21583 20719 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30010093 826761216 6471 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.09
Current children cumulated vsize (KiB) 821108

[startup+2.98295 s]
/proc/loadavg: 1.37 1.93 1.79 2/87 21600
/proc/meminfo: memFree=1843744/2055920 swapFree=4192812/4192956
[pid=21583] ppid=21581 vsize=19084 CPUtime=1.94
/proc/21583/stat : 21583 (sugar) S 21581 21583 20719 0 -1 4194304 2613 10619 4 2 10 2 177 5 15 0 1 0 30010005 19542016 2130 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21583/statm: 4771 2130 373 3 0 1871 0
[pid=21585] ppid=21583 vsize=0 CPUtime=0.54
/proc/21585/stat : 21585 (java) Z 21583 21583 20719 0 -1 1036 7127 0 31 0 47 7 0 0 16 0 1 0 30010017 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/21585/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.48
Current children cumulated vsize (KiB) 19084

[startup+6.26134 s]
/proc/loadavg: 1.34 1.91 1.78 2/80 21601
/proc/meminfo: memFree=1857496/2055920 swapFree=4192812/4192956
[pid=21583] ppid=21581 vsize=19084 CPUtime=1.94
/proc/21583/stat : 21583 (sugar) S 21581 21583 20719 0 -1 4194304 2613 10619 4 2 10 2 177 5 15 0 1 0 30010005 19542016 2130 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21583/statm: 4771 2130 373 3 0 1871 0
[pid=21585] ppid=21583 vsize=0 CPUtime=0.54
/proc/21585/stat : 21585 (java) Z 21583 21583 20719 0 -1 1036 7127 0 31 0 47 7 0 0 16 0 1 0 30010017 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/21585/statm: 0 0 0 0 0 0 0
[pid=21601] ppid=21583 vsize=10560 CPUtime=3.51
/proc/21601/stat : 21601 (minisat) R 21583 21583 20719 0 -1 0 2633 0 0 0 350 1 0 0 25 0 1 0 30010278 10813440 2260 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134527982 0 0 4096 3 0 0 0 17 0 0 0
/proc/21601/statm: 2640 2260 52 112 0 2524 0
Current children cumulated CPU time (s) 5.99
Current children cumulated vsize (KiB) 29644

[startup+12.7311 s]
/proc/loadavg: 1.31 1.90 1.78 2/80 21601
/proc/meminfo: memFree=1849384/2055920 swapFree=4192812/4192956
[pid=21583] ppid=21581 vsize=19084 CPUtime=1.94
/proc/21583/stat : 21583 (sugar) S 21581 21583 20719 0 -1 4194304 2613 10619 4 2 10 2 177 5 16 0 1 0 30010005 19542016 2130 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21583/statm: 4771 2130 373 3 0 1871 0
[pid=21585] ppid=21583 vsize=0 CPUtime=0.54
/proc/21585/stat : 21585 (java) Z 21583 21583 20719 0 -1 1036 7127 0 31 0 47 7 0 0 16 0 1 0 30010017 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/21585/statm: 0 0 0 0 0 0 0
[pid=21601] ppid=21583 vsize=18320 CPUtime=9.97
/proc/21601/stat : 21601 (minisat) R 21583 21583 20719 0 -1 0 4552 0 0 0 995 2 0 0 25 0 1 0 30010278 18759680 4179 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528686 0 0 4096 3 0 0 0 17 0 0 0
/proc/21601/statm: 4580 4179 52 112 0 4464 0
Current children cumulated CPU time (s) 12.45
Current children cumulated vsize (KiB) 37404

[startup+25.5537 s]
/proc/loadavg: 1.26 1.87 1.77 2/80 21601
/proc/meminfo: memFree=1840488/2055920 swapFree=4192812/4192956
[pid=21583] ppid=21581 vsize=19084 CPUtime=1.94
/proc/21583/stat : 21583 (sugar) S 21581 21583 20719 0 -1 4194304 2613 10619 4 2 10 2 177 5 16 0 1 0 30010005 19542016 2130 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21583/statm: 4771 2130 373 3 0 1871 0
[pid=21585] ppid=21583 vsize=0 CPUtime=0.54
/proc/21585/stat : 21585 (java) Z 21583 21583 20719 0 -1 1036 7127 0 31 0 47 7 0 0 16 0 1 0 30010017 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/21585/statm: 0 0 0 0 0 0 0
[pid=21601] ppid=21583 vsize=27560 CPUtime=22.78
/proc/21601/stat : 21601 (minisat) R 21583 21583 20719 0 -1 0 6871 0 0 0 2273 5 0 0 25 0 1 0 30010278 28221440 6498 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/21601/statm: 6890 6498 52 112 0 6774 0
Current children cumulated CPU time (s) 25.26
Current children cumulated vsize (KiB) 46644

[startup+51.2047 s]
/proc/loadavg: 1.16 1.78 1.74 2/80 21601
/proc/meminfo: memFree=1830056/2055920 swapFree=4192812/4192956
[pid=21583] ppid=21581 vsize=19084 CPUtime=1.94
/proc/21583/stat : 21583 (sugar) S 21581 21583 20719 0 -1 4194304 2613 10619 4 2 10 2 177 5 16 0 1 0 30010005 19542016 2130 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21583/statm: 4771 2130 373 3 0 1871 0
[pid=21585] ppid=21583 vsize=0 CPUtime=0.54
/proc/21585/stat : 21585 (java) Z 21583 21583 20719 0 -1 1036 7127 0 31 0 47 7 0 0 16 0 1 0 30010017 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/21585/statm: 0 0 0 0 0 0 0
[pid=21601] ppid=21583 vsize=37756 CPUtime=48.43
/proc/21601/stat : 21601 (minisat) R 21583 21583 20719 0 -1 0 9390 0 0 0 4835 8 0 0 25 0 1 0 30010278 38662144 9017 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/21601/statm: 9439 9017 52 112 0 9323 0
Current children cumulated CPU time (s) 50.91
Current children cumulated vsize (KiB) 56840

[startup+102.503 s]
/proc/loadavg: 1.07 1.66 1.70 2/80 21601
/proc/meminfo: memFree=1820136/2055920 swapFree=4192812/4192956
[pid=21583] ppid=21581 vsize=19084 CPUtime=1.94
/proc/21583/stat : 21583 (sugar) S 21581 21583 20719 0 -1 4194304 2613 10619 4 2 10 2 177 5 16 0 1 0 30010005 19542016 2130 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21583/statm: 4771 2130 373 3 0 1871 0
[pid=21585] ppid=21583 vsize=0 CPUtime=0.54
/proc/21585/stat : 21585 (java) Z 21583 21583 20719 0 -1 1036 7127 0 31 0 47 7 0 0 16 0 1 0 30010017 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/21585/statm: 0 0 0 0 0 0 0
[pid=21601] ppid=21583 vsize=48480 CPUtime=99.7
/proc/21601/stat : 21601 (minisat) R 21583 21583 20719 0 -1 0 12059 0 0 0 9960 10 0 0 25 0 1 0 30010278 49643520 11686 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/21601/statm: 12120 11686 52 112 0 12004 0
Current children cumulated CPU time (s) 102.18
Current children cumulated vsize (KiB) 67564

[startup+162.523 s]
/proc/loadavg: 1.02 1.54 1.66 2/80 21601
/proc/meminfo: memFree=1816680/2055920 swapFree=4192812/4192956
[pid=21583] ppid=21581 vsize=19084 CPUtime=1.94
/proc/21583/stat : 21583 (sugar) S 21581 21583 20719 0 -1 4194304 2613 10619 4 2 10 2 177 5 16 0 1 0 30010005 19542016 2130 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21583/statm: 4771 2130 373 3 0 1871 0
[pid=21585] ppid=21583 vsize=0 CPUtime=0.54
/proc/21585/stat : 21585 (java) Z 21583 21583 20719 0 -1 1036 7127 0 31 0 47 7 0 0 16 0 1 0 30010017 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/21585/statm: 0 0 0 0 0 0 0
[pid=21601] ppid=21583 vsize=51460 CPUtime=159.69
/proc/21601/stat : 21601 (minisat) R 21583 21583 20719 0 -1 0 12729 0 0 0 15959 10 0 0 25 0 1 0 30010278 52695040 12356 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528535 0 0 4096 3 0 0 0 17 0 0 0
/proc/21601/statm: 12865 12356 52 112 0 12749 0
Current children cumulated CPU time (s) 162.17
Current children cumulated vsize (KiB) 70544

[startup+222.549 s]
/proc/loadavg: 1.01 1.44 1.61 2/80 21601
/proc/meminfo: memFree=1814440/2055920 swapFree=4192812/4192956
[pid=21583] ppid=21581 vsize=19084 CPUtime=1.94
/proc/21583/stat : 21583 (sugar) S 21581 21583 20719 0 -1 4194304 2613 10619 4 2 10 2 177 5 16 0 1 0 30010005 19542016 2130 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21583/statm: 4771 2130 373 3 0 1871 0
[pid=21585] ppid=21583 vsize=0 CPUtime=0.54
/proc/21585/stat : 21585 (java) Z 21583 21583 20719 0 -1 1036 7127 0 31 0 47 7 0 0 16 0 1 0 30010017 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/21585/statm: 0 0 0 0 0 0 0
[pid=21601] ppid=21583 vsize=54020 CPUtime=219.68
/proc/21601/stat : 21601 (minisat) R 21583 21583 20719 0 -1 0 13283 0 0 0 21958 10 0 0 25 0 1 0 30010278 55316480 12902 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/21601/statm: 13505 12902 52 112 0 13389 0
Current children cumulated CPU time (s) 222.16
Current children cumulated vsize (KiB) 73104

[startup+282.567 s]
/proc/loadavg: 1.00 1.35 1.57 2/80 21601
/proc/meminfo: memFree=1799464/2055920 swapFree=4192812/4192956
[pid=21583] ppid=21581 vsize=19084 CPUtime=1.94
/proc/21583/stat : 21583 (sugar) S 21581 21583 20719 0 -1 4194304 2613 10619 4 2 10 2 177 5 16 0 1 0 30010005 19542016 2130 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21583/statm: 4771 2130 373 3 0 1871 0
[pid=21585] ppid=21583 vsize=0 CPUtime=0.54
/proc/21585/stat : 21585 (java) Z 21583 21583 20719 0 -1 1036 7127 0 31 0 47 7 0 0 16 0 1 0 30010017 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/21585/statm: 0 0 0 0 0 0 0
[pid=21601] ppid=21583 vsize=69248 CPUtime=279.66
/proc/21601/stat : 21601 (minisat) R 21583 21583 20719 0 -1 0 16989 0 0 0 27953 13 0 0 25 0 1 0 30010278 70909952 16608 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528535 0 0 4096 3 0 0 0 17 0 0 0
/proc/21601/statm: 17312 16608 52 112 0 17196 0
Current children cumulated CPU time (s) 282.14
Current children cumulated vsize (KiB) 88332

[startup+342.609 s]
/proc/loadavg: 1.04 1.30 1.54 2/86 21711
/proc/meminfo: memFree=1796280/2055920 swapFree=4192812/4192956
[pid=21583] ppid=21581 vsize=19084 CPUtime=1.94
/proc/21583/stat : 21583 (sugar) S 21581 21583 20719 0 -1 4194304 2613 10619 4 2 10 2 177 5 16 0 1 0 30010005 19542016 2130 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0

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

/proc/21601/stat : 21601 (minisat) R 21583 21583 20719 0 -1 0 21361 0 0 0 123901 39 0 0 25 0 1 0 30010278 90472448 20959 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528551 0 0 4096 3 0 0 0 17 0 0 0
/proc/21601/statm: 22088 20959 52 112 0 21972 0
Current children cumulated CPU time (s) 1241.88
Current children cumulated vsize (KiB) 107436

[startup+1302.94 s]
/proc/loadavg: 1.00 1.02 1.17 2/80 21799
/proc/meminfo: memFree=1779880/2055920 swapFree=4192812/4192956
[pid=21583] ppid=21581 vsize=19084 CPUtime=1.94
/proc/21583/stat : 21583 (sugar) S 21581 21583 20719 0 -1 4194304 2613 10619 4 2 10 2 177 5 16 0 1 0 30010005 19542016 2130 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21583/statm: 4771 2130 373 3 0 1871 0
[pid=21585] ppid=21583 vsize=0 CPUtime=0.54
/proc/21585/stat : 21585 (java) Z 21583 21583 20719 0 -1 1036 7127 0 31 0 47 7 0 0 16 0 1 0 30010017 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/21585/statm: 0 0 0 0 0 0 0
[pid=21601] ppid=21583 vsize=88808 CPUtime=1299.38
/proc/21601/stat : 21601 (minisat) R 21583 21583 20719 0 -1 0 21436 0 0 0 129899 39 0 0 25 0 1 0 30010278 90939392 21034 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/21601/statm: 22202 21034 52 112 0 22086 0
Current children cumulated CPU time (s) 1301.86
Current children cumulated vsize (KiB) 107892

[startup+1362.96 s]
/proc/loadavg: 1.00 1.01 1.16 2/80 21799
/proc/meminfo: memFree=1773160/2055920 swapFree=4192812/4192956
[pid=21583] ppid=21581 vsize=19084 CPUtime=1.94
/proc/21583/stat : 21583 (sugar) S 21581 21583 20719 0 -1 4194304 2613 10619 4 2 10 2 177 5 16 0 1 0 30010005 19542016 2130 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21583/statm: 4771 2130 373 3 0 1871 0
[pid=21585] ppid=21583 vsize=0 CPUtime=0.54
/proc/21585/stat : 21585 (java) Z 21583 21583 20719 0 -1 1036 7127 0 31 0 47 7 0 0 16 0 1 0 30010017 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/21585/statm: 0 0 0 0 0 0 0
[pid=21601] ppid=21583 vsize=95616 CPUtime=1359.36
/proc/21601/stat : 21601 (minisat) R 21583 21583 20719 0 -1 0 23100 0 0 0 135895 41 0 0 25 0 1 0 30010278 97910784 22698 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/21601/statm: 23904 22698 52 112 0 23788 0
Current children cumulated CPU time (s) 1361.84
Current children cumulated vsize (KiB) 114700

[startup+1422.99 s]
/proc/loadavg: 1.00 1.00 1.15 2/80 21799
/proc/meminfo: memFree=1766568/2055920 swapFree=4192812/4192956
[pid=21583] ppid=21581 vsize=19084 CPUtime=1.94
/proc/21583/stat : 21583 (sugar) S 21581 21583 20719 0 -1 4194304 2613 10619 4 2 10 2 177 5 16 0 1 0 30010005 19542016 2130 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21583/statm: 4771 2130 373 3 0 1871 0
[pid=21585] ppid=21583 vsize=0 CPUtime=0.54
/proc/21585/stat : 21585 (java) Z 21583 21583 20719 0 -1 1036 7127 0 31 0 47 7 0 0 16 0 1 0 30010017 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/21585/statm: 0 0 0 0 0 0 0
[pid=21601] ppid=21583 vsize=102496 CPUtime=1419.34
/proc/21601/stat : 21601 (minisat) R 21583 21583 20719 0 -1 0 24734 0 0 0 141891 43 0 0 25 0 1 0 30010278 104955904 24332 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134522259 0 0 4096 3 0 0 0 17 0 0 0
/proc/21601/statm: 25624 24332 52 112 0 25508 0
Current children cumulated CPU time (s) 1421.82
Current children cumulated vsize (KiB) 121580

[startup+1483.01 s]
/proc/loadavg: 1.00 1.00 1.14 2/80 21799
/proc/meminfo: memFree=1766120/2055920 swapFree=4192812/4192956
[pid=21583] ppid=21581 vsize=19084 CPUtime=1.94
/proc/21583/stat : 21583 (sugar) S 21581 21583 20719 0 -1 4194304 2613 10619 4 2 10 2 177 5 16 0 1 0 30010005 19542016 2130 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21583/statm: 4771 2130 373 3 0 1871 0
[pid=21585] ppid=21583 vsize=0 CPUtime=0.54
/proc/21585/stat : 21585 (java) Z 21583 21583 20719 0 -1 1036 7127 0 31 0 47 7 0 0 16 0 1 0 30010017 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/21585/statm: 0 0 0 0 0 0 0
[pid=21601] ppid=21583 vsize=102660 CPUtime=1479.34
/proc/21601/stat : 21601 (minisat) R 21583 21583 20719 0 -1 0 24791 0 0 0 147890 44 0 0 25 0 1 0 30010278 105123840 24389 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/21601/statm: 25665 24389 52 112 0 25549 0
Current children cumulated CPU time (s) 1481.82
Current children cumulated vsize (KiB) 121744

[startup+1543.04 s]
/proc/loadavg: 1.06 1.02 1.13 2/80 21799
/proc/meminfo: memFree=1764968/2055920 swapFree=4192812/4192956
[pid=21583] ppid=21581 vsize=19084 CPUtime=1.94
/proc/21583/stat : 21583 (sugar) S 21581 21583 20719 0 -1 4194304 2613 10619 4 2 10 2 177 5 16 0 1 0 30010005 19542016 2130 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21583/statm: 4771 2130 373 3 0 1871 0
[pid=21585] ppid=21583 vsize=0 CPUtime=0.54
/proc/21585/stat : 21585 (java) Z 21583 21583 20719 0 -1 1036 7127 0 31 0 47 7 0 0 16 0 1 0 30010017 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/21585/statm: 0 0 0 0 0 0 0
[pid=21601] ppid=21583 vsize=103912 CPUtime=1539.32
/proc/21601/stat : 21601 (minisat) R 21583 21583 20719 0 -1 0 25071 0 0 0 153888 44 0 0 25 0 1 0 30010278 106405888 24661 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/21601/statm: 25978 24661 52 112 0 25862 0
Current children cumulated CPU time (s) 1541.8
Current children cumulated vsize (KiB) 122996

[startup+1603.06 s]
/proc/loadavg: 1.02 1.01 1.12 2/80 21799
/proc/meminfo: memFree=1764584/2055920 swapFree=4192812/4192956
[pid=21583] ppid=21581 vsize=19084 CPUtime=1.94
/proc/21583/stat : 21583 (sugar) S 21581 21583 20719 0 -1 4194304 2613 10619 4 2 10 2 177 5 16 0 1 0 30010005 19542016 2130 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21583/statm: 4771 2130 373 3 0 1871 0
[pid=21585] ppid=21583 vsize=0 CPUtime=0.54
/proc/21585/stat : 21585 (java) Z 21583 21583 20719 0 -1 1036 7127 0 31 0 47 7 0 0 16 0 1 0 30010017 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/21585/statm: 0 0 0 0 0 0 0
[pid=21601] ppid=21583 vsize=104320 CPUtime=1599.31
/proc/21601/stat : 21601 (minisat) R 21583 21583 20719 0 -1 0 25160 0 0 0 159887 44 0 0 25 0 1 0 30010278 106823680 24750 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/21601/statm: 26080 24750 52 112 0 25964 0
Current children cumulated CPU time (s) 1601.79
Current children cumulated vsize (KiB) 123404

[startup+1663.08 s]
/proc/loadavg: 1.01 1.00 1.11 2/80 21799
/proc/meminfo: memFree=1764328/2055920 swapFree=4192812/4192956
[pid=21583] ppid=21581 vsize=19084 CPUtime=1.94
/proc/21583/stat : 21583 (sugar) S 21581 21583 20719 0 -1 4194304 2613 10619 4 2 10 2 177 5 16 0 1 0 30010005 19542016 2130 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21583/statm: 4771 2130 373 3 0 1871 0
[pid=21585] ppid=21583 vsize=0 CPUtime=0.54
/proc/21585/stat : 21585 (java) Z 21583 21583 20719 0 -1 1036 7127 0 31 0 47 7 0 0 16 0 1 0 30010017 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/21585/statm: 0 0 0 0 0 0 0
[pid=21601] ppid=21583 vsize=104564 CPUtime=1659.29
/proc/21601/stat : 21601 (minisat) R 21583 21583 20719 0 -1 0 25200 0 0 0 165885 44 0 0 25 0 1 0 30010278 107073536 24790 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528768 0 0 4096 3 0 0 0 17 0 0 0
/proc/21601/statm: 26141 24790 52 112 0 26025 0
Current children cumulated CPU time (s) 1661.77
Current children cumulated vsize (KiB) 123648

[startup+1723.11 s]
/proc/loadavg: 1.00 1.00 1.09 2/80 21799
/proc/meminfo: memFree=1764072/2055920 swapFree=4192812/4192956
[pid=21583] ppid=21581 vsize=19084 CPUtime=1.94
/proc/21583/stat : 21583 (sugar) S 21581 21583 20719 0 -1 4194304 2613 10619 4 2 10 2 177 5 16 0 1 0 30010005 19542016 2130 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21583/statm: 4771 2130 373 3 0 1871 0
[pid=21585] ppid=21583 vsize=0 CPUtime=0.54
/proc/21585/stat : 21585 (java) Z 21583 21583 20719 0 -1 1036 7127 0 31 0 47 7 0 0 16 0 1 0 30010017 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/21585/statm: 0 0 0 0 0 0 0
[pid=21601] ppid=21583 vsize=104728 CPUtime=1719.27
/proc/21601/stat : 21601 (minisat) R 21583 21583 20719 0 -1 0 25236 0 0 0 171883 44 0 0 25 0 1 0 30010278 107241472 24826 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/21601/statm: 26182 24826 52 112 0 26066 0
Current children cumulated CPU time (s) 1721.75
Current children cumulated vsize (KiB) 123812

[startup+1783.13 s]
/proc/loadavg: 1.00 1.00 1.09 2/80 21799
/proc/meminfo: memFree=1764008/2055920 swapFree=4192812/4192956
[pid=21583] ppid=21581 vsize=19084 CPUtime=1.94
/proc/21583/stat : 21583 (sugar) S 21581 21583 20719 0 -1 4194304 2613 10619 4 2 10 2 177 5 16 0 1 0 30010005 19542016 2130 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21583/statm: 4771 2130 373 3 0 1871 0
[pid=21585] ppid=21583 vsize=0 CPUtime=0.54
/proc/21585/stat : 21585 (java) Z 21583 21583 20719 0 -1 1036 7127 0 31 0 47 7 0 0 16 0 1 0 30010017 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/21585/statm: 0 0 0 0 0 0 0
[pid=21601] ppid=21583 vsize=104728 CPUtime=1779.24
/proc/21601/stat : 21601 (minisat) R 21583 21583 20719 0 -1 0 25240 0 0 0 177880 44 0 0 25 0 1 0 30010278 107241472 24830 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528758 0 0 4096 3 0 0 0 17 0 0 0
/proc/21601/statm: 26182 24830 52 112 0 26066 0
Current children cumulated CPU time (s) 1781.72
Current children cumulated vsize (KiB) 123812



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.49 s]
/proc/loadavg: 1.00 1.00 1.08 2/80 21799
/proc/meminfo: memFree=1763880/2055920 swapFree=4192812/4192956
[pid=21583] ppid=21581 vsize=19084 CPUtime=1.94
/proc/21583/stat : 21583 (sugar) S 21581 21583 20719 0 -1 4194304 2613 10619 4 2 10 2 177 5 16 0 1 0 30010005 19542016 2130 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21583/statm: 4771 2130 373 3 0 1871 0
[pid=21585] ppid=21583 vsize=0 CPUtime=0.54
/proc/21585/stat : 21585 (java) Z 21583 21583 20719 0 -1 1036 7127 0 31 0 47 7 0 0 16 0 1 0 30010017 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/21585/statm: 0 0 0 0 0 0 0
[pid=21601] ppid=21583 vsize=104940 CPUtime=1797.6
/proc/21601/stat : 21601 (minisat) R 21583 21583 20719 0 -1 0 25255 0 0 0 179716 44 0 0 25 0 1 0 30010278 107458560 24845 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528758 0 0 4096 3 0 0 0 17 0 0 0
/proc/21601/statm: 26235 24845 52 112 0 26119 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 124024

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

Child status: 1

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 21583 and gives childrusage.ru_utime.tv_sec=1 childrusage.ru_utime.tv_usec=878714 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=82987
CPU time returned by wait4() is 1.9617
while last known CPU time is 1800.1

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

Real time (s): 1802.51
CPU time (s): 1800.1
CPU user time (s): 1799.5
CPU system time (s): 0.6
CPU usage (%): 99.8665
Max. virtual memory (cumulated for all children) (KiB): 821108

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.87871
system time used= 0.082987
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13317
page faults= 6
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 650
involuntary context switches= 199

runsolver used 1.79173 s user time and 4.66429 s system time

The end

Launcher Data (download as text)

Begin job on node20 on Mon Jan 29 19:56:00 UTC 2007


IDJOB= 216353
IDBENCH= 5071
IDSOLVER= 86
FILE ID= node20/216353-1170100560

PBS_JOBID= 3689665

Free space on /tmp= 66564 MiB

SOLVER NAME= sugar 0.40
BENCH NAME= HOME/pub/bench/CPAI06/pseudoSeries/chnl/chnl-30-40.xml
COMMAND LINE= /tmp/evaluation/216353-1170100560/solver /tmp/evaluation/216353-1170100560 /tmp/evaluation/216353-1170100560/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node20/watcher-216353-1170100560 -o ROOT/results/node20/solver-216353-1170100560 -C 1800 -M 900  /tmp/evaluation/216353-1170100560/solver /tmp/evaluation/216353-1170100560 /tmp/evaluation/216353-1170100560/unknown.xml

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  c4b2bf3bf990267e8f6da27d25025884

RANDOM SEED= 958539284

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.234
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.234
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1883208 kB
Buffers:         31456 kB
Cached:          37088 kB
SwapCached:          0 kB
Active:          93216 kB
Inactive:        34288 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1883208 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1400 kB
Writeback:           0 kB
Mapped:          77836 kB
Slab:            30816 kB
Committed_AS:   251520 kB
PageTables:       1688 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= 66564 MiB



End job on node20 on Mon Jan 29 20:26:03 UTC 2007