Trace number 238128

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? (MO) 0 1098.37

General information on the benchmark

Namehaystacks/
haystacks_40.xml
MD5SUM8b5182a49a250a29e8348f72e42d7007
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark641.278
SatisfiableNO
(Un)Satisfiability was proved
Number of variables1600
Number of constraints31239
Maximum constraint arity2
Maximum domain size40
Number of constraints which are defined in extension0
Number of constraints which are defined in intension31239
Global constraints used (with number of constraints)

Solver Data (download as text)

0.06	c --- Preproc Stats ---
18.92	c start processing
18.92	c start relation processing
18.93	c start cnf exporting
72.43	c parsing time : 18.73
72.43	c preprocessing time : 72.24
72.44	
72.44	c Nary constraints - conflicts : 0 supports : 0
72.44	c Binary constraints - conflicts : 31200 supports :39
72.44	c max arity constraint : 2
72.44	c Max Tuples generated 1600
72.44	c relations : 4
72.44	c relations BDD: 0
72.44	c vars : 64001 - clauses :  2503762
72.44	
72.46	 
72.46	c --- Minisat Stats ---
72.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/node55/watcher-238128-1168719007 -o ROOT/results/node55/solver-238128-1168719007 -C 1800 -M 900 /tmp/evaluation/238128-1168719007/galac.sh /tmp/evaluation/238128-1168719007/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: 0.90 1.53 1.62 4/65 5703
/proc/meminfo: memFree=1742504/2055920 swapFree=4192192/4192956
[pid=5702] ppid=5700 vsize=5192 CPUtime=0
/proc/5702/stat : 5702 (galac.sh) D 5700 5702 3917 0 -1 4194304 110 0 0 0 0 0 0 0 18 0 1 0 220299103 5316608 80 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 248761777650 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/5702/statm: 1298 80 59 79 0 108 0

[startup+0.103365 s]
/proc/loadavg: 0.90 1.53 1.62 4/65 5703
/proc/meminfo: memFree=1742504/2055920 swapFree=4192192/4192956
[pid=5702] ppid=5700 vsize=47580 CPUtime=0.01
/proc/5702/stat : 5702 (galac.sh) S 5700 5702 3917 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 220299103 48721920 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 248761215834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/5702/statm: 11895 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47580

[startup+0.511394 s]
/proc/loadavg: 0.90 1.53 1.62 4/65 5703
/proc/meminfo: memFree=1742504/2055920 swapFree=4192192/4192956
[pid=5702] ppid=5700 vsize=47580 CPUtime=0.01
/proc/5702/stat : 5702 (galac.sh) S 5700 5702 3917 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 220299103 48721920 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 248761215834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/5702/statm: 11895 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47580

[startup+1.33348 s]
/proc/loadavg: 0.90 1.53 1.62 2/73 5723
/proc/meminfo: memFree=1701928/2055920 swapFree=4192192/4192956
[pid=5702] ppid=5700 vsize=47580 CPUtime=0.01
/proc/5702/stat : 5702 (galac.sh) S 5700 5702 3917 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 220299103 48721920 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 248761215834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/5702/statm: 11895 363 245 79 0 218 0
[pid=5716] ppid=5702 vsize=860948 CPUtime=1.26
/proc/5716/stat : 5716 (java) R 5702 5702 3917 0 -1 0 12180 0 1 0 119 7 0 0 17 0 8 0 220299109 881610752 11932 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4074047224 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/5716/statm: 215237 11932 1994 14 0 201495 0
[pid=5716/tid=5717] ppid=5702 vsize=860948 CPUtime=0.08
/proc/5716/task/5717/stat : 5717 (java) S 5702 5702 3917 0 -1 64 3443 0 0 0 7 1 0 0 16 0 8 0 220299113 881610752 11932 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5716/tid=5718] ppid=5702 vsize=860948 CPUtime=0
/proc/5716/task/5718/stat : 5718 (java) S 5702 5702 3917 0 -1 64 12 0 0 0 0 0 0 0 15 0 8 0 220299114 881610752 11932 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5716/tid=5719] ppid=5702 vsize=860948 CPUtime=0
/proc/5716/task/5719/stat : 5719 (java) S 5702 5702 3917 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 220299114 881610752 11932 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5716/tid=5720] ppid=5702 vsize=860948 CPUtime=0
/proc/5716/task/5720/stat : 5720 (java) S 5702 5702 3917 0 -1 64 2 0 0 0 0 0 0 0 23 0 8 0 220299117 881610752 11932 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5716/tid=5721] ppid=5702 vsize=860948 CPUtime=0.28
/proc/5716/task/5721/stat : 5721 (java) S 5702 5702 3917 0 -1 64 1021 0 0 0 27 1 0 0 16 0 8 0 220299117 881610752 11932 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5716/tid=5722] ppid=5702 vsize=860948 CPUtime=0
/proc/5716/task/5722/stat : 5722 (java) S 5702 5702 3917 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 220299117 881610752 11932 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5716/tid=5723] ppid=5702 vsize=860948 CPUtime=0
/proc/5716/task/5723/stat : 5723 (java) S 5702 5702 3917 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 220299117 881610752 11932 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.27
Current children cumulated vsize (KiB) 908528

[startup+2.98563 s]
/proc/loadavg: 0.90 1.53 1.62 3/73 5723
/proc/meminfo: memFree=1701480/2055920 swapFree=4192192/4192956
[pid=5702] ppid=5700 vsize=47580 CPUtime=0.01
/proc/5702/stat : 5702 (galac.sh) S 5700 5702 3917 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 220299103 48721920 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 248761215834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/5702/statm: 11895 363 245 79 0 218 0
[pid=5716] ppid=5702 vsize=860948 CPUtime=2.92
/proc/5716/stat : 5716 (java) R 5702 5702 3917 0 -1 0 14551 0 1 0 283 9 0 0 17 0 8 0 220299109 881610752 14301 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4152819938 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5716/statm: 215237 14301 1994 14 0 201495 0
[pid=5716/tid=5717] ppid=5702 vsize=860948 CPUtime=0.12
/proc/5716/task/5717/stat : 5717 (java) S 5702 5702 3917 0 -1 64 3481 0 0 0 11 1 0 0 16 0 8 0 220299113 881610752 14301 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5716/tid=5718] ppid=5702 vsize=860948 CPUtime=0
/proc/5716/task/5718/stat : 5718 (java) S 5702 5702 3917 0 -1 64 12 0 0 0 0 0 0 0 15 0 8 0 220299114 881610752 14301 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5716/tid=5719] ppid=5702 vsize=860948 CPUtime=0
/proc/5716/task/5719/stat : 5719 (java) S 5702 5702 3917 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 220299114 881610752 14301 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5716/tid=5720] ppid=5702 vsize=860948 CPUtime=0
/proc/5716/task/5720/stat : 5720 (java) S 5702 5702 3917 0 -1 64 2 0 0 0 0 0 0 0 23 0 8 0 220299117 881610752 14301 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5716/tid=5721] ppid=5702 vsize=860948 CPUtime=0.33
/proc/5716/task/5721/stat : 5721 (java) S 5702 5702 3917 0 -1 64 1050 0 0 0 31 2 0 0 16 0 8 0 220299117 881610752 14301 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5716/tid=5722] ppid=5702 vsize=860948 CPUtime=0
/proc/5716/task/5722/stat : 5722 (java) S 5702 5702 3917 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 220299117 881610752 14301 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5716/tid=5723] ppid=5702 vsize=860948 CPUtime=0
/proc/5716/task/5723/stat : 5723 (java) S 5702 5702 3917 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 220299117 881610752 14301 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 908528

[startup+6.27614 s]
/proc/loadavg: 0.91 1.52 1.62 2/73 5723
/proc/meminfo: memFree=1671928/2055920 swapFree=4192192/4192956
[pid=5702] ppid=5700 vsize=47580 CPUtime=0.01
/proc/5702/stat : 5702 (galac.sh) S 5700 5702 3917 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 220299103 48721920 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 248761215834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/5702/statm: 11895 363 245 79 0 218 0
[pid=5716] ppid=5702 vsize=860948 CPUtime=6.2
/proc/5716/stat : 5716 (java) R 5702 5702 3917 0 -1 0 19641 0 1 0 607 13 0 0 19 0 8 0 220299109 881610752 19390 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073667681 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/5716/statm: 215237 19390 1997 14 0 201495 0
[pid=5716/tid=5717] ppid=5702 vsize=860948 CPUtime=0.13
/proc/5716/task/5717/stat : 5717 (java) S 5702 5702 3917 0 -1 64 3640 0 0 0 12 1 0 0 16 0 8 0 220299113 881610752 19390 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5716/tid=5718] ppid=5702 vsize=860948 CPUtime=0
/proc/5716/task/5718/stat : 5718 (java) S 5702 5702 3917 0 -1 64 12 0 0 0 0 0 0 0 15 0 8 0 220299114 881610752 19390 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5716/tid=5719] ppid=5702 vsize=860948 CPUtime=0
/proc/5716/task/5719/stat : 5719 (java) S 5702 5702 3917 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 220299114 881610752 19390 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5716/tid=5720] ppid=5702 vsize=860948 CPUtime=0
/proc/5716/task/5720/stat : 5720 (java) S 5702 5702 3917 0 -1 64 2 0 0 0 0 0 0 0 23 0 8 0 220299117 881610752 19390 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5716/tid=5721] ppid=5702 vsize=860948 CPUtime=0.33
/proc/5716/task/5721/stat : 5721 (java) S 5702 5702 3917 0 -1 64 1050 0 0 0 31 2 0 0 16 0 8 0 220299117 881610752 19390 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5716/tid=5722] ppid=5702 vsize=860948 CPUtime=0
/proc/5716/task/5722/stat : 5722 (java) S 5702 5702 3917 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 220299117 881610752 19390 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5716/tid=5723] ppid=5702 vsize=860948 CPUtime=0
/proc/5716/task/5723/stat : 5723 (java) S 5702 5702 3917 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 220299117 881610752 19390 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 908528

[startup+12.7658 s]
/proc/loadavg: 0.92 1.51 1.61 2/73 5723
/proc/meminfo: memFree=1668944/2055920 swapFree=4192192/4192956
[pid=5702] ppid=5700 vsize=47580 CPUtime=0.01
/proc/5702/stat : 5702 (galac.sh) S 5700 5702 3917 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 220299103 48721920 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 248761215834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/5702/statm: 11895 363 245 79 0 218 0
[pid=5716] ppid=5702 vsize=860948 CPUtime=12.67
/proc/5716/stat : 5716 (java) R 5702 5702 3917 0 -1 0 20493 0 1 0 1253 14 0 0 18 0 8 0 220299109 881610752 20239 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4155888697 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/5716/statm: 215237 20239 1997 14 0 201495 0
[pid=5716/tid=5717] ppid=5702 vsize=860948 CPUtime=0.17
/proc/5716/task/5717/stat : 5717 (java) S 5702 5702 3917 0 -1 64 4486 0 0 0 15 2 0 0 16 0 8 0 220299113 881610752 20239 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5716/tid=5718] ppid=5702 vsize=860948 CPUtime=0
/proc/5716/task/5718/stat : 5718 (java) S 5702 5702 3917 0 -1 64 12 0 0 0 0 0 0 0 15 0 8 0 220299114 881610752 20239 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5716/tid=5719] ppid=5702 vsize=860948 CPUtime=0
/proc/5716/task/5719/stat : 5719 (java) S 5702 5702 3917 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 220299114 881610752 20239 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5716/tid=5720] ppid=5702 vsize=860948 CPUtime=0
/proc/5716/task/5720/stat : 5720 (java) S 5702 5702 3917 0 -1 64 2 0 0 0 0 0 0 0 23 0 8 0 220299117 881610752 20239 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5716/tid=5721] ppid=5702 vsize=860948 CPUtime=0.34
/proc/5716/task/5721/stat : 5721 (java) S 5702 5702 3917 0 -1 64 1053 0 0 0 32 2 0 0 16 0 8 0 220299117 881610752 20239 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5716/tid=5722] ppid=5702 vsize=860948 CPUtime=0
/proc/5716/task/5722/stat : 5722 (java) S 5702 5702 3917 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 220299117 881610752 20239 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5716/tid=5723] ppid=5702 vsize=860948 CPUtime=0
/proc/5716/task/5723/stat : 5723 (java) S 5702 5702 3917 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 220299117 881610752 20239 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 908528

[startup+25.622 s]
/proc/loadavg: 0.93 1.48 1.60 2/73 5723
/proc/meminfo: memFree=1660504/2055920 swapFree=4192192/4192956
[pid=5702] ppid=5700 vsize=47580 CPUtime=0.01
/proc/5702/stat : 5702 (galac.sh) S 5700 5702 3917 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 220299103 48721920 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 248761215834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/5702/statm: 11895 363 245 79 0 218 0
[pid=5716] ppid=5702 vsize=860948 CPUtime=25.5
/proc/5716/stat : 5716 (java) R 5702 5702 3917 0 -1 0 21711 0 1 0 2532 18 0 0 17 0 8 0 220299109 881610752 21440 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4074053415 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5716/statm: 215237 21440 2015 14 0 201495 0
[pid=5716/tid=5717] ppid=5702 vsize=860948 CPUtime=0.36
/proc/5716/task/5717/stat : 5717 (java) S 5702 5702 3917 0 -1 64 5593 0 0 0 34 2 0 0 15 0 8 0 220299113 881610752 21440 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5716/tid=5718] ppid=5702 vsize=860948 CPUtime=0
/proc/5716/task/5718/stat : 5718 (java) S 5702 5702 3917 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 220299114 881610752 21440 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5716/tid=5719] ppid=5702 vsize=860948 CPUtime=0
/proc/5716/task/5719/stat : 5719 (java) S 5702 5702 3917 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 220299114 881610752 21440 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5716/tid=5720] ppid=5702 vsize=860948 CPUtime=0
/proc/5716/task/5720/stat : 5720 (java) S 5702 5702 3917 0 -1 64 2 0 0 0 0 0 0 0 23 0 8 0 220299117 881610752 21440 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5716/tid=5721] ppid=5702 vsize=860948 CPUtime=0.44
/proc/5716/task/5721/stat : 5721 (java) S 5702 5702 3917 0 -1 64 1109 0 0 0 42 2 0 0 16 0 8 0 220299117 881610752 21440 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5716/tid=5722] ppid=5702 vsize=860948 CPUtime=0
/proc/5716/task/5722/stat : 5722 (java) S 5702 5702 3917 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 220299117 881610752 21440 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5716/tid=5723] ppid=5702 vsize=860948 CPUtime=0
/proc/5716/task/5723/stat : 5723 (java) S 5702 5702 3917 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 220299117 881610752 21440 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.51
Current children cumulated vsize (KiB) 908528

[startup+51.3213 s]
/proc/loadavg: 0.96 1.44 1.58 2/73 5723
/proc/meminfo: memFree=1637656/2055920 swapFree=4192192/4192956
[pid=5702] ppid=5700 vsize=47580 CPUtime=0.01
/proc/5702/stat : 5702 (galac.sh) S 5700 5702 3917 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 220299103 48721920 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 248761215834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/5702/statm: 11895 363 245 79 0 218 0
[pid=5716] ppid=5702 vsize=860948 CPUtime=51.18
/proc/5716/stat : 5716 (java) R 5702 5702 3917 0 -1 0 22032 0 1 0 5087 31 0 0 17 0 8 0 220299109 881610752 21714 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4153380200 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5716/statm: 215237 21714 2016 14 0 201495 0
[pid=5716/tid=5717] ppid=5702 vsize=860948 CPUtime=0.39
/proc/5716/task/5717/stat : 5717 (java) S 5702 5702 3917 0 -1 64 5859 0 0 0 36 3 0 0 16 0 8 0 220299113 881610752 21714 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5716/tid=5718] ppid=5702 vsize=860948 CPUtime=0
/proc/5716/task/5718/stat : 5718 (java) S 5702 5702 3917 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 220299114 881610752 21714 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5716/tid=5719] ppid=5702 vsize=860948 CPUtime=0
/proc/5716/task/5719/stat : 5719 (java) S 5702 5702 3917 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 220299114 881610752 21714 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5716/tid=5720] ppid=5702 vsize=860948 CPUtime=0
/proc/5716/task/5720/stat : 5720 (java) S 5702 5702 3917 0 -1 64 2 0 0 0 0 0 0 0 23 0 8 0 220299117 881610752 21714 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5716/tid=5721] ppid=5702 vsize=860948 CPUtime=0.45
/proc/5716/task/5721/stat : 5721 (java) S 5702 5702 3917 0 -1 64 1115 0 0 0 43 2 0 0 16 0 8 0 220299117 881610752 21714 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5716/tid=5722] ppid=5702 vsize=860948 CPUtime=0
/proc/5716/task/5722/stat : 5722 (java) S 5702 5702 3917 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 220299117 881610752 21714 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5716/tid=5723] ppid=5702 vsize=860948 CPUtime=0
/proc/5716/task/5723/stat : 5723 (java) S 5702 5702 3917 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 220299117 881610752 21714 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51.19
Current children cumulated vsize (KiB) 908528

[startup+102.535 s]
/proc/loadavg: 0.98 1.37 1.55 2/66 5724
/proc/meminfo: memFree=1504208/2055920 swapFree=4192192/4192956
[pid=5702] ppid=5700 vsize=47580 CPUtime=72.32
/proc/5702/stat : 5702 (galac.sh) S 5700 5702 3917 0 -1 4194304 799 23781 0 1 0 0 7191 41 16 0 1 0 220299103 48721920 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 248761215834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/5702/statm: 11895 363 245 79 0 218 0
[pid=5724] ppid=5702 vsize=205764 CPUtime=30.05
/proc/5724/stat : 5724 (minisat) R 5702 5702 3917 0 -1 4194304 50013 0 0 0 2981 24 0 0 25 0 1 0 220306349 210702336 49995 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/5724/statm: 51441 49995 54 142 0 51297 0
Current children cumulated CPU time (s) 102.37

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

[startup+402.81 s]
/proc/loadavg: 0.99 1.13 1.39 2/66 5724
/proc/meminfo: memFree=1254608/2055920 swapFree=4192192/4192956
[pid=5702] ppid=5700 vsize=47580 CPUtime=72.32
/proc/5702/stat : 5702 (galac.sh) S 5700 5702 3917 0 -1 4194304 799 23781 0 1 0 0 7191 41 16 0 1 0 220299103 48721920 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 248761215834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/5702/statm: 11895 363 245 79 0 218 0
[pid=5724] ppid=5702 vsize=455408 CPUtime=330.25
/proc/5724/stat : 5724 (minisat) R 5702 5702 3917 0 -1 4194304 112091 0 0 0 32953 72 0 0 25 0 1 0 220306349 466337792 112073 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/5724/statm: 113852 112073 54 142 0 113708 0
Current children cumulated CPU time (s) 402.57
Current children cumulated vsize (KiB) 502988

[startup+462.864 s]
/proc/loadavg: 0.99 1.10 1.36 2/66 5724
/proc/meminfo: memFree=1230032/2055920 swapFree=4192192/4192956
[pid=5702] ppid=5700 vsize=47580 CPUtime=72.32
/proc/5702/stat : 5702 (galac.sh) S 5700 5702 3917 0 -1 4194304 799 23781 0 1 0 0 7191 41 16 0 1 0 220299103 48721920 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 248761215834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/5702/statm: 11895 363 245 79 0 218 0
[pid=5724] ppid=5702 vsize=480244 CPUtime=390.29
/proc/5724/stat : 5724 (minisat) R 5702 5702 3917 0 -1 4194304 118226 0 0 0 38950 79 0 0 25 0 1 0 220306349 491769856 118208 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/5724/statm: 120061 118208 54 142 0 119917 0
Current children cumulated CPU time (s) 462.61
Current children cumulated vsize (KiB) 527824

[startup+522.918 s]
/proc/loadavg: 0.99 1.08 1.34 2/66 5724
/proc/meminfo: memFree=1219152/2055920 swapFree=4192192/4192956
[pid=5702] ppid=5700 vsize=47580 CPUtime=72.32
/proc/5702/stat : 5702 (galac.sh) S 5700 5702 3917 0 -1 4194304 799 23781 0 1 0 0 7191 41 16 0 1 0 220299103 48721920 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 248761215834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/5702/statm: 11895 363 245 79 0 218 0
[pid=5724] ppid=5702 vsize=491316 CPUtime=450.33
/proc/5724/stat : 5724 (minisat) R 5702 5702 3917 0 -1 4194304 120964 0 0 0 44951 82 0 0 25 0 1 0 220306349 503107584 120946 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529435 0 0 4096 3 0 0 0 17 1 0 0
/proc/5724/statm: 122829 120946 54 142 0 122685 0
Current children cumulated CPU time (s) 522.65
Current children cumulated vsize (KiB) 538896

[startup+582.971 s]
/proc/loadavg: 0.99 1.06 1.31 2/66 5726
/proc/meminfo: memFree=1115984/2055920 swapFree=4192192/4192956
[pid=5702] ppid=5700 vsize=47580 CPUtime=72.32
/proc/5702/stat : 5702 (galac.sh) S 5700 5702 3917 0 -1 4194304 799 23781 0 1 0 0 7191 41 16 0 1 0 220299103 48721920 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 248761215834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/5702/statm: 11895 363 245 79 0 218 0
[pid=5724] ppid=5702 vsize=596724 CPUtime=510.36
/proc/5724/stat : 5724 (minisat) R 5702 5702 3917 0 -1 4194304 147104 0 0 0 50936 100 0 0 25 0 1 0 220306349 611045376 147086 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/5724/statm: 149181 147086 54 142 0 149037 0
Current children cumulated CPU time (s) 582.68
Current children cumulated vsize (KiB) 644304

[startup+643.03 s]
/proc/loadavg: 0.99 1.05 1.29 2/66 5726
/proc/meminfo: memFree=1048080/2055920 swapFree=4192192/4192956
[pid=5702] ppid=5700 vsize=47580 CPUtime=72.32
/proc/5702/stat : 5702 (galac.sh) S 5700 5702 3917 0 -1 4194304 799 23781 0 1 0 0 7191 41 16 0 1 0 220299103 48721920 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 248761215834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/5702/statm: 11895 363 245 79 0 218 0
[pid=5724] ppid=5702 vsize=662996 CPUtime=570.41
/proc/5724/stat : 5724 (minisat) R 5702 5702 3917 0 -1 4194304 163659 0 0 0 56925 116 0 0 25 0 1 0 220306349 678907904 163641 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/5724/statm: 165749 163641 54 142 0 165605 0
Current children cumulated CPU time (s) 642.73
Current children cumulated vsize (KiB) 710576

[startup+703.084 s]
/proc/loadavg: 0.99 1.04 1.27 2/66 5726
/proc/meminfo: memFree=1009616/2055920 swapFree=4192192/4192956
[pid=5702] ppid=5700 vsize=47580 CPUtime=72.32
/proc/5702/stat : 5702 (galac.sh) S 5700 5702 3917 0 -1 4194304 799 23781 0 1 0 0 7191 41 16 0 1 0 220299103 48721920 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 248761215834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/5702/statm: 11895 363 245 79 0 218 0
[pid=5724] ppid=5702 vsize=701464 CPUtime=630.45
/proc/5724/stat : 5724 (minisat) R 5702 5702 3917 0 -1 4194304 173256 0 0 0 62920 125 0 0 25 0 1 0 220306349 718299136 173238 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 1 0 0
/proc/5724/statm: 175366 173238 54 142 0 175222 0
Current children cumulated CPU time (s) 702.77
Current children cumulated vsize (KiB) 749044

[startup+763.138 s]
/proc/loadavg: 0.99 1.03 1.25 2/66 5726
/proc/meminfo: memFree=983568/2055920 swapFree=4192192/4192956
[pid=5702] ppid=5700 vsize=47580 CPUtime=72.32
/proc/5702/stat : 5702 (galac.sh) S 5700 5702 3917 0 -1 4194304 799 23781 0 1 0 0 7191 41 16 0 1 0 220299103 48721920 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 248761215834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/5702/statm: 11895 363 245 79 0 218 0
[pid=5724] ppid=5702 vsize=727612 CPUtime=690.49
/proc/5724/stat : 5724 (minisat) R 5702 5702 3917 0 -1 4194304 179777 0 0 0 68918 131 0 0 25 0 1 0 220306349 745074688 179759 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/5724/statm: 181903 179759 54 142 0 181759 0
Current children cumulated CPU time (s) 762.81
Current children cumulated vsize (KiB) 775192

[startup+823.191 s]
/proc/loadavg: 0.99 1.02 1.23 2/66 5726
/proc/meminfo: memFree=933520/2055920 swapFree=4192192/4192956
[pid=5702] ppid=5700 vsize=47580 CPUtime=72.32
/proc/5702/stat : 5702 (galac.sh) S 5700 5702 3917 0 -1 4194304 799 23781 0 1 0 0 7191 41 16 0 1 0 220299103 48721920 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 248761215834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/5702/statm: 11895 363 245 79 0 218 0
[pid=5724] ppid=5702 vsize=778324 CPUtime=750.53
/proc/5724/stat : 5724 (minisat) R 5702 5702 3917 0 -1 4194304 192164 0 0 0 74911 142 0 0 25 0 1 0 220306349 797003776 192146 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/5724/statm: 194581 192146 54 142 0 194437 0
Current children cumulated CPU time (s) 822.85
Current children cumulated vsize (KiB) 825904

[startup+883.247 s]
/proc/loadavg: 0.99 1.02 1.21 2/66 5726
/proc/meminfo: memFree=899984/2055920 swapFree=4192192/4192956
[pid=5702] ppid=5700 vsize=47580 CPUtime=72.32
/proc/5702/stat : 5702 (galac.sh) S 5700 5702 3917 0 -1 4194304 799 23781 0 1 0 0 7191 41 16 0 1 0 220299103 48721920 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 248761215834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/5702/statm: 11895 363 245 79 0 218 0
[pid=5724] ppid=5702 vsize=812128 CPUtime=810.56
/proc/5724/stat : 5724 (minisat) R 5702 5702 3917 0 -1 4194304 200558 0 0 0 80907 149 0 0 25 0 1 0 220306349 831619072 200540 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529430 0 0 4096 3 0 0 0 17 1 0 0
/proc/5724/statm: 203032 200540 54 142 0 202888 0
Current children cumulated CPU time (s) 882.88
Current children cumulated vsize (KiB) 859708

[startup+943.302 s]
/proc/loadavg: 0.99 1.01 1.20 2/66 5726
/proc/meminfo: memFree=882512/2055920 swapFree=4192192/4192956
[pid=5702] ppid=5700 vsize=47580 CPUtime=72.32
/proc/5702/stat : 5702 (galac.sh) S 5700 5702 3917 0 -1 4194304 799 23781 0 1 0 0 7191 41 16 0 1 0 220299103 48721920 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 248761215834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/5702/statm: 11895 363 245 79 0 218 0
[pid=5724] ppid=5702 vsize=829768 CPUtime=870.61
/proc/5724/stat : 5724 (minisat) R 5702 5702 3917 0 -1 4194304 204919 0 0 0 86908 153 0 0 25 0 1 0 220306349 849682432 204901 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529391 0 0 4096 3 0 0 0 17 1 0 0
/proc/5724/statm: 207442 204901 54 142 0 207298 0
Current children cumulated CPU time (s) 942.93
Current children cumulated vsize (KiB) 877348

[startup+1003.35 s]
/proc/loadavg: 0.99 1.00 1.18 2/66 5726
/proc/meminfo: memFree=866128/2055920 swapFree=4192192/4192956
[pid=5702] ppid=5700 vsize=47580 CPUtime=72.32
/proc/5702/stat : 5702 (galac.sh) S 5700 5702 3917 0 -1 4194304 799 23781 0 1 0 0 7191 41 16 0 1 0 220299103 48721920 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 248761215834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/5702/statm: 11895 363 245 79 0 218 0
[pid=5724] ppid=5702 vsize=846240 CPUtime=930.64
/proc/5724/stat : 5724 (minisat) R 5702 5702 3917 0 -1 4194304 209012 0 0 0 92906 158 0 0 25 0 1 0 220306349 866549760 208994 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529430 0 0 4096 3 0 0 0 17 1 0 0
/proc/5724/statm: 211560 208994 54 142 0 211416 0
Current children cumulated CPU time (s) 1002.96
Current children cumulated vsize (KiB) 893820

[startup+1063.41 s]
/proc/loadavg: 0.99 1.00 1.17 2/66 5726
/proc/meminfo: memFree=849680/2055920 swapFree=4192192/4192956
[pid=5702] ppid=5700 vsize=47580 CPUtime=72.32
/proc/5702/stat : 5702 (galac.sh) S 5700 5702 3917 0 -1 4194304 799 23781 0 1 0 0 7191 41 16 0 1 0 220299103 48721920 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 248761215834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/5702/statm: 11895 363 245 79 0 218 0
[pid=5724] ppid=5702 vsize=862524 CPUtime=990.69
/proc/5724/stat : 5724 (minisat) R 5702 5702 3917 0 -1 4194304 213084 0 0 0 98906 163 0 0 25 0 1 0 220306349 883224576 213066 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/5724/statm: 215631 213066 54 142 0 215487 0
Current children cumulated CPU time (s) 1063.01
Current children cumulated vsize (KiB) 910104



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+1098.36 s]
/proc/loadavg: 0.99 1.00 1.16 2/66 5726
/proc/meminfo: memFree=838224/2055920 swapFree=4192192/4192956
[pid=5702] ppid=5700 vsize=47580 CPUtime=72.32
/proc/5702/stat : 5702 (galac.sh) S 5700 5702 3917 0 -1 4194304 799 23781 0 1 0 0 7191 41 16 0 1 0 220299103 48721920 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 248761215834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/5702/statm: 11895 363 245 79 0 218 0
[pid=5724] ppid=5702 vsize=874056 CPUtime=1025.63
/proc/5724/stat : 5724 (minisat) R 5702 5702 3917 0 -1 4194304 215947 0 0 0 102397 166 0 0 25 0 1 0 220306349 895033344 215913 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/5724/statm: 218514 215913 54 142 0 218370 0
Current children cumulated CPU time (s) 1097.95
Current children cumulated vsize (KiB) 921636

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 5702 and gives childrusage.ru_utime.tv_sec=71 childrusage.ru_utime.tv_usec=925065 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=427934
CPU time returned by wait4() is 72.353
while last known CPU time is 0

Using last known CPU time as value...

Real time (s): 1098.37
CPU time (s): 0
CPU user time (s): 0
CPU system time (s): 0
CPU usage (%): 0
Max. virtual memory (cumulated for all children) (KiB): 921636

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71.9251
system time used= 0.427934
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24580
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= 3013
involuntary context switches= 771

runsolver used 0.904862 s user time and 2.34164 s system time

The end

Launcher Data (download as text)

Begin job on node55 on Sat Jan 13 20:10:08 UTC 2007


IDJOB= 238128
IDBENCH= 6984
IDSOLVER= 78
FILE ID= node55/238128-1168719007

PBS_JOBID= 3547614

Free space on /tmp= 66558 MiB

SOLVER NAME= galac 1
BENCH NAME= HOME/pub/bench/CPAI06/haystacks/haystacks_40.xml
COMMAND LINE= /tmp/evaluation/238128-1168719007/galac.sh /tmp/evaluation/238128-1168719007/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node55/watcher-238128-1168719007 -o ROOT/results/node55/solver-238128-1168719007 -C 1800 -M 900  /tmp/evaluation/238128-1168719007/galac.sh /tmp/evaluation/238128-1168719007/unknown.xml

META MD5SUM SOLVER= d8bf20eb49fe33822f00bab08f33d7fc
MD5SUM BENCH=  8b5182a49a250a29e8348f72e42d7007

RANDOM SEED= 136080722

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.218
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5931.00
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.218
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:       1742920 kB
Buffers:         27676 kB
Cached:         196864 kB
SwapCached:        268 kB
Active:          42504 kB
Inactive:       197092 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1742920 kB
SwapTotal:     4192956 kB
SwapFree:      4192192 kB
Dirty:            6896 kB
Writeback:           0 kB
Mapped:          23968 kB
Slab:            59480 kB
Committed_AS:  4906924 kB
PageTables:       1380 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= 66520 MiB



End job on node55 on Sat Jan 13 20:28:27 UTC 2007