Trace number 206518

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.05 1815.98

General information on the benchmark

Namerandom/rand-3-28-28/
rand-3-28-28-93-632-36_ext.xml
MD5SUM58a80347851c1598c5e724f3ea41177e
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables28
Number of constraints93
Maximum constraint arity3
Maximum domain size28
Number of constraints which are defined in extension93
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.05	c --- Preproc Stats ---
5.58	c start processing
5.58	c start relation processing
20.25	c start cnf exporting
83.53	c parsing time : 5.409
83.53	c preprocessing time : 83.354
83.53	
83.53	c Nary constraints - conflicts : 0 supports : 93
83.53	c Binary constraints - conflicts : 0 supports :0
83.53	c max arity constraint : 3
83.53	c Max Tuples generated 0
83.53	c relations : 93
83.53	c relations BDD: 93
83.53	c vars : 598312 - clauses :  1874789
83.53	
83.61	 
83.61	c --- Minisat Stats ---
83.61	 

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/node41/watcher-206518-1168174129 -o ROOT/results/node41/solver-206518-1168174129 -C 1800 -M 900 /tmp/evaluation/206518-1168174129/galac.sh /tmp/evaluation/206518-1168174129/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.87 1.98 1.83 3/80 3700
/proc/meminfo: memFree=1465352/2055920 swapFree=4191892/4192956
[pid=3699] ppid=3697 vsize=5184 CPUtime=0
/proc/3699/stat : 3699 (galac.sh) R 3697 3699 3407 0 -1 4194304 103 0 0 0 0 0 0 0 20 0 1 0 165812155 5308416 73 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 238390336376 0 0 4096 0 0 0 0 17 1 0 0
/proc/3699/statm: 1296 73 56 79 0 106 0

[startup+0.103481 s]
/proc/loadavg: 1.87 1.98 1.83 3/80 3700
/proc/meminfo: memFree=1465352/2055920 swapFree=4191892/4192956
[pid=3699] ppid=3697 vsize=47564 CPUtime=0.01
/proc/3699/stat : 3699 (galac.sh) S 3697 3699 3407 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 165812155 48705536 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 238389750618 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3699/statm: 11891 364 246 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.511514 s]
/proc/loadavg: 1.87 1.98 1.83 3/80 3700
/proc/meminfo: memFree=1465352/2055920 swapFree=4191892/4192956
[pid=3699] ppid=3697 vsize=47564 CPUtime=0.01
/proc/3699/stat : 3699 (galac.sh) S 3697 3699 3407 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 165812155 48705536 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 238389750618 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3699/statm: 11891 364 246 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+1.33814 s]
/proc/loadavg: 1.87 1.98 1.83 3/88 3720
/proc/meminfo: memFree=1386696/2055920 swapFree=4191892/4192956
[pid=3699] ppid=3697 vsize=47564 CPUtime=0.01
/proc/3699/stat : 3699 (galac.sh) S 3697 3699 3407 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 165812155 48705536 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 238389750618 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3699/statm: 11891 364 246 79 0 218 0
[pid=3713] ppid=3699 vsize=861064 CPUtime=1.26
/proc/3713/stat : 3713 (java) R 3699 3699 3407 0 -1 0 21645 0 1 0 114 12 0 0 22 0 8 0 165812160 881729536 21398 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073682701 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3713/statm: 215266 21398 1965 14 0 201471 0
[pid=3713/tid=3714] ppid=3699 vsize=861064 CPUtime=0.05
/proc/3713/task/3714/stat : 3714 (java) S 3699 3699 3407 0 -1 64 5894 0 0 0 3 2 0 0 16 0 8 0 165812164 881729536 21398 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3713/tid=3715] ppid=3699 vsize=861064 CPUtime=0
/proc/3713/task/3715/stat : 3715 (java) S 3699 3699 3407 0 -1 64 10 0 0 0 0 0 0 0 19 0 8 0 165812164 881729536 21398 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3713/tid=3716] ppid=3699 vsize=861064 CPUtime=0
/proc/3713/task/3716/stat : 3716 (java) S 3699 3699 3407 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 165812164 881729536 21398 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3713/tid=3717] ppid=3699 vsize=861064 CPUtime=0
/proc/3713/task/3717/stat : 3717 (java) S 3699 3699 3407 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 165812168 881729536 21398 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3713/tid=3718] ppid=3699 vsize=861064 CPUtime=0.12
/proc/3713/task/3718/stat : 3718 (java) S 3699 3699 3407 0 -1 64 892 0 0 0 12 0 0 0 16 0 8 0 165812168 881729536 21398 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3713/tid=3719] ppid=3699 vsize=861064 CPUtime=0
/proc/3713/task/3719/stat : 3719 (java) S 3699 3699 3407 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 165812168 881729536 21398 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3713/tid=3720] ppid=3699 vsize=861064 CPUtime=0
/proc/3713/task/3720/stat : 3720 (java) S 3699 3699 3407 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 165812168 881729536 21398 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.27
Current children cumulated vsize (KiB) 908628

[startup+2.99131 s]
/proc/loadavg: 1.87 1.98 1.83 3/88 3720
/proc/meminfo: memFree=1376648/2055920 swapFree=4191892/4192956
[pid=3699] ppid=3697 vsize=47564 CPUtime=0.01
/proc/3699/stat : 3699 (galac.sh) S 3697 3699 3407 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 165812155 48705536 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 238389750618 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3699/statm: 11891 364 246 79 0 218 0
[pid=3713] ppid=3699 vsize=861064 CPUtime=2.89
/proc/3713/stat : 3713 (java) R 3699 3699 3407 0 -1 0 25377 0 1 0 275 14 0 0 25 0 8 0 165812160 881729536 25124 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073764119 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3713/statm: 215266 25124 1965 14 0 201471 0
[pid=3713/tid=3714] ppid=3699 vsize=861064 CPUtime=0.2
/proc/3713/task/3714/stat : 3714 (java) S 3699 3699 3407 0 -1 64 9611 0 0 0 16 4 0 0 16 0 8 0 165812164 881729536 25124 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3713/tid=3715] ppid=3699 vsize=861064 CPUtime=0
/proc/3713/task/3715/stat : 3715 (java) S 3699 3699 3407 0 -1 64 10 0 0 0 0 0 0 0 19 0 8 0 165812164 881729536 25124 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3713/tid=3716] ppid=3699 vsize=861064 CPUtime=0
/proc/3713/task/3716/stat : 3716 (java) S 3699 3699 3407 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 165812164 881729536 25124 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3713/tid=3717] ppid=3699 vsize=861064 CPUtime=0
/proc/3713/task/3717/stat : 3717 (java) S 3699 3699 3407 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 165812168 881729536 25124 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3713/tid=3718] ppid=3699 vsize=861064 CPUtime=0.14
/proc/3713/task/3718/stat : 3718 (java) S 3699 3699 3407 0 -1 64 901 0 0 0 14 0 0 0 16 0 8 0 165812168 881729536 25124 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3713/tid=3719] ppid=3699 vsize=861064 CPUtime=0
/proc/3713/task/3719/stat : 3719 (java) S 3699 3699 3407 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 165812168 881729536 25124 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3713/tid=3720] ppid=3699 vsize=861064 CPUtime=0
/proc/3713/task/3720/stat : 3720 (java) S 3699 3699 3407 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 165812168 881729536 25124 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.9
Current children cumulated vsize (KiB) 908628

[startup+6.27802 s]
/proc/loadavg: 1.88 1.98 1.83 3/88 3720
/proc/meminfo: memFree=1347720/2055920 swapFree=4191892/4192956
[pid=3699] ppid=3697 vsize=47564 CPUtime=0.01
/proc/3699/stat : 3699 (galac.sh) S 3697 3699 3407 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 165812155 48705536 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 238389750618 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3699/statm: 11891 364 246 79 0 218 0
[pid=3713] ppid=3699 vsize=861064 CPUtime=6.14
/proc/3713/stat : 3713 (java) R 3699 3699 3407 0 -1 0 31414 0 1 0 596 18 0 0 25 0 8 0 165812160 881729536 31152 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073922493 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3713/statm: 215266 31152 1973 14 0 201471 0
[pid=3713/tid=3714] ppid=3699 vsize=861064 CPUtime=0.42
/proc/3713/task/3714/stat : 3714 (java) S 3699 3699 3407 0 -1 64 15576 0 0 0 35 7 0 0 16 0 8 0 165812164 881729536 31152 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3713/tid=3715] ppid=3699 vsize=861064 CPUtime=0
/proc/3713/task/3715/stat : 3715 (java) S 3699 3699 3407 0 -1 64 10 0 0 0 0 0 0 0 19 0 8 0 165812164 881729536 31152 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3713/tid=3716] ppid=3699 vsize=861064 CPUtime=0
/proc/3713/task/3716/stat : 3716 (java) S 3699 3699 3407 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 165812164 881729536 31152 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3713/tid=3717] ppid=3699 vsize=861064 CPUtime=0
/proc/3713/task/3717/stat : 3717 (java) S 3699 3699 3407 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 165812168 881729536 31152 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3713/tid=3718] ppid=3699 vsize=861064 CPUtime=0.23
/proc/3713/task/3718/stat : 3718 (java) S 3699 3699 3407 0 -1 64 946 0 0 0 22 1 0 0 15 0 8 0 165812168 881729536 31152 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3713/tid=3719] ppid=3699 vsize=861064 CPUtime=0
/proc/3713/task/3719/stat : 3719 (java) S 3699 3699 3407 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 165812168 881729536 31152 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3713/tid=3720] ppid=3699 vsize=861064 CPUtime=0
/proc/3713/task/3720/stat : 3720 (java) S 3699 3699 3407 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 165812168 881729536 31152 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 908628

[startup+12.7746 s]
/proc/loadavg: 1.89 1.98 1.83 3/88 3720
/proc/meminfo: memFree=1254344/2055920 swapFree=4191892/4192956
[pid=3699] ppid=3697 vsize=47564 CPUtime=0.01
/proc/3699/stat : 3699 (galac.sh) S 3697 3699 3407 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 165812155 48705536 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 238389750618 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3699/statm: 11891 364 246 79 0 218 0
[pid=3713] ppid=3699 vsize=861064 CPUtime=12.55
/proc/3713/stat : 3713 (java) R 3699 3699 3407 0 -1 0 54698 0 1 0 1227 28 0 0 25 0 8 0 165812160 881729536 54432 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073980079 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3713/statm: 215266 54432 1973 14 0 201471 0
[pid=3713/tid=3714] ppid=3699 vsize=861064 CPUtime=1.5
/proc/3713/task/3714/stat : 3714 (java) S 3699 3699 3407 0 -1 64 38856 0 0 0 134 16 0 0 20 0 8 0 165812164 881729536 54432 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3713/tid=3715] ppid=3699 vsize=861064 CPUtime=0
/proc/3713/task/3715/stat : 3715 (java) S 3699 3699 3407 0 -1 64 10 0 0 0 0 0 0 0 19 0 8 0 165812164 881729536 54432 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3713/tid=3716] ppid=3699 vsize=861064 CPUtime=0
/proc/3713/task/3716/stat : 3716 (java) S 3699 3699 3407 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 165812164 881729536 54432 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3713/tid=3717] ppid=3699 vsize=861064 CPUtime=0
/proc/3713/task/3717/stat : 3717 (java) S 3699 3699 3407 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 165812168 881729536 54432 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3713/tid=3718] ppid=3699 vsize=861064 CPUtime=0.23
/proc/3713/task/3718/stat : 3718 (java) S 3699 3699 3407 0 -1 64 946 0 0 0 22 1 0 0 15 0 8 0 165812168 881729536 54432 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3713/tid=3719] ppid=3699 vsize=861064 CPUtime=0
/proc/3713/task/3719/stat : 3719 (java) S 3699 3699 3407 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 165812168 881729536 54432 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3713/tid=3720] ppid=3699 vsize=861064 CPUtime=0
/proc/3713/task/3720/stat : 3720 (java) S 3699 3699 3407 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 165812168 881729536 54432 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 908628

[startup+25.6477 s]
/proc/loadavg: 1.91 1.98 1.83 3/88 3720
/proc/meminfo: memFree=1120072/2055920 swapFree=4191892/4192956
[pid=3699] ppid=3697 vsize=47564 CPUtime=0.01
/proc/3699/stat : 3699 (galac.sh) S 3697 3699 3407 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 165812155 48705536 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 238389750618 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3699/statm: 11891 364 246 79 0 218 0
[pid=3713] ppid=3699 vsize=861064 CPUtime=25.3
/proc/3713/stat : 3713 (java) R 3699 3699 3407 0 -1 0 87702 0 1 0 2485 45 0 0 25 0 8 0 165812160 881729536 87424 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073417918 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3713/statm: 215266 87424 1995 14 0 201471 0
[pid=3713/tid=3714] ppid=3699 vsize=861064 CPUtime=2.98
/proc/3713/task/3714/stat : 3714 (java) S 3699 3699 3407 0 -1 64 71772 0 0 0 267 31 0 0 16 0 8 0 165812164 881729536 87424 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3713/tid=3715] ppid=3699 vsize=861064 CPUtime=0
/proc/3713/task/3715/stat : 3715 (java) S 3699 3699 3407 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 165812164 881729536 87424 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3713/tid=3716] ppid=3699 vsize=861064 CPUtime=0
/proc/3713/task/3716/stat : 3716 (java) S 3699 3699 3407 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 165812164 881729536 87424 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3713/tid=3717] ppid=3699 vsize=861064 CPUtime=0
/proc/3713/task/3717/stat : 3717 (java) S 3699 3699 3407 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 165812168 881729536 87424 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3713/tid=3718] ppid=3699 vsize=861064 CPUtime=0.29
/proc/3713/task/3718/stat : 3718 (java) S 3699 3699 3407 0 -1 64 982 0 0 0 28 1 0 0 15 0 8 0 165812168 881729536 87424 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3713/tid=3719] ppid=3699 vsize=861064 CPUtime=0
/proc/3713/task/3719/stat : 3719 (java) S 3699 3699 3407 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 165812168 881729536 87424 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3713/tid=3720] ppid=3699 vsize=861064 CPUtime=0
/proc/3713/task/3720/stat : 3720 (java) S 3699 3699 3407 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 165812168 881729536 87424 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.31
Current children cumulated vsize (KiB) 908628

[startup+51.2945 s]
/proc/loadavg: 1.94 1.98 1.83 3/88 3720
/proc/meminfo: memFree=1106248/2055920 swapFree=4191892/4192956
[pid=3699] ppid=3697 vsize=47564 CPUtime=0.01
/proc/3699/stat : 3699 (galac.sh) S 3697 3699 3407 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 165812155 48705536 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 238389750618 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3699/statm: 11891 364 246 79 0 218 0
[pid=3713] ppid=3699 vsize=861064 CPUtime=50.64
/proc/3713/stat : 3713 (java) R 3699 3699 3407 0 -1 0 87744 0 1 0 5009 55 0 0 25 0 8 0 165812160 881729536 87424 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073656551 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3713/statm: 215266 87424 1995 14 0 201471 0
[pid=3713/tid=3714] ppid=3699 vsize=861064 CPUtime=3.07
/proc/3713/task/3714/stat : 3714 (java) S 3699 3699 3407 0 -1 64 71772 0 0 0 275 32 0 0 16 0 8 0 165812164 881729536 87424 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3713/tid=3715] ppid=3699 vsize=861064 CPUtime=0
/proc/3713/task/3715/stat : 3715 (java) S 3699 3699 3407 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 165812164 881729536 87424 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3713/tid=3716] ppid=3699 vsize=861064 CPUtime=0
/proc/3713/task/3716/stat : 3716 (java) S 3699 3699 3407 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 165812164 881729536 87424 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3713/tid=3717] ppid=3699 vsize=861064 CPUtime=0
/proc/3713/task/3717/stat : 3717 (java) S 3699 3699 3407 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 165812168 881729536 87424 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3713/tid=3718] ppid=3699 vsize=861064 CPUtime=0.29
/proc/3713/task/3718/stat : 3718 (java) S 3699 3699 3407 0 -1 64 982 0 0 0 28 1 0 0 15 0 8 0 165812168 881729536 87424 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3713/tid=3719] ppid=3699 vsize=861064 CPUtime=0
/proc/3713/task/3719/stat : 3719 (java) S 3699 3699 3407 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 165812168 881729536 87424 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3713/tid=3720] ppid=3699 vsize=861064 CPUtime=0
/proc/3713/task/3720/stat : 3720 (java) S 3699 3699 3407 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 165812168 881729536 87424 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.65
Current children cumulated vsize (KiB) 908628

[startup+102.52 s]
/proc/loadavg: 1.97 1.98 1.84 3/81 3721
/proc/meminfo: memFree=1319104/2055920 swapFree=4191892/4192956
[pid=3699] ppid=3697 vsize=47564 CPUtime=82.63
/proc/3699/stat : 3699 (galac.sh) S 3697 3699 3407 0 -1 4194304 799 89511 0 1 0 0 8189 74 17 0 1 0 165812155 48705536 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 238389750618 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3699/statm: 11891 364 246 79 0 218 0
[pid=3721] ppid=3699 vsize=121608 CPUtime=18.73
/proc/3721/stat : 3721 (minisat) R 3699 3699 3407 0 -1 4194304 27978 0 0 0 1855 18 0 0 25 0 1 0 165820516 124526592 27960 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529268 0 0 4096 3 0 0 0 17 1 0 0
/proc/3721/statm: 30402 27960 54 142 0 30258 0
Current children cumulated CPU time (s) 101.36

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

/proc/loadavg: 2.01 2.01 1.92 3/81 3919
/proc/meminfo: memFree=1208384/2055920 swapFree=4191892/4192956
[pid=3699] ppid=3697 vsize=47564 CPUtime=82.63
/proc/3699/stat : 3699 (galac.sh) S 3697 3699 3407 0 -1 4194304 799 89511 0 1 0 0 8189 74 17 0 1 0 165812155 48705536 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 238389750618 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3699/statm: 11891 364 246 79 0 218 0
[pid=3721] ppid=3699 vsize=232476 CPUtime=1030.26
/proc/3721/stat : 3721 (minisat) R 3699 3699 3407 0 -1 4194304 55516 0 0 0 102981 45 0 0 25 0 1 0 165820516 238055424 55498 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/3721/statm: 58119 55498 54 142 0 57975 0
Current children cumulated CPU time (s) 1112.89
Current children cumulated vsize (KiB) 280040

[startup+1183.69 s]
/proc/loadavg: 2.00 2.00 1.92 3/81 3919
/proc/meminfo: memFree=1198592/2055920 swapFree=4191892/4192956
[pid=3699] ppid=3697 vsize=47564 CPUtime=82.63
/proc/3699/stat : 3699 (galac.sh) S 3697 3699 3407 0 -1 4194304 799 89511 0 1 0 0 8189 74 17 0 1 0 165812155 48705536 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 238389750618 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3699/statm: 11891 364 246 79 0 218 0
[pid=3721] ppid=3699 vsize=242228 CPUtime=1089.81
/proc/3721/stat : 3721 (minisat) R 3699 3699 3407 0 -1 4194304 57956 0 0 0 108934 47 0 0 25 0 1 0 165820516 248041472 57938 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 1 0 0
/proc/3721/statm: 60557 57938 54 142 0 60413 0
Current children cumulated CPU time (s) 1172.44
Current children cumulated vsize (KiB) 289792

[startup+1243.78 s]
/proc/loadavg: 2.06 2.02 1.93 3/81 3919
/proc/meminfo: memFree=1186048/2055920 swapFree=4191892/4192956
[pid=3699] ppid=3697 vsize=47564 CPUtime=82.63
/proc/3699/stat : 3699 (galac.sh) S 3697 3699 3407 0 -1 4194304 799 89511 0 1 0 0 8189 74 17 0 1 0 165812155 48705536 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 238389750618 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3699/statm: 11891 364 246 79 0 218 0
[pid=3721] ppid=3699 vsize=254536 CPUtime=1149.34
/proc/3721/stat : 3721 (minisat) R 3699 3699 3407 0 -1 4194304 61061 0 0 0 114885 49 0 0 25 0 1 0 165820516 260644864 61043 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529374 0 0 4096 3 0 0 0 17 1 0 0
/proc/3721/statm: 63634 61043 54 142 0 63490 0
Current children cumulated CPU time (s) 1231.97
Current children cumulated vsize (KiB) 302100

[startup+1303.86 s]
/proc/loadavg: 2.02 2.01 1.93 3/81 3919
/proc/meminfo: memFree=1183232/2055920 swapFree=4191892/4192956
[pid=3699] ppid=3697 vsize=47564 CPUtime=82.63
/proc/3699/stat : 3699 (galac.sh) S 3697 3699 3407 0 -1 4194304 799 89511 0 1 0 0 8189 74 17 0 1 0 165812155 48705536 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 238389750618 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3699/statm: 11891 364 246 79 0 218 0
[pid=3721] ppid=3699 vsize=257452 CPUtime=1208.89
/proc/3721/stat : 3721 (minisat) R 3699 3699 3407 0 -1 4194304 61769 0 0 0 120839 50 0 0 25 0 1 0 165820516 263630848 61751 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/3721/statm: 64363 61751 54 142 0 64219 0
Current children cumulated CPU time (s) 1291.52
Current children cumulated vsize (KiB) 305016

[startup+1363.9 s]
/proc/loadavg: 2.00 2.00 1.93 3/81 3919
/proc/meminfo: memFree=1176064/2055920 swapFree=4191892/4192956
[pid=3699] ppid=3697 vsize=47564 CPUtime=82.63
/proc/3699/stat : 3699 (galac.sh) S 3697 3699 3407 0 -1 4194304 799 89511 0 1 0 0 8189 74 17 0 1 0 165812155 48705536 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 238389750618 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3699/statm: 11891 364 246 79 0 218 0
[pid=3721] ppid=3699 vsize=264540 CPUtime=1268.37
/proc/3721/stat : 3721 (minisat) R 3699 3699 3407 0 -1 4194304 63544 0 0 0 126786 51 0 0 25 0 1 0 165820516 270888960 63526 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/3721/statm: 66135 63526 54 142 0 65991 0
Current children cumulated CPU time (s) 1351
Current children cumulated vsize (KiB) 312104

[startup+1423.96 s]
/proc/loadavg: 2.00 2.00 1.93 3/81 3919
/proc/meminfo: memFree=1172160/2055920 swapFree=4191892/4192956
[pid=3699] ppid=3697 vsize=47564 CPUtime=82.63
/proc/3699/stat : 3699 (galac.sh) S 3697 3699 3407 0 -1 4194304 799 89511 0 1 0 0 8189 74 17 0 1 0 165812155 48705536 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 238389750618 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3699/statm: 11891 364 246 79 0 218 0
[pid=3721] ppid=3699 vsize=268380 CPUtime=1327.88
/proc/3721/stat : 3721 (minisat) R 3699 3699 3407 0 -1 4194304 64517 0 0 0 132736 52 0 0 25 0 1 0 165820516 274821120 64499 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529785 0 0 4096 3 0 0 0 17 1 0 0
/proc/3721/statm: 67095 64499 54 142 0 66951 0
Current children cumulated CPU time (s) 1410.51
Current children cumulated vsize (KiB) 315944

[startup+1483.96 s]
/proc/loadavg: 2.07 2.03 1.94 3/81 3919
/proc/meminfo: memFree=1165888/2055920 swapFree=4191892/4192956
[pid=3699] ppid=3697 vsize=47564 CPUtime=82.63
/proc/3699/stat : 3699 (galac.sh) S 3697 3699 3407 0 -1 4194304 799 89511 0 1 0 0 8189 74 17 0 1 0 165812155 48705536 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 238389750618 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3699/statm: 11891 364 246 79 0 218 0
[pid=3721] ppid=3699 vsize=274628 CPUtime=1387.34
/proc/3721/stat : 3721 (minisat) R 3699 3699 3407 0 -1 4194304 66075 0 0 0 138680 54 0 0 25 0 1 0 165820516 281219072 66057 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/3721/statm: 68657 66057 54 142 0 68513 0
Current children cumulated CPU time (s) 1469.97
Current children cumulated vsize (KiB) 322192

[startup+1543.98 s]
/proc/loadavg: 2.02 2.02 1.94 3/81 3919
/proc/meminfo: memFree=1160704/2055920 swapFree=4191892/4192956
[pid=3699] ppid=3697 vsize=47564 CPUtime=82.63
/proc/3699/stat : 3699 (galac.sh) S 3697 3699 3407 0 -1 4194304 799 89511 0 1 0 0 8189 74 17 0 1 0 165812155 48705536 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 238389750618 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3699/statm: 11891 364 246 79 0 218 0
[pid=3721] ppid=3699 vsize=279776 CPUtime=1446.83
/proc/3721/stat : 3721 (minisat) R 3699 3699 3407 0 -1 4194304 67364 0 0 0 144626 57 0 0 25 0 1 0 165820516 286490624 67346 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529268 0 0 4096 3 0 0 0 17 1 0 0
/proc/3721/statm: 69944 67346 54 142 0 69800 0
Current children cumulated CPU time (s) 1529.46
Current children cumulated vsize (KiB) 327340

[startup+1604.07 s]
/proc/loadavg: 2.01 2.02 1.94 3/81 3919
/proc/meminfo: memFree=1157824/2055920 swapFree=4191892/4192956
[pid=3699] ppid=3697 vsize=47564 CPUtime=82.63
/proc/3699/stat : 3699 (galac.sh) S 3697 3699 3407 0 -1 4194304 799 89511 0 1 0 0 8189 74 17 0 1 0 165812155 48705536 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 238389750618 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3699/statm: 11891 364 246 79 0 218 0
[pid=3721] ppid=3699 vsize=282552 CPUtime=1506.44
/proc/3721/stat : 3721 (minisat) R 3699 3699 3407 0 -1 4194304 68083 0 0 0 150586 58 0 0 25 0 1 0 165820516 289333248 68065 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/3721/statm: 70638 68065 54 142 0 70494 0
Current children cumulated CPU time (s) 1589.07
Current children cumulated vsize (KiB) 330116

[startup+1664.14 s]
/proc/loadavg: 2.00 2.01 1.94 3/81 3919
/proc/meminfo: memFree=1154240/2055920 swapFree=4191892/4192956
[pid=3699] ppid=3697 vsize=47564 CPUtime=82.63
/proc/3699/stat : 3699 (galac.sh) S 3697 3699 3407 0 -1 4194304 799 89511 0 1 0 0 8189 74 17 0 1 0 165812155 48705536 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 238389750618 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3699/statm: 11891 364 246 79 0 218 0
[pid=3721] ppid=3699 vsize=286120 CPUtime=1566.22
/proc/3721/stat : 3721 (minisat) R 3699 3699 3407 0 -1 4194304 68983 0 0 0 156563 59 0 0 25 0 1 0 165820516 292986880 68965 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134520025 0 0 4096 3 0 0 0 17 1 0 0
/proc/3721/statm: 71530 68965 54 142 0 71386 0
Current children cumulated CPU time (s) 1648.85
Current children cumulated vsize (KiB) 333684

[startup+1724.2 s]
/proc/loadavg: 2.00 2.00 1.94 3/81 3919
/proc/meminfo: memFree=1149888/2055920 swapFree=4191892/4192956
[pid=3699] ppid=3697 vsize=47564 CPUtime=82.63
/proc/3699/stat : 3699 (galac.sh) S 3697 3699 3407 0 -1 4194304 799 89511 0 1 0 0 8189 74 17 0 1 0 165812155 48705536 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 238389750618 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3699/statm: 11891 364 246 79 0 218 0
[pid=3721] ppid=3699 vsize=290616 CPUtime=1626.01
/proc/3721/stat : 3721 (minisat) R 3699 3699 3407 0 -1 4194304 70080 0 0 0 162541 60 0 0 25 0 1 0 165820516 297590784 70062 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529361 0 0 4096 3 0 0 0 17 1 0 0
/proc/3721/statm: 72654 70062 54 142 0 72510 0
Current children cumulated CPU time (s) 1708.64
Current children cumulated vsize (KiB) 338180

[startup+1784.28 s]
/proc/loadavg: 2.00 2.00 1.94 3/81 3921
/proc/meminfo: memFree=1146240/2055920 swapFree=4191892/4192956
[pid=3699] ppid=3697 vsize=47564 CPUtime=82.63
/proc/3699/stat : 3699 (galac.sh) S 3697 3699 3407 0 -1 4194304 799 89511 0 1 0 0 8189 74 17 0 1 0 165812155 48705536 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 238389750618 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3699/statm: 11891 364 246 79 0 218 0
[pid=3721] ppid=3699 vsize=294056 CPUtime=1685.81
/proc/3721/stat : 3721 (minisat) R 3699 3699 3407 0 -1 4194304 70979 0 0 0 168519 62 0 0 25 0 1 0 165820516 301113344 70961 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529268 0 0 4096 3 0 0 0 17 1 0 0
/proc/3721/statm: 73514 70961 54 142 0 73370 0
Current children cumulated CPU time (s) 1768.44
Current children cumulated vsize (KiB) 341620



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1815.97 s]
/proc/loadavg: 2.07 2.02 1.94 3/74 4149
/proc/meminfo: memFree=1241336/2055920 swapFree=4191892/4192956
[pid=3699] ppid=3697 vsize=47564 CPUtime=82.63
/proc/3699/stat : 3699 (galac.sh) S 3697 3699 3407 0 -1 4194304 799 89511 0 1 0 0 8189 74 17 0 1 0 165812155 48705536 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 238389750618 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3699/statm: 11891 364 246 79 0 218 0
[pid=3721] ppid=3699 vsize=296168 CPUtime=1717.42
/proc/3721/stat : 3721 (minisat) R 3699 3699 3407 0 -1 4194304 71495 0 0 0 171675 67 0 0 25 0 1 0 165820516 303276032 71477 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529361 0 0 4096 3 0 0 0 17 0 0 0
/proc/3721/statm: 74042 71477 54 142 0 73898 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 343732

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 3699 and gives childrusage.ru_utime.tv_sec=81 childrusage.ru_utime.tv_usec=900549 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=748886
CPU time returned by wait4() is 82.6494
while last known CPU time is 1800.05

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

Real time (s): 1815.98
CPU time (s): 1800.05
CPU user time (s): 1798.64
CPU system time (s): 1.41
CPU usage (%): 99.1228
Max. virtual memory (cumulated for all children) (KiB): 908628

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 81.9005
system time used= 0.748886
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 90310
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= 3532
involuntary context switches= 5365

runsolver used 2.53161 s user time and 5.61215 s system time

The end

Launcher Data (download as text)

Begin job on node41 on Sun Jan  7 12:48:49 UTC 2007


IDJOB= 206518
IDBENCH= 4214
FILE ID= node41/206518-1168174129

PBS_JOBID= 3479084

Free space on /tmp= 66538 MiB

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

META MD5SUM SOLVER= d8bf20eb49fe33822f00bab08f33d7fc
MD5SUM BENCH=  58a80347851c1598c5e724f3ea41177e

RANDOM SEED= 722962646

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.234
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.234
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:       1465832 kB
Buffers:         34400 kB
Cached:         347092 kB
SwapCached:        396 kB
Active:         252892 kB
Inactive:       269292 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1465832 kB
SwapTotal:     4192956 kB
SwapFree:      4191892 kB
Dirty:           16340 kB
Writeback:           0 kB
Mapped:         159600 kB
Slab:            52988 kB
Committed_AS:  3771200 kB
PageTables:       2144 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= 66504 MiB



End job on node41 on Sun Jan  7 13:19:05 UTC 2007