Trace number 234459

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) 0 1802.03

General information on the benchmark

Nametaillard/
os-taillard-5/os-taillard-5-95-2.xml
MD5SUM581bd298a554a245f5f89dd0c5a8e177
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.024995
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables25
Number of constraints100
Maximum constraint arity2
Maximum domain size305
Number of constraints which are defined in extension0
Number of constraints which are defined in intension100
Global constraints used (with number of constraints)

Solver Data (download as text)

0.03	c --- Preproc Stats ---
23.44	c start processing
23.44	c start relation processing
31.69	c start cnf exporting
105.38	c parsing time : 23.277
105.38	c preprocessing time : 105.227
105.38	
105.38	c Nary constraints - conflicts : 0 supports : 0
105.38	c Binary constraints - conflicts : 77 supports :23
105.38	c max arity constraint : 2
105.38	c Max Tuples generated 91195
105.38	c relations : 100
105.38	c relations BDD: 0
105.38	c vars : 6242 - clauses :  2557854
105.38	
105.45	 
105.45	c --- Minisat Stats ---
105.45	 

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/node72/watcher-234459-1168717433 -o ROOT/results/node72/solver-234459-1168717433 -C 1800 -M 900 /tmp/evaluation/234459-1168717433/galac.sh /tmp/evaluation/234459-1168717433/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.65 1.79 1.79 4/95 22187
/proc/meminfo: memFree=1527632/2055920 swapFree=4191880/4192956
[pid=22186] ppid=22184 vsize=8652 CPUtime=0
/proc/22186/stat : 22186 (galac.sh) R 22184 22186 21273 0 -1 4194304 335 0 0 0 0 0 0 0 17 0 1 0 220152266 8859648 279 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 234517752479 0 65538 4096 73728 0 0 0 17 1 0 0
/proc/22186/statm: 2163 279 207 79 0 156 0
[pid=22188] ppid=22186 vsize=8688 CPUtime=0
/proc/22188/stat : 22188 (galac.sh) R 22186 22186 21273 0 -1 4194368 27 0 0 0 0 0 0 0 17 0 1 0 220152267 8896512 286 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 234517752479 0 65536 4096 73728 0 0 0 17 1 0 0
/proc/22188/statm: 2172 286 209 79 0 165 0
[pid=22189] ppid=22188 vsize=8728 CPUtime=0
/proc/22189/stat : 22189 (galac.sh) R 22188 22186 21273 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 1 0 220152267 8937472 290 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 234517753127 0 0 3674112 73728 0 0 0 17 1 0 0
/proc/22189/statm: 2182 290 209 79 0 175 0

[startup+0.107768 s]
/proc/loadavg: 1.65 1.79 1.79 4/95 22187
/proc/meminfo: memFree=1527632/2055920 swapFree=4191880/4192956
[pid=22186] ppid=22184 vsize=47560 CPUtime=0.01
/proc/22186/stat : 22186 (galac.sh) S 22184 22186 21273 0 -1 4194304 763 1704 0 0 0 0 0 1 18 0 1 0 220152266 48701440 365 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 234517359450 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/22186/statm: 11890 365 247 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+0.515816 s]
/proc/loadavg: 1.65 1.79 1.79 4/95 22187
/proc/meminfo: memFree=1527632/2055920 swapFree=4191880/4192956
[pid=22186] ppid=22184 vsize=47560 CPUtime=0.01
/proc/22186/stat : 22186 (galac.sh) S 22184 22186 21273 0 -1 4194304 763 1704 0 0 0 0 0 1 18 0 1 0 220152266 48701440 365 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 234517359450 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/22186/statm: 11890 365 247 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+1.33788 s]
/proc/loadavg: 1.65 1.79 1.79 4/103 22207
/proc/meminfo: memFree=1474248/2055920 swapFree=4191880/4192956
[pid=22186] ppid=22184 vsize=47560 CPUtime=0.01
/proc/22186/stat : 22186 (galac.sh) S 22184 22186 21273 0 -1 4194304 763 1704 0 0 0 0 0 1 18 0 1 0 220152266 48701440 365 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 234517359450 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/22186/statm: 11890 365 247 79 0 218 0
[pid=22200] ppid=22186 vsize=861092 CPUtime=1.27
/proc/22200/stat : 22200 (java) R 22186 22186 21273 0 -1 0 16065 0 1 0 120 7 0 0 25 0 8 0 220152270 881758208 15745 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073752571 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22200/statm: 215273 15745 1996 14 0 201478 0
[pid=22200/tid=22201] ppid=22186 vsize=861092 CPUtime=0.5
/proc/22200/task/22201/stat : 22201 (java) S 22186 22186 21273 0 -1 64 7221 0 0 0 48 2 0 0 17 0 8 0 220152274 881758208 15745 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22200/tid=22202] ppid=22186 vsize=861092 CPUtime=0
/proc/22200/task/22202/stat : 22202 (java) S 22186 22186 21273 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 220152274 881758208 15745 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22200/tid=22203] ppid=22186 vsize=861092 CPUtime=0
/proc/22200/task/22203/stat : 22203 (java) S 22186 22186 21273 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 220152274 881758208 15745 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22200/tid=22204] ppid=22186 vsize=861092 CPUtime=0
/proc/22200/task/22204/stat : 22204 (java) S 22186 22186 21273 0 -1 64 2 0 0 0 0 0 0 0 23 0 8 0 220152277 881758208 15745 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22200/tid=22205] ppid=22186 vsize=861092 CPUtime=0.1
/proc/22200/task/22205/stat : 22205 (java) S 22186 22186 21273 0 -1 64 907 0 0 0 10 0 0 0 16 0 8 0 220152277 881758208 15745 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22200/tid=22206] ppid=22186 vsize=861092 CPUtime=0
/proc/22200/task/22206/stat : 22206 (java) S 22186 22186 21273 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 220152277 881758208 15745 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22200/tid=22207] ppid=22186 vsize=861092 CPUtime=0
/proc/22200/task/22207/stat : 22207 (java) S 22186 22186 21273 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 220152277 881758208 15745 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 908652

[startup+2.99104 s]
/proc/loadavg: 1.65 1.79 1.79 4/103 22207
/proc/meminfo: memFree=1463688/2055920 swapFree=4191880/4192956
[pid=22186] ppid=22184 vsize=47560 CPUtime=0.01
/proc/22186/stat : 22186 (galac.sh) S 22184 22186 21273 0 -1 4194304 763 1704 0 0 0 0 0 1 18 0 1 0 220152266 48701440 365 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 234517359450 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/22186/statm: 11890 365 247 79 0 218 0
[pid=22200] ppid=22186 vsize=861092 CPUtime=2.91
/proc/22200/stat : 22200 (java) R 22186 22186 21273 0 -1 0 20187 0 1 0 282 9 0 0 25 0 8 0 220152270 881758208 19803 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22200/statm: 215273 19803 1996 14 0 201478 0
[pid=22200/tid=22201] ppid=22186 vsize=861092 CPUtime=1.72
/proc/22200/task/22201/stat : 22201 (java) R 22186 22186 21273 0 -1 64 11326 0 0 0 168 4 0 0 17 0 8 0 220152274 881758208 19803 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4155526240 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22200/tid=22202] ppid=22186 vsize=861092 CPUtime=0
/proc/22200/task/22202/stat : 22202 (java) S 22186 22186 21273 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 220152274 881758208 19803 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22200/tid=22203] ppid=22186 vsize=861092 CPUtime=0
/proc/22200/task/22203/stat : 22203 (java) S 22186 22186 21273 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 220152274 881758208 19803 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22200/tid=22204] ppid=22186 vsize=861092 CPUtime=0
/proc/22200/task/22204/stat : 22204 (java) S 22186 22186 21273 0 -1 64 2 0 0 0 0 0 0 0 23 0 8 0 220152277 881758208 19803 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22200/tid=22205] ppid=22186 vsize=861092 CPUtime=0.11
/proc/22200/task/22205/stat : 22205 (java) S 22186 22186 21273 0 -1 64 910 0 0 0 11 0 0 0 16 0 8 0 220152277 881758208 19803 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22200/tid=22206] ppid=22186 vsize=861092 CPUtime=0
/proc/22200/task/22206/stat : 22206 (java) S 22186 22186 21273 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 220152277 881758208 19803 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22200/tid=22207] ppid=22186 vsize=861092 CPUtime=0
/proc/22200/task/22207/stat : 22207 (java) S 22186 22186 21273 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 220152277 881758208 19803 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.92
Current children cumulated vsize (KiB) 908652

[startup+6.29134 s]
/proc/loadavg: 1.76 1.81 1.79 3/103 22207
/proc/meminfo: memFree=1434896/2055920 swapFree=4191880/4192956
[pid=22186] ppid=22184 vsize=47560 CPUtime=0.01
/proc/22186/stat : 22186 (galac.sh) S 22184 22186 21273 0 -1 4194304 763 1704 0 0 0 0 0 1 18 0 1 0 220152266 48701440 365 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 234517359450 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/22186/statm: 11890 365 247 79 0 218 0
[pid=22200] ppid=22186 vsize=861092 CPUtime=6.18
/proc/22200/stat : 22200 (java) S 22186 22186 21273 0 -1 0 25966 0 1 0 607 11 0 0 22 0 8 0 220152270 881758208 25497 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22200/statm: 215273 25497 1996 14 0 201478 0
[pid=22200/tid=22201] ppid=22186 vsize=861092 CPUtime=4.39
/proc/22200/task/22201/stat : 22201 (java) R 22186 22186 21273 0 -1 64 17082 0 0 0 433 6 0 0 19 0 8 0 220152274 881758208 25497 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4154050173 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22200/tid=22202] ppid=22186 vsize=861092 CPUtime=0
/proc/22200/task/22202/stat : 22202 (java) S 22186 22186 21273 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 220152274 881758208 25497 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22200/tid=22203] ppid=22186 vsize=861092 CPUtime=0
/proc/22200/task/22203/stat : 22203 (java) S 22186 22186 21273 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 220152274 881758208 25497 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22200/tid=22204] ppid=22186 vsize=861092 CPUtime=0
/proc/22200/task/22204/stat : 22204 (java) S 22186 22186 21273 0 -1 64 2 0 0 0 0 0 0 0 23 0 8 0 220152277 881758208 25497 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22200/tid=22205] ppid=22186 vsize=861092 CPUtime=0.11
/proc/22200/task/22205/stat : 22205 (java) S 22186 22186 21273 0 -1 64 914 0 0 0 11 0 0 0 16 0 8 0 220152277 881758208 25497 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22200/tid=22206] ppid=22186 vsize=861092 CPUtime=0
/proc/22200/task/22206/stat : 22206 (java) S 22186 22186 21273 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 220152277 881758208 25497 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22200/tid=22207] ppid=22186 vsize=861092 CPUtime=0
/proc/22200/task/22207/stat : 22207 (java) S 22186 22186 21273 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 220152277 881758208 25497 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 908652

[startup+12.7849 s]
/proc/loadavg: 1.78 1.82 1.80 3/103 22207
/proc/meminfo: memFree=1402000/2055920 swapFree=4191880/4192956
[pid=22186] ppid=22184 vsize=47560 CPUtime=0.01
/proc/22186/stat : 22186 (galac.sh) S 22184 22186 21273 0 -1 4194304 763 1704 0 0 0 0 0 1 18 0 1 0 220152266 48701440 365 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 234517359450 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/22186/statm: 11890 365 247 79 0 218 0
[pid=22200] ppid=22186 vsize=861092 CPUtime=12.61
/proc/22200/stat : 22200 (java) S 22186 22186 21273 0 -1 0 33950 0 1 0 1247 14 0 0 16 0 8 0 220152270 881758208 33455 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22200/statm: 215273 33455 1996 14 0 201478 0
[pid=22200/tid=22201] ppid=22186 vsize=861092 CPUtime=9.98
/proc/22200/task/22201/stat : 22201 (java) R 22186 22186 21273 0 -1 64 25029 0 0 0 989 9 0 0 25 0 8 0 220152274 881758208 33455 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4155523582 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22200/tid=22202] ppid=22186 vsize=861092 CPUtime=0
/proc/22200/task/22202/stat : 22202 (java) S 22186 22186 21273 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 220152274 881758208 33455 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22200/tid=22203] ppid=22186 vsize=861092 CPUtime=0
/proc/22200/task/22203/stat : 22203 (java) S 22186 22186 21273 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 220152274 881758208 33455 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22200/tid=22204] ppid=22186 vsize=861092 CPUtime=0
/proc/22200/task/22204/stat : 22204 (java) S 22186 22186 21273 0 -1 64 2 0 0 0 0 0 0 0 23 0 8 0 220152277 881758208 33455 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22200/tid=22205] ppid=22186 vsize=861092 CPUtime=0.13
/proc/22200/task/22205/stat : 22205 (java) S 22186 22186 21273 0 -1 64 925 0 0 0 13 0 0 0 16 0 8 0 220152277 881758208 33455 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22200/tid=22206] ppid=22186 vsize=861092 CPUtime=0
/proc/22200/task/22206/stat : 22206 (java) S 22186 22186 21273 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 220152277 881758208 33455 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22200/tid=22207] ppid=22186 vsize=861092 CPUtime=0
/proc/22200/task/22207/stat : 22207 (java) S 22186 22186 21273 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 220152277 881758208 33455 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 908652

[startup+25.6491 s]
/proc/loadavg: 1.82 1.83 1.80 3/103 22207
/proc/meminfo: memFree=1360144/2055920 swapFree=4191880/4192956
[pid=22186] ppid=22184 vsize=47560 CPUtime=0.01
/proc/22186/stat : 22186 (galac.sh) S 22184 22186 21273 0 -1 4194304 763 1704 0 0 0 0 0 1 18 0 1 0 220152266 48701440 365 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 234517359450 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/22186/statm: 11890 365 247 79 0 218 0
[pid=22200] ppid=22186 vsize=861092 CPUtime=25.34
/proc/22200/stat : 22200 (java) R 22186 22186 21273 0 -1 0 44162 0 1 0 2515 19 0 0 25 0 8 0 220152270 881758208 43636 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073874316 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22200/statm: 215273 43636 1997 14 0 201478 0
[pid=22200/tid=22201] ppid=22186 vsize=861092 CPUtime=19.57
/proc/22200/task/22201/stat : 22201 (java) S 22186 22186 21273 0 -1 64 35193 0 0 0 1943 14 0 0 16 0 8 0 220152274 881758208 43636 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22200/tid=22202] ppid=22186 vsize=861092 CPUtime=0
/proc/22200/task/22202/stat : 22202 (java) S 22186 22186 21273 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 220152274 881758208 43636 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22200/tid=22203] ppid=22186 vsize=861092 CPUtime=0
/proc/22200/task/22203/stat : 22203 (java) S 22186 22186 21273 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 220152274 881758208 43636 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22200/tid=22204] ppid=22186 vsize=861092 CPUtime=0
/proc/22200/task/22204/stat : 22204 (java) S 22186 22186 21273 0 -1 64 2 0 0 0 0 0 0 0 23 0 8 0 220152277 881758208 43636 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22200/tid=22205] ppid=22186 vsize=861092 CPUtime=0.15
/proc/22200/task/22205/stat : 22205 (java) S 22186 22186 21273 0 -1 64 938 0 0 0 15 0 0 0 15 0 8 0 220152277 881758208 43636 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22200/tid=22206] ppid=22186 vsize=861092 CPUtime=0
/proc/22200/task/22206/stat : 22206 (java) S 22186 22186 21273 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 220152277 881758208 43636 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22200/tid=22207] ppid=22186 vsize=861092 CPUtime=0
/proc/22200/task/22207/stat : 22207 (java) S 22186 22186 21273 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 220152277 881758208 43636 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.35
Current children cumulated vsize (KiB) 908652

[startup+51.2954 s]
/proc/loadavg: 1.88 1.84 1.80 3/103 22207
/proc/meminfo: memFree=1258064/2055920 swapFree=4191880/4192956
[pid=22186] ppid=22184 vsize=47560 CPUtime=0.01
/proc/22186/stat : 22186 (galac.sh) S 22184 22186 21273 0 -1 4194304 763 1704 0 0 0 0 0 1 18 0 1 0 220152266 48701440 365 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 234517359450 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/22186/statm: 11890 365 247 79 0 218 0
[pid=22200] ppid=22186 vsize=861092 CPUtime=50.71
/proc/22200/stat : 22200 (java) R 22186 22186 21273 0 -1 0 57314 0 3 0 5038 33 0 0 25 0 8 0 220152270 881758208 56753 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073758200 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22200/statm: 215273 56753 2018 14 0 201478 0
[pid=22200/tid=22201] ppid=22186 vsize=861092 CPUtime=19.77
/proc/22200/task/22201/stat : 22201 (java) S 22186 22186 21273 0 -1 64 41230 0 0 0 1960 17 0 0 16 0 8 0 220152274 881758208 56753 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22200/tid=22202] ppid=22186 vsize=861092 CPUtime=0
/proc/22200/task/22202/stat : 22202 (java) S 22186 22186 21273 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 220152274 881758208 56753 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22200/tid=22203] ppid=22186 vsize=861092 CPUtime=0
/proc/22200/task/22203/stat : 22203 (java) S 22186 22186 21273 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 220152274 881758208 56753 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22200/tid=22204] ppid=22186 vsize=861092 CPUtime=0
/proc/22200/task/22204/stat : 22204 (java) S 22186 22186 21273 0 -1 64 2 0 0 0 0 0 0 0 23 0 8 0 220152277 881758208 56753 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22200/tid=22205] ppid=22186 vsize=861092 CPUtime=0.24
/proc/22200/task/22205/stat : 22205 (java) S 22186 22186 21273 0 -1 64 988 0 0 0 23 1 0 0 16 0 8 0 220152277 881758208 56753 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22200/tid=22206] ppid=22186 vsize=861092 CPUtime=0
/proc/22200/task/22206/stat : 22206 (java) S 22186 22186 21273 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 220152277 881758208 56753 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22200/tid=22207] ppid=22186 vsize=861092 CPUtime=0
/proc/22200/task/22207/stat : 22207 (java) S 22186 22186 21273 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 220152277 881758208 56753 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.72
Current children cumulated vsize (KiB) 908652

[startup+102.581 s]
/proc/loadavg: 1.95 1.86 1.81 3/103 22207
/proc/meminfo: memFree=1197968/2055920 swapFree=4191880/4192956
[pid=22186] ppid=22184 vsize=47560 CPUtime=0.01

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

[startup+1123.76 s]
/proc/loadavg: 2.00 2.00 1.91 3/96 22410
/proc/meminfo: memFree=416272/2055920 swapFree=4191880/4192956
[pid=22186] ppid=22184 vsize=47560 CPUtime=104.2
/proc/22186/stat : 22186 (galac.sh) S 22184 22186 21273 0 -1 4194304 801 59216 0 3 0 0 10363 57 17 0 1 0 220152266 48701440 365 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 234517359450 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/22186/statm: 11890 365 247 79 0 218 0
[pid=22208] ppid=22186 vsize=639628 CPUtime=1017.84
/proc/22208/stat : 22208 (minisat) R 22186 22186 21273 0 -1 4194304 157059 0 0 0 101667 117 0 0 25 0 1 0 220162812 654979072 157041 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529453 0 0 4096 3 0 0 0 17 1 0 0
/proc/22208/statm: 159907 157041 54 142 0 159763 0
Current children cumulated CPU time (s) 1122.04
Current children cumulated vsize (KiB) 687188

[startup+1183.83 s]
/proc/loadavg: 2.00 2.00 1.91 3/96 22410
/proc/meminfo: memFree=401552/2055920 swapFree=4191880/4192956
[pid=22186] ppid=22184 vsize=47560 CPUtime=104.2
/proc/22186/stat : 22186 (galac.sh) S 22184 22186 21273 0 -1 4194304 801 59216 0 3 0 0 10363 57 17 0 1 0 220152266 48701440 365 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 234517359450 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/22186/statm: 11890 365 247 79 0 218 0
[pid=22208] ppid=22186 vsize=654512 CPUtime=1077.9
/proc/22208/stat : 22208 (minisat) R 22186 22186 21273 0 -1 4194304 160749 0 0 0 107669 121 0 0 25 0 1 0 220162812 670220288 160731 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529506 0 0 4096 3 0 0 0 17 1 0 0
/proc/22208/statm: 163628 160731 54 142 0 163484 0
Current children cumulated CPU time (s) 1182.1
Current children cumulated vsize (KiB) 702072

[startup+1243.93 s]
/proc/loadavg: 2.00 2.00 1.91 3/96 22410
/proc/meminfo: memFree=388496/2055920 swapFree=4191880/4192956
[pid=22186] ppid=22184 vsize=47560 CPUtime=104.2
/proc/22186/stat : 22186 (galac.sh) S 22184 22186 21273 0 -1 4194304 801 59216 0 3 0 0 10363 57 17 0 1 0 220152266 48701440 365 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 234517359450 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/22186/statm: 11890 365 247 79 0 218 0
[pid=22208] ppid=22186 vsize=667996 CPUtime=1137.97
/proc/22208/stat : 22208 (minisat) R 22186 22186 21273 0 -1 4194304 163979 0 0 0 113674 123 0 0 25 0 1 0 220162812 684027904 163961 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529414 0 0 4096 3 0 0 0 17 1 0 0
/proc/22208/statm: 166999 163961 54 142 0 166855 0
Current children cumulated CPU time (s) 1242.17
Current children cumulated vsize (KiB) 715556

[startup+1303.98 s]
/proc/loadavg: 2.00 2.00 1.91 3/96 22410
/proc/meminfo: memFree=371728/2055920 swapFree=4191880/4192956
[pid=22186] ppid=22184 vsize=47560 CPUtime=104.2
/proc/22186/stat : 22186 (galac.sh) S 22184 22186 21273 0 -1 4194304 801 59216 0 3 0 0 10363 57 17 0 1 0 220152266 48701440 365 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 234517359450 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/22186/statm: 11890 365 247 79 0 218 0
[pid=22208] ppid=22186 vsize=679180 CPUtime=1198.01
/proc/22208/stat : 22208 (minisat) R 22186 22186 21273 0 -1 4194304 166711 0 0 0 119674 127 0 0 25 0 1 0 220162812 695480320 166693 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/22208/statm: 169795 166693 54 142 0 169651 0
Current children cumulated CPU time (s) 1302.21
Current children cumulated vsize (KiB) 726740

[startup+1364.05 s]
/proc/loadavg: 2.00 2.00 1.91 3/96 22410
/proc/meminfo: memFree=363152/2055920 swapFree=4191880/4192956
[pid=22186] ppid=22184 vsize=47560 CPUtime=104.2
/proc/22186/stat : 22186 (galac.sh) S 22184 22186 21273 0 -1 4194304 801 59216 0 3 0 0 10363 57 17 0 1 0 220152266 48701440 365 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 234517359450 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/22186/statm: 11890 365 247 79 0 218 0
[pid=22208] ppid=22186 vsize=688168 CPUtime=1258.07
/proc/22208/stat : 22208 (minisat) R 22186 22186 21273 0 -1 4194304 168861 0 0 0 125678 129 0 0 25 0 1 0 220162812 704684032 168843 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/22208/statm: 172042 168843 54 142 0 171898 0
Current children cumulated CPU time (s) 1362.27
Current children cumulated vsize (KiB) 735728

[startup+1424.13 s]
/proc/loadavg: 2.00 2.00 1.91 3/96 22410
/proc/meminfo: memFree=348496/2055920 swapFree=4191880/4192956
[pid=22186] ppid=22184 vsize=47560 CPUtime=104.2
/proc/22186/stat : 22186 (galac.sh) S 22184 22186 21273 0 -1 4194304 801 59216 0 3 0 0 10363 57 17 0 1 0 220152266 48701440 365 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 234517359450 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/22186/statm: 11890 365 247 79 0 218 0
[pid=22208] ppid=22186 vsize=703760 CPUtime=1318.13
/proc/22208/stat : 22208 (minisat) R 22186 22186 21273 0 -1 4194304 172568 0 0 0 131681 132 0 0 25 0 1 0 220162812 720650240 172533 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/22208/statm: 175940 172533 54 142 0 175796 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 751320

[startup+1484.21 s]
/proc/loadavg: 2.00 2.00 1.91 3/96 22410
/proc/meminfo: memFree=336272/2055920 swapFree=4191880/4192956
[pid=22186] ppid=22184 vsize=47560 CPUtime=104.2
/proc/22186/stat : 22186 (galac.sh) S 22184 22186 21273 0 -1 4194304 801 59216 0 3 0 0 10363 57 17 0 1 0 220152266 48701440 365 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 234517359450 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/22186/statm: 11890 365 247 79 0 218 0
[pid=22208] ppid=22186 vsize=716120 CPUtime=1378.2
/proc/22208/stat : 22208 (minisat) R 22186 22186 21273 0 -1 4194304 175595 0 0 0 137686 134 0 0 25 0 1 0 220162812 733306880 175552 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/22208/statm: 179030 175552 54 142 0 178886 0
Current children cumulated CPU time (s) 1482.4
Current children cumulated vsize (KiB) 763680

[startup+1544.28 s]
/proc/loadavg: 2.00 2.00 1.91 3/96 22410
/proc/meminfo: memFree=323024/2055920 swapFree=4191880/4192956
[pid=22186] ppid=22184 vsize=47560 CPUtime=104.2
/proc/22186/stat : 22186 (galac.sh) S 22184 22186 21273 0 -1 4194304 801 59216 0 3 0 0 10363 57 17 0 1 0 220152266 48701440 365 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 234517359450 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/22186/statm: 11890 365 247 79 0 218 0
[pid=22208] ppid=22186 vsize=729356 CPUtime=1438.25
/proc/22208/stat : 22208 (minisat) R 22186 22186 21273 0 -1 4194304 178895 0 0 0 143688 137 0 0 25 0 1 0 220162812 746860544 178852 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/22208/statm: 182339 178852 54 142 0 182195 0
Current children cumulated CPU time (s) 1542.45
Current children cumulated vsize (KiB) 776916

[startup+1604.37 s]
/proc/loadavg: 2.00 2.00 1.91 3/96 22410
/proc/meminfo: memFree=306896/2055920 swapFree=4191880/4192956
[pid=22186] ppid=22184 vsize=47560 CPUtime=104.2
/proc/22186/stat : 22186 (galac.sh) S 22184 22186 21273 0 -1 4194304 801 59216 0 3 0 0 10363 57 17 0 1 0 220152266 48701440 365 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 234517359450 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/22186/statm: 11890 365 247 79 0 218 0
[pid=22208] ppid=22186 vsize=746368 CPUtime=1498.33
/proc/22208/stat : 22208 (minisat) R 22186 22186 21273 0 -1 4194304 182921 0 0 0 149692 141 0 0 25 0 1 0 220162812 764280832 182861 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/22208/statm: 186592 182861 54 142 0 186448 0
Current children cumulated CPU time (s) 1602.53
Current children cumulated vsize (KiB) 793928

[startup+1664.44 s]
/proc/loadavg: 2.06 2.01 1.91 3/96 22410
/proc/meminfo: memFree=291344/2055920 swapFree=4191880/4192956
[pid=22186] ppid=22184 vsize=47560 CPUtime=104.2
/proc/22186/stat : 22186 (galac.sh) S 22184 22186 21273 0 -1 4194304 801 59216 0 3 0 0 10363 57 17 0 1 0 220152266 48701440 365 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 234517359450 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/22186/statm: 11890 365 247 79 0 218 0
[pid=22208] ppid=22186 vsize=762812 CPUtime=1558.39
/proc/22208/stat : 22208 (minisat) R 22186 22186 21273 0 -1 4194304 186779 0 0 0 155695 144 0 0 25 0 1 0 220162812 781119488 186719 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/22208/statm: 190703 186719 54 142 0 190559 0
Current children cumulated CPU time (s) 1662.59
Current children cumulated vsize (KiB) 810372

[startup+1724.53 s]
/proc/loadavg: 1.51 1.87 1.87 2/79 22880
/proc/meminfo: memFree=974432/2055920 swapFree=4191880/4192956
[pid=22186] ppid=22184 vsize=47560 CPUtime=104.2
/proc/22186/stat : 22186 (galac.sh) S 22184 22186 21273 0 -1 4194304 801 59216 0 3 0 0 10363 57 17 0 1 0 220152266 48701440 365 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 234517359450 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/22186/statm: 11890 365 247 79 0 218 0
[pid=22208] ppid=22186 vsize=773616 CPUtime=1618.39
/proc/22208/stat : 22208 (minisat) R 22186 22186 21273 0 -1 4194304 189392 0 0 0 161693 146 0 0 25 0 1 0 220162812 792182784 189332 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134525808 0 0 4096 3 0 0 0 17 1 0 0
/proc/22208/statm: 193404 189332 54 142 0 193260 0
Current children cumulated CPU time (s) 1722.59
Current children cumulated vsize (KiB) 821176

[startup+1784.6 s]
/proc/loadavg: 1.17 1.70 1.81 2/79 22880
/proc/meminfo: memFree=956128/2055920 swapFree=4191880/4192956
[pid=22186] ppid=22184 vsize=47560 CPUtime=104.2
/proc/22186/stat : 22186 (galac.sh) S 22184 22186 21273 0 -1 4194304 801 59216 0 3 0 0 10363 57 17 0 1 0 220152266 48701440 365 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 234517359450 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/22186/statm: 11890 365 247 79 0 218 0
[pid=22208] ppid=22186 vsize=791824 CPUtime=1678.45
/proc/22208/stat : 22208 (minisat) R 22186 22186 21273 0 -1 4194304 193883 0 0 0 167694 151 0 0 25 0 1 0 220162812 810827776 193823 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529430 0 0 4096 3 0 0 0 17 1 0 0
/proc/22208/statm: 197956 193823 54 142 0 197812 0
Current children cumulated CPU time (s) 1782.65
Current children cumulated vsize (KiB) 839384



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1802.02 s]
/proc/loadavg: 1.13 1.66 1.79 2/79 22880
/proc/meminfo: memFree=949920/2055920 swapFree=4191880/4192956
[pid=22186] ppid=22184 vsize=47560 CPUtime=104.2
/proc/22186/stat : 22186 (galac.sh) S 22184 22186 21273 0 -1 4194304 801 59216 0 3 0 0 10363 57 17 0 1 0 220152266 48701440 365 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 234517359450 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/22186/statm: 11890 365 247 79 0 218 0
[pid=22208] ppid=22186 vsize=798320 CPUtime=1695.87
/proc/22208/stat : 22208 (minisat) R 22186 22186 21273 0 -1 4194304 195408 0 0 0 169434 153 0 0 25 0 1 0 220162812 817479680 195348 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/22208/statm: 199580 195348 54 142 0 199436 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 845880

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 22186 and gives childrusage.ru_utime.tv_sec=103 childrusage.ru_utime.tv_usec=640244 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=587910
CPU time returned by wait4() is 104.228
while last known CPU time is 0

Using last known CPU time as value...

Real time (s): 1802.03
CPU time (s): 0
CPU user time (s): 0
CPU system time (s): 0
CPU usage (%): 0
Max. virtual memory (cumulated for all children) (KiB): 908840

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 103.64
system time used= 0.58791
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 60017
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4292
involuntary context switches= 8893

runsolver used 1.9827 s user time and 5.71313 s system time

The end

Launcher Data (download as text)

Begin job on node72 on Sat Jan 13 19:43:53 UTC 2007


IDJOB= 234459
IDBENCH= 6689
IDSOLVER= 78
FILE ID= node72/234459-1168717433

PBS_JOBID= 3547579

Free space on /tmp= 66557 MiB

SOLVER NAME= galac 1
BENCH NAME= HOME/pub/bench/CPAI06/taillard/os-taillard-5/os-taillard-5-95-2.xml
COMMAND LINE= /tmp/evaluation/234459-1168717433/galac.sh /tmp/evaluation/234459-1168717433/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node72/watcher-234459-1168717433 -o ROOT/results/node72/solver-234459-1168717433 -C 1800 -M 900  /tmp/evaluation/234459-1168717433/galac.sh /tmp/evaluation/234459-1168717433/unknown.xml

META MD5SUM SOLVER= d8bf20eb49fe33822f00bab08f33d7fc
MD5SUM BENCH=  581bd298a554a245f5f89dd0c5a8e177

RANDOM SEED= 525083860

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.223
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.223
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:       1528112 kB
Buffers:         38408 kB
Cached:         135948 kB
SwapCached:        268 kB
Active:         369236 kB
Inactive:        87200 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1528112 kB
SwapTotal:     4192956 kB
SwapFree:      4191880 kB
Dirty:            3160 kB
Writeback:           0 kB
Mapped:         308416 kB
Slab:            55464 kB
Committed_AS:  5035616 kB
PageTables:       2820 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= 66524 MiB



End job on node72 on Sat Jan 13 20:14:00 UTC 2007