Trace number 221814

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
sugar 0.40? (TO) 1800.09 1801.02

General information on the benchmark

Namerandom/rand-2-24/
rand-24-24-276-139-56021_ext.xml
MD5SUM5e9f67184886c7a7c73ebe1fd2f6af54
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 benchmark58.7671
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/221814-1170102705/sugar-v0-40.jar)
0.04	
0.04	c # MAIN  BEGIN : /tmp/evaluation/221814-1170102705/unknown.xml [Mon Jan 29 21:31:46 2007]
0.04	c # CONVERT_XML  BEGIN : /tmp/evaluation/221814-1170102705/unknown.xml /tmp/evaluation/221814-1170102705/sugar23834.csp [Mon Jan 29 21:31:46 2007]
0.04	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/221814-1170102705/sugar-v0-40.jar -convert /tmp/evaluation/221814-1170102705/unknown.xml /tmp/evaluation/221814-1170102705/sugar23834.csp
0.16	c BEGIN convert /tmp/evaluation/221814-1170102705/unknown.xml
0.66	c END convert (0.493358 seconds)
0.70	c # CONVERT_XML  END : /tmp/evaluation/221814-1170102705/sugar23834.csp 1240705 bytes (0 seconds) [Mon Jan 29 21:31:46 2007]
0.70	c # CONVERT_XML  CPU : 0.59 = 0 + 0 + 0.55 + 0.04
0.70	
0.70	c # GENERATE_SAT  BEGIN : /tmp/evaluation/221814-1170102705/sugar23834.bcnf [Mon Jan 29 21:31:46 2007]
0.70	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/221814-1170102705/sugar-v0-40.jar -bcnf -map /tmp/evaluation/221814-1170102705/sugar23834.map /tmp/evaluation/221814-1170102705/sugar23834.csp /tmp/evaluation/221814-1170102705/sugar23834.bcnf
0.81	c BEGIN parse /tmp/evaluation/221814-1170102705/sugar23834.csp
5.44	c END parse (4.630124 seconds)
5.44	c BEGIN simplify
5.46	c END simplify (0.02142 seconds)
5.46	c BEGIN encode /tmp/evaluation/221814-1170102705/sugar23834.bcnf
5.68	c END encode (0.216823 seconds)
5.73	c # GENERATE_SAT  END : 552 variables 38892 clauses 747784 bytes (5 seconds) [Mon Jan 29 21:31:51 2007]
5.73	c # GENERATE_SAT  CPU : 4.94 = 0 + 0 + 4.83 + 0.11
5.73	
5.73	c # SOLVE_SAT  BEGIN : /tmp/evaluation/221814-1170102705/sugar23834.bcnf [Mon Jan 29 21:31:51 2007]
5.73	c # CMD : /tmp/evaluation/221814-1170102705/minisat /tmp/evaluation/221814-1170102705/sugar23834.bcnf /tmp/evaluation/221814-1170102705/sugar23834.out
5.78	c ==================================[MINISAT]===================================
5.82	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
5.82	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
5.82	c ==============================================================================
5.82	c |         0 |   38892   148048 |   12964       0        0     nan |  0.000 % |
5.82	c |       100 |   38892   148048 |   14260     100      882     8.8 |  0.000 % |
5.82	c |       250 |   38892   148048 |   15686     250     2295     9.2 |  0.012 % |
5.88	c |       476 |   38892   148048 |   17255     476     4245     8.9 |  0.012 % |
5.89	c |       813 |   38892   148048 |   18980     813     7350     9.0 |  0.007 % |
5.98	c |      1320 |   38892   148048 |   20878    1320    11969     9.1 |  0.013 % |
6.10	c |      2079 |   38892   148048 |   22966    2079    19416     9.3 |  0.013 % |
6.28	c |      3218 |   38892   148048 |   25263    3218    31488     9.8 |  0.013 % |
6.58	c |      4926 |   38893   148048 |   27789    4925    48769     9.9 |  0.007 % |
7.09	c |      7490 |   38893   148048 |   30568    7489    74084     9.9 |  0.013 % |
7.85	c |     11334 |   38895   148048 |   33625   11331   116903    10.3 |  0.013 % |
9.23	c |     17102 |   38895   148048 |   36987   17099   186211    10.9 |  0.013 % |
11.85	c |     25752 |   38895   148048 |   40686   25749   291820    11.3 |  0.011 % |
16.52	c |     38727 |   38898   148048 |   44755   38721   453117    11.7 |  0.011 % |
22.87	c |     58189 |   38898   148048 |   49230   25930   313744    12.1 |  0.012 % |
34.33	c |     87381 |   38898   148048 |   54153   19710   261905    13.3 |  0.006 % |
51.49	c |    131170 |   38907   148048 |   59569   23552   337060    14.3 |  0.012 % |
79.90	c |    196854 |   38911   148048 |   65526   44340   645793    14.6 |  0.012 % |
127.27	c |    295380 |   38913   148048 |   72078   43004   574341    13.4 |  0.012 % |
198.41	c |    443169 |   38925   148048 |   79286   19865   262522    13.2 |  0.014 % |
316.69	c |    664852 |   38927   148048 |   87215   54878   824249    15.0 |  0.014 % |
504.19	c |    997377 |   38932   148048 |   95936   35010   504651    14.4 |  0.014 % |
809.19	c |   1496165 |   38812   147700 |  105530   31658   419620    13.3 |  0.181 % |
1291.78	c |   2244347 |   38831   147700 |  116083   70772  1151073    16.3 |  0.188 % |
1801.01	s UNKNOWN
1801.01	c # ERROR No such file or directory /tmp/evaluation/221814-1170102705/sugar23834.out, at /tmp/evaluation/221814-1170102705/sugar line 393.
1801.01	
1801.01	c # MAIN  END :  (1801 seconds) [Mon Jan 29 22:01:47 2007]
1801.01	c # MAIN  CPU : 1800.03 = 0 + 0 + 1799.77 + 0.26
1801.01	

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/node42/watcher-221814-1170102705 -o ROOT/results/node42/solver-221814-1170102705 -C 1800 -M 900 /tmp/evaluation/221814-1170102705/solver /tmp/evaluation/221814-1170102705 /tmp/evaluation/221814-1170102705/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.73 1.91 2.03 5/81 23835
/proc/meminfo: memFree=1557008/2055920 swapFree=4192812/4192956
[pid=23834] ppid=23832 vsize=18540 CPUtime=0
/proc/23834/stat : 23834 (runsolver) R 23832 23834 23206 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 30226578 18984960 279 18446744073709551615 4194304 4267372 548682069040 18446744073709551615 259415141671 0 0 4096 24578 0 0 0 17 1 0 0
/proc/23834/statm: 4635 279 244 17 0 2626 0

[startup+0.102834 s]
/proc/loadavg: 1.73 1.91 2.03 5/81 23835
/proc/meminfo: memFree=1557008/2055920 swapFree=4192812/4192956
[pid=23834] ppid=23832 vsize=13724 CPUtime=0.03
/proc/23834/stat : 23834 (sugar) S 23832 23834 23206 0 -1 4194304 1112 0 0 0 3 0 0 0 18 0 1 0 30226578 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23834/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+0.514918 s]
/proc/loadavg: 1.73 1.91 2.03 5/81 23835
/proc/meminfo: memFree=1557008/2055920 swapFree=4192812/4192956
[pid=23834] ppid=23832 vsize=13724 CPUtime=0.03
/proc/23834/stat : 23834 (sugar) S 23832 23834 23206 0 -1 4194304 1121 0 0 0 3 0 0 0 15 0 1 0 30226578 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23834/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+1.34107 s]
/proc/loadavg: 1.73 1.91 2.03 3/89 23851
/proc/meminfo: memFree=1512656/2055920 swapFree=4192812/4192956
[pid=23834] ppid=23832 vsize=13724 CPUtime=0.62
/proc/23834/stat : 23834 (sugar) S 23832 23834 23206 0 -1 4194304 1190 7518 0 1 3 0 55 4 15 0 1 0 30226578 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23834/statm: 3431 809 371 3 0 531 0
[pid=23844] ppid=23834 vsize=807064 CPUtime=0.62
/proc/23844/stat : 23844 (java) R 23834 23834 23206 0 -1 0 8155 0 1 0 58 4 0 0 25 0 8 0 30226648 826433536 7902 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072936456 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23844/statm: 201766 7902 1494 14 0 189044 0
[pid=23844/tid=23845] ppid=23834 vsize=807064 CPUtime=0.11
/proc/23844/task/23845/stat : 23845 (java) S 23834 23834 23206 0 -1 64 2102 0 0 0 11 0 0 0 16 0 8 0 30226651 826433536 7902 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23844/tid=23846] ppid=23834 vsize=807064 CPUtime=0
/proc/23844/task/23846/stat : 23846 (java) S 23834 23834 23206 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30226652 826433536 7902 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23844/tid=23847] ppid=23834 vsize=807064 CPUtime=0
/proc/23844/task/23847/stat : 23847 (java) S 23834 23834 23206 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30226652 826433536 7902 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23844/tid=23848] ppid=23834 vsize=807064 CPUtime=0
/proc/23844/task/23848/stat : 23848 (java) S 23834 23834 23206 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 30226655 826433536 7902 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23844/tid=23849] ppid=23834 vsize=807064 CPUtime=0.05
/proc/23844/task/23849/stat : 23849 (java) S 23834 23834 23206 0 -1 64 292 0 0 0 5 0 0 0 18 0 8 0 30226655 826433536 7902 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23844/tid=23850] ppid=23834 vsize=807064 CPUtime=0
/proc/23844/task/23850/stat : 23850 (java) S 23834 23834 23206 0 -1 64 2 0 0 0 0 0 0 0 24 0 8 0 30226655 826433536 7902 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23844/tid=23851] ppid=23834 vsize=807064 CPUtime=0
/proc/23844/task/23851/stat : 23851 (java) S 23834 23834 23206 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 30226655 826433536 7902 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 820788

[startup+2.97838 s]
/proc/loadavg: 1.73 1.91 2.03 5/89 23851
/proc/meminfo: memFree=1481744/2055920 swapFree=4192812/4192956
[pid=23834] ppid=23832 vsize=13724 CPUtime=0.62
/proc/23834/stat : 23834 (sugar) S 23832 23834 23206 0 -1 4194304 1190 7518 0 1 3 0 55 4 15 0 1 0 30226578 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23834/statm: 3431 809 371 3 0 531 0
[pid=23844] ppid=23834 vsize=807336 CPUtime=2.24
/proc/23844/stat : 23844 (java) R 23834 23834 23206 0 -1 0 13395 0 1 0 218 6 0 0 25 0 8 0 30226648 826712064 13128 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073536384 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23844/statm: 201834 13128 1506 14 0 189112 0
[pid=23844/tid=23845] ppid=23834 vsize=807336 CPUtime=0.48
/proc/23844/task/23845/stat : 23845 (java) S 23834 23834 23206 0 -1 64 7196 0 0 0 46 2 0 0 16 0 8 0 30226651 826712064 13128 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23844/tid=23846] ppid=23834 vsize=807336 CPUtime=0
/proc/23844/task/23846/stat : 23846 (java) S 23834 23834 23206 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30226652 826712064 13128 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23844/tid=23847] ppid=23834 vsize=807336 CPUtime=0
/proc/23844/task/23847/stat : 23847 (java) S 23834 23834 23206 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30226652 826712064 13128 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23844/tid=23848] ppid=23834 vsize=807336 CPUtime=0
/proc/23844/task/23848/stat : 23848 (java) S 23834 23834 23206 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 30226655 826712064 13128 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23844/tid=23849] ppid=23834 vsize=807336 CPUtime=0.12
/proc/23844/task/23849/stat : 23849 (java) S 23834 23834 23206 0 -1 64 399 0 0 0 12 0 0 0 16 0 8 0 30226655 826712064 13128 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23844/tid=23850] ppid=23834 vsize=807336 CPUtime=0
/proc/23844/task/23850/stat : 23850 (java) S 23834 23834 23206 0 -1 64 2 0 0 0 0 0 0 0 24 0 8 0 30226655 826712064 13128 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23844/tid=23851] ppid=23834 vsize=807336 CPUtime=0
/proc/23844/task/23851/stat : 23851 (java) S 23834 23834 23206 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 30226655 826712064 13128 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.86
Current children cumulated vsize (KiB) 821060

[startup+6.182 s]
/proc/loadavg: 1.91 1.95 2.04 3/89 23851
/proc/meminfo: memFree=1403536/2055920 swapFree=4192812/4192956
[pid=23834] ppid=23832 vsize=13724 CPUtime=5.56
/proc/23834/stat : 23834 (sugar) S 23832 23834 23206 0 -1 4194304 1276 27727 0 2 3 0 538 15 15 0 1 0 30226578 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23834/statm: 3431 815 373 3 0 531 0
Current children cumulated CPU time (s) 5.56
Current children cumulated vsize (KiB) 13724

[startup+12.6452 s]
/proc/loadavg: 1.92 1.95 2.04 3/82 23852
/proc/meminfo: memFree=1385544/2055920 swapFree=4192812/4192956
[pid=23834] ppid=23832 vsize=13724 CPUtime=5.56
/proc/23834/stat : 23834 (sugar) S 23832 23834 23206 0 -1 4194304 1276 27727 0 2 3 0 538 15 16 0 1 0 30226578 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23834/statm: 3431 815 373 3 0 531 0
[pid=23852] ppid=23834 vsize=5528 CPUtime=6.81
/proc/23852/stat : 23852 (minisat) R 23834 23834 23206 0 -1 0 1233 0 0 0 681 0 0 0 25 0 1 0 30227152 5660672 1036 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/23852/statm: 1382 1036 51 112 0 1266 0
Current children cumulated CPU time (s) 12.37
Current children cumulated vsize (KiB) 19252

[startup+25.4587 s]
/proc/loadavg: 1.78 1.92 2.03 2/66 23866
/proc/meminfo: memFree=1936536/2055920 swapFree=4192812/4192956
[pid=23834] ppid=23832 vsize=13724 CPUtime=5.56
/proc/23834/stat : 23834 (sugar) S 23832 23834 23206 0 -1 4194304 1276 27727 0 2 3 0 538 15 16 0 1 0 30226578 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23834/statm: 3431 815 373 3 0 531 0
[pid=23852] ppid=23834 vsize=7088 CPUtime=19.59
/proc/23852/stat : 23852 (minisat) R 23834 23834 23206 0 -1 0 1620 0 0 0 1958 1 0 0 25 0 1 0 30227152 7258112 1423 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/23852/statm: 1772 1423 51 112 0 1656 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 20812

[startup+51.0795 s]
/proc/loadavg: 1.51 1.84 2.00 2/66 23866
/proc/meminfo: memFree=1934808/2055920 swapFree=4192812/4192956
[pid=23834] ppid=23832 vsize=13724 CPUtime=5.56
/proc/23834/stat : 23834 (sugar) S 23832 23834 23206 0 -1 4194304 1276 27727 0 2 3 0 538 15 16 0 1 0 30226578 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23834/statm: 3431 815 373 3 0 531 0
[pid=23852] ppid=23834 vsize=9072 CPUtime=45.2
/proc/23852/stat : 23852 (minisat) R 23834 23834 23206 0 -1 0 2099 0 0 0 4518 2 0 0 25 0 1 0 30227152 9289728 1902 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/23852/statm: 2268 1902 51 112 0 2152 0
Current children cumulated CPU time (s) 50.76
Current children cumulated vsize (KiB) 22796

[startup+102.316 s]
/proc/loadavg: 1.22 1.71 1.95 2/66 23866
/proc/meminfo: memFree=1932952/2055920 swapFree=4192812/4192956
[pid=23834] ppid=23832 vsize=13724 CPUtime=5.56
/proc/23834/stat : 23834 (sugar) S 23832 23834 23206 0 -1 4194304 1276 27727 0 2 3 0 538 15 16 0 1 0 30226578 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23834/statm: 3431 815 373 3 0 531 0
[pid=23852] ppid=23834 vsize=11096 CPUtime=96.41
/proc/23852/stat : 23852 (minisat) R 23834 23834 23206 0 -1 0 2569 0 0 0 9639 2 0 0 25 0 1 0 30227152 11362304 2372 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/23852/statm: 2774 2372 51 112 0 2658 0
Current children cumulated CPU time (s) 101.97
Current children cumulated vsize (KiB) 24820

[startup+162.366 s]
/proc/loadavg: 1.07 1.57 1.88 2/66 23866
/proc/meminfo: memFree=1932120/2055920 swapFree=4192812/4192956
[pid=23834] ppid=23832 vsize=13724 CPUtime=5.56
/proc/23834/stat : 23834 (sugar) S 23832 23834 23206 0 -1 4194304 1276 27727 0 2 3 0 538 15 16 0 1 0 30226578 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23834/statm: 3431 815 373 3 0 531 0
[pid=23852] ppid=23834 vsize=11980 CPUtime=156.46
/proc/23852/stat : 23852 (minisat) R 23834 23834 23206 0 -1 0 2795 0 0 0 15643 3 0 0 25 0 1 0 30227152 12267520 2598 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/23852/statm: 2995 2598 51 112 0 2879 0
Current children cumulated CPU time (s) 162.02
Current children cumulated vsize (KiB) 25704

[startup+222.424 s]
/proc/loadavg: 1.03 1.47 1.82 2/66 23866
/proc/meminfo: memFree=1930840/2055920 swapFree=4192812/4192956
[pid=23834] ppid=23832 vsize=13724 CPUtime=5.56
/proc/23834/stat : 23834 (sugar) S 23832 23834 23206 0 -1 4194304 1276 27727 0 2 3 0 538 15 16 0 1 0 30226578 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23834/statm: 3431 815 373 3 0 531 0
[pid=23852] ppid=23834 vsize=13216 CPUtime=216.49
/proc/23852/stat : 23852 (minisat) R 23834 23834 23206 0 -1 0 3108 0 0 0 21646 3 0 0 25 0 1 0 30227152 13533184 2911 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528379 0 0 4096 3 0 0 0 17 1 0 0
/proc/23852/statm: 3304 2911 51 112 0 3188 0
Current children cumulated CPU time (s) 222.05
Current children cumulated vsize (KiB) 26940

[startup+282.476 s]
/proc/loadavg: 1.01 1.38 1.77 2/66 23868
/proc/meminfo: memFree=1928920/2055920 swapFree=4192812/4192956
[pid=23834] ppid=23832 vsize=13724 CPUtime=5.56
/proc/23834/stat : 23834 (sugar) S 23832 23834 23206 0 -1 4194304 1276 27727 0 2 3 0 538 15 16 0 1 0 30226578 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23834/statm: 3431 815 373 3 0 531 0
[pid=23852] ppid=23834 vsize=14724 CPUtime=276.51
/proc/23852/stat : 23852 (minisat) R 23834 23834 23206 0 -1 0 3477 0 0 0 27648 3 0 0 25 0 1 0 30227152 15077376 3280 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528398 0 0 4096 3 0 0 0 17 1 0 0
/proc/23852/statm: 3681 3280 51 112 0 3565 0
Current children cumulated CPU time (s) 282.07
Current children cumulated vsize (KiB) 28448

[startup+342.526 s]
/proc/loadavg: 1.00 1.31 1.72 2/66 23868
/proc/meminfo: memFree=1927904/2055920 swapFree=4192812/4192956
[pid=23834] ppid=23832 vsize=13724 CPUtime=5.56
/proc/23834/stat : 23834 (sugar) S 23832 23834 23206 0 -1 4194304 1276 27727 0 2 3 0 538 15 16 0 1 0 30226578 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23834/statm: 3431 815 373 3 0 531 0
[pid=23852] ppid=23834 vsize=15672 CPUtime=336.54
/proc/23852/stat : 23852 (minisat) R 23834 23834 23206 0 -1 0 3734 0 0 0 33650 4 0 0 25 0 1 0 30227152 16048128 3537 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/23852/statm: 3918 3537 51 112 0 3802 0
Current children cumulated CPU time (s) 342.1
Current children cumulated vsize (KiB) 29396

[startup+402.582 s]
/proc/loadavg: 1.00 1.25 1.67 2/66 23868
/proc/meminfo: memFree=1927264/2055920 swapFree=4192812/4192956
[pid=23834] ppid=23832 vsize=13724 CPUtime=5.56
/proc/23834/stat : 23834 (sugar) S 23832 23834 23206 0 -1 4194304 1276 27727 0 2 3 0 538 15 16 0 1 0 30226578 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23834/statm: 3431 815 373 3 0 531 0
[pid=23852] ppid=23834 vsize=16276 CPUtime=396.58
/proc/23852/stat : 23852 (minisat) R 23834 23834 23206 0 -1 0 3873 0 0 0 39654 4 0 0 25 0 1 0 30227152 16666624 3676 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/23852/statm: 4069 3676 51 112 0 3953 0

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

/proc/23834/stat : 23834 (sugar) S 23832 23834 23206 0 -1 4194304 1276 27727 0 2 3 0 538 15 16 0 1 0 30226578 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23834/statm: 3431 815 373 3 0 531 0
[pid=23852] ppid=23834 vsize=23596 CPUtime=1056.93
/proc/23852/stat : 23852 (minisat) R 23834 23834 23206 0 -1 0 5557 0 0 0 105686 7 0 0 25 0 1 0 30227152 24162304 5360 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528426 0 0 4096 3 0 0 0 17 1 0 0
/proc/23852/statm: 5899 5360 51 112 0 5783 0
Current children cumulated CPU time (s) 1062.49
Current children cumulated vsize (KiB) 37320

[startup+1123.2 s]
/proc/loadavg: 1.02 1.03 1.29 2/66 23868
/proc/meminfo: memFree=1919776/2055920 swapFree=4192812/4192956
[pid=23834] ppid=23832 vsize=13724 CPUtime=5.56
/proc/23834/stat : 23834 (sugar) S 23832 23834 23206 0 -1 4194304 1276 27727 0 2 3 0 538 15 16 0 1 0 30226578 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23834/statm: 3431 815 373 3 0 531 0
[pid=23852] ppid=23834 vsize=24312 CPUtime=1116.95
/proc/23852/stat : 23852 (minisat) R 23834 23834 23206 0 -1 0 5708 0 0 0 111688 7 0 0 25 0 1 0 30227152 24895488 5511 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/23852/statm: 6078 5511 51 112 0 5962 0
Current children cumulated CPU time (s) 1122.51
Current children cumulated vsize (KiB) 38036

[startup+1183.25 s]
/proc/loadavg: 1.01 1.02 1.27 2/66 23868
/proc/meminfo: memFree=1919456/2055920 swapFree=4192812/4192956
[pid=23834] ppid=23832 vsize=13724 CPUtime=5.56
/proc/23834/stat : 23834 (sugar) S 23832 23834 23206 0 -1 4194304 1276 27727 0 2 3 0 538 15 16 0 1 0 30226578 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23834/statm: 3431 815 373 3 0 531 0
[pid=23852] ppid=23834 vsize=24580 CPUtime=1176.98
/proc/23852/stat : 23852 (minisat) R 23834 23834 23206 0 -1 0 5789 0 0 0 117691 7 0 0 25 0 1 0 30227152 25169920 5592 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/23852/statm: 6145 5592 51 112 0 6029 0
Current children cumulated CPU time (s) 1182.54
Current children cumulated vsize (KiB) 38304

[startup+1243.3 s]
/proc/loadavg: 1.00 1.02 1.25 2/66 23868
/proc/meminfo: memFree=1919072/2055920 swapFree=4192812/4192956
[pid=23834] ppid=23832 vsize=13724 CPUtime=5.56
/proc/23834/stat : 23834 (sugar) S 23832 23834 23206 0 -1 4194304 1276 27727 0 2 3 0 538 15 16 0 1 0 30226578 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23834/statm: 3431 815 373 3 0 531 0
[pid=23852] ppid=23834 vsize=25160 CPUtime=1237.01
/proc/23852/stat : 23852 (minisat) R 23834 23834 23206 0 -1 0 5913 0 0 0 123694 7 0 0 25 0 1 0 30227152 25763840 5716 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528535 0 0 4096 3 0 0 0 17 1 0 0
/proc/23852/statm: 6290 5716 51 112 0 6174 0
Current children cumulated CPU time (s) 1242.57
Current children cumulated vsize (KiB) 38884

[startup+1303.35 s]
/proc/loadavg: 1.00 1.01 1.23 2/66 23868
/proc/meminfo: memFree=1918496/2055920 swapFree=4192812/4192956
[pid=23834] ppid=23832 vsize=13724 CPUtime=5.56
/proc/23834/stat : 23834 (sugar) S 23832 23834 23206 0 -1 4194304 1276 27727 0 2 3 0 538 15 16 0 1 0 30226578 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23834/statm: 3431 815 373 3 0 531 0
[pid=23852] ppid=23834 vsize=25472 CPUtime=1297.04
/proc/23852/stat : 23852 (minisat) R 23834 23834 23206 0 -1 0 6020 0 0 0 129697 7 0 0 25 0 1 0 30227152 26083328 5823 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/23852/statm: 6368 5823 51 112 0 6252 0
Current children cumulated CPU time (s) 1302.6
Current children cumulated vsize (KiB) 39196

[startup+1363.4 s]
/proc/loadavg: 1.00 1.00 1.22 2/66 23868
/proc/meminfo: memFree=1918304/2055920 swapFree=4192812/4192956
[pid=23834] ppid=23832 vsize=13724 CPUtime=5.56
/proc/23834/stat : 23834 (sugar) S 23832 23834 23206 0 -1 4194304 1276 27727 0 2 3 0 538 15 16 0 1 0 30226578 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23834/statm: 3431 815 373 3 0 531 0
[pid=23852] ppid=23834 vsize=25820 CPUtime=1357.07
/proc/23852/stat : 23852 (minisat) R 23834 23834 23206 0 -1 0 6067 0 0 0 135699 8 0 0 25 0 1 0 30227152 26439680 5870 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134525462 0 0 4096 3 0 0 0 17 1 0 0
/proc/23852/statm: 6455 5870 51 112 0 6339 0
Current children cumulated CPU time (s) 1362.63
Current children cumulated vsize (KiB) 39544

[startup+1423.46 s]
/proc/loadavg: 1.00 1.00 1.20 2/66 23868
/proc/meminfo: memFree=1917664/2055920 swapFree=4192812/4192956
[pid=23834] ppid=23832 vsize=13724 CPUtime=5.56
/proc/23834/stat : 23834 (sugar) S 23832 23834 23206 0 -1 4194304 1276 27727 0 2 3 0 538 15 16 0 1 0 30226578 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23834/statm: 3431 815 373 3 0 531 0
[pid=23852] ppid=23834 vsize=26388 CPUtime=1417.1
/proc/23852/stat : 23852 (minisat) R 23834 23834 23206 0 -1 0 6225 0 0 0 141702 8 0 0 25 0 1 0 30227152 27021312 6028 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/23852/statm: 6597 6028 51 112 0 6481 0
Current children cumulated CPU time (s) 1422.66
Current children cumulated vsize (KiB) 40112

[startup+1483.5 s]
/proc/loadavg: 1.00 1.00 1.18 2/66 23868
/proc/meminfo: memFree=1917280/2055920 swapFree=4192812/4192956
[pid=23834] ppid=23832 vsize=13724 CPUtime=5.56
/proc/23834/stat : 23834 (sugar) S 23832 23834 23206 0 -1 4194304 1276 27727 0 2 3 0 538 15 16 0 1 0 30226578 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23834/statm: 3431 815 373 3 0 531 0
[pid=23852] ppid=23834 vsize=26848 CPUtime=1477.13
/proc/23852/stat : 23852 (minisat) R 23834 23834 23206 0 -1 0 6319 0 0 0 147705 8 0 0 25 0 1 0 30227152 27492352 6122 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528340 0 0 4096 3 0 0 0 17 1 0 0
/proc/23852/statm: 6712 6122 51 112 0 6596 0
Current children cumulated CPU time (s) 1482.69
Current children cumulated vsize (KiB) 40572

[startup+1543.56 s]
/proc/loadavg: 1.00 1.00 1.17 2/66 23868
/proc/meminfo: memFree=1916832/2055920 swapFree=4192812/4192956
[pid=23834] ppid=23832 vsize=13724 CPUtime=5.56
/proc/23834/stat : 23834 (sugar) S 23832 23834 23206 0 -1 4194304 1276 27727 0 2 3 0 538 15 16 0 1 0 30226578 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23834/statm: 3431 815 373 3 0 531 0
[pid=23852] ppid=23834 vsize=27336 CPUtime=1537.17
/proc/23852/stat : 23852 (minisat) R 23834 23834 23206 0 -1 0 6426 0 0 0 153709 8 0 0 25 0 1 0 30227152 27992064 6229 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/23852/statm: 6834 6229 51 112 0 6718 0
Current children cumulated CPU time (s) 1542.73
Current children cumulated vsize (KiB) 41060

[startup+1603.61 s]
/proc/loadavg: 1.00 1.00 1.16 2/66 23868
/proc/meminfo: memFree=1916128/2055920 swapFree=4192812/4192956
[pid=23834] ppid=23832 vsize=13724 CPUtime=5.56
/proc/23834/stat : 23834 (sugar) S 23832 23834 23206 0 -1 4194304 1276 27727 0 2 3 0 538 15 16 0 1 0 30226578 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23834/statm: 3431 815 373 3 0 531 0
[pid=23852] ppid=23834 vsize=27940 CPUtime=1597.2
/proc/23852/stat : 23852 (minisat) R 23834 23834 23206 0 -1 0 6593 0 0 0 159712 8 0 0 25 0 1 0 30227152 28610560 6396 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528401 0 0 4096 3 0 0 0 17 1 0 0
/proc/23852/statm: 6985 6396 51 112 0 6869 0
Current children cumulated CPU time (s) 1602.76
Current children cumulated vsize (KiB) 41664

[startup+1663.66 s]
/proc/loadavg: 1.00 1.00 1.15 2/66 23868
/proc/meminfo: memFree=1915936/2055920 swapFree=4192812/4192956
[pid=23834] ppid=23832 vsize=13724 CPUtime=5.56
/proc/23834/stat : 23834 (sugar) S 23832 23834 23206 0 -1 4194304 1276 27727 0 2 3 0 538 15 16 0 1 0 30226578 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23834/statm: 3431 815 373 3 0 531 0
[pid=23852] ppid=23834 vsize=28228 CPUtime=1657.23
/proc/23852/stat : 23852 (minisat) R 23834 23834 23206 0 -1 0 6643 0 0 0 165714 9 0 0 25 0 1 0 30227152 28905472 6446 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528771 0 0 4096 3 0 0 0 17 1 0 0
/proc/23852/statm: 7057 6446 51 112 0 6941 0
Current children cumulated CPU time (s) 1662.79
Current children cumulated vsize (KiB) 41952

[startup+1723.72 s]
/proc/loadavg: 1.00 1.00 1.13 2/66 23868
/proc/meminfo: memFree=1915616/2055920 swapFree=4192812/4192956
[pid=23834] ppid=23832 vsize=13724 CPUtime=5.56
/proc/23834/stat : 23834 (sugar) S 23832 23834 23206 0 -1 4194304 1276 27727 0 2 3 0 538 15 16 0 1 0 30226578 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23834/statm: 3431 815 373 3 0 531 0
[pid=23852] ppid=23834 vsize=28524 CPUtime=1717.27
/proc/23852/stat : 23852 (minisat) R 23834 23834 23206 0 -1 0 6717 0 0 0 171718 9 0 0 25 0 1 0 30227152 29208576 6520 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528762 0 0 4096 3 0 0 0 17 1 0 0
/proc/23852/statm: 7131 6520 51 112 0 7015 0
Current children cumulated CPU time (s) 1722.83
Current children cumulated vsize (KiB) 42248

[startup+1783.78 s]
/proc/loadavg: 1.00 1.00 1.12 2/72 23970
/proc/meminfo: memFree=1913896/2055920 swapFree=4192812/4192956
[pid=23834] ppid=23832 vsize=13724 CPUtime=5.56
/proc/23834/stat : 23834 (sugar) S 23832 23834 23206 0 -1 4194304 1276 27727 0 2 3 0 538 15 16 0 1 0 30226578 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23834/statm: 3431 815 373 3 0 531 0
[pid=23852] ppid=23834 vsize=28848 CPUtime=1777.27
/proc/23852/stat : 23852 (minisat) R 23834 23834 23206 0 -1 0 6772 0 0 0 177717 10 0 0 25 0 1 0 30227152 29540352 6575 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/23852/statm: 7212 6575 51 112 0 7096 0
Current children cumulated CPU time (s) 1782.83
Current children cumulated vsize (KiB) 42572



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.01 s]
/proc/loadavg: 1.00 1.00 1.12 2/72 23982
/proc/meminfo: memFree=1913768/2055920 swapFree=4192812/4192956
[pid=23834] ppid=23832 vsize=13724 CPUtime=5.56
/proc/23834/stat : 23834 (sugar) S 23832 23834 23206 0 -1 4194304 1276 27727 0 2 3 0 538 15 16 0 1 0 30226578 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23834/statm: 3431 815 373 3 0 531 0
[pid=23852] ppid=23834 vsize=28996 CPUtime=1794.48
/proc/23852/stat : 23852 (minisat) R 23834 23834 23206 0 -1 0 6805 0 0 0 179438 10 0 0 25 0 1 0 30227152 29691904 6608 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/23852/statm: 7249 6608 51 112 0 7133 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 42720

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

Child status: 1
Real time (s): 1801.02
CPU time (s): 1800.09
CPU user time (s): 1799.82
CPU system time (s): 0.271958
CPU usage (%): 99.9482
Max. virtual memory (cumulated for all children) (KiB): 821060

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.82
system time used= 0.271958
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35897
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= 1570
involuntary context switches= 4618

runsolver used 1.42278 s user time and 3.47247 s system time

The end

Launcher Data (download as text)

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


IDJOB= 221814
IDBENCH= 5468
IDSOLVER= 86
FILE ID= node42/221814-1170102705

PBS_JOBID= 3689803

Free space on /tmp= 66546 MiB

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

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  5e9f67184886c7a7c73ebe1fd2f6af54

RANDOM SEED= 316977065

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.261
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.261
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:       1557424 kB
Buffers:          6540 kB
Cached:          63568 kB
SwapCached:          0 kB
Active:         429676 kB
Inactive:        24636 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1557424 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           19568 kB
Writeback:           0 kB
Mapped:         401092 kB
Slab:            28728 kB
Committed_AS:   888956 kB
PageTables:       2572 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66564 MiB



End job on node42 on Mon Jan 29 21:01:47 UTC 2007