Trace number 206284

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
galac 1? (TO) 1800.08 1810.09

General information on the benchmark

Namerandom/rand-3-28-28/
rand-3-28-28-93-632-49_ext.xml
MD5SUMf1384fc267cd2722bf48bbf3fdecc2d7
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark444.223
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables28
Number of constraints93
Maximum constraint arity3
Maximum domain size28
Number of constraints which are defined in extension93
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.03	c --- Preproc Stats ---
5.49	c start processing
5.49	c start relation processing
19.63	c start cnf exporting
82.28	c parsing time : 5.322
82.28	c preprocessing time : 82.108
82.28	
82.28	c Nary constraints - conflicts : 0 supports : 93
82.28	c Binary constraints - conflicts : 0 supports :0
82.28	c max arity constraint : 3
82.28	c Max Tuples generated 0
82.28	c relations : 93
82.28	c relations BDD: 93
82.28	c vars : 598058 - clauses :  1874033
82.28	
82.35	 
82.35	c --- Minisat Stats ---
82.35	 

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/node13/watcher-206284-1168170867 -o ROOT/results/node13/solver-206284-1168170867 -C 1800 -M 900 /tmp/evaluation/206284-1168170867/galac.sh /tmp/evaluation/206284-1168170867/unknown.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB

/proc/loadavg: 1.99 2.00 1.99 5/86 6518
/proc/meminfo: memFree=1529096/2055920 swapFree=4192812/4192956
[pid=6517] ppid=6515 vsize=8560 CPUtime=0
/proc/6517/stat : 6517 (galac.sh) R 6515 6517 6447 0 -1 4194304 308 0 0 0 0 0 0 0 20 0 1 0 165481664 8765440 253 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 269757433743 0 0 4096 8192 0 0 0 17 1 0 0
/proc/6517/statm: 2140 253 197 79 0 133 0

[startup+0.104955 s]
/proc/loadavg: 1.99 2.00 1.99 5/86 6518
/proc/meminfo: memFree=1529096/2055920 swapFree=4192812/4192956
[pid=6517] ppid=6515 vsize=47580 CPUtime=0.01
/proc/6517/stat : 6517 (galac.sh) S 6515 6517 6447 0 -1 4194304 761 1704 0 0 0 0 0 1 25 0 1 0 165481664 48721920 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 269756853082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6517/statm: 11895 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47580

[startup+0.513005 s]
/proc/loadavg: 1.99 2.00 1.99 5/86 6518
/proc/meminfo: memFree=1529096/2055920 swapFree=4192812/4192956
[pid=6517] ppid=6515 vsize=47580 CPUtime=0.01
/proc/6517/stat : 6517 (galac.sh) S 6515 6517 6447 0 -1 4194304 761 1704 0 0 0 0 0 1 25 0 1 0 165481664 48721920 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 269756853082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6517/statm: 11895 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47580

[startup+1.33611 s]
/proc/loadavg: 1.99 2.00 1.99 3/94 6538
/proc/meminfo: memFree=1451592/2055920 swapFree=4192812/4192956
[pid=6517] ppid=6515 vsize=47580 CPUtime=0.01
/proc/6517/stat : 6517 (galac.sh) S 6515 6517 6447 0 -1 4194304 761 1704 0 0 0 0 0 1 25 0 1 0 165481664 48721920 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 269756853082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6517/statm: 11895 363 245 79 0 218 0
[pid=6531] ppid=6517 vsize=861064 CPUtime=1.26
/proc/6531/stat : 6531 (java) R 6517 6517 6447 0 -1 0 21270 0 1 0 115 11 0 0 23 0 8 0 165481668 881729536 21023 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073767531 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6531/statm: 215266 21023 1967 14 0 201471 0
[pid=6531/tid=6532] ppid=6517 vsize=861064 CPUtime=0.05
/proc/6531/task/6532/stat : 6532 (java) S 6517 6517 6447 0 -1 64 5516 0 0 0 3 2 0 0 16 0 8 0 165481672 881729536 21023 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6531/tid=6533] ppid=6517 vsize=861064 CPUtime=0
/proc/6531/task/6533/stat : 6533 (java) S 6517 6517 6447 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 165481672 881729536 21023 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6531/tid=6534] ppid=6517 vsize=861064 CPUtime=0
/proc/6531/task/6534/stat : 6534 (java) S 6517 6517 6447 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 165481673 881729536 21023 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6531/tid=6535] ppid=6517 vsize=861064 CPUtime=0
/proc/6531/task/6535/stat : 6535 (java) S 6517 6517 6447 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 165481676 881729536 21023 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6531/tid=6536] ppid=6517 vsize=861064 CPUtime=0.13
/proc/6531/task/6536/stat : 6536 (java) S 6517 6517 6447 0 -1 64 892 0 0 0 12 1 0 0 16 0 8 0 165481676 881729536 21023 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6531/tid=6537] ppid=6517 vsize=861064 CPUtime=0
/proc/6531/task/6537/stat : 6537 (java) S 6517 6517 6447 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 165481676 881729536 21023 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6531/tid=6538] ppid=6517 vsize=861064 CPUtime=0
/proc/6531/task/6538/stat : 6538 (java) S 6517 6517 6447 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 165481676 881729536 21023 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.27
Current children cumulated vsize (KiB) 908644

[startup+2.98934 s]
/proc/loadavg: 1.99 2.00 1.99 3/94 6538
/proc/meminfo: memFree=1440264/2055920 swapFree=4192812/4192956
[pid=6517] ppid=6515 vsize=47580 CPUtime=0.01
/proc/6517/stat : 6517 (galac.sh) S 6515 6517 6447 0 -1 4194304 761 1704 0 0 0 0 0 1 25 0 1 0 165481664 48721920 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 269756853082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6517/statm: 11895 363 245 79 0 218 0
[pid=6531] ppid=6517 vsize=861064 CPUtime=2.91
/proc/6531/stat : 6531 (java) R 6517 6517 6447 0 -1 0 25342 0 1 0 278 13 0 0 25 0 8 0 165481668 881729536 25089 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073751179 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6531/statm: 215266 25089 1967 14 0 201471 0
[pid=6531/tid=6532] ppid=6517 vsize=861064 CPUtime=0.19
/proc/6531/task/6532/stat : 6532 (java) S 6517 6517 6447 0 -1 64 9573 0 0 0 16 3 0 0 16 0 8 0 165481672 881729536 25089 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6531/tid=6533] ppid=6517 vsize=861064 CPUtime=0
/proc/6531/task/6533/stat : 6533 (java) S 6517 6517 6447 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 165481672 881729536 25089 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6531/tid=6534] ppid=6517 vsize=861064 CPUtime=0
/proc/6531/task/6534/stat : 6534 (java) S 6517 6517 6447 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 165481673 881729536 25089 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6531/tid=6535] ppid=6517 vsize=861064 CPUtime=0
/proc/6531/task/6535/stat : 6535 (java) S 6517 6517 6447 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 165481676 881729536 25089 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6531/tid=6536] ppid=6517 vsize=861064 CPUtime=0.15
/proc/6531/task/6536/stat : 6536 (java) S 6517 6517 6447 0 -1 64 901 0 0 0 14 1 0 0 16 0 8 0 165481676 881729536 25089 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6531/tid=6537] ppid=6517 vsize=861064 CPUtime=0
/proc/6531/task/6537/stat : 6537 (java) S 6517 6517 6447 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 165481676 881729536 25089 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6531/tid=6538] ppid=6517 vsize=861064 CPUtime=0
/proc/6531/task/6538/stat : 6538 (java) S 6517 6517 6447 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 165481676 881729536 25089 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) 908644

[startup+6.28978 s]
/proc/loadavg: 1.99 2.00 1.99 3/94 6538
/proc/meminfo: memFree=1413448/2055920 swapFree=4192812/4192956
[pid=6517] ppid=6515 vsize=47580 CPUtime=0.01
/proc/6517/stat : 6517 (galac.sh) S 6515 6517 6447 0 -1 4194304 761 1704 0 0 0 0 0 1 25 0 1 0 165481664 48721920 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 269756853082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6517/statm: 11895 363 245 79 0 218 0
[pid=6531] ppid=6517 vsize=861064 CPUtime=6.17
/proc/6531/stat : 6531 (java) R 6517 6517 6447 0 -1 0 30841 0 1 0 601 16 0 0 25 0 8 0 165481668 881729536 30579 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073925083 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6531/statm: 215266 30579 1975 14 0 201471 0
[pid=6531/tid=6532] ppid=6517 vsize=861064 CPUtime=0.39
/proc/6531/task/6532/stat : 6532 (java) S 6517 6517 6447 0 -1 64 14999 0 0 0 34 5 0 0 16 0 8 0 165481672 881729536 30579 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6531/tid=6533] ppid=6517 vsize=861064 CPUtime=0
/proc/6531/task/6533/stat : 6533 (java) S 6517 6517 6447 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 165481672 881729536 30579 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6531/tid=6534] ppid=6517 vsize=861064 CPUtime=0
/proc/6531/task/6534/stat : 6534 (java) S 6517 6517 6447 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 165481673 881729536 30579 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6531/tid=6535] ppid=6517 vsize=861064 CPUtime=0
/proc/6531/task/6535/stat : 6535 (java) S 6517 6517 6447 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 165481676 881729536 30579 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6531/tid=6536] ppid=6517 vsize=861064 CPUtime=0.22
/proc/6531/task/6536/stat : 6536 (java) S 6517 6517 6447 0 -1 64 946 0 0 0 21 1 0 0 15 0 8 0 165481676 881729536 30579 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6531/tid=6537] ppid=6517 vsize=861064 CPUtime=0
/proc/6531/task/6537/stat : 6537 (java) S 6517 6517 6447 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 165481676 881729536 30579 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6531/tid=6538] ppid=6517 vsize=861064 CPUtime=0
/proc/6531/task/6538/stat : 6538 (java) S 6517 6517 6447 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 165481676 881729536 30579 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) 908644

[startup+12.7906 s]
/proc/loadavg: 1.99 2.00 1.99 4/94 6538
/proc/meminfo: memFree=1317704/2055920 swapFree=4192812/4192956
[pid=6517] ppid=6515 vsize=47580 CPUtime=0.01
/proc/6517/stat : 6517 (galac.sh) S 6515 6517 6447 0 -1 4194304 761 1704 0 0 0 0 0 1 25 0 1 0 165481664 48721920 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 269756853082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6517/statm: 11895 363 245 79 0 218 0
[pid=6531] ppid=6517 vsize=861064 CPUtime=12.6
/proc/6531/stat : 6531 (java) R 6517 6517 6447 0 -1 0 54778 0 1 0 1234 26 0 0 25 0 8 0 165481668 881729536 54512 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073930372 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6531/statm: 215266 54512 1975 14 0 201471 0
[pid=6531/tid=6532] ppid=6517 vsize=861064 CPUtime=1.46
/proc/6531/task/6532/stat : 6532 (java) S 6517 6517 6447 0 -1 64 38932 0 0 0 130 16 0 0 16 0 8 0 165481672 881729536 54512 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6531/tid=6533] ppid=6517 vsize=861064 CPUtime=0
/proc/6531/task/6533/stat : 6533 (java) S 6517 6517 6447 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 165481672 881729536 54512 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6531/tid=6534] ppid=6517 vsize=861064 CPUtime=0
/proc/6531/task/6534/stat : 6534 (java) S 6517 6517 6447 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 165481673 881729536 54512 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6531/tid=6535] ppid=6517 vsize=861064 CPUtime=0
/proc/6531/task/6535/stat : 6535 (java) S 6517 6517 6447 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 165481676 881729536 54512 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6531/tid=6536] ppid=6517 vsize=861064 CPUtime=0.22
/proc/6531/task/6536/stat : 6536 (java) S 6517 6517 6447 0 -1 64 946 0 0 0 21 1 0 0 15 0 8 0 165481676 881729536 54512 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6531/tid=6537] ppid=6517 vsize=861064 CPUtime=0
/proc/6531/task/6537/stat : 6537 (java) S 6517 6517 6447 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 165481676 881729536 54512 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6531/tid=6538] ppid=6517 vsize=861064 CPUtime=0
/proc/6531/task/6538/stat : 6538 (java) S 6517 6517 6447 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 165481676 881729536 54512 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 908644

[startup+25.6514 s]
/proc/loadavg: 1.99 2.00 1.99 3/94 6538
/proc/meminfo: memFree=1183624/2055920 swapFree=4192812/4192956
[pid=6517] ppid=6515 vsize=47580 CPUtime=0.01
/proc/6517/stat : 6517 (galac.sh) S 6515 6517 6447 0 -1 4194304 761 1704 0 0 0 0 0 1 25 0 1 0 165481664 48721920 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 269756853082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6517/statm: 11895 363 245 79 0 218 0
[pid=6531] ppid=6517 vsize=861064 CPUtime=25.35
/proc/6531/stat : 6531 (java) R 6517 6517 6447 0 -1 0 87645 0 1 0 2491 44 0 0 25 0 8 0 165481668 881729536 87366 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4074126674 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6531/statm: 215266 87366 1995 14 0 201471 0
[pid=6531/tid=6532] ppid=6517 vsize=861064 CPUtime=2.9
/proc/6531/task/6532/stat : 6532 (java) S 6517 6517 6447 0 -1 64 71713 0 0 0 260 30 0 0 16 0 8 0 165481672 881729536 87366 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6531/tid=6533] ppid=6517 vsize=861064 CPUtime=0
/proc/6531/task/6533/stat : 6533 (java) S 6517 6517 6447 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 165481672 881729536 87366 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6531/tid=6534] ppid=6517 vsize=861064 CPUtime=0
/proc/6531/task/6534/stat : 6534 (java) S 6517 6517 6447 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 165481673 881729536 87366 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6531/tid=6535] ppid=6517 vsize=861064 CPUtime=0
/proc/6531/task/6535/stat : 6535 (java) S 6517 6517 6447 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 165481676 881729536 87366 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6531/tid=6536] ppid=6517 vsize=861064 CPUtime=0.29
/proc/6531/task/6536/stat : 6536 (java) S 6517 6517 6447 0 -1 64 982 0 0 0 28 1 0 0 15 0 8 0 165481676 881729536 87366 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6531/tid=6537] ppid=6517 vsize=861064 CPUtime=0
/proc/6531/task/6537/stat : 6537 (java) S 6517 6517 6447 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 165481676 881729536 87366 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6531/tid=6538] ppid=6517 vsize=861064 CPUtime=0
/proc/6531/task/6538/stat : 6538 (java) S 6517 6517 6447 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 165481676 881729536 87366 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.36
Current children cumulated vsize (KiB) 908644

[startup+51.3078 s]
/proc/loadavg: 1.99 2.00 1.99 3/94 6538
/proc/meminfo: memFree=1169608/2055920 swapFree=4192812/4192956
[pid=6517] ppid=6515 vsize=47580 CPUtime=0.01
/proc/6517/stat : 6517 (galac.sh) S 6515 6517 6447 0 -1 4194304 761 1704 0 0 0 0 0 1 25 0 1 0 165481664 48721920 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 269756853082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6517/statm: 11895 363 245 79 0 218 0
[pid=6531] ppid=6517 vsize=861064 CPUtime=50.76
/proc/6531/stat : 6531 (java) R 6517 6517 6447 0 -1 0 87688 0 1 0 5022 54 0 0 25 0 8 0 165481668 881729536 87366 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073417572 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6531/statm: 215266 87366 1995 14 0 201471 0
[pid=6531/tid=6532] ppid=6517 vsize=861064 CPUtime=2.98
/proc/6531/task/6532/stat : 6532 (java) S 6517 6517 6447 0 -1 64 71713 0 0 0 267 31 0 0 16 0 8 0 165481672 881729536 87366 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6531/tid=6533] ppid=6517 vsize=861064 CPUtime=0
/proc/6531/task/6533/stat : 6533 (java) S 6517 6517 6447 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 165481672 881729536 87366 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6531/tid=6534] ppid=6517 vsize=861064 CPUtime=0
/proc/6531/task/6534/stat : 6534 (java) S 6517 6517 6447 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 165481673 881729536 87366 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6531/tid=6535] ppid=6517 vsize=861064 CPUtime=0
/proc/6531/task/6535/stat : 6535 (java) S 6517 6517 6447 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 165481676 881729536 87366 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6531/tid=6536] ppid=6517 vsize=861064 CPUtime=0.29
/proc/6531/task/6536/stat : 6536 (java) S 6517 6517 6447 0 -1 64 982 0 0 0 28 1 0 0 15 0 8 0 165481676 881729536 87366 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6531/tid=6537] ppid=6517 vsize=861064 CPUtime=0
/proc/6531/task/6537/stat : 6537 (java) S 6517 6517 6447 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 165481676 881729536 87366 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6531/tid=6538] ppid=6517 vsize=861064 CPUtime=0
/proc/6531/task/6538/stat : 6538 (java) S 6517 6517 6447 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 165481676 881729536 87366 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.77
Current children cumulated vsize (KiB) 908644

[startup+102.562 s]
/proc/loadavg: 1.99 2.00 1.99 3/87 6539
/proc/meminfo: memFree=1382656/2055920 swapFree=4192812/4192956
[pid=6517] ppid=6515 vsize=47580 CPUtime=81.51
/proc/6517/stat : 6517 (galac.sh) S 6515 6517 6447 0 -1 4194304 799 89452 0 1 0 0 8079 72 17 0 1 0 165481664 48721920 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 269756853082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6517/statm: 11895 363 245 79 0 218 0
[pid=6539] ppid=6517 vsize=121972 CPUtime=20.02
/proc/6539/stat : 6539 (minisat) R 6517 6517 6447 0 -1 4194304 28065 0 0 0 1982 20 0 0 25 0 1 0 165489899 124899328 28047 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529268 0 0 4096 3 0 0 0 17 1 0 0
/proc/6539/statm: 30493 28047 54 142 0 30349 0
Current children cumulated CPU time (s) 101.53

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

/proc/loadavg: 2.00 2.00 2.00 3/87 6737
/proc/meminfo: memFree=1271424/2055920 swapFree=4192812/4192956
[pid=6517] ppid=6515 vsize=47580 CPUtime=81.51
/proc/6517/stat : 6517 (galac.sh) S 6515 6517 6447 0 -1 4194304 799 89452 0 1 0 0 8079 72 17 0 1 0 165481664 48721920 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 269756853082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6517/statm: 11895 363 245 79 0 218 0
[pid=6539] ppid=6517 vsize=233152 CPUtime=1035.33
/proc/6539/stat : 6539 (minisat) R 6517 6517 6447 0 -1 4194304 55787 0 0 0 103480 53 0 0 25 0 1 0 165489899 238747648 55769 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/6539/statm: 58288 55769 54 142 0 58144 0
Current children cumulated CPU time (s) 1116.84
Current children cumulated vsize (KiB) 280732

[startup+1183.15 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 6737
/proc/meminfo: memFree=1263232/2055920 swapFree=4192812/4192956
[pid=6517] ppid=6515 vsize=47580 CPUtime=81.51
/proc/6517/stat : 6517 (galac.sh) S 6515 6517 6447 0 -1 4194304 799 89452 0 1 0 0 8079 72 17 0 1 0 165481664 48721920 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 269756853082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6517/statm: 11895 363 245 79 0 218 0
[pid=6539] ppid=6517 vsize=241324 CPUtime=1095.05
/proc/6539/stat : 6539 (minisat) R 6517 6517 6447 0 -1 4194304 57842 0 0 0 109450 55 0 0 25 0 1 0 165489899 247115776 57824 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 1 0 0
/proc/6539/statm: 60331 57824 54 142 0 60187 0
Current children cumulated CPU time (s) 1176.56
Current children cumulated vsize (KiB) 288904

[startup+1243.15 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 6737
/proc/meminfo: memFree=1259968/2055920 swapFree=4192812/4192956
[pid=6517] ppid=6515 vsize=47580 CPUtime=81.51
/proc/6517/stat : 6517 (galac.sh) S 6515 6517 6447 0 -1 4194304 799 89452 0 1 0 0 8079 72 17 0 1 0 165481664 48721920 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 269756853082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6517/statm: 11895 363 245 79 0 218 0
[pid=6539] ppid=6517 vsize=244644 CPUtime=1154.76
/proc/6539/stat : 6539 (minisat) R 6517 6517 6447 0 -1 4194304 58656 0 0 0 115420 56 0 0 25 0 1 0 165489899 250515456 58638 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134525757 0 0 4096 3 0 0 0 17 1 0 0
/proc/6539/statm: 61161 58638 54 142 0 61017 0
Current children cumulated CPU time (s) 1236.27
Current children cumulated vsize (KiB) 292224

[startup+1303.19 s]
/proc/loadavg: 1.99 2.00 2.00 3/95 6810
/proc/meminfo: memFree=915144/2055920 swapFree=4192812/4192956
[pid=6517] ppid=6515 vsize=47580 CPUtime=81.51
/proc/6517/stat : 6517 (galac.sh) S 6515 6517 6447 0 -1 4194304 799 89452 0 1 0 0 8079 72 17 0 1 0 165481664 48721920 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 269756853082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6517/statm: 11895 363 245 79 0 218 0
[pid=6539] ppid=6517 vsize=248212 CPUtime=1214.46
/proc/6539/stat : 6539 (minisat) R 6517 6517 6447 0 -1 4194304 59565 0 0 0 121383 63 0 0 25 0 1 0 165489899 254169088 59547 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/6539/statm: 62053 59547 54 142 0 61909 0
Current children cumulated CPU time (s) 1295.97
Current children cumulated vsize (KiB) 295792

[startup+1363.25 s]
/proc/loadavg: 1.99 2.00 2.00 3/88 6811
/proc/meminfo: memFree=1116096/2055920 swapFree=4192812/4192956
[pid=6517] ppid=6515 vsize=47580 CPUtime=81.51
/proc/6517/stat : 6517 (galac.sh) S 6515 6517 6447 0 -1 4194304 799 89452 0 1 0 0 8079 72 17 0 1 0 165481664 48721920 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 269756853082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6517/statm: 11895 363 245 79 0 218 0
[pid=6539] ppid=6517 vsize=252072 CPUtime=1274.22
/proc/6539/stat : 6539 (minisat) R 6517 6517 6447 0 -1 4194304 60523 0 0 0 127357 65 0 0 25 0 1 0 165489899 258121728 60505 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 0 0 0
/proc/6539/statm: 63018 60505 54 142 0 62874 0
Current children cumulated CPU time (s) 1355.73
Current children cumulated vsize (KiB) 299652

[startup+1423.33 s]
/proc/loadavg: 1.99 2.00 2.00 3/88 6811
/proc/meminfo: memFree=1109952/2055920 swapFree=4192812/4192956
[pid=6517] ppid=6515 vsize=47580 CPUtime=81.51
/proc/6517/stat : 6517 (galac.sh) S 6515 6517 6447 0 -1 4194304 799 89452 0 1 0 0 8079 72 17 0 1 0 165481664 48721920 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 269756853082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6517/statm: 11895 363 245 79 0 218 0
[pid=6539] ppid=6517 vsize=256044 CPUtime=1333.97
/proc/6539/stat : 6539 (minisat) R 6517 6517 6447 0 -1 4194304 61509 0 0 0 133331 66 0 0 25 0 1 0 165489899 262189056 61491 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134520077 0 0 4096 3 0 0 0 17 0 0 0
/proc/6539/statm: 64011 61491 54 142 0 63867 0
Current children cumulated CPU time (s) 1415.48
Current children cumulated vsize (KiB) 303624

[startup+1483.41 s]
/proc/loadavg: 1.99 2.00 2.00 3/88 6811
/proc/meminfo: memFree=1104000/2055920 swapFree=4192812/4192956
[pid=6517] ppid=6515 vsize=47580 CPUtime=81.51
/proc/6517/stat : 6517 (galac.sh) S 6515 6517 6447 0 -1 4194304 799 89452 0 1 0 0 8079 72 17 0 1 0 165481664 48721920 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 269756853082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6517/statm: 11895 363 245 79 0 218 0
[pid=6539] ppid=6517 vsize=259080 CPUtime=1393.69
/proc/6539/stat : 6539 (minisat) R 6517 6517 6447 0 -1 4194304 62283 0 0 0 139302 67 0 0 25 0 1 0 165489899 265297920 62265 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529268 0 0 4096 3 0 0 0 17 0 0 0
/proc/6539/statm: 64770 62265 54 142 0 64626 0
Current children cumulated CPU time (s) 1475.2
Current children cumulated vsize (KiB) 306660

[startup+1543.48 s]
/proc/loadavg: 1.99 2.00 2.00 3/88 6813
/proc/meminfo: memFree=1097600/2055920 swapFree=4192812/4192956
[pid=6517] ppid=6515 vsize=47580 CPUtime=81.51
/proc/6517/stat : 6517 (galac.sh) S 6515 6517 6447 0 -1 4194304 799 89452 0 1 0 0 8079 72 17 0 1 0 165481664 48721920 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 269756853082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6517/statm: 11895 363 245 79 0 218 0
[pid=6539] ppid=6517 vsize=261856 CPUtime=1453.44
/proc/6539/stat : 6539 (minisat) R 6517 6517 6447 0 -1 4194304 62990 0 0 0 145276 68 0 0 25 0 1 0 165489899 268140544 62972 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134525757 0 0 4096 3 0 0 0 17 0 0 0
/proc/6539/statm: 65464 62972 54 142 0 65320 0
Current children cumulated CPU time (s) 1534.95
Current children cumulated vsize (KiB) 309436

[startup+1603.56 s]
/proc/loadavg: 1.99 2.00 2.00 3/88 6813
/proc/meminfo: memFree=1091328/2055920 swapFree=4192812/4192956
[pid=6517] ppid=6515 vsize=47580 CPUtime=81.51
/proc/6517/stat : 6517 (galac.sh) S 6515 6517 6447 0 -1 4194304 799 89452 0 1 0 0 8079 72 17 0 1 0 165481664 48721920 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 269756853082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6517/statm: 11895 363 245 79 0 218 0
[pid=6539] ppid=6517 vsize=265040 CPUtime=1513.2
/proc/6539/stat : 6539 (minisat) R 6517 6517 6447 0 -1 4194304 63791 0 0 0 151251 69 0 0 25 0 1 0 165489899 271400960 63773 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/6539/statm: 66260 63773 54 142 0 66116 0
Current children cumulated CPU time (s) 1594.71
Current children cumulated vsize (KiB) 312620

[startup+1663.63 s]
/proc/loadavg: 1.99 2.00 2.00 3/88 6813
/proc/meminfo: memFree=1084288/2055920 swapFree=4192812/4192956
[pid=6517] ppid=6515 vsize=47580 CPUtime=81.51
/proc/6517/stat : 6517 (galac.sh) S 6515 6517 6447 0 -1 4194304 799 89452 0 1 0 0 8079 72 17 0 1 0 165481664 48721920 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 269756853082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6517/statm: 11895 363 245 79 0 218 0
[pid=6539] ppid=6517 vsize=267956 CPUtime=1572.92
/proc/6539/stat : 6539 (minisat) R 6517 6517 6447 0 -1 4194304 64456 0 0 0 157222 70 0 0 25 0 1 0 165489899 274386944 64438 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529776 0 0 4096 3 0 0 0 17 0 0 0
/proc/6539/statm: 66989 64438 54 142 0 66845 0
Current children cumulated CPU time (s) 1654.43
Current children cumulated vsize (KiB) 315536

[startup+1723.71 s]
/proc/loadavg: 1.99 2.00 2.00 3/88 6813
/proc/meminfo: memFree=1075264/2055920 swapFree=4192812/4192956
[pid=6517] ppid=6515 vsize=47580 CPUtime=81.51
/proc/6517/stat : 6517 (galac.sh) S 6515 6517 6447 0 -1 4194304 799 89452 0 1 0 0 8079 72 17 0 1 0 165481664 48721920 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 269756853082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6517/statm: 11895 363 245 79 0 218 0
[pid=6539] ppid=6517 vsize=270332 CPUtime=1632.68
/proc/6539/stat : 6539 (minisat) R 6517 6517 6447 0 -1 4194304 65027 0 0 0 163197 71 0 0 25 0 1 0 165489899 276819968 65009 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134527315 0 0 4096 3 0 0 0 17 0 0 0
/proc/6539/statm: 67583 65009 54 142 0 67439 0
Current children cumulated CPU time (s) 1714.19
Current children cumulated vsize (KiB) 317912

[startup+1783.78 s]
/proc/loadavg: 1.99 2.00 2.00 3/88 6813
/proc/meminfo: memFree=1054720/2055920 swapFree=4192812/4192956
[pid=6517] ppid=6515 vsize=47580 CPUtime=81.51
/proc/6517/stat : 6517 (galac.sh) S 6515 6517 6447 0 -1 4194304 799 89452 0 1 0 0 8079 72 17 0 1 0 165481664 48721920 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 269756853082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6517/statm: 11895 363 245 79 0 218 0
[pid=6539] ppid=6517 vsize=274696 CPUtime=1692.43
/proc/6539/stat : 6539 (minisat) R 6517 6517 6447 0 -1 4194304 66140 0 0 0 169171 72 0 0 25 0 1 0 165489899 281288704 66122 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 0 0 0
/proc/6539/statm: 68674 66122 54 142 0 68530 0
Current children cumulated CPU time (s) 1773.94
Current children cumulated vsize (KiB) 322276



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1810.07 s]
/proc/loadavg: 1.99 2.00 2.00 3/88 6813
/proc/meminfo: memFree=1044608/2055920 swapFree=4192812/4192956
[pid=6517] ppid=6515 vsize=47580 CPUtime=81.51
/proc/6517/stat : 6517 (galac.sh) S 6515 6517 6447 0 -1 4194304 799 89452 0 1 0 0 8079 72 17 0 1 0 165481664 48721920 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 269756853082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6517/statm: 11895 363 245 79 0 218 0
[pid=6539] ppid=6517 vsize=275756 CPUtime=1718.57
/proc/6539/stat : 6539 (minisat) R 6517 6517 6447 0 -1 4194304 66418 0 0 0 171784 73 0 0 25 0 1 0 165489899 282374144 66400 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 0 0 0
/proc/6539/statm: 68939 66400 54 142 0 68795 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 323336

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 6517 and gives childrusage.ru_utime.tv_sec=80 childrusage.ru_utime.tv_usec=803715 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=731888
CPU time returned by wait4() is 81.5356
while last known CPU time is 1800.08

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

Real time (s): 1810.09
CPU time (s): 1800.08
CPU user time (s): 1798.63
CPU system time (s): 1.45
CPU usage (%): 99.4472
Max. virtual memory (cumulated for all children) (KiB): 908644

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 80.8037
system time used= 0.731888
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 90251
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= 3546
involuntary context switches= 4752

runsolver used 1.9567 s user time and 5.11622 s system time

The end

Launcher Data (download as text)

Begin job on node13 on Sun Jan  7 11:54:27 UTC 2007


IDJOB= 206284
IDBENCH= 4196
FILE ID= node13/206284-1168170867

PBS_JOBID= 3478836

Free space on /tmp= 66308 MiB

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

META MD5SUM SOLVER= d8bf20eb49fe33822f00bab08f33d7fc
MD5SUM BENCH=  f1384fc267cd2722bf48bbf3fdecc2d7

RANDOM SEED= 107372380

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.247
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.247
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:       1529576 kB
Buffers:         56720 kB
Cached:         323876 kB
SwapCached:          0 kB
Active:         173492 kB
Inactive:       272996 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1529576 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            8840 kB
Writeback:           0 kB
Mapped:          88248 kB
Slab:            64628 kB
Committed_AS:  4135060 kB
PageTables:       2376 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= 66242 MiB



End job on node13 on Sun Jan  7 12:24:37 UTC 2007