Trace number 206440

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
galac 1? (TO) 1800.07 1815.62

General information on the benchmark

Namerandom/rand-3-28-28/
rand-3-28-28-93-632-46_ext.xml
MD5SUMc533f66d17c5f39bdf5d136140b92696
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 benchmark81.2966
SatisfiableYES
(Un)Satisfiability was provedYES
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.65	c start processing
5.65	c start relation processing
20.77	c start cnf exporting
83.80	c parsing time : 5.443
83.80	c preprocessing time : 83.596
83.80	
83.80	c Nary constraints - conflicts : 0 supports : 93
83.80	c Binary constraints - conflicts : 0 supports :0
83.80	c max arity constraint : 3
83.80	c Max Tuples generated 0
83.80	c relations : 93
83.80	c relations BDD: 93
83.80	c vars : 598335 - clauses :  1874865
83.80	
83.88	 
83.88	c --- Minisat Stats ---
83.88	 

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/node33/watcher-206440-1168173155 -o ROOT/results/node33/solver-206440-1168173155 -C 1800 -M 900 /tmp/evaluation/206440-1168173155/galac.sh /tmp/evaluation/206440-1168173155/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.99 2.01 1.89 5/74 6797
/proc/meminfo: memFree=1326240/2055920 swapFree=4192224/4192956
[pid=6796] ppid=6794 vsize=8560 CPUtime=0
/proc/6796/stat : 6796 (galac.sh) R 6794 6796 6105 0 -1 4194304 308 0 0 0 0 0 0 0 20 0 1 0 165709387 8765440 253 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 210824316815 0 0 4096 8192 0 0 0 17 1 0 0
/proc/6796/statm: 2140 253 197 79 0 133 0

[startup+0.105915 s]
/proc/loadavg: 1.99 2.01 1.89 5/74 6797
/proc/meminfo: memFree=1326240/2055920 swapFree=4192224/4192956
[pid=6796] ppid=6794 vsize=47568 CPUtime=0.01
/proc/6796/stat : 6796 (galac.sh) S 6794 6796 6105 0 -1 4194304 760 1704 0 0 0 0 0 1 18 0 1 0 165709387 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6796/statm: 11892 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+0.513997 s]
/proc/loadavg: 1.99 2.01 1.89 5/74 6797
/proc/meminfo: memFree=1326240/2055920 swapFree=4192224/4192956
[pid=6796] ppid=6794 vsize=47568 CPUtime=0.01
/proc/6796/stat : 6796 (galac.sh) S 6794 6796 6105 0 -1 4194304 760 1704 0 0 0 0 0 1 18 0 1 0 165709387 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6796/statm: 11892 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+1.33717 s]
/proc/loadavg: 1.99 2.01 1.89 4/82 6817
/proc/meminfo: memFree=1253968/2055920 swapFree=4192224/4192956
[pid=6796] ppid=6794 vsize=47568 CPUtime=0.01
/proc/6796/stat : 6796 (galac.sh) S 6794 6796 6105 0 -1 4194304 760 1704 0 0 0 0 0 1 18 0 1 0 165709387 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6796/statm: 11892 363 245 79 0 218 0
[pid=6810] ppid=6796 vsize=861064 CPUtime=1.23
/proc/6810/stat : 6810 (java) R 6796 6796 6105 0 -1 0 21283 0 1 0 110 13 0 0 25 0 8 0 165709391 881729536 21036 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073751179 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6810/statm: 215266 21036 1967 14 0 201471 0
[pid=6810/tid=6811] ppid=6796 vsize=861064 CPUtime=0.06
/proc/6810/task/6811/stat : 6811 (java) S 6796 6796 6105 0 -1 64 5530 0 0 0 4 2 0 0 16 0 8 0 165709395 881729536 21036 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6810/tid=6812] ppid=6796 vsize=861064 CPUtime=0
/proc/6810/task/6812/stat : 6812 (java) S 6796 6796 6105 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 165709395 881729536 21036 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6810/tid=6813] ppid=6796 vsize=861064 CPUtime=0
/proc/6810/task/6813/stat : 6813 (java) S 6796 6796 6105 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 165709395 881729536 21036 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6810/tid=6814] ppid=6796 vsize=861064 CPUtime=0
/proc/6810/task/6814/stat : 6814 (java) S 6796 6796 6105 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 165709399 881729536 21036 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6810/tid=6815] ppid=6796 vsize=861064 CPUtime=0.12
/proc/6810/task/6815/stat : 6815 (java) S 6796 6796 6105 0 -1 64 891 0 0 0 11 1 0 0 16 0 8 0 165709399 881729536 21036 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6810/tid=6816] ppid=6796 vsize=861064 CPUtime=0
/proc/6810/task/6816/stat : 6816 (java) S 6796 6796 6105 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 165709399 881729536 21036 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6810/tid=6817] ppid=6796 vsize=861064 CPUtime=0
/proc/6810/task/6817/stat : 6817 (java) S 6796 6796 6105 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 165709399 881729536 21036 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 908632

[startup+2.98952 s]
/proc/loadavg: 1.99 2.01 1.89 3/82 6817
/proc/meminfo: memFree=1239952/2055920 swapFree=4192224/4192956
[pid=6796] ppid=6794 vsize=47568 CPUtime=0.01
/proc/6796/stat : 6796 (galac.sh) S 6794 6796 6105 0 -1 4194304 760 1704 0 0 0 0 0 1 18 0 1 0 165709387 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6796/statm: 11892 363 245 79 0 218 0
[pid=6810] ppid=6796 vsize=861064 CPUtime=2.86
/proc/6810/stat : 6810 (java) R 6796 6796 6105 0 -1 0 25343 0 1 0 271 15 0 0 25 0 8 0 165709391 881729536 25090 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073651577 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6810/statm: 215266 25090 1967 14 0 201471 0
[pid=6810/tid=6811] ppid=6796 vsize=861064 CPUtime=0.22
/proc/6810/task/6811/stat : 6811 (java) S 6796 6796 6105 0 -1 64 9574 0 0 0 18 4 0 0 16 0 8 0 165709395 881729536 25090 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6810/tid=6812] ppid=6796 vsize=861064 CPUtime=0
/proc/6810/task/6812/stat : 6812 (java) S 6796 6796 6105 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 165709395 881729536 25090 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6810/tid=6813] ppid=6796 vsize=861064 CPUtime=0
/proc/6810/task/6813/stat : 6813 (java) S 6796 6796 6105 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 165709395 881729536 25090 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6810/tid=6814] ppid=6796 vsize=861064 CPUtime=0
/proc/6810/task/6814/stat : 6814 (java) S 6796 6796 6105 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 165709399 881729536 25090 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6810/tid=6815] ppid=6796 vsize=861064 CPUtime=0.15
/proc/6810/task/6815/stat : 6815 (java) S 6796 6796 6105 0 -1 64 901 0 0 0 14 1 0 0 16 0 8 0 165709399 881729536 25090 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6810/tid=6816] ppid=6796 vsize=861064 CPUtime=0
/proc/6810/task/6816/stat : 6816 (java) S 6796 6796 6105 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 165709399 881729536 25090 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6810/tid=6817] ppid=6796 vsize=861064 CPUtime=0
/proc/6810/task/6817/stat : 6817 (java) R 6796 6796 6105 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 165709399 881729536 25090 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.87
Current children cumulated vsize (KiB) 908632

[startup+6.28418 s]
/proc/loadavg: 1.99 2.01 1.89 3/82 6817
/proc/meminfo: memFree=1210256/2055920 swapFree=4192224/4192956
[pid=6796] ppid=6794 vsize=47568 CPUtime=0.01
/proc/6796/stat : 6796 (galac.sh) S 6794 6796 6105 0 -1 4194304 760 1704 0 0 0 0 0 1 18 0 1 0 165709387 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6796/statm: 11892 363 245 79 0 218 0
[pid=6810] ppid=6796 vsize=861064 CPUtime=6.14
/proc/6810/stat : 6810 (java) R 6796 6796 6105 0 -1 0 30842 0 1 0 594 20 0 0 25 0 8 0 165709391 881729536 30580 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073978185 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6810/statm: 215266 30580 1975 14 0 201471 0
[pid=6810/tid=6811] ppid=6796 vsize=861064 CPUtime=0.44
/proc/6810/task/6811/stat : 6811 (java) S 6796 6796 6105 0 -1 64 15000 0 0 0 37 7 0 0 16 0 8 0 165709395 881729536 30580 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6810/tid=6812] ppid=6796 vsize=861064 CPUtime=0
/proc/6810/task/6812/stat : 6812 (java) S 6796 6796 6105 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 165709395 881729536 30580 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6810/tid=6813] ppid=6796 vsize=861064 CPUtime=0
/proc/6810/task/6813/stat : 6813 (java) S 6796 6796 6105 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 165709395 881729536 30580 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6810/tid=6814] ppid=6796 vsize=861064 CPUtime=0
/proc/6810/task/6814/stat : 6814 (java) S 6796 6796 6105 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 165709399 881729536 30580 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6810/tid=6815] ppid=6796 vsize=861064 CPUtime=0.24
/proc/6810/task/6815/stat : 6815 (java) S 6796 6796 6105 0 -1 64 946 0 0 0 23 1 0 0 15 0 8 0 165709399 881729536 30580 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6810/tid=6816] ppid=6796 vsize=861064 CPUtime=0
/proc/6810/task/6816/stat : 6816 (java) S 6796 6796 6105 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 165709399 881729536 30580 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6810/tid=6817] ppid=6796 vsize=861064 CPUtime=0
/proc/6810/task/6817/stat : 6817 (java) S 6796 6796 6105 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 165709399 881729536 30580 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 908632

[startup+12.7845 s]
/proc/loadavg: 2.07 2.02 1.90 3/82 6817
/proc/meminfo: memFree=1112600/2055920 swapFree=4192224/4192956
[pid=6796] ppid=6794 vsize=47568 CPUtime=0.01
/proc/6796/stat : 6796 (galac.sh) S 6794 6796 6105 0 -1 4194304 760 1704 0 0 0 0 0 1 18 0 1 0 165709387 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6796/statm: 11892 363 245 79 0 218 0
[pid=6810] ppid=6796 vsize=861064 CPUtime=12.57
/proc/6810/stat : 6810 (java) R 6796 6796 6105 0 -1 0 54845 0 1 0 1222 35 0 0 25 0 8 0 165709391 881729536 54579 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073932559 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6810/statm: 215266 54579 1975 14 0 201471 0
[pid=6810/tid=6811] ppid=6796 vsize=861064 CPUtime=1.56
/proc/6810/task/6811/stat : 6811 (java) S 6796 6796 6105 0 -1 64 38999 0 0 0 134 22 0 0 20 0 8 0 165709395 881729536 54579 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6810/tid=6812] ppid=6796 vsize=861064 CPUtime=0
/proc/6810/task/6812/stat : 6812 (java) S 6796 6796 6105 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 165709395 881729536 54579 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6810/tid=6813] ppid=6796 vsize=861064 CPUtime=0
/proc/6810/task/6813/stat : 6813 (java) S 6796 6796 6105 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 165709395 881729536 54579 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6810/tid=6814] ppid=6796 vsize=861064 CPUtime=0
/proc/6810/task/6814/stat : 6814 (java) S 6796 6796 6105 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 165709399 881729536 54579 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6810/tid=6815] ppid=6796 vsize=861064 CPUtime=0.24
/proc/6810/task/6815/stat : 6815 (java) S 6796 6796 6105 0 -1 64 946 0 0 0 23 1 0 0 15 0 8 0 165709399 881729536 54579 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6810/tid=6816] ppid=6796 vsize=861064 CPUtime=0
/proc/6810/task/6816/stat : 6816 (java) S 6796 6796 6105 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 165709399 881729536 54579 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6810/tid=6817] ppid=6796 vsize=861064 CPUtime=0
/proc/6810/task/6817/stat : 6817 (java) S 6796 6796 6105 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 165709399 881729536 54579 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 908632

[startup+25.6652 s]
/proc/loadavg: 2.05 2.02 1.90 3/82 6817
/proc/meminfo: memFree=978008/2055920 swapFree=4192224/4192956
[pid=6796] ppid=6794 vsize=47568 CPUtime=0.01
/proc/6796/stat : 6796 (galac.sh) S 6794 6796 6105 0 -1 4194304 760 1704 0 0 0 0 0 1 18 0 1 0 165709387 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6796/statm: 11892 363 245 79 0 218 0
[pid=6810] ppid=6796 vsize=861064 CPUtime=25.33
/proc/6810/stat : 6810 (java) R 6796 6796 6105 0 -1 0 87658 0 1 0 2478 55 0 0 25 0 8 0 165709391 881729536 87381 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4074005094 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6810/statm: 215266 87381 1994 14 0 201471 0
[pid=6810/tid=6811] ppid=6796 vsize=861064 CPUtime=3.07
/proc/6810/task/6811/stat : 6811 (java) S 6796 6796 6105 0 -1 64 71728 0 0 0 267 40 0 0 16 0 8 0 165709395 881729536 87381 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6810/tid=6812] ppid=6796 vsize=861064 CPUtime=0
/proc/6810/task/6812/stat : 6812 (java) S 6796 6796 6105 0 -1 64 12 0 0 0 0 0 0 0 17 0 8 0 165709395 881729536 87381 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6810/tid=6813] ppid=6796 vsize=861064 CPUtime=0
/proc/6810/task/6813/stat : 6813 (java) S 6796 6796 6105 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 165709395 881729536 87381 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6810/tid=6814] ppid=6796 vsize=861064 CPUtime=0
/proc/6810/task/6814/stat : 6814 (java) S 6796 6796 6105 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 165709399 881729536 87381 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6810/tid=6815] ppid=6796 vsize=861064 CPUtime=0.31
/proc/6810/task/6815/stat : 6815 (java) S 6796 6796 6105 0 -1 64 982 0 0 0 29 2 0 0 15 0 8 0 165709399 881729536 87381 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6810/tid=6816] ppid=6796 vsize=861064 CPUtime=0
/proc/6810/task/6816/stat : 6816 (java) S 6796 6796 6105 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 165709399 881729536 87381 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6810/tid=6817] ppid=6796 vsize=861064 CPUtime=0
/proc/6810/task/6817/stat : 6817 (java) S 6796 6796 6105 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 165709399 881729536 87381 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.34
Current children cumulated vsize (KiB) 908632

[startup+51.3255 s]
/proc/loadavg: 2.03 2.02 1.90 3/82 6817
/proc/meminfo: memFree=959448/2055920 swapFree=4192224/4192956
[pid=6796] ppid=6794 vsize=47568 CPUtime=0.01
/proc/6796/stat : 6796 (galac.sh) S 6794 6796 6105 0 -1 4194304 760 1704 0 0 0 0 0 1 18 0 1 0 165709387 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6796/statm: 11892 363 245 79 0 218 0
[pid=6810] ppid=6796 vsize=861064 CPUtime=50.75
/proc/6810/stat : 6810 (java) R 6796 6796 6105 0 -1 0 87702 0 1 0 5010 65 0 0 25 0 8 0 165709391 881729536 87382 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4074040136 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6810/statm: 215266 87382 1995 14 0 201471 0
[pid=6810/tid=6811] ppid=6796 vsize=861064 CPUtime=3.16
/proc/6810/task/6811/stat : 6811 (java) S 6796 6796 6105 0 -1 64 71729 0 0 0 275 41 0 0 16 0 8 0 165709395 881729536 87382 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6810/tid=6812] ppid=6796 vsize=861064 CPUtime=0
/proc/6810/task/6812/stat : 6812 (java) S 6796 6796 6105 0 -1 64 12 0 0 0 0 0 0 0 17 0 8 0 165709395 881729536 87382 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6810/tid=6813] ppid=6796 vsize=861064 CPUtime=0
/proc/6810/task/6813/stat : 6813 (java) S 6796 6796 6105 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 165709395 881729536 87382 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6810/tid=6814] ppid=6796 vsize=861064 CPUtime=0
/proc/6810/task/6814/stat : 6814 (java) S 6796 6796 6105 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 165709399 881729536 87382 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6810/tid=6815] ppid=6796 vsize=861064 CPUtime=0.31
/proc/6810/task/6815/stat : 6815 (java) S 6796 6796 6105 0 -1 64 982 0 0 0 29 2 0 0 15 0 8 0 165709399 881729536 87382 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6810/tid=6816] ppid=6796 vsize=861064 CPUtime=0
/proc/6810/task/6816/stat : 6816 (java) S 6796 6796 6105 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 165709399 881729536 87382 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6810/tid=6817] ppid=6796 vsize=861064 CPUtime=0
/proc/6810/task/6817/stat : 6817 (java) S 6796 6796 6105 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 165709399 881729536 87382 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.76
Current children cumulated vsize (KiB) 908632

[startup+102.586 s]
/proc/loadavg: 2.01 2.01 1.91 3/75 6818
/proc/meminfo: memFree=1166672/2055920 swapFree=4192224/4192956
[pid=6796] ppid=6794 vsize=47568 CPUtime=82.99
/proc/6796/stat : 6796 (galac.sh) S 6794 6796 6105 0 -1 4194304 798 89469 0 1 0 0 8215 84 17 0 1 0 165709387 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6796/statm: 11892 363 245 79 0 218 0
[pid=6818] ppid=6796 vsize=121432 CPUtime=18.52
/proc/6818/stat : 6818 (minisat) R 6796 6796 6105 0 -1 4194304 27904 0 0 0 1832 20 0 0 25 0 1 0 165717775 124346368 27886 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/6818/statm: 30358 27886 54 142 0 30214 0
Current children cumulated CPU time (s) 101.51

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

/proc/loadavg: 2.00 2.00 1.91 3/75 6818
/proc/meminfo: memFree=924496/2055920 swapFree=4192224/4192956
[pid=6796] ppid=6794 vsize=47568 CPUtime=82.99
/proc/6796/stat : 6796 (galac.sh) S 6794 6796 6105 0 -1 4194304 798 89469 0 1 0 0 8215 84 17 0 1 0 165709387 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6796/statm: 11892 363 245 79 0 218 0
[pid=6818] ppid=6796 vsize=258404 CPUtime=1030.62
/proc/6818/stat : 6818 (minisat) R 6796 6796 6105 0 -1 4194304 62060 0 0 0 103005 57 0 0 25 0 1 0 165717775 264605696 62042 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/6818/statm: 64601 62042 54 142 0 64457 0
Current children cumulated CPU time (s) 1113.61
Current children cumulated vsize (KiB) 305972

[startup+1184.17 s]
/proc/loadavg: 2.00 2.00 1.91 3/75 6818
/proc/meminfo: memFree=910800/2055920 swapFree=4192224/4192956
[pid=6796] ppid=6794 vsize=47568 CPUtime=82.99
/proc/6796/stat : 6796 (galac.sh) S 6794 6796 6105 0 -1 4194304 798 89469 0 1 0 0 8215 84 17 0 1 0 165709387 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6796/statm: 11892 363 245 79 0 218 0
[pid=6818] ppid=6796 vsize=266568 CPUtime=1090.15
/proc/6818/stat : 6818 (minisat) R 6796 6796 6105 0 -1 4194304 64120 0 0 0 108955 60 0 0 25 0 1 0 165717775 272965632 64102 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/6818/statm: 66642 64102 54 142 0 66498 0
Current children cumulated CPU time (s) 1173.14
Current children cumulated vsize (KiB) 314136

[startup+1244.27 s]
/proc/loadavg: 2.00 2.00 1.91 3/75 6818
/proc/meminfo: memFree=892944/2055920 swapFree=4192224/4192956
[pid=6796] ppid=6794 vsize=47568 CPUtime=82.99
/proc/6796/stat : 6796 (galac.sh) S 6794 6796 6105 0 -1 4194304 798 89469 0 1 0 0 8215 84 17 0 1 0 165709387 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6796/statm: 11892 363 245 79 0 218 0
[pid=6818] ppid=6796 vsize=275272 CPUtime=1149.69
/proc/6818/stat : 6818 (minisat) R 6796 6796 6105 0 -1 4194304 66312 0 0 0 114906 63 0 0 25 0 1 0 165717775 281878528 66294 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 1 0 0
/proc/6818/statm: 68818 66294 54 142 0 68674 0
Current children cumulated CPU time (s) 1232.68
Current children cumulated vsize (KiB) 322840

[startup+1304.36 s]
/proc/loadavg: 2.00 2.00 1.91 3/75 6818
/proc/meminfo: memFree=876688/2055920 swapFree=4192224/4192956
[pid=6796] ppid=6794 vsize=47568 CPUtime=82.99
/proc/6796/stat : 6796 (galac.sh) S 6794 6796 6105 0 -1 4194304 798 89469 0 1 0 0 8215 84 17 0 1 0 165709387 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6796/statm: 11892 363 245 79 0 218 0
[pid=6818] ppid=6796 vsize=288720 CPUtime=1209.24
/proc/6818/stat : 6818 (minisat) R 6796 6796 6105 0 -1 4194304 69606 0 0 0 120858 66 0 0 25 0 1 0 165717775 295649280 69588 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/6818/statm: 72180 69588 54 142 0 72036 0
Current children cumulated CPU time (s) 1292.23
Current children cumulated vsize (KiB) 336288

[startup+1364.39 s]
/proc/loadavg: 2.29 2.06 1.93 3/86 6871
/proc/meminfo: memFree=1007608/2055920 swapFree=4192224/4192956
[pid=6796] ppid=6794 vsize=47568 CPUtime=82.99
/proc/6796/stat : 6796 (galac.sh) S 6794 6796 6105 0 -1 4194304 798 89469 0 1 0 0 8215 84 17 0 1 0 165709387 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6796/statm: 11892 363 245 79 0 218 0
[pid=6818] ppid=6796 vsize=294988 CPUtime=1268.46
/proc/6818/stat : 6818 (minisat) R 6796 6796 6105 0 -1 4194304 71164 0 0 0 126773 73 0 0 25 0 1 0 165717775 302067712 71146 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134527315 0 0 4096 3 0 0 0 17 0 0 0
/proc/6818/statm: 73747 71146 54 142 0 73603 0
Current children cumulated CPU time (s) 1351.45
Current children cumulated vsize (KiB) 342556

[startup+1424.46 s]
/proc/loadavg: 2.14 2.06 1.94 3/86 6871
/proc/meminfo: memFree=983160/2055920 swapFree=4192224/4192956
[pid=6796] ppid=6794 vsize=47568 CPUtime=82.99
/proc/6796/stat : 6796 (galac.sh) S 6794 6796 6105 0 -1 4194304 798 89469 0 1 0 0 8215 84 17 0 1 0 165709387 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6796/statm: 11892 363 245 79 0 218 0
[pid=6818] ppid=6796 vsize=298988 CPUtime=1328.22
/proc/6818/stat : 6818 (minisat) R 6796 6796 6105 0 -1 4194304 72175 0 0 0 132746 76 0 0 25 0 1 0 165717775 306163712 72157 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134529492 0 0 4096 3 0 0 0 17 0 0 0
/proc/6818/statm: 74747 72157 54 142 0 74603 0
Current children cumulated CPU time (s) 1411.21
Current children cumulated vsize (KiB) 346556

[startup+1484.55 s]
/proc/loadavg: 2.05 2.05 1.94 3/86 6871
/proc/meminfo: memFree=953976/2055920 swapFree=4192224/4192956
[pid=6796] ppid=6794 vsize=47568 CPUtime=82.99
/proc/6796/stat : 6796 (galac.sh) S 6794 6796 6105 0 -1 4194304 798 89469 0 1 0 0 8215 84 17 0 1 0 165709387 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6796/statm: 11892 363 245 79 0 218 0
[pid=6818] ppid=6796 vsize=304416 CPUtime=1387.96
/proc/6818/stat : 6818 (minisat) R 6796 6796 6105 0 -1 4194304 73531 0 0 0 138719 77 0 0 25 0 1 0 165717775 311721984 73513 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/6818/statm: 76104 73513 54 142 0 75960 0
Current children cumulated CPU time (s) 1470.95
Current children cumulated vsize (KiB) 351984

[startup+1544.63 s]
/proc/loadavg: 2.02 2.04 1.94 3/86 6871
/proc/meminfo: memFree=917816/2055920 swapFree=4192224/4192956
[pid=6796] ppid=6794 vsize=47568 CPUtime=82.99
/proc/6796/stat : 6796 (galac.sh) S 6794 6796 6105 0 -1 4194304 798 89469 0 1 0 0 8215 84 17 0 1 0 165709387 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6796/statm: 11892 363 245 79 0 218 0
[pid=6818] ppid=6796 vsize=313012 CPUtime=1447.67
/proc/6818/stat : 6818 (minisat) R 6796 6796 6105 0 -1 4194304 75703 0 0 0 144688 79 0 0 25 0 1 0 165717775 320524288 75685 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/6818/statm: 78253 75685 54 142 0 78109 0
Current children cumulated CPU time (s) 1530.66
Current children cumulated vsize (KiB) 360580

[startup+1604.72 s]
/proc/loadavg: 2.00 2.03 1.94 3/86 6871
/proc/meminfo: memFree=882040/2055920 swapFree=4192224/4192956
[pid=6796] ppid=6794 vsize=47568 CPUtime=82.99
/proc/6796/stat : 6796 (galac.sh) S 6794 6796 6105 0 -1 4194304 798 89469 0 1 0 0 8215 84 17 0 1 0 165709387 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6796/statm: 11892 363 245 79 0 218 0
[pid=6818] ppid=6796 vsize=320720 CPUtime=1507.43
/proc/6818/stat : 6818 (minisat) R 6796 6796 6105 0 -1 4194304 77618 0 0 0 150662 81 0 0 25 0 1 0 165717775 328417280 77600 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/6818/statm: 80180 77600 54 142 0 80036 0
Current children cumulated CPU time (s) 1590.42
Current children cumulated vsize (KiB) 368288

[startup+1664.8 s]
/proc/loadavg: 2.00 2.02 1.94 3/86 6871
/proc/meminfo: memFree=849592/2055920 swapFree=4192224/4192956
[pid=6796] ppid=6794 vsize=47568 CPUtime=82.99
/proc/6796/stat : 6796 (galac.sh) S 6794 6796 6105 0 -1 4194304 798 89469 0 1 0 0 8215 84 17 0 1 0 165709387 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6796/statm: 11892 363 245 79 0 218 0
[pid=6818] ppid=6796 vsize=324568 CPUtime=1567.17
/proc/6818/stat : 6818 (minisat) R 6796 6796 6105 0 -1 4194304 78606 0 0 0 156635 82 0 0 25 0 1 0 165717775 332357632 78588 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 0 0 0
/proc/6818/statm: 81142 78588 54 142 0 80998 0
Current children cumulated CPU time (s) 1650.16
Current children cumulated vsize (KiB) 372136

[startup+1724.89 s]
/proc/loadavg: 2.00 2.02 1.94 3/92 6955
/proc/meminfo: memFree=814432/2055920 swapFree=4192224/4192956
[pid=6796] ppid=6794 vsize=47568 CPUtime=82.99
/proc/6796/stat : 6796 (galac.sh) S 6794 6796 6105 0 -1 4194304 798 89469 0 1 0 0 8215 84 17 0 1 0 165709387 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6796/statm: 11892 363 245 79 0 218 0
[pid=6818] ppid=6796 vsize=328820 CPUtime=1626.91
/proc/6818/stat : 6818 (minisat) R 6796 6796 6105 0 -1 4194304 79657 0 0 0 162602 89 0 0 25 0 1 0 165717775 336711680 79639 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 0 0 0
/proc/6818/statm: 82205 79639 54 142 0 82061 0
Current children cumulated CPU time (s) 1709.9
Current children cumulated vsize (KiB) 376388

[startup+1784.99 s]
/proc/loadavg: 2.00 2.01 1.94 3/92 7041
/proc/meminfo: memFree=808496/2055920 swapFree=4192224/4192956
[pid=6796] ppid=6794 vsize=47568 CPUtime=82.99
/proc/6796/stat : 6796 (galac.sh) S 6794 6796 6105 0 -1 4194304 798 89469 0 1 0 0 8215 84 17 0 1 0 165709387 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6796/statm: 11892 363 245 79 0 218 0
[pid=6818] ppid=6796 vsize=334648 CPUtime=1686.64
/proc/6818/stat : 6818 (minisat) R 6796 6796 6105 0 -1 4194304 81131 0 0 0 168564 100 0 0 25 0 1 0 165717775 342679552 81113 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134529268 0 0 4096 3 0 0 0 17 0 0 0
/proc/6818/statm: 83662 81113 54 142 0 83518 0
Current children cumulated CPU time (s) 1769.63
Current children cumulated vsize (KiB) 382216



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1815.61 s]
/proc/loadavg: 2.06 2.02 1.94 3/86 7069
/proc/meminfo: memFree=806584/2055920 swapFree=4192224/4192956
[pid=6796] ppid=6794 vsize=47568 CPUtime=82.99
/proc/6796/stat : 6796 (galac.sh) S 6794 6796 6105 0 -1 4194304 798 89469 0 1 0 0 8215 84 17 0 1 0 165709387 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6796/statm: 11892 363 245 79 0 218 0
[pid=6818] ppid=6796 vsize=337556 CPUtime=1717.08
/proc/6818/stat : 6818 (minisat) R 6796 6796 6105 0 -1 4194304 81847 0 0 0 171604 104 0 0 25 0 1 0 165717775 345657344 81829 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134529268 0 0 4096 3 0 0 0 17 0 0 0
/proc/6818/statm: 84389 81829 54 142 0 84245 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 385124

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 6796 and gives childrusage.ru_utime.tv_sec=82 childrusage.ru_utime.tv_usec=158510 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=854870
CPU time returned by wait4() is 83.0134
while last known CPU time is 1800.07

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

Real time (s): 1815.62
CPU time (s): 1800.07
CPU user time (s): 1798.19
CPU system time (s): 1.88
CPU usage (%): 99.1436
Max. virtual memory (cumulated for all children) (KiB): 908632

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 82.1585
system time used= 0.85487
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 90267
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= 3687
involuntary context switches= 5329

runsolver used 2.06868 s user time and 5.97709 s system time

The end

Launcher Data (download as text)

Begin job on node33 on Sun Jan  7 12:32:35 UTC 2007


IDJOB= 206440
IDBENCH= 4208
FILE ID= node33/206440-1168173155

PBS_JOBID= 3479027

Free space on /tmp= 66510 MiB

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

META MD5SUM SOLVER= d8bf20eb49fe33822f00bab08f33d7fc
MD5SUM BENCH=  c533f66d17c5f39bdf5d136140b92696

RANDOM SEED= 47117684

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.281
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.281
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:       1326720 kB
Buffers:         34276 kB
Cached:         447396 kB
SwapCached:        448 kB
Active:         314628 kB
Inactive:       348708 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1326720 kB
SwapTotal:     4192956 kB
SwapFree:      4192224 kB
Dirty:            8676 kB
Writeback:           0 kB
Mapped:         192160 kB
Slab:            51044 kB
Committed_AS:  3142476 kB
PageTables:       2156 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= 66510 MiB



End job on node33 on Sun Jan  7 13:02:51 UTC 2007