Trace number 221870

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.06 1815.61

General information on the benchmark

Namerandom/rand-2-24/
rand-24-24-276-139-49021_ext.xml
MD5SUM018906158a3534888a95e4e4a84176ab
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 benchmark56.0685
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.04	c # Sugar v0-40 (/tmp/evaluation/221870-1170102709/sugar-v0-40.jar)
0.05	
0.05	c # MAIN  BEGIN : /tmp/evaluation/221870-1170102709/unknown.xml [Mon Jan 29 21:31:50 2007]
0.05	c # CONVERT_XML  BEGIN : /tmp/evaluation/221870-1170102709/unknown.xml /tmp/evaluation/221870-1170102709/sugar22380.csp [Mon Jan 29 21:31:50 2007]
0.05	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/221870-1170102709/sugar-v0-40.jar -convert /tmp/evaluation/221870-1170102709/unknown.xml /tmp/evaluation/221870-1170102709/sugar22380.csp
0.16	c BEGIN convert /tmp/evaluation/221870-1170102709/unknown.xml
0.68	c END convert (0.513426 seconds)
0.70	c # CONVERT_XML  END : /tmp/evaluation/221870-1170102709/sugar22380.csp 1240805 bytes (1 seconds) [Mon Jan 29 21:31:51 2007]
0.70	c # CONVERT_XML  CPU : 0.62 = 0 + 0 + 0.57 + 0.05
0.70	
0.70	c # GENERATE_SAT  BEGIN : /tmp/evaluation/221870-1170102709/sugar22380.bcnf [Mon Jan 29 21:31:51 2007]
0.70	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/221870-1170102709/sugar-v0-40.jar -bcnf -map /tmp/evaluation/221870-1170102709/sugar22380.map /tmp/evaluation/221870-1170102709/sugar22380.csp /tmp/evaluation/221870-1170102709/sugar22380.bcnf
0.82	c BEGIN parse /tmp/evaluation/221870-1170102709/sugar22380.csp
5.70	c END parse (4.878078 seconds)
5.70	c BEGIN simplify
5.72	c END simplify (0.020567 seconds)
5.72	c BEGIN encode /tmp/evaluation/221870-1170102709/sugar22380.bcnf
5.93	c END encode (0.208186 seconds)
5.94	c # GENERATE_SAT  END : 552 variables 38892 clauses 748188 bytes (5 seconds) [Mon Jan 29 21:31:56 2007]
5.94	c # GENERATE_SAT  CPU : 5.19 = 0 + 0 + 5.07 + 0.12
5.94	
5.94	c # SOLVE_SAT  BEGIN : /tmp/evaluation/221870-1170102709/sugar22380.bcnf [Mon Jan 29 21:31:56 2007]
5.94	c # CMD : /tmp/evaluation/221870-1170102709/minisat /tmp/evaluation/221870-1170102709/sugar22380.bcnf /tmp/evaluation/221870-1170102709/sugar22380.out
5.97	c ==================================[MINISAT]===================================
5.97	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
5.97	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
5.97	c ==============================================================================
5.97	c |         0 |   38892   148149 |   12964       0        0     nan |  0.000 % |
5.99	c |       101 |   38892   148149 |   14260     101      904     9.0 |  0.000 % |
6.01	c |       251 |   38892   148149 |   15686     251     2209     8.8 |  0.007 % |
6.05	c |       476 |   38893   148149 |   17255     475     4299     9.1 |  0.014 % |
6.10	c |       813 |   38894   148149 |   18980     811     7611     9.4 |  0.007 % |
6.18	c |      1319 |   38894   148149 |   20878    1317    12370     9.4 |  0.014 % |
6.32	c |      2078 |   38894   148149 |   22966    2076    19541     9.4 |  0.014 % |
6.50	c |      3217 |   38894   148149 |   25263    3215    30714     9.6 |  0.014 % |
6.79	c |      4925 |   38894   148149 |   27789    4923    48067     9.8 |  0.014 % |
7.29	c |      7487 |   38896   148149 |   30568    7483    77929    10.4 |  0.014 % |
8.10	c |     11331 |   38896   148149 |   33625   11327   123056    10.9 |  0.014 % |
9.40	c |     17097 |   38896   148149 |   36987   17093   191845    11.2 |  0.014 % |
11.67	c |     25746 |   38896   148149 |   40686   25742   301220    11.7 |  0.014 % |
16.36	c |     38721 |   38896   148149 |   44755   38717   466639    12.1 |  0.014 % |
23.18	c |     58183 |   38897   148149 |   49230   26606   331115    12.4 |  0.014 % |
35.01	c |     87375 |   38903   148149 |   54153   20047   281537    14.0 |  0.015 % |
53.86	c |    131166 |   38905   148149 |   59569   24111   302359    12.5 |  0.015 % |
84.28	c |    196851 |   38906   148149 |   65526   45118   608822    13.5 |  0.015 % |
134.04	c |    295378 |   38911   148149 |   72078   42027   555603    13.2 |  0.016 % |
214.31	c |    443168 |   38916   148149 |   79286   19852   258024    13.0 |  0.007 % |
331.64	c |    664851 |   38939   148149 |   87215   48424   710221    14.7 |  0.007 % |
536.85	c |    997378 |   38950   148149 |   95936   25623   309997    12.1 |  0.013 % |
861.29	c |   1496167 |   38963   148149 |  105530   49619   649033    13.1 |  0.003 % |
1365.95	c |   2244349 |   38849   147771 |  116083   40381   609252    15.1 |  0.181 % |
1815.60	s UNKNOWN
1815.60	
1815.60	s UNKNOWN
1815.60	c # INTERRUPTED
1815.60	c # MAIN  END :  (1815 seconds) [Mon Jan 29 22:02:05 2007]
1815.60	c # MAIN  CPU : 1800 = 0.01 + 0 + 1799.72 + 0.27
1815.60	

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/node67/watcher-221870-1170102709 -o ROOT/results/node67/solver-221870-1170102709 -C 1800 -M 900 /tmp/evaluation/221870-1170102709/solver /tmp/evaluation/221870-1170102709 /tmp/evaluation/221870-1170102709/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: 0.97 1.23 1.62 3/73 22381
/proc/meminfo: memFree=1917600/2055920 swapFree=4192812/4192956
[pid=22380] ppid=22378 vsize=0 CPUtime=0
/proc/22380/stat : 22380 (runsolver) R 22378 22380 22275 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 30228601 0 0 18446744073709551615 0 0 0 18446744073709551615 271638392103 0 0 4096 24578 0 0 0 17 1 0 0
/proc/22380/statm: 0 0 0 0 0 0 0

[startup+0.102594 s]
/proc/loadavg: 0.97 1.23 1.62 3/73 22381
/proc/meminfo: memFree=1917600/2055920 swapFree=4192812/4192956
[pid=22380] ppid=22378 vsize=13724 CPUtime=0.03
/proc/22380/stat : 22380 (sugar) S 22378 22380 22275 0 -1 4194304 1112 0 0 0 3 0 0 0 20 0 1 0 30228601 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22380/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+0.51464 s]
/proc/loadavg: 0.97 1.23 1.62 3/73 22381
/proc/meminfo: memFree=1917600/2055920 swapFree=4192812/4192956
[pid=22380] ppid=22378 vsize=13724 CPUtime=0.03
/proc/22380/stat : 22380 (sugar) S 22378 22380 22275 0 -1 4194304 1121 0 0 0 3 0 0 0 15 0 1 0 30228601 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22380/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+1.34073 s]
/proc/loadavg: 0.97 1.23 1.62 4/89 22413
/proc/meminfo: memFree=1869592/2055920 swapFree=4192812/4192956
[pid=22380] ppid=22378 vsize=13724 CPUtime=0.65
/proc/22380/stat : 22380 (sugar) S 22378 22380 22275 0 -1 4194304 1190 7519 0 1 3 0 57 5 15 0 1 0 30228601 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22380/statm: 3431 809 371 3 0 531 0
[pid=22402] ppid=22380 vsize=808088 CPUtime=0.61
/proc/22402/stat : 22402 (java) R 22380 22380 22275 0 -1 0 7735 0 1 0 58 3 0 0 22 0 8 0 30228671 827482112 7483 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073531121 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22402/statm: 202022 7483 1494 14 0 189300 0
[pid=22402/tid=22407] ppid=22380 vsize=808088 CPUtime=0.09
/proc/22402/task/22407/stat : 22407 (java) S 22380 22380 22275 0 -1 64 1681 0 0 0 9 0 0 0 16 0 8 0 30228675 827482112 7483 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=22402/tid=22408] ppid=22380 vsize=808088 CPUtime=0
/proc/22402/task/22408/stat : 22408 (java) S 22380 22380 22275 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30228675 827482112 7483 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22402/tid=22409] ppid=22380 vsize=808088 CPUtime=0
/proc/22402/task/22409/stat : 22409 (java) S 22380 22380 22275 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 30228675 827482112 7483 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22402/tid=22410] ppid=22380 vsize=808088 CPUtime=0
/proc/22402/task/22410/stat : 22410 (java) S 22380 22380 22275 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 30228678 827482112 7483 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22402/tid=22411] ppid=22380 vsize=808088 CPUtime=0.05
/proc/22402/task/22411/stat : 22411 (java) S 22380 22380 22275 0 -1 64 292 0 0 0 5 0 0 0 16 0 8 0 30228678 827482112 7483 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22402/tid=22412] ppid=22380 vsize=808088 CPUtime=0
/proc/22402/task/22412/stat : 22412 (java) S 22380 22380 22275 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30228678 827482112 7483 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22402/tid=22413] ppid=22380 vsize=808088 CPUtime=0
/proc/22402/task/22413/stat : 22413 (java) S 22380 22380 22275 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 30228678 827482112 7483 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.26
Current children cumulated vsize (KiB) 821812

[startup+2.9779 s]
/proc/loadavg: 0.97 1.23 1.62 4/89 22413
/proc/meminfo: memFree=1833240/2055920 swapFree=4192812/4192956
[pid=22380] ppid=22378 vsize=13724 CPUtime=0.65
/proc/22380/stat : 22380 (sugar) S 22378 22380 22275 0 -1 4194304 1190 7519 0 1 3 0 57 5 15 0 1 0 30228601 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22380/statm: 3431 809 371 3 0 531 0
[pid=22402] ppid=22380 vsize=808360 CPUtime=2.24
/proc/22402/stat : 22402 (java) R 22380 22380 22275 0 -1 0 13178 0 1 0 218 6 0 0 25 0 8 0 30228671 827760640 12912 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22402/statm: 202090 12912 1506 14 0 189368 0
[pid=22402/tid=22407] ppid=22380 vsize=808360 CPUtime=0.49
/proc/22402/task/22407/stat : 22407 (java) R 22380 22380 22275 0 -1 64 6977 0 0 0 47 2 0 0 16 0 8 0 30228675 827760640 12912 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153827336 0 0 0 23759 0 0 0 -1 1 0 0
[pid=22402/tid=22408] ppid=22380 vsize=808360 CPUtime=0
/proc/22402/task/22408/stat : 22408 (java) S 22380 22380 22275 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30228675 827760640 12912 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22402/tid=22409] ppid=22380 vsize=808360 CPUtime=0
/proc/22402/task/22409/stat : 22409 (java) S 22380 22380 22275 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 30228675 827760640 12912 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22402/tid=22410] ppid=22380 vsize=808360 CPUtime=0
/proc/22402/task/22410/stat : 22410 (java) S 22380 22380 22275 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 30228678 827760640 12912 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22402/tid=22411] ppid=22380 vsize=808360 CPUtime=0.13
/proc/22402/task/22411/stat : 22411 (java) S 22380 22380 22275 0 -1 64 400 0 0 0 13 0 0 0 16 0 8 0 30228678 827760640 12912 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22402/tid=22412] ppid=22380 vsize=808360 CPUtime=0
/proc/22402/task/22412/stat : 22412 (java) S 22380 22380 22275 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30228678 827760640 12912 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22402/tid=22413] ppid=22380 vsize=808360 CPUtime=0
/proc/22402/task/22413/stat : 22413 (java) S 22380 22380 22275 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 30228678 827760640 12912 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.89
Current children cumulated vsize (KiB) 822084

[startup+6.27024 s]
/proc/loadavg: 1.13 1.26 1.63 4/82 22414
/proc/meminfo: memFree=1842384/2055920 swapFree=4192812/4192956
[pid=22380] ppid=22378 vsize=13724 CPUtime=5.85
/proc/22380/stat : 22380 (sugar) S 22378 22380 22275 0 -1 4194304 1276 27729 0 2 4 0 564 17 15 0 1 0 30228601 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22380/statm: 3431 815 373 3 0 531 0
Current children cumulated CPU time (s) 5.85
Current children cumulated vsize (KiB) 13724

[startup+12.7419 s]
/proc/loadavg: 1.20 1.28 1.63 3/75 22415
/proc/meminfo: memFree=1902728/2055920 swapFree=4192812/4192956
[pid=22380] ppid=22378 vsize=13724 CPUtime=5.85
/proc/22380/stat : 22380 (sugar) S 22378 22380 22275 0 -1 4194304 1276 27729 0 2 4 0 564 17 16 0 1 0 30228601 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22380/statm: 3431 815 373 3 0 531 0
[pid=22415] ppid=22380 vsize=5684 CPUtime=6.72
/proc/22415/stat : 22415 (minisat) R 22380 22380 22275 0 -1 0 1251 0 0 0 672 0 0 0 25 0 1 0 30229196 5820416 1054 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528771 0 0 4096 3 0 0 0 17 1 0 0
/proc/22415/statm: 1421 1054 51 112 0 1305 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 19408

[startup+25.5743 s]
/proc/loadavg: 1.32 1.30 1.63 3/75 22415
/proc/meminfo: memFree=1900112/2055920 swapFree=4192812/4192956
[pid=22380] ppid=22378 vsize=13724 CPUtime=5.85
/proc/22380/stat : 22380 (sugar) S 22378 22380 22275 0 -1 4194304 1276 27729 0 2 4 0 564 17 16 0 1 0 30228601 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22380/statm: 3431 815 373 3 0 531 0
[pid=22415] ppid=22380 vsize=7088 CPUtime=19.44
/proc/22415/stat : 22415 (minisat) R 22380 22380 22275 0 -1 0 1606 0 0 0 1943 1 0 0 25 0 1 0 30229196 7258112 1409 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/22415/statm: 1772 1409 51 112 0 1656 0
Current children cumulated CPU time (s) 25.29
Current children cumulated vsize (KiB) 20812

[startup+51.244 s]
/proc/loadavg: 1.59 1.36 1.64 3/75 22415
/proc/meminfo: memFree=1896976/2055920 swapFree=4192812/4192956
[pid=22380] ppid=22378 vsize=13724 CPUtime=5.85
/proc/22380/stat : 22380 (sugar) S 22378 22380 22275 0 -1 4194304 1276 27729 0 2 4 0 564 17 16 0 1 0 30228601 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22380/statm: 3431 815 373 3 0 531 0
[pid=22415] ppid=22380 vsize=8808 CPUtime=44.87
/proc/22415/stat : 22415 (minisat) R 22380 22380 22275 0 -1 0 2015 0 0 0 4486 1 0 0 25 0 1 0 30229196 9019392 1818 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528545 0 0 4096 3 0 0 0 17 1 0 0
/proc/22415/statm: 2202 1818 51 112 0 2086 0
Current children cumulated CPU time (s) 50.72
Current children cumulated vsize (KiB) 22532

[startup+102.482 s]
/proc/loadavg: 1.82 1.46 1.66 3/75 22415
/proc/meminfo: memFree=1893392/2055920 swapFree=4192812/4192956
[pid=22380] ppid=22378 vsize=13724 CPUtime=5.85
/proc/22380/stat : 22380 (sugar) S 22378 22380 22275 0 -1 4194304 1276 27729 0 2 4 0 564 17 16 0 1 0 30228601 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22380/statm: 3431 815 373 3 0 531 0
[pid=22415] ppid=22380 vsize=10544 CPUtime=95.65
/proc/22415/stat : 22415 (minisat) R 22380 22380 22275 0 -1 0 2432 0 0 0 9563 2 0 0 25 0 1 0 30229196 10797056 2235 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/22415/statm: 2636 2235 51 112 0 2520 0
Current children cumulated CPU time (s) 101.5
Current children cumulated vsize (KiB) 24268

[startup+162.553 s]
/proc/loadavg: 1.93 1.56 1.67 3/75 22415
/proc/meminfo: memFree=1890448/2055920 swapFree=4192812/4192956
[pid=22380] ppid=22378 vsize=13724 CPUtime=5.85
/proc/22380/stat : 22380 (sugar) S 22378 22380 22275 0 -1 4194304 1276 27729 0 2 4 0 564 17 16 0 1 0 30228601 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22380/statm: 3431 815 373 3 0 531 0
[pid=22415] ppid=22380 vsize=12100 CPUtime=155.18
/proc/22415/stat : 22415 (minisat) R 22380 22380 22275 0 -1 0 2796 0 0 0 15515 3 0 0 25 0 1 0 30229196 12390400 2599 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/22415/statm: 3025 2599 51 112 0 2909 0
Current children cumulated CPU time (s) 161.03
Current children cumulated vsize (KiB) 25824

[startup+222.625 s]
/proc/loadavg: 1.97 1.63 1.69 3/75 22417
/proc/meminfo: memFree=1888016/2055920 swapFree=4192812/4192956
[pid=22380] ppid=22378 vsize=13724 CPUtime=5.85
/proc/22380/stat : 22380 (sugar) S 22378 22380 22275 0 -1 4194304 1276 27729 0 2 4 0 564 17 16 0 1 0 30228601 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22380/statm: 3431 815 373 3 0 531 0
[pid=22415] ppid=22380 vsize=13048 CPUtime=214.69
/proc/22415/stat : 22415 (minisat) R 22380 22380 22275 0 -1 0 3031 0 0 0 21466 3 0 0 25 0 1 0 30229196 13361152 2834 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/22415/statm: 3262 2834 51 112 0 3146 0
Current children cumulated CPU time (s) 220.54
Current children cumulated vsize (KiB) 26772

[startup+282.693 s]
/proc/loadavg: 1.99 1.70 1.71 3/75 22417
/proc/meminfo: memFree=1885904/2055920 swapFree=4192812/4192956
[pid=22380] ppid=22378 vsize=13724 CPUtime=5.85
/proc/22380/stat : 22380 (sugar) S 22378 22380 22275 0 -1 4194304 1276 27729 0 2 4 0 564 17 16 0 1 0 30228601 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22380/statm: 3431 815 373 3 0 531 0
[pid=22415] ppid=22380 vsize=14052 CPUtime=274.21
/proc/22415/stat : 22415 (minisat) R 22380 22380 22275 0 -1 0 3280 0 0 0 27418 3 0 0 25 0 1 0 30229196 14389248 3083 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/22415/statm: 3513 3083 51 112 0 3397 0
Current children cumulated CPU time (s) 280.06
Current children cumulated vsize (KiB) 27776

[startup+342.764 s]
/proc/loadavg: 2.03 1.76 1.73 3/75 22417
/proc/meminfo: memFree=1884048/2055920 swapFree=4192812/4192956
[pid=22380] ppid=22378 vsize=13724 CPUtime=5.85
/proc/22380/stat : 22380 (sugar) S 22378 22380 22275 0 -1 4194304 1276 27729 0 2 4 0 564 17 16 0 1 0 30228601 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22380/statm: 3431 815 373 3 0 531 0
[pid=22415] ppid=22380 vsize=14876 CPUtime=333.74
/proc/22415/stat : 22415 (minisat) R 22380 22380 22275 0 -1 0 3493 0 0 0 33370 4 0 0 25 0 1 0 30229196 15233024 3296 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/22415/statm: 3719 3296 51 112 0 3603 0
Current children cumulated CPU time (s) 339.59
Current children cumulated vsize (KiB) 28600

[startup+402.832 s]
/proc/loadavg: 2.01 1.80 1.74 3/75 22417
/proc/meminfo: memFree=1881552/2055920 swapFree=4192812/4192956
[pid=22380] ppid=22378 vsize=13724 CPUtime=5.85
/proc/22380/stat : 22380 (sugar) S 22378 22380 22275 0 -1 4194304 1276 27729 0 2 4 0 564 17 16 0 1 0 30228601 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22380/statm: 3431 815 373 3 0 531 0
[pid=22415] ppid=22380 vsize=16468 CPUtime=393.29
/proc/22415/stat : 22415 (minisat) R 22380 22380 22275 0 -1 0 3874 0 0 0 39325 4 0 0 25 0 1 0 30229196 16863232 3677 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/22415/statm: 4117 3677 51 112 0 4001 0

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

/proc/22380/stat : 22380 (sugar) S 22378 22380 22275 0 -1 4194304 1276 27729 0 2 4 0 564 17 16 0 1 0 30228601 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22380/statm: 3431 815 373 3 0 531 0
[pid=22415] ppid=22380 vsize=23016 CPUtime=1048.66
/proc/22415/stat : 22415 (minisat) R 22380 22380 22275 0 -1 0 5417 0 0 0 104860 6 0 0 25 0 1 0 30229196 23568384 5220 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/22415/statm: 5754 5220 51 112 0 5638 0
Current children cumulated CPU time (s) 1054.51
Current children cumulated vsize (KiB) 36740

[startup+1123.72 s]
/proc/loadavg: 2.07 2.00 1.87 3/75 22417
/proc/meminfo: memFree=1867344/2055920 swapFree=4192812/4192956
[pid=22380] ppid=22378 vsize=13724 CPUtime=5.85
/proc/22380/stat : 22380 (sugar) S 22378 22380 22275 0 -1 4194304 1276 27729 0 2 4 0 564 17 16 0 1 0 30228601 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22380/statm: 3431 815 373 3 0 531 0
[pid=22415] ppid=22380 vsize=23740 CPUtime=1108.24
/proc/22415/stat : 22415 (minisat) R 22380 22380 22275 0 -1 0 5584 0 0 0 110818 6 0 0 25 0 1 0 30229196 24309760 5387 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528782 0 0 4096 3 0 0 0 17 1 0 0
/proc/22415/statm: 5935 5387 51 112 0 5819 0
Current children cumulated CPU time (s) 1114.09
Current children cumulated vsize (KiB) 37464

[startup+1183.79 s]
/proc/loadavg: 2.02 2.00 1.88 3/75 22417
/proc/meminfo: memFree=1866128/2055920 swapFree=4192812/4192956
[pid=22380] ppid=22378 vsize=13724 CPUtime=5.85
/proc/22380/stat : 22380 (sugar) S 22378 22380 22275 0 -1 4194304 1276 27729 0 2 4 0 564 17 16 0 1 0 30228601 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22380/statm: 3431 815 373 3 0 531 0
[pid=22415] ppid=22380 vsize=24620 CPUtime=1167.83
/proc/22415/stat : 22415 (minisat) R 22380 22380 22275 0 -1 0 5785 0 0 0 116776 7 0 0 25 0 1 0 30229196 25210880 5588 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/22415/statm: 6155 5588 51 112 0 6039 0
Current children cumulated CPU time (s) 1173.68
Current children cumulated vsize (KiB) 38344

[startup+1243.87 s]
/proc/loadavg: 2.09 2.02 1.89 3/75 22417
/proc/meminfo: memFree=1865552/2055920 swapFree=4192812/4192956
[pid=22380] ppid=22378 vsize=13724 CPUtime=5.85
/proc/22380/stat : 22380 (sugar) S 22378 22380 22275 0 -1 4194304 1276 27729 0 2 4 0 564 17 16 0 1 0 30228601 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22380/statm: 3431 815 373 3 0 531 0
[pid=22415] ppid=22380 vsize=24756 CPUtime=1227.4
/proc/22415/stat : 22415 (minisat) R 22380 22380 22275 0 -1 0 5834 0 0 0 122733 7 0 0 25 0 1 0 30229196 25350144 5637 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134525686 0 0 4096 3 0 0 0 17 1 0 0
/proc/22415/statm: 6189 5637 51 112 0 6073 0
Current children cumulated CPU time (s) 1233.25
Current children cumulated vsize (KiB) 38480

[startup+1303.94 s]
/proc/loadavg: 2.03 2.01 1.89 3/75 22417
/proc/meminfo: memFree=1864784/2055920 swapFree=4192812/4192956
[pid=22380] ppid=22378 vsize=13724 CPUtime=5.85
/proc/22380/stat : 22380 (sugar) S 22378 22380 22275 0 -1 4194304 1276 27729 0 2 4 0 564 17 16 0 1 0 30228601 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22380/statm: 3431 815 373 3 0 531 0
[pid=22415] ppid=22380 vsize=25416 CPUtime=1286.98
/proc/22415/stat : 22415 (minisat) R 22380 22380 22275 0 -1 0 5987 0 0 0 128691 7 0 0 25 0 1 0 30229196 26025984 5790 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134518901 0 0 4096 3 0 0 0 17 1 0 0
/proc/22415/statm: 6354 5790 51 112 0 6238 0
Current children cumulated CPU time (s) 1292.83
Current children cumulated vsize (KiB) 39140

[startup+1364.04 s]
/proc/loadavg: 2.01 2.00 1.90 3/75 22417
/proc/meminfo: memFree=1862928/2055920 swapFree=4192812/4192956
[pid=22380] ppid=22378 vsize=13724 CPUtime=5.85
/proc/22380/stat : 22380 (sugar) S 22378 22380 22275 0 -1 4194304 1276 27729 0 2 4 0 564 17 16 0 1 0 30228601 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22380/statm: 3431 815 373 3 0 531 0
[pid=22415] ppid=22380 vsize=26164 CPUtime=1346.59
/proc/22415/stat : 22415 (minisat) R 22380 22380 22275 0 -1 0 6163 0 0 0 134651 8 0 0 25 0 1 0 30229196 26791936 5966 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/22415/statm: 6541 5966 51 112 0 6425 0
Current children cumulated CPU time (s) 1352.44
Current children cumulated vsize (KiB) 39888

[startup+1424.11 s]
/proc/loadavg: 2.05 2.02 1.91 3/75 22417
/proc/meminfo: memFree=1862224/2055920 swapFree=4192812/4192956
[pid=22380] ppid=22378 vsize=13724 CPUtime=5.85
/proc/22380/stat : 22380 (sugar) S 22378 22380 22275 0 -1 4194304 1276 27729 0 2 4 0 564 17 16 0 1 0 30228601 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22380/statm: 3431 815 373 3 0 531 0
[pid=22415] ppid=22380 vsize=26608 CPUtime=1406.16
/proc/22415/stat : 22415 (minisat) R 22380 22380 22275 0 -1 0 6271 0 0 0 140608 8 0 0 25 0 1 0 30229196 27246592 6074 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/22415/statm: 6652 6074 51 112 0 6536 0
Current children cumulated CPU time (s) 1412.01
Current children cumulated vsize (KiB) 40332

[startup+1484.18 s]
/proc/loadavg: 2.02 2.01 1.91 3/75 22417
/proc/meminfo: memFree=1861328/2055920 swapFree=4192812/4192956
[pid=22380] ppid=22378 vsize=13724 CPUtime=5.85
/proc/22380/stat : 22380 (sugar) S 22378 22380 22275 0 -1 4194304 1276 27729 0 2 4 0 564 17 16 0 1 0 30228601 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22380/statm: 3431 815 373 3 0 531 0
[pid=22415] ppid=22380 vsize=27160 CPUtime=1465.75
/proc/22415/stat : 22415 (minisat) R 22380 22380 22275 0 -1 0 6408 0 0 0 146567 8 0 0 25 0 1 0 30229196 27811840 6211 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/22415/statm: 6790 6211 51 112 0 6674 0
Current children cumulated CPU time (s) 1471.6
Current children cumulated vsize (KiB) 40884

[startup+1544.26 s]
/proc/loadavg: 2.00 2.00 1.91 3/75 22417
/proc/meminfo: memFree=1860816/2055920 swapFree=4192812/4192956
[pid=22380] ppid=22378 vsize=13724 CPUtime=5.85
/proc/22380/stat : 22380 (sugar) S 22378 22380 22275 0 -1 4194304 1276 27729 0 2 4 0 564 17 16 0 1 0 30228601 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22380/statm: 3431 815 373 3 0 531 0
[pid=22415] ppid=22380 vsize=27752 CPUtime=1525.32
/proc/22415/stat : 22415 (minisat) R 22380 22380 22275 0 -1 0 6531 0 0 0 152524 8 0 0 25 0 1 0 30229196 28418048 6334 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528342 0 0 4096 3 0 0 0 17 1 0 0
/proc/22415/statm: 6938 6334 51 112 0 6822 0
Current children cumulated CPU time (s) 1531.17
Current children cumulated vsize (KiB) 41476

[startup+1604.33 s]
/proc/loadavg: 2.00 2.00 1.91 3/75 22417
/proc/meminfo: memFree=1859856/2055920 swapFree=4192812/4192956
[pid=22380] ppid=22378 vsize=13724 CPUtime=5.85
/proc/22380/stat : 22380 (sugar) S 22378 22380 22275 0 -1 4194304 1276 27729 0 2 4 0 564 17 16 0 1 0 30228601 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22380/statm: 3431 815 373 3 0 531 0
[pid=22415] ppid=22380 vsize=28060 CPUtime=1584.89
/proc/22415/stat : 22415 (minisat) R 22380 22380 22275 0 -1 0 6597 0 0 0 158481 8 0 0 25 0 1 0 30229196 28733440 6400 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/22415/statm: 7015 6400 51 112 0 6899 0
Current children cumulated CPU time (s) 1590.74
Current children cumulated vsize (KiB) 41784

[startup+1664.4 s]
/proc/loadavg: 2.04 2.01 1.91 3/75 22417
/proc/meminfo: memFree=1859600/2055920 swapFree=4192812/4192956
[pid=22380] ppid=22378 vsize=13724 CPUtime=5.85
/proc/22380/stat : 22380 (sugar) S 22378 22380 22275 0 -1 4194304 1276 27729 0 2 4 0 564 17 16 0 1 0 30228601 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22380/statm: 3431 815 373 3 0 531 0
[pid=22415] ppid=22380 vsize=28060 CPUtime=1644.47
/proc/22415/stat : 22415 (minisat) R 22380 22380 22275 0 -1 0 6621 0 0 0 164439 8 0 0 25 0 1 0 30229196 28733440 6424 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/22415/statm: 7015 6424 51 112 0 6899 0
Current children cumulated CPU time (s) 1650.32
Current children cumulated vsize (KiB) 41784

[startup+1724.47 s]
/proc/loadavg: 2.01 2.01 1.91 3/75 22417
/proc/meminfo: memFree=1859024/2055920 swapFree=4192812/4192956
[pid=22380] ppid=22378 vsize=13724 CPUtime=5.85
/proc/22380/stat : 22380 (sugar) S 22378 22380 22275 0 -1 4194304 1276 27729 0 2 4 0 564 17 16 0 1 0 30228601 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22380/statm: 3431 815 373 3 0 531 0
[pid=22415] ppid=22380 vsize=28480 CPUtime=1704.05
/proc/22415/stat : 22415 (minisat) R 22380 22380 22275 0 -1 0 6695 0 0 0 170397 8 0 0 25 0 1 0 30229196 29163520 6498 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/22415/statm: 7120 6498 51 112 0 7004 0
Current children cumulated CPU time (s) 1709.9
Current children cumulated vsize (KiB) 42204

[startup+1784.56 s]
/proc/loadavg: 2.11 2.03 1.93 3/81 22521
/proc/meminfo: memFree=1856920/2055920 swapFree=4192812/4192956
[pid=22380] ppid=22378 vsize=13724 CPUtime=5.85
/proc/22380/stat : 22380 (sugar) S 22378 22380 22275 0 -1 4194304 1276 27729 0 2 4 0 564 17 16 0 1 0 30228601 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22380/statm: 3431 815 373 3 0 531 0
[pid=22415] ppid=22380 vsize=28648 CPUtime=1763.49
/proc/22415/stat : 22415 (minisat) R 22380 22380 22275 0 -1 0 6737 0 0 0 176341 8 0 0 25 0 1 0 30229196 29335552 6540 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528771 0 0 4096 3 0 0 0 17 1 0 0
/proc/22415/statm: 7162 6540 51 112 0 7046 0
Current children cumulated CPU time (s) 1769.34
Current children cumulated vsize (KiB) 42372



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1815.59 s]
/proc/loadavg: 2.21 2.06 1.94 4/88 22631
/proc/meminfo: memFree=1660384/2055920 swapFree=4192812/4192956
[pid=22380] ppid=22378 vsize=13724 CPUtime=5.85
/proc/22380/stat : 22380 (sugar) S 22378 22380 22275 0 -1 4194304 1276 27729 0 2 4 0 564 17 16 0 1 0 30228601 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22380/statm: 3431 815 373 3 0 531 0
[pid=22415] ppid=22380 vsize=28648 CPUtime=1794.17
/proc/22415/stat : 22415 (minisat) R 22380 22380 22275 0 -1 0 6747 0 0 0 179408 9 0 0 25 0 1 0 30229196 29335552 6550 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/22415/statm: 7162 6550 51 112 0 7046 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 42372

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

Child status: 1
Real time (s): 1815.61
CPU time (s): 1800.06
CPU user time (s): 1799.77
CPU system time (s): 0.289955
CPU usage (%): 99.1437
Max. virtual memory (cumulated for all children) (KiB): 822084

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.77
system time used= 0.289955
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35841
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= 1413
involuntary context switches= 39896

runsolver used 2.12068 s user time and 5.2782 s system time

The end

Launcher Data (download as text)

Begin job on node67 on Mon Jan 29 20:31:50 UTC 2007


IDJOB= 221870
IDBENCH= 5470
IDSOLVER= 86
FILE ID= node67/221870-1170102709

PBS_JOBID= 3689815

Free space on /tmp= 66563 MiB

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

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  018906158a3534888a95e4e4a84176ab

RANDOM SEED= 321666135

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.236
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.236
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:       1918464 kB
Buffers:         10872 kB
Cached:          52912 kB
SwapCached:          0 kB
Active:          54932 kB
Inactive:        30080 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1918464 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2264 kB
Writeback:           0 kB
Mapped:          32000 kB
Slab:            37836 kB
Committed_AS:   261364 kB
PageTables:       1812 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 node67 on Mon Jan 29 21:02:05 UTC 2007