Trace number 206713

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
galac 1? (TO) 1800 1816.95

General information on the benchmark

Namerandom/rand-3-28-28/
rand-3-28-28-93-632-6_ext.xml
MD5SUM1d6ae9698ff97a2707a045a26f8d044a
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
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 variables28
Number of constraints93
Maximum constraint arity3
Maximum domain size28
Number of constraints which are defined in extension93
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.03	c --- Preproc Stats ---
5.52	c start processing
5.52	c start relation processing
19.90	c start cnf exporting
82.81	c parsing time : 5.273
82.81	c preprocessing time : 82.565
82.81	
82.81	c Nary constraints - conflicts : 0 supports : 93
82.81	c Binary constraints - conflicts : 0 supports :0
82.81	c max arity constraint : 3
82.81	c Max Tuples generated 0
82.81	c relations : 93
82.81	c relations BDD: 93
82.81	c vars : 598298 - clauses :  1874747
82.81	
82.87	 
82.87	c --- Minisat Stats ---
82.87	 

Verifier Data (download as text)

ERROR: Unexpected answer ! (SAT/UNSAT expected)
Got answer: 

Watcher Data (download as text)

runsolver version 3.1.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node21/watcher-206713-1168176932 -o ROOT/results/node21/solver-206713-1168176932 -C 1800 -M 900 /tmp/evaluation/206713-1168176932/galac.sh /tmp/evaluation/206713-1168176932/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.91 1.80 1.83 5/87 16819
/proc/meminfo: memFree=1084824/2055920 swapFree=4156304/4192956
[pid=16818] ppid=16816 vsize=8560 CPUtime=0
/proc/16818/stat : 16818 (galac.sh) R 16816 16818 16603 0 -1 4194304 308 0 0 0 0 0 0 0 20 0 1 0 166087777 8765440 253 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 221236676495 0 0 4096 8192 0 0 0 17 1 0 0
/proc/16818/statm: 2140 253 197 79 0 133 0

[startup+0.106419 s]
/proc/loadavg: 1.91 1.80 1.83 5/87 16819
/proc/meminfo: memFree=1084824/2055920 swapFree=4156304/4192956
[pid=16818] ppid=16816 vsize=47564 CPUtime=0.01
/proc/16818/stat : 16818 (galac.sh) S 16816 16818 16603 0 -1 4194304 761 1704 0 0 0 0 0 1 24 0 1 0 166087777 48705536 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 221236095834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16818/statm: 11891 362 244 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.514495 s]
/proc/loadavg: 1.91 1.80 1.83 5/87 16819
/proc/meminfo: memFree=1084824/2055920 swapFree=4156304/4192956
[pid=16818] ppid=16816 vsize=47564 CPUtime=0.01
/proc/16818/stat : 16818 (galac.sh) S 16816 16818 16603 0 -1 4194304 761 1704 0 0 0 0 0 1 24 0 1 0 166087777 48705536 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 221236095834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16818/statm: 11891 362 244 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+1.33766 s]
/proc/loadavg: 1.91 1.80 1.83 4/95 16839
/proc/meminfo: memFree=1012952/2055920 swapFree=4156304/4192956
[pid=16818] ppid=16816 vsize=47564 CPUtime=0.01
/proc/16818/stat : 16818 (galac.sh) S 16816 16818 16603 0 -1 4194304 761 1704 0 0 0 0 0 1 24 0 1 0 166087777 48705536 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 221236095834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16818/statm: 11891 362 244 79 0 218 0
[pid=16832] ppid=16818 vsize=861064 CPUtime=1.19
/proc/16832/stat : 16832 (java) R 16818 16818 16603 0 -1 0 21254 0 1 0 109 10 0 0 21 0 8 0 166087780 881729536 21007 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4072918600 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16832/statm: 215266 21007 1966 14 0 201471 0
[pid=16832/tid=16833] ppid=16818 vsize=861064 CPUtime=0.05
/proc/16832/task/16833/stat : 16833 (java) S 16818 16818 16603 0 -1 64 5501 0 0 0 3 2 0 0 16 0 8 0 166087784 881729536 21007 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16832/tid=16834] ppid=16818 vsize=861064 CPUtime=0
/proc/16832/task/16834/stat : 16834 (java) S 16818 16818 16603 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 166087784 881729536 21007 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16832/tid=16835] ppid=16818 vsize=861064 CPUtime=0
/proc/16832/task/16835/stat : 16835 (java) S 16818 16818 16603 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 166087784 881729536 21007 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16832/tid=16836] ppid=16818 vsize=861064 CPUtime=0
/proc/16832/task/16836/stat : 16836 (java) S 16818 16818 16603 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 166087796 881729536 21007 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16832/tid=16837] ppid=16818 vsize=861064 CPUtime=0.11
/proc/16832/task/16837/stat : 16837 (java) S 16818 16818 16603 0 -1 64 892 0 0 0 11 0 0 0 16 0 8 0 166087796 881729536 21007 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16832/tid=16838] ppid=16818 vsize=861064 CPUtime=0
/proc/16832/task/16838/stat : 16838 (java) S 16818 16818 16603 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 166087796 881729536 21007 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16832/tid=16839] ppid=16818 vsize=861064 CPUtime=0
/proc/16832/task/16839/stat : 16839 (java) S 16818 16818 16603 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 166087796 881729536 21007 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.2
Current children cumulated vsize (KiB) 908628

[startup+2.98496 s]
/proc/loadavg: 1.91 1.80 1.83 4/95 16839
/proc/meminfo: memFree=997016/2055920 swapFree=4156304/4192956
[pid=16818] ppid=16816 vsize=47564 CPUtime=0.01
/proc/16818/stat : 16818 (galac.sh) S 16816 16818 16603 0 -1 4194304 761 1704 0 0 0 0 0 1 24 0 1 0 166087777 48705536 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 221236095834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16818/statm: 11891 362 244 79 0 218 0
[pid=16832] ppid=16818 vsize=861064 CPUtime=2.82
/proc/16832/stat : 16832 (java) R 16818 16818 16603 0 -1 0 25344 0 1 0 270 12 0 0 25 0 8 0 166087780 881729536 25091 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073682653 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16832/statm: 215266 25091 1966 14 0 201471 0
[pid=16832/tid=16833] ppid=16818 vsize=861064 CPUtime=0.2
/proc/16832/task/16833/stat : 16833 (java) S 16818 16818 16603 0 -1 64 9575 0 0 0 16 4 0 0 16 0 8 0 166087784 881729536 25091 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16832/tid=16834] ppid=16818 vsize=861064 CPUtime=0
/proc/16832/task/16834/stat : 16834 (java) S 16818 16818 16603 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 166087784 881729536 25091 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16832/tid=16835] ppid=16818 vsize=861064 CPUtime=0
/proc/16832/task/16835/stat : 16835 (java) S 16818 16818 16603 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 166087784 881729536 25091 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16832/tid=16836] ppid=16818 vsize=861064 CPUtime=0
/proc/16832/task/16836/stat : 16836 (java) S 16818 16818 16603 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 166087796 881729536 25091 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16832/tid=16837] ppid=16818 vsize=861064 CPUtime=0.13
/proc/16832/task/16837/stat : 16837 (java) S 16818 16818 16603 0 -1 64 902 0 0 0 13 0 0 0 16 0 8 0 166087796 881729536 25091 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16832/tid=16838] ppid=16818 vsize=861064 CPUtime=0
/proc/16832/task/16838/stat : 16838 (java) S 16818 16818 16603 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 166087796 881729536 25091 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16832/tid=16839] ppid=16818 vsize=861064 CPUtime=0
/proc/16832/task/16839/stat : 16839 (java) S 16818 16818 16603 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 166087796 881729536 25091 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.83
Current children cumulated vsize (KiB) 908628

[startup+6.28059 s]
/proc/loadavg: 1.92 1.80 1.83 3/95 16839
/proc/meminfo: memFree=967256/2055920 swapFree=4156304/4192956
[pid=16818] ppid=16816 vsize=47564 CPUtime=0.01
/proc/16818/stat : 16818 (galac.sh) S 16816 16818 16603 0 -1 4194304 761 1704 0 0 0 0 0 1 24 0 1 0 166087777 48705536 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 221236095834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16818/statm: 11891 362 244 79 0 218 0
[pid=16832] ppid=16818 vsize=861064 CPUtime=6.08
/proc/16832/stat : 16832 (java) R 16818 16818 16603 0 -1 0 31384 0 1 0 593 15 0 0 25 0 8 0 166087780 881729536 31122 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073924300 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16832/statm: 215266 31122 1974 14 0 201471 0
[pid=16832/tid=16833] ppid=16818 vsize=861064 CPUtime=0.42
/proc/16832/task/16833/stat : 16833 (java) S 16818 16818 16603 0 -1 64 15542 0 0 0 36 6 0 0 16 0 8 0 166087784 881729536 31122 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16832/tid=16834] ppid=16818 vsize=861064 CPUtime=0
/proc/16832/task/16834/stat : 16834 (java) S 16818 16818 16603 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 166087784 881729536 31122 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16832/tid=16835] ppid=16818 vsize=861064 CPUtime=0
/proc/16832/task/16835/stat : 16835 (java) S 16818 16818 16603 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 166087784 881729536 31122 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16832/tid=16836] ppid=16818 vsize=861064 CPUtime=0
/proc/16832/task/16836/stat : 16836 (java) S 16818 16818 16603 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 166087796 881729536 31122 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16832/tid=16837] ppid=16818 vsize=861064 CPUtime=0.22
/proc/16832/task/16837/stat : 16837 (java) S 16818 16818 16603 0 -1 64 947 0 0 0 21 1 0 0 15 0 8 0 166087796 881729536 31122 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16832/tid=16838] ppid=16818 vsize=861064 CPUtime=0
/proc/16832/task/16838/stat : 16838 (java) S 16818 16818 16603 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 166087796 881729536 31122 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16832/tid=16839] ppid=16818 vsize=861064 CPUtime=0
/proc/16832/task/16839/stat : 16839 (java) S 16818 16818 16603 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 166087796 881729536 31122 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.09
Current children cumulated vsize (KiB) 908628

[startup+12.7768 s]
/proc/loadavg: 1.93 1.80 1.83 3/95 16839
/proc/meminfo: memFree=873952/2055920 swapFree=4156304/4192956
[pid=16818] ppid=16816 vsize=47564 CPUtime=0.01
/proc/16818/stat : 16818 (galac.sh) S 16816 16818 16603 0 -1 4194304 761 1704 0 0 0 0 0 1 24 0 1 0 166087777 48705536 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 221236095834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16818/statm: 11891 362 244 79 0 218 0
[pid=16832] ppid=16818 vsize=861064 CPUtime=12.52
/proc/16832/stat : 16832 (java) R 16818 16818 16603 0 -1 0 54678 0 1 0 1226 26 0 0 25 0 8 0 166087780 881729536 54412 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073922299 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16832/statm: 215266 54412 1974 14 0 201471 0
[pid=16832/tid=16833] ppid=16818 vsize=861064 CPUtime=1.49
/proc/16832/task/16833/stat : 16833 (java) S 16818 16818 16603 0 -1 64 38832 0 0 0 133 16 0 0 20 0 8 0 166087784 881729536 54412 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16832/tid=16834] ppid=16818 vsize=861064 CPUtime=0
/proc/16832/task/16834/stat : 16834 (java) S 16818 16818 16603 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 166087784 881729536 54412 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16832/tid=16835] ppid=16818 vsize=861064 CPUtime=0
/proc/16832/task/16835/stat : 16835 (java) S 16818 16818 16603 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 166087784 881729536 54412 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16832/tid=16836] ppid=16818 vsize=861064 CPUtime=0
/proc/16832/task/16836/stat : 16836 (java) S 16818 16818 16603 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 166087796 881729536 54412 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16832/tid=16837] ppid=16818 vsize=861064 CPUtime=0.22
/proc/16832/task/16837/stat : 16837 (java) S 16818 16818 16603 0 -1 64 947 0 0 0 21 1 0 0 15 0 8 0 166087796 881729536 54412 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16832/tid=16838] ppid=16818 vsize=861064 CPUtime=0
/proc/16832/task/16838/stat : 16838 (java) S 16818 16818 16603 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 166087796 881729536 54412 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16832/tid=16839] ppid=16818 vsize=861064 CPUtime=0
/proc/16832/task/16839/stat : 16839 (java) S 16818 16818 16603 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 166087796 881729536 54412 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 908628

[startup+25.6492 s]
/proc/loadavg: 1.94 1.81 1.83 3/95 16839
/proc/meminfo: memFree=739616/2055920 swapFree=4156304/4192956
[pid=16818] ppid=16816 vsize=47564 CPUtime=0.01
/proc/16818/stat : 16818 (galac.sh) S 16816 16818 16603 0 -1 4194304 761 1704 0 0 0 0 0 1 24 0 1 0 166087777 48705536 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 221236095834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16818/statm: 11891 362 244 79 0 218 0
[pid=16832] ppid=16818 vsize=861064 CPUtime=25.28
/proc/16832/stat : 16832 (java) R 16818 16818 16603 0 -1 0 87661 0 1 0 2484 44 0 0 25 0 8 0 166087780 881729536 87382 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4074037044 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16832/statm: 215266 87382 1993 14 0 201471 0
[pid=16832/tid=16833] ppid=16818 vsize=861064 CPUtime=2.96
/proc/16832/task/16833/stat : 16833 (java) S 16818 16818 16603 0 -1 64 71729 0 0 0 264 32 0 0 16 0 8 0 166087784 881729536 87382 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16832/tid=16834] ppid=16818 vsize=861064 CPUtime=0
/proc/16832/task/16834/stat : 16834 (java) S 16818 16818 16603 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 166087784 881729536 87382 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16832/tid=16835] ppid=16818 vsize=861064 CPUtime=0
/proc/16832/task/16835/stat : 16835 (java) S 16818 16818 16603 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 166087784 881729536 87382 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16832/tid=16836] ppid=16818 vsize=861064 CPUtime=0
/proc/16832/task/16836/stat : 16836 (java) S 16818 16818 16603 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 166087796 881729536 87382 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16832/tid=16837] ppid=16818 vsize=861064 CPUtime=0.28
/proc/16832/task/16837/stat : 16837 (java) S 16818 16818 16603 0 -1 64 983 0 0 0 27 1 0 0 15 0 8 0 166087796 881729536 87382 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16832/tid=16838] ppid=16818 vsize=861064 CPUtime=0
/proc/16832/task/16838/stat : 16838 (java) S 16818 16818 16603 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 166087796 881729536 87382 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16832/tid=16839] ppid=16818 vsize=861064 CPUtime=0
/proc/16832/task/16839/stat : 16839 (java) S 16818 16818 16603 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 166087796 881729536 87382 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.29
Current children cumulated vsize (KiB) 908628

[startup+51.3051 s]
/proc/loadavg: 1.96 1.83 1.84 3/95 16839
/proc/meminfo: memFree=725472/2055920 swapFree=4156304/4192956
[pid=16818] ppid=16816 vsize=47564 CPUtime=0.01
/proc/16818/stat : 16818 (galac.sh) S 16816 16818 16603 0 -1 4194304 761 1704 0 0 0 0 0 1 24 0 1 0 166087777 48705536 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 221236095834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16818/statm: 11891 362 244 79 0 218 0
[pid=16832] ppid=16818 vsize=861064 CPUtime=50.69
/proc/16832/stat : 16832 (java) R 16818 16818 16603 0 -1 0 87704 0 1 0 5015 54 0 0 25 0 8 0 166087780 881729536 87383 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4074040484 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16832/statm: 215266 87383 1994 14 0 201471 0
[pid=16832/tid=16833] ppid=16818 vsize=861064 CPUtime=3.03
/proc/16832/task/16833/stat : 16833 (java) S 16818 16818 16603 0 -1 64 71730 0 0 0 271 32 0 0 16 0 8 0 166087784 881729536 87383 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16832/tid=16834] ppid=16818 vsize=861064 CPUtime=0
/proc/16832/task/16834/stat : 16834 (java) S 16818 16818 16603 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 166087784 881729536 87383 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16832/tid=16835] ppid=16818 vsize=861064 CPUtime=0
/proc/16832/task/16835/stat : 16835 (java) S 16818 16818 16603 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 166087784 881729536 87383 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16832/tid=16836] ppid=16818 vsize=861064 CPUtime=0
/proc/16832/task/16836/stat : 16836 (java) S 16818 16818 16603 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 166087796 881729536 87383 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16832/tid=16837] ppid=16818 vsize=861064 CPUtime=0.28
/proc/16832/task/16837/stat : 16837 (java) S 16818 16818 16603 0 -1 64 983 0 0 0 27 1 0 0 15 0 8 0 166087796 881729536 87383 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16832/tid=16838] ppid=16818 vsize=861064 CPUtime=0
/proc/16832/task/16838/stat : 16838 (java) S 16818 16818 16603 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 166087796 881729536 87383 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16832/tid=16839] ppid=16818 vsize=861064 CPUtime=0
/proc/16832/task/16839/stat : 16839 (java) S 16818 16818 16603 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 166087796 881729536 87383 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.7
Current children cumulated vsize (KiB) 908628

[startup+102.55 s]
/proc/loadavg: 1.98 1.85 1.84 3/88 16840
/proc/meminfo: memFree=937752/2055920 swapFree=4156304/4192956
[pid=16818] ppid=16816 vsize=47564 CPUtime=81.97
/proc/16818/stat : 16818 (galac.sh) S 16816 16818 16603 0 -1 4194304 799 89469 0 1 0 0 8124 73 17 0 1 0 166087777 48705536 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 221236095834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16818/statm: 11891 362 244 79 0 218 0
[pid=16840] ppid=16818 vsize=123204 CPUtime=19.48
/proc/16840/stat : 16840 (minisat) R 16818 16818 16603 0 -1 4194304 28196 0 0 0 1933 15 0 0 25 0 1 0 166096064 126160896 28178 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134529357 0 0 4096 3 0 0 0 17 1 0 0
/proc/16840/statm: 30801 28178 54 142 0 30657 0
Current children cumulated CPU time (s) 101.45

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

/proc/loadavg: 2.00 2.00 1.92 3/89 16841
/proc/meminfo: memFree=789392/2055920 swapFree=4156304/4192956
[pid=16818] ppid=16816 vsize=47564 CPUtime=81.97
/proc/16818/stat : 16818 (galac.sh) S 16816 16818 16603 0 -1 4194304 799 89469 0 1 0 0 8124 73 17 0 1 0 166087777 48705536 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 221236095834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16818/statm: 11891 362 244 79 0 218 0
[pid=16840] ppid=16818 vsize=271044 CPUtime=1031.41
/proc/16840/stat : 16840 (minisat) R 16818 16818 16603 0 -1 4194304 65191 0 0 0 103090 51 0 0 25 0 1 0 166096064 277549056 65173 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/16840/statm: 67761 65173 54 142 0 67617 0
Current children cumulated CPU time (s) 1113.38
Current children cumulated vsize (KiB) 318608

[startup+1183.95 s]
/proc/loadavg: 2.00 2.00 1.92 3/89 16841
/proc/meminfo: memFree=782160/2055920 swapFree=4156304/4192956
[pid=16818] ppid=16816 vsize=47564 CPUtime=81.97
/proc/16818/stat : 16818 (galac.sh) S 16816 16818 16603 0 -1 4194304 799 89469 0 1 0 0 8124 73 17 0 1 0 166087777 48705536 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 221236095834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16818/statm: 11891 362 244 79 0 218 0
[pid=16840] ppid=16818 vsize=278408 CPUtime=1090.94
/proc/16840/stat : 16840 (minisat) R 16818 16818 16603 0 -1 4194304 67054 0 0 0 109041 53 0 0 25 0 1 0 166096064 285089792 67036 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 1 0 0
/proc/16840/statm: 69602 67036 54 142 0 69458 0
Current children cumulated CPU time (s) 1172.91
Current children cumulated vsize (KiB) 325972

[startup+1243.96 s]
/proc/loadavg: 2.00 2.00 1.92 3/90 16842
/proc/meminfo: memFree=775240/2055920 swapFree=4156304/4192956
[pid=16818] ppid=16816 vsize=47564 CPUtime=81.97
/proc/16818/stat : 16818 (galac.sh) S 16816 16818 16603 0 -1 4194304 799 89469 0 1 0 0 8124 73 17 0 1 0 166087777 48705536 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 221236095834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16818/statm: 11891 362 244 79 0 218 0
[pid=16840] ppid=16818 vsize=285072 CPUtime=1150.4
/proc/16840/stat : 16840 (minisat) R 16818 16818 16603 0 -1 4194304 68712 0 0 0 114985 55 0 0 25 0 1 0 166096064 291913728 68694 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/16840/statm: 71268 68694 54 142 0 71124 0
Current children cumulated CPU time (s) 1232.37
Current children cumulated vsize (KiB) 332636

[startup+1303.99 s]
/proc/loadavg: 2.00 2.00 1.92 3/90 16842
/proc/meminfo: memFree=769864/2055920 swapFree=4156304/4192956
[pid=16818] ppid=16816 vsize=47564 CPUtime=81.97
/proc/16818/stat : 16818 (galac.sh) S 16816 16818 16603 0 -1 4194304 799 89469 0 1 0 0 8124 73 17 0 1 0 166087777 48705536 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 221236095834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16818/statm: 11891 362 244 79 0 218 0
[pid=16840] ppid=16818 vsize=290224 CPUtime=1209.88
/proc/16840/stat : 16840 (minisat) R 16818 16818 16603 0 -1 4194304 70026 0 0 0 120931 57 0 0 25 0 1 0 166096064 297189376 70008 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134529268 0 0 4096 3 0 0 0 17 1 0 0
/proc/16840/statm: 72556 70008 54 142 0 72412 0
Current children cumulated CPU time (s) 1291.85
Current children cumulated vsize (KiB) 337788

[startup+1364.03 s]
/proc/loadavg: 2.00 2.00 1.92 3/90 16842
/proc/meminfo: memFree=767944/2055920 swapFree=4156304/4192956
[pid=16818] ppid=16816 vsize=47564 CPUtime=81.97
/proc/16818/stat : 16818 (galac.sh) S 16816 16818 16603 0 -1 4194304 799 89469 0 1 0 0 8124 73 17 0 1 0 166087777 48705536 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 221236095834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16818/statm: 11891 362 244 79 0 218 0
[pid=16840] ppid=16818 vsize=292204 CPUtime=1269.36
/proc/16840/stat : 16840 (minisat) R 16818 16818 16603 0 -1 4194304 70514 0 0 0 126878 58 0 0 25 0 1 0 166096064 299216896 70496 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134529374 0 0 4096 3 0 0 0 17 1 0 0
/proc/16840/statm: 73051 70496 54 142 0 72907 0
Current children cumulated CPU time (s) 1351.33
Current children cumulated vsize (KiB) 339768

[startup+1424.06 s]
/proc/loadavg: 2.00 2.00 1.92 3/90 16842
/proc/meminfo: memFree=761672/2055920 swapFree=4156304/4192956
[pid=16818] ppid=16816 vsize=47564 CPUtime=81.97
/proc/16818/stat : 16818 (galac.sh) S 16816 16818 16603 0 -1 4194304 799 89469 0 1 0 0 8124 73 17 0 1 0 166087777 48705536 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 221236095834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16818/statm: 11891 362 244 79 0 218 0
[pid=16840] ppid=16818 vsize=298612 CPUtime=1328.84
/proc/16840/stat : 16840 (minisat) R 16818 16818 16603 0 -1 4194304 72070 0 0 0 132824 60 0 0 25 0 1 0 166096064 305778688 72052 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/16840/statm: 74653 72052 54 142 0 74509 0
Current children cumulated CPU time (s) 1410.81
Current children cumulated vsize (KiB) 346176

[startup+1484.08 s]
/proc/loadavg: 2.00 2.00 1.92 3/90 16842
/proc/meminfo: memFree=755464/2055920 swapFree=4156304/4192956
[pid=16818] ppid=16816 vsize=47564 CPUtime=81.97
/proc/16818/stat : 16818 (galac.sh) S 16816 16818 16603 0 -1 4194304 799 89469 0 1 0 0 8124 73 17 0 1 0 166087777 48705536 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 221236095834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16818/statm: 11891 362 244 79 0 218 0
[pid=16840] ppid=16818 vsize=304888 CPUtime=1388.32
/proc/16840/stat : 16840 (minisat) R 16818 16818 16603 0 -1 4194304 73623 0 0 0 138770 62 0 0 25 0 1 0 166096064 312205312 73605 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134525819 0 0 4096 3 0 0 0 17 1 0 0
/proc/16840/statm: 76222 73605 54 142 0 76078 0
Current children cumulated CPU time (s) 1470.29
Current children cumulated vsize (KiB) 352452

[startup+1544.16 s]
/proc/loadavg: 2.08 2.02 1.93 3/101 16982
/proc/meminfo: memFree=1064240/2055920 swapFree=4156304/4192956
[pid=16818] ppid=16816 vsize=47564 CPUtime=81.97
/proc/16818/stat : 16818 (galac.sh) S 16816 16818 16603 0 -1 4194304 799 89469 0 1 0 0 8124 73 17 0 1 0 166087777 48705536 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 221236095834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16818/statm: 11891 362 244 79 0 218 0
[pid=16840] ppid=16818 vsize=315348 CPUtime=1448.01
/proc/16840/stat : 16840 (minisat) R 16818 16818 16603 0 -1 4194304 76255 0 0 0 144727 74 0 0 25 0 1 0 166096064 322916352 76237 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 0 0 0
/proc/16840/statm: 78837 76237 54 142 0 78693 0
Current children cumulated CPU time (s) 1529.98
Current children cumulated vsize (KiB) 362912

[startup+1604.17 s]
/proc/loadavg: 2.31 2.11 1.96 3/101 17072
/proc/meminfo: memFree=572928/2055920 swapFree=4156304/4192956
[pid=16818] ppid=16816 vsize=47564 CPUtime=81.97
/proc/16818/stat : 16818 (galac.sh) S 16816 16818 16603 0 -1 4194304 799 89469 0 1 0 0 8124 73 17 0 1 0 166087777 48705536 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 221236095834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16818/statm: 11891 362 244 79 0 218 0
[pid=16840] ppid=16818 vsize=321600 CPUtime=1507.37
/proc/16840/stat : 16840 (minisat) R 16818 16818 16603 0 -1 4194304 77818 0 0 0 150651 86 0 0 25 0 1 0 166096064 329318400 77800 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134529632 0 0 4096 3 0 0 0 17 0 0 0
/proc/16840/statm: 80400 77800 54 142 0 80256 0
Current children cumulated CPU time (s) 1589.34
Current children cumulated vsize (KiB) 369164

[startup+1664.27 s]
/proc/loadavg: 2.11 2.09 1.96 3/95 17106
/proc/meminfo: memFree=567424/2055920 swapFree=4156304/4192956
[pid=16818] ppid=16816 vsize=47564 CPUtime=81.97
/proc/16818/stat : 16818 (galac.sh) S 16816 16818 16603 0 -1 4194304 799 89469 0 1 0 0 8124 73 17 0 1 0 166087777 48705536 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 221236095834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16818/statm: 11891 362 244 79 0 218 0
[pid=16840] ppid=16818 vsize=328276 CPUtime=1566.87
/proc/16840/stat : 16840 (minisat) R 16818 16818 16603 0 -1 4194304 79486 0 0 0 156595 92 0 0 25 0 1 0 166096064 336154624 79468 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134529268 0 0 4096 3 0 0 0 17 0 0 0
/proc/16840/statm: 82069 79468 54 142 0 81925 0
Current children cumulated CPU time (s) 1648.84
Current children cumulated vsize (KiB) 375840

[startup+1724.35 s]
/proc/loadavg: 2.04 2.07 1.96 3/95 17106
/proc/meminfo: memFree=562432/2055920 swapFree=4156304/4192956
[pid=16818] ppid=16816 vsize=47564 CPUtime=81.97
/proc/16818/stat : 16818 (galac.sh) S 16816 16818 16603 0 -1 4194304 799 89469 0 1 0 0 8124 73 17 0 1 0 166087777 48705536 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 221236095834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16818/statm: 11891 362 244 79 0 218 0
[pid=16840] ppid=16818 vsize=333336 CPUtime=1626.34
/proc/16840/stat : 16840 (minisat) R 16818 16818 16603 0 -1 4194304 80752 0 0 0 162541 93 0 0 25 0 1 0 166096064 341336064 80734 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134529361 0 0 4096 3 0 0 0 17 0 0 0
/proc/16840/statm: 83334 80734 54 142 0 83190 0
Current children cumulated CPU time (s) 1708.31
Current children cumulated vsize (KiB) 380900

[startup+1784.37 s]
/proc/loadavg: 2.06 2.07 1.97 3/95 17106
/proc/meminfo: memFree=552896/2055920 swapFree=4156304/4192956
[pid=16818] ppid=16816 vsize=47564 CPUtime=81.97
/proc/16818/stat : 16818 (galac.sh) S 16816 16818 16603 0 -1 4194304 799 89469 0 1 0 0 8124 73 17 0 1 0 166087777 48705536 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 221236095834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16818/statm: 11891 362 244 79 0 218 0
[pid=16840] ppid=16818 vsize=342704 CPUtime=1685.79
/proc/16840/stat : 16840 (minisat) R 16818 16818 16603 0 -1 4194304 83122 0 0 0 168483 96 0 0 25 0 1 0 166096064 350928896 83104 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 0 0 0
/proc/16840/statm: 85676 83104 54 142 0 85532 0
Current children cumulated CPU time (s) 1767.76
Current children cumulated vsize (KiB) 390268



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1816.93 s]
/proc/loadavg: 2.04 2.06 1.97 3/95 17106
/proc/meminfo: memFree=550400/2055920 swapFree=4156304/4192956
[pid=16818] ppid=16816 vsize=47564 CPUtime=81.97
/proc/16818/stat : 16818 (galac.sh) S 16816 16818 16603 0 -1 4194304 799 89469 0 1 0 0 8124 73 17 0 1 0 166087777 48705536 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 221236095834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16818/statm: 11891 362 244 79 0 218 0
[pid=16840] ppid=16818 vsize=345228 CPUtime=1718.03
/proc/16840/stat : 16840 (minisat) R 16818 16818 16603 0 -1 4194304 83756 0 0 0 171706 97 0 0 25 0 1 0 166096064 353513472 83738 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 0 0 0
/proc/16840/statm: 86307 83738 54 142 0 86163 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 392792

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

Child ended because it received signal 15 (SIGTERM)

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 16818 and gives childrusage.ru_utime.tv_sec=81 childrusage.ru_utime.tv_usec=253647 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=738887
CPU time returned by wait4() is 81.9925
while last known CPU time is 1800

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

Real time (s): 1816.95
CPU time (s): 1800
CPU user time (s): 1798.3
CPU system time (s): 1.7
CPU usage (%): 99.0673
Max. virtual memory (cumulated for all children) (KiB): 908628

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 81.2536
system time used= 0.738887
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 90268
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3565
involuntary context switches= 5136

runsolver used 2.13167 s user time and 5.84311 s system time

The end

Launcher Data (download as text)

Begin job on node21 on Sun Jan  7 13:35:32 UTC 2007


IDJOB= 206713
IDBENCH= 4229
FILE ID= node21/206713-1168176932

PBS_JOBID= 3479040

Free space on /tmp= 66540 MiB

BENCH NAME= HOME/pub/bench/CPAI06/random/rand-3-28-28/rand-3-28-28-93-632-6_ext.xml
COMMAND LINE= /tmp/evaluation/206713-1168176932/galac.sh /tmp/evaluation/206713-1168176932/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node21/watcher-206713-1168176932 -o ROOT/results/node21/solver-206713-1168176932 -C 1800 -M 900  /tmp/evaluation/206713-1168176932/galac.sh /tmp/evaluation/206713-1168176932/unknown.xml

META MD5SUM SOLVER= d8bf20eb49fe33822f00bab08f33d7fc
MD5SUM BENCH=  1d6ae9698ff97a2707a045a26f8d044a

RANDOM SEED= 768114709

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.261
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.261
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1085240 kB
Buffers:         70544 kB
Cached:         316444 kB
SwapCached:       3196 kB
Active:         688968 kB
Inactive:       215268 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1085240 kB
SwapTotal:     4192956 kB
SwapFree:      4156304 kB
Dirty:            8680 kB
Writeback:           0 kB
Mapped:         526616 kB
Slab:            49872 kB
Committed_AS:  3917528 kB
PageTables:       3604 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= 66482 MiB



End job on node21 on Sun Jan  7 14:05:49 UTC 2007