Trace number 247507

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.09 1801.84

General information on the benchmark

Namerandom/rand-8-20-5/
rand-8-20-5-18-800-15_ext.xml
MD5SUMd7a553eab6261f0c29850b8b2d8228c4
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 benchmark23.1755
SatisfiableYES
(Un)Satisfiability was proved
Number of variables20
Number of constraints18
Maximum constraint arity8
Maximum domain size5
Number of constraints which are defined in extension18
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 ---
17.03	c start processing
17.03	c start relation processing
39.37	c start cnf exporting
141.52	c parsing time : 16.846
141.52	c preprocessing time : 141.336
141.52	
141.52	c Nary constraints - conflicts : 0 supports : 18
141.52	c Binary constraints - conflicts : 0 supports :0
141.52	c max arity constraint : 8
141.52	c Max Tuples generated 0
141.52	c relations : 18
141.52	c relations BDD: 18
141.52	c vars : 722791 - clauses :  2820598
141.52	
141.65	 
141.65	c --- Minisat Stats ---
141.65	 

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/node11/watcher-247507-1168393069 -o ROOT/results/node11/solver-247507-1168393069 -C 1800 -M 900 /tmp/evaluation/247507-1168393069/galac.sh /tmp/evaluation/247507-1168393069/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.83 1.62 1.85 5/94 18505
/proc/meminfo: memFree=1451664/2055920 swapFree=4192812/4192956
[pid=18504] ppid=18502 vsize=8560 CPUtime=0
/proc/18504/stat : 18504 (galac.sh) R 18502 18504 17752 0 -1 4194304 308 0 0 0 0 0 0 0 20 0 1 0 187701951 8765440 253 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 262910232463 0 0 4096 8192 0 0 0 17 1 0 0
/proc/18504/statm: 2140 253 197 79 0 133 0

[startup+0.105 s]
/proc/loadavg: 1.83 1.62 1.85 5/94 18505
/proc/meminfo: memFree=1451664/2055920 swapFree=4192812/4192956
[pid=18504] ppid=18502 vsize=47568 CPUtime=0.01
/proc/18504/stat : 18504 (galac.sh) S 18502 18504 17752 0 -1 4194304 761 1704 0 0 0 0 0 1 24 0 1 0 187701951 48709632 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 262909651802 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18504/statm: 11892 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+0.513086 s]
/proc/loadavg: 1.83 1.62 1.85 5/94 18505
/proc/meminfo: memFree=1451664/2055920 swapFree=4192812/4192956
[pid=18504] ppid=18502 vsize=47568 CPUtime=0.01
/proc/18504/stat : 18504 (galac.sh) S 18502 18504 17752 0 -1 4194304 761 1704 0 0 0 0 0 1 24 0 1 0 187701951 48709632 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 262909651802 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18504/statm: 11892 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+1.33525 s]
/proc/loadavg: 1.83 1.62 1.85 4/102 18525
/proc/meminfo: memFree=1362440/2055920 swapFree=4192812/4192956
[pid=18504] ppid=18502 vsize=47568 CPUtime=0.01
/proc/18504/stat : 18504 (galac.sh) S 18502 18504 17752 0 -1 4194304 761 1704 0 0 0 0 0 1 24 0 1 0 187701951 48709632 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 262909651802 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18504/statm: 11892 363 245 79 0 218 0
[pid=18518] ppid=18504 vsize=861064 CPUtime=1.25
/proc/18518/stat : 18518 (java) R 18504 18504 17752 0 -1 0 24775 0 1 0 114 11 0 0 24 0 8 0 187701956 881729536 24528 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18518/statm: 215266 24528 1965 14 0 201471 0
[pid=18518/tid=18519] ppid=18504 vsize=861064 CPUtime=0.08
/proc/18518/task/18519/stat : 18519 (java) R 18504 18504 17752 0 -1 64 9024 0 0 0 5 3 0 0 16 0 8 0 187701960 881729536 24528 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4153822872 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18518/tid=18520] ppid=18504 vsize=861064 CPUtime=0
/proc/18518/task/18520/stat : 18520 (java) S 18504 18504 17752 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 187701960 881729536 24528 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18518/tid=18521] ppid=18504 vsize=861064 CPUtime=0
/proc/18518/task/18521/stat : 18521 (java) S 18504 18504 17752 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 187701960 881729536 24528 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18518/tid=18522] ppid=18504 vsize=861064 CPUtime=0
/proc/18518/task/18522/stat : 18522 (java) S 18504 18504 17752 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 187701964 881729536 24528 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18518/tid=18523] ppid=18504 vsize=861064 CPUtime=0.12
/proc/18518/task/18523/stat : 18523 (java) S 18504 18504 17752 0 -1 64 891 0 0 0 12 0 0 0 16 0 8 0 187701964 881729536 24528 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18518/tid=18524] ppid=18504 vsize=861064 CPUtime=0
/proc/18518/task/18524/stat : 18524 (java) S 18504 18504 17752 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 187701964 881729536 24528 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18518/tid=18525] ppid=18504 vsize=861064 CPUtime=0
/proc/18518/task/18525/stat : 18525 (java) R 18504 18504 17752 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 187701964 881729536 24528 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.26
Current children cumulated vsize (KiB) 908632

[startup+2.98458 s]
/proc/loadavg: 1.83 1.62 1.85 3/102 18525
/proc/meminfo: memFree=1337608/2055920 swapFree=4192812/4192956
[pid=18504] ppid=18502 vsize=47568 CPUtime=0.01
/proc/18504/stat : 18504 (galac.sh) S 18502 18504 17752 0 -1 4194304 761 1704 0 0 0 0 0 1 24 0 1 0 187701951 48709632 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 262909651802 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18504/statm: 11892 363 245 79 0 218 0
[pid=18518] ppid=18504 vsize=861064 CPUtime=2.89
/proc/18518/stat : 18518 (java) R 18504 18504 17752 0 -1 0 33209 0 1 0 274 15 0 0 25 0 8 0 187701956 881729536 32958 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18518/statm: 215266 32958 1965 14 0 201471 0
[pid=18518/tid=18519] ppid=18504 vsize=861064 CPUtime=0.21
/proc/18518/task/18519/stat : 18519 (java) R 18504 18504 17752 0 -1 64 17443 0 0 0 14 7 0 0 16 0 8 0 187701960 881729536 32958 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4154023939 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18518/tid=18520] ppid=18504 vsize=861064 CPUtime=0
/proc/18518/task/18520/stat : 18520 (java) S 18504 18504 17752 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 187701960 881729536 32958 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18518/tid=18521] ppid=18504 vsize=861064 CPUtime=0
/proc/18518/task/18521/stat : 18521 (java) S 18504 18504 17752 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 187701960 881729536 32958 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18518/tid=18522] ppid=18504 vsize=861064 CPUtime=0
/proc/18518/task/18522/stat : 18522 (java) S 18504 18504 17752 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 187701964 881729536 32958 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18518/tid=18523] ppid=18504 vsize=861064 CPUtime=0.15
/proc/18518/task/18523/stat : 18523 (java) S 18504 18504 17752 0 -1 64 902 0 0 0 15 0 0 0 16 0 8 0 187701964 881729536 32958 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18518/tid=18524] ppid=18504 vsize=861064 CPUtime=0
/proc/18518/task/18524/stat : 18524 (java) S 18504 18504 17752 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 187701964 881729536 32958 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18518/tid=18525] ppid=18504 vsize=861064 CPUtime=0
/proc/18518/task/18525/stat : 18525 (java) S 18504 18504 17752 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 187701964 881729536 32958 18446744073709551615 134512640 134570532 4294956096 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) 908632

[startup+6.27822 s]
/proc/loadavg: 1.84 1.63 1.85 3/102 18525
/proc/meminfo: memFree=1278664/2055920 swapFree=4192812/4192956
[pid=18504] ppid=18502 vsize=47568 CPUtime=0.01
/proc/18504/stat : 18504 (galac.sh) S 18502 18504 17752 0 -1 4194304 761 1704 0 0 0 0 0 1 24 0 1 0 187701951 48709632 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 262909651802 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18504/statm: 11892 363 245 79 0 218 0
[pid=18518] ppid=18504 vsize=861064 CPUtime=6.15
/proc/18518/stat : 18518 (java) R 18504 18504 17752 0 -1 0 49861 0 1 0 594 21 0 0 25 0 8 0 187701956 881729536 49602 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073655630 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18518/statm: 215266 49602 1965 14 0 201471 0
[pid=18518/tid=18519] ppid=18504 vsize=861064 CPUtime=0.48
/proc/18518/task/18519/stat : 18519 (java) S 18504 18504 17752 0 -1 64 34087 0 0 0 36 12 0 0 16 0 8 0 187701960 881729536 49602 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18518/tid=18520] ppid=18504 vsize=861064 CPUtime=0
/proc/18518/task/18520/stat : 18520 (java) S 18504 18504 17752 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 187701960 881729536 49602 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18518/tid=18521] ppid=18504 vsize=861064 CPUtime=0
/proc/18518/task/18521/stat : 18521 (java) S 18504 18504 17752 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 187701960 881729536 49602 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18518/tid=18522] ppid=18504 vsize=861064 CPUtime=0
/proc/18518/task/18522/stat : 18522 (java) S 18504 18504 17752 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 187701964 881729536 49602 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18518/tid=18523] ppid=18504 vsize=861064 CPUtime=0.15
/proc/18518/task/18523/stat : 18523 (java) S 18504 18504 17752 0 -1 64 902 0 0 0 15 0 0 0 17 0 8 0 187701964 881729536 49602 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18518/tid=18524] ppid=18504 vsize=861064 CPUtime=0
/proc/18518/task/18524/stat : 18524 (java) S 18504 18504 17752 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 187701964 881729536 49602 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18518/tid=18525] ppid=18504 vsize=861064 CPUtime=0
/proc/18518/task/18525/stat : 18525 (java) S 18504 18504 17752 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 187701964 881729536 49602 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 908632

[startup+12.7725 s]
/proc/loadavg: 1.85 1.64 1.85 3/102 18525
/proc/meminfo: memFree=1130320/2055920 swapFree=4192812/4192956
[pid=18504] ppid=18502 vsize=47568 CPUtime=0.01
/proc/18504/stat : 18504 (galac.sh) S 18502 18504 17752 0 -1 4194304 761 1704 0 0 0 0 0 1 24 0 1 0 187701951 48709632 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 262909651802 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18504/statm: 11892 363 245 79 0 218 0
[pid=18518] ppid=18504 vsize=861064 CPUtime=12.58
/proc/18518/stat : 18518 (java) R 18504 18504 17752 0 -1 0 83122 0 1 0 1223 35 0 0 25 0 8 0 187701956 881729536 82846 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073655727 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18518/statm: 215266 82846 1965 14 0 201471 0
[pid=18518/tid=18519] ppid=18504 vsize=861064 CPUtime=1.03
/proc/18518/task/18519/stat : 18519 (java) S 18504 18504 17752 0 -1 64 67328 0 0 0 78 25 0 0 16 0 8 0 187701960 881729536 82846 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18518/tid=18520] ppid=18504 vsize=861064 CPUtime=0
/proc/18518/task/18520/stat : 18520 (java) S 18504 18504 17752 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 187701960 881729536 82846 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18518/tid=18521] ppid=18504 vsize=861064 CPUtime=0
/proc/18518/task/18521/stat : 18521 (java) S 18504 18504 17752 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 187701960 881729536 82846 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18518/tid=18522] ppid=18504 vsize=861064 CPUtime=0
/proc/18518/task/18522/stat : 18522 (java) S 18504 18504 17752 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 187701964 881729536 82846 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18518/tid=18523] ppid=18504 vsize=861064 CPUtime=0.15
/proc/18518/task/18523/stat : 18523 (java) S 18504 18504 17752 0 -1 64 905 0 0 0 15 0 0 0 16 0 8 0 187701964 881729536 82846 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18518/tid=18524] ppid=18504 vsize=861064 CPUtime=0
/proc/18518/task/18524/stat : 18524 (java) S 18504 18504 17752 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 187701964 881729536 82846 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18518/tid=18525] ppid=18504 vsize=861064 CPUtime=0
/proc/18518/task/18525/stat : 18525 (java) S 18504 18504 17752 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 187701964 881729536 82846 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 908632

[startup+25.6561 s]
/proc/loadavg: 1.89 1.65 1.85 3/102 18525
/proc/meminfo: memFree=942736/2055920 swapFree=4192812/4192956
[pid=18504] ppid=18502 vsize=47568 CPUtime=0.01
/proc/18504/stat : 18504 (galac.sh) S 18502 18504 17752 0 -1 4194304 761 1704 0 0 0 0 0 1 24 0 1 0 187701951 48709632 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 262909651802 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18504/statm: 11892 363 245 79 0 218 0
[pid=18518] ppid=18504 vsize=861064 CPUtime=25.35
/proc/18518/stat : 18518 (java) R 18504 18504 17752 0 -1 0 129122 0 1 0 2482 53 0 0 25 0 8 0 187701956 881729536 128830 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073928982 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18518/statm: 215266 128830 1976 14 0 201471 0
[pid=18518/tid=18519] ppid=18504 vsize=861064 CPUtime=2.38
/proc/18518/task/18519/stat : 18519 (java) S 18504 18504 17752 0 -1 64 113265 0 0 0 195 43 0 0 16 0 8 0 187701960 881729536 128830 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18518/tid=18520] ppid=18504 vsize=861064 CPUtime=0
/proc/18518/task/18520/stat : 18520 (java) S 18504 18504 17752 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 187701960 881729536 128830 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18518/tid=18521] ppid=18504 vsize=861064 CPUtime=0
/proc/18518/task/18521/stat : 18521 (java) S 18504 18504 17752 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 187701960 881729536 128830 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18518/tid=18522] ppid=18504 vsize=861064 CPUtime=0
/proc/18518/task/18522/stat : 18522 (java) S 18504 18504 17752 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 187701964 881729536 128830 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18518/tid=18523] ppid=18504 vsize=861064 CPUtime=0.2
/proc/18518/task/18523/stat : 18523 (java) S 18504 18504 17752 0 -1 64 928 0 0 0 19 1 0 0 15 0 8 0 187701964 881729536 128830 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18518/tid=18524] ppid=18504 vsize=861064 CPUtime=0
/proc/18518/task/18524/stat : 18524 (java) S 18504 18504 17752 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 187701964 881729536 128830 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18518/tid=18525] ppid=18504 vsize=861064 CPUtime=0
/proc/18518/task/18525/stat : 18525 (java) S 18504 18504 17752 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 187701964 881729536 128830 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.36
Current children cumulated vsize (KiB) 908632

[startup+51.3152 s]
/proc/loadavg: 1.98 1.70 1.86 3/102 18525
/proc/meminfo: memFree=744400/2055920 swapFree=4192812/4192956
[pid=18504] ppid=18502 vsize=47568 CPUtime=0.01
/proc/18504/stat : 18504 (galac.sh) S 18502 18504 17752 0 -1 4194304 761 1704 0 0 0 0 0 1 24 0 1 0 187701951 48709632 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 262909651802 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18504/statm: 11892 363 245 79 0 218 0
[pid=18518] ppid=18504 vsize=861064 CPUtime=50.77
/proc/18518/stat : 18518 (java) R 18504 18504 17752 0 -1 0 177822 0 1 0 4999 78 0 0 25 0 8 0 187701956 881729536 177355 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073968206 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18518/statm: 215266 177355 1998 14 0 201471 0
[pid=18518/tid=18519] ppid=18504 vsize=861064 CPUtime=7.54
/proc/18518/task/18519/stat : 18519 (java) S 18504 18504 17752 0 -1 64 161868 0 0 0 691 63 0 0 16 0 8 0 187701960 881729536 177355 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18518/tid=18520] ppid=18504 vsize=861064 CPUtime=0
/proc/18518/task/18520/stat : 18520 (java) S 18504 18504 17752 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 187701960 881729536 177355 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18518/tid=18521] ppid=18504 vsize=861064 CPUtime=0
/proc/18518/task/18521/stat : 18521 (java) S 18504 18504 17752 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 187701960 881729536 177355 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18518/tid=18522] ppid=18504 vsize=861064 CPUtime=0
/proc/18518/task/18522/stat : 18522 (java) S 18504 18504 17752 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 187701964 881729536 177355 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18518/tid=18523] ppid=18504 vsize=861064 CPUtime=0.26
/proc/18518/task/18523/stat : 18523 (java) S 18504 18504 17752 0 -1 64 964 0 0 0 25 1 0 0 16 0 8 0 187701964 881729536 177355 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18518/tid=18524] ppid=18504 vsize=861064 CPUtime=0
/proc/18518/task/18524/stat : 18524 (java) S 18504 18504 17752 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 187701964 881729536 177355 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18518/tid=18525] ppid=18504 vsize=861064 CPUtime=0
/proc/18518/task/18525/stat : 18525 (java) S 18504 18504 17752 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 187701964 881729536 177355 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.78
Current children cumulated vsize (KiB) 908632

[startup+102.616 s]
/proc/loadavg: 1.92 1.72 1.85 3/91 18534
/proc/meminfo: memFree=860392/2055920 swapFree=4192812/4192956
[pid=18504] ppid=18502 vsize=47568 CPUtime=0.01
/proc/18504/stat : 18504 (galac.sh) S 18502 18504 17752 0 -1 4194304 761 1704 0 0 0 0 0 1 24 0 1 0 187701951 48709632 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 262909651802 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18504/statm: 11892 363 245 79 0 218 0
[pid=18518] ppid=18504 vsize=861064 CPUtime=101.66
/proc/18518/stat : 18518 (java) R 18504 18504 17752 0 -1 0 177911 0 1 0 10070 96 0 0 25 0 8 0 187701956 881729536 177356 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073949412 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18518/statm: 215266 177356 1998 14 0 201471 0
[pid=18518/tid=18519] ppid=18504 vsize=861064 CPUtime=7.81

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

/proc/loadavg: 1.00 1.01 1.26 2/79 18679
/proc/meminfo: memFree=1461016/2055920 swapFree=4192812/4192956
[pid=18504] ppid=18502 vsize=47568 CPUtime=140.6
/proc/18504/stat : 18504 (galac.sh) S 18502 18504 17752 0 -1 4194304 799 179692 0 1 0 0 13935 125 16 0 1 0 187701951 48709632 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 262909651802 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18504/statm: 11892 363 245 79 0 218 0
[pid=18679] ppid=18504 vsize=179852 CPUtime=982.02
/proc/18679/stat : 18679 (minisat) R 18504 18504 17752 0 -1 4194304 40976 0 0 0 98175 27 0 0 25 0 1 0 187716116 184168448 40958 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 0 0 0
/proc/18679/statm: 44963 40958 53 142 0 44819 0
Current children cumulated CPU time (s) 1122.62
Current children cumulated vsize (KiB) 227420

[startup+1184.19 s]
/proc/loadavg: 1.00 1.01 1.24 2/79 18679
/proc/meminfo: memFree=1460952/2055920 swapFree=4192812/4192956
[pid=18504] ppid=18502 vsize=47568 CPUtime=140.6
/proc/18504/stat : 18504 (galac.sh) S 18502 18504 17752 0 -1 4194304 799 179692 0 1 0 0 13935 125 16 0 1 0 187701951 48709632 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 262909651802 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18504/statm: 11892 363 245 79 0 218 0
[pid=18679] ppid=18504 vsize=179984 CPUtime=1042.09
/proc/18679/stat : 18679 (minisat) R 18504 18504 17752 0 -1 4194304 41004 0 0 0 104182 27 0 0 25 0 1 0 187716116 184303616 40986 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/18679/statm: 44996 40986 53 142 0 44852 0
Current children cumulated CPU time (s) 1182.69
Current children cumulated vsize (KiB) 227552

[startup+1244.28 s]
/proc/loadavg: 1.00 1.00 1.23 2/79 18679
/proc/meminfo: memFree=1460696/2055920 swapFree=4192812/4192956
[pid=18504] ppid=18502 vsize=47568 CPUtime=140.6
/proc/18504/stat : 18504 (galac.sh) S 18502 18504 17752 0 -1 4194304 799 179692 0 1 0 0 13935 125 16 0 1 0 187701951 48709632 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 262909651802 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18504/statm: 11892 363 245 79 0 218 0
[pid=18679] ppid=18504 vsize=180116 CPUtime=1102.16
/proc/18679/stat : 18679 (minisat) R 18504 18504 17752 0 -1 4194304 41030 0 0 0 110189 27 0 0 25 0 1 0 187716116 184438784 41012 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/18679/statm: 45029 41012 53 142 0 44885 0
Current children cumulated CPU time (s) 1242.76
Current children cumulated vsize (KiB) 227684

[startup+1304.36 s]
/proc/loadavg: 1.00 1.00 1.21 2/79 18679
/proc/meminfo: memFree=1460504/2055920 swapFree=4192812/4192956
[pid=18504] ppid=18502 vsize=47568 CPUtime=140.6
/proc/18504/stat : 18504 (galac.sh) S 18502 18504 17752 0 -1 4194304 799 179692 0 1 0 0 13935 125 16 0 1 0 187701951 48709632 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 262909651802 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18504/statm: 11892 363 245 79 0 218 0
[pid=18679] ppid=18504 vsize=180116 CPUtime=1162.22
/proc/18679/stat : 18679 (minisat) R 18504 18504 17752 0 -1 4194304 41060 0 0 0 116195 27 0 0 25 0 1 0 187716116 184438784 41042 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134520025 0 0 4096 3 0 0 0 17 0 0 0
/proc/18679/statm: 45029 41042 53 142 0 44885 0
Current children cumulated CPU time (s) 1302.82
Current children cumulated vsize (KiB) 227684

[startup+1364.45 s]
/proc/loadavg: 1.00 1.00 1.19 2/79 18679
/proc/meminfo: memFree=1460312/2055920 swapFree=4192812/4192956
[pid=18504] ppid=18502 vsize=47568 CPUtime=140.6
/proc/18504/stat : 18504 (galac.sh) S 18502 18504 17752 0 -1 4194304 799 179692 0 1 0 0 13935 125 16 0 1 0 187701951 48709632 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 262909651802 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18504/statm: 11892 363 245 79 0 218 0
[pid=18679] ppid=18504 vsize=180248 CPUtime=1222.29
/proc/18679/stat : 18679 (minisat) R 18504 18504 17752 0 -1 4194304 41086 0 0 0 122201 28 0 0 25 0 1 0 187716116 184573952 41068 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 0 0 0
/proc/18679/statm: 45062 41068 53 142 0 44918 0
Current children cumulated CPU time (s) 1362.89
Current children cumulated vsize (KiB) 227816

[startup+1424.46 s]
/proc/loadavg: 1.00 1.00 1.18 2/85 18797
/proc/meminfo: memFree=1458280/2055920 swapFree=4192812/4192956
[pid=18504] ppid=18502 vsize=47568 CPUtime=140.6
/proc/18504/stat : 18504 (galac.sh) S 18502 18504 17752 0 -1 4194304 799 179692 0 1 0 0 13935 125 16 0 1 0 187701951 48709632 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 262909651802 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18504/statm: 11892 363 245 79 0 218 0
[pid=18679] ppid=18504 vsize=180380 CPUtime=1282.27
/proc/18679/stat : 18679 (minisat) R 18504 18504 17752 0 -1 4194304 41110 0 0 0 128189 38 0 0 25 0 1 0 187716116 184709120 41092 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/18679/statm: 45095 41092 53 142 0 44951 0
Current children cumulated CPU time (s) 1422.87
Current children cumulated vsize (KiB) 227948

[startup+1484.47 s]
/proc/loadavg: 1.00 1.00 1.16 2/85 18857
/proc/meminfo: memFree=1458152/2055920 swapFree=4192812/4192956
[pid=18504] ppid=18502 vsize=47568 CPUtime=140.6
/proc/18504/stat : 18504 (galac.sh) S 18502 18504 17752 0 -1 4194304 799 179692 0 1 0 0 13935 125 16 0 1 0 187701951 48709632 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 262909651802 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18504/statm: 11892 363 245 79 0 218 0
[pid=18679] ppid=18504 vsize=180512 CPUtime=1342.26
/proc/18679/stat : 18679 (minisat) R 18504 18504 17752 0 -1 4194304 41150 0 0 0 134180 46 0 0 25 0 1 0 187716116 184844288 41132 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/18679/statm: 45128 41132 53 142 0 44984 0
Current children cumulated CPU time (s) 1482.86
Current children cumulated vsize (KiB) 228080

[startup+1544.56 s]
/proc/loadavg: 1.00 1.00 1.15 2/79 18877
/proc/meminfo: memFree=1459096/2055920 swapFree=4192812/4192956
[pid=18504] ppid=18502 vsize=47568 CPUtime=140.6
/proc/18504/stat : 18504 (galac.sh) S 18502 18504 17752 0 -1 4194304 799 179692 0 1 0 0 13935 125 16 0 1 0 187701951 48709632 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 262909651802 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18504/statm: 11892 363 245 79 0 218 0
[pid=18679] ppid=18504 vsize=180644 CPUtime=1402.32
/proc/18679/stat : 18679 (minisat) R 18504 18504 17752 0 -1 4194304 41187 0 0 0 140186 46 0 0 25 0 1 0 187716116 184979456 41169 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 0 0 0
/proc/18679/statm: 45161 41169 53 142 0 45017 0
Current children cumulated CPU time (s) 1542.92
Current children cumulated vsize (KiB) 228212

[startup+1604.65 s]
/proc/loadavg: 1.00 1.00 1.14 2/79 18877
/proc/meminfo: memFree=1459032/2055920 swapFree=4192812/4192956
[pid=18504] ppid=18502 vsize=47568 CPUtime=140.6
/proc/18504/stat : 18504 (galac.sh) S 18502 18504 17752 0 -1 4194304 799 179692 0 1 0 0 13935 125 16 0 1 0 187701951 48709632 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 262909651802 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18504/statm: 11892 363 245 79 0 218 0
[pid=18679] ppid=18504 vsize=180776 CPUtime=1462.39
/proc/18679/stat : 18679 (minisat) R 18504 18504 17752 0 -1 4194304 41209 0 0 0 146193 46 0 0 25 0 1 0 187716116 185114624 41191 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529268 0 0 4096 3 0 0 0 17 0 0 0
/proc/18679/statm: 45194 41191 53 142 0 45050 0
Current children cumulated CPU time (s) 1602.99
Current children cumulated vsize (KiB) 228344

[startup+1664.73 s]
/proc/loadavg: 1.12 1.03 1.14 2/79 18877
/proc/meminfo: memFree=1458840/2055920 swapFree=4192812/4192956
[pid=18504] ppid=18502 vsize=47568 CPUtime=140.6
/proc/18504/stat : 18504 (galac.sh) S 18502 18504 17752 0 -1 4194304 799 179692 0 1 0 0 13935 125 16 0 1 0 187701951 48709632 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 262909651802 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18504/statm: 11892 363 245 79 0 218 0
[pid=18679] ppid=18504 vsize=180908 CPUtime=1522.45
/proc/18679/stat : 18679 (minisat) R 18504 18504 17752 0 -1 4194304 41242 0 0 0 152199 46 0 0 25 0 1 0 187716116 185249792 41224 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/18679/statm: 45227 41224 53 142 0 45083 0
Current children cumulated CPU time (s) 1663.05
Current children cumulated vsize (KiB) 228476

[startup+1724.82 s]
/proc/loadavg: 1.04 1.02 1.13 2/79 18877
/proc/meminfo: memFree=1458648/2055920 swapFree=4192812/4192956
[pid=18504] ppid=18502 vsize=47568 CPUtime=140.6
/proc/18504/stat : 18504 (galac.sh) S 18502 18504 17752 0 -1 4194304 799 179692 0 1 0 0 13935 125 16 0 1 0 187701951 48709632 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 262909651802 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18504/statm: 11892 363 245 79 0 218 0
[pid=18679] ppid=18504 vsize=181040 CPUtime=1582.52
/proc/18679/stat : 18679 (minisat) R 18504 18504 17752 0 -1 4194304 41271 0 0 0 158205 47 0 0 25 0 1 0 187716116 185384960 41253 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/18679/statm: 45260 41253 53 142 0 45116 0
Current children cumulated CPU time (s) 1723.12
Current children cumulated vsize (KiB) 228608

[startup+1784.91 s]
/proc/loadavg: 1.01 1.02 1.12 2/79 18877
/proc/meminfo: memFree=1458328/2055920 swapFree=4192812/4192956
[pid=18504] ppid=18502 vsize=47568 CPUtime=140.6
/proc/18504/stat : 18504 (galac.sh) S 18502 18504 17752 0 -1 4194304 799 179692 0 1 0 0 13935 125 16 0 1 0 187701951 48709632 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 262909651802 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18504/statm: 11892 363 245 79 0 218 0
[pid=18679] ppid=18504 vsize=181204 CPUtime=1642.58
/proc/18679/stat : 18679 (minisat) R 18504 18504 17752 0 -1 4194304 41326 0 0 0 164211 47 0 0 25 0 1 0 187716116 185552896 41308 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134520025 0 0 4096 3 0 0 0 17 0 0 0
/proc/18679/statm: 45301 41308 53 142 0 45157 0
Current children cumulated CPU time (s) 1783.18
Current children cumulated vsize (KiB) 228772



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.83 s]
/proc/loadavg: 1.08 1.03 1.12 2/79 18877
/proc/meminfo: memFree=1458328/2055920 swapFree=4192812/4192956
[pid=18504] ppid=18502 vsize=47568 CPUtime=140.6
/proc/18504/stat : 18504 (galac.sh) S 18502 18504 17752 0 -1 4194304 799 179692 0 1 0 0 13935 125 16 0 1 0 187701951 48709632 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 262909651802 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18504/statm: 11892 363 245 79 0 218 0
[pid=18679] ppid=18504 vsize=181204 CPUtime=1659.49
/proc/18679/stat : 18679 (minisat) R 18504 18504 17752 0 -1 4194304 41326 0 0 0 165902 47 0 0 25 0 1 0 187716116 185552896 41308 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 0 0 0
/proc/18679/statm: 45301 41308 53 142 0 45157 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 228772

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 18504 and gives childrusage.ru_utime.tv_sec=139 childrusage.ru_utime.tv_usec=363813 childrusage.ru_stime.tv_sec=1 childrusage.ru_stime.tv_usec=260808
CPU time returned by wait4() is 140.625
while last known CPU time is 1800.09

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

Real time (s): 1801.84
CPU time (s): 1800.09
CPU user time (s): 1798.37
CPU system time (s): 1.72
CPU usage (%): 99.9031
Max. virtual memory (cumulated for all children) (KiB): 909636

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 139.364
system time used= 1.26081
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 180491
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= 5230
involuntary context switches= 8390

runsolver used 1.76573 s user time and 4.79827 s system time

The end

Launcher Data (download as text)

Begin job on node11 on Wed Jan 10 01:37:49 UTC 2007


IDJOB= 247507
IDBENCH= 11140
FILE ID= node11/247507-1168393069

PBS_JOBID= 3522797

Free space on /tmp= 66507 MiB

BENCH NAME= HOME/pub/bench/CPAI06/random/rand-8-20-5/rand-8-20-5-18-800-15_ext.xml
COMMAND LINE= /tmp/evaluation/247507-1168393069/galac.sh /tmp/evaluation/247507-1168393069/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node11/watcher-247507-1168393069 -o ROOT/results/node11/solver-247507-1168393069 -C 1800 -M 900  /tmp/evaluation/247507-1168393069/galac.sh /tmp/evaluation/247507-1168393069/unknown.xml

META MD5SUM SOLVER= d8bf20eb49fe33822f00bab08f33d7fc
MD5SUM BENCH=  d7a553eab6261f0c29850b8b2d8228c4

RANDOM SEED= 796732535

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1452080 kB
Buffers:         25976 kB
Cached:         260712 kB
SwapCached:          0 kB
Active:         434804 kB
Inactive:       117192 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1452080 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           24820 kB
Writeback:           0 kB
Mapped:         291888 kB
Slab:            36012 kB
Committed_AS:  6868656 kB
PageTables:       2856 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= 66473 MiB



End job on node11 on Wed Jan 10 02:07:51 UTC 2007