Trace number 247429

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.08 1801.54

General information on the benchmark

Namerandom/rand-8-20-5/
rand-8-20-5-18-800-17_ext.xml
MD5SUM99aedbba3b4279edf60bda79b3a4f8a9
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 benchmark17.1624
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.03	c --- Preproc Stats ---
16.60	c start processing
16.60	c start relation processing
40.54	c start cnf exporting
138.95	c parsing time : 16.446
138.95	c preprocessing time : 138.798
138.95	
138.95	c Nary constraints - conflicts : 0 supports : 18
138.95	c Binary constraints - conflicts : 0 supports :0
138.95	c max arity constraint : 8
138.95	c Max Tuples generated 0
138.95	c relations : 18
138.95	c relations BDD: 18
138.95	c vars : 722834 - clauses :  2820801
138.95	
139.08	 
139.08	c --- Minisat Stats ---
139.08	 

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/node9/watcher-247429-1168392430 -o ROOT/results/node9/solver-247429-1168392430 -C 1800 -M 900 /tmp/evaluation/247429-1168392430/galac.sh /tmp/evaluation/247429-1168392430/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.00 1.02 1.05 4/78 9221
/proc/meminfo: memFree=1617848/2055920 swapFree=4191880/4192956
[pid=9220] ppid=9218 vsize=8652 CPUtime=0
/proc/9220/stat : 9220 (galac.sh) R 9218 9220 8068 0 -1 4194304 335 0 0 0 0 0 0 0 17 0 1 0 187638152 8859648 279 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 215418989215 0 65538 4096 73728 0 0 0 17 1 0 0
/proc/9220/statm: 2163 279 207 79 0 156 0
[pid=9222] ppid=9220 vsize=8688 CPUtime=0
/proc/9222/stat : 9222 (galac.sh) R 9220 9220 8068 0 -1 4194368 27 0 0 0 0 0 0 0 17 0 1 0 187638152 8896512 286 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 215418989215 0 65536 4096 73728 0 0 0 17 1 0 0
/proc/9222/statm: 2172 286 209 79 0 165 0
[pid=9223] ppid=9222 vsize=8728 CPUtime=0
/proc/9223/stat : 9223 (galac.sh) R 9222 9220 8068 0 -1 4194368 26 0 0 0 0 0 0 0 17 0 1 0 187638152 8937472 290 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 215418989863 0 0 3674112 73728 18446744071563325055 0 0 17 1 0 0
/proc/9223/statm: 2182 290 209 79 0 175 0

[startup+0.102684 s]
/proc/loadavg: 1.00 1.02 1.05 4/78 9221
/proc/meminfo: memFree=1617848/2055920 swapFree=4191880/4192956
[pid=9220] ppid=9218 vsize=47576 CPUtime=0.01
/proc/9220/stat : 9220 (galac.sh) S 9218 9220 8068 0 -1 4194304 760 1704 0 0 0 0 0 1 18 0 1 0 187638152 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9220/statm: 11894 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47576

[startup+0.510728 s]
/proc/loadavg: 1.00 1.02 1.05 4/78 9221
/proc/meminfo: memFree=1617848/2055920 swapFree=4191880/4192956
[pid=9220] ppid=9218 vsize=47576 CPUtime=0.01
/proc/9220/stat : 9220 (galac.sh) S 9218 9220 8068 0 -1 4194304 760 1704 0 0 0 0 0 1 18 0 1 0 187638152 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9220/statm: 11894 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47576

[startup+1.33282 s]
/proc/loadavg: 1.00 1.02 1.05 2/86 9241
/proc/meminfo: memFree=1528888/2055920 swapFree=4191880/4192956
[pid=9220] ppid=9218 vsize=47576 CPUtime=0.01
/proc/9220/stat : 9220 (galac.sh) S 9218 9220 8068 0 -1 4194304 760 1704 0 0 0 0 0 1 18 0 1 0 187638152 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9220/statm: 11894 363 245 79 0 218 0
[pid=9234] ppid=9220 vsize=861064 CPUtime=1.28
/proc/9234/stat : 9234 (java) R 9220 9220 8068 0 -1 0 25761 0 1 0 116 12 0 0 16 0 8 0 187638155 881729536 25514 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073660808 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9234/statm: 215266 25514 1965 14 0 201471 0
[pid=9234/tid=9235] ppid=9220 vsize=861064 CPUtime=0.09
/proc/9234/task/9235/stat : 9235 (java) S 9220 9220 8068 0 -1 64 10012 0 0 0 5 4 0 0 16 0 8 0 187638158 881729536 25514 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9234/tid=9236] ppid=9220 vsize=861064 CPUtime=0
/proc/9234/task/9236/stat : 9236 (java) S 9220 9220 8068 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 187638159 881729536 25514 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9234/tid=9237] ppid=9220 vsize=861064 CPUtime=0
/proc/9234/task/9237/stat : 9237 (java) S 9220 9220 8068 0 -1 64 3 0 0 0 0 0 0 0 21 0 8 0 187638159 881729536 25514 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9234/tid=9238] ppid=9220 vsize=861064 CPUtime=0
/proc/9234/task/9238/stat : 9238 (java) S 9220 9220 8068 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 187638162 881729536 25514 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9234/tid=9239] ppid=9220 vsize=861064 CPUtime=0.11
/proc/9234/task/9239/stat : 9239 (java) S 9220 9220 8068 0 -1 64 891 0 0 0 11 0 0 0 15 0 8 0 187638162 881729536 25514 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9234/tid=9240] ppid=9220 vsize=861064 CPUtime=0
/proc/9234/task/9240/stat : 9240 (java) S 9220 9220 8068 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 187638162 881729536 25514 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9234/tid=9241] ppid=9220 vsize=861064 CPUtime=0
/proc/9234/task/9241/stat : 9241 (java) S 9220 9220 8068 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 187638162 881729536 25514 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 908640

[startup+2.98501 s]
/proc/loadavg: 1.00 1.02 1.05 2/86 9241
/proc/meminfo: memFree=1503608/2055920 swapFree=4191880/4192956
[pid=9220] ppid=9218 vsize=47576 CPUtime=0.01
/proc/9220/stat : 9220 (galac.sh) S 9218 9220 8068 0 -1 4194304 760 1704 0 0 0 0 0 1 18 0 1 0 187638152 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9220/statm: 11894 363 245 79 0 218 0
[pid=9234] ppid=9220 vsize=861064 CPUtime=2.93
/proc/9234/stat : 9234 (java) R 9220 9220 8068 0 -1 0 35015 0 1 0 278 15 0 0 17 0 8 0 187638155 881729536 34764 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073664926 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9234/statm: 215266 34764 1965 14 0 201471 0
[pid=9234/tid=9235] ppid=9220 vsize=861064 CPUtime=0.22
/proc/9234/task/9235/stat : 9235 (java) S 9220 9220 8068 0 -1 64 19251 0 0 0 15 7 0 0 16 0 8 0 187638158 881729536 34764 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9234/tid=9236] ppid=9220 vsize=861064 CPUtime=0
/proc/9234/task/9236/stat : 9236 (java) S 9220 9220 8068 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 187638159 881729536 34764 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9234/tid=9237] ppid=9220 vsize=861064 CPUtime=0
/proc/9234/task/9237/stat : 9237 (java) S 9220 9220 8068 0 -1 64 3 0 0 0 0 0 0 0 21 0 8 0 187638159 881729536 34764 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9234/tid=9238] ppid=9220 vsize=861064 CPUtime=0
/proc/9234/task/9238/stat : 9238 (java) S 9220 9220 8068 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 187638162 881729536 34764 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9234/tid=9239] ppid=9220 vsize=861064 CPUtime=0.13
/proc/9234/task/9239/stat : 9239 (java) S 9220 9220 8068 0 -1 64 902 0 0 0 13 0 0 0 16 0 8 0 187638162 881729536 34764 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9234/tid=9240] ppid=9220 vsize=861064 CPUtime=0
/proc/9234/task/9240/stat : 9240 (java) S 9220 9220 8068 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 187638162 881729536 34764 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9234/tid=9241] ppid=9220 vsize=861064 CPUtime=0
/proc/9234/task/9241/stat : 9241 (java) S 9220 9220 8068 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 187638162 881729536 34764 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 908640

[startup+6.27038 s]
/proc/loadavg: 1.00 1.02 1.05 2/86 9241
/proc/meminfo: memFree=1429888/2055920 swapFree=4191880/4192956
[pid=9220] ppid=9218 vsize=47576 CPUtime=0.01
/proc/9220/stat : 9220 (galac.sh) S 9218 9220 8068 0 -1 4194304 760 1704 0 0 0 0 0 1 18 0 1 0 187638152 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9220/statm: 11894 363 245 79 0 218 0
[pid=9234] ppid=9220 vsize=861064 CPUtime=6.22
/proc/9234/stat : 9234 (java) R 9220 9220 8068 0 -1 0 50378 0 1 0 600 22 0 0 17 0 8 0 187638155 881729536 50119 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073656687 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9234/statm: 215266 50119 1965 14 0 201471 0
[pid=9234/tid=9235] ppid=9220 vsize=861064 CPUtime=0.46
/proc/9234/task/9235/stat : 9235 (java) S 9220 9220 8068 0 -1 64 34606 0 0 0 33 13 0 0 16 0 8 0 187638158 881729536 50119 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9234/tid=9236] ppid=9220 vsize=861064 CPUtime=0
/proc/9234/task/9236/stat : 9236 (java) S 9220 9220 8068 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 187638159 881729536 50119 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9234/tid=9237] ppid=9220 vsize=861064 CPUtime=0
/proc/9234/task/9237/stat : 9237 (java) S 9220 9220 8068 0 -1 64 3 0 0 0 0 0 0 0 21 0 8 0 187638159 881729536 50119 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9234/tid=9238] ppid=9220 vsize=861064 CPUtime=0
/proc/9234/task/9238/stat : 9238 (java) S 9220 9220 8068 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 187638162 881729536 50119 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9234/tid=9239] ppid=9220 vsize=861064 CPUtime=0.13
/proc/9234/task/9239/stat : 9239 (java) S 9220 9220 8068 0 -1 64 902 0 0 0 13 0 0 0 16 0 8 0 187638162 881729536 50119 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9234/tid=9240] ppid=9220 vsize=861064 CPUtime=0
/proc/9234/task/9240/stat : 9240 (java) S 9220 9220 8068 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 187638162 881729536 50119 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9234/tid=9241] ppid=9220 vsize=861064 CPUtime=0
/proc/9234/task/9241/stat : 9241 (java) S 9220 9220 8068 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 187638162 881729536 50119 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 908640

[startup+12.7493 s]
/proc/loadavg: 1.00 1.02 1.04 3/86 9241
/proc/meminfo: memFree=1301824/2055920 swapFree=4191880/4192956
[pid=9220] ppid=9218 vsize=47576 CPUtime=0.01
/proc/9220/stat : 9220 (galac.sh) S 9218 9220 8068 0 -1 4194304 760 1704 0 0 0 0 0 1 18 0 1 0 187638152 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9220/statm: 11894 363 245 79 0 218 0
[pid=9234] ppid=9220 vsize=861064 CPUtime=12.68
/proc/9234/stat : 9234 (java) R 9220 9220 8068 0 -1 0 84309 0 1 0 1231 37 0 0 17 0 8 0 187638155 881729536 84032 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073740476 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9234/statm: 215266 84032 1965 14 0 201471 0
[pid=9234/tid=9235] ppid=9220 vsize=861064 CPUtime=0.98
/proc/9234/task/9235/stat : 9235 (java) S 9220 9220 8068 0 -1 64 68516 0 0 0 72 26 0 0 16 0 8 0 187638158 881729536 84032 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9234/tid=9236] ppid=9220 vsize=861064 CPUtime=0
/proc/9234/task/9236/stat : 9236 (java) S 9220 9220 8068 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 187638159 881729536 84032 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9234/tid=9237] ppid=9220 vsize=861064 CPUtime=0
/proc/9234/task/9237/stat : 9237 (java) S 9220 9220 8068 0 -1 64 3 0 0 0 0 0 0 0 21 0 8 0 187638159 881729536 84032 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9234/tid=9238] ppid=9220 vsize=861064 CPUtime=0
/proc/9234/task/9238/stat : 9238 (java) S 9220 9220 8068 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 187638162 881729536 84032 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9234/tid=9239] ppid=9220 vsize=861064 CPUtime=0.13
/proc/9234/task/9239/stat : 9239 (java) S 9220 9220 8068 0 -1 64 905 0 0 0 13 0 0 0 16 0 8 0 187638162 881729536 84032 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9234/tid=9240] ppid=9220 vsize=861064 CPUtime=0
/proc/9234/task/9240/stat : 9240 (java) S 9220 9220 8068 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 187638162 881729536 84032 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9234/tid=9241] ppid=9220 vsize=861064 CPUtime=0
/proc/9234/task/9241/stat : 9241 (java) S 9220 9220 8068 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 187638162 881729536 84032 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 908640

[startup+25.5998 s]
/proc/loadavg: 1.00 1.02 1.04 3/86 9241
/proc/meminfo: memFree=1123072/2055920 swapFree=4191880/4192956
[pid=9220] ppid=9218 vsize=47576 CPUtime=0.01
/proc/9220/stat : 9220 (galac.sh) S 9218 9220 8068 0 -1 4194304 760 1704 0 0 0 0 0 1 18 0 1 0 187638152 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9220/statm: 11894 363 245 79 0 218 0
[pid=9234] ppid=9220 vsize=861064 CPUtime=25.51
/proc/9234/stat : 9234 (java) S 9220 9220 8068 0 -1 0 126728 0 1 0 2494 57 0 0 19 0 8 0 187638155 881729536 126435 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9234/statm: 215266 126436 1976 14 0 201471 0
[pid=9234/tid=9235] ppid=9220 vsize=861064 CPUtime=2.22
/proc/9234/task/9235/stat : 9235 (java) R 9220 9220 8068 0 -1 64 110874 0 0 0 177 45 0 0 17 0 8 0 187638158 881729536 126437 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4153968433 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9234/tid=9236] ppid=9220 vsize=861064 CPUtime=0
/proc/9234/task/9236/stat : 9236 (java) S 9220 9220 8068 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 187638159 881729536 126439 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9234/tid=9237] ppid=9220 vsize=861064 CPUtime=0
/proc/9234/task/9237/stat : 9237 (java) S 9220 9220 8068 0 -1 64 3 0 0 0 0 0 0 0 21 0 8 0 187638159 881729536 126440 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9234/tid=9238] ppid=9220 vsize=861064 CPUtime=0
/proc/9234/task/9238/stat : 9238 (java) S 9220 9220 8068 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 187638162 881729536 126442 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9234/tid=9239] ppid=9220 vsize=861064 CPUtime=0.18
/proc/9234/task/9239/stat : 9239 (java) S 9220 9220 8068 0 -1 64 928 0 0 0 17 1 0 0 15 0 8 0 187638162 881729536 126444 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9234/tid=9240] ppid=9220 vsize=861064 CPUtime=0
/proc/9234/task/9240/stat : 9240 (java) S 9220 9220 8068 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 187638162 881729536 126445 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9234/tid=9241] ppid=9220 vsize=861064 CPUtime=0
/proc/9234/task/9241/stat : 9241 (java) S 9220 9220 8068 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 187638162 881729536 126447 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.52
Current children cumulated vsize (KiB) 908640

[startup+51.2237 s]
/proc/loadavg: 1.00 1.02 1.04 2/86 9241
/proc/meminfo: memFree=923328/2055920 swapFree=4191880/4192956
[pid=9220] ppid=9218 vsize=47576 CPUtime=0.01
/proc/9220/stat : 9220 (galac.sh) S 9218 9220 8068 0 -1 4194304 760 1704 0 0 0 0 0 1 18 0 1 0 187638152 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9220/statm: 11894 363 245 79 0 218 0
[pid=9234] ppid=9220 vsize=861064 CPUtime=51.07
/proc/9234/stat : 9234 (java) R 9220 9220 8068 0 -1 0 174387 0 1 0 5027 80 0 0 17 0 8 0 187638155 881729536 173917 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4074010540 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/9234/statm: 215266 173917 1998 14 0 201471 0
[pid=9234/tid=9235] ppid=9220 vsize=861064 CPUtime=7.06
/proc/9234/task/9235/stat : 9235 (java) S 9220 9220 8068 0 -1 64 158430 0 0 0 641 65 0 0 16 0 8 0 187638158 881729536 173917 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9234/tid=9236] ppid=9220 vsize=861064 CPUtime=0
/proc/9234/task/9236/stat : 9236 (java) S 9220 9220 8068 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 187638159 881729536 173917 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9234/tid=9237] ppid=9220 vsize=861064 CPUtime=0
/proc/9234/task/9237/stat : 9237 (java) S 9220 9220 8068 0 -1 64 7 0 0 0 0 0 0 0 16 0 8 0 187638159 881729536 173917 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9234/tid=9238] ppid=9220 vsize=861064 CPUtime=0
/proc/9234/task/9238/stat : 9238 (java) S 9220 9220 8068 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 187638162 881729536 173917 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9234/tid=9239] ppid=9220 vsize=861064 CPUtime=0.23
/proc/9234/task/9239/stat : 9239 (java) S 9220 9220 8068 0 -1 64 964 0 0 0 22 1 0 0 16 0 8 0 187638162 881729536 173917 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9234/tid=9240] ppid=9220 vsize=861064 CPUtime=0
/proc/9234/task/9240/stat : 9240 (java) S 9220 9220 8068 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 187638162 881729536 173917 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9234/tid=9241] ppid=9220 vsize=861064 CPUtime=0
/proc/9234/task/9241/stat : 9241 (java) S 9220 9220 8068 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 187638162 881729536 173917 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 908640

[startup+102.466 s]
/proc/loadavg: 1.00 1.01 1.04 2/86 9241
/proc/meminfo: memFree=893376/2055920 swapFree=4191880/4192956
[pid=9220] ppid=9218 vsize=47576 CPUtime=0.01

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

/proc/loadavg: 1.00 1.00 1.00 2/79 9242
/proc/meminfo: memFree=1396600/2055920 swapFree=4191880/4192956
[pid=9220] ppid=9218 vsize=47576 CPUtime=138.65
/proc/9220/stat : 9220 (galac.sh) S 9218 9220 8068 0 -1 4194304 798 176257 0 1 0 0 13742 123 16 0 1 0 187638152 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9220/statm: 11894 363 245 79 0 218 0
[pid=9242] ppid=9220 vsize=179748 CPUtime=984.25
/proc/9242/stat : 9242 (minisat) R 9220 9220 8068 0 -1 4194304 40978 0 0 0 98400 25 0 0 25 0 1 0 187652060 184061952 40960 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/9242/statm: 44937 40960 53 142 0 44793 0
Current children cumulated CPU time (s) 1122.9
Current children cumulated vsize (KiB) 227324

[startup+1184.04 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 9242
/proc/meminfo: memFree=1396472/2055920 swapFree=4191880/4192956
[pid=9220] ppid=9218 vsize=47576 CPUtime=138.65
/proc/9220/stat : 9220 (galac.sh) S 9218 9220 8068 0 -1 4194304 798 176257 0 1 0 0 13742 123 16 0 1 0 187638152 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9220/statm: 11894 363 245 79 0 218 0
[pid=9242] ppid=9220 vsize=179880 CPUtime=1044.32
/proc/9242/stat : 9242 (minisat) R 9220 9220 8068 0 -1 4194304 41007 0 0 0 104406 26 0 0 25 0 1 0 187652060 184197120 40989 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 0 0 0
/proc/9242/statm: 44970 40989 53 142 0 44826 0
Current children cumulated CPU time (s) 1182.97
Current children cumulated vsize (KiB) 227456

[startup+1244.13 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 9242
/proc/meminfo: memFree=1396280/2055920 swapFree=4191880/4192956
[pid=9220] ppid=9218 vsize=47576 CPUtime=138.65
/proc/9220/stat : 9220 (galac.sh) S 9218 9220 8068 0 -1 4194304 798 176257 0 1 0 0 13742 123 16 0 1 0 187638152 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9220/statm: 11894 363 245 79 0 218 0
[pid=9242] ppid=9220 vsize=180012 CPUtime=1104.38
/proc/9242/stat : 9242 (minisat) R 9220 9220 8068 0 -1 4194304 41054 0 0 0 110412 26 0 0 25 0 1 0 187652060 184332288 41036 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/9242/statm: 45003 41036 53 142 0 44859 0
Current children cumulated CPU time (s) 1243.03
Current children cumulated vsize (KiB) 227588

[startup+1304.22 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 9242
/proc/meminfo: memFree=1396216/2055920 swapFree=4191880/4192956
[pid=9220] ppid=9218 vsize=47576 CPUtime=138.65
/proc/9220/stat : 9220 (galac.sh) S 9218 9220 8068 0 -1 4194304 798 176257 0 1 0 0 13742 123 16 0 1 0 187638152 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9220/statm: 11894 363 245 79 0 218 0
[pid=9242] ppid=9220 vsize=180144 CPUtime=1164.42
/proc/9242/stat : 9242 (minisat) R 9220 9220 8068 0 -1 4194304 41074 0 0 0 116416 26 0 0 25 0 1 0 187652060 184467456 41056 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/9242/statm: 45036 41056 53 142 0 44892 0
Current children cumulated CPU time (s) 1303.07
Current children cumulated vsize (KiB) 227720

[startup+1364.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 9242
/proc/meminfo: memFree=1396088/2055920 swapFree=4191880/4192956
[pid=9220] ppid=9218 vsize=47576 CPUtime=138.65
/proc/9220/stat : 9220 (galac.sh) S 9218 9220 8068 0 -1 4194304 798 176257 0 1 0 0 13742 123 16 0 1 0 187638152 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9220/statm: 11894 363 245 79 0 218 0
[pid=9242] ppid=9220 vsize=180276 CPUtime=1224.47
/proc/9242/stat : 9242 (minisat) R 9220 9220 8068 0 -1 4194304 41105 0 0 0 122421 26 0 0 25 0 1 0 187652060 184602624 41087 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/9242/statm: 45069 41087 53 142 0 44925 0
Current children cumulated CPU time (s) 1363.12
Current children cumulated vsize (KiB) 227852

[startup+1424.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 9242
/proc/meminfo: memFree=1395960/2055920 swapFree=4191880/4192956
[pid=9220] ppid=9218 vsize=47576 CPUtime=138.65
/proc/9220/stat : 9220 (galac.sh) S 9218 9220 8068 0 -1 4194304 798 176257 0 1 0 0 13742 123 16 0 1 0 187638152 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9220/statm: 11894 363 245 79 0 218 0
[pid=9242] ppid=9220 vsize=180412 CPUtime=1284.52
/proc/9242/stat : 9242 (minisat) R 9220 9220 8068 0 -1 4194304 41134 0 0 0 128426 26 0 0 25 0 1 0 187652060 184741888 41116 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/9242/statm: 45103 41116 53 142 0 44959 0
Current children cumulated CPU time (s) 1423.17
Current children cumulated vsize (KiB) 227988

[startup+1484.48 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 9242
/proc/meminfo: memFree=1395832/2055920 swapFree=4191880/4192956
[pid=9220] ppid=9218 vsize=47576 CPUtime=138.65
/proc/9220/stat : 9220 (galac.sh) S 9218 9220 8068 0 -1 4194304 798 176257 0 1 0 0 13742 123 16 0 1 0 187638152 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9220/statm: 11894 363 245 79 0 218 0
[pid=9242] ppid=9220 vsize=180544 CPUtime=1344.57
/proc/9242/stat : 9242 (minisat) R 9220 9220 8068 0 -1 4194304 41171 0 0 0 134430 27 0 0 25 0 1 0 187652060 184877056 41153 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134527315 0 0 4096 3 0 0 0 17 0 0 0
/proc/9242/statm: 45136 41153 53 142 0 44992 0
Current children cumulated CPU time (s) 1483.22
Current children cumulated vsize (KiB) 228120

[startup+1544.57 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 9242
/proc/meminfo: memFree=1395704/2055920 swapFree=4191880/4192956
[pid=9220] ppid=9218 vsize=47576 CPUtime=138.65
/proc/9220/stat : 9220 (galac.sh) S 9218 9220 8068 0 -1 4194304 798 176257 0 1 0 0 13742 123 16 0 1 0 187638152 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9220/statm: 11894 363 245 79 0 218 0
[pid=9242] ppid=9220 vsize=180544 CPUtime=1404.62
/proc/9242/stat : 9242 (minisat) R 9220 9220 8068 0 -1 4194304 41197 0 0 0 140435 27 0 0 25 0 1 0 187652060 184877056 41179 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529268 0 0 4096 3 0 0 0 17 0 0 0
/proc/9242/statm: 45136 41179 53 142 0 44992 0
Current children cumulated CPU time (s) 1543.27
Current children cumulated vsize (KiB) 228120

[startup+1604.66 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 9242
/proc/meminfo: memFree=1395512/2055920 swapFree=4191880/4192956
[pid=9220] ppid=9218 vsize=47576 CPUtime=138.65
/proc/9220/stat : 9220 (galac.sh) S 9218 9220 8068 0 -1 4194304 798 176257 0 1 0 0 13742 123 16 0 1 0 187638152 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9220/statm: 11894 363 245 79 0 218 0
[pid=9242] ppid=9220 vsize=180828 CPUtime=1464.67
/proc/9242/stat : 9242 (minisat) R 9220 9220 8068 0 -1 4194304 41231 0 0 0 146440 27 0 0 25 0 1 0 187652060 185167872 41213 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/9242/statm: 45207 41213 53 142 0 45063 0
Current children cumulated CPU time (s) 1603.32
Current children cumulated vsize (KiB) 228404

[startup+1664.75 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 9242
/proc/meminfo: memFree=1395512/2055920 swapFree=4191880/4192956
[pid=9220] ppid=9218 vsize=47576 CPUtime=138.65
/proc/9220/stat : 9220 (galac.sh) S 9218 9220 8068 0 -1 4194304 798 176257 0 1 0 0 13742 123 16 0 1 0 187638152 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9220/statm: 11894 363 245 79 0 218 0
[pid=9242] ppid=9220 vsize=180828 CPUtime=1524.71
/proc/9242/stat : 9242 (minisat) R 9220 9220 8068 0 -1 4194304 41241 0 0 0 152444 27 0 0 25 0 1 0 187652060 185167872 41223 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529361 0 0 4096 3 0 0 0 17 0 0 0
/proc/9242/statm: 45207 41223 53 142 0 45063 0
Current children cumulated CPU time (s) 1663.36
Current children cumulated vsize (KiB) 228404

[startup+1724.83 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 9242
/proc/meminfo: memFree=1395320/2055920 swapFree=4191880/4192956
[pid=9220] ppid=9218 vsize=47576 CPUtime=138.65
/proc/9220/stat : 9220 (galac.sh) S 9218 9220 8068 0 -1 4194304 798 176257 0 1 0 0 13742 123 16 0 1 0 187638152 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9220/statm: 11894 363 245 79 0 218 0
[pid=9242] ppid=9220 vsize=180968 CPUtime=1584.75
/proc/9242/stat : 9242 (minisat) R 9220 9220 8068 0 -1 4194304 41287 0 0 0 158448 27 0 0 25 0 1 0 187652060 185311232 41269 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529268 0 0 4096 3 0 0 0 17 0 0 0
/proc/9242/statm: 45242 41269 53 142 0 45098 0
Current children cumulated CPU time (s) 1723.4
Current children cumulated vsize (KiB) 228544

[startup+1784.92 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 9242
/proc/meminfo: memFree=1395128/2055920 swapFree=4191880/4192956
[pid=9220] ppid=9218 vsize=47576 CPUtime=138.65
/proc/9220/stat : 9220 (galac.sh) S 9218 9220 8068 0 -1 4194304 798 176257 0 1 0 0 13742 123 16 0 1 0 187638152 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9220/statm: 11894 363 245 79 0 218 0
[pid=9242] ppid=9220 vsize=181100 CPUtime=1644.82
/proc/9242/stat : 9242 (minisat) R 9220 9220 8068 0 -1 4194304 41325 0 0 0 164454 28 0 0 25 0 1 0 187652060 185446400 41307 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529767 0 0 4096 3 0 0 0 17 0 0 0
/proc/9242/statm: 45275 41307 53 142 0 45131 0
Current children cumulated CPU time (s) 1783.47
Current children cumulated vsize (KiB) 228676



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.53 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 9242
/proc/meminfo: memFree=1395128/2055920 swapFree=4191880/4192956
[pid=9220] ppid=9218 vsize=47576 CPUtime=138.65
/proc/9220/stat : 9220 (galac.sh) S 9218 9220 8068 0 -1 4194304 798 176257 0 1 0 0 13742 123 16 0 1 0 187638152 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/9220/statm: 11894 363 245 79 0 218 0
[pid=9242] ppid=9220 vsize=181232 CPUtime=1661.43
/proc/9242/stat : 9242 (minisat) R 9220 9220 8068 0 -1 4194304 41333 0 0 0 166115 28 0 0 25 0 1 0 187652060 185581568 41315 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 0 0 0
/proc/9242/statm: 45308 41315 53 142 0 45164 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 228808

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 9220 and gives childrusage.ru_utime.tv_sec=137 childrusage.ru_utime.tv_usec=431107 childrusage.ru_stime.tv_sec=1 childrusage.ru_stime.tv_usec=238811
CPU time returned by wait4() is 138.67
while last known CPU time is 1800.08

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

Real time (s): 1801.54
CPU time (s): 1800.08
CPU user time (s): 1798.57
CPU system time (s): 1.51
CPU usage (%): 99.9188
Max. virtual memory (cumulated for all children) (KiB): 909644

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 137.431
system time used= 1.23881
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 177055
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= 4712
involuntary context switches= 4579

runsolver used 1.52677 s user time and 4.95425 s system time

The end

Launcher Data (download as text)

Begin job on node9 on Wed Jan 10 01:27:10 UTC 2007


IDJOB= 247429
IDBENCH= 11125
FILE ID= node9/247429-1168392430

PBS_JOBID= 3522772

Free space on /tmp= 66524 MiB

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

META MD5SUM SOLVER= d8bf20eb49fe33822f00bab08f33d7fc
MD5SUM BENCH=  99aedbba3b4279edf60bda79b3a4f8a9

RANDOM SEED= 8225948

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.231
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.231
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:       1618264 kB
Buffers:         54100 kB
Cached:         293040 kB
SwapCached:        408 kB
Active:         263604 kB
Inactive:       125844 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1618264 kB
SwapTotal:     4192956 kB
SwapFree:      4191880 kB
Dirty:           25016 kB
Writeback:           0 kB
Mapped:          53864 kB
Slab:            33532 kB
Committed_AS:  6372312 kB
PageTables:       1928 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= 66469 MiB



End job on node9 on Wed Jan 10 01:57:12 UTC 2007