Trace number 221842

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 1815.88

General information on the benchmark

Namerandom/rand-2-24/
rand-24-24-276-139-57021_ext.xml
MD5SUM656731a78971893f85baaac0920e1a7e
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 benchmark53.8058
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/221842-1170102707/sugar-v0-40.jar)
0.05	
0.05	c # MAIN  BEGIN : /tmp/evaluation/221842-1170102707/unknown.xml [Mon Jan 29 21:31:50 2007]
0.05	c # CONVERT_XML  BEGIN : /tmp/evaluation/221842-1170102707/unknown.xml /tmp/evaluation/221842-1170102707/sugar26479.csp [Mon Jan 29 21:31:50 2007]
0.05	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/221842-1170102707/sugar-v0-40.jar -convert /tmp/evaluation/221842-1170102707/unknown.xml /tmp/evaluation/221842-1170102707/sugar26479.csp
0.16	c BEGIN convert /tmp/evaluation/221842-1170102707/unknown.xml
0.65	c END convert (0.486899 seconds)
0.70	c # CONVERT_XML  END : /tmp/evaluation/221842-1170102707/sugar26479.csp 1240936 bytes (0 seconds) [Mon Jan 29 21:31:50 2007]
0.70	c # CONVERT_XML  CPU : 0.59 = 0 + 0 + 0.54 + 0.05
0.70	
0.70	c # GENERATE_SAT  BEGIN : /tmp/evaluation/221842-1170102707/sugar26479.bcnf [Mon Jan 29 21:31:50 2007]
0.70	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/221842-1170102707/sugar-v0-40.jar -bcnf -map /tmp/evaluation/221842-1170102707/sugar26479.map /tmp/evaluation/221842-1170102707/sugar26479.csp /tmp/evaluation/221842-1170102707/sugar26479.bcnf
0.81	c BEGIN parse /tmp/evaluation/221842-1170102707/sugar26479.csp
5.43	c END parse (4.612284 seconds)
5.43	c BEGIN simplify
5.45	c END simplify (0.021769 seconds)
5.45	c BEGIN encode /tmp/evaluation/221842-1170102707/sugar26479.bcnf
5.67	c END encode (0.215076 seconds)
5.68	c # GENERATE_SAT  END : 552 variables 38892 clauses 748060 bytes (5 seconds) [Mon Jan 29 21:31:55 2007]
5.68	c # GENERATE_SAT  CPU : 4.93 = 0 + 0 + 4.79 + 0.14
5.68	
5.68	c # SOLVE_SAT  BEGIN : /tmp/evaluation/221842-1170102707/sugar26479.bcnf [Mon Jan 29 21:31:55 2007]
5.68	c # CMD : /tmp/evaluation/221842-1170102707/minisat /tmp/evaluation/221842-1170102707/sugar26479.bcnf /tmp/evaluation/221842-1170102707/sugar26479.out
5.71	c ==================================[MINISAT]===================================
5.71	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
5.71	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
5.71	c ==============================================================================
5.71	c |         0 |   38892   148117 |   12964       0        0     nan |  0.000 % |
5.73	c |       101 |   38892   148117 |   14260     101      875     8.7 |  0.000 % |
5.75	c |       251 |   38894   148117 |   15686     249     2355     9.5 |  0.007 % |
5.79	c |       476 |   38894   148117 |   17255     474     4236     8.9 |  0.011 % |
5.84	c |       813 |   38894   148117 |   18980     811     7315     9.0 |  0.012 % |
5.93	c |      1321 |   38894   148117 |   20878    1319    12148     9.2 |  0.011 % |
6.06	c |      2080 |   38894   148117 |   22966    2078    18936     9.1 |  0.012 % |
6.24	c |      3219 |   38895   148117 |   25263    3216    30565     9.5 |  0.011 % |
6.54	c |      4927 |   38895   148117 |   27789    4924    47427     9.6 |  0.011 % |
7.00	c |      7489 |   38895   148117 |   30568    7486    75302    10.1 |  0.011 % |
7.74	c |     11335 |   38898   148117 |   33625   11329   117949    10.4 |  0.011 % |
9.03	c |     17101 |   38898   148117 |   36987   17095   190554    11.1 |  0.012 % |
11.36	c |     25751 |   38898   148117 |   40686   25745   296439    11.5 |  0.011 % |
15.52	c |     38726 |   38904   148117 |   44755   38714   457890    11.8 |  0.005 % |
21.59	c |     58190 |   38906   148117 |   49230   25660   323017    12.6 |  0.011 % |
32.65	c |     87382 |   38910   148117 |   54153   19280   256131    13.3 |  0.012 % |
50.10	c |    131173 |   38914   148117 |   59569   23165   292544    12.6 |  0.013 % |
75.36	c |    196861 |   38918   148117 |   65526   43423   618223    14.2 |  0.013 % |
119.71	c |    295387 |   38926   148117 |   72078   41533   625771    15.1 |  0.012 % |
209.72	c |    443176 |   38937   148117 |   79286   16221   222186    13.7 |  0.013 % |
341.41	c |    664859 |   38946   148117 |   87215   49765   666049    13.4 |  0.005 % |
545.76	c |    997387 |   38952   148117 |   95936   33123   476645    14.4 |  0.013 % |
850.49	c |   1496175 |   38850   147784 |  105530   83487  1335325    16.0 |  0.181 % |
1341.88	c |   2244358 |   38871   147784 |  116083   30422   469052    15.4 |  0.188 % |
1815.88	s UNKNOWN
1815.88	c # ERROR No such file or directory /tmp/evaluation/221842-1170102707/sugar26479.out, at /tmp/evaluation/221842-1170102707/sugar line 393.
1815.88	
1815.88	c # MAIN  END :  (1816 seconds) [Mon Jan 29 22:02:06 2007]
1815.88	c # MAIN  CPU : 1800.01 = 0 + 0 + 1799.47 + 0.54
1815.88	

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/node6/watcher-221842-1170102707 -o ROOT/results/node6/solver-221842-1170102707 -C 1800 -M 900 /tmp/evaluation/221842-1170102707/solver /tmp/evaluation/221842-1170102707 /tmp/evaluation/221842-1170102707/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.90 1.96 2.06 3/94 26480
/proc/meminfo: memFree=1414432/2055924 swapFree=4192812/4192956
[pid=26479] ppid=26477 vsize=18540 CPUtime=0
/proc/26479/stat : 26479 (runsolver) R 26477 26479 25997 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 30225683 18984960 279 18446744073709551615 4194304 4267372 548682069040 18446744073709551615 268582841639 0 0 4096 24578 0 0 0 17 1 0 0
/proc/26479/statm: 4635 279 244 17 0 2626 0

[startup+0.102274 s]
/proc/loadavg: 1.90 1.96 2.06 3/94 26480
/proc/meminfo: memFree=1414432/2055924 swapFree=4192812/4192956
[pid=26479] ppid=26477 vsize=13724 CPUtime=0.03
/proc/26479/stat : 26479 (sugar) S 26477 26479 25997 0 -1 4194304 1112 0 0 0 3 0 0 0 18 0 1 0 30225683 14053376 805 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26479/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+0.510355 s]
/proc/loadavg: 1.90 1.96 2.06 3/94 26480
/proc/meminfo: memFree=1414432/2055924 swapFree=4192812/4192956
[pid=26479] ppid=26477 vsize=13724 CPUtime=0.03
/proc/26479/stat : 26479 (sugar) S 26477 26479 25997 0 -1 4194304 1121 0 0 0 3 0 0 0 15 0 1 0 30225683 14053376 805 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26479/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+1.33852 s]
/proc/loadavg: 1.90 1.96 2.06 4/102 26496
/proc/meminfo: memFree=1372128/2055924 swapFree=4192812/4192956
[pid=26479] ppid=26477 vsize=13724 CPUtime=0.62
/proc/26479/stat : 26479 (sugar) S 26477 26479 25997 0 -1 4194304 1190 7520 0 1 3 0 54 5 15 0 1 0 30225683 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26479/statm: 3431 809 371 3 0 531 0
[pid=26489] ppid=26479 vsize=807064 CPUtime=0.61
/proc/26489/stat : 26489 (java) R 26479 26479 25997 0 -1 0 8029 0 1 0 56 5 0 0 25 0 8 0 30225753 826433536 7776 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26489/statm: 201766 7776 1494 14 0 189044 0
[pid=26489/tid=26490] ppid=26479 vsize=807064 CPUtime=0.11
/proc/26489/task/26490/stat : 26490 (java) R 26479 26479 25997 0 -1 64 1976 0 0 0 11 0 0 0 16 0 8 0 30225756 826433536 7776 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4153823351 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26489/tid=26491] ppid=26479 vsize=807064 CPUtime=0
/proc/26489/task/26491/stat : 26491 (java) S 26479 26479 25997 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 30225756 826433536 7776 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26489/tid=26492] ppid=26479 vsize=807064 CPUtime=0
/proc/26489/task/26492/stat : 26492 (java) S 26479 26479 25997 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30225756 826433536 7776 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26489/tid=26493] ppid=26479 vsize=807064 CPUtime=0
/proc/26489/task/26493/stat : 26493 (java) S 26479 26479 25997 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 30225760 826433536 7776 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26489/tid=26494] ppid=26479 vsize=807064 CPUtime=0.05
/proc/26489/task/26494/stat : 26494 (java) S 26479 26479 25997 0 -1 64 292 0 0 0 5 0 0 0 18 0 8 0 30225760 826433536 7776 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26489/tid=26495] ppid=26479 vsize=807064 CPUtime=0
/proc/26489/task/26495/stat : 26495 (java) S 26479 26479 25997 0 -1 64 3 0 0 0 0 0 0 0 25 0 8 0 30225760 826433536 7776 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26489/tid=26496] ppid=26479 vsize=807064 CPUtime=0
/proc/26489/task/26496/stat : 26496 (java) S 26479 26479 25997 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30225760 826433536 7776 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 820788

[startup+2.97684 s]
/proc/loadavg: 1.90 1.96 2.06 3/102 26496
/proc/meminfo: memFree=1342048/2055924 swapFree=4192812/4192956
[pid=26479] ppid=26477 vsize=13724 CPUtime=0.62
/proc/26479/stat : 26479 (sugar) S 26477 26479 25997 0 -1 4194304 1190 7520 0 1 3 0 54 5 15 0 1 0 30225683 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26479/statm: 3431 809 371 3 0 531 0
[pid=26489] ppid=26479 vsize=807336 CPUtime=2.25
/proc/26489/stat : 26489 (java) R 26479 26479 25997 0 -1 0 13396 0 1 0 216 9 0 0 25 0 8 0 30225753 826712064 13129 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073584667 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26489/statm: 201834 13129 1506 14 0 189112 0
[pid=26489/tid=26490] ppid=26479 vsize=807336 CPUtime=0.49
/proc/26489/task/26490/stat : 26490 (java) S 26479 26479 25997 0 -1 64 7196 0 0 0 46 3 0 0 16 0 8 0 30225756 826712064 13129 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26489/tid=26491] ppid=26479 vsize=807336 CPUtime=0
/proc/26489/task/26491/stat : 26491 (java) S 26479 26479 25997 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 30225756 826712064 13129 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26489/tid=26492] ppid=26479 vsize=807336 CPUtime=0
/proc/26489/task/26492/stat : 26492 (java) S 26479 26479 25997 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30225756 826712064 13129 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26489/tid=26493] ppid=26479 vsize=807336 CPUtime=0
/proc/26489/task/26493/stat : 26493 (java) S 26479 26479 25997 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 30225760 826712064 13129 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26489/tid=26494] ppid=26479 vsize=807336 CPUtime=0.12
/proc/26489/task/26494/stat : 26494 (java) S 26479 26479 25997 0 -1 64 400 0 0 0 12 0 0 0 16 0 8 0 30225760 826712064 13129 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26489/tid=26495] ppid=26479 vsize=807336 CPUtime=0
/proc/26489/task/26495/stat : 26495 (java) S 26479 26479 25997 0 -1 64 3 0 0 0 0 0 0 0 25 0 8 0 30225760 826712064 13129 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26489/tid=26496] ppid=26479 vsize=807336 CPUtime=0
/proc/26489/task/26496/stat : 26496 (java) S 26479 26479 25997 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30225760 826712064 13129 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.87
Current children cumulated vsize (KiB) 821060

[startup+6.17948 s]
/proc/loadavg: 1.99 1.98 2.06 3/102 26496
/proc/meminfo: memFree=1262496/2055924 swapFree=4192812/4192956
[pid=26479] ppid=26477 vsize=13724 CPUtime=5.55
/proc/26479/stat : 26479 (sugar) S 26477 26479 25997 0 -1 4194304 1276 27728 0 2 3 0 533 19 15 0 1 0 30225683 14053376 815 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26479/statm: 3431 815 373 3 0 531 0
Current children cumulated CPU time (s) 5.55
Current children cumulated vsize (KiB) 13724

[startup+12.6547 s]
/proc/loadavg: 1.99 1.98 2.06 2/82 26506
/proc/meminfo: memFree=1862208/2055924 swapFree=4192812/4192956
[pid=26479] ppid=26477 vsize=13724 CPUtime=5.55
/proc/26479/stat : 26479 (sugar) S 26477 26479 25997 0 -1 4194304 1276 27728 0 2 3 0 533 19 16 0 1 0 30225683 14053376 815 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26479/statm: 3431 815 373 3 0 531 0
[pid=26497] ppid=26479 vsize=5676 CPUtime=6.94
/proc/26497/stat : 26497 (minisat) R 26479 26479 25997 0 -1 0 1259 0 0 0 694 0 0 0 25 0 1 0 30226251 5812224 1062 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/26497/statm: 1419 1062 51 112 0 1303 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 19400

[startup+25.4683 s]
/proc/loadavg: 1.77 1.93 2.04 2/82 26577
/proc/meminfo: memFree=1859776/2055924 swapFree=4192812/4192956
[pid=26479] ppid=26477 vsize=13724 CPUtime=5.55
/proc/26479/stat : 26479 (sugar) S 26477 26479 25997 0 -1 4194304 1276 27728 0 2 3 0 533 19 16 0 1 0 30225683 14053376 815 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26479/statm: 3431 815 373 3 0 531 0
[pid=26497] ppid=26479 vsize=6988 CPUtime=19.72
/proc/26497/stat : 26497 (minisat) R 26479 26479 25997 0 -1 0 1587 0 0 0 1970 2 0 0 25 0 1 0 30226251 7155712 1390 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528433 0 0 4096 3 0 0 0 17 1 0 0
/proc/26497/statm: 1747 1390 51 112 0 1631 0
Current children cumulated CPU time (s) 25.27
Current children cumulated vsize (KiB) 20712

[startup+51.1073 s]
/proc/loadavg: 1.51 1.85 2.01 2/79 26655
/proc/meminfo: memFree=1864088/2055924 swapFree=4192812/4192956
[pid=26479] ppid=26477 vsize=13724 CPUtime=5.55
/proc/26479/stat : 26479 (sugar) S 26477 26479 25997 0 -1 4194304 1276 27728 0 2 3 0 533 19 16 0 1 0 30225683 14053376 815 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26479/statm: 3431 815 373 3 0 531 0
[pid=26497] ppid=26479 vsize=8744 CPUtime=45.29
/proc/26497/stat : 26497 (minisat) R 26479 26479 25997 0 -1 0 2020 0 0 0 4526 3 0 0 25 0 1 0 30226251 8953856 1823 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528416 0 0 4096 3 0 0 0 17 0 0 0
/proc/26497/statm: 2186 1823 51 112 0 2070 0
Current children cumulated CPU time (s) 50.84
Current children cumulated vsize (KiB) 22468

[startup+102.388 s]
/proc/loadavg: 1.38 1.75 1.97 3/89 26811
/proc/meminfo: memFree=1846856/2055924 swapFree=4192812/4192956
[pid=26479] ppid=26477 vsize=13724 CPUtime=5.55
/proc/26479/stat : 26479 (sugar) S 26477 26479 25997 0 -1 4194304 1276 27728 0 2 3 0 533 19 16 0 1 0 30225683 14053376 815 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26479/statm: 3431 815 373 3 0 531 0
[pid=26497] ppid=26479 vsize=10984 CPUtime=96.44
/proc/26497/stat : 26497 (minisat) R 26479 26479 25997 0 -1 0 2541 0 0 0 9639 5 0 0 25 0 1 0 30226251 11247616 2344 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528758 0 0 4096 3 0 0 0 17 0 0 0
/proc/26497/statm: 2746 2344 51 112 0 2630 0
Current children cumulated CPU time (s) 101.99
Current children cumulated vsize (KiB) 24708

[startup+162.45 s]
/proc/loadavg: 1.70 1.77 1.96 4/95 26882
/proc/meminfo: memFree=1637976/2055924 swapFree=4192812/4192956
[pid=26479] ppid=26477 vsize=13724 CPUtime=5.55
/proc/26479/stat : 26479 (sugar) S 26477 26479 25997 0 -1 4194304 1276 27728 0 2 3 0 533 19 16 0 1 0 30225683 14053376 815 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26479/statm: 3431 815 373 3 0 531 0
[pid=26497] ppid=26479 vsize=12748 CPUtime=156.02
/proc/26497/stat : 26497 (minisat) R 26479 26479 25997 0 -1 0 2977 0 0 0 15594 8 0 0 25 0 1 0 30226251 13053952 2780 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528371 0 0 4096 3 0 0 0 17 0 0 0
/proc/26497/statm: 3187 2780 51 112 0 3071 0
Current children cumulated CPU time (s) 161.57
Current children cumulated vsize (KiB) 26472

[startup+222.487 s]
/proc/loadavg: 1.97 1.84 1.97 3/95 26884
/proc/meminfo: memFree=1552856/2055924 swapFree=4192812/4192956
[pid=26479] ppid=26477 vsize=13724 CPUtime=5.55
/proc/26479/stat : 26479 (sugar) S 26477 26479 25997 0 -1 4194304 1276 27728 0 2 3 0 533 19 16 0 1 0 30225683 14053376 815 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26479/statm: 3431 815 373 3 0 531 0
[pid=26497] ppid=26479 vsize=13260 CPUtime=215.42
/proc/26497/stat : 26497 (minisat) R 26479 26479 25997 0 -1 0 3107 0 0 0 21534 8 0 0 25 0 1 0 30226251 13578240 2910 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/26497/statm: 3315 2910 51 112 0 3199 0
Current children cumulated CPU time (s) 220.97
Current children cumulated vsize (KiB) 26984

[startup+282.558 s]
/proc/loadavg: 2.17 1.92 1.99 4/95 26884
/proc/meminfo: memFree=1398936/2055924 swapFree=4192812/4192956
[pid=26479] ppid=26477 vsize=13724 CPUtime=5.55
/proc/26479/stat : 26479 (sugar) S 26477 26479 25997 0 -1 4194304 1276 27728 0 2 3 0 533 19 16 0 1 0 30225683 14053376 815 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26479/statm: 3431 815 373 3 0 531 0
[pid=26497] ppid=26479 vsize=14616 CPUtime=274.88
/proc/26497/stat : 26497 (minisat) R 26479 26479 25997 0 -1 0 3432 0 0 0 27479 9 0 0 25 0 1 0 30226251 14966784 3235 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/26497/statm: 3654 3235 51 112 0 3538 0
Current children cumulated CPU time (s) 280.43
Current children cumulated vsize (KiB) 28340

[startup+342.633 s]
/proc/loadavg: 2.35 2.01 2.02 4/95 26884
/proc/meminfo: memFree=1263832/2055924 swapFree=4192812/4192956
[pid=26479] ppid=26477 vsize=13724 CPUtime=5.55
/proc/26479/stat : 26479 (sugar) S 26477 26479 25997 0 -1 4194304 1276 27728 0 2 3 0 533 19 16 0 1 0 30225683 14053376 815 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26479/statm: 3431 815 373 3 0 531 0
[pid=26497] ppid=26479 vsize=15484 CPUtime=334.36
/proc/26497/stat : 26497 (minisat) R 26479 26479 25997 0 -1 0 3637 0 0 0 33427 9 0 0 25 0 1 0 30226251 15855616 3440 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/26497/statm: 3871 3440 51 112 0 3755 0
Current children cumulated CPU time (s) 339.91
Current children cumulated vsize (KiB) 29208

[startup+402.703 s]
/proc/loadavg: 2.35 2.07 2.03 3/95 26884
/proc/meminfo: memFree=1260184/2055924 swapFree=4192812/4192956
[pid=26479] ppid=26477 vsize=13724 CPUtime=5.55
/proc/26479/stat : 26479 (sugar) S 26477 26479 25997 0 -1 4194304 1276 27728 0 2 3 0 533 19 16 0 1 0 30225683 14053376 815 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26479/statm: 3431 815 373 3 0 531 0
[pid=26497] ppid=26479 vsize=16036 CPUtime=393.82
/proc/26497/stat : 26497 (minisat) R 26479 26479 25997 0 -1 0 3772 0 0 0 39373 9 0 0 25 0 1 0 30226251 16420864 3575 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528572 0 0 4096 3 0 0 0 17 0 0 0
/proc/26497/statm: 4009 3575 51 112 0 3893 0

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

/proc/26479/stat : 26479 (sugar) S 26477 26479 25997 0 -1 4194304 1276 27728 0 2 3 0 533 19 16 0 1 0 30225683 14053376 815 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26479/statm: 3431 815 373 3 0 531 0
[pid=26497] ppid=26479 vsize=24220 CPUtime=1048.73
/proc/26497/stat : 26497 (minisat) R 26479 26479 25997 0 -1 0 5714 0 0 0 104858 15 0 0 25 0 1 0 30226251 24801280 5509 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528340 0 0 4096 3 0 0 0 17 0 0 0
/proc/26497/statm: 6055 5509 51 112 0 5939 0
Current children cumulated CPU time (s) 1054.28
Current children cumulated vsize (KiB) 37944

[startup+1123.45 s]
/proc/loadavg: 2.00 2.01 2.00 3/88 26885
/proc/meminfo: memFree=1579088/2055924 swapFree=4192812/4192956
[pid=26479] ppid=26477 vsize=13724 CPUtime=5.55
/proc/26479/stat : 26479 (sugar) S 26477 26479 25997 0 -1 4194304 1276 27728 0 2 3 0 533 19 16 0 1 0 30225683 14053376 815 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26479/statm: 3431 815 373 3 0 531 0
[pid=26497] ppid=26479 vsize=24220 CPUtime=1108.24
/proc/26497/stat : 26497 (minisat) R 26479 26479 25997 0 -1 0 5720 0 0 0 110809 15 0 0 25 0 1 0 30226251 24801280 5515 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/26497/statm: 6055 5515 51 112 0 5939 0
Current children cumulated CPU time (s) 1113.79
Current children cumulated vsize (KiB) 37944

[startup+1183.51 s]
/proc/loadavg: 2.00 2.01 2.00 3/88 26885
/proc/meminfo: memFree=1573840/2055924 swapFree=4192812/4192956
[pid=26479] ppid=26477 vsize=13724 CPUtime=5.55
/proc/26479/stat : 26479 (sugar) S 26477 26479 25997 0 -1 4194304 1276 27728 0 2 3 0 533 19 16 0 1 0 30225683 14053376 815 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26479/statm: 3431 815 373 3 0 531 0
[pid=26497] ppid=26479 vsize=24624 CPUtime=1167.78
/proc/26497/stat : 26497 (minisat) R 26479 26479 25997 0 -1 0 5803 0 0 0 116763 15 0 0 25 0 1 0 30226251 25214976 5598 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/26497/statm: 6156 5598 51 112 0 6040 0
Current children cumulated CPU time (s) 1173.33
Current children cumulated vsize (KiB) 38348

[startup+1243.57 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 26885
/proc/meminfo: memFree=1568592/2055924 swapFree=4192812/4192956
[pid=26479] ppid=26477 vsize=13724 CPUtime=5.55
/proc/26479/stat : 26479 (sugar) S 26477 26479 25997 0 -1 4194304 1276 27728 0 2 3 0 533 19 16 0 1 0 30225683 14053376 815 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26479/statm: 3431 815 373 3 0 531 0
[pid=26497] ppid=26479 vsize=25064 CPUtime=1227.31
/proc/26497/stat : 26497 (minisat) R 26479 26479 25997 0 -1 0 5909 0 0 0 122716 15 0 0 25 0 1 0 30226251 25665536 5704 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/26497/statm: 6266 5704 51 112 0 6150 0
Current children cumulated CPU time (s) 1232.86
Current children cumulated vsize (KiB) 38788

[startup+1303.63 s]
/proc/loadavg: 2.04 2.01 2.00 3/88 26885
/proc/meminfo: memFree=1562640/2055924 swapFree=4192812/4192956
[pid=26479] ppid=26477 vsize=13724 CPUtime=5.55
/proc/26479/stat : 26479 (sugar) S 26477 26479 25997 0 -1 4194304 1276 27728 0 2 3 0 533 19 16 0 1 0 30225683 14053376 815 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26479/statm: 3431 815 373 3 0 531 0
[pid=26497] ppid=26479 vsize=25504 CPUtime=1286.85
/proc/26497/stat : 26497 (minisat) R 26479 26479 25997 0 -1 0 5986 0 0 0 128669 16 0 0 25 0 1 0 30226251 26116096 5781 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/26497/statm: 6376 5781 51 112 0 6260 0
Current children cumulated CPU time (s) 1292.4
Current children cumulated vsize (KiB) 39228

[startup+1363.69 s]
/proc/loadavg: 2.01 2.01 2.00 3/88 26885
/proc/meminfo: memFree=1557776/2055924 swapFree=4192812/4192956
[pid=26479] ppid=26477 vsize=13724 CPUtime=5.55
/proc/26479/stat : 26479 (sugar) S 26477 26479 25997 0 -1 4194304 1276 27728 0 2 3 0 533 19 16 0 1 0 30225683 14053376 815 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26479/statm: 3431 815 373 3 0 531 0
[pid=26497] ppid=26479 vsize=25504 CPUtime=1346.39
/proc/26497/stat : 26497 (minisat) R 26479 26479 25997 0 -1 0 6019 0 0 0 134623 16 0 0 25 0 1 0 30226251 26116096 5814 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528401 0 0 4096 3 0 0 0 17 0 0 0
/proc/26497/statm: 6376 5814 51 112 0 6260 0
Current children cumulated CPU time (s) 1351.94
Current children cumulated vsize (KiB) 39228

[startup+1423.76 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 26885
/proc/meminfo: memFree=1551696/2055924 swapFree=4192812/4192956
[pid=26479] ppid=26477 vsize=13724 CPUtime=5.55
/proc/26479/stat : 26479 (sugar) S 26477 26479 25997 0 -1 4194304 1276 27728 0 2 3 0 533 19 16 0 1 0 30225683 14053376 815 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26479/statm: 3431 815 373 3 0 531 0
[pid=26497] ppid=26479 vsize=25916 CPUtime=1405.93
/proc/26497/stat : 26497 (minisat) R 26479 26479 25997 0 -1 0 6125 0 0 0 140577 16 0 0 25 0 1 0 30226251 26537984 5920 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528392 0 0 4096 3 0 0 0 17 0 0 0
/proc/26497/statm: 6479 5920 51 112 0 6363 0
Current children cumulated CPU time (s) 1411.48
Current children cumulated vsize (KiB) 39640

[startup+1483.81 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 26885
/proc/meminfo: memFree=1546640/2055924 swapFree=4192812/4192956
[pid=26479] ppid=26477 vsize=13724 CPUtime=5.55
/proc/26479/stat : 26479 (sugar) S 26477 26479 25997 0 -1 4194304 1276 27728 0 2 3 0 533 19 16 0 1 0 30225683 14053376 815 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26479/statm: 3431 815 373 3 0 531 0
[pid=26497] ppid=26479 vsize=26500 CPUtime=1465.45
/proc/26497/stat : 26497 (minisat) R 26479 26479 25997 0 -1 0 6231 0 0 0 146529 16 0 0 25 0 1 0 30226251 27136000 6026 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/26497/statm: 6625 6026 51 112 0 6509 0
Current children cumulated CPU time (s) 1471
Current children cumulated vsize (KiB) 40224

[startup+1543.87 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 26885
/proc/meminfo: memFree=1541968/2055924 swapFree=4192812/4192956
[pid=26479] ppid=26477 vsize=13724 CPUtime=5.55
/proc/26479/stat : 26479 (sugar) S 26477 26479 25997 0 -1 4194304 1276 27728 0 2 3 0 533 19 16 0 1 0 30225683 14053376 815 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26479/statm: 3431 815 373 3 0 531 0
[pid=26497] ppid=26479 vsize=26800 CPUtime=1525
/proc/26497/stat : 26497 (minisat) R 26479 26479 25997 0 -1 0 6303 0 0 0 152483 17 0 0 25 0 1 0 30226251 27443200 6098 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/26497/statm: 6700 6098 51 112 0 6584 0
Current children cumulated CPU time (s) 1530.55
Current children cumulated vsize (KiB) 40524

[startup+1603.93 s]
/proc/loadavg: 2.00 2.00 2.00 4/88 26885
/proc/meminfo: memFree=1537680/2055924 swapFree=4192812/4192956
[pid=26479] ppid=26477 vsize=13724 CPUtime=5.55
/proc/26479/stat : 26479 (sugar) S 26477 26479 25997 0 -1 4194304 1276 27728 0 2 3 0 533 19 16 0 1 0 30225683 14053376 815 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26479/statm: 3431 815 373 3 0 531 0
[pid=26497] ppid=26479 vsize=27092 CPUtime=1584.54
/proc/26497/stat : 26497 (minisat) R 26479 26479 25997 0 -1 0 6391 0 0 0 158437 17 0 0 25 0 1 0 30226251 27742208 6186 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528404 0 0 4096 3 0 0 0 17 0 0 0
/proc/26497/statm: 6773 6186 51 112 0 6657 0
Current children cumulated CPU time (s) 1590.09
Current children cumulated vsize (KiB) 40816

[startup+1663.99 s]
/proc/loadavg: 2.06 2.02 2.00 3/88 26885
/proc/meminfo: memFree=1533136/2055924 swapFree=4192812/4192956
[pid=26479] ppid=26477 vsize=13724 CPUtime=5.55
/proc/26479/stat : 26479 (sugar) S 26477 26479 25997 0 -1 4194304 1276 27728 0 2 3 0 533 19 16 0 1 0 30225683 14053376 815 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26479/statm: 3431 815 373 3 0 531 0
[pid=26497] ppid=26479 vsize=27516 CPUtime=1644.06
/proc/26497/stat : 26497 (minisat) R 26479 26479 25997 0 -1 0 6471 0 0 0 164389 17 0 0 25 0 1 0 30226251 28176384 6266 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/26497/statm: 6879 6266 51 112 0 6763 0
Current children cumulated CPU time (s) 1649.61
Current children cumulated vsize (KiB) 41240

[startup+1724.06 s]
/proc/loadavg: 2.02 2.01 2.00 3/88 26885
/proc/meminfo: memFree=1528656/2055924 swapFree=4192812/4192956
[pid=26479] ppid=26477 vsize=13724 CPUtime=5.55
/proc/26479/stat : 26479 (sugar) S 26477 26479 25997 0 -1 4194304 1276 27728 0 2 3 0 533 19 16 0 1 0 30225683 14053376 815 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26479/statm: 3431 815 373 3 0 531 0
[pid=26497] ppid=26479 vsize=27552 CPUtime=1703.62
/proc/26497/stat : 26497 (minisat) R 26479 26479 25997 0 -1 0 6548 0 0 0 170344 18 0 0 25 0 1 0 30226251 28213248 6297 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/26497/statm: 6888 6297 51 112 0 6772 0
Current children cumulated CPU time (s) 1709.17
Current children cumulated vsize (KiB) 41276

[startup+1784.14 s]
/proc/loadavg: 2.04 2.02 2.00 3/94 26989
/proc/meminfo: memFree=1522528/2055924 swapFree=4192812/4192956
[pid=26479] ppid=26477 vsize=13724 CPUtime=5.55
/proc/26479/stat : 26479 (sugar) S 26477 26479 25997 0 -1 4194304 1276 27728 0 2 3 0 533 19 16 0 1 0 30225683 14053376 815 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26479/statm: 3431 815 373 3 0 531 0
[pid=26497] ppid=26479 vsize=27704 CPUtime=1763.07
/proc/26497/stat : 26497 (minisat) R 26479 26479 25997 0 -1 0 6575 0 0 0 176280 27 0 0 25 0 1 0 30226251 28368896 6324 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528401 0 0 4096 3 0 0 0 17 0 0 0
/proc/26497/statm: 6926 6324 51 112 0 6810 0
Current children cumulated CPU time (s) 1768.62
Current children cumulated vsize (KiB) 41428



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1815.87 s]
/proc/loadavg: 2.02 2.02 2.00 3/94 27041
/proc/meminfo: memFree=1519904/2055924 swapFree=4192812/4192956
[pid=26479] ppid=26477 vsize=13724 CPUtime=5.55
/proc/26479/stat : 26479 (sugar) S 26477 26479 25997 0 -1 4194304 1276 27728 0 2 3 0 533 19 16 0 1 0 30225683 14053376 815 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26479/statm: 3431 815 373 3 0 531 0
[pid=26497] ppid=26479 vsize=28052 CPUtime=1794.47
/proc/26497/stat : 26497 (minisat) R 26479 26479 25997 0 -1 0 6669 0 0 0 179413 34 0 0 25 0 1 0 30226251 28725248 6418 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/26497/statm: 7013 6418 51 112 0 6897 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 41776

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

Child status: 1
Real time (s): 1815.88
CPU time (s): 1800.07
CPU user time (s): 1799.51
CPU system time (s): 0.556915
CPU usage (%): 99.129
Max. virtual memory (cumulated for all children) (KiB): 821060

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.51
system time used= 0.556915
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35762
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= 1545
involuntary context switches= 80966

runsolver used 1.90871 s user time and 5.07123 s system time

The end

Launcher Data (download as text)

Begin job on node6 on Mon Jan 29 20:31:48 UTC 2007


IDJOB= 221842
IDBENCH= 5469
IDSOLVER= 86
FILE ID= node6/221842-1170102707

PBS_JOBID= 3689551

Free space on /tmp= 66543 MiB

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

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  656731a78971893f85baaac0920e1a7e

RANDOM SEED= 904647965

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.277
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.277
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:      2055924 kB
MemFree:       1429000 kB
Buffers:         23360 kB
Cached:          71432 kB
SwapCached:          0 kB
Active:         541548 kB
Inactive:        36288 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1429000 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           19592 kB
Writeback:           0 kB
Mapped:         508544 kB
Slab:            33172 kB
Committed_AS:   995528 kB
PageTables:       3040 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= 66481 MiB



End job on node6 on Mon Jan 29 21:02:06 UTC 2007