Trace number 221758

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.08 1815.25

General information on the benchmark

Namerandom/rand-2-24/
rand-24-24-276-139-54021_ext.xml
MD5SUMa6fde96fec027ebcf35c7c234300ac23
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.3774
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/221758-1170102703/sugar-v0-40.jar)
0.05	
0.05	c # MAIN  BEGIN : /tmp/evaluation/221758-1170102703/unknown.xml [Mon Jan 29 21:31:45 2007]
0.05	c # CONVERT_XML  BEGIN : /tmp/evaluation/221758-1170102703/unknown.xml /tmp/evaluation/221758-1170102703/sugar27445.csp [Mon Jan 29 21:31:45 2007]
0.05	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/221758-1170102703/sugar-v0-40.jar -convert /tmp/evaluation/221758-1170102703/unknown.xml /tmp/evaluation/221758-1170102703/sugar27445.csp
0.16	c BEGIN convert /tmp/evaluation/221758-1170102703/unknown.xml
0.65	c END convert (0.483781 seconds)
0.70	c # CONVERT_XML  END : /tmp/evaluation/221758-1170102703/sugar27445.csp 1241015 bytes (0 seconds) [Mon Jan 29 21:31:45 2007]
0.70	c # CONVERT_XML  CPU : 0.59 = 0 + 0 + 0.53 + 0.06
0.70	
0.70	c # GENERATE_SAT  BEGIN : /tmp/evaluation/221758-1170102703/sugar27445.bcnf [Mon Jan 29 21:31:45 2007]
0.70	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/221758-1170102703/sugar-v0-40.jar -bcnf -map /tmp/evaluation/221758-1170102703/sugar27445.map /tmp/evaluation/221758-1170102703/sugar27445.csp /tmp/evaluation/221758-1170102703/sugar27445.bcnf
0.82	c BEGIN parse /tmp/evaluation/221758-1170102703/sugar27445.csp
5.49	c END parse (4.675603 seconds)
5.49	c BEGIN simplify
5.51	c END simplify (0.021386 seconds)
5.51	c BEGIN encode /tmp/evaluation/221758-1170102703/sugar27445.bcnf
5.74	c END encode (0.224924 seconds)
5.77	c # GENERATE_SAT  END : 552 variables 38892 clauses 748188 bytes (5 seconds) [Mon Jan 29 21:31:50 2007]
5.78	c # GENERATE_SAT  CPU : 5.01 = 0 + 0 + 4.87 + 0.14
5.78	
5.78	c # SOLVE_SAT  BEGIN : /tmp/evaluation/221758-1170102703/sugar27445.bcnf [Mon Jan 29 21:31:50 2007]
5.78	c # CMD : /tmp/evaluation/221758-1170102703/minisat /tmp/evaluation/221758-1170102703/sugar27445.bcnf /tmp/evaluation/221758-1170102703/sugar27445.out
5.80	c ==================================[MINISAT]===================================
5.80	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
5.80	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
5.80	c ==============================================================================
5.80	c |         0 |   38892   148149 |   12964       0        0     nan |  0.000 % |
5.82	c |       100 |   38892   148149 |   14260     100      915     9.2 |  0.000 % |
5.84	c |       251 |   38892   148149 |   15686     251     2269     9.0 |  0.007 % |
5.88	c |       476 |   38892   148149 |   17255     476     4062     8.5 |  0.012 % |
5.94	c |       813 |   38892   148149 |   18980     813     6969     8.6 |  0.011 % |
6.03	c |      1320 |   38894   148149 |   20878    1318    11708     8.9 |  0.012 % |
6.17	c |      2079 |   38894   148149 |   22966    2077    19771     9.5 |  0.011 % |
6.37	c |      3218 |   38894   148149 |   25263    3216    32176    10.0 |  0.011 % |
6.69	c |      4929 |   38894   148149 |   27789    4927    50663    10.3 |  0.012 % |
7.20	c |      7492 |   38895   148149 |   30568    7489    77746    10.4 |  0.011 % |
7.96	c |     11337 |   38896   148149 |   33625   11333   120818    10.7 |  0.012 % |
9.37	c |     17103 |   38896   148149 |   36987   17099   188639    11.0 |  0.012 % |
11.92	c |     25753 |   38896   148149 |   40686   25749   298431    11.6 |  0.011 % |
16.79	c |     38728 |   38900   148149 |   44755   38720   455280    11.8 |  0.011 % |
24.45	c |     58189 |   38902   148149 |   49230   25804   327335    12.7 |  0.011 % |
38.28	c |     87383 |   38906   148149 |   54153   19702   250053    12.7 |  0.011 % |
57.78	c |    131173 |   38908   148149 |   59569   23087   325065    14.1 |  0.012 % |
91.10	c |    196857 |   38912   148149 |   65526   43137   571146    13.2 |  0.012 % |
142.96	c |    295383 |   38920   148149 |   72078   39899   578002    14.5 |  0.013 % |
231.57	c |    443175 |   38925   148149 |   79286   19236   268104    13.9 |  0.013 % |
372.20	c |    664860 |   38929   148149 |   87215   51526   819412    15.9 |  0.013 % |
617.66	c |    997386 |   38938   148149 |   95936   32916   476445    14.5 |  0.014 % |
961.88	c |   1496174 |   38824   147783 |  105530   92531  1548444    16.7 |  0.181 % |
1533.41	c |   2244356 |   38836   147783 |  116083   46423   702854    15.1 |  0.196 % |
1815.24	
1815.24	s UNKNOWN
1815.24	c # INTERRUPTED
1815.24	c # MAIN  END :  (1815 seconds) [Mon Jan 29 22:02:00 2007]
1815.24	c # MAIN  CPU : 1800.04 = 0 + 0.01 + 1799.6 + 0.43
1815.24	

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/node1/watcher-221758-1170102703 -o ROOT/results/node1/solver-221758-1170102703 -C 1800 -M 900 /tmp/evaluation/221758-1170102703/solver /tmp/evaluation/221758-1170102703 /tmp/evaluation/221758-1170102703/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: 2.60 2.55 2.42 5/94 27446
/proc/meminfo: memFree=1320856/2055920 swapFree=4192812/4192956
[pid=27445] ppid=27443 vsize=18540 CPUtime=0
/proc/27445/stat : 27445 (runsolver) R 27443 27445 27189 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 30225521 18984960 279 18446744073709551615 4194304 4267372 548682069040 18446744073709551615 259353275687 0 0 4096 24578 0 0 0 17 1 0 0
/proc/27445/statm: 4635 279 244 17 0 2626 0

[startup+0.102962 s]
/proc/loadavg: 2.60 2.55 2.42 5/94 27446
/proc/meminfo: memFree=1320856/2055920 swapFree=4192812/4192956
[pid=27445] ppid=27443 vsize=13724 CPUtime=0.03
/proc/27445/stat : 27445 (sugar) S 27443 27445 27189 0 -1 4194304 1112 0 0 0 3 0 0 0 18 0 1 0 30225521 14053376 805 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27445/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+0.511014 s]
/proc/loadavg: 2.60 2.55 2.42 5/94 27446
/proc/meminfo: memFree=1320856/2055920 swapFree=4192812/4192956
[pid=27445] ppid=27443 vsize=13724 CPUtime=0.03
/proc/27445/stat : 27445 (sugar) S 27443 27445 27189 0 -1 4194304 1121 0 0 0 3 0 0 0 15 0 1 0 30225521 14053376 805 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27445/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+1.33611 s]
/proc/loadavg: 2.60 2.55 2.42 4/102 27462
/proc/meminfo: memFree=1296536/2055920 swapFree=4192812/4192956
[pid=27445] ppid=27443 vsize=13724 CPUtime=0.62
/proc/27445/stat : 27445 (sugar) S 27443 27445 27189 0 -1 4194304 1190 7519 0 1 3 0 53 6 15 0 1 0 30225521 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27445/statm: 3431 809 371 3 0 531 0
[pid=27455] ppid=27445 vsize=807064 CPUtime=0.61
/proc/27455/stat : 27455 (java) R 27445 27445 27189 0 -1 0 7752 0 1 0 57 4 0 0 25 0 8 0 30225592 826433536 7499 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27455/statm: 201766 7499 1494 14 0 189044 0
[pid=27455/tid=27456] ppid=27445 vsize=807064 CPUtime=0.11
/proc/27455/task/27456/stat : 27456 (java) R 27445 27445 27189 0 -1 64 1697 0 0 0 11 0 0 0 16 0 8 0 30225595 826433536 7499 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4153822944 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27455/tid=27457] ppid=27445 vsize=807064 CPUtime=0
/proc/27455/task/27457/stat : 27457 (java) S 27445 27445 27189 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30225595 826433536 7499 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27455/tid=27458] ppid=27445 vsize=807064 CPUtime=0
/proc/27455/task/27458/stat : 27458 (java) S 27445 27445 27189 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30225595 826433536 7499 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27455/tid=27459] ppid=27445 vsize=807064 CPUtime=0
/proc/27455/task/27459/stat : 27459 (java) S 27445 27445 27189 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 30225599 826433536 7499 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27455/tid=27460] ppid=27445 vsize=807064 CPUtime=0.05
/proc/27455/task/27460/stat : 27460 (java) S 27445 27445 27189 0 -1 64 292 0 0 0 5 0 0 0 18 0 8 0 30225599 826433536 7499 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27455/tid=27461] ppid=27445 vsize=807064 CPUtime=0
/proc/27455/task/27461/stat : 27461 (java) S 27445 27445 27189 0 -1 64 3 0 0 0 0 0 0 0 24 0 8 0 30225599 826433536 7499 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27455/tid=27462] ppid=27445 vsize=807064 CPUtime=0
/proc/27455/task/27462/stat : 27462 (java) S 27445 27445 27189 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 30225599 826433536 7499 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.98532 s]
/proc/loadavg: 2.60 2.55 2.42 4/102 27462
/proc/meminfo: memFree=1278168/2055920 swapFree=4192812/4192956
[pid=27445] ppid=27443 vsize=13724 CPUtime=0.62
/proc/27445/stat : 27445 (sugar) S 27443 27445 27189 0 -1 4194304 1190 7519 0 1 3 0 53 6 15 0 1 0 30225521 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27445/statm: 3431 809 371 3 0 531 0
[pid=27455] ppid=27445 vsize=807336 CPUtime=2.25
/proc/27455/stat : 27455 (java) R 27445 27445 27189 0 -1 0 13176 0 1 0 217 8 0 0 25 0 8 0 30225592 826712064 12910 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073642777 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27455/statm: 201834 12910 1506 14 0 189112 0
[pid=27455/tid=27456] ppid=27445 vsize=807336 CPUtime=0.52
/proc/27455/task/27456/stat : 27456 (java) S 27445 27445 27189 0 -1 64 6976 0 0 0 49 3 0 0 16 0 8 0 30225595 826712064 12910 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27455/tid=27457] ppid=27445 vsize=807336 CPUtime=0
/proc/27455/task/27457/stat : 27457 (java) S 27445 27445 27189 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30225595 826712064 12910 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27455/tid=27458] ppid=27445 vsize=807336 CPUtime=0
/proc/27455/task/27458/stat : 27458 (java) S 27445 27445 27189 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30225595 826712064 12910 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27455/tid=27459] ppid=27445 vsize=807336 CPUtime=0
/proc/27455/task/27459/stat : 27459 (java) S 27445 27445 27189 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 30225599 826712064 12910 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27455/tid=27460] ppid=27445 vsize=807336 CPUtime=0.12
/proc/27455/task/27460/stat : 27460 (java) S 27445 27445 27189 0 -1 64 399 0 0 0 12 0 0 0 16 0 8 0 30225599 826712064 12910 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27455/tid=27461] ppid=27445 vsize=807336 CPUtime=0
/proc/27455/task/27461/stat : 27461 (java) S 27445 27445 27189 0 -1 64 3 0 0 0 0 0 0 0 24 0 8 0 30225599 826712064 12910 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27455/tid=27462] ppid=27445 vsize=807336 CPUtime=0
/proc/27455/task/27462/stat : 27462 (java) S 27445 27445 27189 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 30225599 826712064 12910 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.26469 s]
/proc/loadavg: 2.63 2.56 2.42 5/102 27462
/proc/meminfo: memFree=1243096/2055920 swapFree=4192812/4192956
[pid=27445] ppid=27443 vsize=13724 CPUtime=5.64
/proc/27445/stat : 27445 (sugar) S 27443 27445 27189 0 -1 4194304 1276 27729 0 2 3 1 540 20 15 0 1 0 30225521 14053376 815 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27445/statm: 3431 815 373 3 0 531 0
Current children cumulated CPU time (s) 5.64
Current children cumulated vsize (KiB) 13724

[startup+12.7385 s]
/proc/loadavg: 2.58 2.55 2.42 3/95 27463
/proc/meminfo: memFree=1313104/2055920 swapFree=4192812/4192956
[pid=27445] ppid=27443 vsize=13724 CPUtime=5.64
/proc/27445/stat : 27445 (sugar) S 27443 27445 27189 0 -1 4194304 1276 27729 0 2 3 1 540 20 16 0 1 0 30225521 14053376 815 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27445/statm: 3431 815 373 3 0 531 0
[pid=27463] ppid=27445 vsize=5508 CPUtime=6.91
/proc/27463/stat : 27463 (minisat) R 27445 27445 27189 0 -1 0 1228 0 0 0 691 0 0 0 25 0 1 0 30226099 5640192 1031 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/27463/statm: 1377 1031 51 112 0 1261 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 19232

[startup+25.589 s]
/proc/loadavg: 2.61 2.55 2.43 4/95 27463
/proc/meminfo: memFree=1310416/2055920 swapFree=4192812/4192956
[pid=27445] ppid=27443 vsize=13724 CPUtime=5.64
/proc/27445/stat : 27445 (sugar) S 27443 27445 27189 0 -1 4194304 1276 27729 0 2 3 1 540 20 16 0 1 0 30225521 14053376 815 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27445/statm: 3431 815 373 3 0 531 0
[pid=27463] ppid=27445 vsize=6996 CPUtime=19.7
/proc/27463/stat : 27463 (minisat) R 27445 27445 27189 0 -1 0 1578 0 0 0 1969 1 0 0 25 0 1 0 30226099 7163904 1381 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528786 0 0 4096 3 0 0 0 17 1 0 0
/proc/27463/statm: 1749 1381 51 112 0 1633 0
Current children cumulated CPU time (s) 25.34
Current children cumulated vsize (KiB) 20720

[startup+51.22 s]
/proc/loadavg: 2.62 2.56 2.43 3/95 27463
/proc/meminfo: memFree=1289296/2055920 swapFree=4192812/4192956
[pid=27445] ppid=27443 vsize=13724 CPUtime=5.64
/proc/27445/stat : 27445 (sugar) S 27443 27445 27189 0 -1 4194304 1276 27729 0 2 3 1 540 20 16 0 1 0 30225521 14053376 815 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27445/statm: 3431 815 373 3 0 531 0
[pid=27463] ppid=27445 vsize=8196 CPUtime=45.2
/proc/27463/stat : 27463 (minisat) R 27445 27445 27189 0 -1 0 1894 0 0 0 4519 1 0 0 25 0 1 0 30226099 8392704 1697 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/27463/statm: 2049 1697 51 112 0 1933 0
Current children cumulated CPU time (s) 50.84
Current children cumulated vsize (KiB) 21920

[startup+102.516 s]
/proc/loadavg: 2.83 2.62 2.46 4/95 27463
/proc/meminfo: memFree=1277712/2055920 swapFree=4192812/4192956
[pid=27445] ppid=27443 vsize=13724 CPUtime=5.64
/proc/27445/stat : 27445 (sugar) S 27443 27445 27189 0 -1 4194304 1276 27729 0 2 3 1 540 20 16 0 1 0 30225521 14053376 815 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27445/statm: 3431 815 373 3 0 531 0
[pid=27463] ppid=27445 vsize=10028 CPUtime=96.25
/proc/27463/stat : 27463 (minisat) R 27445 27445 27189 0 -1 0 2324 0 0 0 9623 2 0 0 25 0 1 0 30226099 10268672 2127 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134525599 0 0 4096 3 0 0 0 17 1 0 0
/proc/27463/statm: 2507 2127 51 112 0 2391 0
Current children cumulated CPU time (s) 101.89
Current children cumulated vsize (KiB) 23752

[startup+162.573 s]
/proc/loadavg: 2.84 2.66 2.48 3/95 27463
/proc/meminfo: memFree=1268752/2055920 swapFree=4192812/4192956
[pid=27445] ppid=27443 vsize=13724 CPUtime=5.64
/proc/27445/stat : 27445 (sugar) S 27443 27445 27189 0 -1 4194304 1276 27729 0 2 3 1 540 20 16 0 1 0 30225521 14053376 815 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27445/statm: 3431 815 373 3 0 531 0
[pid=27463] ppid=27445 vsize=11384 CPUtime=156
/proc/27463/stat : 27463 (minisat) R 27445 27445 27189 0 -1 0 2649 0 0 0 15597 3 0 0 25 0 1 0 30226099 11657216 2452 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/27463/statm: 2846 2452 51 112 0 2730 0
Current children cumulated CPU time (s) 161.64
Current children cumulated vsize (KiB) 25108

[startup+222.612 s]
/proc/loadavg: 2.82 2.67 2.49 4/95 27463
/proc/meminfo: memFree=1266704/2055920 swapFree=4192812/4192956
[pid=27445] ppid=27443 vsize=13724 CPUtime=5.64
/proc/27445/stat : 27445 (sugar) S 27443 27445 27189 0 -1 4194304 1276 27729 0 2 3 1 540 20 16 0 1 0 30225521 14053376 815 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27445/statm: 3431 815 373 3 0 531 0
[pid=27463] ppid=27445 vsize=12476 CPUtime=215.73
/proc/27463/stat : 27463 (minisat) R 27445 27445 27189 0 -1 0 2919 0 0 0 21570 3 0 0 25 0 1 0 30226099 12775424 2722 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/27463/statm: 3119 2722 51 112 0 3003 0
Current children cumulated CPU time (s) 221.37
Current children cumulated vsize (KiB) 26200

[startup+282.68 s]
/proc/loadavg: 2.88 2.72 2.51 4/95 27465
/proc/meminfo: memFree=1264784/2055920 swapFree=4192812/4192956
[pid=27445] ppid=27443 vsize=13724 CPUtime=5.64
/proc/27445/stat : 27445 (sugar) S 27443 27445 27189 0 -1 4194304 1276 27729 0 2 3 1 540 20 16 0 1 0 30225521 14053376 815 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27445/statm: 3431 815 373 3 0 531 0
[pid=27463] ppid=27445 vsize=13452 CPUtime=275.51
/proc/27463/stat : 27463 (minisat) R 27445 27445 27189 0 -1 0 3172 0 0 0 27547 4 0 0 25 0 1 0 30226099 13774848 2975 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/27463/statm: 3363 2975 51 112 0 3247 0
Current children cumulated CPU time (s) 281.15
Current children cumulated vsize (KiB) 27176

[startup+342.767 s]
/proc/loadavg: 2.75 2.72 2.53 3/95 27465
/proc/meminfo: memFree=1263568/2055920 swapFree=4192812/4192956
[pid=27445] ppid=27443 vsize=13724 CPUtime=5.64
/proc/27445/stat : 27445 (sugar) S 27443 27445 27189 0 -1 4194304 1276 27729 0 2 3 1 540 20 16 0 1 0 30225521 14053376 815 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27445/statm: 3431 815 373 3 0 531 0
[pid=27463] ppid=27445 vsize=14536 CPUtime=335.3
/proc/27463/stat : 27463 (minisat) R 27445 27445 27189 0 -1 0 3447 0 0 0 33526 4 0 0 25 0 1 0 30226099 14884864 3250 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528354 0 0 4096 3 0 0 0 17 1 0 0
/proc/27463/statm: 3634 3250 51 112 0 3518 0
Current children cumulated CPU time (s) 340.94
Current children cumulated vsize (KiB) 28260

[startup+402.845 s]
/proc/loadavg: 2.77 2.72 2.54 4/95 27465
/proc/meminfo: memFree=1262736/2055920 swapFree=4192812/4192956
[pid=27445] ppid=27443 vsize=13724 CPUtime=5.64
/proc/27445/stat : 27445 (sugar) S 27443 27445 27189 0 -1 4194304 1276 27729 0 2 3 1 540 20 16 0 1 0 30225521 14053376 815 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27445/statm: 3431 815 373 3 0 531 0
[pid=27463] ppid=27445 vsize=15116 CPUtime=394.84
/proc/27463/stat : 27463 (minisat) R 27445 27445 27189 0 -1 0 3571 0 0 0 39479 5 0 0 25 0 1 0 30226099 15478784 3374 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/27463/statm: 3779 3374 51 112 0 3663 0

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

/proc/27445/stat : 27445 (sugar) S 27443 27445 27189 0 -1 4194304 1276 27729 0 2 3 1 540 20 16 0 1 0 30225521 14053376 815 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27445/statm: 3431 815 373 3 0 531 0
[pid=27463] ppid=27445 vsize=22576 CPUtime=1049.43
/proc/27463/stat : 27463 (minisat) R 27445 27445 27189 0 -1 0 5316 0 0 0 104934 9 0 0 25 0 1 0 30226099 23117824 5119 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/27463/statm: 5644 5119 51 112 0 5528 0
Current children cumulated CPU time (s) 1055.07
Current children cumulated vsize (KiB) 36300

[startup+1123.4 s]
/proc/loadavg: 2.72 2.71 2.62 4/95 27530
/proc/meminfo: memFree=1629456/2055920 swapFree=4192812/4192956
[pid=27445] ppid=27443 vsize=13724 CPUtime=5.64
/proc/27445/stat : 27445 (sugar) S 27443 27445 27189 0 -1 4194304 1276 27729 0 2 3 1 540 20 16 0 1 0 30225521 14053376 815 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27445/statm: 3431 815 373 3 0 531 0
[pid=27463] ppid=27445 vsize=22884 CPUtime=1109.14
/proc/27463/stat : 27463 (minisat) R 27445 27445 27189 0 -1 0 5420 0 0 0 110905 9 0 0 25 0 1 0 30226099 23433216 5223 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528543 0 0 4096 3 0 0 0 17 0 0 0
/proc/27463/statm: 5721 5223 51 112 0 5605 0
Current children cumulated CPU time (s) 1114.78
Current children cumulated vsize (KiB) 36608

[startup+1183.44 s]
/proc/loadavg: 2.86 2.75 2.63 3/95 27530
/proc/meminfo: memFree=1612688/2055920 swapFree=4192812/4192956
[pid=27445] ppid=27443 vsize=13724 CPUtime=5.64
/proc/27445/stat : 27445 (sugar) S 27443 27445 27189 0 -1 4194304 1276 27729 0 2 3 1 540 20 16 0 1 0 30225521 14053376 815 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27445/statm: 3431 815 373 3 0 531 0
[pid=27463] ppid=27445 vsize=23344 CPUtime=1168.64
/proc/27463/stat : 27463 (minisat) R 27445 27445 27189 0 -1 0 5500 0 0 0 116854 10 0 0 25 0 1 0 30226099 23904256 5303 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/27463/statm: 5836 5303 51 112 0 5720 0
Current children cumulated CPU time (s) 1174.28
Current children cumulated vsize (KiB) 37068

[startup+1243.52 s]
/proc/loadavg: 2.73 2.73 2.63 3/95 27530
/proc/meminfo: memFree=1591312/2055920 swapFree=4192812/4192956
[pid=27445] ppid=27443 vsize=13724 CPUtime=5.64
/proc/27445/stat : 27445 (sugar) S 27443 27445 27189 0 -1 4194304 1276 27729 0 2 3 1 540 20 16 0 1 0 30225521 14053376 815 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27445/statm: 3431 815 373 3 0 531 0
[pid=27463] ppid=27445 vsize=23956 CPUtime=1228.13
/proc/27463/stat : 27463 (minisat) R 27445 27445 27189 0 -1 0 5657 0 0 0 122803 10 0 0 25 0 1 0 30226099 24530944 5460 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/27463/statm: 5989 5460 51 112 0 5873 0
Current children cumulated CPU time (s) 1233.77
Current children cumulated vsize (KiB) 37680

[startup+1303.61 s]
/proc/loadavg: 2.54 2.68 2.62 3/95 27530
/proc/meminfo: memFree=1563728/2055920 swapFree=4192812/4192956
[pid=27445] ppid=27443 vsize=13724 CPUtime=5.64
/proc/27445/stat : 27445 (sugar) S 27443 27445 27189 0 -1 4194304 1276 27729 0 2 3 1 540 20 16 0 1 0 30225521 14053376 815 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27445/statm: 3431 815 373 3 0 531 0
[pid=27463] ppid=27445 vsize=24652 CPUtime=1287.64
/proc/27463/stat : 27463 (minisat) R 27445 27445 27189 0 -1 0 5827 0 0 0 128754 10 0 0 25 0 1 0 30226099 25243648 5630 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/27463/statm: 6163 5630 51 112 0 6047 0
Current children cumulated CPU time (s) 1293.28
Current children cumulated vsize (KiB) 38376

[startup+1363.63 s]
/proc/loadavg: 2.79 2.72 2.64 4/95 27530
/proc/meminfo: memFree=1546512/2055920 swapFree=4192812/4192956
[pid=27445] ppid=27443 vsize=13724 CPUtime=5.64
/proc/27445/stat : 27445 (sugar) S 27443 27445 27189 0 -1 4194304 1276 27729 0 2 3 1 540 20 16 0 1 0 30225521 14053376 815 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27445/statm: 3431 815 373 3 0 531 0
[pid=27463] ppid=27445 vsize=24968 CPUtime=1347.09
/proc/27463/stat : 27463 (minisat) R 27445 27445 27189 0 -1 0 5890 0 0 0 134699 10 0 0 25 0 1 0 30226099 25567232 5693 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134525036 0 0 4096 3 0 0 0 17 0 0 0
/proc/27463/statm: 6242 5693 51 112 0 6126 0
Current children cumulated CPU time (s) 1352.73
Current children cumulated vsize (KiB) 38692

[startup+1423.7 s]
/proc/loadavg: 2.76 2.72 2.64 3/95 27530
/proc/meminfo: memFree=1534736/2055920 swapFree=4192812/4192956
[pid=27445] ppid=27443 vsize=13724 CPUtime=5.64
/proc/27445/stat : 27445 (sugar) S 27443 27445 27189 0 -1 4194304 1276 27729 0 2 3 1 540 20 16 0 1 0 30225521 14053376 815 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27445/statm: 3431 815 373 3 0 531 0
[pid=27463] ppid=27445 vsize=25252 CPUtime=1406.56
/proc/27463/stat : 27463 (minisat) R 27445 27445 27189 0 -1 0 5973 0 0 0 140645 11 0 0 25 0 1 0 30226099 25858048 5776 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/27463/statm: 6313 5776 51 112 0 6197 0
Current children cumulated CPU time (s) 1412.2
Current children cumulated vsize (KiB) 38976

[startup+1483.76 s]
/proc/loadavg: 2.55 2.68 2.63 4/95 27530
/proc/meminfo: memFree=1525072/2055920 swapFree=4192812/4192956
[pid=27445] ppid=27443 vsize=13724 CPUtime=5.64
/proc/27445/stat : 27445 (sugar) S 27443 27445 27189 0 -1 4194304 1276 27729 0 2 3 1 540 20 16 0 1 0 30225521 14053376 815 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27445/statm: 3431 815 373 3 0 531 0
[pid=27463] ppid=27445 vsize=25716 CPUtime=1466.04
/proc/27463/stat : 27463 (minisat) R 27445 27445 27189 0 -1 0 6064 0 0 0 146593 11 0 0 25 0 1 0 30226099 26333184 5867 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528506 0 0 4096 3 0 0 0 17 0 0 0
/proc/27463/statm: 6429 5867 51 112 0 6313 0
Current children cumulated CPU time (s) 1471.68
Current children cumulated vsize (KiB) 39440

[startup+1543.83 s]
/proc/loadavg: 2.60 2.67 2.63 3/95 27530
/proc/meminfo: memFree=1485712/2055920 swapFree=4192812/4192956
[pid=27445] ppid=27443 vsize=13724 CPUtime=5.64
/proc/27445/stat : 27445 (sugar) S 27443 27445 27189 0 -1 4194304 1276 27729 0 2 3 1 540 20 16 0 1 0 30225521 14053376 815 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27445/statm: 3431 815 373 3 0 531 0
[pid=27463] ppid=27445 vsize=25860 CPUtime=1525.51
/proc/27463/stat : 27463 (minisat) R 27445 27445 27189 0 -1 0 6113 0 0 0 152540 11 0 0 25 0 1 0 30226099 26480640 5916 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528768 0 0 4096 3 0 0 0 17 0 0 0
/proc/27463/statm: 6465 5916 51 112 0 6349 0
Current children cumulated CPU time (s) 1531.15
Current children cumulated vsize (KiB) 39584

[startup+1603.89 s]
/proc/loadavg: 2.68 2.68 2.64 3/95 27530
/proc/meminfo: memFree=1459600/2055920 swapFree=4192812/4192956
[pid=27445] ppid=27443 vsize=13724 CPUtime=5.64
/proc/27445/stat : 27445 (sugar) S 27443 27445 27189 0 -1 4194304 1276 27729 0 2 3 1 540 20 16 0 1 0 30225521 14053376 815 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27445/statm: 3431 815 373 3 0 531 0
[pid=27463] ppid=27445 vsize=26400 CPUtime=1584.97
/proc/27463/stat : 27463 (minisat) R 27445 27445 27189 0 -1 0 6251 0 0 0 158485 12 0 0 25 0 1 0 30226099 27033600 6054 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/27463/statm: 6600 6054 51 112 0 6484 0
Current children cumulated CPU time (s) 1590.61
Current children cumulated vsize (KiB) 40124

[startup+1663.95 s]
/proc/loadavg: 2.77 2.70 2.64 4/95 27530
/proc/meminfo: memFree=1440336/2055920 swapFree=4192812/4192956
[pid=27445] ppid=27443 vsize=13724 CPUtime=5.64
/proc/27445/stat : 27445 (sugar) S 27443 27445 27189 0 -1 4194304 1276 27729 0 2 3 1 540 20 16 0 1 0 30225521 14053376 815 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27445/statm: 3431 815 373 3 0 531 0
[pid=27463] ppid=27445 vsize=26712 CPUtime=1644.45
/proc/27463/stat : 27463 (minisat) R 27445 27445 27189 0 -1 0 6321 0 0 0 164433 12 0 0 25 0 1 0 30226099 27353088 6124 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/27463/statm: 6678 6124 51 112 0 6562 0
Current children cumulated CPU time (s) 1650.09
Current children cumulated vsize (KiB) 40436

[startup+1724.01 s]
/proc/loadavg: 2.88 2.73 2.65 4/95 27530
/proc/meminfo: memFree=1429200/2055920 swapFree=4192812/4192956
[pid=27445] ppid=27443 vsize=13724 CPUtime=5.64
/proc/27445/stat : 27445 (sugar) S 27443 27445 27189 0 -1 4194304 1276 27729 0 2 3 1 540 20 16 0 1 0 30225521 14053376 815 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27445/statm: 3431 815 373 3 0 531 0
[pid=27463] ppid=27445 vsize=27124 CPUtime=1703.93
/proc/27463/stat : 27463 (minisat) R 27445 27445 27189 0 -1 0 6412 0 0 0 170381 12 0 0 25 0 1 0 30226099 27774976 6215 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/27463/statm: 6781 6215 51 112 0 6665 0
Current children cumulated CPU time (s) 1709.57
Current children cumulated vsize (KiB) 40848

[startup+1784.09 s]
/proc/loadavg: 2.84 2.75 2.66 6/101 27620
/proc/meminfo: memFree=1420160/2055920 swapFree=4192812/4192956
[pid=27445] ppid=27443 vsize=13724 CPUtime=5.64
/proc/27445/stat : 27445 (sugar) S 27443 27445 27189 0 -1 4194304 1276 27729 0 2 3 1 540 20 16 0 1 0 30225521 14053376 815 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27445/statm: 3431 815 373 3 0 531 0
[pid=27463] ppid=27445 vsize=27424 CPUtime=1763.31
/proc/27463/stat : 27463 (minisat) R 27445 27445 27189 0 -1 0 6482 0 0 0 176310 21 0 0 25 0 1 0 30226099 28082176 6285 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/27463/statm: 6856 6285 51 112 0 6740 0
Current children cumulated CPU time (s) 1768.95
Current children cumulated vsize (KiB) 41148



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1815.23 s]
/proc/loadavg: 2.59 2.70 2.64 3/101 27654
/proc/meminfo: memFree=1409608/2055920 swapFree=4192812/4192956
[pid=27445] ppid=27443 vsize=13724 CPUtime=5.64
/proc/27445/stat : 27445 (sugar) S 27443 27445 27189 0 -1 4194304 1276 27729 0 2 3 1 540 20 16 0 1 0 30225521 14053376 815 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27445/statm: 3431 815 373 3 0 531 0
[pid=27463] ppid=27445 vsize=28044 CPUtime=1794.4
/proc/27463/stat : 27463 (minisat) R 27445 27445 27189 0 -1 0 6620 0 0 0 179419 21 0 0 25 0 1 0 30226099 28717056 6423 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134525562 0 0 4096 3 0 0 0 17 1 0 0
/proc/27463/statm: 7011 6423 51 112 0 6895 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 41768

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

Child status: 1
Real time (s): 1815.25
CPU time (s): 1800.08
CPU user time (s): 1799.64
CPU system time (s): 0.443932
CPU usage (%): 99.1646
Max. virtual memory (cumulated for all children) (KiB): 821060

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.64
system time used= 0.443932
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35714
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= 1588
involuntary context switches= 89276

runsolver used 2.06768 s user time and 5.79212 s system time

The end

Launcher Data (download as text)

Begin job on node1 on Mon Jan 29 20:31:43 UTC 2007


IDJOB= 221758
IDBENCH= 5466
IDSOLVER= 86
FILE ID= node1/221758-1170102703

PBS_JOBID= 3689550

Free space on /tmp= 66553 MiB

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

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  a6fde96fec027ebcf35c7c234300ac23

RANDOM SEED= 382292963

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.230
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.230
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:       1310136 kB
Buffers:         11524 kB
Cached:          63140 kB
SwapCached:          0 kB
Active:         667904 kB
Inactive:        25748 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1310136 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1020 kB
Writeback:           0 kB
Mapped:         644580 kB
Slab:            35864 kB
Committed_AS:  1010876 kB
PageTables:       3316 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= 66556 MiB



End job on node1 on Mon Jan 29 21:02:00 UTC 2007