Trace number 206453

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.01 1808.22

General information on the benchmark

Namerandom/rand-3-28-28/
rand-3-28-28-93-632-47_ext.xml
MD5SUM6e34df8fcc34f2f20744837f33af4217
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.61	c start processing
5.61	c start relation processing
20.80	c start cnf exporting
84.42	c parsing time : 5.433
84.42	c preprocessing time : 84.246
84.42	
84.42	c Nary constraints - conflicts : 0 supports : 93
84.42	c Binary constraints - conflicts : 0 supports :0
84.42	c max arity constraint : 3
84.42	c Max Tuples generated 0
84.42	c relations : 93
84.42	c relations BDD: 93
84.42	c vars : 598348 - clauses :  1874877
84.42	
84.48	 
84.48	c --- Minisat Stats ---
84.48	 

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/node10/watcher-206453-1168173368 -o ROOT/results/node10/solver-206453-1168173368 -C 1800 -M 900 /tmp/evaluation/206453-1168173368/galac.sh /tmp/evaluation/206453-1168173368/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.00 2.00 2.00 5/87 2076
/proc/meminfo: memFree=1572872/2055920 swapFree=4178216/4192956
[pid=2075] ppid=2072 vsize=8652 CPUtime=0
/proc/2075/stat : 2075 (galac.sh) S 2072 2075 1843 0 -1 4194304 347 0 0 0 0 0 0 0 17 0 1 0 165731917 8859648 280 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 214919474010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2075/statm: 2163 280 208 79 0 156 0
[pid=2077] ppid=2075 vsize=8688 CPUtime=0
/proc/2077/stat : 2077 (galac.sh) S 2075 2075 1843 0 -1 4194368 38 0 0 0 0 0 0 0 18 0 1 0 165731918 8896512 286 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 214920036434 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/2077/statm: 2172 286 209 79 0 165 0
[pid=2078] ppid=2077 vsize=8728 CPUtime=0
/proc/2078/stat : 2078 (galac.sh) R 2077 2075 1843 0 -1 4194368 26 0 0 0 0 0 0 0 21 0 1 0 165731918 8937472 290 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 214919867687 0 0 3674112 73728 0 0 0 17 1 0 0
/proc/2078/statm: 2182 290 209 79 0 175 0

[startup+0.106316 s]
/proc/loadavg: 2.00 2.00 2.00 5/87 2076
/proc/meminfo: memFree=1572872/2055920 swapFree=4178216/4192956
[pid=2075] ppid=2072 vsize=47576 CPUtime=0.01
/proc/2075/stat : 2075 (galac.sh) S 2072 2075 1843 0 -1 4194304 760 1704 0 0 0 0 0 1 24 0 1 0 165731917 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 214919474010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2075/statm: 11894 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47576

[startup+0.514368 s]
/proc/loadavg: 2.00 2.00 2.00 5/87 2076
/proc/meminfo: memFree=1572872/2055920 swapFree=4178216/4192956
[pid=2075] ppid=2072 vsize=47576 CPUtime=0.01
/proc/2075/stat : 2075 (galac.sh) S 2072 2075 1843 0 -1 4194304 760 1704 0 0 0 0 0 1 24 0 1 0 165731917 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 214919474010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2075/statm: 11894 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47576

[startup+1.33748 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 2099
/proc/meminfo: memFree=1493960/2055920 swapFree=4178216/4192956
[pid=2075] ppid=2072 vsize=47576 CPUtime=0.01
/proc/2075/stat : 2075 (galac.sh) S 2072 2075 1843 0 -1 4194304 760 1704 0 0 0 0 0 1 24 0 1 0 165731917 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 214919474010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2075/statm: 11894 363 245 79 0 218 0
[pid=2091] ppid=2075 vsize=861064 CPUtime=1.27
/proc/2091/stat : 2091 (java) R 2075 2075 1843 0 -1 0 21671 0 1 0 115 12 0 0 21 0 8 0 165731921 881729536 21424 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073679879 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2091/statm: 215266 21424 1964 14 0 201471 0
[pid=2091/tid=2092] ppid=2075 vsize=861064 CPUtime=0.06
/proc/2091/task/2092/stat : 2092 (java) S 2075 2075 1843 0 -1 64 5920 0 0 0 4 2 0 0 16 0 8 0 165731925 881729536 21424 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2091/tid=2094] ppid=2075 vsize=861064 CPUtime=0
/proc/2091/task/2094/stat : 2094 (java) S 2075 2075 1843 0 -1 64 11 0 0 0 0 0 0 0 19 0 8 0 165731925 881729536 21424 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2091/tid=2095] ppid=2075 vsize=861064 CPUtime=0
/proc/2091/task/2095/stat : 2095 (java) S 2075 2075 1843 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 165731925 881729536 21424 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2091/tid=2096] ppid=2075 vsize=861064 CPUtime=0
/proc/2091/task/2096/stat : 2096 (java) S 2075 2075 1843 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 165731929 881729536 21424 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2091/tid=2097] ppid=2075 vsize=861064 CPUtime=0.12
/proc/2091/task/2097/stat : 2097 (java) S 2075 2075 1843 0 -1 64 892 0 0 0 12 0 0 0 16 0 8 0 165731929 881729536 21424 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2091/tid=2098] ppid=2075 vsize=861064 CPUtime=0
/proc/2091/task/2098/stat : 2098 (java) S 2075 2075 1843 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 165731929 881729536 21424 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2091/tid=2099] ppid=2075 vsize=861064 CPUtime=0
/proc/2091/task/2099/stat : 2099 (java) S 2075 2075 1843 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 165731929 881729536 21424 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 908640

[startup+2.99071 s]
/proc/loadavg: 2.00 2.00 2.00 4/95 2099
/proc/meminfo: memFree=1484808/2055920 swapFree=4178216/4192956
[pid=2075] ppid=2072 vsize=47576 CPUtime=0.01
/proc/2075/stat : 2075 (galac.sh) S 2072 2075 1843 0 -1 4194304 760 1704 0 0 0 0 0 1 24 0 1 0 165731917 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 214919474010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2075/statm: 11894 363 245 79 0 218 0
[pid=2091] ppid=2075 vsize=861064 CPUtime=2.91
/proc/2091/stat : 2091 (java) R 2075 2075 1843 0 -1 0 25366 0 1 0 276 15 0 0 25 0 8 0 165731921 881729536 25113 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4152819601 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2091/statm: 215266 25113 1964 14 0 201471 0
[pid=2091/tid=2092] ppid=2075 vsize=861064 CPUtime=0.21
/proc/2091/task/2092/stat : 2092 (java) S 2075 2075 1843 0 -1 64 9600 0 0 0 17 4 0 0 16 0 8 0 165731925 881729536 25113 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2091/tid=2094] ppid=2075 vsize=861064 CPUtime=0
/proc/2091/task/2094/stat : 2094 (java) S 2075 2075 1843 0 -1 64 11 0 0 0 0 0 0 0 19 0 8 0 165731925 881729536 25113 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2091/tid=2095] ppid=2075 vsize=861064 CPUtime=0
/proc/2091/task/2095/stat : 2095 (java) S 2075 2075 1843 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 165731925 881729536 25113 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2091/tid=2096] ppid=2075 vsize=861064 CPUtime=0
/proc/2091/task/2096/stat : 2096 (java) S 2075 2075 1843 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 165731929 881729536 25113 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2091/tid=2097] ppid=2075 vsize=861064 CPUtime=0.14
/proc/2091/task/2097/stat : 2097 (java) S 2075 2075 1843 0 -1 64 901 0 0 0 14 0 0 0 16 0 8 0 165731929 881729536 25113 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2091/tid=2098] ppid=2075 vsize=861064 CPUtime=0
/proc/2091/task/2098/stat : 2098 (java) S 2075 2075 1843 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 165731929 881729536 25113 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2091/tid=2099] ppid=2075 vsize=861064 CPUtime=0
/proc/2091/task/2099/stat : 2099 (java) S 2075 2075 1843 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 165731929 881729536 25113 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.92
Current children cumulated vsize (KiB) 908640

[startup+6.29216 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 2099
/proc/meminfo: memFree=1457032/2055920 swapFree=4178216/4192956
[pid=2075] ppid=2072 vsize=47576 CPUtime=0.01
/proc/2075/stat : 2075 (galac.sh) S 2072 2075 1843 0 -1 4194304 760 1704 0 0 0 0 0 1 24 0 1 0 165731917 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 214919474010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2075/statm: 11894 363 245 79 0 218 0
[pid=2091] ppid=2075 vsize=861064 CPUtime=6.17
/proc/2091/stat : 2091 (java) R 2075 2075 1843 0 -1 0 30865 0 1 0 599 18 0 0 25 0 8 0 165731921 881729536 30603 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073924745 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2091/statm: 215266 30603 1972 14 0 201471 0
[pid=2091/tid=2092] ppid=2075 vsize=861064 CPUtime=0.43
/proc/2091/task/2092/stat : 2092 (java) S 2075 2075 1843 0 -1 64 15027 0 0 0 36 7 0 0 16 0 8 0 165731925 881729536 30603 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2091/tid=2094] ppid=2075 vsize=861064 CPUtime=0
/proc/2091/task/2094/stat : 2094 (java) S 2075 2075 1843 0 -1 64 11 0 0 0 0 0 0 0 19 0 8 0 165731925 881729536 30603 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2091/tid=2095] ppid=2075 vsize=861064 CPUtime=0
/proc/2091/task/2095/stat : 2095 (java) S 2075 2075 1843 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 165731925 881729536 30603 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2091/tid=2096] ppid=2075 vsize=861064 CPUtime=0
/proc/2091/task/2096/stat : 2096 (java) S 2075 2075 1843 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 165731929 881729536 30603 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2091/tid=2097] ppid=2075 vsize=861064 CPUtime=0.23
/proc/2091/task/2097/stat : 2097 (java) S 2075 2075 1843 0 -1 64 946 0 0 0 22 1 0 0 15 0 8 0 165731929 881729536 30603 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2091/tid=2098] ppid=2075 vsize=861064 CPUtime=0
/proc/2091/task/2098/stat : 2098 (java) S 2075 2075 1843 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 165731929 881729536 30603 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2091/tid=2099] ppid=2075 vsize=861064 CPUtime=0
/proc/2091/task/2099/stat : 2099 (java) S 2075 2075 1843 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 165731929 881729536 30603 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 908640

[startup+12.79 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 2099
/proc/meminfo: memFree=1361288/2055920 swapFree=4178216/4192956
[pid=2075] ppid=2072 vsize=47576 CPUtime=0.01
/proc/2075/stat : 2075 (galac.sh) S 2072 2075 1843 0 -1 4194304 760 1704 0 0 0 0 0 1 24 0 1 0 165731917 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 214919474010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2075/statm: 11894 363 245 79 0 218 0
[pid=2091] ppid=2075 vsize=861064 CPUtime=12.61
/proc/2091/stat : 2091 (java) R 2075 2075 1843 0 -1 0 54705 0 1 0 1231 30 0 0 25 0 8 0 165731921 881729536 54439 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073930858 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2091/statm: 215266 54439 1972 14 0 201471 0
[pid=2091/tid=2092] ppid=2075 vsize=861064 CPUtime=1.54
/proc/2091/task/2092/stat : 2092 (java) S 2075 2075 1843 0 -1 64 38863 0 0 0 136 18 0 0 20 0 8 0 165731925 881729536 54439 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2091/tid=2094] ppid=2075 vsize=861064 CPUtime=0
/proc/2091/task/2094/stat : 2094 (java) S 2075 2075 1843 0 -1 64 11 0 0 0 0 0 0 0 19 0 8 0 165731925 881729536 54439 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2091/tid=2095] ppid=2075 vsize=861064 CPUtime=0
/proc/2091/task/2095/stat : 2095 (java) S 2075 2075 1843 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 165731925 881729536 54439 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2091/tid=2096] ppid=2075 vsize=861064 CPUtime=0
/proc/2091/task/2096/stat : 2096 (java) S 2075 2075 1843 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 165731929 881729536 54439 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2091/tid=2097] ppid=2075 vsize=861064 CPUtime=0.23
/proc/2091/task/2097/stat : 2097 (java) S 2075 2075 1843 0 -1 64 946 0 0 0 22 1 0 0 15 0 8 0 165731929 881729536 54439 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2091/tid=2098] ppid=2075 vsize=861064 CPUtime=0
/proc/2091/task/2098/stat : 2098 (java) S 2075 2075 1843 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 165731929 881729536 54439 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2091/tid=2099] ppid=2075 vsize=861064 CPUtime=0
/proc/2091/task/2099/stat : 2099 (java) S 2075 2075 1843 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 165731929 881729536 54439 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 908640

[startup+25.6588 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 2099
/proc/meminfo: memFree=1226824/2055920 swapFree=4178216/4192956
[pid=2075] ppid=2072 vsize=47576 CPUtime=0.01
/proc/2075/stat : 2075 (galac.sh) S 2072 2075 1843 0 -1 4194304 760 1704 0 0 0 0 0 1 24 0 1 0 165731917 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 214919474010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2075/statm: 11894 363 245 79 0 218 0
[pid=2091] ppid=2075 vsize=861064 CPUtime=25.37
/proc/2091/stat : 2091 (java) R 2075 2075 1843 0 -1 0 87717 0 1 0 2487 50 0 0 25 0 8 0 165731921 881729536 87440 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 9372636 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2091/statm: 215266 87440 1993 14 0 201471 0
[pid=2091/tid=2092] ppid=2075 vsize=861064 CPUtime=3.08
/proc/2091/task/2092/stat : 2092 (java) S 2075 2075 1843 0 -1 64 71788 0 0 0 272 36 0 0 16 0 8 0 165731925 881729536 87440 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2091/tid=2094] ppid=2075 vsize=861064 CPUtime=0
/proc/2091/task/2094/stat : 2094 (java) S 2075 2075 1843 0 -1 64 12 0 0 0 0 0 0 0 17 0 8 0 165731925 881729536 87440 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2091/tid=2095] ppid=2075 vsize=861064 CPUtime=0
/proc/2091/task/2095/stat : 2095 (java) S 2075 2075 1843 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 165731925 881729536 87440 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2091/tid=2096] ppid=2075 vsize=861064 CPUtime=0
/proc/2091/task/2096/stat : 2096 (java) S 2075 2075 1843 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 165731929 881729536 87440 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2091/tid=2097] ppid=2075 vsize=861064 CPUtime=0.29
/proc/2091/task/2097/stat : 2097 (java) S 2075 2075 1843 0 -1 64 982 0 0 0 28 1 0 0 15 0 8 0 165731929 881729536 87440 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2091/tid=2098] ppid=2075 vsize=861064 CPUtime=0
/proc/2091/task/2098/stat : 2098 (java) S 2075 2075 1843 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 165731929 881729536 87440 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2091/tid=2099] ppid=2075 vsize=861064 CPUtime=0
/proc/2091/task/2099/stat : 2099 (java) S 2075 2075 1843 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 165731929 881729536 87440 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.38
Current children cumulated vsize (KiB) 908640

[startup+51.3353 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 2099
/proc/meminfo: memFree=1211848/2055920 swapFree=4178216/4192956
[pid=2075] ppid=2072 vsize=47576 CPUtime=0.01
/proc/2075/stat : 2075 (galac.sh) S 2072 2075 1843 0 -1 4194304 760 1704 0 0 0 0 0 1 24 0 1 0 165731917 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 214919474010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2075/statm: 11894 363 245 79 0 218 0
[pid=2091] ppid=2075 vsize=861064 CPUtime=50.79
/proc/2091/stat : 2091 (java) R 2075 2075 1843 0 -1 0 87760 0 1 0 5019 60 0 0 25 0 8 0 165731921 881729536 87441 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4074037108 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2091/statm: 215266 87441 1994 14 0 201471 0
[pid=2091/tid=2092] ppid=2075 vsize=861064 CPUtime=3.16
/proc/2091/task/2092/stat : 2092 (java) S 2075 2075 1843 0 -1 64 71789 0 0 0 280 36 0 0 16 0 8 0 165731925 881729536 87441 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2091/tid=2094] ppid=2075 vsize=861064 CPUtime=0
/proc/2091/task/2094/stat : 2094 (java) S 2075 2075 1843 0 -1 64 12 0 0 0 0 0 0 0 17 0 8 0 165731925 881729536 87441 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2091/tid=2095] ppid=2075 vsize=861064 CPUtime=0
/proc/2091/task/2095/stat : 2095 (java) S 2075 2075 1843 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 165731925 881729536 87441 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2091/tid=2096] ppid=2075 vsize=861064 CPUtime=0
/proc/2091/task/2096/stat : 2096 (java) S 2075 2075 1843 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 165731929 881729536 87441 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2091/tid=2097] ppid=2075 vsize=861064 CPUtime=0.29
/proc/2091/task/2097/stat : 2097 (java) S 2075 2075 1843 0 -1 64 982 0 0 0 28 1 0 0 15 0 8 0 165731929 881729536 87441 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2091/tid=2098] ppid=2075 vsize=861064 CPUtime=0
/proc/2091/task/2098/stat : 2098 (java) S 2075 2075 1843 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 165731929 881729536 87441 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2091/tid=2099] ppid=2075 vsize=861064 CPUtime=0
/proc/2091/task/2099/stat : 2099 (java) S 2075 2075 1843 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 165731929 881729536 87441 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.8
Current children cumulated vsize (KiB) 908640

[startup+102.608 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 2100
/proc/meminfo: memFree=1422016/2055920 swapFree=4178216/4192956
[pid=2075] ppid=2072 vsize=47576 CPUtime=83.65

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

/proc/loadavg: 2.03 2.01 2.00 3/95 2212
/proc/meminfo: memFree=1473680/2055920 swapFree=4178216/4192956
[pid=2075] ppid=2072 vsize=47576 CPUtime=83.65
/proc/2075/stat : 2075 (galac.sh) S 2072 2075 1843 0 -1 4194304 798 89527 0 1 0 0 8284 81 17 0 1 0 165731917 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 214919474010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2075/statm: 11894 363 245 79 0 218 0
[pid=2100] ppid=2075 vsize=228140 CPUtime=1032.82
/proc/2100/stat : 2100 (minisat) R 2075 2075 1843 0 -1 4194304 54518 0 0 0 103222 60 0 0 25 0 1 0 165740365 233615360 54500 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/2100/statm: 57035 54500 54 142 0 56891 0
Current children cumulated CPU time (s) 1116.47
Current children cumulated vsize (KiB) 275716

[startup+1183.92 s]
/proc/loadavg: 2.01 2.01 2.00 3/95 2212
/proc/meminfo: memFree=1460048/2055920 swapFree=4178216/4192956
[pid=2075] ppid=2072 vsize=47576 CPUtime=83.65
/proc/2075/stat : 2075 (galac.sh) S 2072 2075 1843 0 -1 4194304 798 89527 0 1 0 0 8284 81 17 0 1 0 165731917 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 214919474010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2075/statm: 11894 363 245 79 0 218 0
[pid=2100] ppid=2075 vsize=241564 CPUtime=1092.82
/proc/2100/stat : 2100 (minisat) R 2075 2075 1843 0 -1 4194304 57873 0 0 0 109219 63 0 0 25 0 1 0 165740365 247361536 57855 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/2100/statm: 60391 57855 54 142 0 60247 0
Current children cumulated CPU time (s) 1176.47
Current children cumulated vsize (KiB) 289140

[startup+1244.01 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 2212
/proc/meminfo: memFree=1448592/2055920 swapFree=4178216/4192956
[pid=2075] ppid=2072 vsize=47576 CPUtime=83.65
/proc/2075/stat : 2075 (galac.sh) S 2072 2075 1843 0 -1 4194304 798 89527 0 1 0 0 8284 81 17 0 1 0 165731917 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 214919474010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2075/statm: 11894 363 245 79 0 218 0
[pid=2100] ppid=2075 vsize=252884 CPUtime=1152.85
/proc/2100/stat : 2100 (minisat) R 2075 2075 1843 0 -1 4194304 60714 0 0 0 115219 66 0 0 25 0 1 0 165740365 258953216 60696 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529340 0 0 4096 3 0 0 0 17 0 0 0
/proc/2100/statm: 63221 60696 54 142 0 63077 0
Current children cumulated CPU time (s) 1236.5
Current children cumulated vsize (KiB) 300460

[startup+1304.07 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 2212
/proc/meminfo: memFree=1444304/2055920 swapFree=4178216/4192956
[pid=2075] ppid=2072 vsize=47576 CPUtime=83.65
/proc/2075/stat : 2075 (galac.sh) S 2072 2075 1843 0 -1 4194304 798 89527 0 1 0 0 8284 81 17 0 1 0 165731917 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 214919474010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2075/statm: 11894 363 245 79 0 218 0
[pid=2100] ppid=2075 vsize=257152 CPUtime=1212.86
/proc/2100/stat : 2100 (minisat) R 2075 2075 1843 0 -1 4194304 61779 0 0 0 121219 67 0 0 25 0 1 0 165740365 263323648 61761 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/2100/statm: 64288 61761 54 142 0 64144 0
Current children cumulated CPU time (s) 1296.51
Current children cumulated vsize (KiB) 304728

[startup+1364.15 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 2212
/proc/meminfo: memFree=1440016/2055920 swapFree=4178216/4192956
[pid=2075] ppid=2072 vsize=47576 CPUtime=83.65
/proc/2075/stat : 2075 (galac.sh) S 2072 2075 1843 0 -1 4194304 798 89527 0 1 0 0 8284 81 17 0 1 0 165731917 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 214919474010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2075/statm: 11894 363 245 79 0 218 0
[pid=2100] ppid=2075 vsize=261672 CPUtime=1272.85
/proc/2100/stat : 2100 (minisat) R 2075 2075 1843 0 -1 4194304 62844 0 0 0 127217 68 0 0 25 0 1 0 165740365 267952128 62826 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/2100/statm: 65418 62826 54 142 0 65274 0
Current children cumulated CPU time (s) 1356.5
Current children cumulated vsize (KiB) 309248

[startup+1424.16 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 2212
/proc/meminfo: memFree=1430928/2055920 swapFree=4178216/4192956
[pid=2075] ppid=2072 vsize=47576 CPUtime=83.65
/proc/2075/stat : 2075 (galac.sh) S 2072 2075 1843 0 -1 4194304 798 89527 0 1 0 0 8284 81 17 0 1 0 165731917 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 214919474010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2075/statm: 11894 363 245 79 0 218 0
[pid=2100] ppid=2075 vsize=270656 CPUtime=1332.8
/proc/2100/stat : 2100 (minisat) R 2075 2075 1843 0 -1 4194304 65076 0 0 0 133210 70 0 0 25 0 1 0 165740365 277151744 65058 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 0 0 0
/proc/2100/statm: 67664 65058 54 142 0 67520 0
Current children cumulated CPU time (s) 1416.45
Current children cumulated vsize (KiB) 318232

[startup+1484.22 s]
/proc/loadavg: 2.14 2.04 2.01 3/95 2212
/proc/meminfo: memFree=1426704/2055920 swapFree=4178216/4192956
[pid=2075] ppid=2072 vsize=47576 CPUtime=83.65
/proc/2075/stat : 2075 (galac.sh) S 2072 2075 1843 0 -1 4194304 798 89527 0 1 0 0 8284 81 17 0 1 0 165731917 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 214919474010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2075/statm: 11894 363 245 79 0 218 0
[pid=2100] ppid=2075 vsize=274904 CPUtime=1392.8
/proc/2100/stat : 2100 (minisat) R 2075 2075 1843 0 -1 4194304 66137 0 0 0 139209 71 0 0 25 0 1 0 165740365 281501696 66119 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529340 0 0 4096 3 0 0 0 17 0 0 0
/proc/2100/statm: 68726 66119 54 142 0 68582 0
Current children cumulated CPU time (s) 1476.45
Current children cumulated vsize (KiB) 322480

[startup+1544.28 s]
/proc/loadavg: 2.05 2.03 2.00 3/101 2356
/proc/meminfo: memFree=1421072/2055920 swapFree=4178216/4192956
[pid=2075] ppid=2072 vsize=47576 CPUtime=83.65
/proc/2075/stat : 2075 (galac.sh) S 2072 2075 1843 0 -1 4194304 798 89527 0 1 0 0 8284 81 17 0 1 0 165731917 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 214919474010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2075/statm: 11894 363 245 79 0 218 0
[pid=2100] ppid=2075 vsize=278892 CPUtime=1452.73
/proc/2100/stat : 2100 (minisat) R 2075 2075 1843 0 -1 4194304 67153 0 0 0 145187 86 0 0 25 0 1 0 165740365 285585408 67135 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 0 0 0
/proc/2100/statm: 69723 67135 54 142 0 69579 0
Current children cumulated CPU time (s) 1536.38
Current children cumulated vsize (KiB) 326468

[startup+1604.37 s]
/proc/loadavg: 2.02 2.02 2.00 3/95 2410
/proc/meminfo: memFree=1414352/2055920 swapFree=4178216/4192956
[pid=2075] ppid=2072 vsize=47576 CPUtime=83.65
/proc/2075/stat : 2075 (galac.sh) S 2072 2075 1843 0 -1 4194304 798 89527 0 1 0 0 8284 81 17 0 1 0 165731917 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 214919474010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2075/statm: 11894 363 245 79 0 218 0
[pid=2100] ppid=2075 vsize=286624 CPUtime=1512.76
/proc/2100/stat : 2100 (minisat) R 2075 2075 1843 0 -1 4194304 69105 0 0 0 151181 95 0 0 25 0 1 0 165740365 293502976 69087 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/2100/statm: 71656 69087 54 142 0 71512 0
Current children cumulated CPU time (s) 1596.41
Current children cumulated vsize (KiB) 334200

[startup+1664.46 s]
/proc/loadavg: 2.00 2.02 2.00 3/95 2410
/proc/meminfo: memFree=1402704/2055920 swapFree=4178216/4192956
[pid=2075] ppid=2072 vsize=47576 CPUtime=83.65
/proc/2075/stat : 2075 (galac.sh) S 2072 2075 1843 0 -1 4194304 798 89527 0 1 0 0 8284 81 17 0 1 0 165731917 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 214919474010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2075/statm: 11894 363 245 79 0 218 0
[pid=2100] ppid=2075 vsize=298140 CPUtime=1572.78
/proc/2100/stat : 2100 (minisat) R 2075 2075 1843 0 -1 4194304 71966 0 0 0 157182 96 0 0 25 0 1 0 165740365 305295360 71948 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529268 0 0 4096 3 0 0 0 17 0 0 0
/proc/2100/statm: 74535 71948 54 142 0 74391 0
Current children cumulated CPU time (s) 1656.43
Current children cumulated vsize (KiB) 345716

[startup+1724.54 s]
/proc/loadavg: 2.00 2.01 2.00 3/95 2410
/proc/meminfo: memFree=1399632/2055920 swapFree=4178216/4192956
[pid=2075] ppid=2072 vsize=47576 CPUtime=83.65
/proc/2075/stat : 2075 (galac.sh) S 2072 2075 1843 0 -1 4194304 798 89527 0 1 0 0 8284 81 17 0 1 0 165731917 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 214919474010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2075/statm: 11894 363 245 79 0 218 0
[pid=2100] ppid=2075 vsize=301180 CPUtime=1632.78
/proc/2100/stat : 2100 (minisat) R 2075 2075 1843 0 -1 4194304 72734 0 0 0 163181 97 0 0 25 0 1 0 165740365 308408320 72716 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/2100/statm: 75295 72716 54 142 0 75151 0
Current children cumulated CPU time (s) 1716.43
Current children cumulated vsize (KiB) 348756

[startup+1784.61 s]
/proc/loadavg: 2.00 2.01 2.00 3/95 2410
/proc/meminfo: memFree=1392784/2055920 swapFree=4178216/4192956
[pid=2075] ppid=2072 vsize=47576 CPUtime=83.65
/proc/2075/stat : 2075 (galac.sh) S 2072 2075 1843 0 -1 4194304 798 89527 0 1 0 0 8284 81 17 0 1 0 165731917 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 214919474010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2075/statm: 11894 363 245 79 0 218 0
[pid=2100] ppid=2075 vsize=307960 CPUtime=1692.79
/proc/2100/stat : 2100 (minisat) R 2075 2075 1843 0 -1 4194304 74447 0 0 0 169181 98 0 0 25 0 1 0 165740365 315351040 74429 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 0 0 0
/proc/2100/statm: 76990 74429 54 142 0 76846 0
Current children cumulated CPU time (s) 1776.44
Current children cumulated vsize (KiB) 355536



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.21 s]
/proc/loadavg: 2.00 2.00 2.00 4/95 2410
/proc/meminfo: memFree=1390480/2055920 swapFree=4178216/4192956
[pid=2075] ppid=2072 vsize=47576 CPUtime=83.65
/proc/2075/stat : 2075 (galac.sh) S 2072 2075 1843 0 -1 4194304 798 89527 0 1 0 0 8284 81 17 0 1 0 165731917 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 214919474010 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2075/statm: 11894 363 245 79 0 218 0
[pid=2100] ppid=2075 vsize=310220 CPUtime=1716.36
/proc/2100/stat : 2100 (minisat) R 2075 2075 1843 0 -1 4194304 74998 0 0 0 171537 99 0 0 25 0 1 0 165740365 317665280 74980 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529361 0 0 4096 3 0 0 0 17 0 0 0
/proc/2100/statm: 77555 74980 54 142 0 77411 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 357796

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 2075 and gives childrusage.ru_utime.tv_sec=82 childrusage.ru_utime.tv_usec=846405 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=820875
CPU time returned by wait4() is 83.6673
while last known CPU time is 1800.01

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

Real time (s): 1808.22
CPU time (s): 1800.01
CPU user time (s): 1798.21
CPU system time (s): 1.8
CPU usage (%): 99.5458
Max. virtual memory (cumulated for all children) (KiB): 908640

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 82.8464
system time used= 0.820875
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 90325
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= 3592
involuntary context switches= 6677

runsolver used 2.03769 s user time and 5.99309 s system time

The end

Launcher Data (download as text)

Begin job on node10 on Sun Jan  7 12:36:08 UTC 2007


IDJOB= 206453
IDBENCH= 4209
FILE ID= node10/206453-1168173368

PBS_JOBID= 3478838

Free space on /tmp= 66327 MiB

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

META MD5SUM SOLVER= d8bf20eb49fe33822f00bab08f33d7fc
MD5SUM BENCH=  6e34df8fcc34f2f20744837f33af4217

RANDOM SEED= 537551454

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.232
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.232
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:       1573288 kB
Buffers:         16476 kB
Cached:         181176 kB
SwapCached:       2064 kB
Active:         329568 kB
Inactive:        89668 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1573288 kB
SwapTotal:     4192956 kB
SwapFree:      4178216 kB
Dirty:            8688 kB
Writeback:           0 kB
Mapped:         232312 kB
Slab:            47848 kB
Committed_AS:  4280528 kB
PageTables:       2644 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= 66330 MiB



End job on node10 on Sun Jan  7 13:06:16 UTC 2007