Trace number 203109

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.09 1803.43

General information on the benchmark

Namerandom/rand-3-28-28-fcd/
rand-3-28-28-93-632-fcd-41_ext.xml
MD5SUM41df94ad0deaee9a5c81a09c6c3846eb
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 benchmark36.0975
SatisfiableYES
(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.63	c start processing
5.63	c start relation processing
20.75	c start cnf exporting
84.65	c parsing time : 5.458
84.65	c preprocessing time : 84.478
84.65	
84.65	c Nary constraints - conflicts : 0 supports : 93
84.65	c Binary constraints - conflicts : 0 supports :0
84.65	c max arity constraint : 3
84.65	c Max Tuples generated 0
84.65	c relations : 93
84.65	c relations BDD: 93
84.65	c vars : 598590 - clauses :  1875623
84.65	
84.72	 
84.72	c --- Minisat Stats ---
84.72	 

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/node3/watcher-203109-1168156328 -o ROOT/results/node3/solver-203109-1168156328 -C 1800 -M 900 /tmp/evaluation/203109-1168156328/galac.sh /tmp/evaluation/203109-1168156328/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.95 2.01 2.00 5/87 24688
/proc/meminfo: memFree=1694280/2055920 swapFree=4192812/4192956
[pid=24687] ppid=24685 vsize=8560 CPUtime=0
/proc/24687/stat : 24687 (galac.sh) R 24685 24687 23979 0 -1 4194304 308 0 0 0 0 0 0 0 25 0 1 0 164028444 8765440 253 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 233632941967 0 0 4096 8192 0 0 0 17 1 0 0
/proc/24687/statm: 2140 253 197 79 0 133 0

[startup+0.107834 s]
/proc/loadavg: 1.95 2.01 2.00 5/87 24688
/proc/meminfo: memFree=1694280/2055920 swapFree=4192812/4192956
[pid=24687] ppid=24685 vsize=47560 CPUtime=0.01
/proc/24687/stat : 24687 (galac.sh) S 24685 24687 23979 0 -1 4194304 762 1704 0 0 0 0 0 1 18 0 1 0 164028444 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24687/statm: 11890 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+0.515703 s]
/proc/loadavg: 1.95 2.01 2.00 5/87 24688
/proc/meminfo: memFree=1694280/2055920 swapFree=4192812/4192956
[pid=24687] ppid=24685 vsize=47560 CPUtime=0.01
/proc/24687/stat : 24687 (galac.sh) S 24685 24687 23979 0 -1 4194304 762 1704 0 0 0 0 0 1 18 0 1 0 164028444 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24687/statm: 11890 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+1.33884 s]
/proc/loadavg: 1.95 2.01 2.00 3/95 24708
/proc/meminfo: memFree=1617224/2055920 swapFree=4192812/4192956
[pid=24687] ppid=24685 vsize=47560 CPUtime=0.01
/proc/24687/stat : 24687 (galac.sh) S 24685 24687 23979 0 -1 4194304 762 1704 0 0 0 0 0 1 18 0 1 0 164028444 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24687/statm: 11890 363 245 79 0 218 0
[pid=24701] ppid=24687 vsize=861064 CPUtime=1.27
/proc/24701/stat : 24701 (java) R 24687 24687 23979 0 -1 0 21241 0 1 0 115 12 0 0 22 0 8 0 164028448 881729536 20994 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073450857 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24701/statm: 215266 20994 1967 14 0 201471 0
[pid=24701/tid=24702] ppid=24687 vsize=861064 CPUtime=0.06
/proc/24701/task/24702/stat : 24702 (java) S 24687 24687 23979 0 -1 64 5487 0 0 0 4 2 0 0 16 0 8 0 164028451 881729536 20994 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24701/tid=24703] ppid=24687 vsize=861064 CPUtime=0
/proc/24701/task/24703/stat : 24703 (java) S 24687 24687 23979 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 164028452 881729536 20994 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24701/tid=24704] ppid=24687 vsize=861064 CPUtime=0
/proc/24701/task/24704/stat : 24704 (java) S 24687 24687 23979 0 -1 64 6 0 0 0 0 0 0 0 16 0 8 0 164028452 881729536 20994 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24701/tid=24705] ppid=24687 vsize=861064 CPUtime=0
/proc/24701/task/24705/stat : 24705 (java) S 24687 24687 23979 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 164028455 881729536 20994 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24701/tid=24706] ppid=24687 vsize=861064 CPUtime=0.12
/proc/24701/task/24706/stat : 24706 (java) S 24687 24687 23979 0 -1 64 892 0 0 0 12 0 0 0 16 0 8 0 164028455 881729536 20994 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24701/tid=24707] ppid=24687 vsize=861064 CPUtime=0
/proc/24701/task/24707/stat : 24707 (java) S 24687 24687 23979 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 164028455 881729536 20994 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24701/tid=24708] ppid=24687 vsize=861064 CPUtime=0
/proc/24701/task/24708/stat : 24708 (java) S 24687 24687 23979 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 164028455 881729536 20994 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) 908624

[startup+2.99211 s]
/proc/loadavg: 1.95 2.01 2.00 4/95 24708
/proc/meminfo: memFree=1606408/2055920 swapFree=4192812/4192956
[pid=24687] ppid=24685 vsize=47560 CPUtime=0.01
/proc/24687/stat : 24687 (galac.sh) S 24685 24687 23979 0 -1 4194304 762 1704 0 0 0 0 0 1 18 0 1 0 164028444 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24687/statm: 11890 363 245 79 0 218 0
[pid=24701] ppid=24687 vsize=861064 CPUtime=2.91
/proc/24701/stat : 24701 (java) R 24687 24687 23979 0 -1 0 25346 0 1 0 277 14 0 0 25 0 8 0 164028448 881729536 25093 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24701/statm: 215266 25093 1967 14 0 201471 0
[pid=24701/tid=24702] ppid=24687 vsize=861064 CPUtime=0.22
/proc/24701/task/24702/stat : 24702 (java) S 24687 24687 23979 0 -1 64 9578 0 0 0 18 4 0 0 16 0 8 0 164028451 881729536 25093 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24701/tid=24703] ppid=24687 vsize=861064 CPUtime=0
/proc/24701/task/24703/stat : 24703 (java) S 24687 24687 23979 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 164028452 881729536 25093 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24701/tid=24704] ppid=24687 vsize=861064 CPUtime=0
/proc/24701/task/24704/stat : 24704 (java) S 24687 24687 23979 0 -1 64 6 0 0 0 0 0 0 0 16 0 8 0 164028452 881729536 25093 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24701/tid=24705] ppid=24687 vsize=861064 CPUtime=0
/proc/24701/task/24705/stat : 24705 (java) S 24687 24687 23979 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 164028455 881729536 25093 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24701/tid=24706] ppid=24687 vsize=861064 CPUtime=0.15
/proc/24701/task/24706/stat : 24706 (java) R 24687 24687 23979 0 -1 64 900 0 0 0 15 0 0 0 16 0 8 0 164028455 881729536 25093 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4153326748 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24701/tid=24707] ppid=24687 vsize=861064 CPUtime=0
/proc/24701/task/24707/stat : 24707 (java) S 24687 24687 23979 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 164028455 881729536 25093 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24701/tid=24708] ppid=24687 vsize=861064 CPUtime=0
/proc/24701/task/24708/stat : 24708 (java) S 24687 24687 23979 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 164028455 881729536 25093 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) 908624

[startup+6.28564 s]
/proc/loadavg: 2.04 2.02 2.00 4/95 24708
/proc/meminfo: memFree=1576520/2055920 swapFree=4192812/4192956
[pid=24687] ppid=24685 vsize=47560 CPUtime=0.01
/proc/24687/stat : 24687 (galac.sh) S 24685 24687 23979 0 -1 4194304 762 1704 0 0 0 0 0 1 18 0 1 0 164028444 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24687/statm: 11890 363 245 79 0 218 0
[pid=24701] ppid=24687 vsize=861064 CPUtime=6.17
/proc/24701/stat : 24701 (java) R 24687 24687 23979 0 -1 0 31383 0 1 0 599 18 0 0 25 0 8 0 164028448 881729536 31121 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073930846 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24701/statm: 215266 31121 1975 14 0 201471 0
[pid=24701/tid=24702] ppid=24687 vsize=861064 CPUtime=0.44
/proc/24701/task/24702/stat : 24702 (java) S 24687 24687 23979 0 -1 64 15541 0 0 0 37 7 0 0 16 0 8 0 164028451 881729536 31121 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24701/tid=24703] ppid=24687 vsize=861064 CPUtime=0
/proc/24701/task/24703/stat : 24703 (java) S 24687 24687 23979 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 164028452 881729536 31121 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24701/tid=24704] ppid=24687 vsize=861064 CPUtime=0
/proc/24701/task/24704/stat : 24704 (java) S 24687 24687 23979 0 -1 64 6 0 0 0 0 0 0 0 16 0 8 0 164028452 881729536 31121 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24701/tid=24705] ppid=24687 vsize=861064 CPUtime=0
/proc/24701/task/24705/stat : 24705 (java) S 24687 24687 23979 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 164028455 881729536 31121 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24701/tid=24706] ppid=24687 vsize=861064 CPUtime=0.24
/proc/24701/task/24706/stat : 24706 (java) S 24687 24687 23979 0 -1 64 946 0 0 0 23 1 0 0 15 0 8 0 164028455 881729536 31121 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24701/tid=24707] ppid=24687 vsize=861064 CPUtime=0
/proc/24701/task/24707/stat : 24707 (java) S 24687 24687 23979 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 164028455 881729536 31121 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24701/tid=24708] ppid=24687 vsize=861064 CPUtime=0
/proc/24701/task/24708/stat : 24708 (java) S 24687 24687 23979 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 164028455 881729536 31121 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) 908624

[startup+12.7857 s]
/proc/loadavg: 2.03 2.02 2.00 3/95 24708
/proc/meminfo: memFree=1483336/2055920 swapFree=4192812/4192956
[pid=24687] ppid=24685 vsize=47560 CPUtime=0.01
/proc/24687/stat : 24687 (galac.sh) S 24685 24687 23979 0 -1 4194304 762 1704 0 0 0 0 0 1 18 0 1 0 164028444 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24687/statm: 11890 363 245 79 0 218 0
[pid=24701] ppid=24687 vsize=861064 CPUtime=12.62
/proc/24701/stat : 24701 (java) R 24687 24687 23979 0 -1 0 54652 0 1 0 1232 30 0 0 25 0 8 0 164028448 881729536 54386 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073922756 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24701/statm: 215266 54386 1975 14 0 201471 0
[pid=24701/tid=24702] ppid=24687 vsize=861064 CPUtime=1.55
/proc/24701/task/24702/stat : 24702 (java) S 24687 24687 23979 0 -1 64 38806 0 0 0 137 18 0 0 20 0 8 0 164028451 881729536 54386 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24701/tid=24703] ppid=24687 vsize=861064 CPUtime=0
/proc/24701/task/24703/stat : 24703 (java) S 24687 24687 23979 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 164028452 881729536 54386 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24701/tid=24704] ppid=24687 vsize=861064 CPUtime=0
/proc/24701/task/24704/stat : 24704 (java) S 24687 24687 23979 0 -1 64 6 0 0 0 0 0 0 0 16 0 8 0 164028452 881729536 54386 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24701/tid=24705] ppid=24687 vsize=861064 CPUtime=0
/proc/24701/task/24705/stat : 24705 (java) S 24687 24687 23979 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 164028455 881729536 54386 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24701/tid=24706] ppid=24687 vsize=861064 CPUtime=0.24
/proc/24701/task/24706/stat : 24706 (java) S 24687 24687 23979 0 -1 64 946 0 0 0 23 1 0 0 15 0 8 0 164028455 881729536 54386 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24701/tid=24707] ppid=24687 vsize=861064 CPUtime=0
/proc/24701/task/24707/stat : 24707 (java) S 24687 24687 23979 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 164028455 881729536 54386 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24701/tid=24708] ppid=24687 vsize=861064 CPUtime=0
/proc/24701/task/24708/stat : 24708 (java) S 24687 24687 23979 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 164028455 881729536 54386 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 908624

[startup+25.6688 s]
/proc/loadavg: 2.03 2.02 2.00 3/95 24708
/proc/meminfo: memFree=1349192/2055920 swapFree=4192812/4192956
[pid=24687] ppid=24685 vsize=47560 CPUtime=0.01
/proc/24687/stat : 24687 (galac.sh) S 24685 24687 23979 0 -1 4194304 762 1704 0 0 0 0 0 1 18 0 1 0 164028444 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24687/statm: 11890 363 245 79 0 218 0
[pid=24701] ppid=24687 vsize=861064 CPUtime=25.38
/proc/24701/stat : 24701 (java) R 24687 24687 23979 0 -1 0 87697 0 1 0 2488 50 0 0 25 0 8 0 164028448 881729536 87420 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073515122 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24701/statm: 215266 87420 1994 14 0 201471 0
[pid=24701/tid=24702] ppid=24687 vsize=861064 CPUtime=3.09
/proc/24701/task/24702/stat : 24702 (java) S 24687 24687 23979 0 -1 64 71767 0 0 0 273 36 0 0 16 0 8 0 164028451 881729536 87420 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24701/tid=24703] ppid=24687 vsize=861064 CPUtime=0
/proc/24701/task/24703/stat : 24703 (java) S 24687 24687 23979 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 164028452 881729536 87420 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24701/tid=24704] ppid=24687 vsize=861064 CPUtime=0
/proc/24701/task/24704/stat : 24704 (java) S 24687 24687 23979 0 -1 64 6 0 0 0 0 0 0 0 16 0 8 0 164028452 881729536 87420 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24701/tid=24705] ppid=24687 vsize=861064 CPUtime=0
/proc/24701/task/24705/stat : 24705 (java) S 24687 24687 23979 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 164028455 881729536 87420 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24701/tid=24706] ppid=24687 vsize=861064 CPUtime=0.3
/proc/24701/task/24706/stat : 24706 (java) S 24687 24687 23979 0 -1 64 982 0 0 0 29 1 0 0 15 0 8 0 164028455 881729536 87420 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24701/tid=24707] ppid=24687 vsize=861064 CPUtime=0
/proc/24701/task/24707/stat : 24707 (java) S 24687 24687 23979 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 164028455 881729536 87420 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24701/tid=24708] ppid=24687 vsize=861064 CPUtime=0
/proc/24701/task/24708/stat : 24708 (java) S 24687 24687 23979 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 164028455 881729536 87420 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.39
Current children cumulated vsize (KiB) 908624

[startup+51.329 s]
/proc/loadavg: 2.02 2.02 2.00 3/95 24708
/proc/meminfo: memFree=1335112/2055920 swapFree=4192812/4192956
[pid=24687] ppid=24685 vsize=47560 CPUtime=0.01
/proc/24687/stat : 24687 (galac.sh) S 24685 24687 23979 0 -1 4194304 762 1704 0 0 0 0 0 1 18 0 1 0 164028444 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24687/statm: 11890 363 245 79 0 218 0
[pid=24701] ppid=24687 vsize=861064 CPUtime=50.78
/proc/24701/stat : 24701 (java) R 24687 24687 23979 0 -1 0 87739 0 1 0 5021 57 0 0 25 0 8 0 164028448 881729536 87420 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073682718 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24701/statm: 215266 87420 1994 14 0 201471 0
[pid=24701/tid=24702] ppid=24687 vsize=861064 CPUtime=3.16
/proc/24701/task/24702/stat : 24702 (java) S 24687 24687 23979 0 -1 64 71767 0 0 0 280 36 0 0 16 0 8 0 164028451 881729536 87420 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24701/tid=24703] ppid=24687 vsize=861064 CPUtime=0
/proc/24701/task/24703/stat : 24703 (java) S 24687 24687 23979 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 164028452 881729536 87420 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24701/tid=24704] ppid=24687 vsize=861064 CPUtime=0
/proc/24701/task/24704/stat : 24704 (java) S 24687 24687 23979 0 -1 64 6 0 0 0 0 0 0 0 16 0 8 0 164028452 881729536 87420 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24701/tid=24705] ppid=24687 vsize=861064 CPUtime=0
/proc/24701/task/24705/stat : 24705 (java) S 24687 24687 23979 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 164028455 881729536 87420 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24701/tid=24706] ppid=24687 vsize=861064 CPUtime=0.3
/proc/24701/task/24706/stat : 24706 (java) S 24687 24687 23979 0 -1 64 982 0 0 0 29 1 0 0 15 0 8 0 164028455 881729536 87420 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24701/tid=24707] ppid=24687 vsize=861064 CPUtime=0
/proc/24701/task/24707/stat : 24707 (java) S 24687 24687 23979 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 164028455 881729536 87420 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24701/tid=24708] ppid=24687 vsize=861064 CPUtime=0
/proc/24701/task/24708/stat : 24708 (java) S 24687 24687 23979 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 164028455 881729536 87420 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.79
Current children cumulated vsize (KiB) 908624

[startup+102.596 s]
/proc/loadavg: 2.00 2.02 2.00 3/88 24709
/proc/meminfo: memFree=1546944/2055920 swapFree=4192812/4192956
[pid=24687] ppid=24685 vsize=47560 CPUtime=83.85
/proc/24687/stat : 24687 (galac.sh) S 24685 24687 23979 0 -1 4194304 800 89507 0 1 0 0 8309 76 17 0 1 0 164028444 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24687/statm: 11890 363 245 79 0 218 0
[pid=24709] ppid=24687 vsize=121808 CPUtime=17.69
/proc/24709/stat : 24709 (minisat) R 24687 24687 23979 0 -1 4194304 27950 0 0 0 1751 18 0 0 25 0 1 0 164036916 124731392 27932 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529773 0 0 4096 3 0 0 0 17 1 0 0
/proc/24709/statm: 30452 27932 54 142 0 30308 0
Current children cumulated CPU time (s) 101.54

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

/proc/loadavg: 2.02 2.01 2.00 3/95 24978
/proc/meminfo: memFree=1471944/2055920 swapFree=4192812/4192956
[pid=24687] ppid=24685 vsize=47560 CPUtime=83.85
/proc/24687/stat : 24687 (galac.sh) S 24685 24687 23979 0 -1 4194304 800 89507 0 1 0 0 8309 76 17 0 1 0 164028444 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24687/statm: 11890 363 245 79 0 218 0
[pid=24709] ppid=24687 vsize=187716 CPUtime=1036.89
/proc/24709/stat : 24709 (minisat) R 24687 24687 23979 0 -1 4194304 44364 0 0 0 103627 62 0 0 25 0 1 0 164036916 192221184 44346 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529268 0 0 4096 3 0 0 0 17 0 0 0
/proc/24709/statm: 46929 44346 54 142 0 46785 0
Current children cumulated CPU time (s) 1120.74
Current children cumulated vsize (KiB) 235276

[startup+1183.41 s]
/proc/loadavg: 2.01 2.00 2.00 3/95 24978
/proc/meminfo: memFree=1469320/2055920 swapFree=4192812/4192956
[pid=24687] ppid=24685 vsize=47560 CPUtime=83.85
/proc/24687/stat : 24687 (galac.sh) S 24685 24687 23979 0 -1 4194304 800 89507 0 1 0 0 8309 76 17 0 1 0 164028444 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24687/statm: 11890 363 245 79 0 218 0
[pid=24709] ppid=24687 vsize=190228 CPUtime=1096.91
/proc/24709/stat : 24709 (minisat) R 24687 24687 23979 0 -1 4194304 45017 0 0 0 109628 63 0 0 25 0 1 0 164036916 194793472 44999 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/24709/statm: 47557 44999 54 142 0 47413 0
Current children cumulated CPU time (s) 1180.76
Current children cumulated vsize (KiB) 237788

[startup+1243.48 s]
/proc/loadavg: 2.06 2.02 2.00 3/95 24978
/proc/meminfo: memFree=1466696/2055920 swapFree=4192812/4192956
[pid=24687] ppid=24685 vsize=47560 CPUtime=83.85
/proc/24687/stat : 24687 (galac.sh) S 24685 24687 23979 0 -1 4194304 800 89507 0 1 0 0 8309 76 17 0 1 0 164028444 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24687/statm: 11890 363 245 79 0 218 0
[pid=24709] ppid=24687 vsize=192868 CPUtime=1156.92
/proc/24709/stat : 24709 (minisat) R 24687 24687 23979 0 -1 4194304 45672 0 0 0 115629 63 0 0 25 0 1 0 164036916 197496832 45654 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/24709/statm: 48217 45654 54 142 0 48073 0
Current children cumulated CPU time (s) 1240.77
Current children cumulated vsize (KiB) 240428

[startup+1303.57 s]
/proc/loadavg: 2.02 2.01 2.00 3/95 24978
/proc/meminfo: memFree=1463624/2055920 swapFree=4192812/4192956
[pid=24687] ppid=24685 vsize=47560 CPUtime=83.85
/proc/24687/stat : 24687 (galac.sh) S 24685 24687 23979 0 -1 4194304 800 89507 0 1 0 0 8309 76 17 0 1 0 164028444 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24687/statm: 11890 363 245 79 0 218 0
[pid=24709] ppid=24687 vsize=195772 CPUtime=1216.92
/proc/24709/stat : 24709 (minisat) R 24687 24687 23979 0 -1 4194304 46417 0 0 0 121628 64 0 0 25 0 1 0 164036916 200470528 46399 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529268 0 0 4096 3 0 0 0 17 0 0 0
/proc/24709/statm: 48943 46399 54 142 0 48799 0
Current children cumulated CPU time (s) 1300.77
Current children cumulated vsize (KiB) 243332

[startup+1363.6 s]
/proc/loadavg: 2.01 2.00 2.00 3/95 24978
/proc/meminfo: memFree=1460040/2055920 swapFree=4192812/4192956
[pid=24687] ppid=24685 vsize=47560 CPUtime=83.85
/proc/24687/stat : 24687 (galac.sh) S 24685 24687 23979 0 -1 4194304 800 89507 0 1 0 0 8309 76 17 0 1 0 164028444 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24687/statm: 11890 363 245 79 0 218 0
[pid=24709] ppid=24687 vsize=199348 CPUtime=1276.9
/proc/24709/stat : 24709 (minisat) R 24687 24687 23979 0 -1 4194304 47298 0 0 0 127625 65 0 0 25 0 1 0 164036916 204132352 47280 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529268 0 0 4096 3 0 0 0 17 0 0 0
/proc/24709/statm: 49837 47280 54 142 0 49693 0
Current children cumulated CPU time (s) 1360.75
Current children cumulated vsize (KiB) 246908

[startup+1423.64 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 24978
/proc/meminfo: memFree=1458504/2055920 swapFree=4192812/4192956
[pid=24687] ppid=24685 vsize=47560 CPUtime=83.85
/proc/24687/stat : 24687 (galac.sh) S 24685 24687 23979 0 -1 4194304 800 89507 0 1 0 0 8309 76 17 0 1 0 164028444 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24687/statm: 11890 363 245 79 0 218 0
[pid=24709] ppid=24687 vsize=200956 CPUtime=1336.88
/proc/24709/stat : 24709 (minisat) R 24687 24687 23979 0 -1 4194304 47656 0 0 0 133622 66 0 0 25 0 1 0 164036916 205778944 47638 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 0 0 0
/proc/24709/statm: 50239 47638 54 142 0 50095 0
Current children cumulated CPU time (s) 1420.73
Current children cumulated vsize (KiB) 248516

[startup+1483.73 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 24978
/proc/meminfo: memFree=1456200/2055920 swapFree=4192812/4192956
[pid=24687] ppid=24685 vsize=47560 CPUtime=83.85
/proc/24687/stat : 24687 (galac.sh) S 24685 24687 23979 0 -1 4194304 800 89507 0 1 0 0 8309 76 17 0 1 0 164028444 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24687/statm: 11890 363 245 79 0 218 0
[pid=24709] ppid=24687 vsize=203332 CPUtime=1396.9
/proc/24709/stat : 24709 (minisat) R 24687 24687 23979 0 -1 4194304 48240 0 0 0 139623 67 0 0 25 0 1 0 164036916 208211968 48222 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/24709/statm: 50833 48222 54 142 0 50689 0
Current children cumulated CPU time (s) 1480.75
Current children cumulated vsize (KiB) 250892

[startup+1543.83 s]
/proc/loadavg: 2.05 2.01 2.00 3/95 24980
/proc/meminfo: memFree=1454024/2055920 swapFree=4192812/4192956
[pid=24687] ppid=24685 vsize=47560 CPUtime=83.85
/proc/24687/stat : 24687 (galac.sh) S 24685 24687 23979 0 -1 4194304 800 89507 0 1 0 0 8309 76 17 0 1 0 164028444 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24687/statm: 11890 363 245 79 0 218 0
[pid=24709] ppid=24687 vsize=205320 CPUtime=1456.92
/proc/24709/stat : 24709 (minisat) R 24687 24687 23979 0 -1 4194304 48745 0 0 0 145625 67 0 0 25 0 1 0 164036916 210247680 48727 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 0 0 0
/proc/24709/statm: 51330 48727 54 142 0 51186 0
Current children cumulated CPU time (s) 1540.77
Current children cumulated vsize (KiB) 252880

[startup+1603.89 s]
/proc/loadavg: 2.07 2.02 2.00 3/95 24980
/proc/meminfo: memFree=1452040/2055920 swapFree=4192812/4192956
[pid=24687] ppid=24685 vsize=47560 CPUtime=83.85
/proc/24687/stat : 24687 (galac.sh) S 24685 24687 23979 0 -1 4194304 800 89507 0 1 0 0 8309 76 17 0 1 0 164028444 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24687/statm: 11890 363 245 79 0 218 0
[pid=24709] ppid=24687 vsize=207304 CPUtime=1516.94
/proc/24709/stat : 24709 (minisat) R 24687 24687 23979 0 -1 4194304 49241 0 0 0 151626 68 0 0 25 0 1 0 164036916 212279296 49223 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529430 0 0 4096 3 0 0 0 17 0 0 0
/proc/24709/statm: 51826 49223 54 142 0 51682 0
Current children cumulated CPU time (s) 1600.79
Current children cumulated vsize (KiB) 254864

[startup+1663.95 s]
/proc/loadavg: 2.02 2.02 2.00 3/95 24980
/proc/meminfo: memFree=1448904/2055920 swapFree=4192812/4192956
[pid=24687] ppid=24685 vsize=47560 CPUtime=83.85
/proc/24687/stat : 24687 (galac.sh) S 24685 24687 23979 0 -1 4194304 800 89507 0 1 0 0 8309 76 17 0 1 0 164028444 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24687/statm: 11890 363 245 79 0 218 0
[pid=24709] ppid=24687 vsize=210472 CPUtime=1576.93
/proc/24709/stat : 24709 (minisat) R 24687 24687 23979 0 -1 4194304 50021 0 0 0 157624 69 0 0 25 0 1 0 164036916 215523328 50003 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529361 0 0 4096 3 0 0 0 17 0 0 0
/proc/24709/statm: 52618 50003 54 142 0 52474 0
Current children cumulated CPU time (s) 1660.78
Current children cumulated vsize (KiB) 258032

[startup+1724.02 s]
/proc/loadavg: 2.06 2.03 2.00 3/95 24980
/proc/meminfo: memFree=1446344/2055920 swapFree=4192812/4192956
[pid=24687] ppid=24685 vsize=47560 CPUtime=83.85
/proc/24687/stat : 24687 (galac.sh) S 24685 24687 23979 0 -1 4194304 800 89507 0 1 0 0 8309 76 17 0 1 0 164028444 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24687/statm: 11890 363 245 79 0 218 0
[pid=24709] ppid=24687 vsize=212852 CPUtime=1636.92
/proc/24709/stat : 24709 (minisat) R 24687 24687 23979 0 -1 4194304 50635 0 0 0 163623 69 0 0 25 0 1 0 164036916 217960448 50617 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/24709/statm: 53213 50617 54 142 0 53069 0
Current children cumulated CPU time (s) 1720.77
Current children cumulated vsize (KiB) 260412

[startup+1784.08 s]
/proc/loadavg: 2.02 2.02 2.00 3/95 24980
/proc/meminfo: memFree=1444936/2055920 swapFree=4192812/4192956
[pid=24687] ppid=24685 vsize=47560 CPUtime=83.85
/proc/24687/stat : 24687 (galac.sh) S 24685 24687 23979 0 -1 4194304 800 89507 0 1 0 0 8309 76 17 0 1 0 164028444 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24687/statm: 11890 363 245 79 0 218 0
[pid=24709] ppid=24687 vsize=214304 CPUtime=1696.93
/proc/24709/stat : 24709 (minisat) R 24687 24687 23979 0 -1 4194304 50992 0 0 0 169623 70 0 0 25 0 1 0 164036916 219447296 50974 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529357 0 0 4096 3 0 0 0 17 0 0 0
/proc/24709/statm: 53576 50974 54 142 0 53432 0
Current children cumulated CPU time (s) 1780.78
Current children cumulated vsize (KiB) 261864



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1803.42 s]
/proc/loadavg: 2.01 2.02 2.00 3/95 24980
/proc/meminfo: memFree=1444232/2055920 swapFree=4192812/4192956
[pid=24687] ppid=24685 vsize=47560 CPUtime=83.85
/proc/24687/stat : 24687 (galac.sh) S 24685 24687 23979 0 -1 4194304 800 89507 0 1 0 0 8309 76 17 0 1 0 164028444 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24687/statm: 11890 363 245 79 0 218 0
[pid=24709] ppid=24687 vsize=214832 CPUtime=1716.24
/proc/24709/stat : 24709 (minisat) R 24687 24687 23979 0 -1 4194304 51149 0 0 0 171553 71 0 0 25 0 1 0 164036916 219987968 51131 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 0 0 0
/proc/24709/statm: 53708 51131 54 142 0 53564 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 262392

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 24687 and gives childrusage.ru_utime.tv_sec=83 childrusage.ru_utime.tv_usec=97367 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=772882
CPU time returned by wait4() is 83.8702
while last known CPU time is 1800.09

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

Real time (s): 1803.43
CPU time (s): 1800.09
CPU user time (s): 1798.62
CPU system time (s): 1.47
CPU usage (%): 99.8148
Max. virtual memory (cumulated for all children) (KiB): 908624

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 83.0974
system time used= 0.772882
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 90307
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= 3596
involuntary context switches= 5268

runsolver used 2.00069 s user time and 5.99709 s system time

The end

Launcher Data (download as text)

Begin job on node3 on Sun Jan  7 07:52:08 UTC 2007


IDJOB= 203109
IDBENCH= 3912
FILE ID= node3/203109-1168156328

PBS_JOBID= 3478254

Free space on /tmp= 66543 MiB

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

META MD5SUM SOLVER= d8bf20eb49fe33822f00bab08f33d7fc
MD5SUM BENCH=  41df94ad0deaee9a5c81a09c6c3846eb

RANDOM SEED= 688698145

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.279
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.279
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:       1694760 kB
Buffers:         25096 kB
Cached:         159728 kB
SwapCached:          0 kB
Active:         200788 kB
Inactive:        99364 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1694760 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            8776 kB
Writeback:           0 kB
Mapped:         135396 kB
Slab:            45992 kB
Committed_AS:  4231236 kB
PageTables:       2172 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= 66507 MiB



End job on node3 on Sun Jan  7 08:22:12 UTC 2007