Trace number 221786

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.07 1816.64

General information on the benchmark

Namerandom/rand-2-24/
rand-24-24-276-139-53021_ext.xml
MD5SUM52ce1adbb69405dbd0eb9fe0ed582574
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark59.6169
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables24
Number of constraints276
Maximum constraint arity2
Maximum domain size24
Number of constraints which are defined in extension276
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.05	c # Sugar v0-40 (/tmp/evaluation/221786-1170102704/sugar-v0-40.jar)
0.05	
0.05	c # MAIN  BEGIN : /tmp/evaluation/221786-1170102704/unknown.xml [Mon Jan 29 21:31:45 2007]
0.05	c # CONVERT_XML  BEGIN : /tmp/evaluation/221786-1170102704/unknown.xml /tmp/evaluation/221786-1170102704/sugar23419.csp [Mon Jan 29 21:31:45 2007]
0.05	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/221786-1170102704/sugar-v0-40.jar -convert /tmp/evaluation/221786-1170102704/unknown.xml /tmp/evaluation/221786-1170102704/sugar23419.csp
0.17	c BEGIN convert /tmp/evaluation/221786-1170102704/unknown.xml
0.70	c END convert (0.529259 seconds)
0.71	c # CONVERT_XML  END : /tmp/evaluation/221786-1170102704/sugar23419.csp 1240989 bytes (0 seconds) [Mon Jan 29 21:31:45 2007]
0.71	c # CONVERT_XML  CPU : 0.63 = 0 + 0 + 0.58 + 0.05
0.71	
0.71	c # GENERATE_SAT  BEGIN : /tmp/evaluation/221786-1170102704/sugar23419.bcnf [Mon Jan 29 21:31:45 2007]
0.71	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/221786-1170102704/sugar-v0-40.jar -bcnf -map /tmp/evaluation/221786-1170102704/sugar23419.map /tmp/evaluation/221786-1170102704/sugar23419.csp /tmp/evaluation/221786-1170102704/sugar23419.bcnf
0.83	c BEGIN parse /tmp/evaluation/221786-1170102704/sugar23419.csp
5.75	c END parse (4.918983 seconds)
5.75	c BEGIN simplify
5.77	c END simplify (0.022815 seconds)
5.77	c BEGIN encode /tmp/evaluation/221786-1170102704/sugar23419.bcnf
6.00	c END encode (0.228729 seconds)
6.06	c # GENERATE_SAT  END : 552 variables 38892 clauses 748524 bytes (6 seconds) [Mon Jan 29 21:31:51 2007]
6.06	c # GENERATE_SAT  CPU : 5.26 = 0 + 0 + 5.13 + 0.13
6.06	
6.06	c # SOLVE_SAT  BEGIN : /tmp/evaluation/221786-1170102704/sugar23419.bcnf [Mon Jan 29 21:31:51 2007]
6.06	c # CMD : /tmp/evaluation/221786-1170102704/minisat /tmp/evaluation/221786-1170102704/sugar23419.bcnf /tmp/evaluation/221786-1170102704/sugar23419.out
6.08	c ==================================[MINISAT]===================================
6.08	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
6.08	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
6.08	c ==============================================================================
6.08	c |         0 |   38892   148233 |   12964       0        0     nan |  0.000 % |
6.11	c |       100 |   38892   148233 |   14260     100      912     9.1 |  0.000 % |
6.13	c |       251 |   38892   148233 |   15686     251     2248     9.0 |  0.009 % |
6.17	c |       476 |   38892   148233 |   17255     476     4410     9.3 |  0.010 % |
6.23	c |       813 |   38892   148233 |   18980     813     7333     9.0 |  0.010 % |
6.31	c |      1320 |   38892   148233 |   20878    1320    12018     9.1 |  0.010 % |
6.44	c |      2080 |   38892   148233 |   22966    2080    19163     9.2 |  0.010 % |
6.63	c |      3219 |   38892   148233 |   25263    3219    30270     9.4 |  0.010 % |
6.96	c |      4927 |   38893   148233 |   27789    4926    48502     9.8 |  0.013 % |
7.47	c |      7490 |   38894   148233 |   30568    7488    77077    10.3 |  0.013 % |
8.33	c |     11334 |   38894   148233 |   33625   11332   119744    10.6 |  0.010 % |
9.68	c |     17101 |   38894   148233 |   36987   17099   189665    11.1 |  0.010 % |
12.32	c |     25751 |   38896   148233 |   40686   25747   296016    11.5 |  0.010 % |
16.99	c |     38726 |   38901   148233 |   44755   38717   453447    11.7 |  0.012 % |
23.92	c |     58187 |   38903   148233 |   49230   25804   310871    12.0 |  0.010 % |
35.69	c |     87379 |   38908   148233 |   54153   18581   247644    13.3 |  0.011 % |
54.22	c |    131171 |   38908   148233 |   59569   22106   309149    14.0 |  0.006 % |
84.93	c |    196856 |   38912   148233 |   65526   43341   576963    13.3 |  0.011 % |
132.61	c |    295382 |   38919   148233 |   72078   41020   598969    14.6 |  0.012 % |
215.33	c |    443172 |   38925   148233 |   79286   20649   253307    12.3 |  0.012 % |
340.74	c |    664855 |   38930   148233 |   87215   54239   812089    15.0 |  0.012 % |
546.32	c |    997380 |   38937   148233 |   95936   35449   448594    12.7 |  0.017 % |
839.95	c |   1496168 |   38969   148233 |  105530   53378   827116    15.5 |  0.002 % |
1348.99	c |   2244350 |   38847   147855 |  116083   89469  1417535    15.8 |  0.182 % |
1816.64	s UNKNOWN
1816.64	c # ERROR No such file or directory /tmp/evaluation/221786-1170102704/sugar23419.out, at /tmp/evaluation/221786-1170102704/sugar line 393.
1816.64	
1816.64	c # MAIN  END :  (1816 seconds) [Mon Jan 29 22:02:01 2007]
1816.64	c # MAIN  CPU : 1800.02 = 0.01 + 0.01 + 1799.54 + 0.46
1816.64	

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/node29/watcher-221786-1170102704 -o ROOT/results/node29/solver-221786-1170102704 -C 1800 -M 900 /tmp/evaluation/221786-1170102704/solver /tmp/evaluation/221786-1170102704 /tmp/evaluation/221786-1170102704/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.94 1.80 1.97 5/95 23420
/proc/meminfo: memFree=1734832/2055920 swapFree=4192812/4192956
[pid=23419] ppid=23417 vsize=6268 CPUtime=0
/proc/23419/stat : 23419 (sugar) R 23417 23419 22771 0 -1 4194304 311 0 0 0 0 0 0 0 20 0 1 0 4034716 6418432 47 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 221778081161 0 0 4096 0 0 0 0 17 1 0 0
/proc/23419/statm: 1567 47 36 3 0 8 0

[startup+0.106546 s]
/proc/loadavg: 1.94 1.80 1.97 5/95 23420
/proc/meminfo: memFree=1734832/2055920 swapFree=4192812/4192956
[pid=23419] ppid=23417 vsize=13724 CPUtime=0.04
/proc/23419/stat : 23419 (sugar) S 23417 23419 22771 0 -1 4194304 1112 0 0 0 3 1 0 0 20 0 1 0 4034716 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23419/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+0.514572 s]
/proc/loadavg: 1.94 1.80 1.97 5/95 23420
/proc/meminfo: memFree=1734832/2055920 swapFree=4192812/4192956
[pid=23419] ppid=23417 vsize=13724 CPUtime=0.04
/proc/23419/stat : 23419 (sugar) S 23417 23419 22771 0 -1 4194304 1121 0 0 0 3 1 0 0 16 0 1 0 4034716 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23419/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+1.33763 s]
/proc/loadavg: 1.94 1.81 1.97 5/96 23437
/proc/meminfo: memFree=1775016/2055920 swapFree=4192812/4192956
[pid=23419] ppid=23417 vsize=13724 CPUtime=0.67
/proc/23419/stat : 23419 (sugar) S 23417 23419 22771 0 -1 4194304 1190 7518 0 1 3 1 58 5 15 0 1 0 4034716 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23419/statm: 3431 809 371 3 0 531 0
[pid=23430] ppid=23419 vsize=807064 CPUtime=0.61
/proc/23430/stat : 23430 (java) R 23419 23419 22771 0 -1 0 7734 0 1 0 57 4 0 0 18 0 8 0 4034787 826433536 7482 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073485840 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23430/statm: 201766 7482 1494 14 0 189044 0
[pid=23430/tid=23431] ppid=23419 vsize=807064 CPUtime=0.08
/proc/23430/task/23431/stat : 23431 (java) S 23419 23419 22771 0 -1 64 1680 0 0 0 8 0 0 0 16 0 8 0 4034790 826433536 7482 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23430/tid=23432] ppid=23419 vsize=807064 CPUtime=0
/proc/23430/task/23432/stat : 23432 (java) S 23419 23419 22771 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 4034791 826433536 7482 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23430/tid=23433] ppid=23419 vsize=807064 CPUtime=0
/proc/23430/task/23433/stat : 23433 (java) S 23419 23419 22771 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 4034791 826433536 7482 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23430/tid=23434] ppid=23419 vsize=807064 CPUtime=0
/proc/23430/task/23434/stat : 23434 (java) S 23419 23419 22771 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 4034794 826433536 7482 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23430/tid=23435] ppid=23419 vsize=807064 CPUtime=0.05
/proc/23430/task/23435/stat : 23435 (java) R 23419 23419 22771 0 -1 64 292 0 0 0 5 0 0 0 19 0 8 0 4034794 826433536 7482 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23430/tid=23436] ppid=23419 vsize=807064 CPUtime=0
/proc/23430/task/23436/stat : 23436 (java) S 23419 23419 22771 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 4034794 826433536 7482 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23430/tid=23437] ppid=23419 vsize=807064 CPUtime=0
/proc/23430/task/23437/stat : 23437 (java) S 23419 23419 22771 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 4034794 826433536 7482 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 820788

[startup+2.98873 s]
/proc/loadavg: 1.94 1.81 1.97 3/96 23437
/proc/meminfo: memFree=1754728/2055920 swapFree=4192812/4192956
[pid=23419] ppid=23417 vsize=13724 CPUtime=0.67
/proc/23419/stat : 23419 (sugar) S 23417 23419 22771 0 -1 4194304 1190 7518 0 1 3 1 58 5 15 0 1 0 4034716 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23419/statm: 3431 809 371 3 0 531 0
[pid=23430] ppid=23419 vsize=807336 CPUtime=2.24
/proc/23430/stat : 23430 (java) R 23419 23419 22771 0 -1 0 13176 0 1 0 217 7 0 0 25 0 8 0 4034787 826712064 12910 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23430/statm: 201834 12910 1506 14 0 189112 0
[pid=23430/tid=23431] ppid=23419 vsize=807336 CPUtime=0.47
/proc/23430/task/23431/stat : 23431 (java) R 23419 23419 22771 0 -1 64 6976 0 0 0 45 2 0 0 16 0 8 0 4034790 826712064 12910 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4154024014 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23430/tid=23432] ppid=23419 vsize=807336 CPUtime=0
/proc/23430/task/23432/stat : 23432 (java) S 23419 23419 22771 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 4034791 826712064 12910 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23430/tid=23433] ppid=23419 vsize=807336 CPUtime=0
/proc/23430/task/23433/stat : 23433 (java) S 23419 23419 22771 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 4034791 826712064 12910 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23430/tid=23434] ppid=23419 vsize=807336 CPUtime=0
/proc/23430/task/23434/stat : 23434 (java) S 23419 23419 22771 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 4034794 826712064 12910 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23430/tid=23435] ppid=23419 vsize=807336 CPUtime=0.13
/proc/23430/task/23435/stat : 23435 (java) S 23419 23419 22771 0 -1 64 399 0 0 0 13 0 0 0 16 0 8 0 4034794 826712064 12910 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23430/tid=23436] ppid=23419 vsize=807336 CPUtime=0
/proc/23430/task/23436/stat : 23436 (java) S 23419 23419 22771 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 4034794 826712064 12910 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23430/tid=23437] ppid=23419 vsize=807336 CPUtime=0
/proc/23430/task/23437/stat : 23437 (java) S 23419 23419 22771 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 4034794 826712064 12910 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.91
Current children cumulated vsize (KiB) 821060

[startup+6.26893 s]
/proc/loadavg: 1.95 1.81 1.97 3/96 23437
/proc/meminfo: memFree=1725800/2055920 swapFree=4192812/4192956
[pid=23419] ppid=23417 vsize=13724 CPUtime=5.93
/proc/23419/stat : 23419 (sugar) S 23417 23419 22771 0 -1 4194304 1276 27727 0 2 3 1 571 18 16 0 1 0 4034716 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23419/statm: 3431 815 373 3 0 531 0
Current children cumulated CPU time (s) 5.93
Current children cumulated vsize (KiB) 13724

[startup+12.7423 s]
/proc/loadavg: 1.95 1.81 1.97 3/89 23438
/proc/meminfo: memFree=1786976/2055920 swapFree=4192812/4192956
[pid=23419] ppid=23417 vsize=13724 CPUtime=5.93
/proc/23419/stat : 23419 (sugar) S 23417 23419 22771 0 -1 4194304 1276 27727 0 2 3 1 571 18 16 0 1 0 4034716 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23419/statm: 3431 815 373 3 0 531 0
[pid=23438] ppid=23419 vsize=5468 CPUtime=6.61
/proc/23438/stat : 23438 (minisat) R 23419 23419 22771 0 -1 0 1209 0 0 0 661 0 0 0 25 0 1 0 4035323 5599232 1012 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/23438/statm: 1367 1012 51 112 0 1251 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 19192

[startup+25.5671 s]
/proc/loadavg: 1.96 1.82 1.97 3/89 23438
/proc/meminfo: memFree=1784992/2055920 swapFree=4192812/4192956
[pid=23419] ppid=23417 vsize=13724 CPUtime=5.93
/proc/23419/stat : 23419 (sugar) S 23417 23419 22771 0 -1 4194304 1276 27727 0 2 3 1 571 18 16 0 1 0 4034716 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23419/statm: 3431 815 373 3 0 531 0
[pid=23438] ppid=23419 vsize=6900 CPUtime=19.32
/proc/23438/stat : 23438 (minisat) R 23419 23419 22771 0 -1 0 1575 0 0 0 1931 1 0 0 25 0 1 0 4035323 7065600 1378 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/23438/statm: 1725 1378 51 112 0 1609 0
Current children cumulated CPU time (s) 25.25
Current children cumulated vsize (KiB) 20624

[startup+51.2477 s]
/proc/loadavg: 2.05 1.85 1.97 3/89 23438
/proc/meminfo: memFree=1781536/2055920 swapFree=4192812/4192956
[pid=23419] ppid=23417 vsize=13724 CPUtime=5.93
/proc/23419/stat : 23419 (sugar) S 23417 23419 22771 0 -1 4194304 1276 27727 0 2 3 1 571 18 16 0 1 0 4034716 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23419/statm: 3431 815 373 3 0 531 0
[pid=23438] ppid=23419 vsize=8796 CPUtime=44.76
/proc/23438/stat : 23438 (minisat) R 23419 23419 22771 0 -1 0 2037 0 0 0 4474 2 0 0 25 0 1 0 4035323 9007104 1840 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/23438/statm: 2199 1840 51 112 0 2083 0
Current children cumulated CPU time (s) 50.69
Current children cumulated vsize (KiB) 22520

[startup+102.5 s]
/proc/loadavg: 2.02 1.87 1.97 3/89 23438
/proc/meminfo: memFree=1777888/2055920 swapFree=4192812/4192956
[pid=23419] ppid=23417 vsize=13724 CPUtime=5.93
/proc/23419/stat : 23419 (sugar) S 23417 23419 22771 0 -1 4194304 1276 27727 0 2 3 1 571 18 16 0 1 0 4034716 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23419/statm: 3431 815 373 3 0 531 0
[pid=23438] ppid=23419 vsize=10676 CPUtime=95.55
/proc/23438/stat : 23438 (minisat) R 23419 23419 22771 0 -1 0 2463 0 0 0 9552 3 0 0 25 0 1 0 4035323 10932224 2266 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/23438/statm: 2669 2266 51 112 0 2553 0
Current children cumulated CPU time (s) 101.48
Current children cumulated vsize (KiB) 24400

[startup+162.581 s]
/proc/loadavg: 2.05 1.91 1.98 3/89 23438
/proc/meminfo: memFree=1774688/2055920 swapFree=4192812/4192956
[pid=23419] ppid=23417 vsize=13724 CPUtime=5.93
/proc/23419/stat : 23419 (sugar) S 23417 23419 22771 0 -1 4194304 1276 27727 0 2 3 1 571 18 16 0 1 0 4034716 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23419/statm: 3431 815 373 3 0 531 0
[pid=23438] ppid=23419 vsize=12140 CPUtime=155.09
/proc/23438/stat : 23438 (minisat) R 23419 23419 22771 0 -1 0 2853 0 0 0 15505 4 0 0 25 0 1 0 4035323 12431360 2656 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528559 0 0 4096 3 0 0 0 17 1 0 0
/proc/23438/statm: 3035 2656 51 112 0 2919 0
Current children cumulated CPU time (s) 161.02
Current children cumulated vsize (KiB) 25864

[startup+222.681 s]
/proc/loadavg: 2.02 1.92 1.98 3/89 23438
/proc/meminfo: memFree=1773152/2055920 swapFree=4192812/4192956
[pid=23419] ppid=23417 vsize=13724 CPUtime=5.94
/proc/23419/stat : 23419 (sugar) S 23417 23419 22771 0 -1 4194304 1276 27727 0 2 4 1 571 18 16 0 1 0 4034716 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23419/statm: 3431 815 373 3 0 531 0
[pid=23438] ppid=23419 vsize=12696 CPUtime=214.64
/proc/23438/stat : 23438 (minisat) R 23419 23419 22771 0 -1 0 2979 0 0 0 21459 5 0 0 25 0 1 0 4035323 13000704 2782 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/23438/statm: 3174 2782 51 112 0 3058 0
Current children cumulated CPU time (s) 220.58
Current children cumulated vsize (KiB) 26420

[startup+282.765 s]
/proc/loadavg: 2.00 1.93 1.98 3/89 23438
/proc/meminfo: memFree=1771040/2055920 swapFree=4192812/4192956
[pid=23419] ppid=23417 vsize=13724 CPUtime=5.94
/proc/23419/stat : 23419 (sugar) S 23417 23419 22771 0 -1 4194304 1276 27727 0 2 4 1 571 18 16 0 1 0 4034716 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23419/statm: 3431 815 373 3 0 531 0
[pid=23438] ppid=23419 vsize=14008 CPUtime=274.19
/proc/23438/stat : 23438 (minisat) R 23419 23419 22771 0 -1 0 3302 0 0 0 27413 6 0 0 25 0 1 0 4035323 14344192 3105 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/23438/statm: 3502 3105 51 112 0 3386 0
Current children cumulated CPU time (s) 280.13
Current children cumulated vsize (KiB) 27732

[startup+342.852 s]
/proc/loadavg: 2.00 1.94 1.98 3/89 23438
/proc/meminfo: memFree=1769824/2055920 swapFree=4192812/4192956
[pid=23419] ppid=23417 vsize=13724 CPUtime=5.94
/proc/23419/stat : 23419 (sugar) S 23417 23419 22771 0 -1 4194304 1276 27727 0 2 4 1 571 18 16 0 1 0 4034716 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23419/statm: 3431 815 373 3 0 531 0
[pid=23438] ppid=23419 vsize=14600 CPUtime=333.72
/proc/23438/stat : 23438 (minisat) R 23419 23419 22771 0 -1 0 3456 0 0 0 33366 6 0 0 25 0 1 0 4035323 14950400 3259 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/23438/statm: 3650 3259 51 112 0 3534 0
Current children cumulated CPU time (s) 339.66
Current children cumulated vsize (KiB) 28324

[startup+402.942 s]
/proc/loadavg: 2.18 2.00 1.99 3/89 23438
/proc/meminfo: memFree=1767776/2055920 swapFree=4192812/4192956
[pid=23419] ppid=23417 vsize=13724 CPUtime=5.94
/proc/23419/stat : 23419 (sugar) S 23417 23419 22771 0 -1 4194304 1276 27727 0 2 4 1 571 18 16 0 1 0 4034716 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23419/statm: 3431 815 373 3 0 531 0
[pid=23438] ppid=23419 vsize=15556 CPUtime=393.27
/proc/23438/stat : 23438 (minisat) R 23419 23419 22771 0 -1 0 3660 0 0 0 39320 7 0 0 25 0 1 0 4035323 15929344 3463 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/23438/statm: 3889 3463 51 112 0 3773 0

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

/proc/23419/stat : 23419 (sugar) S 23417 23419 22771 0 -1 4194304 1276 27727 0 2 4 1 571 18 16 0 1 0 4034716 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23419/statm: 3431 815 373 3 0 531 0
[pid=23438] ppid=23419 vsize=22940 CPUtime=1048.07
/proc/23438/stat : 23438 (minisat) R 23419 23419 22771 0 -1 0 5423 0 0 0 104793 14 0 0 25 0 1 0 4035323 23490560 5226 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/23438/statm: 5735 5226 51 112 0 5619 0
Current children cumulated CPU time (s) 1054.01
Current children cumulated vsize (KiB) 36664

[startup+1123.81 s]
/proc/loadavg: 2.00 2.00 1.99 3/89 23438
/proc/meminfo: memFree=1752864/2055920 swapFree=4192812/4192956
[pid=23419] ppid=23417 vsize=13724 CPUtime=5.94
/proc/23419/stat : 23419 (sugar) S 23417 23419 22771 0 -1 4194304 1276 27727 0 2 4 1 571 18 16 0 1 0 4034716 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23419/statm: 3431 815 373 3 0 531 0
[pid=23438] ppid=23419 vsize=23288 CPUtime=1107.6
/proc/23438/stat : 23438 (minisat) R 23419 23419 22771 0 -1 0 5496 0 0 0 110746 14 0 0 25 0 1 0 4035323 23846912 5299 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/23438/statm: 5822 5299 51 112 0 5706 0
Current children cumulated CPU time (s) 1113.54
Current children cumulated vsize (KiB) 37012

[startup+1183.89 s]
/proc/loadavg: 2.00 2.00 1.99 3/89 23438
/proc/meminfo: memFree=1752160/2055920 swapFree=4192812/4192956
[pid=23419] ppid=23417 vsize=13724 CPUtime=5.94
/proc/23419/stat : 23419 (sugar) S 23417 23419 22771 0 -1 4194304 1276 27727 0 2 4 1 571 18 16 0 1 0 4034716 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23419/statm: 3431 815 373 3 0 531 0
[pid=23438] ppid=23419 vsize=23868 CPUtime=1167.15
/proc/23438/stat : 23438 (minisat) R 23419 23419 22771 0 -1 0 5612 0 0 0 116700 15 0 0 25 0 1 0 4035323 24440832 5415 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528506 0 0 4096 3 0 0 0 17 1 0 0
/proc/23438/statm: 5967 5415 51 112 0 5851 0
Current children cumulated CPU time (s) 1173.09
Current children cumulated vsize (KiB) 37592

[startup+1243.98 s]
/proc/loadavg: 2.04 2.01 2.00 3/89 23438
/proc/meminfo: memFree=1751136/2055920 swapFree=4192812/4192956
[pid=23419] ppid=23417 vsize=13724 CPUtime=5.94
/proc/23419/stat : 23419 (sugar) S 23417 23419 22771 0 -1 4194304 1276 27727 0 2 4 1 571 18 16 0 1 0 4034716 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23419/statm: 3431 815 373 3 0 531 0
[pid=23438] ppid=23419 vsize=24124 CPUtime=1226.68
/proc/23438/stat : 23438 (minisat) R 23419 23419 22771 0 -1 0 5703 0 0 0 122653 15 0 0 25 0 1 0 4035323 24702976 5495 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528392 0 0 4096 3 0 0 0 17 1 0 0
/proc/23438/statm: 6031 5495 51 112 0 5915 0
Current children cumulated CPU time (s) 1232.62
Current children cumulated vsize (KiB) 37848

[startup+1303.99 s]
/proc/loadavg: 2.01 2.00 2.00 3/89 23438
/proc/meminfo: memFree=1749856/2055920 swapFree=4192812/4192956
[pid=23419] ppid=23417 vsize=13724 CPUtime=5.94
/proc/23419/stat : 23419 (sugar) S 23417 23419 22771 0 -1 4194304 1276 27727 0 2 4 1 571 18 16 0 1 0 4034716 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23419/statm: 3431 815 373 3 0 531 0
[pid=23438] ppid=23419 vsize=24684 CPUtime=1286.14
/proc/23438/stat : 23438 (minisat) R 23419 23419 22771 0 -1 0 5825 0 0 0 128598 16 0 0 25 0 1 0 4035323 25276416 5617 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528426 0 0 4096 3 0 0 0 17 1 0 0
/proc/23438/statm: 6171 5617 51 112 0 6055 0
Current children cumulated CPU time (s) 1292.08
Current children cumulated vsize (KiB) 38408

[startup+1364.02 s]
/proc/loadavg: 2.07 2.03 2.00 3/89 23438
/proc/meminfo: memFree=1748704/2055920 swapFree=4192812/4192956
[pid=23419] ppid=23417 vsize=13724 CPUtime=5.94
/proc/23419/stat : 23419 (sugar) S 23417 23419 22771 0 -1 4194304 1276 27727 0 2 4 1 571 18 16 0 1 0 4034716 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23419/statm: 3431 815 373 3 0 531 0
[pid=23438] ppid=23419 vsize=25388 CPUtime=1345.63
/proc/23438/stat : 23438 (minisat) R 23419 23419 22771 0 -1 0 5962 0 0 0 134546 17 0 0 25 0 1 0 4035323 25997312 5754 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/23438/statm: 6347 5754 51 112 0 6231 0
Current children cumulated CPU time (s) 1351.57
Current children cumulated vsize (KiB) 39112

[startup+1424.04 s]
/proc/loadavg: 2.02 2.02 2.00 3/89 23438
/proc/meminfo: memFree=1747040/2055920 swapFree=4192812/4192956
[pid=23419] ppid=23417 vsize=13724 CPUtime=5.94
/proc/23419/stat : 23419 (sugar) S 23417 23419 22771 0 -1 4194304 1276 27727 0 2 4 1 571 18 16 0 1 0 4034716 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23419/statm: 3431 815 373 3 0 531 0
[pid=23438] ppid=23419 vsize=26400 CPUtime=1405.1
/proc/23438/stat : 23438 (minisat) R 23419 23419 22771 0 -1 0 6219 0 0 0 140493 17 0 0 25 0 1 0 4035323 27033600 6011 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528438 0 0 4096 3 0 0 0 17 1 0 0
/proc/23438/statm: 6600 6011 51 112 0 6484 0
Current children cumulated CPU time (s) 1411.04
Current children cumulated vsize (KiB) 40124

[startup+1484.06 s]
/proc/loadavg: 2.01 2.02 2.00 3/89 23438
/proc/meminfo: memFree=1746464/2055920 swapFree=4192812/4192956
[pid=23419] ppid=23417 vsize=13724 CPUtime=5.94
/proc/23419/stat : 23419 (sugar) S 23417 23419 22771 0 -1 4194304 1276 27727 0 2 4 1 571 18 16 0 1 0 4034716 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23419/statm: 3431 815 373 3 0 531 0
[pid=23438] ppid=23419 vsize=26540 CPUtime=1464.59
/proc/23438/stat : 23438 (minisat) R 23419 23419 22771 0 -1 0 6266 0 0 0 146441 18 0 0 25 0 1 0 4035323 27176960 6058 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528401 0 0 4096 3 0 0 0 17 1 0 0
/proc/23438/statm: 6635 6058 51 112 0 6519 0
Current children cumulated CPU time (s) 1470.53
Current children cumulated vsize (KiB) 40264

[startup+1544.09 s]
/proc/loadavg: 2.00 2.01 2.00 3/89 23438
/proc/meminfo: memFree=1745504/2055920 swapFree=4192812/4192956
[pid=23419] ppid=23417 vsize=13724 CPUtime=5.94
/proc/23419/stat : 23419 (sugar) S 23417 23419 22771 0 -1 4194304 1276 27727 0 2 4 1 571 18 16 0 1 0 4034716 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23419/statm: 3431 815 373 3 0 531 0
[pid=23438] ppid=23419 vsize=27192 CPUtime=1524.08
/proc/23438/stat : 23438 (minisat) R 23419 23419 22771 0 -1 0 6401 0 0 0 152389 19 0 0 25 0 1 0 4035323 27844608 6193 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/23438/statm: 6798 6193 51 112 0 6682 0
Current children cumulated CPU time (s) 1530.02
Current children cumulated vsize (KiB) 40916

[startup+1604.12 s]
/proc/loadavg: 2.04 2.02 2.00 3/89 23438
/proc/meminfo: memFree=1744928/2055920 swapFree=4192812/4192956
[pid=23419] ppid=23417 vsize=13724 CPUtime=5.94
/proc/23419/stat : 23419 (sugar) S 23417 23419 22771 0 -1 4194304 1276 27727 0 2 4 1 571 18 16 0 1 0 4034716 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23419/statm: 3431 815 373 3 0 531 0
[pid=23438] ppid=23419 vsize=27356 CPUtime=1583.55
/proc/23438/stat : 23438 (minisat) R 23419 23419 22771 0 -1 0 6433 0 0 0 158336 19 0 0 25 0 1 0 4035323 28012544 6225 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528418 0 0 4096 3 0 0 0 17 1 0 0
/proc/23438/statm: 6839 6225 51 112 0 6723 0
Current children cumulated CPU time (s) 1589.49
Current children cumulated vsize (KiB) 41080

[startup+1664.14 s]
/proc/loadavg: 2.01 2.01 2.00 3/89 23438
/proc/meminfo: memFree=1744736/2055920 swapFree=4192812/4192956
[pid=23419] ppid=23417 vsize=13724 CPUtime=5.94
/proc/23419/stat : 23419 (sugar) S 23417 23419 22771 0 -1 4194304 1276 27727 0 2 4 1 571 18 16 0 1 0 4034716 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23419/statm: 3431 815 373 3 0 531 0
[pid=23438] ppid=23419 vsize=27356 CPUtime=1643.04
/proc/23438/stat : 23438 (minisat) R 23419 23419 22771 0 -1 0 6433 0 0 0 164284 20 0 0 25 0 1 0 4035323 28012544 6225 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/23438/statm: 6839 6225 51 112 0 6723 0
Current children cumulated CPU time (s) 1648.98
Current children cumulated vsize (KiB) 41080

[startup+1724.16 s]
/proc/loadavg: 2.00 2.01 2.00 3/89 23438
/proc/meminfo: memFree=1744352/2055920 swapFree=4192812/4192956
[pid=23419] ppid=23417 vsize=13724 CPUtime=5.94
/proc/23419/stat : 23419 (sugar) S 23417 23419 22771 0 -1 4194304 1276 27727 0 2 4 1 571 18 16 0 1 0 4034716 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23419/statm: 3431 815 373 3 0 531 0
[pid=23438] ppid=23419 vsize=27564 CPUtime=1702.52
/proc/23438/stat : 23438 (minisat) R 23419 23419 22771 0 -1 0 6495 0 0 0 170231 21 0 0 25 0 1 0 4035323 28225536 6287 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/23438/statm: 6891 6287 51 112 0 6775 0
Current children cumulated CPU time (s) 1708.46
Current children cumulated vsize (KiB) 41288

[startup+1784.17 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 23538
/proc/meminfo: memFree=1742224/2055920 swapFree=4192812/4192956
[pid=23419] ppid=23417 vsize=13724 CPUtime=5.94
/proc/23419/stat : 23419 (sugar) S 23417 23419 22771 0 -1 4194304 1276 27727 0 2 4 1 571 18 16 0 1 0 4034716 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23419/statm: 3431 815 373 3 0 531 0
[pid=23438] ppid=23419 vsize=28224 CPUtime=1761.86
/proc/23438/stat : 23438 (minisat) R 23419 23419 22771 0 -1 0 6624 0 0 0 176165 21 0 0 25 0 1 0 4035323 28901376 6416 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/23438/statm: 7056 6416 51 112 0 6940 0
Current children cumulated CPU time (s) 1767.8
Current children cumulated vsize (KiB) 41948



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1816.62 s]
/proc/loadavg: 2.05 2.02 2.00 4/101 23674
/proc/meminfo: memFree=1491280/2055920 swapFree=4192812/4192956
[pid=23419] ppid=23417 vsize=13724 CPUtime=5.94
/proc/23419/stat : 23419 (sugar) S 23417 23419 22771 0 -1 4194304 1276 27727 0 2 4 1 571 18 16 0 1 0 4034716 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23419/statm: 3431 815 373 3 0 531 0
[pid=23438] ppid=23419 vsize=28224 CPUtime=1794.09
/proc/23438/stat : 23438 (minisat) R 23419 23419 22771 0 -1 0 6624 0 0 0 179382 27 0 0 25 0 1 0 4035323 28901376 6416 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134526203 0 0 4096 3 0 0 0 17 0 0 0
/proc/23438/statm: 7056 6416 51 112 0 6940 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 41948

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

Child status: 1
Real time (s): 1816.64
CPU time (s): 1800.07
CPU user time (s): 1799.59
CPU system time (s): 0.481926
CPU usage (%): 99.0878
Max. virtual memory (cumulated for all children) (KiB): 821060

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.59
system time used= 0.481926
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35716
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= 1369
involuntary context switches= 37753

runsolver used 2.16267 s user time and 5.8961 s system time

The end

Launcher Data (download as text)

Begin job on node29 on Mon Jan 29 20:31:45 UTC 2007


IDJOB= 221786
IDBENCH= 5467
IDSOLVER= 86
FILE ID= node29/221786-1170102704

PBS_JOBID= 3689765

Free space on /tmp= 66562 MiB

SOLVER NAME= sugar 0.40
BENCH NAME= HOME/pub/bench/CPAI06/random/rand-2-24/rand-24-24-276-139-53021_ext.xml
COMMAND LINE= /tmp/evaluation/221786-1170102704/solver /tmp/evaluation/221786-1170102704 /tmp/evaluation/221786-1170102704/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node29/watcher-221786-1170102704 -o ROOT/results/node29/solver-221786-1170102704 -C 1800 -M 900  /tmp/evaluation/221786-1170102704/solver /tmp/evaluation/221786-1170102704 /tmp/evaluation/221786-1170102704/unknown.xml

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  52ce1adbb69405dbd0eb9fe0ed582574

RANDOM SEED= 567596370

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.209
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	: 5931.00
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.209
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:       1736336 kB
Buffers:         35892 kB
Cached:          54956 kB
SwapCached:          0 kB
Active:         216024 kB
Inactive:        49676 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1736336 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3408 kB
Writeback:           0 kB
Mapped:         200384 kB
Slab:            38500 kB
Committed_AS:   602280 kB
PageTables:       2464 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= 66553 MiB



End job on node29 on Mon Jan 29 21:02:01 UTC 2007