Trace number 207885

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 1819.45

General information on the benchmark

NametravellingSalesman/travellingSalesman-25/
tsp-25-312_ext.xml
MD5SUM18cb898c6d4e9c374a0c354fbac95ecf
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark55.6755
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables76
Number of constraints350
Maximum constraint arity3
Maximum domain size1001
Number of constraints which are defined in extension350
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 ---
0.90	c start processing
0.90	c start relation processing
2.38	c start cnf exporting
299.09	c parsing time : 0.74
299.09	c preprocessing time : 298.928
299.09	
299.09	c Nary constraints - conflicts : 0 supports : 25
299.09	c Binary constraints - conflicts : 300 supports :25
299.09	c max arity constraint : 3
299.09	c Max Tuples generated 0
299.09	c relations : 28
299.09	c relations BDD: 2
299.09	c vars : 474816 - clauses :  14724416
299.09	
299.13	 
299.13	c --- Minisat Stats ---
299.13	 

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/node22/watcher-207885-1168183716 -o ROOT/results/node22/solver-207885-1168183716 -C 1800 -M 900 /tmp/evaluation/207885-1168183716/galac.sh /tmp/evaluation/207885-1168183716/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.88 2.06 1.95 5/86 8368
/proc/meminfo: memFree=1324416/2055920 swapFree=4157532/4192956
[pid=8367] ppid=8365 vsize=6344 CPUtime=0
/proc/8367/stat : 8367 (galac.sh) R 8365 8367 8016 0 -1 4194304 258 0 0 0 0 0 0 0 21 0 1 0 166766029 6496256 213 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 182894161472 0 0 4096 8192 0 0 0 17 1 0 0
/proc/8367/statm: 1586 213 163 79 0 122 0

[startup+0.105333 s]
/proc/loadavg: 1.88 2.06 1.95 5/86 8368
/proc/meminfo: memFree=1324416/2055920 swapFree=4157532/4192956
[pid=8367] ppid=8365 vsize=47580 CPUtime=0.01
/proc/8367/stat : 8367 (galac.sh) S 8365 8367 8016 0 -1 4194304 760 1704 0 0 0 0 0 1 24 0 1 0 166766029 48721920 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 272467422042 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8367/statm: 11895 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47580

[startup+0.513394 s]
/proc/loadavg: 1.88 2.06 1.95 5/86 8368
/proc/meminfo: memFree=1324416/2055920 swapFree=4157532/4192956
[pid=8367] ppid=8365 vsize=47580 CPUtime=0.01
/proc/8367/stat : 8367 (galac.sh) S 8365 8367 8016 0 -1 4194304 760 1704 0 0 0 0 0 1 24 0 1 0 166766029 48721920 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 272467422042 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8367/statm: 11895 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47580

[startup+1.33552 s]
/proc/loadavg: 1.88 2.06 1.95 2/89 8388
/proc/meminfo: memFree=1350248/2055920 swapFree=4157532/4192956
[pid=8367] ppid=8365 vsize=47580 CPUtime=0.01
/proc/8367/stat : 8367 (galac.sh) S 8365 8367 8016 0 -1 4194304 760 1704 0 0 0 0 0 1 24 0 1 0 166766029 48721920 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 272467422042 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8367/statm: 11895 363 245 79 0 218 0
[pid=8381] ppid=8367 vsize=861068 CPUtime=1.28
/proc/8381/stat : 8381 (java) R 8367 8367 8016 0 -1 0 14610 0 1 0 119 9 0 0 16 0 8 0 166766032 881733632 14364 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4074023194 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8381/statm: 215267 14364 1968 14 0 201472 0
[pid=8381/tid=8382] ppid=8367 vsize=861068 CPUtime=0
/proc/8381/task/8382/stat : 8382 (java) S 8367 8367 8016 0 -1 64 6 0 0 0 0 0 0 0 16 0 8 0 166766036 881733632 14364 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8381/tid=8383] ppid=8367 vsize=861068 CPUtime=0
/proc/8381/task/8383/stat : 8383 (java) S 8367 8367 8016 0 -1 64 11 0 0 0 0 0 0 0 19 0 8 0 166766036 881733632 14364 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8381/tid=8384] ppid=8367 vsize=861068 CPUtime=0
/proc/8381/task/8384/stat : 8384 (java) S 8367 8367 8016 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 166766036 881733632 14364 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8381/tid=8385] ppid=8367 vsize=861068 CPUtime=0
/proc/8381/task/8385/stat : 8385 (java) S 8367 8367 8016 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 166766040 881733632 14364 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8381/tid=8386] ppid=8367 vsize=861068 CPUtime=0.23
/proc/8381/task/8386/stat : 8386 (java) S 8367 8367 8016 0 -1 64 968 0 0 0 23 0 0 0 16 0 8 0 166766040 881733632 14364 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8381/tid=8387] ppid=8367 vsize=861068 CPUtime=0
/proc/8381/task/8387/stat : 8387 (java) S 8367 8367 8016 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 166766040 881733632 14364 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8381/tid=8388] ppid=8367 vsize=861068 CPUtime=0
/proc/8381/task/8388/stat : 8388 (java) S 8367 8367 8016 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 166766040 881733632 14364 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 908648

[startup+2.98877 s]
/proc/loadavg: 1.88 2.06 1.95 2/89 8399
/proc/meminfo: memFree=1350824/2055920 swapFree=4157532/4192956
[pid=8367] ppid=8365 vsize=47580 CPUtime=0.01
/proc/8367/stat : 8367 (galac.sh) S 8365 8367 8016 0 -1 4194304 760 1704 0 0 0 0 0 1 24 0 1 0 166766029 48721920 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 272467422042 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8367/statm: 11895 363 245 79 0 218 0
[pid=8381] ppid=8367 vsize=861068 CPUtime=2.93
/proc/8381/stat : 8381 (java) R 8367 8367 8016 0 -1 0 23337 0 1 0 279 14 0 0 17 0 8 0 166766032 881733632 23089 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4074078831 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8381/statm: 215267 23089 1996 14 0 201472 0
[pid=8381/tid=8382] ppid=8367 vsize=861068 CPUtime=0.11
/proc/8381/task/8382/stat : 8382 (java) S 8367 8367 8016 0 -1 64 7380 0 0 0 8 3 0 0 16 0 8 0 166766036 881733632 23089 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8381/tid=8383] ppid=8367 vsize=861068 CPUtime=0
/proc/8381/task/8383/stat : 8383 (java) S 8367 8367 8016 0 -1 64 12 0 0 0 0 0 0 0 15 0 8 0 166766036 881733632 23089 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8381/tid=8384] ppid=8367 vsize=861068 CPUtime=0
/proc/8381/task/8384/stat : 8384 (java) S 8367 8367 8016 0 -1 64 7 0 0 0 0 0 0 0 16 0 8 0 166766036 881733632 23089 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8381/tid=8385] ppid=8367 vsize=861068 CPUtime=0
/proc/8381/task/8385/stat : 8385 (java) S 8367 8367 8016 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 166766040 881733632 23089 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8381/tid=8386] ppid=8367 vsize=861068 CPUtime=0.32
/proc/8381/task/8386/stat : 8386 (java) S 8367 8367 8016 0 -1 64 1028 0 0 0 31 1 0 0 16 0 8 0 166766040 881733632 23089 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8381/tid=8387] ppid=8367 vsize=861068 CPUtime=0
/proc/8381/task/8387/stat : 8387 (java) S 8367 8367 8016 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 166766040 881733632 23089 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8381/tid=8388] ppid=8367 vsize=861068 CPUtime=0
/proc/8381/task/8388/stat : 8388 (java) S 8367 8367 8016 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 166766040 881733632 23089 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 908648

[startup+6.27928 s]
/proc/loadavg: 1.81 2.04 1.94 4/105 8439
/proc/meminfo: memFree=1292264/2055920 swapFree=4157532/4192956
[pid=8367] ppid=8365 vsize=47580 CPUtime=0.01
/proc/8367/stat : 8367 (galac.sh) S 8365 8367 8016 0 -1 4194304 760 1704 0 0 0 0 0 1 24 0 1 0 166766029 48721920 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 272467422042 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8367/statm: 11895 363 245 79 0 218 0
[pid=8381] ppid=8367 vsize=861068 CPUtime=6.2
/proc/8381/stat : 8381 (java) R 8367 8367 8016 0 -1 0 24664 0 1 0 603 17 0 0 25 0 8 0 166766032 881733632 24410 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4074170521 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8381/statm: 215267 24410 1996 14 0 201472 0
[pid=8381/tid=8382] ppid=8367 vsize=861068 CPUtime=0.15
/proc/8381/task/8382/stat : 8382 (java) S 8367 8367 8016 0 -1 64 8701 0 0 0 12 3 0 0 16 0 8 0 166766036 881733632 24410 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8381/tid=8383] ppid=8367 vsize=861068 CPUtime=0
/proc/8381/task/8383/stat : 8383 (java) S 8367 8367 8016 0 -1 64 12 0 0 0 0 0 0 0 15 0 8 0 166766036 881733632 24410 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8381/tid=8384] ppid=8367 vsize=861068 CPUtime=0
/proc/8381/task/8384/stat : 8384 (java) S 8367 8367 8016 0 -1 64 7 0 0 0 0 0 0 0 16 0 8 0 166766036 881733632 24410 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8381/tid=8385] ppid=8367 vsize=861068 CPUtime=0
/proc/8381/task/8385/stat : 8385 (java) S 8367 8367 8016 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 166766040 881733632 24410 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8381/tid=8386] ppid=8367 vsize=861068 CPUtime=0.32
/proc/8381/task/8386/stat : 8386 (java) S 8367 8367 8016 0 -1 64 1028 0 0 0 31 1 0 0 16 0 8 0 166766040 881733632 24410 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8381/tid=8387] ppid=8367 vsize=861068 CPUtime=0
/proc/8381/task/8387/stat : 8387 (java) S 8367 8367 8016 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 166766040 881733632 24410 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8381/tid=8388] ppid=8367 vsize=861068 CPUtime=0
/proc/8381/task/8388/stat : 8388 (java) S 8367 8367 8016 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 166766040 881733632 24410 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 908648

[startup+12.7611 s]
/proc/loadavg: 1.82 2.04 1.94 3/105 8439
/proc/meminfo: memFree=1059056/2055920 swapFree=4157532/4192956
[pid=8367] ppid=8365 vsize=47580 CPUtime=0.01
/proc/8367/stat : 8367 (galac.sh) S 8365 8367 8016 0 -1 4194304 760 1704 0 0 0 0 0 1 24 0 1 0 166766029 48721920 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 272467422042 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8367/statm: 11895 363 245 79 0 218 0
[pid=8381] ppid=8367 vsize=861068 CPUtime=12.05
/proc/8381/stat : 8381 (java) R 8367 8367 8016 0 -1 0 24676 0 1 0 1187 18 0 0 25 0 8 0 166766032 881733632 24410 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4074182928 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8381/statm: 215267 24410 1996 14 0 201472 0
[pid=8381/tid=8382] ppid=8367 vsize=861068 CPUtime=0.16
/proc/8381/task/8382/stat : 8382 (java) S 8367 8367 8016 0 -1 64 8701 0 0 0 13 3 0 0 16 0 8 0 166766036 881733632 24410 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8381/tid=8383] ppid=8367 vsize=861068 CPUtime=0
/proc/8381/task/8383/stat : 8383 (java) S 8367 8367 8016 0 -1 64 12 0 0 0 0 0 0 0 15 0 8 0 166766036 881733632 24410 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8381/tid=8384] ppid=8367 vsize=861068 CPUtime=0
/proc/8381/task/8384/stat : 8384 (java) S 8367 8367 8016 0 -1 64 7 0 0 0 0 0 0 0 16 0 8 0 166766036 881733632 24410 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8381/tid=8385] ppid=8367 vsize=861068 CPUtime=0
/proc/8381/task/8385/stat : 8385 (java) S 8367 8367 8016 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 166766040 881733632 24410 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8381/tid=8386] ppid=8367 vsize=861068 CPUtime=0.32
/proc/8381/task/8386/stat : 8386 (java) S 8367 8367 8016 0 -1 64 1028 0 0 0 31 1 0 0 16 0 8 0 166766040 881733632 24410 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8381/tid=8387] ppid=8367 vsize=861068 CPUtime=0
/proc/8381/task/8387/stat : 8387 (java) S 8367 8367 8016 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 166766040 881733632 24410 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8381/tid=8388] ppid=8367 vsize=861068 CPUtime=0
/proc/8381/task/8388/stat : 8388 (java) S 8367 8367 8016 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 166766040 881733632 24410 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.06
Current children cumulated vsize (KiB) 908648

[startup+25.6461 s]
/proc/loadavg: 1.93 2.05 1.95 3/105 8439
/proc/meminfo: memFree=844464/2055920 swapFree=4157532/4192956
[pid=8367] ppid=8365 vsize=47580 CPUtime=0.01
/proc/8367/stat : 8367 (galac.sh) S 8365 8367 8016 0 -1 4194304 760 1704 0 0 0 0 0 1 24 0 1 0 166766029 48721920 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 272467422042 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8367/statm: 11895 363 245 79 0 218 0
[pid=8381] ppid=8367 vsize=861068 CPUtime=24.34
/proc/8381/stat : 8381 (java) R 8367 8367 8016 0 -1 0 24700 0 1 0 2411 23 0 0 25 0 8 0 166766032 881733632 24410 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4074095489 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8381/statm: 215267 24410 1996 14 0 201472 0
[pid=8381/tid=8382] ppid=8367 vsize=861068 CPUtime=0.18
/proc/8381/task/8382/stat : 8382 (java) S 8367 8367 8016 0 -1 64 8701 0 0 0 14 4 0 0 16 0 8 0 166766036 881733632 24410 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8381/tid=8383] ppid=8367 vsize=861068 CPUtime=0
/proc/8381/task/8383/stat : 8383 (java) S 8367 8367 8016 0 -1 64 12 0 0 0 0 0 0 0 15 0 8 0 166766036 881733632 24410 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8381/tid=8384] ppid=8367 vsize=861068 CPUtime=0
/proc/8381/task/8384/stat : 8384 (java) S 8367 8367 8016 0 -1 64 7 0 0 0 0 0 0 0 16 0 8 0 166766036 881733632 24410 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8381/tid=8385] ppid=8367 vsize=861068 CPUtime=0
/proc/8381/task/8385/stat : 8385 (java) S 8367 8367 8016 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 166766040 881733632 24410 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8381/tid=8386] ppid=8367 vsize=861068 CPUtime=0.32
/proc/8381/task/8386/stat : 8386 (java) S 8367 8367 8016 0 -1 64 1028 0 0 0 31 1 0 0 17 0 8 0 166766040 881733632 24410 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8381/tid=8387] ppid=8367 vsize=861068 CPUtime=0
/proc/8381/task/8387/stat : 8387 (java) S 8367 8367 8016 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 166766040 881733632 24410 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8381/tid=8388] ppid=8367 vsize=861068 CPUtime=0
/proc/8381/task/8388/stat : 8388 (java) S 8367 8367 8016 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 166766040 881733632 24410 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.35
Current children cumulated vsize (KiB) 908648

[startup+51.275 s]
/proc/loadavg: 1.96 2.05 1.95 3/105 8439
/proc/meminfo: memFree=823216/2055920 swapFree=4157532/4192956
[pid=8367] ppid=8365 vsize=47580 CPUtime=0.01
/proc/8367/stat : 8367 (galac.sh) S 8365 8367 8016 0 -1 4194304 760 1704 0 0 0 0 0 1 24 0 1 0 166766029 48721920 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 272467422042 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8367/statm: 11895 363 245 79 0 218 0
[pid=8381] ppid=8367 vsize=861068 CPUtime=49.77
/proc/8381/stat : 8381 (java) R 8367 8367 8016 0 -1 0 24751 0 1 0 4942 35 0 0 25 0 8 0 166766032 881733632 24410 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4074106963 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8381/statm: 215267 24410 1996 14 0 201472 0
[pid=8381/tid=8382] ppid=8367 vsize=861068 CPUtime=0.2
/proc/8381/task/8382/stat : 8382 (java) S 8367 8367 8016 0 -1 64 8701 0 0 0 16 4 0 0 16 0 8 0 166766036 881733632 24410 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8381/tid=8383] ppid=8367 vsize=861068 CPUtime=0
/proc/8381/task/8383/stat : 8383 (java) S 8367 8367 8016 0 -1 64 12 0 0 0 0 0 0 0 15 0 8 0 166766036 881733632 24410 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8381/tid=8384] ppid=8367 vsize=861068 CPUtime=0
/proc/8381/task/8384/stat : 8384 (java) S 8367 8367 8016 0 -1 64 7 0 0 0 0 0 0 0 16 0 8 0 166766036 881733632 24410 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8381/tid=8385] ppid=8367 vsize=861068 CPUtime=0
/proc/8381/task/8385/stat : 8385 (java) S 8367 8367 8016 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 166766040 881733632 24410 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8381/tid=8386] ppid=8367 vsize=861068 CPUtime=0.32
/proc/8381/task/8386/stat : 8386 (java) S 8367 8367 8016 0 -1 64 1028 0 0 0 31 1 0 0 17 0 8 0 166766040 881733632 24410 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8381/tid=8387] ppid=8367 vsize=861068 CPUtime=0
/proc/8381/task/8387/stat : 8387 (java) S 8367 8367 8016 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 166766040 881733632 24410 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8381/tid=8388] ppid=8367 vsize=861068 CPUtime=0
/proc/8381/task/8388/stat : 8388 (java) S 8367 8367 8016 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 166766040 881733632 24410 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 49.78
Current children cumulated vsize (KiB) 908648

[startup+102.528 s]
/proc/loadavg: 1.98 2.04 1.95 5/105 8439
/proc/meminfo: memFree=716720/2055920 swapFree=4157532/4192956
[pid=8367] ppid=8365 vsize=47580 CPUtime=0.01
/proc/8367/stat : 8367 (galac.sh) S 8365 8367 8016 0 -1 4194304 760 1704 0 0 0 0 0 1 24 0 1 0 166766029 48721920 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 272467422042 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8367/statm: 11895 363 245 79 0 218 0
[pid=8381] ppid=8367 vsize=861068 CPUtime=100.26
/proc/8381/stat : 8381 (java) R 8367 8367 8016 0 -1 0 24854 0 1 0 9967 59 0 0 25 0 8 0 166766032 881733632 24410 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4074134009 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8381/statm: 215267 24410 1996 14 0 201472 0
[pid=8381/tid=8382] ppid=8367 vsize=861068 CPUtime=0.26

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

/proc/loadavg: 2.00 2.02 2.00 3/87 8721
/proc/meminfo: memFree=770280/2055920 swapFree=4157532/4192956
[pid=8367] ppid=8365 vsize=47580 CPUtime=292.12
/proc/8367/stat : 8367 (galac.sh) S 8365 8367 8016 0 -1 4194304 798 27149 0 1 0 0 29060 152 17 0 1 0 166766029 48721920 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 272467422042 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8367/statm: 11895 363 245 79 0 218 0
[pid=8494] ppid=8367 vsize=568884 CPUtime=817.49
/proc/8494/stat : 8494 (minisat) R 8367 8367 8016 0 -1 4194304 136580 0 0 0 81646 103 0 0 25 0 1 0 166795942 582537216 136562 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/8494/statm: 142221 136562 54 142 0 142077 0
Current children cumulated CPU time (s) 1109.61
Current children cumulated vsize (KiB) 616464

[startup+1183.37 s]
/proc/loadavg: 2.00 2.01 2.00 3/87 8721
/proc/meminfo: memFree=770216/2055920 swapFree=4157532/4192956
[pid=8367] ppid=8365 vsize=47580 CPUtime=292.12
/proc/8367/stat : 8367 (galac.sh) S 8365 8367 8016 0 -1 4194304 798 27149 0 1 0 0 29060 152 17 0 1 0 166766029 48721920 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 272467422042 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8367/statm: 11895 363 245 79 0 218 0
[pid=8494] ppid=8367 vsize=568884 CPUtime=877.03
/proc/8494/stat : 8494 (minisat) R 8367 8367 8016 0 -1 4194304 136580 0 0 0 87600 103 0 0 25 0 1 0 166795942 582537216 136562 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 0 0 0
/proc/8494/statm: 142221 136562 54 142 0 142077 0
Current children cumulated CPU time (s) 1169.15
Current children cumulated vsize (KiB) 616464

[startup+1243.41 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 8721
/proc/meminfo: memFree=770216/2055920 swapFree=4157532/4192956
[pid=8367] ppid=8365 vsize=47580 CPUtime=292.12
/proc/8367/stat : 8367 (galac.sh) S 8365 8367 8016 0 -1 4194304 798 27149 0 1 0 0 29060 152 17 0 1 0 166766029 48721920 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 272467422042 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8367/statm: 11895 363 245 79 0 218 0
[pid=8494] ppid=8367 vsize=568884 CPUtime=936.58
/proc/8494/stat : 8494 (minisat) R 8367 8367 8016 0 -1 4194304 136580 0 0 0 93555 103 0 0 25 0 1 0 166795942 582537216 136562 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134525874 0 0 4096 3 0 0 0 17 0 0 0
/proc/8494/statm: 142221 136562 54 142 0 142077 0
Current children cumulated CPU time (s) 1228.7
Current children cumulated vsize (KiB) 616464

[startup+1303.45 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 8721
/proc/meminfo: memFree=770280/2055920 swapFree=4157532/4192956
[pid=8367] ppid=8365 vsize=47580 CPUtime=292.12
/proc/8367/stat : 8367 (galac.sh) S 8365 8367 8016 0 -1 4194304 798 27149 0 1 0 0 29060 152 17 0 1 0 166766029 48721920 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 272467422042 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8367/statm: 11895 363 245 79 0 218 0
[pid=8494] ppid=8367 vsize=568884 CPUtime=996.14
/proc/8494/stat : 8494 (minisat) R 8367 8367 8016 0 -1 4194304 136580 0 0 0 99511 103 0 0 25 0 1 0 166795942 582537216 136562 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134525847 0 0 4096 3 0 0 0 17 0 0 0
/proc/8494/statm: 142221 136562 54 142 0 142077 0
Current children cumulated CPU time (s) 1288.26
Current children cumulated vsize (KiB) 616464

[startup+1363.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 8721
/proc/meminfo: memFree=770216/2055920 swapFree=4157532/4192956
[pid=8367] ppid=8365 vsize=47580 CPUtime=292.12
/proc/8367/stat : 8367 (galac.sh) S 8365 8367 8016 0 -1 4194304 798 27149 0 1 0 0 29060 152 17 0 1 0 166766029 48721920 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 272467422042 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8367/statm: 11895 363 245 79 0 218 0
[pid=8494] ppid=8367 vsize=568884 CPUtime=1055.68
/proc/8494/stat : 8494 (minisat) R 8367 8367 8016 0 -1 4194304 136580 0 0 0 105465 103 0 0 25 0 1 0 166795942 582537216 136562 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 0 0 0
/proc/8494/statm: 142221 136562 54 142 0 142077 0
Current children cumulated CPU time (s) 1347.8
Current children cumulated vsize (KiB) 616464

[startup+1423.55 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 8721
/proc/meminfo: memFree=770216/2055920 swapFree=4157532/4192956
[pid=8367] ppid=8365 vsize=47580 CPUtime=292.12
/proc/8367/stat : 8367 (galac.sh) S 8365 8367 8016 0 -1 4194304 798 27149 0 1 0 0 29060 152 17 0 1 0 166766029 48721920 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 272467422042 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8367/statm: 11895 363 245 79 0 218 0
[pid=8494] ppid=8367 vsize=568884 CPUtime=1115.26
/proc/8494/stat : 8494 (minisat) R 8367 8367 8016 0 -1 4194304 136580 0 0 0 111422 104 0 0 25 0 1 0 166795942 582537216 136562 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/8494/statm: 142221 136562 54 142 0 142077 0
Current children cumulated CPU time (s) 1407.38
Current children cumulated vsize (KiB) 616464

[startup+1483.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 8721
/proc/meminfo: memFree=770216/2055920 swapFree=4157532/4192956
[pid=8367] ppid=8365 vsize=47580 CPUtime=292.12
/proc/8367/stat : 8367 (galac.sh) S 8365 8367 8016 0 -1 4194304 798 27149 0 1 0 0 29060 152 17 0 1 0 166766029 48721920 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 272467422042 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8367/statm: 11895 363 245 79 0 218 0
[pid=8494] ppid=8367 vsize=568884 CPUtime=1174.82
/proc/8494/stat : 8494 (minisat) R 8367 8367 8016 0 -1 4194304 136581 0 0 0 117378 104 0 0 25 0 1 0 166795942 582537216 136563 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529361 0 0 4096 3 0 0 0 17 0 0 0
/proc/8494/statm: 142221 136563 54 142 0 142077 0
Current children cumulated CPU time (s) 1466.94
Current children cumulated vsize (KiB) 616464

[startup+1543.65 s]
/proc/loadavg: 2.03 2.01 2.00 3/87 8721
/proc/meminfo: memFree=770216/2055920 swapFree=4157532/4192956
[pid=8367] ppid=8365 vsize=47580 CPUtime=292.12
/proc/8367/stat : 8367 (galac.sh) S 8365 8367 8016 0 -1 4194304 798 27149 0 1 0 0 29060 152 17 0 1 0 166766029 48721920 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 272467422042 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8367/statm: 11895 363 245 79 0 218 0
[pid=8494] ppid=8367 vsize=568884 CPUtime=1234.36
/proc/8494/stat : 8494 (minisat) R 8367 8367 8016 0 -1 4194304 136581 0 0 0 123332 104 0 0 25 0 1 0 166795942 582537216 136563 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134520025 0 0 4096 3 0 0 0 17 0 0 0
/proc/8494/statm: 142221 136563 54 142 0 142077 0
Current children cumulated CPU time (s) 1526.48
Current children cumulated vsize (KiB) 616464

[startup+1603.68 s]
/proc/loadavg: 2.01 2.01 2.00 3/87 8721
/proc/meminfo: memFree=770216/2055920 swapFree=4157532/4192956
[pid=8367] ppid=8365 vsize=47580 CPUtime=292.12
/proc/8367/stat : 8367 (galac.sh) S 8365 8367 8016 0 -1 4194304 798 27149 0 1 0 0 29060 152 17 0 1 0 166766029 48721920 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 272467422042 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8367/statm: 11895 363 245 79 0 218 0
[pid=8494] ppid=8367 vsize=568884 CPUtime=1293.92
/proc/8494/stat : 8494 (minisat) R 8367 8367 8016 0 -1 4194304 136581 0 0 0 129288 104 0 0 25 0 1 0 166795942 582537216 136563 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 0 0 0
/proc/8494/statm: 142221 136563 54 142 0 142077 0
Current children cumulated CPU time (s) 1586.04
Current children cumulated vsize (KiB) 616464

[startup+1663.73 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 8721
/proc/meminfo: memFree=770152/2055920 swapFree=4157532/4192956
[pid=8367] ppid=8365 vsize=47580 CPUtime=292.12
/proc/8367/stat : 8367 (galac.sh) S 8365 8367 8016 0 -1 4194304 798 27149 0 1 0 0 29060 152 17 0 1 0 166766029 48721920 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 272467422042 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8367/statm: 11895 363 245 79 0 218 0
[pid=8494] ppid=8367 vsize=568884 CPUtime=1353.46
/proc/8494/stat : 8494 (minisat) R 8367 8367 8016 0 -1 4194304 136581 0 0 0 135242 104 0 0 25 0 1 0 166795942 582537216 136563 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529268 0 0 4096 3 0 0 0 17 0 0 0
/proc/8494/statm: 142221 136563 54 142 0 142077 0
Current children cumulated CPU time (s) 1645.58
Current children cumulated vsize (KiB) 616464

[startup+1723.77 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 8721
/proc/meminfo: memFree=770216/2055920 swapFree=4157532/4192956
[pid=8367] ppid=8365 vsize=47580 CPUtime=292.12
/proc/8367/stat : 8367 (galac.sh) S 8365 8367 8016 0 -1 4194304 798 27149 0 1 0 0 29060 152 17 0 1 0 166766029 48721920 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 272467422042 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8367/statm: 11895 363 245 79 0 218 0
[pid=8494] ppid=8367 vsize=568884 CPUtime=1413
/proc/8494/stat : 8494 (minisat) R 8367 8367 8016 0 -1 4194304 136581 0 0 0 141196 104 0 0 25 0 1 0 166795942 582537216 136563 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134520089 0 0 4096 3 0 0 0 17 0 0 0
/proc/8494/statm: 142221 136563 54 142 0 142077 0
Current children cumulated CPU time (s) 1705.12
Current children cumulated vsize (KiB) 616464

[startup+1783.82 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 8721
/proc/meminfo: memFree=770216/2055920 swapFree=4157532/4192956
[pid=8367] ppid=8365 vsize=47580 CPUtime=292.12
/proc/8367/stat : 8367 (galac.sh) S 8365 8367 8016 0 -1 4194304 798 27149 0 1 0 0 29060 152 17 0 1 0 166766029 48721920 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 272467422042 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8367/statm: 11895 363 245 79 0 218 0
[pid=8494] ppid=8367 vsize=568884 CPUtime=1472.57
/proc/8494/stat : 8494 (minisat) R 8367 8367 8016 0 -1 4194304 136581 0 0 0 147153 104 0 0 25 0 1 0 166795942 582537216 136563 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 0 0 0
/proc/8494/statm: 142221 136563 54 142 0 142077 0
Current children cumulated CPU time (s) 1764.69
Current children cumulated vsize (KiB) 616464



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1819.44 s]
/proc/loadavg: 2.08 2.02 2.01 3/87 8721
/proc/meminfo: memFree=770152/2055920 swapFree=4157532/4192956
[pid=8367] ppid=8365 vsize=47580 CPUtime=292.12
/proc/8367/stat : 8367 (galac.sh) S 8365 8367 8016 0 -1 4194304 798 27149 0 1 0 0 29060 152 17 0 1 0 166766029 48721920 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 272467422042 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8367/statm: 11895 363 245 79 0 218 0
[pid=8494] ppid=8367 vsize=568884 CPUtime=1507.88
/proc/8494/stat : 8494 (minisat) R 8367 8367 8016 0 -1 4194304 136581 0 0 0 150684 104 0 0 25 0 1 0 166795942 582537216 136563 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 0 0 0
/proc/8494/statm: 142221 136563 54 142 0 142077 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 616464

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 8367 and gives childrusage.ru_utime.tv_sec=290 childrusage.ru_utime.tv_usec=608820 childrusage.ru_stime.tv_sec=1 childrusage.ru_stime.tv_usec=530767
CPU time returned by wait4() is 292.14
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): 1819.45
CPU time (s): 1800
CPU user time (s): 1797.44
CPU system time (s): 2.56
CPU usage (%): 98.931
Max. virtual memory (cumulated for all children) (KiB): 908648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 290.609
system time used= 1.53077
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27947
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= 10536
involuntary context switches= 16578

runsolver used 1.73574 s user time and 4.96824 s system time

The end

Launcher Data (download as text)

Begin job on node22 on Sun Jan  7 15:28:36 UTC 2007


IDJOB= 207885
IDBENCH= 4341
FILE ID= node22/207885-1168183716

PBS_JOBID= 3479201

Free space on /tmp= 66549 MiB

BENCH NAME= HOME/pub/bench/CPAI06/travellingSalesman/travellingSalesman-25/tsp-25-312_ext.xml
COMMAND LINE= /tmp/evaluation/207885-1168183716/galac.sh /tmp/evaluation/207885-1168183716/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node22/watcher-207885-1168183716 -o ROOT/results/node22/solver-207885-1168183716 -C 1800 -M 900  /tmp/evaluation/207885-1168183716/galac.sh /tmp/evaluation/207885-1168183716/unknown.xml

META MD5SUM SOLVER= d8bf20eb49fe33822f00bab08f33d7fc
MD5SUM BENCH=  18cb898c6d4e9c374a0c354fbac95ecf

RANDOM SEED= 67451419

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.279
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.279
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:       1324832 kB
Buffers:         46100 kB
Cached:         493612 kB
SwapCached:      11496 kB
Active:         207748 kB
Inactive:       448912 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1324832 kB
SwapTotal:     4192956 kB
SwapFree:      4157532 kB
Dirty:            6560 kB
Writeback:           0 kB
Mapped:         137820 kB
Slab:            59156 kB
Committed_AS:  3097780 kB
PageTables:       2376 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= 66322 MiB



End job on node22 on Sun Jan  7 15:58:56 UTC 2007