Trace number 198344

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Namepigeons/
pigeons-30.xml
MD5SUM9c6bd4facf4b6b863854bd3120c787c5
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 variables30
Number of constraints435
Maximum constraint arity2
Maximum domain size29
Number of constraints which are defined in extension0
Number of constraints which are defined in intension435
Global constraints used (with number of constraints)

Solver Data (download as text)

0.05	c # Sugar v0-40 (/tmp/evaluation/198344-1170093858/sugar-v0-40.jar)
0.05	
0.05	c # MAIN  BEGIN : /tmp/evaluation/198344-1170093858/unknown.xml [Mon Jan 29 19:04:18 2007]
0.05	c # CONVERT_XML  BEGIN : /tmp/evaluation/198344-1170093858/unknown.xml /tmp/evaluation/198344-1170093858/sugar23922.csp [Mon Jan 29 19:04:18 2007]
0.05	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/198344-1170093858/sugar-v0-40.jar -convert /tmp/evaluation/198344-1170093858/unknown.xml /tmp/evaluation/198344-1170093858/sugar23922.csp
0.18	c BEGIN convert /tmp/evaluation/198344-1170093858/unknown.xml
0.49	c END convert (0.309474 seconds)
0.50	c # CONVERT_XML  END : /tmp/evaluation/198344-1170093858/sugar23922.csp 6300 bytes (0 seconds) [Mon Jan 29 19:04:18 2007]
0.50	c # CONVERT_XML  CPU : 0 = 0 + 0 + 0 + 0
0.50	
0.50	c # GENERATE_SAT  BEGIN : /tmp/evaluation/198344-1170093858/sugar23922.bcnf [Mon Jan 29 19:04:18 2007]
0.50	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/198344-1170093858/sugar-v0-40.jar -bcnf -map /tmp/evaluation/198344-1170093858/sugar23922.map /tmp/evaluation/198344-1170093858/sugar23922.csp /tmp/evaluation/198344-1170093858/sugar23922.bcnf
0.62	c BEGIN parse /tmp/evaluation/198344-1170093858/sugar23922.csp
0.84	c END parse (0.218724 seconds)
0.84	c BEGIN simplify
0.86	c END simplify (0.016737 seconds)
0.86	c BEGIN encode /tmp/evaluation/198344-1170093858/sugar23922.bcnf
0.94	c END encode (0.08213 seconds)
0.96	c # GENERATE_SAT  END : 1710 variables 26475 clauses 411684 bytes (1 seconds) [Mon Jan 29 19:04:19 2007]
0.96	c # GENERATE_SAT  CPU : 0 = 0 + 0 + 0 + 0
0.96	
0.96	c # SOLVE_SAT  BEGIN : /tmp/evaluation/198344-1170093858/sugar23922.bcnf [Mon Jan 29 19:04:19 2007]
0.96	c # CMD : /tmp/evaluation/198344-1170093858/minisat /tmp/evaluation/198344-1170093858/sugar23922.bcnf /tmp/evaluation/198344-1170093858/sugar23922.out
0.97	c ==================================[MINISAT]===================================
0.97	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
0.97	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
0.97	c ==============================================================================
0.97	c |         0 |   26475    76440 |    8825       0        0     nan |  0.000 % |
0.98	c |       103 |   26475    76440 |    9707     103      944     9.2 |  0.000 % |
0.99	c |       253 |   26475    76440 |   10678     253     2123     8.4 |  0.000 % |
1.00	c |       478 |   26475    76440 |   11746     478     4598     9.6 |  0.000 % |
1.01	c |       815 |   26475    76440 |   12920     815     7408     9.1 |  0.000 % |
1.02	c |      1321 |   26475    76440 |   14212    1321    11078     8.4 |  0.000 % |
1.04	c |      2080 |   26475    76440 |   15634    2080    17094     8.2 |  0.000 % |
1.09	c |      3219 |   26475    76440 |   17197    3219    28615     8.9 |  0.000 % |
1.16	c |      4927 |   26475    76440 |   18917    4927    43680     8.9 |  0.000 % |
1.25	c |      7489 |   26475    76440 |   20808    7489    73322     9.8 |  0.001 % |
1.42	c |     11333 |   26475    76440 |   22889   11333   114467    10.1 |  0.000 % |
1.74	c |     17099 |   26475    76440 |   25178   17099   181798    10.6 |  0.000 % |
2.32	c |     25748 |   26475    76440 |   27696   25748   281960    11.0 |  0.000 % |
3.33	c |     38724 |   26475    76440 |   30466   21280   242925    11.4 |  0.000 % |
5.33	c |     58185 |   26475    76440 |   33512   20512   239286    11.7 |  0.000 % |
8.64	c |     87377 |   26475    76440 |   36864   27065   318518    11.8 |  0.000 % |
14.82	c |    131170 |   26475    76440 |   40550   20171   318352    15.8 |  0.000 % |
24.89	c |    196855 |   26475    76440 |   44605   30120   470432    15.6 |  0.000 % |
43.55	c |    295382 |   26475    76440 |   49066   35378   505151    14.3 |  0.000 % |
73.31	c |    443171 |   26475    76440 |   53972   38404   590289    15.4 |  0.000 % |
127.91	c |    664854 |   26475    76440 |   59370   55307   890402    16.1 |  0.000 % |
213.73	c |    997379 |   26475    76440 |   65307   17565   278240    15.8 |  0.000 % |
352.20	c |   1496168 |   26475    76440 |   71837   54280   961349    17.7 |  0.000 % |
572.54	c |   2244350 |   26475    76440 |   79021   53603   841311    15.7 |  0.000 % |
952.13	c |   3366624 |   26475    76440 |   86923   18849   302446    16.0 |  0.000 % |
1577.31	c |   5050035 |   26475    76440 |   95616   33092   626478    18.9 |  0.000 % |
1802.29	
1802.29	s UNKNOWN
1802.29	c # INTERRUPTED
1802.29	c # MAIN  END :  (1802 seconds) [Mon Jan 29 19:34:20 2007]
1802.29	c # MAIN  CPU : 0 = 0 + 0 + 0 + 0
1802.29	

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/node9/watcher-198344-1170093858 -o ROOT/results/node9/solver-198344-1170093858 -C 1800 -M 900 /tmp/evaluation/198344-1170093858/solver /tmp/evaluation/198344-1170093858 /tmp/evaluation/198344-1170093858/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.92 1.98 1.81 5/87 23923
/proc/meminfo: memFree=1706600/2055920 swapFree=4192956/4192956
[pid=23922] ppid=23920 vsize=6268 CPUtime=0
/proc/23922/stat : 23922 (sugar) R 23920 23922 23509 0 -1 4194304 311 0 0 0 0 0 0 0 20 0 1 0 29340409 6418432 47 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 215416370569 0 0 4096 0 0 0 0 17 1 0 0
/proc/23922/statm: 1567 47 36 3 0 8 0

[startup+0.105539 s]
/proc/loadavg: 1.92 1.98 1.81 5/87 23923
/proc/meminfo: memFree=1706600/2055920 swapFree=4192956/4192956
[pid=23922] ppid=23920 vsize=13724 CPUtime=0.04
/proc/23922/stat : 23922 (sugar) S 23920 23922 23509 0 -1 4194304 1112 0 0 0 3 1 0 0 18 0 1 0 29340409 14053376 805 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23922/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+0.513615 s]
/proc/loadavg: 1.92 1.98 1.81 5/87 23923
/proc/meminfo: memFree=1706600/2055920 swapFree=4192956/4192956
[pid=23922] ppid=23920 vsize=13724 CPUtime=0.04
/proc/23922/stat : 23922 (sugar) S 23920 23922 23509 0 -1 4194304 1178 0 0 0 3 1 0 0 16 0 1 0 29340409 14053376 808 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23922/statm: 3431 808 370 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+1.33577 s]
/proc/loadavg: 1.92 1.98 1.81 4/91 23940
/proc/meminfo: memFree=1702216/2055920 swapFree=4192956/4192956
[pid=23922] ppid=23920 vsize=14120 CPUtime=0.04
/proc/23922/stat : 23922 (sugar) S 23920 23922 23509 0 -1 4194304 1420 0 0 0 3 1 0 0 15 0 1 0 29340409 14458880 933 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23922/statm: 3530 933 372 3 0 630 0
[pid=23924] ppid=23922 vsize=0 CPUtime=0.41
/proc/23924/stat : 23924 (java) Z 23922 23922 23509 0 -1 1036 3834 0 1 0 38 3 0 0 17 0 1 0 29340414 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/23924/statm: 0 0 0 0 0 0 0
[pid=23932] ppid=23922 vsize=0 CPUtime=0.42
/proc/23932/stat : 23932 (java) Z 23922 23922 23509 0 -1 1036 5141 0 1 0 39 3 0 0 17 0 2 0 29340459 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23932/statm: 0 0 0 0 0 0 0
[pid=23940] ppid=23922 vsize=3524 CPUtime=0.36
/proc/23940/stat : 23940 (minisat) R 23922 23922 23509 0 -1 0 648 0 0 0 36 0 0 0 19 0 1 0 29340505 3608576 532 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/23940/statm: 881 532 51 112 0 765 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 17644

[startup+2.98509 s]
/proc/loadavg: 1.92 1.98 1.81 3/90 23940
/proc/meminfo: memFree=1700560/2055920 swapFree=4192956/4192956
[pid=23922] ppid=23920 vsize=14120 CPUtime=0.04
/proc/23922/stat : 23922 (sugar) S 23920 23922 23509 0 -1 4194304 1420 0 0 0 3 1 0 0 15 0 1 0 29340409 14458880 933 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23922/statm: 3530 933 372 3 0 630 0
[pid=23924] ppid=23922 vsize=0 CPUtime=0.41
/proc/23924/stat : 23924 (java) Z 23922 23922 23509 0 -1 1036 3834 0 1 0 38 3 0 0 17 0 1 0 29340414 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/23924/statm: 0 0 0 0 0 0 0
[pid=23932] ppid=23922 vsize=0 CPUtime=0.42
/proc/23932/stat : 23932 (java) Z 23922 23922 23509 0 -1 1036 5141 0 1 0 39 3 0 0 17 0 1 0 29340459 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/23932/statm: 0 0 0 0 0 0 0
[pid=23940] ppid=23922 vsize=5192 CPUtime=2
/proc/23940/stat : 23940 (minisat) R 23922 23922 23509 0 -1 0 1053 0 0 0 200 0 0 0 25 0 1 0 29340505 5316608 937 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/23940/statm: 1298 937 51 112 0 1182 0
Current children cumulated CPU time (s) 2.87
Current children cumulated vsize (KiB) 19312

[startup+6.26973 s]
/proc/loadavg: 1.93 1.98 1.82 3/90 23940
/proc/meminfo: memFree=1699408/2055920 swapFree=4192956/4192956
[pid=23922] ppid=23920 vsize=14120 CPUtime=0.04
/proc/23922/stat : 23922 (sugar) S 23920 23922 23509 0 -1 4194304 1420 0 0 0 3 1 0 0 16 0 1 0 29340409 14458880 933 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23922/statm: 3530 933 372 3 0 630 0
[pid=23924] ppid=23922 vsize=0 CPUtime=0.41
/proc/23924/stat : 23924 (java) Z 23922 23922 23509 0 -1 1036 3834 0 1 0 38 3 0 0 17 0 1 0 29340414 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/23924/statm: 0 0 0 0 0 0 0
[pid=23932] ppid=23922 vsize=0 CPUtime=0.42
/proc/23932/stat : 23932 (java) Z 23922 23922 23509 0 -1 1036 5141 0 1 0 39 3 0 0 17 0 1 0 29340459 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/23932/statm: 0 0 0 0 0 0 0
[pid=23940] ppid=23922 vsize=6256 CPUtime=5.27
/proc/23940/stat : 23940 (minisat) R 23922 23922 23509 0 -1 0 1323 0 0 0 526 1 0 0 25 0 1 0 29340505 6406144 1207 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134518936 0 0 4096 3 0 0 0 17 1 0 0
/proc/23940/statm: 1564 1207 51 112 0 1448 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 20376

[startup+12.752 s]
/proc/loadavg: 1.93 1.98 1.82 3/90 23940
/proc/meminfo: memFree=1698272/2055920 swapFree=4192956/4192956
[pid=23922] ppid=23920 vsize=14120 CPUtime=0.04
/proc/23922/stat : 23922 (sugar) S 23920 23922 23509 0 -1 4194304 1420 0 0 0 3 1 0 0 16 0 1 0 29340409 14458880 933 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23922/statm: 3530 933 372 3 0 630 0
[pid=23924] ppid=23922 vsize=0 CPUtime=0.41
/proc/23924/stat : 23924 (java) Z 23922 23922 23509 0 -1 1036 3834 0 1 0 38 3 0 0 17 0 1 0 29340414 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/23924/statm: 0 0 0 0 0 0 0
[pid=23932] ppid=23922 vsize=0 CPUtime=0.42
/proc/23932/stat : 23932 (java) Z 23922 23922 23509 0 -1 1036 5141 0 1 0 39 3 0 0 17 0 1 0 29340459 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/23932/statm: 0 0 0 0 0 0 0
[pid=23940] ppid=23922 vsize=7188 CPUtime=11.72
/proc/23940/stat : 23940 (minisat) R 23922 23922 23509 0 -1 0 1570 0 0 0 1171 1 0 0 25 0 1 0 29340505 7360512 1454 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/23940/statm: 1797 1454 51 112 0 1681 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 21308

[startup+25.6084 s]
/proc/loadavg: 1.72 1.93 1.80 2/84 24078
/proc/meminfo: memFree=1760072/2055920 swapFree=4192956/4192956
[pid=23922] ppid=23920 vsize=14120 CPUtime=0.04
/proc/23922/stat : 23922 (sugar) S 23920 23922 23509 0 -1 4194304 1420 0 0 0 3 1 0 0 16 0 1 0 29340409 14458880 933 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23922/statm: 3530 933 372 3 0 630 0
[pid=23924] ppid=23922 vsize=0 CPUtime=0.41
/proc/23924/stat : 23924 (java) Z 23922 23922 23509 0 -1 1036 3834 0 1 0 38 3 0 0 17 0 1 0 29340414 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/23924/statm: 0 0 0 0 0 0 0
[pid=23932] ppid=23922 vsize=0 CPUtime=0.42
/proc/23932/stat : 23932 (java) Z 23922 23922 23509 0 -1 1036 5141 0 1 0 39 3 0 0 17 0 1 0 29340459 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/23932/statm: 0 0 0 0 0 0 0
[pid=23940] ppid=23922 vsize=9008 CPUtime=24.54
/proc/23940/stat : 23940 (minisat) R 23922 23922 23509 0 -1 0 2018 0 0 0 2451 3 0 0 25 0 1 0 29340505 9224192 1902 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528758 0 0 4096 3 0 0 0 17 0 0 0
/proc/23940/statm: 2252 1902 51 112 0 2136 0
Current children cumulated CPU time (s) 25.41
Current children cumulated vsize (KiB) 23128

[startup+51.3034 s]
/proc/loadavg: 1.82 1.94 1.81 3/92 24133
/proc/meminfo: memFree=1753416/2055920 swapFree=4192956/4192956
[pid=23922] ppid=23920 vsize=14120 CPUtime=0.04
/proc/23922/stat : 23922 (sugar) S 23920 23922 23509 0 -1 4194304 1420 0 0 0 3 1 0 0 16 0 1 0 29340409 14458880 933 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23922/statm: 3530 933 372 3 0 630 0
[pid=23924] ppid=23922 vsize=0 CPUtime=0.41
/proc/23924/stat : 23924 (java) Z 23922 23922 23509 0 -1 1036 3834 0 1 0 38 3 0 0 17 0 1 0 29340414 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/23924/statm: 0 0 0 0 0 0 0
[pid=23932] ppid=23922 vsize=0 CPUtime=0.42
/proc/23932/stat : 23932 (java) Z 23922 23922 23509 0 -1 1036 5141 0 1 0 39 3 0 0 17 0 1 0 29340459 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/23932/statm: 0 0 0 0 0 0 0
[pid=23940] ppid=23922 vsize=10824 CPUtime=50.22
/proc/23940/stat : 23940 (minisat) R 23922 23922 23509 0 -1 0 2444 0 0 0 5018 4 0 0 25 0 1 0 29340505 11083776 2328 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/23940/statm: 2706 2328 51 112 0 2590 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 24944

[startup+102.576 s]
/proc/loadavg: 1.92 1.95 1.82 3/92 24133
/proc/meminfo: memFree=1749768/2055920 swapFree=4192956/4192956
[pid=23922] ppid=23920 vsize=14120 CPUtime=0.04
/proc/23922/stat : 23922 (sugar) S 23920 23922 23509 0 -1 4194304 1420 0 0 0 3 1 0 0 16 0 1 0 29340409 14458880 933 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23922/statm: 3530 933 372 3 0 630 0
[pid=23924] ppid=23922 vsize=0 CPUtime=0.41
/proc/23924/stat : 23924 (java) Z 23922 23922 23509 0 -1 1036 3834 0 1 0 38 3 0 0 17 0 1 0 29340414 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/23924/statm: 0 0 0 0 0 0 0
[pid=23932] ppid=23922 vsize=0 CPUtime=0.42
/proc/23932/stat : 23932 (java) Z 23922 23922 23509 0 -1 1036 5141 0 1 0 39 3 0 0 17 0 1 0 29340459 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/23932/statm: 0 0 0 0 0 0 0
[pid=23940] ppid=23922 vsize=13688 CPUtime=101.42
/proc/23940/stat : 23940 (minisat) R 23922 23922 23509 0 -1 0 3138 0 0 0 10137 5 0 0 25 0 1 0 29340505 14016512 3022 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/23940/statm: 3422 3022 51 112 0 3306 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 27808

[startup+162.591 s]
/proc/loadavg: 1.97 1.95 1.82 3/92 24133
/proc/meminfo: memFree=1746632/2055920 swapFree=4192956/4192956
[pid=23922] ppid=23920 vsize=14120 CPUtime=0.04
/proc/23922/stat : 23922 (sugar) S 23920 23922 23509 0 -1 4194304 1420 0 0 0 3 1 0 0 16 0 1 0 29340409 14458880 933 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23922/statm: 3530 933 372 3 0 630 0
[pid=23924] ppid=23922 vsize=0 CPUtime=0.41
/proc/23924/stat : 23924 (java) Z 23922 23922 23509 0 -1 1036 3834 0 1 0 38 3 0 0 17 0 1 0 29340414 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/23924/statm: 0 0 0 0 0 0 0
[pid=23932] ppid=23922 vsize=0 CPUtime=0.42
/proc/23932/stat : 23932 (java) Z 23922 23922 23509 0 -1 1036 5141 0 1 0 39 3 0 0 17 0 1 0 29340459 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/23932/statm: 0 0 0 0 0 0 0
[pid=23940] ppid=23922 vsize=16312 CPUtime=161.38
/proc/23940/stat : 23940 (minisat) R 23922 23922 23509 0 -1 0 3762 0 0 0 16132 6 0 0 25 0 1 0 29340505 16703488 3646 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134522276 0 0 4096 3 0 0 0 17 0 0 0
/proc/23940/statm: 4078 3646 52 112 0 3962 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 30432

[startup+222.606 s]
/proc/loadavg: 2.05 1.97 1.84 3/92 24133
/proc/meminfo: memFree=1744648/2055920 swapFree=4192956/4192956
[pid=23922] ppid=23920 vsize=14120 CPUtime=0.04
/proc/23922/stat : 23922 (sugar) S 23920 23922 23509 0 -1 4194304 1420 0 0 0 3 1 0 0 16 0 1 0 29340409 14458880 933 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23922/statm: 3530 933 372 3 0 630 0
[pid=23924] ppid=23922 vsize=0 CPUtime=0.41
/proc/23924/stat : 23924 (java) Z 23922 23922 23509 0 -1 1036 3834 0 1 0 38 3 0 0 17 0 1 0 29340414 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/23924/statm: 0 0 0 0 0 0 0
[pid=23932] ppid=23922 vsize=0 CPUtime=0.42
/proc/23932/stat : 23932 (java) Z 23922 23922 23509 0 -1 1036 5141 0 1 0 39 3 0 0 17 0 1 0 29340459 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/23932/statm: 0 0 0 0 0 0 0
[pid=23940] ppid=23922 vsize=17736 CPUtime=221.33
/proc/23940/stat : 23940 (minisat) R 23922 23922 23509 0 -1 0 4093 0 0 0 22127 6 0 0 25 0 1 0 29340505 18161664 3977 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/23940/statm: 4434 3977 52 112 0 4318 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 31856

[startup+282.626 s]
/proc/loadavg: 2.08 1.99 1.85 3/92 24133
/proc/meminfo: memFree=1742920/2055920 swapFree=4192956/4192956
[pid=23922] ppid=23920 vsize=14120 CPUtime=0.04

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

/proc/23924/stat : 23924 (java) Z 23922 23922 23509 0 -1 1036 3834 0 1 0 38 3 0 0 17 0 1 0 29340414 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/23924/statm: 0 0 0 0 0 0 0
[pid=23932] ppid=23922 vsize=0 CPUtime=0.42
/proc/23932/stat : 23932 (java) Z 23922 23922 23509 0 -1 1036 5141 0 1 0 39 3 0 0 17 0 1 0 29340459 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/23932/statm: 0 0 0 0 0 0 0
[pid=23940] ppid=23922 vsize=32668 CPUtime=1360.4
/proc/23940/stat : 23940 (minisat) R 23922 23922 23509 0 -1 0 7533 0 0 0 136029 11 0 0 25 0 1 0 29340505 33452032 7417 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/23940/statm: 8167 7417 52 112 0 8051 0
Current children cumulated CPU time (s) 1361.27
Current children cumulated vsize (KiB) 46788

[startup+1423 s]
/proc/loadavg: 2.01 2.02 1.93 3/92 24133
/proc/meminfo: memFree=1726920/2055920 swapFree=4192956/4192956
[pid=23922] ppid=23920 vsize=14120 CPUtime=0.04
/proc/23922/stat : 23922 (sugar) S 23920 23922 23509 0 -1 4194304 1420 0 0 0 3 1 0 0 16 0 1 0 29340409 14458880 933 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23922/statm: 3530 933 372 3 0 630 0
[pid=23924] ppid=23922 vsize=0 CPUtime=0.41
/proc/23924/stat : 23924 (java) Z 23922 23922 23509 0 -1 1036 3834 0 1 0 38 3 0 0 17 0 1 0 29340414 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/23924/statm: 0 0 0 0 0 0 0
[pid=23932] ppid=23922 vsize=0 CPUtime=0.42
/proc/23932/stat : 23932 (java) Z 23922 23922 23509 0 -1 1036 5141 0 1 0 39 3 0 0 17 0 1 0 29340459 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/23932/statm: 0 0 0 0 0 0 0
[pid=23940] ppid=23922 vsize=32988 CPUtime=1420.36
/proc/23940/stat : 23940 (minisat) R 23922 23922 23509 0 -1 0 7617 0 0 0 142025 11 0 0 25 0 1 0 29340505 33779712 7501 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/23940/statm: 8247 7501 52 112 0 8131 0
Current children cumulated CPU time (s) 1421.23
Current children cumulated vsize (KiB) 47108

[startup+1483.03 s]
/proc/loadavg: 2.04 2.03 1.94 3/92 24133
/proc/meminfo: memFree=1726792/2055920 swapFree=4192956/4192956
[pid=23922] ppid=23920 vsize=14120 CPUtime=0.04
/proc/23922/stat : 23922 (sugar) S 23920 23922 23509 0 -1 4194304 1420 0 0 0 3 1 0 0 16 0 1 0 29340409 14458880 933 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23922/statm: 3530 933 372 3 0 630 0
[pid=23924] ppid=23922 vsize=0 CPUtime=0.41
/proc/23924/stat : 23924 (java) Z 23922 23922 23509 0 -1 1036 3834 0 1 0 38 3 0 0 17 0 1 0 29340414 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/23924/statm: 0 0 0 0 0 0 0
[pid=23932] ppid=23922 vsize=0 CPUtime=0.42
/proc/23932/stat : 23932 (java) Z 23922 23922 23509 0 -1 1036 5141 0 1 0 39 3 0 0 17 0 1 0 29340459 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/23932/statm: 0 0 0 0 0 0 0
[pid=23940] ppid=23922 vsize=32988 CPUtime=1480.31
/proc/23940/stat : 23940 (minisat) R 23922 23922 23509 0 -1 0 7618 0 0 0 148020 11 0 0 25 0 1 0 29340505 33779712 7502 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528559 0 0 4096 3 0 0 0 17 0 0 0
/proc/23940/statm: 8247 7502 52 112 0 8131 0
Current children cumulated CPU time (s) 1481.18
Current children cumulated vsize (KiB) 47108

[startup+1543.06 s]
/proc/loadavg: 2.01 2.02 1.94 3/92 24133
/proc/meminfo: memFree=1726472/2055920 swapFree=4192956/4192956
[pid=23922] ppid=23920 vsize=14120 CPUtime=0.04
/proc/23922/stat : 23922 (sugar) S 23920 23922 23509 0 -1 4194304 1420 0 0 0 3 1 0 0 16 0 1 0 29340409 14458880 933 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23922/statm: 3530 933 372 3 0 630 0
[pid=23924] ppid=23922 vsize=0 CPUtime=0.41
/proc/23924/stat : 23924 (java) Z 23922 23922 23509 0 -1 1036 3834 0 1 0 38 3 0 0 17 0 1 0 29340414 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/23924/statm: 0 0 0 0 0 0 0
[pid=23932] ppid=23922 vsize=0 CPUtime=0.42
/proc/23932/stat : 23932 (java) Z 23922 23922 23509 0 -1 1036 5141 0 1 0 39 3 0 0 17 0 1 0 29340459 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/23932/statm: 0 0 0 0 0 0 0
[pid=23940] ppid=23922 vsize=33308 CPUtime=1540.27
/proc/23940/stat : 23940 (minisat) R 23922 23922 23509 0 -1 0 7687 0 0 0 154016 11 0 0 25 0 1 0 29340505 34107392 7571 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/23940/statm: 8327 7571 52 112 0 8211 0
Current children cumulated CPU time (s) 1541.14
Current children cumulated vsize (KiB) 47428

[startup+1603.08 s]
/proc/loadavg: 2.00 2.02 1.94 3/92 24133
/proc/meminfo: memFree=1725896/2055920 swapFree=4192956/4192956
[pid=23922] ppid=23920 vsize=14120 CPUtime=0.04
/proc/23922/stat : 23922 (sugar) S 23920 23922 23509 0 -1 4194304 1420 0 0 0 3 1 0 0 16 0 1 0 29340409 14458880 933 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23922/statm: 3530 933 372 3 0 630 0
[pid=23924] ppid=23922 vsize=0 CPUtime=0.41
/proc/23924/stat : 23924 (java) Z 23922 23922 23509 0 -1 1036 3834 0 1 0 38 3 0 0 17 0 1 0 29340414 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/23924/statm: 0 0 0 0 0 0 0
[pid=23932] ppid=23922 vsize=0 CPUtime=0.42
/proc/23932/stat : 23932 (java) Z 23922 23922 23509 0 -1 1036 5141 0 1 0 39 3 0 0 17 0 1 0 29340459 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/23932/statm: 0 0 0 0 0 0 0
[pid=23940] ppid=23922 vsize=34000 CPUtime=1600.23
/proc/23940/stat : 23940 (minisat) R 23922 23922 23509 0 -1 0 7814 0 0 0 160012 11 0 0 25 0 1 0 29340505 34816000 7698 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/23940/statm: 8500 7698 52 112 0 8384 0
Current children cumulated CPU time (s) 1601.1
Current children cumulated vsize (KiB) 48120

[startup+1663.1 s]
/proc/loadavg: 2.08 2.03 1.95 3/92 24133
/proc/meminfo: memFree=1724360/2055920 swapFree=4192956/4192956
[pid=23922] ppid=23920 vsize=14120 CPUtime=0.04
/proc/23922/stat : 23922 (sugar) S 23920 23922 23509 0 -1 4194304 1420 0 0 0 3 1 0 0 16 0 1 0 29340409 14458880 933 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23922/statm: 3530 933 372 3 0 630 0
[pid=23924] ppid=23922 vsize=0 CPUtime=0.41
/proc/23924/stat : 23924 (java) Z 23922 23922 23509 0 -1 1036 3834 0 1 0 38 3 0 0 17 0 1 0 29340414 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/23924/statm: 0 0 0 0 0 0 0
[pid=23932] ppid=23922 vsize=0 CPUtime=0.42
/proc/23932/stat : 23932 (java) Z 23922 23922 23509 0 -1 1036 5141 0 1 0 39 3 0 0 17 0 1 0 29340459 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/23932/statm: 0 0 0 0 0 0 0
[pid=23940] ppid=23922 vsize=35440 CPUtime=1660.19
/proc/23940/stat : 23940 (minisat) R 23922 23922 23509 0 -1 0 8133 0 0 0 166007 12 0 0 25 0 1 0 29340505 36290560 8017 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/23940/statm: 8860 8017 52 112 0 8744 0
Current children cumulated CPU time (s) 1661.06
Current children cumulated vsize (KiB) 49560

[startup+1723.12 s]
/proc/loadavg: 2.03 2.02 1.95 3/92 24133
/proc/meminfo: memFree=1723848/2055920 swapFree=4192956/4192956
[pid=23922] ppid=23920 vsize=14120 CPUtime=0.04
/proc/23922/stat : 23922 (sugar) S 23920 23922 23509 0 -1 4194304 1420 0 0 0 3 1 0 0 16 0 1 0 29340409 14458880 933 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23922/statm: 3530 933 372 3 0 630 0
[pid=23924] ppid=23922 vsize=0 CPUtime=0.41
/proc/23924/stat : 23924 (java) Z 23922 23922 23509 0 -1 1036 3834 0 1 0 38 3 0 0 17 0 1 0 29340414 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/23924/statm: 0 0 0 0 0 0 0
[pid=23932] ppid=23922 vsize=0 CPUtime=0.42
/proc/23932/stat : 23932 (java) Z 23922 23922 23509 0 -1 1036 5141 0 1 0 39 3 0 0 17 0 1 0 29340459 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/23932/statm: 0 0 0 0 0 0 0
[pid=23940] ppid=23922 vsize=35936 CPUtime=1720.13
/proc/23940/stat : 23940 (minisat) R 23922 23922 23509 0 -1 0 8237 0 0 0 172001 12 0 0 25 0 1 0 29340505 36798464 8121 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528771 0 0 4096 3 0 0 0 17 0 0 0
/proc/23940/statm: 8984 8121 52 112 0 8868 0
Current children cumulated CPU time (s) 1721
Current children cumulated vsize (KiB) 50056

[startup+1783.16 s]
/proc/loadavg: 2.01 2.01 1.95 3/92 24133
/proc/meminfo: memFree=1722760/2055920 swapFree=4192956/4192956
[pid=23922] ppid=23920 vsize=14120 CPUtime=0.04
/proc/23922/stat : 23922 (sugar) S 23920 23922 23509 0 -1 4194304 1420 0 0 0 3 1 0 0 16 0 1 0 29340409 14458880 933 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23922/statm: 3530 933 372 3 0 630 0
[pid=23924] ppid=23922 vsize=0 CPUtime=0.41
/proc/23924/stat : 23924 (java) Z 23922 23922 23509 0 -1 1036 3834 0 1 0 38 3 0 0 17 0 1 0 29340414 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/23924/statm: 0 0 0 0 0 0 0
[pid=23932] ppid=23922 vsize=0 CPUtime=0.42
/proc/23932/stat : 23932 (java) Z 23922 23922 23509 0 -1 1036 5141 0 1 0 39 3 0 0 17 0 1 0 29340459 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/23932/statm: 0 0 0 0 0 0 0
[pid=23940] ppid=23922 vsize=36956 CPUtime=1780.1
/proc/23940/stat : 23940 (minisat) R 23922 23922 23509 0 -1 0 8494 0 0 0 177998 12 0 0 25 0 1 0 29340505 37842944 8378 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528342 0 0 4096 3 0 0 0 17 0 0 0
/proc/23940/statm: 9239 8378 52 112 0 9123 0
Current children cumulated CPU time (s) 1780.97
Current children cumulated vsize (KiB) 51076



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1802.28 s]
/proc/loadavg: 2.00 2.01 1.95 3/92 24133
/proc/meminfo: memFree=1722184/2055920 swapFree=4192956/4192956
[pid=23922] ppid=23920 vsize=14120 CPUtime=0.04
/proc/23922/stat : 23922 (sugar) S 23920 23922 23509 0 -1 4194304 1420 0 0 0 3 1 0 0 16 0 1 0 29340409 14458880 933 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23922/statm: 3530 933 372 3 0 630 0
[pid=23924] ppid=23922 vsize=0 CPUtime=0.41
/proc/23924/stat : 23924 (java) Z 23922 23922 23509 0 -1 1036 3834 0 1 0 38 3 0 0 17 0 1 0 29340414 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/23924/statm: 0 0 0 0 0 0 0
[pid=23932] ppid=23922 vsize=0 CPUtime=0.42
/proc/23932/stat : 23932 (java) Z 23922 23922 23509 0 -1 1036 5141 0 1 0 39 3 0 0 17 0 1 0 29340459 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/23932/statm: 0 0 0 0 0 0 0
[pid=23940] ppid=23922 vsize=37520 CPUtime=1799.21
/proc/23940/stat : 23940 (minisat) R 23922 23922 23509 0 -1 0 8627 0 0 0 179909 12 0 0 25 0 1 0 29340505 38420480 8511 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528771 0 0 4096 3 0 0 0 17 0 0 0
/proc/23940/statm: 9380 8511 52 112 0 9264 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 51640

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

Child status: 1

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 23922 and gives childrusage.ru_utime.tv_sec=0 childrusage.ru_utime.tv_usec=39993 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=19996
CPU time returned by wait4() is 0.059989
while last known CPU time is 1800.09

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

Real time (s): 1803.29
CPU time (s): 1800.09
CPU user time (s): 1799.89
CPU system time (s): 0.2
CPU usage (%): 99.8223
Max. virtual memory (cumulated for all children) (KiB): 51640

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.039993
system time used= 0.019996
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1504
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= 70
involuntary context switches= 14

runsolver used 2.05769 s user time and 5.9311 s system time

The end

Launcher Data (download as text)

Begin job on node9 on Mon Jan 29 18:04:18 UTC 2007


IDJOB= 198344
IDBENCH= 3549
IDSOLVER= 86
FILE ID= node9/198344-1170093858

PBS_JOBID= 3689415

Free space on /tmp= 66550 MiB

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

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  9c6bd4facf4b6b863854bd3120c787c5

RANDOM SEED= 862404952

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.263
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.263
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:       1707080 kB
Buffers:         41156 kB
Cached:         149992 kB
SwapCached:          0 kB
Active:         249000 kB
Inactive:        53696 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1707080 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             908 kB
Writeback:           0 kB
Mapped:         131332 kB
Slab:            30940 kB
Committed_AS:   293072 kB
PageTables:       2164 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= 66561 MiB



End job on node9 on Mon Jan 29 18:34:21 UTC 2007