Trace number 206271

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 1813.99

General information on the benchmark

Namerandom/rand-3-28-28/
rand-3-28-28-93-632-37_ext.xml
MD5SUM53bf81f071c9b552fd20d7b6234d763f
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.03	c --- Preproc Stats ---
5.50	c start processing
5.50	c start relation processing
19.77	c start cnf exporting
83.37	c parsing time : 5.317
83.37	c preprocessing time : 83.192
83.37	
83.37	c Nary constraints - conflicts : 0 supports : 93
83.37	c Binary constraints - conflicts : 0 supports :0
83.37	c max arity constraint : 3
83.37	c Max Tuples generated 0
83.37	c relations : 93
83.37	c relations BDD: 93
83.37	c vars : 598165 - clauses :  1874357
83.37	
83.46	 
83.46	c --- Minisat Stats ---
83.46	 

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/node6/watcher-206271-1168170660 -o ROOT/results/node6/solver-206271-1168170660 -C 1800 -M 900 /tmp/evaluation/206271-1168170660/galac.sh /tmp/evaluation/206271-1168170660/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: 2.14 2.18 2.07 5/94 11150
/proc/meminfo: memFree=1317032/2055924 swapFree=4165672/4192956
[pid=11149] ppid=11147 vsize=8560 CPUtime=0
/proc/11149/stat : 11149 (galac.sh) R 11147 11149 10738 0 -1 4194304 308 0 0 0 0 0 0 0 20 0 1 0 165461428 8765440 253 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 268583028623 0 0 4096 8192 0 0 0 17 1 0 0
/proc/11149/statm: 2140 253 197 79 0 133 0

[startup+0.106476 s]
/proc/loadavg: 2.14 2.18 2.07 5/94 11150
/proc/meminfo: memFree=1317032/2055924 swapFree=4165672/4192956
[pid=11149] ppid=11147 vsize=47568 CPUtime=0.01
/proc/11149/stat : 11149 (galac.sh) S 11147 11149 10738 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 165461428 48709632 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/11149/statm: 11892 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+0.518524 s]
/proc/loadavg: 2.14 2.18 2.07 5/94 11150
/proc/meminfo: memFree=1317032/2055924 swapFree=4165672/4192956
[pid=11149] ppid=11147 vsize=47568 CPUtime=0.01
/proc/11149/stat : 11149 (galac.sh) S 11147 11149 10738 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 165461428 48709632 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/11149/statm: 11892 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+1.34762 s]
/proc/loadavg: 2.21 2.19 2.07 3/102 11170
/proc/meminfo: memFree=1239528/2055924 swapFree=4165672/4192956
[pid=11149] ppid=11147 vsize=47568 CPUtime=0.01
/proc/11149/stat : 11149 (galac.sh) S 11147 11149 10738 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 165461428 48709632 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/11149/statm: 11892 363 245 79 0 218 0
[pid=11163] ppid=11149 vsize=861064 CPUtime=1.26
/proc/11163/stat : 11163 (java) R 11149 11149 10738 0 -1 0 21361 0 1 0 116 10 0 0 22 0 8 0 165461431 881729536 21114 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073767654 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11163/statm: 215266 21114 1967 14 0 201471 0
[pid=11163/tid=11164] ppid=11149 vsize=861064 CPUtime=0.06
/proc/11163/task/11164/stat : 11164 (java) S 11149 11149 10738 0 -1 64 5607 0 0 0 4 2 0 0 16 0 8 0 165461437 881729536 21114 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11163/tid=11165] ppid=11149 vsize=861064 CPUtime=0
/proc/11163/task/11165/stat : 11165 (java) S 11149 11149 10738 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 165461437 881729536 21114 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11163/tid=11166] ppid=11149 vsize=861064 CPUtime=0
/proc/11163/task/11166/stat : 11166 (java) S 11149 11149 10738 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 165461437 881729536 21114 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11163/tid=11167] ppid=11149 vsize=861064 CPUtime=0
/proc/11163/task/11167/stat : 11167 (java) S 11149 11149 10738 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 165461441 881729536 21114 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11163/tid=11168] ppid=11149 vsize=861064 CPUtime=0.13
/proc/11163/task/11168/stat : 11168 (java) S 11149 11149 10738 0 -1 64 892 0 0 0 13 0 0 0 16 0 8 0 165461441 881729536 21114 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11163/tid=11169] ppid=11149 vsize=861064 CPUtime=0
/proc/11163/task/11169/stat : 11169 (java) S 11149 11149 10738 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 165461441 881729536 21114 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11163/tid=11170] ppid=11149 vsize=861064 CPUtime=0
/proc/11163/task/11170/stat : 11170 (java) S 11149 11149 10738 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 165461441 881729536 21114 18446744073709551615 134512640 134570532 4294956096 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) 908632

[startup+2.98481 s]
/proc/loadavg: 2.21 2.19 2.07 3/102 11170
/proc/meminfo: memFree=1229672/2055924 swapFree=4165672/4192956
[pid=11149] ppid=11147 vsize=47568 CPUtime=0.01
/proc/11149/stat : 11149 (galac.sh) S 11147 11149 10738 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 165461428 48709632 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/11149/statm: 11892 363 245 79 0 218 0
[pid=11163] ppid=11149 vsize=861064 CPUtime=2.89
/proc/11163/stat : 11163 (java) R 11149 11149 10738 0 -1 0 25017 0 1 0 277 12 0 0 25 0 8 0 165461431 881729536 24764 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073671120 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11163/statm: 215266 24764 1967 14 0 201471 0
[pid=11163/tid=11164] ppid=11149 vsize=861064 CPUtime=0.19
/proc/11163/task/11164/stat : 11164 (java) S 11149 11149 10738 0 -1 64 9248 0 0 0 16 3 0 0 16 0 8 0 165461437 881729536 24764 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11163/tid=11165] ppid=11149 vsize=861064 CPUtime=0
/proc/11163/task/11165/stat : 11165 (java) S 11149 11149 10738 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 165461437 881729536 24764 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11163/tid=11166] ppid=11149 vsize=861064 CPUtime=0
/proc/11163/task/11166/stat : 11166 (java) S 11149 11149 10738 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 165461437 881729536 24764 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11163/tid=11167] ppid=11149 vsize=861064 CPUtime=0
/proc/11163/task/11167/stat : 11167 (java) S 11149 11149 10738 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 165461441 881729536 24764 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11163/tid=11168] ppid=11149 vsize=861064 CPUtime=0.16
/proc/11163/task/11168/stat : 11168 (java) S 11149 11149 10738 0 -1 64 901 0 0 0 16 0 0 0 16 0 8 0 165461441 881729536 24764 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11163/tid=11169] ppid=11149 vsize=861064 CPUtime=0
/proc/11163/task/11169/stat : 11169 (java) S 11149 11149 10738 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 165461441 881729536 24764 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11163/tid=11170] ppid=11149 vsize=861064 CPUtime=0
/proc/11163/task/11170/stat : 11170 (java) S 11149 11149 10738 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 165461441 881729536 24764 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.2772 s]
/proc/loadavg: 2.21 2.19 2.07 3/102 11170
/proc/meminfo: memFree=1200680/2055924 swapFree=4165672/4192956
[pid=11149] ppid=11147 vsize=47568 CPUtime=0.01
/proc/11149/stat : 11149 (galac.sh) S 11147 11149 10738 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 165461428 48709632 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/11149/statm: 11892 363 245 79 0 218 0
[pid=11163] ppid=11149 vsize=861064 CPUtime=6.15
/proc/11163/stat : 11163 (java) R 11149 11149 10738 0 -1 0 31063 0 1 0 599 16 0 0 25 0 8 0 165461431 881729536 30801 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073922348 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11163/statm: 215266 30801 1975 14 0 201471 0
[pid=11163/tid=11164] ppid=11149 vsize=861064 CPUtime=0.4
/proc/11163/task/11164/stat : 11164 (java) S 11149 11149 10738 0 -1 64 15221 0 0 0 35 5 0 0 16 0 8 0 165461437 881729536 30801 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11163/tid=11165] ppid=11149 vsize=861064 CPUtime=0
/proc/11163/task/11165/stat : 11165 (java) S 11149 11149 10738 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 165461437 881729536 30801 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11163/tid=11166] ppid=11149 vsize=861064 CPUtime=0
/proc/11163/task/11166/stat : 11166 (java) S 11149 11149 10738 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 165461437 881729536 30801 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11163/tid=11167] ppid=11149 vsize=861064 CPUtime=0
/proc/11163/task/11167/stat : 11167 (java) S 11149 11149 10738 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 165461441 881729536 30801 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11163/tid=11168] ppid=11149 vsize=861064 CPUtime=0.23
/proc/11163/task/11168/stat : 11168 (java) S 11149 11149 10738 0 -1 64 946 0 0 0 23 0 0 0 15 0 8 0 165461441 881729536 30801 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11163/tid=11169] ppid=11149 vsize=861064 CPUtime=0
/proc/11163/task/11169/stat : 11169 (java) S 11149 11149 10738 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 165461441 881729536 30801 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11163/tid=11170] ppid=11149 vsize=861064 CPUtime=0
/proc/11163/task/11170/stat : 11170 (java) S 11149 11149 10738 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 165461441 881729536 30801 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.768 s]
/proc/loadavg: 2.18 2.19 2.07 3/102 11170
/proc/meminfo: memFree=1105448/2055924 swapFree=4165672/4192956
[pid=11149] ppid=11147 vsize=47568 CPUtime=0.01
/proc/11149/stat : 11149 (galac.sh) S 11147 11149 10738 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 165461428 48709632 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/11149/statm: 11892 363 245 79 0 218 0
[pid=11163] ppid=11149 vsize=861064 CPUtime=12.58
/proc/11163/stat : 11163 (java) R 11149 11149 10738 0 -1 0 54828 0 1 0 1232 26 0 0 25 0 8 0 165461431 881729536 54562 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073924218 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11163/statm: 215266 54562 1975 14 0 201471 0
[pid=11163/tid=11164] ppid=11149 vsize=861064 CPUtime=1.47
/proc/11163/task/11164/stat : 11164 (java) S 11149 11149 10738 0 -1 64 38982 0 0 0 131 16 0 0 20 0 8 0 165461437 881729536 54562 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11163/tid=11165] ppid=11149 vsize=861064 CPUtime=0
/proc/11163/task/11165/stat : 11165 (java) S 11149 11149 10738 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 165461437 881729536 54562 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11163/tid=11166] ppid=11149 vsize=861064 CPUtime=0
/proc/11163/task/11166/stat : 11166 (java) S 11149 11149 10738 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 165461437 881729536 54562 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11163/tid=11167] ppid=11149 vsize=861064 CPUtime=0
/proc/11163/task/11167/stat : 11167 (java) S 11149 11149 10738 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 165461441 881729536 54562 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11163/tid=11168] ppid=11149 vsize=861064 CPUtime=0.23
/proc/11163/task/11168/stat : 11168 (java) S 11149 11149 10738 0 -1 64 946 0 0 0 23 0 0 0 15 0 8 0 165461441 881729536 54562 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11163/tid=11169] ppid=11149 vsize=861064 CPUtime=0
/proc/11163/task/11169/stat : 11169 (java) S 11149 11149 10738 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 165461441 881729536 54562 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11163/tid=11170] ppid=11149 vsize=861064 CPUtime=0
/proc/11163/task/11170/stat : 11170 (java) S 11149 11149 10738 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 165461441 881729536 54562 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.6574 s]
/proc/loadavg: 2.15 2.18 2.07 3/102 11170
/proc/meminfo: memFree=971560/2055924 swapFree=4165672/4192956
[pid=11149] ppid=11147 vsize=47568 CPUtime=0.01
/proc/11149/stat : 11149 (galac.sh) S 11147 11149 10738 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 165461428 48709632 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/11149/statm: 11892 363 245 79 0 218 0
[pid=11163] ppid=11149 vsize=861064 CPUtime=25.35
/proc/11163/stat : 11163 (java) R 11149 11149 10738 0 -1 0 87668 0 1 0 2493 42 0 0 25 0 8 0 165461431 881729536 87389 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4152820125 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11163/statm: 215266 87389 1994 14 0 201471 0
[pid=11163/tid=11164] ppid=11149 vsize=861064 CPUtime=2.92
/proc/11163/task/11164/stat : 11164 (java) S 11149 11149 10738 0 -1 64 71736 0 0 0 263 29 0 0 16 0 8 0 165461437 881729536 87389 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11163/tid=11165] ppid=11149 vsize=861064 CPUtime=0
/proc/11163/task/11165/stat : 11165 (java) S 11149 11149 10738 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 165461437 881729536 87389 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11163/tid=11166] ppid=11149 vsize=861064 CPUtime=0
/proc/11163/task/11166/stat : 11166 (java) S 11149 11149 10738 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 165461437 881729536 87389 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11163/tid=11167] ppid=11149 vsize=861064 CPUtime=0
/proc/11163/task/11167/stat : 11167 (java) S 11149 11149 10738 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 165461441 881729536 87389 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11163/tid=11168] ppid=11149 vsize=861064 CPUtime=0.31
/proc/11163/task/11168/stat : 11168 (java) S 11149 11149 10738 0 -1 64 982 0 0 0 30 1 0 0 15 0 8 0 165461441 881729536 87389 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11163/tid=11169] ppid=11149 vsize=861064 CPUtime=0
/proc/11163/task/11169/stat : 11169 (java) S 11149 11149 10738 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 165461441 881729536 87389 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11163/tid=11170] ppid=11149 vsize=861064 CPUtime=0
/proc/11163/task/11170/stat : 11170 (java) S 11149 11149 10738 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 165461441 881729536 87389 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.3144 s]
/proc/loadavg: 2.09 2.16 2.07 3/102 11170
/proc/meminfo: memFree=957864/2055924 swapFree=4165672/4192956
[pid=11149] ppid=11147 vsize=47568 CPUtime=0.01
/proc/11149/stat : 11149 (galac.sh) S 11147 11149 10738 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 165461428 48709632 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/11149/statm: 11892 363 245 79 0 218 0
[pid=11163] ppid=11149 vsize=861064 CPUtime=50.72
/proc/11163/stat : 11163 (java) R 11149 11149 10738 0 -1 0 87711 0 1 0 5021 51 0 0 25 0 8 0 165461431 881729536 87390 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4152819944 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11163/statm: 215266 87390 1995 14 0 201471 0
[pid=11163/tid=11164] ppid=11149 vsize=861064 CPUtime=2.99
/proc/11163/task/11164/stat : 11164 (java) S 11149 11149 10738 0 -1 64 71737 0 0 0 270 29 0 0 15 0 8 0 165461437 881729536 87390 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11163/tid=11165] ppid=11149 vsize=861064 CPUtime=0
/proc/11163/task/11165/stat : 11165 (java) S 11149 11149 10738 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 165461437 881729536 87390 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11163/tid=11166] ppid=11149 vsize=861064 CPUtime=0
/proc/11163/task/11166/stat : 11166 (java) S 11149 11149 10738 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 165461437 881729536 87390 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11163/tid=11167] ppid=11149 vsize=861064 CPUtime=0
/proc/11163/task/11167/stat : 11167 (java) S 11149 11149 10738 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 165461441 881729536 87390 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11163/tid=11168] ppid=11149 vsize=861064 CPUtime=0.31
/proc/11163/task/11168/stat : 11168 (java) S 11149 11149 10738 0 -1 64 982 0 0 0 30 1 0 0 15 0 8 0 165461441 881729536 87390 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11163/tid=11169] ppid=11149 vsize=861064 CPUtime=0
/proc/11163/task/11169/stat : 11169 (java) S 11149 11149 10738 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 165461441 881729536 87390 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11163/tid=11170] ppid=11149 vsize=861064 CPUtime=0
/proc/11163/task/11170/stat : 11170 (java) S 11149 11149 10738 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 165461441 881729536 87390 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.73
Current children cumulated vsize (KiB) 908632

[startup+102.563 s]
/proc/loadavg: 2.12 2.15 2.07 3/95 11171
/proc/meminfo: memFree=1170464/2055924 swapFree=4165672/4192956
[pid=11149] ppid=11147 vsize=47568 CPUtime=82.47
/proc/11149/stat : 11149 (galac.sh) S 11147 11149 10738 0 -1 4194304 799 89476 0 1 0 0 8177 70 17 0 1 0 165461428 48709632 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/11149/statm: 11892 363 245 79 0 218 0
[pid=11171] ppid=11149 vsize=122060 CPUtime=18.92
/proc/11171/stat : 11171 (minisat) R 11149 11149 10738 0 -1 4194304 28091 0 0 0 1874 18 0 0 25 0 1 0 165469774 124989440 28073 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 1 0 0
/proc/11171/statm: 30515 28073 54 142 0 30371 0
Current children cumulated CPU time (s) 101.39

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

/proc/loadavg: 2.02 2.01 2.00 3/95 11369
/proc/meminfo: memFree=1091936/2055924 swapFree=4165672/4192956
[pid=11149] ppid=11147 vsize=47568 CPUtime=82.47
/proc/11149/stat : 11149 (galac.sh) S 11147 11149 10738 0 -1 4194304 799 89476 0 1 0 0 8177 70 17 0 1 0 165461428 48709632 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/11149/statm: 11892 363 245 79 0 218 0
[pid=11171] ppid=11149 vsize=200888 CPUtime=1030.41
/proc/11171/stat : 11171 (minisat) R 11149 11149 10738 0 -1 4194304 47656 0 0 0 102997 44 0 0 25 0 1 0 165469774 205709312 47638 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 1 0 0
/proc/11171/statm: 50222 47638 54 142 0 50078 0
Current children cumulated CPU time (s) 1112.88
Current children cumulated vsize (KiB) 248456

[startup+1183.67 s]
/proc/loadavg: 2.01 2.00 2.00 3/95 11369
/proc/meminfo: memFree=1086112/2055924 swapFree=4165672/4192956
[pid=11149] ppid=11147 vsize=47568 CPUtime=82.47
/proc/11149/stat : 11149 (galac.sh) S 11147 11149 10738 0 -1 4194304 799 89476 0 1 0 0 8177 70 17 0 1 0 165461428 48709632 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/11149/statm: 11892 363 245 79 0 218 0
[pid=11171] ppid=11149 vsize=206584 CPUtime=1089.88
/proc/11171/stat : 11171 (minisat) R 11149 11149 10738 0 -1 4194304 49082 0 0 0 108942 46 0 0 25 0 1 0 165469774 211542016 49064 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529268 0 0 4096 3 0 0 0 17 1 0 0
/proc/11171/statm: 51646 49064 54 142 0 51502 0
Current children cumulated CPU time (s) 1172.35
Current children cumulated vsize (KiB) 254152

[startup+1243.69 s]
/proc/loadavg: 2.03 2.02 2.00 3/95 11369
/proc/meminfo: memFree=1077344/2055924 swapFree=4165672/4192956
[pid=11149] ppid=11147 vsize=47568 CPUtime=82.47
/proc/11149/stat : 11149 (galac.sh) S 11147 11149 10738 0 -1 4194304 799 89476 0 1 0 0 8177 70 17 0 1 0 165461428 48709632 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/11149/statm: 11892 363 245 79 0 218 0
[pid=11171] ppid=11149 vsize=215412 CPUtime=1149.36
/proc/11171/stat : 11171 (minisat) R 11149 11149 10738 0 -1 4194304 51315 0 0 0 114888 48 0 0 25 0 1 0 165469774 220581888 51297 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 1 0 0
/proc/11171/statm: 53853 51297 54 142 0 53709 0
Current children cumulated CPU time (s) 1231.83
Current children cumulated vsize (KiB) 262980

[startup+1303.77 s]
/proc/loadavg: 2.01 2.01 2.00 3/95 11369
/proc/meminfo: memFree=1069920/2055924 swapFree=4165672/4192956
[pid=11149] ppid=11147 vsize=47568 CPUtime=82.47
/proc/11149/stat : 11149 (galac.sh) S 11147 11149 10738 0 -1 4194304 799 89476 0 1 0 0 8177 70 17 0 1 0 165461428 48709632 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/11149/statm: 11892 363 245 79 0 218 0
[pid=11171] ppid=11149 vsize=222720 CPUtime=1208.9
/proc/11171/stat : 11171 (minisat) R 11149 11149 10738 0 -1 4194304 53121 0 0 0 120840 50 0 0 25 0 1 0 165469774 228065280 53103 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529764 0 0 4096 3 0 0 0 17 1 0 0
/proc/11171/statm: 55680 53103 54 142 0 55536 0
Current children cumulated CPU time (s) 1291.37
Current children cumulated vsize (KiB) 270288

[startup+1363.86 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 11369
/proc/meminfo: memFree=1066912/2055924 swapFree=4165672/4192956
[pid=11149] ppid=11147 vsize=47568 CPUtime=82.47
/proc/11149/stat : 11149 (galac.sh) S 11147 11149 10738 0 -1 4194304 799 89476 0 1 0 0 8177 70 17 0 1 0 165461428 48709632 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/11149/statm: 11892 363 245 79 0 218 0
[pid=11171] ppid=11149 vsize=226028 CPUtime=1268.43
/proc/11171/stat : 11171 (minisat) R 11149 11149 10738 0 -1 4194304 53871 0 0 0 126793 50 0 0 25 0 1 0 165469774 231452672 53853 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/11171/statm: 56507 53853 54 142 0 56363 0
Current children cumulated CPU time (s) 1350.9
Current children cumulated vsize (KiB) 273596

[startup+1423.96 s]
/proc/loadavg: 1.92 1.98 1.99 4/83 11570
/proc/meminfo: memFree=1115264/2055924 swapFree=4165672/4192956
[pid=11149] ppid=11147 vsize=47568 CPUtime=82.47
/proc/11149/stat : 11149 (galac.sh) S 11147 11149 10738 0 -1 4194304 799 89476 0 1 0 0 8177 70 17 0 1 0 165461428 48709632 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/11149/statm: 11892 363 245 79 0 218 0
[pid=11171] ppid=11149 vsize=230004 CPUtime=1328
/proc/11171/stat : 11171 (minisat) R 11149 11149 10738 0 -1 4194304 54870 0 0 0 132742 58 0 0 25 0 1 0 165469774 235524096 54852 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/11171/statm: 57501 54852 54 142 0 57357 0
Current children cumulated CPU time (s) 1410.47
Current children cumulated vsize (KiB) 277572

[startup+1483.97 s]
/proc/loadavg: 1.97 1.98 1.99 3/87 11632
/proc/meminfo: memFree=1092960/2055924 swapFree=4165672/4192956
[pid=11149] ppid=11147 vsize=47568 CPUtime=82.47
/proc/11149/stat : 11149 (galac.sh) S 11147 11149 10738 0 -1 4194304 799 89476 0 1 0 0 8177 70 17 0 1 0 165461428 48709632 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/11149/statm: 11892 363 245 79 0 218 0
[pid=11171] ppid=11149 vsize=236532 CPUtime=1387.95
/proc/11171/stat : 11171 (minisat) R 11149 11149 10738 0 -1 4194304 56523 0 0 0 138735 60 0 0 25 0 1 0 165469774 242208768 56505 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/11171/statm: 59133 56505 54 142 0 58989 0
Current children cumulated CPU time (s) 1470.42
Current children cumulated vsize (KiB) 284100

[startup+1543.99 s]
/proc/loadavg: 1.99 1.98 1.99 3/87 11632
/proc/meminfo: memFree=1086560/2055924 swapFree=4165672/4192956
[pid=11149] ppid=11147 vsize=47568 CPUtime=82.47
/proc/11149/stat : 11149 (galac.sh) S 11147 11149 10738 0 -1 4194304 799 89476 0 1 0 0 8177 70 17 0 1 0 165461428 48709632 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/11149/statm: 11892 363 245 79 0 218 0
[pid=11171] ppid=11149 vsize=243068 CPUtime=1447.9
/proc/11171/stat : 11171 (minisat) R 11149 11149 10738 0 -1 4194304 58149 0 0 0 144729 61 0 0 25 0 1 0 165469774 248901632 58131 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529268 0 0 4096 3 0 0 0 17 0 0 0
/proc/11171/statm: 60767 58131 54 142 0 60623 0
Current children cumulated CPU time (s) 1530.37
Current children cumulated vsize (KiB) 290636

[startup+1603.99 s]
/proc/loadavg: 1.99 1.98 1.99 3/87 11632
/proc/meminfo: memFree=1077216/2055924 swapFree=4165672/4192956
[pid=11149] ppid=11147 vsize=47568 CPUtime=82.47
/proc/11149/stat : 11149 (galac.sh) S 11147 11149 10738 0 -1 4194304 799 89476 0 1 0 0 8177 70 17 0 1 0 165461428 48709632 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/11149/statm: 11892 363 245 79 0 218 0
[pid=11171] ppid=11149 vsize=252340 CPUtime=1507.83
/proc/11171/stat : 11171 (minisat) R 11149 11149 10738 0 -1 4194304 60486 0 0 0 150720 63 0 0 25 0 1 0 165469774 258396160 60468 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 0 0 0
/proc/11171/statm: 63085 60468 54 142 0 62941 0
Current children cumulated CPU time (s) 1590.3
Current children cumulated vsize (KiB) 299908

[startup+1664 s]
/proc/loadavg: 1.99 1.98 1.99 3/87 11632
/proc/meminfo: memFree=1069152/2055924 swapFree=4165672/4192956
[pid=11149] ppid=11147 vsize=47568 CPUtime=82.47
/proc/11149/stat : 11149 (galac.sh) S 11147 11149 10738 0 -1 4194304 799 89476 0 1 0 0 8177 70 17 0 1 0 165461428 48709632 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/11149/statm: 11892 363 245 79 0 218 0
[pid=11171] ppid=11149 vsize=260536 CPUtime=1567.78
/proc/11171/stat : 11171 (minisat) R 11149 11149 10738 0 -1 4194304 62526 0 0 0 156713 65 0 0 25 0 1 0 165469774 266788864 62508 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/11171/statm: 65134 62508 54 142 0 64990 0
Current children cumulated CPU time (s) 1650.25
Current children cumulated vsize (KiB) 308104

[startup+1724.02 s]
/proc/loadavg: 2.07 2.00 2.00 3/87 11634
/proc/meminfo: memFree=1061224/2055924 swapFree=4165672/4192956
[pid=11149] ppid=11147 vsize=47568 CPUtime=82.47
/proc/11149/stat : 11149 (galac.sh) S 11147 11149 10738 0 -1 4194304 799 89476 0 1 0 0 8177 70 17 0 1 0 165461428 48709632 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/11149/statm: 11892 363 245 79 0 218 0
[pid=11171] ppid=11149 vsize=268424 CPUtime=1627.74
/proc/11171/stat : 11171 (minisat) R 11149 11149 10738 0 -1 4194304 64517 0 0 0 162708 66 0 0 25 0 1 0 165469774 274866176 64499 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134525933 0 0 4096 3 0 0 0 17 0 0 0
/proc/11171/statm: 67106 64499 54 142 0 66962 0
Current children cumulated CPU time (s) 1710.21
Current children cumulated vsize (KiB) 315992

[startup+1784.03 s]
/proc/loadavg: 2.03 2.00 2.00 3/87 11634
/proc/meminfo: memFree=1051752/2055924 swapFree=4165672/4192956
[pid=11149] ppid=11147 vsize=47568 CPUtime=82.47
/proc/11149/stat : 11149 (galac.sh) S 11147 11149 10738 0 -1 4194304 799 89476 0 1 0 0 8177 70 17 0 1 0 165461428 48709632 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/11149/statm: 11892 363 245 79 0 218 0
[pid=11171] ppid=11149 vsize=277668 CPUtime=1687.68
/proc/11171/stat : 11171 (minisat) R 11149 11149 10738 0 -1 4194304 66832 0 0 0 168699 69 0 0 25 0 1 0 165469774 284332032 66814 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 0 0 0
/proc/11171/statm: 69417 66814 54 142 0 69273 0
Current children cumulated CPU time (s) 1770.15
Current children cumulated vsize (KiB) 325236



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1813.97 s]
/proc/loadavg: 2.01 2.00 2.00 3/87 11634
/proc/meminfo: memFree=1047080/2055924 swapFree=4165672/4192956
[pid=11149] ppid=11147 vsize=47568 CPUtime=82.47
/proc/11149/stat : 11149 (galac.sh) S 11147 11149 10738 0 -1 4194304 799 89476 0 1 0 0 8177 70 17 0 1 0 165461428 48709632 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/11149/statm: 11892 363 245 79 0 218 0
[pid=11171] ppid=11149 vsize=282400 CPUtime=1717.61
/proc/11171/stat : 11171 (minisat) R 11149 11149 10738 0 -1 4194304 67989 0 0 0 171691 70 0 0 25 0 1 0 165469774 289177600 67971 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 0 0 0
/proc/11171/statm: 70600 67971 54 142 0 70456 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 329968

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 11149 and gives childrusage.ru_utime.tv_sec=81 childrusage.ru_utime.tv_usec=785566 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=713891
CPU time returned by wait4() is 82.4995
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): 1813.99
CPU time (s): 1800.08
CPU user time (s): 1798.68
CPU system time (s): 1.4
CPU usage (%): 99.2334
Max. virtual memory (cumulated for all children) (KiB): 908632

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 81.7856
system time used= 0.713891
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 90275
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= 3572
involuntary context switches= 5056

runsolver used 1.9757 s user time and 5.79912 s system time

The end

Launcher Data (download as text)

Begin job on node6 on Sun Jan  7 11:51:00 UTC 2007


IDJOB= 206271
IDBENCH= 4195
FILE ID= node6/206271-1168170660

PBS_JOBID= 3478823

Free space on /tmp= 66539 MiB

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

META MD5SUM SOLVER= d8bf20eb49fe33822f00bab08f33d7fc
MD5SUM BENCH=  53bf81f071c9b552fd20d7b6234d763f

RANDOM SEED= 390355021

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.240
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.240
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:      2055924 kB
MemFree:       1317448 kB
Buffers:         66936 kB
Cached:         488784 kB
SwapCached:       2424 kB
Active:         204160 kB
Inactive:       449624 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1317448 kB
SwapTotal:     4192956 kB
SwapFree:      4165672 kB
Dirty:            8684 kB
Writeback:           0 kB
Mapped:         115364 kB
Slab:            69204 kB
Committed_AS:  4772924 kB
PageTables:       2564 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= 66503 MiB



End job on node6 on Sun Jan  7 12:21:14 UTC 2007