Trace number 207794

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.07 1807.79

General information on the benchmark

NametravellingSalesman/travellingSalesman-25/
tsp-25-561_ext.xml
MD5SUM39d209d9e0072422fe268a5af741f940
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 benchmark19.54
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.84	c start processing
0.84	c start relation processing
2.01	c start cnf exporting
285.33	c parsing time : 0.688
285.33	c preprocessing time : 285.178
285.33	
285.33	c Nary constraints - conflicts : 0 supports : 25
285.33	c Binary constraints - conflicts : 300 supports :25
285.33	c max arity constraint : 3
285.33	c Max Tuples generated 0
285.33	c relations : 28
285.33	c relations BDD: 2
285.33	c vars : 407856 - clauses :  14393571
285.33	
285.40	 
285.40	c --- Minisat Stats ---
285.40	 

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/node50/watcher-207794-1168183298 -o ROOT/results/node50/solver-207794-1168183298 -C 1800 -M 900 /tmp/evaluation/207794-1168183298/galac.sh /tmp/evaluation/207794-1168183298/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: 0.92 0.98 0.99 4/75 5826
/proc/meminfo: memFree=1400048/2055920 swapFree=4191892/4192956
[pid=5825] ppid=5823 vsize=8652 CPUtime=0
/proc/5825/stat : 5825 (galac.sh) S 5823 5825 5693 0 -1 4194304 347 0 0 0 0 0 0 0 17 0 1 0 166728341 8859648 280 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/5825/statm: 2163 280 208 79 0 156 0
[pid=5827] ppid=5825 vsize=8688 CPUtime=0
/proc/5827/stat : 5827 (galac.sh) S 5825 5825 5693 0 -1 4194368 60 244 0 0 0 0 0 0 16 0 1 0 166728342 8896512 288 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 240577642578 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/5827/statm: 2172 288 210 79 0 165 0
[pid=5829] ppid=5827 vsize=8728 CPUtime=0
/proc/5829/stat : 5829 (galac.sh) R 5827 5825 5693 0 -1 4194368 26 0 0 0 0 0 0 0 19 0 1 0 166728342 8937472 292 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 240577473831 0 0 3674112 73728 0 0 0 17 1 0 0
/proc/5829/statm: 2182 292 210 79 0 175 0

[startup+0.111533 s]
/proc/loadavg: 0.92 0.98 0.99 4/75 5826
/proc/meminfo: memFree=1400048/2055920 swapFree=4191892/4192956
[pid=5825] ppid=5823 vsize=47576 CPUtime=0.01
/proc/5825/stat : 5825 (galac.sh) S 5823 5825 5693 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 166728341 48717824 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/5825/statm: 11894 364 246 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47576

[startup+0.519602 s]
/proc/loadavg: 0.92 0.98 0.99 4/75 5826
/proc/meminfo: memFree=1400048/2055920 swapFree=4191892/4192956
[pid=5825] ppid=5823 vsize=47576 CPUtime=0.01
/proc/5825/stat : 5825 (galac.sh) S 5823 5825 5693 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 166728341 48717824 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/5825/statm: 11894 364 246 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47576

[startup+1.34374 s]
/proc/loadavg: 0.92 0.98 0.99 4/92 5855
/proc/meminfo: memFree=1333992/2055920 swapFree=4191892/4192956
[pid=5825] ppid=5823 vsize=47576 CPUtime=0.01
/proc/5825/stat : 5825 (galac.sh) S 5823 5825 5693 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 166728341 48717824 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/5825/statm: 11894 364 246 79 0 218 0
[pid=5842] ppid=5825 vsize=861068 CPUtime=1.29
/proc/5842/stat : 5842 (java) R 5825 5825 5693 0 -1 0 13479 0 1 0 121 8 0 0 20 0 8 0 166728345 881733632 13233 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4074007070 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5842/statm: 215267 13233 1969 14 0 201472 0
[pid=5842/tid=5849] ppid=5825 vsize=861068 CPUtime=0
/proc/5842/task/5849/stat : 5849 (java) S 5825 5825 5693 0 -1 64 7 0 0 0 0 0 0 0 16 0 8 0 166728348 881733632 13233 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5842/tid=5850] ppid=5825 vsize=861068 CPUtime=0
/proc/5842/task/5850/stat : 5850 (java) S 5825 5825 5693 0 -1 64 11 0 0 0 0 0 0 0 19 0 8 0 166728348 881733632 13233 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5842/tid=5851] ppid=5825 vsize=861068 CPUtime=0
/proc/5842/task/5851/stat : 5851 (java) S 5825 5825 5693 0 -1 64 3 0 0 0 0 0 0 0 20 0 8 0 166728348 881733632 13233 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5842/tid=5852] ppid=5825 vsize=861068 CPUtime=0
/proc/5842/task/5852/stat : 5852 (java) S 5825 5825 5693 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 166728352 881733632 13233 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5842/tid=5853] ppid=5825 vsize=861068 CPUtime=0.23
/proc/5842/task/5853/stat : 5853 (java) S 5825 5825 5693 0 -1 64 971 0 0 0 22 1 0 0 16 0 8 0 166728352 881733632 13233 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5842/tid=5854] ppid=5825 vsize=861068 CPUtime=0
/proc/5842/task/5854/stat : 5854 (java) S 5825 5825 5693 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 166728352 881733632 13233 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5842/tid=5855] ppid=5825 vsize=861068 CPUtime=0
/proc/5842/task/5855/stat : 5855 (java) S 5825 5825 5693 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 166728352 881733632 13233 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 908644

[startup+2.99601 s]
/proc/loadavg: 0.92 0.98 0.99 3/92 5855
/proc/meminfo: memFree=1259432/2055920 swapFree=4191892/4192956
[pid=5825] ppid=5823 vsize=47576 CPUtime=0.01
/proc/5825/stat : 5825 (galac.sh) S 5823 5825 5693 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 166728341 48717824 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/5825/statm: 11894 364 246 79 0 218 0
[pid=5842] ppid=5825 vsize=861068 CPUtime=2.81
/proc/5842/stat : 5842 (java) R 5825 5825 5693 0 -1 0 22950 0 1 0 268 13 0 0 25 0 8 0 166728345 881733632 22702 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4074198087 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/5842/statm: 215267 22702 1997 14 0 201472 0
[pid=5842/tid=5849] ppid=5825 vsize=861068 CPUtime=0.1
/proc/5842/task/5849/stat : 5849 (java) S 5825 5825 5693 0 -1 64 6996 0 0 0 8 2 0 0 17 0 8 0 166728348 881733632 22702 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5842/tid=5850] ppid=5825 vsize=861068 CPUtime=0
/proc/5842/task/5850/stat : 5850 (java) S 5825 5825 5693 0 -1 64 12 0 0 0 0 0 0 0 17 0 8 0 166728348 881733632 22702 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5842/tid=5851] ppid=5825 vsize=861068 CPUtime=0
/proc/5842/task/5851/stat : 5851 (java) S 5825 5825 5693 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 166728348 881733632 22702 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5842/tid=5852] ppid=5825 vsize=861068 CPUtime=0
/proc/5842/task/5852/stat : 5852 (java) S 5825 5825 5693 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 166728352 881733632 22702 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5842/tid=5853] ppid=5825 vsize=861068 CPUtime=0.3
/proc/5842/task/5853/stat : 5853 (java) S 5825 5825 5693 0 -1 64 1026 0 0 0 29 1 0 0 16 0 8 0 166728352 881733632 22702 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5842/tid=5854] ppid=5825 vsize=861068 CPUtime=0
/proc/5842/task/5854/stat : 5854 (java) S 5825 5825 5693 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 166728352 881733632 22702 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5842/tid=5855] ppid=5825 vsize=861068 CPUtime=0
/proc/5842/task/5855/stat : 5855 (java) S 5825 5825 5693 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 166728352 881733632 22702 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.82
Current children cumulated vsize (KiB) 908644

[startup+6.28656 s]
/proc/loadavg: 1.01 1.00 1.00 4/92 5855
/proc/meminfo: memFree=1113128/2055920 swapFree=4191892/4192956
[pid=5825] ppid=5823 vsize=47576 CPUtime=0.01
/proc/5825/stat : 5825 (galac.sh) S 5823 5825 5693 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 166728341 48717824 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/5825/statm: 11894 364 246 79 0 218 0
[pid=5842] ppid=5825 vsize=861068 CPUtime=5.75
/proc/5842/stat : 5842 (java) R 5825 5825 5693 0 -1 0 22956 0 1 0 561 14 0 0 25 0 8 0 166728345 881733632 22702 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4074181735 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/5842/statm: 215267 22702 1997 14 0 201472 0
[pid=5842/tid=5849] ppid=5825 vsize=861068 CPUtime=0.11
/proc/5842/task/5849/stat : 5849 (java) S 5825 5825 5693 0 -1 64 6996 0 0 0 9 2 0 0 16 0 8 0 166728348 881733632 22702 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5842/tid=5850] ppid=5825 vsize=861068 CPUtime=0
/proc/5842/task/5850/stat : 5850 (java) S 5825 5825 5693 0 -1 64 12 0 0 0 0 0 0 0 17 0 8 0 166728348 881733632 22702 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5842/tid=5851] ppid=5825 vsize=861068 CPUtime=0
/proc/5842/task/5851/stat : 5851 (java) S 5825 5825 5693 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 166728348 881733632 22702 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5842/tid=5852] ppid=5825 vsize=861068 CPUtime=0
/proc/5842/task/5852/stat : 5852 (java) S 5825 5825 5693 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 166728352 881733632 22702 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5842/tid=5853] ppid=5825 vsize=861068 CPUtime=0.3
/proc/5842/task/5853/stat : 5853 (java) S 5825 5825 5693 0 -1 64 1026 0 0 0 29 1 0 0 16 0 8 0 166728352 881733632 22702 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5842/tid=5854] ppid=5825 vsize=861068 CPUtime=0
/proc/5842/task/5854/stat : 5854 (java) S 5825 5825 5693 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 166728352 881733632 22702 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5842/tid=5855] ppid=5825 vsize=861068 CPUtime=0
/proc/5842/task/5855/stat : 5855 (java) S 5825 5825 5693 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 166728352 881733632 22702 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.76
Current children cumulated vsize (KiB) 908644

[startup+12.7857 s]
/proc/loadavg: 1.09 1.02 1.01 3/92 5855
/proc/meminfo: memFree=944560/2055920 swapFree=4191892/4192956
[pid=5825] ppid=5823 vsize=47576 CPUtime=0.01
/proc/5825/stat : 5825 (galac.sh) S 5823 5825 5693 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 166728341 48717824 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/5825/statm: 11894 364 246 79 0 218 0
[pid=5842] ppid=5825 vsize=861068 CPUtime=11.59
/proc/5842/stat : 5842 (java) R 5825 5825 5693 0 -1 0 22968 0 1 0 1143 16 0 0 25 0 8 0 166728345 881733632 22703 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073705031 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5842/statm: 215267 22703 1998 14 0 201472 0
[pid=5842/tid=5849] ppid=5825 vsize=861068 CPUtime=0.11
/proc/5842/task/5849/stat : 5849 (java) S 5825 5825 5693 0 -1 64 6997 0 0 0 9 2 0 0 16 0 8 0 166728348 881733632 22703 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5842/tid=5850] ppid=5825 vsize=861068 CPUtime=0
/proc/5842/task/5850/stat : 5850 (java) S 5825 5825 5693 0 -1 64 12 0 0 0 0 0 0 0 17 0 8 0 166728348 881733632 22703 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5842/tid=5851] ppid=5825 vsize=861068 CPUtime=0
/proc/5842/task/5851/stat : 5851 (java) S 5825 5825 5693 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 166728348 881733632 22703 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5842/tid=5852] ppid=5825 vsize=861068 CPUtime=0
/proc/5842/task/5852/stat : 5852 (java) S 5825 5825 5693 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 166728352 881733632 22703 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5842/tid=5853] ppid=5825 vsize=861068 CPUtime=0.3
/proc/5842/task/5853/stat : 5853 (java) S 5825 5825 5693 0 -1 64 1026 0 0 0 29 1 0 0 16 0 8 0 166728352 881733632 22703 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5842/tid=5854] ppid=5825 vsize=861068 CPUtime=0
/proc/5842/task/5854/stat : 5854 (java) S 5825 5825 5693 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 166728352 881733632 22703 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5842/tid=5855] ppid=5825 vsize=861068 CPUtime=0
/proc/5842/task/5855/stat : 5855 (java) S 5825 5825 5693 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 166728352 881733632 22703 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 11.6
Current children cumulated vsize (KiB) 908644

[startup+25.6488 s]
/proc/loadavg: 1.29 1.06 1.02 3/92 5855
/proc/meminfo: memFree=905456/2055920 swapFree=4191892/4192956
[pid=5825] ppid=5823 vsize=47576 CPUtime=0.01
/proc/5825/stat : 5825 (galac.sh) S 5823 5825 5693 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 166728341 48717824 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/5825/statm: 11894 364 246 79 0 218 0
[pid=5842] ppid=5825 vsize=861068 CPUtime=24.09
/proc/5842/stat : 5842 (java) R 5825 5825 5693 0 -1 0 22993 0 1 0 2388 21 0 0 25 0 8 0 166728345 881733632 22703 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073673871 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5842/statm: 215267 22703 1998 14 0 201472 0
[pid=5842/tid=5849] ppid=5825 vsize=861068 CPUtime=0.13
/proc/5842/task/5849/stat : 5849 (java) S 5825 5825 5693 0 -1 64 6997 0 0 0 11 2 0 0 16 0 8 0 166728348 881733632 22703 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5842/tid=5850] ppid=5825 vsize=861068 CPUtime=0
/proc/5842/task/5850/stat : 5850 (java) S 5825 5825 5693 0 -1 64 12 0 0 0 0 0 0 0 17 0 8 0 166728348 881733632 22703 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5842/tid=5851] ppid=5825 vsize=861068 CPUtime=0
/proc/5842/task/5851/stat : 5851 (java) S 5825 5825 5693 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 166728348 881733632 22703 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5842/tid=5852] ppid=5825 vsize=861068 CPUtime=0
/proc/5842/task/5852/stat : 5852 (java) S 5825 5825 5693 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 166728352 881733632 22703 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5842/tid=5853] ppid=5825 vsize=861068 CPUtime=0.3
/proc/5842/task/5853/stat : 5853 (java) S 5825 5825 5693 0 -1 64 1026 0 0 0 29 1 0 0 16 0 8 0 166728352 881733632 22703 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5842/tid=5854] ppid=5825 vsize=861068 CPUtime=0
/proc/5842/task/5854/stat : 5854 (java) S 5825 5825 5693 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 166728352 881733632 22703 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5842/tid=5855] ppid=5825 vsize=861068 CPUtime=0
/proc/5842/task/5855/stat : 5855 (java) S 5825 5825 5693 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 166728352 881733632 22703 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.1
Current children cumulated vsize (KiB) 908644

[startup+51.2961 s]
/proc/loadavg: 1.53 1.14 1.04 3/92 5855
/proc/meminfo: memFree=885040/2055920 swapFree=4191892/4192956
[pid=5825] ppid=5823 vsize=47576 CPUtime=0.01
/proc/5825/stat : 5825 (galac.sh) S 5823 5825 5693 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 166728341 48717824 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/5825/statm: 11894 364 246 79 0 218 0
[pid=5842] ppid=5825 vsize=861068 CPUtime=49.58
/proc/5842/stat : 5842 (java) R 5825 5825 5693 0 -1 0 23042 0 1 0 4926 32 0 0 25 0 8 0 166728345 881733632 22703 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4074080135 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5842/statm: 215267 22703 1998 14 0 201472 0
[pid=5842/tid=5849] ppid=5825 vsize=861068 CPUtime=0.16
/proc/5842/task/5849/stat : 5849 (java) S 5825 5825 5693 0 -1 64 6997 0 0 0 13 3 0 0 16 0 8 0 166728348 881733632 22703 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5842/tid=5850] ppid=5825 vsize=861068 CPUtime=0
/proc/5842/task/5850/stat : 5850 (java) S 5825 5825 5693 0 -1 64 12 0 0 0 0 0 0 0 17 0 8 0 166728348 881733632 22703 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5842/tid=5851] ppid=5825 vsize=861068 CPUtime=0
/proc/5842/task/5851/stat : 5851 (java) S 5825 5825 5693 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 166728348 881733632 22703 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5842/tid=5852] ppid=5825 vsize=861068 CPUtime=0
/proc/5842/task/5852/stat : 5852 (java) S 5825 5825 5693 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 166728352 881733632 22703 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5842/tid=5853] ppid=5825 vsize=861068 CPUtime=0.3
/proc/5842/task/5853/stat : 5853 (java) S 5825 5825 5693 0 -1 64 1026 0 0 0 29 1 0 0 17 0 8 0 166728352 881733632 22703 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5842/tid=5854] ppid=5825 vsize=861068 CPUtime=0
/proc/5842/task/5854/stat : 5854 (java) S 5825 5825 5693 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 166728352 881733632 22703 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5842/tid=5855] ppid=5825 vsize=861068 CPUtime=0
/proc/5842/task/5855/stat : 5855 (java) S 5825 5825 5693 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 166728352 881733632 22703 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 49.59
Current children cumulated vsize (KiB) 908644

[startup+102.595 s]
/proc/loadavg: 1.90 1.30 1.10 3/92 5855
/proc/meminfo: memFree=710768/2055920 swapFree=4191892/4192956
[pid=5825] ppid=5823 vsize=47576 CPUtime=0.01

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

/proc/loadavg: 2.00 1.97 1.68 3/75 5992
/proc/meminfo: memFree=16320/2055920 swapFree=4191892/4192956
[pid=5825] ppid=5823 vsize=47576 CPUtime=280.75
/proc/5825/stat : 5825 (galac.sh) S 5823 5825 5693 0 -1 4194304 799 25460 0 1 0 0 27932 143 17 0 1 0 166728341 48717824 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/5825/statm: 11894 364 246 79 0 218 0
[pid=5991] ppid=5825 vsize=552504 CPUtime=836.01
/proc/5991/stat : 5991 (minisat) R 5825 5825 5693 0 -1 4194304 133112 0 0 0 83512 89 0 0 25 0 1 0 166756882 565764096 133094 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529776 0 0 4096 3 0 0 0 17 0 0 0
/proc/5991/statm: 138126 133094 54 142 0 137982 0
Current children cumulated CPU time (s) 1116.76
Current children cumulated vsize (KiB) 600080

[startup+1183.83 s]
/proc/loadavg: 2.00 1.97 1.69 3/75 5992
/proc/meminfo: memFree=16384/2055920 swapFree=4191892/4192956
[pid=5825] ppid=5823 vsize=47576 CPUtime=280.75
/proc/5825/stat : 5825 (galac.sh) S 5823 5825 5693 0 -1 4194304 799 25460 0 1 0 0 27932 143 17 0 1 0 166728341 48717824 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/5825/statm: 11894 364 246 79 0 218 0
[pid=5991] ppid=5825 vsize=552504 CPUtime=896.03
/proc/5991/stat : 5991 (minisat) R 5825 5825 5693 0 -1 4194304 133112 0 0 0 89514 89 0 0 25 0 1 0 166756882 565764096 133094 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 0 0 0
/proc/5991/statm: 138126 133094 54 142 0 137982 0
Current children cumulated CPU time (s) 1176.78
Current children cumulated vsize (KiB) 600080

[startup+1243.91 s]
/proc/loadavg: 2.00 1.97 1.71 3/75 5992
/proc/meminfo: memFree=16384/2055920 swapFree=4191892/4192956
[pid=5825] ppid=5823 vsize=47576 CPUtime=280.75
/proc/5825/stat : 5825 (galac.sh) S 5823 5825 5693 0 -1 4194304 799 25460 0 1 0 0 27932 143 17 0 1 0 166728341 48717824 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/5825/statm: 11894 364 246 79 0 218 0
[pid=5991] ppid=5825 vsize=552504 CPUtime=956.07
/proc/5991/stat : 5991 (minisat) R 5825 5825 5693 0 -1 4194304 133112 0 0 0 95517 90 0 0 25 0 1 0 166756882 565764096 133094 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134525790 0 0 4096 3 0 0 0 17 0 0 0
/proc/5991/statm: 138126 133094 54 142 0 137982 0
Current children cumulated CPU time (s) 1236.82
Current children cumulated vsize (KiB) 600080

[startup+1303.98 s]
/proc/loadavg: 2.11 2.00 1.74 3/75 5992
/proc/meminfo: memFree=16320/2055920 swapFree=4191892/4192956
[pid=5825] ppid=5823 vsize=47576 CPUtime=280.75
/proc/5825/stat : 5825 (galac.sh) S 5823 5825 5693 0 -1 4194304 799 25460 0 1 0 0 27932 143 17 0 1 0 166728341 48717824 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/5825/statm: 11894 364 246 79 0 218 0
[pid=5991] ppid=5825 vsize=552504 CPUtime=1016.06
/proc/5991/stat : 5991 (minisat) R 5825 5825 5693 0 -1 4194304 133112 0 0 0 101516 90 0 0 25 0 1 0 166756882 565764096 133094 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/5991/statm: 138126 133094 54 142 0 137982 0
Current children cumulated CPU time (s) 1296.81
Current children cumulated vsize (KiB) 600080

[startup+1364.06 s]
/proc/loadavg: 2.04 2.00 1.75 3/75 5992
/proc/meminfo: memFree=16320/2055920 swapFree=4191892/4192956
[pid=5825] ppid=5823 vsize=47576 CPUtime=280.75
/proc/5825/stat : 5825 (galac.sh) S 5823 5825 5693 0 -1 4194304 799 25460 0 1 0 0 27932 143 17 0 1 0 166728341 48717824 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/5825/statm: 11894 364 246 79 0 218 0
[pid=5991] ppid=5825 vsize=552504 CPUtime=1076.08
/proc/5991/stat : 5991 (minisat) R 5825 5825 5693 0 -1 4194304 133112 0 0 0 107518 90 0 0 25 0 1 0 166756882 565764096 133094 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529354 0 0 4096 3 0 0 0 17 0 0 0
/proc/5991/statm: 138126 133094 54 142 0 137982 0
Current children cumulated CPU time (s) 1356.83
Current children cumulated vsize (KiB) 600080

[startup+1424.13 s]
/proc/loadavg: 2.01 2.00 1.76 3/75 5992
/proc/meminfo: memFree=16320/2055920 swapFree=4191892/4192956
[pid=5825] ppid=5823 vsize=47576 CPUtime=280.75
/proc/5825/stat : 5825 (galac.sh) S 5823 5825 5693 0 -1 4194304 799 25460 0 1 0 0 27932 143 17 0 1 0 166728341 48717824 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/5825/statm: 11894 364 246 79 0 218 0
[pid=5991] ppid=5825 vsize=552504 CPUtime=1136.09
/proc/5991/stat : 5991 (minisat) R 5825 5825 5693 0 -1 4194304 133112 0 0 0 113519 90 0 0 25 0 1 0 166756882 565764096 133094 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134526191 0 0 4096 3 0 0 0 17 0 0 0
/proc/5991/statm: 138126 133094 54 142 0 137982 0
Current children cumulated CPU time (s) 1416.84
Current children cumulated vsize (KiB) 600080

[startup+1484.2 s]
/proc/loadavg: 2.00 2.00 1.77 3/75 5992
/proc/meminfo: memFree=16320/2055920 swapFree=4191892/4192956
[pid=5825] ppid=5823 vsize=47576 CPUtime=280.75
/proc/5825/stat : 5825 (galac.sh) S 5823 5825 5693 0 -1 4194304 799 25460 0 1 0 0 27932 143 17 0 1 0 166728341 48717824 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/5825/statm: 11894 364 246 79 0 218 0
[pid=5991] ppid=5825 vsize=552504 CPUtime=1196.07
/proc/5991/stat : 5991 (minisat) R 5825 5825 5693 0 -1 4194304 133112 0 0 0 119517 90 0 0 25 0 1 0 166756882 565764096 133094 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134525757 0 0 4096 3 0 0 0 17 0 0 0
/proc/5991/statm: 138126 133094 54 142 0 137982 0
Current children cumulated CPU time (s) 1476.82
Current children cumulated vsize (KiB) 600080

[startup+1544.27 s]
/proc/loadavg: 2.00 2.00 1.79 3/75 5992
/proc/meminfo: memFree=16320/2055920 swapFree=4191892/4192956
[pid=5825] ppid=5823 vsize=47576 CPUtime=280.75
/proc/5825/stat : 5825 (galac.sh) S 5823 5825 5693 0 -1 4194304 799 25460 0 1 0 0 27932 143 17 0 1 0 166728341 48717824 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/5825/statm: 11894 364 246 79 0 218 0
[pid=5991] ppid=5825 vsize=552504 CPUtime=1256.1
/proc/5991/stat : 5991 (minisat) R 5825 5825 5693 0 -1 4194304 133112 0 0 0 125520 90 0 0 25 0 1 0 166756882 565764096 133094 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 0 0 0
/proc/5991/statm: 138126 133094 54 142 0 137982 0
Current children cumulated CPU time (s) 1536.85
Current children cumulated vsize (KiB) 600080

[startup+1604.35 s]
/proc/loadavg: 2.05 2.01 1.80 3/75 5992
/proc/meminfo: memFree=16256/2055920 swapFree=4191892/4192956
[pid=5825] ppid=5823 vsize=47576 CPUtime=280.75
/proc/5825/stat : 5825 (galac.sh) S 5823 5825 5693 0 -1 4194304 799 25460 0 1 0 0 27932 143 17 0 1 0 166728341 48717824 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/5825/statm: 11894 364 246 79 0 218 0
[pid=5991] ppid=5825 vsize=552504 CPUtime=1316.12
/proc/5991/stat : 5991 (minisat) R 5825 5825 5693 0 -1 4194304 133112 0 0 0 131522 90 0 0 25 0 1 0 166756882 565764096 133094 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134525952 0 0 4096 3 0 0 0 17 0 0 0
/proc/5991/statm: 138126 133094 54 142 0 137982 0
Current children cumulated CPU time (s) 1596.87
Current children cumulated vsize (KiB) 600080

[startup+1664.43 s]
/proc/loadavg: 2.07 2.02 1.82 3/75 5992
/proc/meminfo: memFree=16256/2055920 swapFree=4191892/4192956
[pid=5825] ppid=5823 vsize=47576 CPUtime=280.75
/proc/5825/stat : 5825 (galac.sh) S 5823 5825 5693 0 -1 4194304 799 25460 0 1 0 0 27932 143 17 0 1 0 166728341 48717824 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/5825/statm: 11894 364 246 79 0 218 0
[pid=5991] ppid=5825 vsize=552504 CPUtime=1376.11
/proc/5991/stat : 5991 (minisat) R 5825 5825 5693 0 -1 4194304 133112 0 0 0 137521 90 0 0 25 0 1 0 166756882 565764096 133094 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 0 0 0
/proc/5991/statm: 138126 133094 54 142 0 137982 0
Current children cumulated CPU time (s) 1656.86
Current children cumulated vsize (KiB) 600080

[startup+1724.49 s]
/proc/loadavg: 2.03 2.02 1.82 3/75 5992
/proc/meminfo: memFree=16256/2055920 swapFree=4191892/4192956
[pid=5825] ppid=5823 vsize=47576 CPUtime=280.75
/proc/5825/stat : 5825 (galac.sh) S 5823 5825 5693 0 -1 4194304 799 25460 0 1 0 0 27932 143 17 0 1 0 166728341 48717824 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/5825/statm: 11894 364 246 79 0 218 0
[pid=5991] ppid=5825 vsize=552504 CPUtime=1436.13
/proc/5991/stat : 5991 (minisat) R 5825 5825 5693 0 -1 4194304 133112 0 0 0 143522 91 0 0 25 0 1 0 166756882 565764096 133094 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 0 0 0
/proc/5991/statm: 138126 133094 54 142 0 137982 0
Current children cumulated CPU time (s) 1716.88
Current children cumulated vsize (KiB) 600080

[startup+1784.57 s]
/proc/loadavg: 2.01 2.01 1.83 3/75 5992
/proc/meminfo: memFree=16192/2055920 swapFree=4191892/4192956
[pid=5825] ppid=5823 vsize=47576 CPUtime=280.75
/proc/5825/stat : 5825 (galac.sh) S 5823 5825 5693 0 -1 4194304 799 25460 0 1 0 0 27932 143 17 0 1 0 166728341 48717824 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/5825/statm: 11894 364 246 79 0 218 0
[pid=5991] ppid=5825 vsize=552504 CPUtime=1496.14
/proc/5991/stat : 5991 (minisat) R 5825 5825 5693 0 -1 4194304 133112 0 0 0 149523 91 0 0 25 0 1 0 166756882 565764096 133094 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/5991/statm: 138126 133094 54 142 0 137982 0
Current children cumulated CPU time (s) 1776.89
Current children cumulated vsize (KiB) 600080



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1807.78 s]
/proc/loadavg: 2.00 2.01 1.83 3/75 5992
/proc/meminfo: memFree=16256/2055920 swapFree=4191892/4192956
[pid=5825] ppid=5823 vsize=47576 CPUtime=280.75
/proc/5825/stat : 5825 (galac.sh) S 5823 5825 5693 0 -1 4194304 799 25460 0 1 0 0 27932 143 17 0 1 0 166728341 48717824 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/5825/statm: 11894 364 246 79 0 218 0
[pid=5991] ppid=5825 vsize=552504 CPUtime=1519.32
/proc/5991/stat : 5991 (minisat) R 5825 5825 5693 0 -1 4194304 133112 0 0 0 151841 91 0 0 25 0 1 0 166756882 565764096 133094 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 0 0 0
/proc/5991/statm: 138126 133094 54 142 0 137982 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 600080

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 5825 and gives childrusage.ru_utime.tv_sec=279 childrusage.ru_utime.tv_usec=330535 childrusage.ru_stime.tv_sec=1 childrusage.ru_stime.tv_usec=445780
CPU time returned by wait4() is 280.776
while last known CPU time is 1800.07

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

Real time (s): 1807.79
CPU time (s): 1800.07
CPU user time (s): 1797.73
CPU system time (s): 2.34
CPU usage (%): 99.5727
Max. virtual memory (cumulated for all children) (KiB): 908644

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 279.331
system time used= 1.44578
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26259
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= 10255
involuntary context switches= 12005

runsolver used 2.32765 s user time and 5.70713 s system time

The end

Launcher Data (download as text)

Begin job on node50 on Sun Jan  7 15:21:38 UTC 2007


IDJOB= 207794
IDBENCH= 4334
FILE ID= node50/207794-1168183298

PBS_JOBID= 3479194

Free space on /tmp= 66557 MiB

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

META MD5SUM SOLVER= d8bf20eb49fe33822f00bab08f33d7fc
MD5SUM BENCH=  39d209d9e0072422fe268a5af741f940

RANDOM SEED= 602440985

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1401296 kB
Buffers:         37100 kB
Cached:         535904 kB
SwapCached:        372 kB
Active:         206396 kB
Inactive:       390708 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1401296 kB
SwapTotal:     4192956 kB
SwapFree:      4191892 kB
Dirty:            5820 kB
Writeback:           0 kB
Mapped:          37808 kB
Slab:            42960 kB
Committed_AS:  4566208 kB
PageTables:       1836 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= 66112 MiB



End job on node50 on Sun Jan  7 15:51:46 UTC 2007