Trace number 206336

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.06 1807.01

General information on the benchmark

Namerandom/rand-3-28-28/
rand-3-28-28-93-632-17_ext.xml
MD5SUM0ee4dbcc052e123e62913a29fafe9f6a
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.46	c start processing
5.47	c start relation processing
19.53	c start cnf exporting
82.20	c parsing time : 5.301
82.20	c preprocessing time : 82.038
82.20	
82.20	c Nary constraints - conflicts : 0 supports : 93
82.20	c Binary constraints - conflicts : 0 supports :0
82.20	c max arity constraint : 3
82.20	c Max Tuples generated 0
82.20	c relations : 93
82.20	c relations BDD: 93
82.20	c vars : 598127 - clauses :  1874240
82.20	
82.30	 
82.30	c --- Minisat Stats ---
82.30	 

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/node19/watcher-206336-1168172001 -o ROOT/results/node19/solver-206336-1168172001 -C 1800 -M 900 /tmp/evaluation/206336-1168172001/galac.sh /tmp/evaluation/206336-1168172001/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.01 2.01 2.00 5/86 21673
/proc/meminfo: memFree=1361256/2055920 swapFree=4171244/4192956
[pid=21672] ppid=21670 vsize=8560 CPUtime=0
/proc/21672/stat : 21672 (galac.sh) R 21670 21672 20492 0 -1 4194304 308 0 0 0 0 0 0 0 20 0 1 0 165594789 8765440 253 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 255236753295 0 0 4096 8192 0 0 0 17 1 0 0
/proc/21672/statm: 2140 253 197 79 0 133 0

[startup+0.1062 s]
/proc/loadavg: 2.01 2.01 2.00 5/86 21673
/proc/meminfo: memFree=1361256/2055920 swapFree=4171244/4192956
[pid=21672] ppid=21670 vsize=47560 CPUtime=0.01
/proc/21672/stat : 21672 (galac.sh) S 21670 21672 20492 0 -1 4194304 763 1704 0 0 0 0 0 1 18 0 1 0 165594789 48701440 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 255236172634 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21672/statm: 11890 364 246 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+0.514275 s]
/proc/loadavg: 2.01 2.01 2.00 5/86 21673
/proc/meminfo: memFree=1361256/2055920 swapFree=4171244/4192956
[pid=21672] ppid=21670 vsize=47560 CPUtime=0.01
/proc/21672/stat : 21672 (galac.sh) S 21670 21672 20492 0 -1 4194304 763 1704 0 0 0 0 0 1 18 0 1 0 165594789 48701440 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 255236172634 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21672/statm: 11890 364 246 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+1.33744 s]
/proc/loadavg: 2.01 2.01 2.00 3/94 21693
/proc/meminfo: memFree=1284136/2055920 swapFree=4171244/4192956
[pid=21672] ppid=21670 vsize=47560 CPUtime=0.01
/proc/21672/stat : 21672 (galac.sh) S 21670 21672 20492 0 -1 4194304 763 1704 0 0 0 0 0 1 18 0 1 0 165594789 48701440 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 255236172634 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21672/statm: 11890 364 246 79 0 218 0
[pid=21686] ppid=21672 vsize=861064 CPUtime=1.28
/proc/21686/stat : 21686 (java) R 21672 21672 20492 0 -1 0 21252 0 1 0 117 11 0 0 22 0 8 0 165594792 881729536 21004 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21686/statm: 215266 21004 1968 14 0 201471 0
[pid=21686/tid=21687] ppid=21672 vsize=861064 CPUtime=0.06
/proc/21686/task/21687/stat : 21687 (java) R 21672 21672 20492 0 -1 64 5496 0 0 0 4 2 0 0 16 0 8 0 165594796 881729536 21004 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4153823092 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21686/tid=21688] ppid=21672 vsize=861064 CPUtime=0
/proc/21686/task/21688/stat : 21688 (java) S 21672 21672 20492 0 -1 64 12 0 0 0 0 0 0 0 15 0 8 0 165594797 881729536 21004 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21686/tid=21689] ppid=21672 vsize=861064 CPUtime=0
/proc/21686/task/21689/stat : 21689 (java) S 21672 21672 20492 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 165594797 881729536 21004 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21686/tid=21690] ppid=21672 vsize=861064 CPUtime=0
/proc/21686/task/21690/stat : 21690 (java) S 21672 21672 20492 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 165594800 881729536 21004 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21686/tid=21691] ppid=21672 vsize=861064 CPUtime=0.13
/proc/21686/task/21691/stat : 21691 (java) S 21672 21672 20492 0 -1 64 892 0 0 0 12 1 0 0 16 0 8 0 165594800 881729536 21004 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21686/tid=21692] ppid=21672 vsize=861064 CPUtime=0
/proc/21686/task/21692/stat : 21692 (java) S 21672 21672 20492 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 165594800 881729536 21004 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21686/tid=21693] ppid=21672 vsize=861064 CPUtime=0
/proc/21686/task/21693/stat : 21693 (java) S 21672 21672 20492 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 165594800 881729536 21004 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 908624

[startup+2.99074 s]
/proc/loadavg: 2.01 2.01 2.00 3/94 21693
/proc/meminfo: memFree=1272680/2055920 swapFree=4171244/4192956
[pid=21672] ppid=21670 vsize=47560 CPUtime=0.01
/proc/21672/stat : 21672 (galac.sh) S 21670 21672 20492 0 -1 4194304 763 1704 0 0 0 0 0 1 18 0 1 0 165594789 48701440 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 255236172634 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21672/statm: 11890 364 246 79 0 218 0
[pid=21686] ppid=21672 vsize=861064 CPUtime=2.92
/proc/21686/stat : 21686 (java) R 21672 21672 20492 0 -1 0 25348 0 1 0 279 13 0 0 25 0 8 0 165594792 881729536 25095 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21686/statm: 215266 25095 1968 14 0 201471 0
[pid=21686/tid=21687] ppid=21672 vsize=861064 CPUtime=0.2
/proc/21686/task/21687/stat : 21687 (java) S 21672 21672 20492 0 -1 64 9577 0 0 0 16 4 0 0 16 0 8 0 165594796 881729536 25095 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21686/tid=21688] ppid=21672 vsize=861064 CPUtime=0
/proc/21686/task/21688/stat : 21688 (java) S 21672 21672 20492 0 -1 64 12 0 0 0 0 0 0 0 15 0 8 0 165594797 881729536 25095 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21686/tid=21689] ppid=21672 vsize=861064 CPUtime=0
/proc/21686/task/21689/stat : 21689 (java) S 21672 21672 20492 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 165594797 881729536 25095 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21686/tid=21690] ppid=21672 vsize=861064 CPUtime=0
/proc/21686/task/21690/stat : 21690 (java) S 21672 21672 20492 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 165594800 881729536 25095 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21686/tid=21691] ppid=21672 vsize=861064 CPUtime=0.15
/proc/21686/task/21691/stat : 21691 (java) R 21672 21672 20492 0 -1 64 902 0 0 0 14 1 0 0 16 0 8 0 165594800 881729536 25095 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4153270473 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21686/tid=21692] ppid=21672 vsize=861064 CPUtime=0
/proc/21686/task/21692/stat : 21692 (java) S 21672 21672 20492 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 165594800 881729536 25095 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21686/tid=21693] ppid=21672 vsize=861064 CPUtime=0
/proc/21686/task/21693/stat : 21693 (java) S 21672 21672 20492 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 165594800 881729536 25095 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 908624

[startup+6.28237 s]
/proc/loadavg: 2.00 2.01 2.00 3/94 21693
/proc/meminfo: memFree=1243504/2055920 swapFree=4171244/4192956
[pid=21672] ppid=21670 vsize=47560 CPUtime=0.01
/proc/21672/stat : 21672 (galac.sh) S 21670 21672 20492 0 -1 4194304 763 1704 0 0 0 0 0 1 18 0 1 0 165594789 48701440 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 255236172634 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21672/statm: 11890 364 246 79 0 218 0
[pid=21686] ppid=21672 vsize=861064 CPUtime=6.2
/proc/21686/stat : 21686 (java) R 21672 21672 20492 0 -1 0 31389 0 1 0 603 17 0 0 25 0 8 0 165594792 881729536 31126 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073950739 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21686/statm: 215266 31126 1976 14 0 201471 0
[pid=21686/tid=21687] ppid=21672 vsize=861064 CPUtime=0.41
/proc/21686/task/21687/stat : 21687 (java) S 21672 21672 20492 0 -1 64 15545 0 0 0 34 7 0 0 17 0 8 0 165594796 881729536 31126 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21686/tid=21688] ppid=21672 vsize=861064 CPUtime=0
/proc/21686/task/21688/stat : 21688 (java) S 21672 21672 20492 0 -1 64 12 0 0 0 0 0 0 0 15 0 8 0 165594797 881729536 31126 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21686/tid=21689] ppid=21672 vsize=861064 CPUtime=0
/proc/21686/task/21689/stat : 21689 (java) S 21672 21672 20492 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 165594797 881729536 31126 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21686/tid=21690] ppid=21672 vsize=861064 CPUtime=0
/proc/21686/task/21690/stat : 21690 (java) S 21672 21672 20492 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 165594800 881729536 31126 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21686/tid=21691] ppid=21672 vsize=861064 CPUtime=0.23
/proc/21686/task/21691/stat : 21691 (java) S 21672 21672 20492 0 -1 64 946 0 0 0 22 1 0 0 15 0 8 0 165594800 881729536 31126 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21686/tid=21692] ppid=21672 vsize=861064 CPUtime=0
/proc/21686/task/21692/stat : 21692 (java) S 21672 21672 20492 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 165594800 881729536 31126 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21686/tid=21693] ppid=21672 vsize=861064 CPUtime=0
/proc/21686/task/21693/stat : 21693 (java) S 21672 21672 20492 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 165594800 881729536 31126 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 908624

[startup+12.7806 s]
/proc/loadavg: 2.00 2.01 2.00 3/94 21693
/proc/meminfo: memFree=1150192/2055920 swapFree=4171244/4192956
[pid=21672] ppid=21670 vsize=47560 CPUtime=0.01
/proc/21672/stat : 21672 (galac.sh) S 21670 21672 20492 0 -1 4194304 763 1704 0 0 0 0 0 1 18 0 1 0 165594789 48701440 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 255236172634 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21672/statm: 11890 364 246 79 0 218 0
[pid=21686] ppid=21672 vsize=861064 CPUtime=12.66
/proc/21686/stat : 21686 (java) R 21672 21672 20492 0 -1 0 54690 0 1 0 1239 27 0 0 25 0 8 0 165594792 881729536 54424 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073922372 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21686/statm: 215266 54424 1976 14 0 201471 0
[pid=21686/tid=21687] ppid=21672 vsize=861064 CPUtime=1.45
/proc/21686/task/21687/stat : 21687 (java) S 21672 21672 20492 0 -1 64 38843 0 0 0 128 17 0 0 16 0 8 0 165594796 881729536 54424 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21686/tid=21688] ppid=21672 vsize=861064 CPUtime=0
/proc/21686/task/21688/stat : 21688 (java) S 21672 21672 20492 0 -1 64 12 0 0 0 0 0 0 0 15 0 8 0 165594797 881729536 54424 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21686/tid=21689] ppid=21672 vsize=861064 CPUtime=0
/proc/21686/task/21689/stat : 21689 (java) S 21672 21672 20492 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 165594797 881729536 54424 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21686/tid=21690] ppid=21672 vsize=861064 CPUtime=0
/proc/21686/task/21690/stat : 21690 (java) S 21672 21672 20492 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 165594800 881729536 54424 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21686/tid=21691] ppid=21672 vsize=861064 CPUtime=0.23
/proc/21686/task/21691/stat : 21691 (java) S 21672 21672 20492 0 -1 64 946 0 0 0 22 1 0 0 15 0 8 0 165594800 881729536 54424 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21686/tid=21692] ppid=21672 vsize=861064 CPUtime=0
/proc/21686/task/21692/stat : 21692 (java) S 21672 21672 20492 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 165594800 881729536 54424 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21686/tid=21693] ppid=21672 vsize=861064 CPUtime=0
/proc/21686/task/21693/stat : 21693 (java) S 21672 21672 20492 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 165594800 881729536 54424 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 908624

[startup+25.653 s]
/proc/loadavg: 2.00 2.01 2.00 3/94 21693
/proc/meminfo: memFree=1015664/2055920 swapFree=4171244/4192956
[pid=21672] ppid=21670 vsize=47560 CPUtime=0.01
/proc/21672/stat : 21672 (galac.sh) S 21670 21672 20492 0 -1 4194304 763 1704 0 0 0 0 0 1 18 0 1 0 165594789 48701440 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 255236172634 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21672/statm: 11890 364 246 79 0 218 0
[pid=21686] ppid=21672 vsize=861064 CPUtime=25.47
/proc/21686/stat : 21686 (java) R 21672 21672 20492 0 -1 0 87668 0 1 0 2501 46 0 0 25 0 8 0 165594792 881729536 87389 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073845383 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21686/statm: 215266 87389 1995 14 0 201471 0
[pid=21686/tid=21687] ppid=21672 vsize=861064 CPUtime=2.89
/proc/21686/task/21687/stat : 21687 (java) S 21672 21672 20492 0 -1 64 71735 0 0 0 256 33 0 0 16 0 8 0 165594796 881729536 87389 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21686/tid=21688] ppid=21672 vsize=861064 CPUtime=0
/proc/21686/task/21688/stat : 21688 (java) S 21672 21672 20492 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 165594797 881729536 87389 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21686/tid=21689] ppid=21672 vsize=861064 CPUtime=0
/proc/21686/task/21689/stat : 21689 (java) S 21672 21672 20492 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 165594797 881729536 87389 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21686/tid=21690] ppid=21672 vsize=861064 CPUtime=0
/proc/21686/task/21690/stat : 21690 (java) S 21672 21672 20492 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 165594800 881729536 87389 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21686/tid=21691] ppid=21672 vsize=861064 CPUtime=0.29
/proc/21686/task/21691/stat : 21691 (java) S 21672 21672 20492 0 -1 64 982 0 0 0 28 1 0 0 15 0 8 0 165594800 881729536 87389 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21686/tid=21692] ppid=21672 vsize=861064 CPUtime=0
/proc/21686/task/21692/stat : 21692 (java) S 21672 21672 20492 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 165594800 881729536 87389 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21686/tid=21693] ppid=21672 vsize=861064 CPUtime=0
/proc/21686/task/21693/stat : 21693 (java) S 21672 21672 20492 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 165594800 881729536 87389 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 908624

[startup+51.3078 s]
/proc/loadavg: 2.00 2.01 2.00 3/94 21693
/proc/meminfo: memFree=1001520/2055920 swapFree=4171244/4192956
[pid=21672] ppid=21670 vsize=47560 CPUtime=0.01
/proc/21672/stat : 21672 (galac.sh) S 21670 21672 20492 0 -1 4194304 763 1704 0 0 0 0 0 1 18 0 1 0 165594789 48701440 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 255236172634 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21672/statm: 11890 364 246 79 0 218 0
[pid=21686] ppid=21672 vsize=861064 CPUtime=50.99
/proc/21686/stat : 21686 (java) R 21672 21672 20492 0 -1 0 87712 0 1 0 5044 55 0 0 25 0 8 0 165594792 881729536 87390 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4152819867 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21686/statm: 215266 87390 1996 14 0 201471 0
[pid=21686/tid=21687] ppid=21672 vsize=861064 CPUtime=2.97
/proc/21686/task/21687/stat : 21687 (java) S 21672 21672 20492 0 -1 64 71736 0 0 0 263 34 0 0 16 0 8 0 165594796 881729536 87390 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21686/tid=21688] ppid=21672 vsize=861064 CPUtime=0
/proc/21686/task/21688/stat : 21688 (java) S 21672 21672 20492 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 165594797 881729536 87390 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21686/tid=21689] ppid=21672 vsize=861064 CPUtime=0
/proc/21686/task/21689/stat : 21689 (java) S 21672 21672 20492 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 165594797 881729536 87390 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21686/tid=21690] ppid=21672 vsize=861064 CPUtime=0
/proc/21686/task/21690/stat : 21690 (java) S 21672 21672 20492 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 165594800 881729536 87390 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21686/tid=21691] ppid=21672 vsize=861064 CPUtime=0.29
/proc/21686/task/21691/stat : 21691 (java) S 21672 21672 20492 0 -1 64 982 0 0 0 28 1 0 0 15 0 8 0 165594800 881729536 87390 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21686/tid=21692] ppid=21672 vsize=861064 CPUtime=0
/proc/21686/task/21692/stat : 21692 (java) S 21672 21672 20492 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 165594800 881729536 87390 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21686/tid=21693] ppid=21672 vsize=861064 CPUtime=0
/proc/21686/task/21693/stat : 21693 (java) S 21672 21672 20492 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 165594800 881729536 87390 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 51
Current children cumulated vsize (KiB) 908624

[startup+102.545 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 21694
/proc/meminfo: memFree=1214440/2055920 swapFree=4171244/4192956
[pid=21672] ppid=21670 vsize=47560 CPUtime=81.81
/proc/21672/stat : 21672 (galac.sh) S 21670 21672 20492 0 -1 4194304 801 89476 0 1 0 0 8108 73 17 0 1 0 165594789 48701440 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 255236172634 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21672/statm: 11890 364 246 79 0 218 0
[pid=21694] ppid=21672 vsize=121964 CPUtime=20.13
/proc/21694/stat : 21694 (minisat) R 21672 21672 20492 0 -1 4194304 28096 0 0 0 1999 14 0 0 25 0 1 0 165603019 124891136 28078 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 1 0 0
/proc/21694/statm: 30491 28078 54 142 0 30347 0
Current children cumulated CPU time (s) 101.94

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

/proc/loadavg: 2.03 2.03 2.00 3/87 21923
/proc/meminfo: memFree=1117080/2055920 swapFree=4171244/4192956
[pid=21672] ppid=21670 vsize=47560 CPUtime=81.81
/proc/21672/stat : 21672 (galac.sh) S 21670 21672 20492 0 -1 4194304 801 89476 0 1 0 0 8108 73 17 0 1 0 165594789 48701440 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 255236172634 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21672/statm: 11890 364 246 79 0 218 0
[pid=21694] ppid=21672 vsize=213620 CPUtime=1036.94
/proc/21694/stat : 21694 (minisat) R 21672 21672 20492 0 -1 4194304 50895 0 0 0 103647 47 0 0 25 0 1 0 165603019 218746880 50877 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529798 0 0 4096 3 0 0 0 17 0 0 0
/proc/21694/statm: 53405 50877 54 142 0 53261 0
Current children cumulated CPU time (s) 1118.75
Current children cumulated vsize (KiB) 261180

[startup+1183.58 s]
/proc/loadavg: 2.01 2.02 2.00 3/87 21923
/proc/meminfo: memFree=1113432/2055920 swapFree=4171244/4192956
[pid=21672] ppid=21670 vsize=47560 CPUtime=81.81
/proc/21672/stat : 21672 (galac.sh) S 21670 21672 20492 0 -1 4194304 801 89476 0 1 0 0 8108 73 17 0 1 0 165594789 48701440 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 255236172634 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21672/statm: 11890 364 246 79 0 218 0
[pid=21694] ppid=21672 vsize=217200 CPUtime=1096.87
/proc/21694/stat : 21694 (minisat) R 21672 21672 20492 0 -1 4194304 51803 0 0 0 109640 47 0 0 25 0 1 0 165603019 222412800 51785 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529268 0 0 4096 3 0 0 0 17 0 0 0
/proc/21694/statm: 54300 51785 54 142 0 54156 0
Current children cumulated CPU time (s) 1178.68
Current children cumulated vsize (KiB) 264760

[startup+1243.59 s]
/proc/loadavg: 2.00 2.02 2.00 3/87 21923
/proc/meminfo: memFree=1108824/2055920 swapFree=4171244/4192956
[pid=21672] ppid=21670 vsize=47560 CPUtime=81.81
/proc/21672/stat : 21672 (galac.sh) S 21670 21672 20492 0 -1 4194304 801 89476 0 1 0 0 8108 73 17 0 1 0 165594789 48701440 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 255236172634 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21672/statm: 11890 364 246 79 0 218 0
[pid=21694] ppid=21672 vsize=221964 CPUtime=1156.81
/proc/21694/stat : 21694 (minisat) R 21672 21672 20492 0 -1 4194304 52945 0 0 0 115632 49 0 0 25 0 1 0 165603019 227291136 52927 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529268 0 0 4096 3 0 0 0 17 0 0 0
/proc/21694/statm: 55491 52927 54 142 0 55347 0
Current children cumulated CPU time (s) 1238.62
Current children cumulated vsize (KiB) 269524

[startup+1303.59 s]
/proc/loadavg: 2.03 2.02 2.00 3/87 21923
/proc/meminfo: memFree=1102552/2055920 swapFree=4171244/4192956
[pid=21672] ppid=21670 vsize=47560 CPUtime=81.81
/proc/21672/stat : 21672 (galac.sh) S 21670 21672 20492 0 -1 4194304 801 89476 0 1 0 0 8108 73 17 0 1 0 165594789 48701440 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 255236172634 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21672/statm: 11890 364 246 79 0 218 0
[pid=21694] ppid=21672 vsize=228192 CPUtime=1216.76
/proc/21694/stat : 21694 (minisat) R 21672 21672 20492 0 -1 4194304 54509 0 0 0 121626 50 0 0 25 0 1 0 165603019 233668608 54491 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 0 0 0
/proc/21694/statm: 57048 54491 54 142 0 56904 0
Current children cumulated CPU time (s) 1298.57
Current children cumulated vsize (KiB) 275752

[startup+1363.6 s]
/proc/loadavg: 2.01 2.02 2.00 3/87 21923
/proc/meminfo: memFree=1093080/2055920 swapFree=4171244/4192956
[pid=21672] ppid=21670 vsize=47560 CPUtime=81.81
/proc/21672/stat : 21672 (galac.sh) S 21670 21672 20492 0 -1 4194304 801 89476 0 1 0 0 8108 73 17 0 1 0 165594789 48701440 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 255236172634 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21672/statm: 11890 364 246 79 0 218 0
[pid=21694] ppid=21672 vsize=237720 CPUtime=1276.69
/proc/21694/stat : 21694 (minisat) R 21672 21672 20492 0 -1 4194304 56896 0 0 0 127617 52 0 0 25 0 1 0 165603019 243425280 56878 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/21694/statm: 59430 56878 54 142 0 59286 0
Current children cumulated CPU time (s) 1358.5
Current children cumulated vsize (KiB) 285280

[startup+1423.6 s]
/proc/loadavg: 2.06 2.03 2.00 3/87 21923
/proc/meminfo: memFree=1086360/2055920 swapFree=4171244/4192956
[pid=21672] ppid=21670 vsize=47560 CPUtime=81.81
/proc/21672/stat : 21672 (galac.sh) S 21670 21672 20492 0 -1 4194304 801 89476 0 1 0 0 8108 73 17 0 1 0 165594789 48701440 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 255236172634 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21672/statm: 11890 364 246 79 0 218 0
[pid=21694] ppid=21672 vsize=244392 CPUtime=1336.62
/proc/21694/stat : 21694 (minisat) R 21672 21672 20492 0 -1 4194304 58560 0 0 0 133608 54 0 0 25 0 1 0 165603019 250257408 58542 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529268 0 0 4096 3 0 0 0 17 0 0 0
/proc/21694/statm: 61098 58542 54 142 0 60954 0
Current children cumulated CPU time (s) 1418.43
Current children cumulated vsize (KiB) 291952

[startup+1483.67 s]
/proc/loadavg: 2.02 2.02 2.00 3/87 21923
/proc/meminfo: memFree=1082840/2055920 swapFree=4171244/4192956
[pid=21672] ppid=21670 vsize=47560 CPUtime=81.81
/proc/21672/stat : 21672 (galac.sh) S 21670 21672 20492 0 -1 4194304 801 89476 0 1 0 0 8108 73 17 0 1 0 165594789 48701440 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 255236172634 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21672/statm: 11890 364 246 79 0 218 0
[pid=21694] ppid=21672 vsize=247828 CPUtime=1396.42
/proc/21694/stat : 21694 (minisat) R 21672 21672 20492 0 -1 4194304 59421 0 0 0 139587 55 0 0 25 0 1 0 165603019 253775872 59403 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/21694/statm: 61957 59403 54 142 0 61813 0
Current children cumulated CPU time (s) 1478.23
Current children cumulated vsize (KiB) 295388

[startup+1543.72 s]
/proc/loadavg: 2.06 2.03 2.00 3/87 21923
/proc/meminfo: memFree=1077208/2055920 swapFree=4171244/4192956
[pid=21672] ppid=21670 vsize=47560 CPUtime=81.81
/proc/21672/stat : 21672 (galac.sh) S 21670 21672 20492 0 -1 4194304 801 89476 0 1 0 0 8108 73 17 0 1 0 165594789 48701440 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 255236172634 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21672/statm: 11890 364 246 79 0 218 0
[pid=21694] ppid=21672 vsize=253524 CPUtime=1456.2
/proc/21694/stat : 21694 (minisat) R 21672 21672 20492 0 -1 4194304 60870 0 0 0 145563 57 0 0 25 0 1 0 165603019 259608576 60852 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/21694/statm: 63381 60852 54 142 0 63237 0
Current children cumulated CPU time (s) 1538.01
Current children cumulated vsize (KiB) 301084

[startup+1603.76 s]
/proc/loadavg: 2.02 2.02 2.00 3/87 21923
/proc/meminfo: memFree=1073496/2055920 swapFree=4171244/4192956
[pid=21672] ppid=21670 vsize=47560 CPUtime=81.81
/proc/21672/stat : 21672 (galac.sh) S 21670 21672 20492 0 -1 4194304 801 89476 0 1 0 0 8108 73 17 0 1 0 165594789 48701440 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 255236172634 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21672/statm: 11890 364 246 79 0 218 0
[pid=21694] ppid=21672 vsize=257104 CPUtime=1515.94
/proc/21694/stat : 21694 (minisat) R 21672 21672 20492 0 -1 4194304 61754 0 0 0 151536 58 0 0 25 0 1 0 165603019 263274496 61736 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529268 0 0 4096 3 0 0 0 17 0 0 0
/proc/21694/statm: 64276 61736 54 142 0 64132 0
Current children cumulated CPU time (s) 1597.75
Current children cumulated vsize (KiB) 304664

[startup+1663.81 s]
/proc/loadavg: 2.01 2.02 2.00 3/87 21923
/proc/meminfo: memFree=1070232/2055920 swapFree=4171244/4192956
[pid=21672] ppid=21670 vsize=47560 CPUtime=81.81
/proc/21672/stat : 21672 (galac.sh) S 21670 21672 20492 0 -1 4194304 801 89476 0 1 0 0 8108 73 17 0 1 0 165594789 48701440 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 255236172634 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21672/statm: 11890 364 246 79 0 218 0
[pid=21694] ppid=21672 vsize=260288 CPUtime=1575.72
/proc/21694/stat : 21694 (minisat) R 21672 21672 20492 0 -1 4194304 62556 0 0 0 157513 59 0 0 25 0 1 0 165603019 266534912 62538 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/21694/statm: 65072 62538 54 142 0 64928 0
Current children cumulated CPU time (s) 1657.53
Current children cumulated vsize (KiB) 307848

[startup+1723.86 s]
/proc/loadavg: 2.00 2.01 2.00 3/87 21923
/proc/meminfo: memFree=1067352/2055920 swapFree=4171244/4192956
[pid=21672] ppid=21670 vsize=47560 CPUtime=81.81
/proc/21672/stat : 21672 (galac.sh) S 21670 21672 20492 0 -1 4194304 801 89476 0 1 0 0 8108 73 17 0 1 0 165594789 48701440 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 255236172634 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21672/statm: 11890 364 246 79 0 218 0
[pid=21694] ppid=21672 vsize=263204 CPUtime=1635.5
/proc/21694/stat : 21694 (minisat) R 21672 21672 20492 0 -1 4194304 63292 0 0 0 163490 60 0 0 25 0 1 0 165603019 269520896 63274 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529268 0 0 4096 3 0 0 0 17 0 0 0
/proc/21694/statm: 65801 63274 54 142 0 65657 0
Current children cumulated CPU time (s) 1717.31
Current children cumulated vsize (KiB) 310764

[startup+1783.9 s]
/proc/loadavg: 2.00 2.01 2.00 3/87 21923
/proc/meminfo: memFree=1061080/2055920 swapFree=4171244/4192956
[pid=21672] ppid=21670 vsize=47560 CPUtime=81.81
/proc/21672/stat : 21672 (galac.sh) S 21670 21672 20492 0 -1 4194304 801 89476 0 1 0 0 8108 73 17 0 1 0 165594789 48701440 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 255236172634 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21672/statm: 11890 364 246 79 0 218 0
[pid=21694] ppid=21672 vsize=269448 CPUtime=1695.25
/proc/21694/stat : 21694 (minisat) R 21672 21672 20492 0 -1 4194304 64850 0 0 0 169464 61 0 0 25 0 1 0 165603019 275914752 64832 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529798 0 0 4096 3 0 0 0 17 0 0 0
/proc/21694/statm: 67362 64832 54 142 0 67218 0
Current children cumulated CPU time (s) 1777.06
Current children cumulated vsize (KiB) 317008



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1807 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 21923
/proc/meminfo: memFree=1058520/2055920 swapFree=4171244/4192956
[pid=21672] ppid=21670 vsize=47560 CPUtime=81.81
/proc/21672/stat : 21672 (galac.sh) S 21670 21672 20492 0 -1 4194304 801 89476 0 1 0 0 8108 73 17 0 1 0 165594789 48701440 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 255236172634 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21672/statm: 11890 364 246 79 0 218 0
[pid=21694] ppid=21672 vsize=271836 CPUtime=1718.25
/proc/21694/stat : 21694 (minisat) R 21672 21672 20492 0 -1 4194304 65467 0 0 0 171763 62 0 0 25 0 1 0 165603019 278360064 65449 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/21694/statm: 67959 65449 54 142 0 67815 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 319396

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 21672 and gives childrusage.ru_utime.tv_sec=81 childrusage.ru_utime.tv_usec=88672 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=744886
CPU time returned by wait4() is 81.8336
while last known CPU time is 1800.06

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

Real time (s): 1807.01
CPU time (s): 1800.06
CPU user time (s): 1798.71
CPU system time (s): 1.35
CPU usage (%): 99.6154
Max. virtual memory (cumulated for all children) (KiB): 908624

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 81.0887
system time used= 0.744886
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 90277
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= 3548
involuntary context switches= 5926

runsolver used 1.88171 s user time and 5.37118 s system time

The end

Launcher Data (download as text)

Begin job on node19 on Sun Jan  7 12:13:21 UTC 2007


IDJOB= 206336
IDBENCH= 4200
FILE ID= node19/206336-1168172001

PBS_JOBID= 3478678

Free space on /tmp= 66303 MiB

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

META MD5SUM SOLVER= d8bf20eb49fe33822f00bab08f33d7fc
MD5SUM BENCH=  0ee4dbcc052e123e62913a29fafe9f6a

RANDOM SEED= 583629585

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.260
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.260
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:       1361736 kB
Buffers:         77688 kB
Cached:         496232 kB
SwapCached:      10472 kB
Active:         214212 kB
Inactive:       412728 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1361736 kB
SwapTotal:     4192956 kB
SwapFree:      4171244 kB
Dirty:            8660 kB
Writeback:           0 kB
Mapped:          65260 kB
Slab:            52064 kB
Committed_AS:  4053636 kB
PageTables:       2368 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= 66270 MiB



End job on node19 on Sun Jan  7 12:43:29 UTC 2007