Trace number 198504

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.02 1809.55

General information on the benchmark

Namepigeons/
pigeons-35.xml
MD5SUM2f78d4dd7b3e24528292b89e7bf3499d
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables35
Number of constraints595
Maximum constraint arity2
Maximum domain size34
Number of constraints which are defined in extension0
Number of constraints which are defined in intension595
Global constraints used (with number of constraints)

Solver Data (download as text)

0.05	c # Sugar v0-40 (/tmp/evaluation/198504-1170093883/sugar-v0-40.jar)
0.05	
0.05	c # MAIN  BEGIN : /tmp/evaluation/198504-1170093883/unknown.xml [Mon Jan 29 19:04:44 2007]
0.05	c # CONVERT_XML  BEGIN : /tmp/evaluation/198504-1170093883/unknown.xml /tmp/evaluation/198504-1170093883/sugar25734.csp [Mon Jan 29 19:04:44 2007]
0.05	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/198504-1170093883/sugar-v0-40.jar -convert /tmp/evaluation/198504-1170093883/unknown.xml /tmp/evaluation/198504-1170093883/sugar25734.csp
0.18	c BEGIN convert /tmp/evaluation/198504-1170093883/unknown.xml
0.51	c END convert (0.328297 seconds)
0.56	c # CONVERT_XML  END : /tmp/evaluation/198504-1170093883/sugar25734.csp 8575 bytes (1 seconds) [Mon Jan 29 19:04:45 2007]
0.56	c # CONVERT_XML  CPU : 0 = 0 + 0 + 0 + 0
0.56	
0.56	c # GENERATE_SAT  BEGIN : /tmp/evaluation/198504-1170093883/sugar25734.bcnf [Mon Jan 29 19:04:45 2007]
0.56	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/198504-1170093883/sugar-v0-40.jar -bcnf -map /tmp/evaluation/198504-1170093883/sugar25734.map /tmp/evaluation/198504-1170093883/sugar25734.csp /tmp/evaluation/198504-1170093883/sugar25734.bcnf
0.68	c BEGIN parse /tmp/evaluation/198504-1170093883/sugar25734.csp
0.94	c END parse (0.253168 seconds)
0.94	c BEGIN simplify
0.96	c END simplify (0.021499 seconds)
0.96	c BEGIN encode /tmp/evaluation/198504-1170093883/sugar25734.bcnf
1.06	c END encode (0.09776 seconds)
1.07	c # GENERATE_SAT  END : 2345 variables 42175 clauses 658444 bytes (0 seconds) [Mon Jan 29 19:04:45 2007]
1.07	c # GENERATE_SAT  CPU : 0.01 = 0.01 + 0 + 0 + 0
1.07	
1.07	c # SOLVE_SAT  BEGIN : /tmp/evaluation/198504-1170093883/sugar25734.bcnf [Mon Jan 29 19:04:45 2007]
1.07	c # CMD : /tmp/evaluation/198504-1170093883/minisat /tmp/evaluation/198504-1170093883/sugar25734.bcnf /tmp/evaluation/198504-1170093883/sugar25734.out
1.10	c ==================================[MINISAT]===================================
1.10	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
1.10	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
1.10	c ==============================================================================
1.10	c |         0 |   42175   122430 |   14058       0        0     nan |  0.000 % |
1.11	c |       102 |   42175   122430 |   15463     102      654     6.4 |  0.000 % |
1.13	c |       252 |   42175   122430 |   17010     252     1915     7.6 |  0.000 % |
1.14	c |       477 |   42175   122430 |   18711     477     3512     7.4 |  0.000 % |
1.15	c |       814 |   42175   122430 |   20582     814     5715     7.0 |  0.000 % |
1.17	c |      1320 |   42175   122430 |   22640    1320    10062     7.6 |  0.000 % |
1.20	c |      2080 |   42175   122430 |   24904    2080    15827     7.6 |  0.000 % |
1.23	c |      3219 |   42175   122430 |   27395    3219    25097     7.8 |  0.000 % |
1.28	c |      4927 |   42175   122430 |   30134    4927    38812     7.9 |  0.000 % |
1.38	c |      7489 |   42175   122430 |   33148    7489    61871     8.3 |  0.000 % |
1.56	c |     11335 |   42175   122430 |   36462   11335   100482     8.9 |  0.000 % |
1.86	c |     17101 |   42175   122430 |   40109   17101   163171     9.5 |  0.000 % |
2.60	c |     25750 |   42175   122430 |   44120   25750   284130    11.0 |  0.000 % |
4.18	c |     38724 |   42175   122430 |   48532   38724   496903    12.8 |  0.000 % |
6.07	c |     58186 |   42175   122430 |   53385   19810   249904    12.6 |  0.000 % |
9.32	c |     87380 |   42175   122430 |   58723   49004   586312    12.0 |  0.000 % |
16.93	c |    131169 |   42175   122430 |   64596   44299   612692    13.8 |  0.000 % |
28.54	c |    196853 |   42175   122430 |   71055   56966   961575    16.9 |  0.000 % |
53.15	c |    295379 |   42175   122430 |   78161   39133   725925    18.6 |  0.000 % |
85.84	c |    443169 |   42175   122430 |   85977   54762   893694    16.3 |  0.000 % |
150.56	c |    664852 |   42175   122430 |   94575   59780   963576    16.1 |  0.000 % |
290.95	c |    997377 |   42175   122430 |  104032   73841  1526611    20.7 |  0.000 % |
496.45	c |   1496166 |   42175   122430 |  114435   41781   861472    20.6 |  0.000 % |
830.81	c |   2244350 |   42175   122430 |  125879   92562  1504705    16.3 |  0.000 % |
1543.26	c |   3366626 |   42175   122430 |  138467  112516  2603487    23.1 |  0.000 % |
1808.49	
1808.49	s UNKNOWN
1808.49	c # INTERRUPTED
1808.49	c # MAIN  END :  (1808 seconds) [Mon Jan 29 19:34:52 2007]
1808.49	c # MAIN  CPU : 0.03 = 0.02 + 0.01 + 0 + 0
1808.49	

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/node17/watcher-198504-1170093883 -o ROOT/results/node17/solver-198504-1170093883 -C 1800 -M 900 /tmp/evaluation/198504-1170093883/solver /tmp/evaluation/198504-1170093883 /tmp/evaluation/198504-1170093883/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.01 2.03 1.94 3/87 25735
/proc/meminfo: memFree=1581328/2055920 swapFree=4192956/4192956
[pid=25734] ppid=25732 vsize=5352 CPUtime=0
/proc/25734/stat : 25734 (solver) R 25732 25734 25190 0 -1 4194304 264 0 0 0 0 0 0 0 20 0 1 0 29342628 5480448 231 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 245482712359 0 0 4096 0 0 0 0 17 1 0 0
/proc/25734/statm: 1338 231 193 169 0 49 0

[startup+0.10341 s]
/proc/loadavg: 2.01 2.03 1.94 3/87 25735
/proc/meminfo: memFree=1581328/2055920 swapFree=4192956/4192956
[pid=25734] ppid=25732 vsize=13724 CPUtime=0.03
/proc/25734/stat : 25734 (sugar) S 25732 25734 25190 0 -1 4194304 1112 0 0 0 3 0 0 0 18 0 1 0 29342628 14053376 805 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25734/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+0.511452 s]
/proc/loadavg: 2.01 2.03 1.94 3/87 25735
/proc/meminfo: memFree=1581328/2055920 swapFree=4192956/4192956
[pid=25734] ppid=25732 vsize=13724 CPUtime=0.03
/proc/25734/stat : 25734 (sugar) S 25732 25734 25190 0 -1 4194304 1121 0 0 0 3 0 0 0 15 0 1 0 29342628 14053376 805 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25734/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+1.33453 s]
/proc/loadavg: 2.01 2.03 1.94 4/91 25752
/proc/meminfo: memFree=1576176/2055920 swapFree=4192956/4192956
[pid=25734] ppid=25732 vsize=14384 CPUtime=0.05
/proc/25734/stat : 25734 (sugar) S 25732 25734 25190 0 -1 4194304 1467 0 0 0 5 0 0 0 15 0 1 0 29342628 14729216 980 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25734/statm: 3596 980 373 3 0 696 0
[pid=25736] ppid=25734 vsize=0 CPUtime=0.43
/proc/25736/stat : 25736 (java) Z 25734 25734 25190 0 -1 1036 3946 0 1 0 41 2 0 0 16 0 1 0 29342633 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25736/statm: 0 0 0 0 0 0 0
[pid=25744] ppid=25734 vsize=0 CPUtime=0.48
/proc/25744/stat : 25744 (java) Z 25734 25734 25190 0 -1 1036 5500 0 1 0 44 4 0 0 17 0 2 0 29342684 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25744/statm: 0 0 0 0 0 0 0
[pid=25752] ppid=25734 vsize=3852 CPUtime=0.24
/proc/25752/stat : 25752 (minisat) R 25734 25734 25190 0 -1 0 791 0 0 0 24 0 0 0 19 0 1 0 29342735 3944448 616 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528723 0 0 4096 3 0 0 0 17 1 0 0
/proc/25752/statm: 963 616 52 112 0 847 0
Current children cumulated CPU time (s) 1.2
Current children cumulated vsize (KiB) 18236

[startup+2.9867 s]
/proc/loadavg: 2.01 2.03 1.94 3/90 25752
/proc/meminfo: memFree=1574392/2055920 swapFree=4192956/4192956
[pid=25734] ppid=25732 vsize=14384 CPUtime=0.05
/proc/25734/stat : 25734 (sugar) S 25732 25734 25190 0 -1 4194304 1467 0 0 0 5 0 0 0 15 0 1 0 29342628 14729216 980 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25734/statm: 3596 980 373 3 0 696 0
[pid=25736] ppid=25734 vsize=0 CPUtime=0.43
/proc/25736/stat : 25736 (java) Z 25734 25734 25190 0 -1 1036 3946 0 1 0 41 2 0 0 16 0 1 0 29342633 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25736/statm: 0 0 0 0 0 0 0
[pid=25744] ppid=25734 vsize=0 CPUtime=0.48
/proc/25744/stat : 25744 (java) Z 25734 25734 25190 0 -1 1036 5500 0 1 0 44 4 0 0 17 0 1 0 29342684 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25744/statm: 0 0 0 0 0 0 0
[pid=25752] ppid=25734 vsize=6008 CPUtime=1.88
/proc/25752/stat : 25752 (minisat) R 25734 25734 25190 0 -1 0 1316 0 0 0 188 0 0 0 25 0 1 0 29342735 6152192 1141 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528342 0 0 4096 3 0 0 0 17 1 0 0
/proc/25752/statm: 1502 1141 52 112 0 1386 0
Current children cumulated CPU time (s) 2.84
Current children cumulated vsize (KiB) 20392

[startup+6.27805 s]
/proc/loadavg: 2.01 2.03 1.94 3/90 25752
/proc/meminfo: memFree=1571768/2055920 swapFree=4192956/4192956
[pid=25734] ppid=25732 vsize=14384 CPUtime=0.06
/proc/25734/stat : 25734 (sugar) S 25732 25734 25190 0 -1 4194304 1467 0 0 0 5 1 0 0 16 0 1 0 29342628 14729216 980 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25734/statm: 3596 980 373 3 0 696 0
[pid=25736] ppid=25734 vsize=0 CPUtime=0.43
/proc/25736/stat : 25736 (java) Z 25734 25734 25190 0 -1 1036 3946 0 1 0 41 2 0 0 16 0 1 0 29342633 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25736/statm: 0 0 0 0 0 0 0
[pid=25744] ppid=25734 vsize=0 CPUtime=0.48
/proc/25744/stat : 25744 (java) Z 25734 25734 25190 0 -1 1036 5500 0 1 0 44 4 0 0 17 0 1 0 29342684 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25744/statm: 0 0 0 0 0 0 0
[pid=25752] ppid=25734 vsize=7940 CPUtime=5.17
/proc/25752/stat : 25752 (minisat) R 25734 25734 25190 0 -1 0 1799 0 0 0 516 1 0 0 25 0 1 0 29342735 8130560 1624 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134518901 0 0 4096 3 0 0 0 17 1 0 0
/proc/25752/statm: 1985 1624 52 112 0 1869 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 22324

[startup+12.7587 s]
/proc/loadavg: 1.93 2.01 1.93 2/84 25761
/proc/meminfo: memFree=1626088/2055920 swapFree=4192956/4192956
[pid=25734] ppid=25732 vsize=14384 CPUtime=0.06
/proc/25734/stat : 25734 (sugar) S 25732 25734 25190 0 -1 4194304 1467 0 0 0 5 1 0 0 16 0 1 0 29342628 14729216 980 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25734/statm: 3596 980 373 3 0 696 0
[pid=25736] ppid=25734 vsize=0 CPUtime=0.43
/proc/25736/stat : 25736 (java) Z 25734 25734 25190 0 -1 1036 3946 0 1 0 41 2 0 0 16 0 1 0 29342633 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25736/statm: 0 0 0 0 0 0 0
[pid=25744] ppid=25734 vsize=0 CPUtime=0.48
/proc/25744/stat : 25744 (java) Z 25734 25734 25190 0 -1 1036 5500 0 1 0 44 4 0 0 17 0 1 0 29342684 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25744/statm: 0 0 0 0 0 0 0
[pid=25752] ppid=25734 vsize=9264 CPUtime=11.62
/proc/25752/stat : 25752 (minisat) R 25734 25734 25190 0 -1 0 2151 0 0 0 1161 1 0 0 25 0 1 0 29342735 9486336 1976 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/25752/statm: 2316 1976 52 112 0 2200 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 23648

[startup+25.5851 s]
/proc/loadavg: 1.88 2.00 1.93 3/97 25872
/proc/meminfo: memFree=1606912/2055920 swapFree=4192956/4192956
[pid=25734] ppid=25732 vsize=14384 CPUtime=0.06
/proc/25734/stat : 25734 (sugar) S 25732 25734 25190 0 -1 4194304 1467 0 0 0 5 1 0 0 16 0 1 0 29342628 14729216 980 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25734/statm: 3596 980 373 3 0 696 0
[pid=25736] ppid=25734 vsize=0 CPUtime=0.43
/proc/25736/stat : 25736 (java) Z 25734 25734 25190 0 -1 1036 3946 0 1 0 41 2 0 0 16 0 1 0 29342633 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25736/statm: 0 0 0 0 0 0 0
[pid=25744] ppid=25734 vsize=0 CPUtime=0.48
/proc/25744/stat : 25744 (java) Z 25734 25734 25190 0 -1 1036 5500 0 1 0 44 4 0 0 17 0 1 0 29342684 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25744/statm: 0 0 0 0 0 0 0
[pid=25752] ppid=25734 vsize=11108 CPUtime=24.43
/proc/25752/stat : 25752 (minisat) R 25734 25734 25190 0 -1 0 2575 0 0 0 2439 4 0 0 25 0 1 0 29342735 11374592 2400 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/25752/statm: 2777 2400 52 112 0 2661 0
Current children cumulated CPU time (s) 25.4
Current children cumulated vsize (KiB) 25492

[startup+51.2815 s]
/proc/loadavg: 2.00 2.01 1.93 4/98 25880
/proc/meminfo: memFree=1132856/2055920 swapFree=4192956/4192956
[pid=25734] ppid=25732 vsize=14384 CPUtime=0.06
/proc/25734/stat : 25734 (sugar) S 25732 25734 25190 0 -1 4194304 1467 0 0 0 5 1 0 0 16 0 1 0 29342628 14729216 980 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25734/statm: 3596 980 373 3 0 696 0
[pid=25736] ppid=25734 vsize=0 CPUtime=0.43
/proc/25736/stat : 25736 (java) Z 25734 25734 25190 0 -1 1036 3946 0 1 0 41 2 0 0 16 0 1 0 29342633 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25736/statm: 0 0 0 0 0 0 0
[pid=25744] ppid=25734 vsize=0 CPUtime=0.48
/proc/25744/stat : 25744 (java) Z 25734 25734 25190 0 -1 1036 5500 0 1 0 44 4 0 0 17 0 1 0 29342684 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25744/statm: 0 0 0 0 0 0 0
[pid=25752] ppid=25734 vsize=14176 CPUtime=49.95
/proc/25752/stat : 25752 (minisat) R 25734 25734 25190 0 -1 0 3338 0 0 0 4981 14 0 0 25 0 1 0 29342735 14516224 3163 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528342 0 0 4096 3 0 0 0 17 0 0 0
/proc/25752/statm: 3544 3163 52 112 0 3428 0
Current children cumulated CPU time (s) 50.92
Current children cumulated vsize (KiB) 28560

[startup+102.569 s]
/proc/loadavg: 2.19 2.06 1.95 3/98 25880
/proc/meminfo: memFree=239672/2055920 swapFree=4192956/4192956
[pid=25734] ppid=25732 vsize=14384 CPUtime=0.06
/proc/25734/stat : 25734 (sugar) S 25732 25734 25190 0 -1 4194304 1467 0 0 0 5 1 0 0 16 0 1 0 29342628 14729216 980 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25734/statm: 3596 980 373 3 0 696 0
[pid=25736] ppid=25734 vsize=0 CPUtime=0.43
/proc/25736/stat : 25736 (java) Z 25734 25734 25190 0 -1 1036 3946 0 1 0 41 2 0 0 16 0 1 0 29342633 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25736/statm: 0 0 0 0 0 0 0
[pid=25744] ppid=25734 vsize=0 CPUtime=0.48
/proc/25744/stat : 25744 (java) Z 25734 25734 25190 0 -1 1036 5500 0 1 0 44 4 0 0 17 0 1 0 29342684 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25744/statm: 0 0 0 0 0 0 0
[pid=25752] ppid=25734 vsize=17204 CPUtime=100.9
/proc/25752/stat : 25752 (minisat) R 25734 25734 25190 0 -1 0 4091 0 0 0 10059 31 0 0 25 0 1 0 29342735 17616896 3916 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/25752/statm: 4301 3916 52 112 0 4185 0
Current children cumulated CPU time (s) 101.87
Current children cumulated vsize (KiB) 31588

[startup+162.611 s]
/proc/loadavg: 2.27 2.12 1.97 4/98 25880
/proc/meminfo: memFree=15288/2055920 swapFree=4192956/4192956
[pid=25734] ppid=25732 vsize=14384 CPUtime=0.06
/proc/25734/stat : 25734 (sugar) S 25732 25734 25190 0 -1 4194304 1467 0 0 0 5 1 0 0 16 0 1 0 29342628 14729216 980 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25734/statm: 3596 980 373 3 0 696 0
[pid=25736] ppid=25734 vsize=0 CPUtime=0.43
/proc/25736/stat : 25736 (java) Z 25734 25734 25190 0 -1 1036 3946 0 1 0 41 2 0 0 16 0 1 0 29342633 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25736/statm: 0 0 0 0 0 0 0
[pid=25744] ppid=25734 vsize=0 CPUtime=0.48
/proc/25744/stat : 25744 (java) Z 25734 25734 25190 0 -1 1036 5500 0 1 0 44 4 0 0 17 0 1 0 29342684 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25744/statm: 0 0 0 0 0 0 0
[pid=25752] ppid=25734 vsize=20204 CPUtime=160.47
/proc/25752/stat : 25752 (minisat) R 25734 25734 25190 0 -1 0 4750 0 0 0 15997 50 0 0 25 0 1 0 29342735 20688896 4575 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528426 0 0 4096 3 0 0 0 17 0 0 0
/proc/25752/statm: 5051 4575 52 112 0 4935 0
Current children cumulated CPU time (s) 161.44
Current children cumulated vsize (KiB) 34588

[startup+222.643 s]
/proc/loadavg: 2.63 2.23 2.02 3/98 25880
/proc/meminfo: memFree=15544/2055920 swapFree=4192956/4192956
[pid=25734] ppid=25732 vsize=14384 CPUtime=0.06
/proc/25734/stat : 25734 (sugar) S 25732 25734 25190 0 -1 4194304 1467 0 0 0 5 1 0 0 16 0 1 0 29342628 14729216 980 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25734/statm: 3596 980 373 3 0 696 0
[pid=25736] ppid=25734 vsize=0 CPUtime=0.43
/proc/25736/stat : 25736 (java) Z 25734 25734 25190 0 -1 1036 3946 0 1 0 41 2 0 0 16 0 1 0 29342633 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25736/statm: 0 0 0 0 0 0 0
[pid=25744] ppid=25734 vsize=0 CPUtime=0.48
/proc/25744/stat : 25744 (java) Z 25734 25734 25190 0 -1 1036 5500 0 1 0 44 4 0 0 17 0 1 0 29342684 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25744/statm: 0 0 0 0 0 0 0
[pid=25752] ppid=25734 vsize=21844 CPUtime=219.92
/proc/25752/stat : 25752 (minisat) R 25734 25734 25190 0 -1 0 5130 0 0 0 21923 69 0 0 25 0 1 0 29342735 22368256 4955 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/25752/statm: 5461 4955 52 112 0 5345 0
Current children cumulated CPU time (s) 220.89
Current children cumulated vsize (KiB) 36228

[startup+282.648 s]
/proc/loadavg: 2.92 2.39 2.08 3/98 25880
/proc/meminfo: memFree=15096/2055920 swapFree=4192956/4192956
[pid=25734] ppid=25732 vsize=14384 CPUtime=0.06

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

/proc/25736/stat : 25736 (java) Z 25734 25734 25190 0 -1 1036 3946 0 1 0 41 2 0 0 16 0 1 0 29342633 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25736/statm: 0 0 0 0 0 0 0
[pid=25744] ppid=25734 vsize=0 CPUtime=0.48
/proc/25744/stat : 25744 (java) Z 25734 25734 25190 0 -1 1036 5500 0 1 0 44 4 0 0 17 0 1 0 29342684 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25744/statm: 0 0 0 0 0 0 0
[pid=25752] ppid=25734 vsize=46236 CPUtime=1355.78
/proc/25752/stat : 25752 (minisat) R 25734 25734 25190 0 -1 0 10963 0 0 0 135064 514 0 0 25 0 1 0 29342735 47345664 10788 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/25752/statm: 11559 10788 52 112 0 11443 0
Current children cumulated CPU time (s) 1356.75
Current children cumulated vsize (KiB) 60620

[startup+1423.61 s]
/proc/loadavg: 2.70 3.01 2.75 3/98 25880
/proc/meminfo: memFree=14904/2055920 swapFree=4192812/4192956
[pid=25734] ppid=25732 vsize=14384 CPUtime=0.06
/proc/25734/stat : 25734 (sugar) S 25732 25734 25190 0 -1 4194304 1467 0 0 0 5 1 0 0 16 0 1 0 29342628 14729216 980 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25734/statm: 3596 980 373 3 0 696 0
[pid=25736] ppid=25734 vsize=0 CPUtime=0.43
/proc/25736/stat : 25736 (java) Z 25734 25734 25190 0 -1 1036 3946 0 1 0 41 2 0 0 16 0 1 0 29342633 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25736/statm: 0 0 0 0 0 0 0
[pid=25744] ppid=25734 vsize=0 CPUtime=0.48
/proc/25744/stat : 25744 (java) Z 25734 25734 25190 0 -1 1036 5500 0 1 0 44 4 0 0 17 0 1 0 29342684 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25744/statm: 0 0 0 0 0 0 0
[pid=25752] ppid=25734 vsize=46400 CPUtime=1415.14
/proc/25752/stat : 25752 (minisat) R 25734 25734 25190 0 -1 0 10992 0 0 0 140979 535 0 0 25 0 1 0 29342735 47513600 10817 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134635769 0 0 4096 3 0 0 0 17 0 0 0
/proc/25752/statm: 11600 10817 52 112 0 11484 0
Current children cumulated CPU time (s) 1416.11
Current children cumulated vsize (KiB) 60784

[startup+1483.67 s]
/proc/loadavg: 2.96 3.00 2.75 3/98 25880
/proc/meminfo: memFree=15992/2055920 swapFree=4192812/4192956
[pid=25734] ppid=25732 vsize=14384 CPUtime=0.06
/proc/25734/stat : 25734 (sugar) S 25732 25734 25190 0 -1 4194304 1467 0 0 0 5 1 0 0 16 0 1 0 29342628 14729216 980 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25734/statm: 3596 980 373 3 0 696 0
[pid=25736] ppid=25734 vsize=0 CPUtime=0.43
/proc/25736/stat : 25736 (java) Z 25734 25734 25190 0 -1 1036 3946 0 1 0 41 2 0 0 16 0 1 0 29342633 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25736/statm: 0 0 0 0 0 0 0
[pid=25744] ppid=25734 vsize=0 CPUtime=0.48
/proc/25744/stat : 25744 (java) Z 25734 25734 25190 0 -1 1036 5500 0 1 0 44 4 0 0 17 0 1 0 29342684 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25744/statm: 0 0 0 0 0 0 0
[pid=25752] ppid=25734 vsize=46752 CPUtime=1474.87
/proc/25752/stat : 25752 (minisat) R 25734 25734 25190 0 -1 0 11054 0 0 0 146926 561 0 0 25 0 1 0 29342735 47874048 10879 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134527422 0 0 4096 3 0 0 0 17 1 0 0
/proc/25752/statm: 11688 10879 52 112 0 11572 0
Current children cumulated CPU time (s) 1475.84
Current children cumulated vsize (KiB) 61136

[startup+1543.76 s]
/proc/loadavg: 3.14 3.04 2.78 3/98 25880
/proc/meminfo: memFree=15544/2055920 swapFree=4192812/4192956
[pid=25734] ppid=25732 vsize=14384 CPUtime=0.06
/proc/25734/stat : 25734 (sugar) S 25732 25734 25190 0 -1 4194304 1467 0 0 0 5 1 0 0 16 0 1 0 29342628 14729216 980 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25734/statm: 3596 980 373 3 0 696 0
[pid=25736] ppid=25734 vsize=0 CPUtime=0.43
/proc/25736/stat : 25736 (java) Z 25734 25734 25190 0 -1 1036 3946 0 1 0 41 2 0 0 16 0 1 0 29342633 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25736/statm: 0 0 0 0 0 0 0
[pid=25744] ppid=25734 vsize=0 CPUtime=0.48
/proc/25744/stat : 25744 (java) Z 25734 25734 25190 0 -1 1036 5500 0 1 0 44 4 0 0 17 0 1 0 29342684 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25744/statm: 0 0 0 0 0 0 0
[pid=25752] ppid=25734 vsize=46904 CPUtime=1534.84
/proc/25752/stat : 25752 (minisat) R 25734 25734 25190 0 -1 0 11094 0 0 0 152896 588 0 0 25 0 1 0 29342735 48029696 10919 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528379 0 0 4096 3 0 0 0 17 1 0 0
/proc/25752/statm: 11726 10919 52 112 0 11610 0
Current children cumulated CPU time (s) 1535.81
Current children cumulated vsize (KiB) 61288

[startup+1603.84 s]
/proc/loadavg: 3.30 3.09 2.81 3/98 25880
/proc/meminfo: memFree=15032/2055920 swapFree=4192812/4192956
[pid=25734] ppid=25732 vsize=14384 CPUtime=0.06
/proc/25734/stat : 25734 (sugar) S 25732 25734 25190 0 -1 4194304 1467 0 0 0 5 1 0 0 16 0 1 0 29342628 14729216 980 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25734/statm: 3596 980 373 3 0 696 0
[pid=25736] ppid=25734 vsize=0 CPUtime=0.43
/proc/25736/stat : 25736 (java) Z 25734 25734 25190 0 -1 1036 3946 0 1 0 41 2 0 0 16 0 1 0 29342633 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25736/statm: 0 0 0 0 0 0 0
[pid=25744] ppid=25734 vsize=0 CPUtime=0.48
/proc/25744/stat : 25744 (java) Z 25734 25734 25190 0 -1 1036 5500 0 1 0 44 4 0 0 17 0 1 0 29342684 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25744/statm: 0 0 0 0 0 0 0
[pid=25752] ppid=25734 vsize=47676 CPUtime=1594.81
/proc/25752/stat : 25752 (minisat) R 25734 25734 25190 0 -1 0 11231 0 0 0 158869 612 0 0 25 0 1 0 29342735 48820224 11056 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/25752/statm: 11919 11056 52 112 0 11803 0
Current children cumulated CPU time (s) 1595.78
Current children cumulated vsize (KiB) 62060

[startup+1663.93 s]
/proc/loadavg: 4.26 3.41 2.94 3/98 25880
/proc/meminfo: memFree=15224/2055920 swapFree=4192812/4192956
[pid=25734] ppid=25732 vsize=14384 CPUtime=0.06
/proc/25734/stat : 25734 (sugar) S 25732 25734 25190 0 -1 4194304 1467 0 0 0 5 1 0 0 16 0 1 0 29342628 14729216 980 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25734/statm: 3596 980 373 3 0 696 0
[pid=25736] ppid=25734 vsize=0 CPUtime=0.43
/proc/25736/stat : 25736 (java) Z 25734 25734 25190 0 -1 1036 3946 0 1 0 41 2 0 0 16 0 1 0 29342633 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25736/statm: 0 0 0 0 0 0 0
[pid=25744] ppid=25734 vsize=0 CPUtime=0.48
/proc/25744/stat : 25744 (java) Z 25734 25734 25190 0 -1 1036 5500 0 1 0 44 4 0 0 17 0 1 0 29342684 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25744/statm: 0 0 0 0 0 0 0
[pid=25752] ppid=25734 vsize=47872 CPUtime=1654.76
/proc/25752/stat : 25752 (minisat) R 25734 25734 25190 0 -1 0 11292 0 0 0 164840 636 0 0 25 0 1 0 29342735 49020928 11117 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134527256 0 0 4096 3 0 0 0 17 1 0 0
/proc/25752/statm: 11968 11117 52 112 0 11852 0
Current children cumulated CPU time (s) 1655.73
Current children cumulated vsize (KiB) 62256

[startup+1724.03 s]
/proc/loadavg: 3.59 3.40 2.96 3/98 25882
/proc/meminfo: memFree=15672/2055920 swapFree=4192812/4192956
[pid=25734] ppid=25732 vsize=14384 CPUtime=0.06
/proc/25734/stat : 25734 (sugar) S 25732 25734 25190 0 -1 4194304 1467 0 0 0 5 1 0 0 16 0 1 0 29342628 14729216 980 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25734/statm: 3596 980 373 3 0 696 0
[pid=25736] ppid=25734 vsize=0 CPUtime=0.43
/proc/25736/stat : 25736 (java) Z 25734 25734 25190 0 -1 1036 3946 0 1 0 41 2 0 0 16 0 1 0 29342633 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25736/statm: 0 0 0 0 0 0 0
[pid=25744] ppid=25734 vsize=0 CPUtime=0.48
/proc/25744/stat : 25744 (java) Z 25734 25734 25190 0 -1 1036 5500 0 1 0 44 4 0 0 17 0 1 0 29342684 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25744/statm: 0 0 0 0 0 0 0
[pid=25752] ppid=25734 vsize=48496 CPUtime=1714.74
/proc/25752/stat : 25752 (minisat) R 25734 25734 25190 0 -1 0 11435 0 0 0 170813 661 0 0 25 0 1 0 29342735 49659904 11260 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/25752/statm: 12124 11260 52 112 0 12008 0
Current children cumulated CPU time (s) 1715.71
Current children cumulated vsize (KiB) 62880

[startup+1784.05 s]
/proc/loadavg: 2.99 3.25 2.94 3/98 25884
/proc/meminfo: memFree=16056/2055920 swapFree=4192812/4192956
[pid=25734] ppid=25732 vsize=14384 CPUtime=0.06
/proc/25734/stat : 25734 (sugar) S 25732 25734 25190 0 -1 4194304 1467 0 0 0 5 1 0 0 16 0 1 0 29342628 14729216 980 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25734/statm: 3596 980 373 3 0 696 0
[pid=25736] ppid=25734 vsize=0 CPUtime=0.43
/proc/25736/stat : 25736 (java) Z 25734 25734 25190 0 -1 1036 3946 0 1 0 41 2 0 0 16 0 1 0 29342633 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25736/statm: 0 0 0 0 0 0 0
[pid=25744] ppid=25734 vsize=0 CPUtime=0.48
/proc/25744/stat : 25744 (java) Z 25734 25734 25190 0 -1 1036 5500 0 1 0 44 4 0 0 17 0 1 0 29342684 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25744/statm: 0 0 0 0 0 0 0
[pid=25752] ppid=25734 vsize=49600 CPUtime=1774.63
/proc/25752/stat : 25752 (minisat) R 25734 25734 25190 0 -1 0 11665 0 0 0 176775 688 0 0 25 0 1 0 29342735 50790400 11490 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528392 0 0 4096 3 0 0 0 17 1 0 0
/proc/25752/statm: 12400 11490 52 112 0 12284 0
Current children cumulated CPU time (s) 1775.6
Current children cumulated vsize (KiB) 63984



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.49 s]
/proc/loadavg: 2.79 3.18 2.92 3/98 25884
/proc/meminfo: memFree=15992/2055920 swapFree=4192812/4192956
[pid=25734] ppid=25732 vsize=14384 CPUtime=0.06
/proc/25734/stat : 25734 (sugar) S 25732 25734 25190 0 -1 4194304 1467 0 0 0 5 1 0 0 16 0 1 0 29342628 14729216 980 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25734/statm: 3596 980 373 3 0 696 0
[pid=25736] ppid=25734 vsize=0 CPUtime=0.43
/proc/25736/stat : 25736 (java) Z 25734 25734 25190 0 -1 1036 3946 0 1 0 41 2 0 0 16 0 1 0 29342633 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25736/statm: 0 0 0 0 0 0 0
[pid=25744] ppid=25734 vsize=0 CPUtime=0.48
/proc/25744/stat : 25744 (java) Z 25734 25734 25190 0 -1 1036 5500 0 1 0 44 4 0 0 17 0 1 0 29342684 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25744/statm: 0 0 0 0 0 0 0
[pid=25752] ppid=25734 vsize=49744 CPUtime=1799.04
/proc/25752/stat : 25752 (minisat) R 25734 25734 25190 0 -1 0 11688 0 0 0 179207 697 0 0 25 0 1 0 29342735 50937856 11513 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528771 0 0 4096 3 0 0 0 17 1 0 0
/proc/25752/statm: 12436 11513 52 112 0 12320 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 64128

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

Child status: 1

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 25734 and gives childrusage.ru_utime.tv_sec=0 childrusage.ru_utime.tv_usec=51992 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=12998
CPU time returned by wait4() is 0.06499
while last known CPU time is 1800.02

Solver probably didn't/couldn't wait for its children
Using last known CPU time as value...

Real time (s): 1809.55
CPU time (s): 1800.02
CPU user time (s): 1792.97
CPU system time (s): 7.05
CPU usage (%): 99.4734
Max. virtual memory (cumulated for all children) (KiB): 64128

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.051992
system time used= 0.012998
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1553
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 73
involuntary context switches= 21

runsolver used 2.22966 s user time and 5.9401 s system time

The end

Launcher Data (download as text)

Begin job on node17 on Mon Jan 29 18:04:44 UTC 2007


IDJOB= 198504
IDBENCH= 3559
IDSOLVER= 86
FILE ID= node17/198504-1170093883

PBS_JOBID= 3689397

Free space on /tmp= 66552 MiB

SOLVER NAME= sugar 0.40
BENCH NAME= HOME/pub/bench/CPAI06/pigeons/pigeons-35.xml
COMMAND LINE= /tmp/evaluation/198504-1170093883/solver /tmp/evaluation/198504-1170093883 /tmp/evaluation/198504-1170093883/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node17/watcher-198504-1170093883 -o ROOT/results/node17/solver-198504-1170093883 -C 1800 -M 900  /tmp/evaluation/198504-1170093883/solver /tmp/evaluation/198504-1170093883 /tmp/evaluation/198504-1170093883/unknown.xml

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  2f78d4dd7b3e24528292b89e7bf3499d

RANDOM SEED= 353523107

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.229
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.229
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:       1581872 kB
Buffers:         49464 kB
Cached:         259052 kB
SwapCached:          0 kB
Active:         251476 kB
Inactive:       153412 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1581872 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             904 kB
Writeback:           0 kB
Mapped:         116076 kB
Slab:            54036 kB
Committed_AS:   288696 kB
PageTables:       2236 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= 36081 MiB



End job on node17 on Mon Jan 29 18:34:54 UTC 2007