Trace number 221730

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.11 1801.07

General information on the benchmark

Namerandom/rand-2-24/
rand-24-24-276-139-48021_ext.xml
MD5SUM23b670d8c9599bc75edae4d191ae20d2
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark9.90849
SatisfiableYES
(Un)Satisfiability was provedYES
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/221730-1170102700/sugar-v0-40.jar)
0.04	
0.04	c # MAIN  BEGIN : /tmp/evaluation/221730-1170102700/unknown.xml [Mon Jan 29 21:31:40 2007]
0.04	c # CONVERT_XML  BEGIN : /tmp/evaluation/221730-1170102700/unknown.xml /tmp/evaluation/221730-1170102700/sugar24111.csp [Mon Jan 29 21:31:40 2007]
0.04	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/221730-1170102700/sugar-v0-40.jar -convert /tmp/evaluation/221730-1170102700/unknown.xml /tmp/evaluation/221730-1170102700/sugar24111.csp
0.15	c BEGIN convert /tmp/evaluation/221730-1170102700/unknown.xml
0.64	c END convert (0.486524 seconds)
0.70	c # CONVERT_XML  END : /tmp/evaluation/221730-1170102700/sugar24111.csp 1240889 bytes (1 seconds) [Mon Jan 29 21:31:41 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/221730-1170102700/sugar24111.bcnf [Mon Jan 29 21:31:41 2007]
0.70	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/221730-1170102700/sugar-v0-40.jar -bcnf -map /tmp/evaluation/221730-1170102700/sugar24111.map /tmp/evaluation/221730-1170102700/sugar24111.csp /tmp/evaluation/221730-1170102700/sugar24111.bcnf
0.81	c BEGIN parse /tmp/evaluation/221730-1170102700/sugar24111.csp
5.33	c END parse (4.511011 seconds)
5.33	c BEGIN simplify
5.35	c END simplify (0.02123 seconds)
5.35	c BEGIN encode /tmp/evaluation/221730-1170102700/sugar24111.bcnf
5.56	c END encode (0.214201 seconds)
5.58	c # GENERATE_SAT  END : 552 variables 38892 clauses 748432 bytes (5 seconds) [Mon Jan 29 21:31:46 2007]
5.58	c # GENERATE_SAT  CPU : 4.84 = 0 + 0 + 4.73 + 0.11
5.58	
5.58	c # SOLVE_SAT  BEGIN : /tmp/evaluation/221730-1170102700/sugar24111.bcnf [Mon Jan 29 21:31:46 2007]
5.58	c # CMD : /tmp/evaluation/221730-1170102700/minisat /tmp/evaluation/221730-1170102700/sugar24111.bcnf /tmp/evaluation/221730-1170102700/sugar24111.out
5.60	c ==================================[MINISAT]===================================
5.60	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
5.60	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
5.60	c ==============================================================================
5.60	c |         0 |   38892   148210 |   12964       0        0     nan |  0.000 % |
5.62	c |       101 |   38892   148210 |   14260     101      923     9.1 |  0.000 % |
5.65	c |       251 |   38892   148210 |   15686     251     2217     8.8 |  0.007 % |
5.69	c |       477 |   38892   148210 |   17255     477     4228     8.9 |  0.013 % |
5.74	c |       814 |   38892   148210 |   18980     814     7168     8.8 |  0.013 % |
5.82	c |      1322 |   38892   148210 |   20878    1322    11570     8.8 |  0.011 % |
5.94	c |      2082 |   38892   148210 |   22966    2082    20058     9.6 |  0.000 % |
6.12	c |      3221 |   38892   148210 |   25263    3221    32293    10.0 |  0.011 % |
6.41	c |      4929 |   38892   148210 |   27789    4929    50055    10.2 |  0.011 % |
6.84	c |      7491 |   38892   148210 |   30568    7491    76249    10.2 |  0.010 % |
7.54	c |     11335 |   38892   148210 |   33625   11335   119942    10.6 |  0.013 % |
8.70	c |     17102 |   38895   148210 |   36987   17099   185755    10.9 |  0.013 % |
11.03	c |     25753 |   38895   148210 |   40686   25750   281257    10.9 |  0.013 % |
14.90	c |     38727 |   38897   148210 |   44755   38722   446808    11.5 |  0.013 % |
20.65	c |     58189 |   38899   148210 |   49230   25912   305085    11.8 |  0.014 % |
31.34	c |     87382 |   38905   148210 |   54153   19050   255098    13.4 |  0.013 % |
48.03	c |    131173 |   38911   148210 |   59569   23098   299463    13.0 |  0.013 % |
73.81	c |    196859 |   38913   148210 |   65526   43939   613991    14.0 |  0.013 % |
117.77	c |    295386 |   38917   148210 |   72078   42695   589727    13.8 |  0.014 % |
192.01	c |    443177 |   38921   148210 |   79286   24322   350054    14.4 |  0.014 % |
309.83	c |    664860 |   38793   147835 |   87215   14536   177611    12.2 |  0.182 % |
480.26	c |    997385 |   38806   147835 |   95936   61885   969880    15.7 |  0.190 % |
770.50	c |   1496174 |   38813   147835 |  105530   85652  1295825    15.1 |  0.198 % |
1201.01	c |   2244358 |   38705   147475 |  116083   47406   719843    15.2 |  0.363 % |
1801.07	s UNKNOWN
1801.07	c # ERROR No such file or directory /tmp/evaluation/221730-1170102700/sugar24111.out, at /tmp/evaluation/221730-1170102700/sugar line 393.
1801.07	
1801.07	c # MAIN  END :  (1801 seconds) [Mon Jan 29 22:01:41 2007]
1801.07	c # MAIN  CPU : 1800.04 = 0 + 0 + 1799.71 + 0.33
1801.07	

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/node75/watcher-221730-1170102700 -o ROOT/results/node75/solver-221730-1170102700 -C 1800 -M 900 /tmp/evaluation/221730-1170102700/solver /tmp/evaluation/221730-1170102700 /tmp/evaluation/221730-1170102700/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.81 1.21 1.36 5/81 24112
/proc/meminfo: memFree=1865896/2055920 swapFree=4192812/4192956
[pid=24111] ppid=24109 vsize=18540 CPUtime=0
/proc/24111/stat : 24111 (runsolver) R 24109 24111 23704 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 30235859 18984960 279 18446744073709551615 4194304 4267372 548682069040 18446744073709551615 231882681639 0 0 4096 24578 0 0 0 17 0 0 0
/proc/24111/statm: 4635 279 244 17 0 2626 0

[startup+0.104315 s]
/proc/loadavg: 1.81 1.21 1.36 5/81 24112
/proc/meminfo: memFree=1865896/2055920 swapFree=4192812/4192956
[pid=24111] ppid=24109 vsize=13724 CPUtime=0.03
/proc/24111/stat : 24111 (sugar) S 24109 24111 23704 0 -1 4194304 1112 0 0 0 3 0 0 0 19 0 1 0 30235859 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24111/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+0.51637 s]
/proc/loadavg: 1.81 1.21 1.36 5/81 24112
/proc/meminfo: memFree=1865896/2055920 swapFree=4192812/4192956
[pid=24111] ppid=24109 vsize=13724 CPUtime=0.03
/proc/24111/stat : 24111 (sugar) S 24109 24111 23704 0 -1 4194304 1121 0 0 0 3 0 0 0 15 0 1 0 30235859 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24111/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+1.34046 s]
/proc/loadavg: 1.81 1.21 1.36 3/89 24128
/proc/meminfo: memFree=1821224/2055920 swapFree=4192812/4192956
[pid=24111] ppid=24109 vsize=13724 CPUtime=0.62
/proc/24111/stat : 24111 (sugar) S 24109 24111 23704 0 -1 4194304 1190 7519 0 1 3 0 53 6 15 0 1 0 30235859 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24111/statm: 3431 809 371 3 0 531 0
[pid=24121] ppid=24111 vsize=807064 CPUtime=0.62
/proc/24121/stat : 24121 (java) R 24111 24111 23704 0 -1 0 8155 0 1 0 59 3 0 0 25 0 8 0 30235929 826433536 7902 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073479595 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24121/statm: 201766 7902 1494 14 0 189044 0
[pid=24121/tid=24122] ppid=24111 vsize=807064 CPUtime=0.12
/proc/24121/task/24122/stat : 24122 (java) S 24111 24111 23704 0 -1 64 2101 0 0 0 12 0 0 0 16 0 8 0 30235932 826433536 7902 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24121/tid=24123] ppid=24111 vsize=807064 CPUtime=0
/proc/24121/task/24123/stat : 24123 (java) S 24111 24111 23704 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 30235933 826433536 7902 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24121/tid=24124] ppid=24111 vsize=807064 CPUtime=0
/proc/24121/task/24124/stat : 24124 (java) S 24111 24111 23704 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30235933 826433536 7902 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24121/tid=24125] ppid=24111 vsize=807064 CPUtime=0
/proc/24121/task/24125/stat : 24125 (java) S 24111 24111 23704 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 30235936 826433536 7902 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24121/tid=24126] ppid=24111 vsize=807064 CPUtime=0.05
/proc/24121/task/24126/stat : 24126 (java) S 24111 24111 23704 0 -1 64 292 0 0 0 5 0 0 0 17 0 8 0 30235936 826433536 7902 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24121/tid=24127] ppid=24111 vsize=807064 CPUtime=0
/proc/24121/task/24127/stat : 24127 (java) S 24111 24111 23704 0 -1 64 3 0 0 0 0 0 0 0 23 0 8 0 30235936 826433536 7902 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24121/tid=24128] ppid=24111 vsize=807064 CPUtime=0
/proc/24121/task/24128/stat : 24128 (java) S 24111 24111 23704 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30235936 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.97766 s]
/proc/loadavg: 1.83 1.22 1.36 4/89 24128
/proc/meminfo: memFree=1785064/2055920 swapFree=4192812/4192956
[pid=24111] ppid=24109 vsize=13724 CPUtime=0.62
/proc/24111/stat : 24111 (sugar) S 24109 24111 23704 0 -1 4194304 1190 7519 0 1 3 0 53 6 15 0 1 0 30235859 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24111/statm: 3431 809 371 3 0 531 0
[pid=24121] ppid=24111 vsize=807336 CPUtime=2.23
/proc/24121/stat : 24121 (java) R 24111 24111 23704 0 -1 0 13395 0 1 0 217 6 0 0 25 0 8 0 30235929 826712064 13128 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073639992 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24121/statm: 201834 13128 1506 14 0 189112 0
[pid=24121/tid=24122] ppid=24111 vsize=807336 CPUtime=0.48
/proc/24121/task/24122/stat : 24122 (java) S 24111 24111 23704 0 -1 64 7195 0 0 0 45 3 0 0 16 0 8 0 30235932 826712064 13128 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24121/tid=24123] ppid=24111 vsize=807336 CPUtime=0
/proc/24121/task/24123/stat : 24123 (java) S 24111 24111 23704 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 30235933 826712064 13128 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24121/tid=24124] ppid=24111 vsize=807336 CPUtime=0
/proc/24121/task/24124/stat : 24124 (java) S 24111 24111 23704 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30235933 826712064 13128 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24121/tid=24125] ppid=24111 vsize=807336 CPUtime=0
/proc/24121/task/24125/stat : 24125 (java) S 24111 24111 23704 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 30235936 826712064 13128 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24121/tid=24126] ppid=24111 vsize=807336 CPUtime=0.13
/proc/24121/task/24126/stat : 24126 (java) S 24111 24111 23704 0 -1 64 399 0 0 0 13 0 0 0 16 0 8 0 30235936 826712064 13128 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24121/tid=24127] ppid=24111 vsize=807336 CPUtime=0
/proc/24121/task/24127/stat : 24127 (java) S 24111 24111 23704 0 -1 64 3 0 0 0 0 0 0 0 23 0 8 0 30235936 826712064 13128 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24121/tid=24128] ppid=24111 vsize=807336 CPUtime=0
/proc/24121/task/24128/stat : 24128 (java) S 24111 24111 23704 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30235936 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.85
Current children cumulated vsize (KiB) 821060

[startup+6.27404 s]
/proc/loadavg: 1.83 1.22 1.36 3/82 24129
/proc/meminfo: memFree=1764704/2055920 swapFree=4192812/4192956
[pid=24111] ppid=24109 vsize=13724 CPUtime=5.46
/proc/24111/stat : 24111 (sugar) S 24109 24111 23704 0 -1 4194304 1276 27730 0 2 3 0 526 17 15 0 1 0 30235859 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24111/statm: 3431 815 373 3 0 531 0
[pid=24129] ppid=24111 vsize=3588 CPUtime=0.68
/proc/24129/stat : 24129 (minisat) R 24111 24111 23704 0 -1 0 741 0 0 0 68 0 0 0 25 0 1 0 30236417 3674112 544 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528771 0 0 4096 3 0 0 0 17 1 0 0
/proc/24129/statm: 897 544 51 112 0 781 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 17312

[startup+12.7448 s]
/proc/loadavg: 1.93 1.26 1.37 3/82 24129
/proc/meminfo: memFree=1657832/2055920 swapFree=4192812/4192956
[pid=24111] ppid=24109 vsize=13724 CPUtime=5.46
/proc/24111/stat : 24111 (sugar) S 24109 24111 23704 0 -1 4194304 1276 27730 0 2 3 0 526 17 16 0 1 0 30235859 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24111/statm: 3431 815 373 3 0 531 0
[pid=24129] ppid=24111 vsize=5812 CPUtime=7.11
/proc/24129/stat : 24129 (minisat) R 24111 24111 23704 0 -1 0 1297 0 0 0 710 1 0 0 25 0 1 0 30236417 5951488 1100 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528426 0 0 4096 3 0 0 0 17 1 0 0
/proc/24129/statm: 1453 1100 51 112 0 1337 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 19536

[startup+25.5753 s]
/proc/loadavg: 1.94 1.28 1.38 3/82 24129
/proc/meminfo: memFree=1490088/2055920 swapFree=4192812/4192956
[pid=24111] ppid=24109 vsize=13724 CPUtime=5.46
/proc/24111/stat : 24111 (sugar) S 24109 24111 23704 0 -1 4194304 1276 27730 0 2 3 0 526 17 16 0 1 0 30235859 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24111/statm: 3431 815 373 3 0 531 0
[pid=24129] ppid=24111 vsize=7072 CPUtime=19.89
/proc/24129/stat : 24129 (minisat) R 24111 24111 23704 0 -1 0 1607 0 0 0 1988 1 0 0 25 0 1 0 30236417 7241728 1410 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/24129/statm: 1768 1410 51 112 0 1652 0
Current children cumulated CPU time (s) 25.35
Current children cumulated vsize (KiB) 20796

[startup+51.2204 s]
/proc/loadavg: 1.90 1.32 1.39 2/69 24209
/proc/meminfo: memFree=1920208/2055920 swapFree=4192812/4192956
[pid=24111] ppid=24109 vsize=13724 CPUtime=5.46
/proc/24111/stat : 24111 (sugar) S 24109 24111 23704 0 -1 4194304 1276 27730 0 2 3 0 526 17 16 0 1 0 30235859 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24111/statm: 3431 815 373 3 0 531 0
[pid=24129] ppid=24111 vsize=8804 CPUtime=45.4
/proc/24129/stat : 24129 (minisat) R 24111 24111 23704 0 -1 0 2054 0 0 0 4537 3 0 0 25 0 1 0 30236417 9015296 1857 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/24129/statm: 2201 1857 51 112 0 2085 0
Current children cumulated CPU time (s) 50.86
Current children cumulated vsize (KiB) 22528

[startup+102.481 s]
/proc/loadavg: 1.39 1.27 1.37 2/66 24287
/proc/meminfo: memFree=1924472/2055920 swapFree=4192812/4192956
[pid=24111] ppid=24109 vsize=13724 CPUtime=5.46
/proc/24111/stat : 24111 (sugar) S 24109 24111 23704 0 -1 4194304 1276 27730 0 2 3 0 526 17 16 0 1 0 30235859 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24111/statm: 3431 815 373 3 0 531 0
[pid=24129] ppid=24111 vsize=10936 CPUtime=96.55
/proc/24129/stat : 24129 (minisat) R 24111 24111 23704 0 -1 0 2549 0 0 0 9651 4 0 0 25 0 1 0 30236417 11198464 2352 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/24129/statm: 2734 2352 51 112 0 2618 0
Current children cumulated CPU time (s) 102.01
Current children cumulated vsize (KiB) 24660

[startup+162.537 s]
/proc/loadavg: 1.13 1.22 1.34 2/66 24289
/proc/meminfo: memFree=1922360/2055920 swapFree=4192812/4192956
[pid=24111] ppid=24109 vsize=13724 CPUtime=5.46
/proc/24111/stat : 24111 (sugar) S 24109 24111 23704 0 -1 4194304 1276 27730 0 2 3 0 526 17 16 0 1 0 30235859 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24111/statm: 3431 815 373 3 0 531 0
[pid=24129] ppid=24111 vsize=12804 CPUtime=156.59
/proc/24129/stat : 24129 (minisat) R 24111 24111 23704 0 -1 0 3000 0 0 0 15654 5 0 0 25 0 1 0 30236417 13111296 2803 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/24129/statm: 3201 2803 51 112 0 3085 0
Current children cumulated CPU time (s) 162.05
Current children cumulated vsize (KiB) 26528

[startup+222.592 s]
/proc/loadavg: 1.05 1.17 1.32 2/66 24289
/proc/meminfo: memFree=1921528/2055920 swapFree=4192812/4192956
[pid=24111] ppid=24109 vsize=13724 CPUtime=5.46
/proc/24111/stat : 24111 (sugar) S 24109 24111 23704 0 -1 4194304 1276 27730 0 2 3 0 526 17 16 0 1 0 30235859 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24111/statm: 3431 815 373 3 0 531 0
[pid=24129] ppid=24111 vsize=13600 CPUtime=216.63
/proc/24129/stat : 24129 (minisat) R 24111 24111 23704 0 -1 0 3229 0 0 0 21657 6 0 0 25 0 1 0 30236417 13926400 3032 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/24129/statm: 3400 3032 51 112 0 3284 0
Current children cumulated CPU time (s) 222.09
Current children cumulated vsize (KiB) 27324

[startup+282.643 s]
/proc/loadavg: 1.02 1.14 1.29 2/66 24289
/proc/meminfo: memFree=1920824/2055920 swapFree=4192812/4192956
[pid=24111] ppid=24109 vsize=13724 CPUtime=5.46
/proc/24111/stat : 24111 (sugar) S 24109 24111 23704 0 -1 4194304 1276 27730 0 2 3 0 526 17 16 0 1 0 30235859 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24111/statm: 3431 815 373 3 0 531 0
[pid=24129] ppid=24111 vsize=14416 CPUtime=276.66
/proc/24129/stat : 24129 (minisat) R 24111 24111 23704 0 -1 0 3403 0 0 0 27660 6 0 0 25 0 1 0 30236417 14761984 3206 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/24129/statm: 3604 3206 51 112 0 3488 0
Current children cumulated CPU time (s) 282.12
Current children cumulated vsize (KiB) 28140

[startup+342.696 s]
/proc/loadavg: 1.00 1.11 1.27 2/66 24289
/proc/meminfo: memFree=1920312/2055920 swapFree=4192812/4192956
[pid=24111] ppid=24109 vsize=13724 CPUtime=5.46
/proc/24111/stat : 24111 (sugar) S 24109 24111 23704 0 -1 4194304 1276 27730 0 2 3 0 526 17 16 0 1 0 30235859 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24111/statm: 3431 815 373 3 0 531 0
[pid=24129] ppid=24111 vsize=15172 CPUtime=336.7
/proc/24129/stat : 24129 (minisat) R 24111 24111 23704 0 -1 0 3577 0 0 0 33664 6 0 0 25 0 1 0 30236417 15536128 3380 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/24129/statm: 3793 3380 51 112 0 3677 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 28896

[startup+402.752 s]
/proc/loadavg: 1.00 1.09 1.25 2/66 24289
/proc/meminfo: memFree=1918976/2055920 swapFree=4192812/4192956
[pid=24111] ppid=24109 vsize=13724 CPUtime=5.46
/proc/24111/stat : 24111 (sugar) S 24109 24111 23704 0 -1 4194304 1276 27730 0 2 3 0 526 17 16 0 1 0 30235859 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24111/statm: 3431 815 373 3 0 531 0

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

/proc/24111/stat : 24111 (sugar) S 24109 24111 23704 0 -1 4194304 1276 27730 0 2 3 0 526 17 16 0 1 0 30235859 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24111/statm: 3431 815 373 3 0 531 0
[pid=24129] ppid=24111 vsize=23824 CPUtime=1057.12
/proc/24129/stat : 24129 (minisat) R 24111 24111 23704 0 -1 0 5628 0 0 0 105704 8 0 0 25 0 1 0 30236417 24395776 5431 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528371 0 0 4096 3 0 0 0 17 0 0 0
/proc/24129/statm: 5956 5431 51 112 0 5840 0
Current children cumulated CPU time (s) 1062.58
Current children cumulated vsize (KiB) 37548

[startup+1123.36 s]
/proc/loadavg: 1.00 1.00 1.09 2/66 24289
/proc/meminfo: memFree=1911040/2055920 swapFree=4192812/4192956
[pid=24111] ppid=24109 vsize=13724 CPUtime=5.46
/proc/24111/stat : 24111 (sugar) S 24109 24111 23704 0 -1 4194304 1276 27730 0 2 3 0 526 17 16 0 1 0 30235859 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24111/statm: 3431 815 373 3 0 531 0
[pid=24129] ppid=24111 vsize=24408 CPUtime=1117.16
/proc/24129/stat : 24129 (minisat) R 24111 24111 23704 0 -1 0 5777 0 0 0 111707 9 0 0 25 0 1 0 30236417 24993792 5580 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528401 0 0 4096 3 0 0 0 17 0 0 0
/proc/24129/statm: 6102 5580 51 112 0 5986 0
Current children cumulated CPU time (s) 1122.62
Current children cumulated vsize (KiB) 38132

[startup+1183.41 s]
/proc/loadavg: 1.00 1.00 1.09 2/66 24289
/proc/meminfo: memFree=1910400/2055920 swapFree=4192812/4192956
[pid=24111] ppid=24109 vsize=13724 CPUtime=5.46
/proc/24111/stat : 24111 (sugar) S 24109 24111 23704 0 -1 4194304 1276 27730 0 2 3 0 526 17 16 0 1 0 30235859 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24111/statm: 3431 815 373 3 0 531 0
[pid=24129] ppid=24111 vsize=25104 CPUtime=1177.19
/proc/24129/stat : 24129 (minisat) R 24111 24111 23704 0 -1 0 5932 0 0 0 117710 9 0 0 25 0 1 0 30236417 25706496 5735 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/24129/statm: 6276 5735 51 112 0 6160 0
Current children cumulated CPU time (s) 1182.65
Current children cumulated vsize (KiB) 38828

[startup+1243.46 s]
/proc/loadavg: 1.00 1.00 1.08 2/66 24289
/proc/meminfo: memFree=1910144/2055920 swapFree=4192812/4192956
[pid=24111] ppid=24109 vsize=13724 CPUtime=5.46
/proc/24111/stat : 24111 (sugar) S 24109 24111 23704 0 -1 4194304 1276 27730 0 2 3 0 526 17 16 0 1 0 30235859 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24111/statm: 3431 815 373 3 0 531 0
[pid=24129] ppid=24111 vsize=25240 CPUtime=1237.23
/proc/24129/stat : 24129 (minisat) R 24111 24111 23704 0 -1 0 5994 0 0 0 123714 9 0 0 25 0 1 0 30236417 25845760 5797 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134522262 0 0 4096 3 0 0 0 17 0 0 0
/proc/24129/statm: 6310 5797 51 112 0 6194 0
Current children cumulated CPU time (s) 1242.69
Current children cumulated vsize (KiB) 38964

[startup+1303.52 s]
/proc/loadavg: 1.00 1.00 1.07 2/66 24289
/proc/meminfo: memFree=1909248/2055920 swapFree=4192812/4192956
[pid=24111] ppid=24109 vsize=13724 CPUtime=5.46
/proc/24111/stat : 24111 (sugar) S 24109 24111 23704 0 -1 4194304 1276 27730 0 2 3 0 526 17 16 0 1 0 30235859 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24111/statm: 3431 815 373 3 0 531 0
[pid=24129] ppid=24111 vsize=26200 CPUtime=1297.26
/proc/24129/stat : 24129 (minisat) R 24111 24111 23704 0 -1 0 6213 0 0 0 129717 9 0 0 25 0 1 0 30236417 26828800 6016 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/24129/statm: 6550 6016 51 112 0 6434 0
Current children cumulated CPU time (s) 1302.72
Current children cumulated vsize (KiB) 39924

[startup+1363.57 s]
/proc/loadavg: 1.00 1.00 1.07 2/66 24289
/proc/meminfo: memFree=1908544/2055920 swapFree=4192812/4192956
[pid=24111] ppid=24109 vsize=13724 CPUtime=5.46
/proc/24111/stat : 24111 (sugar) S 24109 24111 23704 0 -1 4194304 1276 27730 0 2 3 0 526 17 16 0 1 0 30235859 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24111/statm: 3431 815 373 3 0 531 0
[pid=24129] ppid=24111 vsize=26976 CPUtime=1357.29
/proc/24129/stat : 24129 (minisat) R 24111 24111 23704 0 -1 0 6383 0 0 0 135720 9 0 0 25 0 1 0 30236417 27623424 6186 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528368 0 0 4096 3 0 0 0 17 0 0 0
/proc/24129/statm: 6744 6186 51 112 0 6628 0
Current children cumulated CPU time (s) 1362.75
Current children cumulated vsize (KiB) 40700

[startup+1423.62 s]
/proc/loadavg: 1.00 1.00 1.06 2/66 24289
/proc/meminfo: memFree=1908416/2055920 swapFree=4192812/4192956
[pid=24111] ppid=24109 vsize=13724 CPUtime=5.46
/proc/24111/stat : 24111 (sugar) S 24109 24111 23704 0 -1 4194304 1276 27730 0 2 3 0 526 17 16 0 1 0 30235859 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24111/statm: 3431 815 373 3 0 531 0
[pid=24129] ppid=24111 vsize=26976 CPUtime=1417.33
/proc/24129/stat : 24129 (minisat) R 24111 24111 23704 0 -1 0 6412 0 0 0 141724 9 0 0 25 0 1 0 30236417 27623424 6215 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528701 0 0 4096 3 0 0 0 17 0 0 0
/proc/24129/statm: 6744 6215 51 112 0 6628 0
Current children cumulated CPU time (s) 1422.79
Current children cumulated vsize (KiB) 40700

[startup+1483.67 s]
/proc/loadavg: 1.00 1.00 1.06 2/66 24289
/proc/meminfo: memFree=1908160/2055920 swapFree=4192812/4192956
[pid=24111] ppid=24109 vsize=13724 CPUtime=5.46
/proc/24111/stat : 24111 (sugar) S 24109 24111 23704 0 -1 4194304 1276 27730 0 2 3 0 526 17 16 0 1 0 30235859 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24111/statm: 3431 815 373 3 0 531 0
[pid=24129] ppid=24111 vsize=27300 CPUtime=1477.37
/proc/24129/stat : 24129 (minisat) R 24111 24111 23704 0 -1 0 6466 0 0 0 147727 10 0 0 25 0 1 0 30236417 27955200 6269 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/24129/statm: 6825 6269 51 112 0 6709 0
Current children cumulated CPU time (s) 1482.83
Current children cumulated vsize (KiB) 41024

[startup+1543.72 s]
/proc/loadavg: 1.00 1.00 1.05 2/66 24289
/proc/meminfo: memFree=1908096/2055920 swapFree=4192812/4192956
[pid=24111] ppid=24109 vsize=13724 CPUtime=5.46
/proc/24111/stat : 24111 (sugar) S 24109 24111 23704 0 -1 4194304 1276 27730 0 2 3 0 526 17 16 0 1 0 30235859 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24111/statm: 3431 815 373 3 0 531 0
[pid=24129] ppid=24111 vsize=27300 CPUtime=1537.4
/proc/24129/stat : 24129 (minisat) R 24111 24111 23704 0 -1 0 6481 0 0 0 153730 10 0 0 25 0 1 0 30236417 27955200 6284 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/24129/statm: 6825 6284 51 112 0 6709 0
Current children cumulated CPU time (s) 1542.86
Current children cumulated vsize (KiB) 41024

[startup+1603.77 s]
/proc/loadavg: 1.00 1.00 1.04 2/66 24289
/proc/meminfo: memFree=1907840/2055920 swapFree=4192812/4192956
[pid=24111] ppid=24109 vsize=13724 CPUtime=5.46
/proc/24111/stat : 24111 (sugar) S 24109 24111 23704 0 -1 4194304 1276 27730 0 2 3 0 526 17 16 0 1 0 30235859 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24111/statm: 3431 815 373 3 0 531 0
[pid=24129] ppid=24111 vsize=27624 CPUtime=1597.43
/proc/24129/stat : 24129 (minisat) R 24111 24111 23704 0 -1 0 6552 0 0 0 159733 10 0 0 25 0 1 0 30236417 28286976 6355 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/24129/statm: 6906 6355 51 112 0 6790 0
Current children cumulated CPU time (s) 1602.89
Current children cumulated vsize (KiB) 41348

[startup+1663.82 s]
/proc/loadavg: 1.00 1.00 1.04 2/66 24289
/proc/meminfo: memFree=1907648/2055920 swapFree=4192812/4192956
[pid=24111] ppid=24109 vsize=13724 CPUtime=5.46
/proc/24111/stat : 24111 (sugar) S 24109 24111 23704 0 -1 4194304 1276 27730 0 2 3 0 526 17 16 0 1 0 30235859 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24111/statm: 3431 815 373 3 0 531 0
[pid=24129] ppid=24111 vsize=27776 CPUtime=1657.47
/proc/24129/stat : 24129 (minisat) R 24111 24111 23704 0 -1 0 6590 0 0 0 165737 10 0 0 25 0 1 0 30236417 28442624 6393 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/24129/statm: 6944 6393 51 112 0 6828 0
Current children cumulated CPU time (s) 1662.93
Current children cumulated vsize (KiB) 41500

[startup+1723.88 s]
/proc/loadavg: 1.00 1.00 1.03 2/66 24289
/proc/meminfo: memFree=1907584/2055920 swapFree=4192812/4192956
[pid=24111] ppid=24109 vsize=13724 CPUtime=5.46
/proc/24111/stat : 24111 (sugar) S 24109 24111 23704 0 -1 4194304 1276 27730 0 2 3 0 526 17 16 0 1 0 30235859 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24111/statm: 3431 815 373 3 0 531 0
[pid=24129] ppid=24111 vsize=27776 CPUtime=1717.51
/proc/24129/stat : 24129 (minisat) R 24111 24111 23704 0 -1 0 6598 0 0 0 171741 10 0 0 25 0 1 0 30236417 28442624 6401 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528342 0 0 4096 3 0 0 0 17 0 0 0
/proc/24129/statm: 6944 6401 51 112 0 6828 0
Current children cumulated CPU time (s) 1722.97
Current children cumulated vsize (KiB) 41500

[startup+1783.94 s]
/proc/loadavg: 1.00 1.00 1.03 2/72 24373
/proc/meminfo: memFree=1905400/2055920 swapFree=4192812/4192956
[pid=24111] ppid=24109 vsize=13724 CPUtime=5.46
/proc/24111/stat : 24111 (sugar) S 24109 24111 23704 0 -1 4194304 1276 27730 0 2 3 0 526 17 16 0 1 0 30235859 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24111/statm: 3431 815 373 3 0 531 0
[pid=24129] ppid=24111 vsize=28252 CPUtime=1777.5
/proc/24129/stat : 24129 (minisat) R 24111 24111 23704 0 -1 0 6688 0 0 0 177737 13 0 0 25 0 1 0 30236417 28930048 6491 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/24129/statm: 7063 6491 51 112 0 6947 0
Current children cumulated CPU time (s) 1782.96
Current children cumulated vsize (KiB) 41976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.06 s]
/proc/loadavg: 1.00 1.00 1.03 2/72 24399
/proc/meminfo: memFree=1905344/2055920 swapFree=4192812/4192956
[pid=24111] ppid=24109 vsize=13724 CPUtime=5.46
/proc/24111/stat : 24111 (sugar) S 24109 24111 23704 0 -1 4194304 1276 27730 0 2 3 0 526 17 16 0 1 0 30235859 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24111/statm: 3431 815 373 3 0 531 0
[pid=24129] ppid=24111 vsize=28252 CPUtime=1794.6
/proc/24129/stat : 24129 (minisat) R 24111 24111 23704 0 -1 0 6690 0 0 0 179445 15 0 0 25 0 1 0 30236417 28930048 6493 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/24129/statm: 7063 6493 51 112 0 6947 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 41976

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

Child status: 1
Real time (s): 1801.07
CPU time (s): 1800.11
CPU user time (s): 1799.76
CPU system time (s): 0.348946
CPU usage (%): 99.9463
Max. virtual memory (cumulated for all children) (KiB): 821060

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.76
system time used= 0.348946
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35785
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1545
involuntary context switches= 6132

runsolver used 1.36479 s user time and 3.59845 s system time

The end

Launcher Data (download as text)

Begin job on node75 on Mon Jan 29 20:31:40 UTC 2007


IDJOB= 221730
IDBENCH= 5465
IDSOLVER= 86
FILE ID= node75/221730-1170102700

PBS_JOBID= 3689809

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-48021_ext.xml
COMMAND LINE= /tmp/evaluation/221730-1170102700/solver /tmp/evaluation/221730-1170102700 /tmp/evaluation/221730-1170102700/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node75/watcher-221730-1170102700 -o ROOT/results/node75/solver-221730-1170102700 -C 1800 -M 900  /tmp/evaluation/221730-1170102700/solver /tmp/evaluation/221730-1170102700 /tmp/evaluation/221730-1170102700/unknown.xml

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  23b670d8c9599bc75edae4d191ae20d2

RANDOM SEED= 558763669

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.218
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.218
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1867784 kB
Buffers:         11856 kB
Cached:          60904 kB
SwapCached:          0 kB
Active:          98632 kB
Inactive:        39980 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1867784 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           19752 kB
Writeback:           0 kB
Mapped:          82604 kB
Slab:            34608 kB
Committed_AS:   434092 kB
PageTables:       1964 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 node75 on Mon Jan 29 21:01:41 UTC 2007