Trace number 247494

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.02 1802.04

General information on the benchmark

Namerandom/rand-8-20-5/
rand-8-20-5-18-800-11_ext.xml
MD5SUM45d8a09f61b353ccfcec45ac81b8b919
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 benchmark12.968
SatisfiableYES
(Un)Satisfiability was proved
Number of variables20
Number of constraints18
Maximum constraint arity8
Maximum domain size5
Number of constraints which are defined in extension18
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 ---
16.75	c start processing
16.76	c start relation processing
38.00	c start cnf exporting
138.42	c parsing time : 16.591
138.43	c preprocessing time : 138.265
138.43	
138.43	c Nary constraints - conflicts : 0 supports : 18
138.43	c Binary constraints - conflicts : 0 supports :0
138.43	c max arity constraint : 8
138.43	c Max Tuples generated 0
138.43	c relations : 18
138.43	c relations BDD: 18
138.43	c vars : 722911 - clauses :  2821103
138.43	
138.56	 
138.56	c --- Minisat Stats ---
138.56	 

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/node2/watcher-247494-1168392945 -o ROOT/results/node2/solver-247494-1168392945 -C 1800 -M 900 /tmp/evaluation/247494-1168392945/galac.sh /tmp/evaluation/247494-1168392945/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.03 1.57 1.47 5/93 21943
/proc/meminfo: memFree=1456288/2055920 swapFree=4180528/4192956
[pid=21942] ppid=21940 vsize=8564 CPUtime=0
/proc/21942/stat : 21942 (galac.sh) R 21940 21942 21567 0 -1 4194304 317 0 0 0 0 0 0 0 20 0 1 0 187690191 8769536 261 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 206381481938 0 2 4096 8192 0 0 0 17 1 0 0
/proc/21942/statm: 2141 261 201 79 0 134 0

[startup+0.105858 s]
/proc/loadavg: 2.03 1.57 1.47 5/93 21943
/proc/meminfo: memFree=1456288/2055920 swapFree=4180528/4192956
[pid=21942] ppid=21940 vsize=47556 CPUtime=0.01
/proc/21942/stat : 21942 (galac.sh) S 21940 21942 21567 0 -1 4194304 762 1704 0 0 0 0 0 1 18 0 1 0 187690191 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 206380919642 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21942/statm: 11889 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+0.513933 s]
/proc/loadavg: 2.03 1.57 1.47 5/93 21943
/proc/meminfo: memFree=1456288/2055920 swapFree=4180528/4192956
[pid=21942] ppid=21940 vsize=47556 CPUtime=0.01
/proc/21942/stat : 21942 (galac.sh) S 21940 21942 21567 0 -1 4194304 762 1704 0 0 0 0 0 1 18 0 1 0 187690191 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 206380919642 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21942/statm: 11889 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+1.33709 s]
/proc/loadavg: 2.03 1.57 1.47 3/101 21963
/proc/meminfo: memFree=1367328/2055920 swapFree=4180528/4192956
[pid=21942] ppid=21940 vsize=47556 CPUtime=0.01
/proc/21942/stat : 21942 (galac.sh) S 21940 21942 21567 0 -1 4194304 762 1704 0 0 0 0 0 1 18 0 1 0 187690191 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 206380919642 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21942/statm: 11889 363 245 79 0 218 0
[pid=21956] ppid=21942 vsize=861064 CPUtime=1.27
/proc/21956/stat : 21956 (java) R 21942 21942 21567 0 -1 0 24957 0 1 0 116 11 0 0 23 0 8 0 187690194 881729536 24710 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21956/statm: 215266 24710 1965 14 0 201471 0
[pid=21956/tid=21957] ppid=21942 vsize=861064 CPUtime=0.09
/proc/21956/task/21957/stat : 21957 (java) R 21942 21942 21567 0 -1 64 9207 0 0 0 6 3 0 0 16 0 8 0 187690198 881729536 24710 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4153968444 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21956/tid=21958] ppid=21942 vsize=861064 CPUtime=0
/proc/21956/task/21958/stat : 21958 (java) S 21942 21942 21567 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 187690199 881729536 24710 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21956/tid=21959] ppid=21942 vsize=861064 CPUtime=0
/proc/21956/task/21959/stat : 21959 (java) S 21942 21942 21567 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 187690199 881729536 24710 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21956/tid=21960] ppid=21942 vsize=861064 CPUtime=0
/proc/21956/task/21960/stat : 21960 (java) S 21942 21942 21567 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 187690202 881729536 24710 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21956/tid=21961] ppid=21942 vsize=861064 CPUtime=0.12
/proc/21956/task/21961/stat : 21961 (java) S 21942 21942 21567 0 -1 64 891 0 0 0 12 0 0 0 16 0 8 0 187690202 881729536 24710 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21956/tid=21962] ppid=21942 vsize=861064 CPUtime=0
/proc/21956/task/21962/stat : 21962 (java) S 21942 21942 21567 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 187690202 881729536 24710 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21956/tid=21963] ppid=21942 vsize=861064 CPUtime=0
/proc/21956/task/21963/stat : 21963 (java) S 21942 21942 21567 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 187690202 881729536 24710 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) 908620

[startup+2.99039 s]
/proc/loadavg: 2.03 1.57 1.47 3/101 21963
/proc/meminfo: memFree=1342624/2055920 swapFree=4180528/4192956
[pid=21942] ppid=21940 vsize=47556 CPUtime=0.01
/proc/21942/stat : 21942 (galac.sh) S 21940 21942 21567 0 -1 4194304 762 1704 0 0 0 0 0 1 18 0 1 0 187690191 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 206380919642 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21942/statm: 11889 363 245 79 0 218 0
[pid=21956] ppid=21942 vsize=861064 CPUtime=2.92
/proc/21956/stat : 21956 (java) R 21942 21942 21567 0 -1 0 31347 0 1 0 278 14 0 0 25 0 8 0 187690194 881729536 31096 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21956/statm: 215266 31096 1965 14 0 201471 0
[pid=21956/tid=21957] ppid=21942 vsize=861064 CPUtime=0.19
/proc/21956/task/21957/stat : 21957 (java) R 21942 21942 21567 0 -1 64 15582 0 0 0 14 5 0 0 16 0 8 0 187690198 881729536 31096 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4153822964 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21956/tid=21958] ppid=21942 vsize=861064 CPUtime=0
/proc/21956/task/21958/stat : 21958 (java) S 21942 21942 21567 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 187690199 881729536 31096 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21956/tid=21959] ppid=21942 vsize=861064 CPUtime=0
/proc/21956/task/21959/stat : 21959 (java) S 21942 21942 21567 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 187690199 881729536 31096 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21956/tid=21960] ppid=21942 vsize=861064 CPUtime=0
/proc/21956/task/21960/stat : 21960 (java) S 21942 21942 21567 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 187690202 881729536 31096 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21956/tid=21961] ppid=21942 vsize=861064 CPUtime=0.14
/proc/21956/task/21961/stat : 21961 (java) S 21942 21942 21567 0 -1 64 902 0 0 0 14 0 0 0 16 0 8 0 187690202 881729536 31096 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21956/tid=21962] ppid=21942 vsize=861064 CPUtime=0
/proc/21956/task/21962/stat : 21962 (java) S 21942 21942 21567 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 187690202 881729536 31096 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21956/tid=21963] ppid=21942 vsize=861064 CPUtime=0
/proc/21956/task/21963/stat : 21963 (java) S 21942 21942 21567 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 187690202 881729536 31096 18446744073709551615 134512640 134570532 4294956096 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) 908620

[startup+6.28098 s]
/proc/loadavg: 2.03 1.57 1.47 3/101 21963
/proc/meminfo: memFree=1284064/2055920 swapFree=4180528/4192956
[pid=21942] ppid=21940 vsize=47556 CPUtime=0.01
/proc/21942/stat : 21942 (galac.sh) S 21940 21942 21567 0 -1 4194304 762 1704 0 0 0 0 0 1 18 0 1 0 187690191 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 206380919642 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21942/statm: 11889 363 245 79 0 218 0
[pid=21956] ppid=21942 vsize=861064 CPUtime=6.17
/proc/21956/stat : 21956 (java) R 21942 21942 21567 0 -1 0 49626 0 1 0 595 22 0 0 25 0 8 0 187690194 881729536 49367 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073786735 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21956/statm: 215266 49367 1965 14 0 201471 0
[pid=21956/tid=21957] ppid=21942 vsize=861064 CPUtime=0.49
/proc/21956/task/21957/stat : 21957 (java) S 21942 21942 21567 0 -1 64 33853 0 0 0 36 13 0 0 16 0 8 0 187690198 881729536 49367 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21956/tid=21958] ppid=21942 vsize=861064 CPUtime=0
/proc/21956/task/21958/stat : 21958 (java) S 21942 21942 21567 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 187690199 881729536 49367 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21956/tid=21959] ppid=21942 vsize=861064 CPUtime=0
/proc/21956/task/21959/stat : 21959 (java) S 21942 21942 21567 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 187690199 881729536 49367 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21956/tid=21960] ppid=21942 vsize=861064 CPUtime=0
/proc/21956/task/21960/stat : 21960 (java) S 21942 21942 21567 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 187690202 881729536 49367 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21956/tid=21961] ppid=21942 vsize=861064 CPUtime=0.14
/proc/21956/task/21961/stat : 21961 (java) S 21942 21942 21567 0 -1 64 902 0 0 0 14 0 0 0 17 0 8 0 187690202 881729536 49367 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21956/tid=21962] ppid=21942 vsize=861064 CPUtime=0
/proc/21956/task/21962/stat : 21962 (java) S 21942 21942 21567 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 187690202 881729536 49367 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21956/tid=21963] ppid=21942 vsize=861064 CPUtime=0
/proc/21956/task/21963/stat : 21963 (java) S 21942 21942 21567 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 187690202 881729536 49367 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) 908620

[startup+12.7772 s]
/proc/loadavg: 2.02 1.58 1.47 3/91 21971
/proc/meminfo: memFree=1376360/2055920 swapFree=4180528/4192956
[pid=21942] ppid=21940 vsize=47556 CPUtime=0.01
/proc/21942/stat : 21942 (galac.sh) S 21940 21942 21567 0 -1 4194304 762 1704 0 0 0 0 0 1 18 0 1 0 187690191 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 206380919642 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21942/statm: 11889 363 245 79 0 218 0
[pid=21956] ppid=21942 vsize=861064 CPUtime=12.62
/proc/21956/stat : 21956 (java) R 21942 21942 21567 0 -1 0 83121 0 1 0 1222 40 0 0 19 0 8 0 187690194 881729536 82845 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073656687 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21956/statm: 215266 82845 1965 14 0 201471 0
[pid=21956/tid=21957] ppid=21942 vsize=861064 CPUtime=1.08
/proc/21956/task/21957/stat : 21957 (java) S 21942 21942 21567 0 -1 64 67328 0 0 0 78 30 0 0 16 0 8 0 187690198 881729536 82845 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21956/tid=21958] ppid=21942 vsize=861064 CPUtime=0
/proc/21956/task/21958/stat : 21958 (java) S 21942 21942 21567 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 187690199 881729536 82845 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21956/tid=21959] ppid=21942 vsize=861064 CPUtime=0
/proc/21956/task/21959/stat : 21959 (java) S 21942 21942 21567 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 187690199 881729536 82845 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21956/tid=21960] ppid=21942 vsize=861064 CPUtime=0
/proc/21956/task/21960/stat : 21960 (java) S 21942 21942 21567 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 187690202 881729536 82845 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21956/tid=21961] ppid=21942 vsize=861064 CPUtime=0.15
/proc/21956/task/21961/stat : 21961 (java) S 21942 21942 21567 0 -1 64 905 0 0 0 15 0 0 0 16 0 8 0 187690202 881729536 82845 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21956/tid=21962] ppid=21942 vsize=861064 CPUtime=0
/proc/21956/task/21962/stat : 21962 (java) S 21942 21942 21567 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 187690202 881729536 82845 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21956/tid=21963] ppid=21942 vsize=861064 CPUtime=0
/proc/21956/task/21963/stat : 21963 (java) S 21942 21942 21567 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 187690202 881729536 82845 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) 908620

[startup+25.6465 s]
/proc/loadavg: 2.02 1.60 1.48 3/91 21971
/proc/meminfo: memFree=1117488/2055920 swapFree=4180528/4192956
[pid=21942] ppid=21940 vsize=47556 CPUtime=0.01
/proc/21942/stat : 21942 (galac.sh) S 21940 21942 21567 0 -1 4194304 762 1704 0 0 0 0 0 1 18 0 1 0 187690191 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 206380919642 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21942/statm: 11889 363 245 79 0 218 0
[pid=21956] ppid=21942 vsize=861064 CPUtime=25.45
/proc/21956/stat : 21956 (java) R 21942 21942 21567 0 -1 0 127907 0 1 0 2485 60 0 0 25 0 8 0 187690194 881729536 127615 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073871055 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21956/statm: 215266 127615 1976 14 0 201471 0
[pid=21956/tid=21957] ppid=21942 vsize=861064 CPUtime=2.41
/proc/21956/task/21957/stat : 21957 (java) S 21942 21942 21567 0 -1 64 112051 0 0 0 193 48 0 0 16 0 8 0 187690198 881729536 127615 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21956/tid=21958] ppid=21942 vsize=861064 CPUtime=0
/proc/21956/task/21958/stat : 21958 (java) S 21942 21942 21567 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 187690199 881729536 127615 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21956/tid=21959] ppid=21942 vsize=861064 CPUtime=0
/proc/21956/task/21959/stat : 21959 (java) S 21942 21942 21567 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 187690199 881729536 127615 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21956/tid=21960] ppid=21942 vsize=861064 CPUtime=0
/proc/21956/task/21960/stat : 21960 (java) S 21942 21942 21567 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 187690202 881729536 127615 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21956/tid=21961] ppid=21942 vsize=861064 CPUtime=0.19
/proc/21956/task/21961/stat : 21961 (java) S 21942 21942 21567 0 -1 64 928 0 0 0 19 0 0 0 15 0 8 0 187690202 881729536 127615 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21956/tid=21962] ppid=21942 vsize=861064 CPUtime=0
/proc/21956/task/21962/stat : 21962 (java) S 21942 21942 21567 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 187690202 881729536 127615 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21956/tid=21963] ppid=21942 vsize=861064 CPUtime=0
/proc/21956/task/21963/stat : 21963 (java) S 21942 21942 21567 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 187690202 881729536 127615 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 908620

[startup+51.2533 s]
/proc/loadavg: 2.09 1.65 1.50 3/102 22017
/proc/meminfo: memFree=527440/2055920 swapFree=4180528/4192956
[pid=21942] ppid=21940 vsize=47556 CPUtime=0.01
/proc/21942/stat : 21942 (galac.sh) S 21940 21942 21567 0 -1 4194304 762 1704 0 0 0 0 0 1 18 0 1 0 187690191 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 206380919642 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21942/statm: 11889 363 245 79 0 218 0
[pid=21956] ppid=21942 vsize=861064 CPUtime=51
/proc/21956/stat : 21956 (java) R 21942 21942 21567 0 -1 0 176615 0 1 0 5012 88 0 0 25 0 8 0 187690194 881729536 176146 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4155213309 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21956/statm: 215266 176146 1998 14 0 201471 0
[pid=21956/tid=21957] ppid=21942 vsize=861064 CPUtime=7.97
/proc/21956/task/21957/stat : 21957 (java) S 21942 21942 21567 0 -1 64 160660 0 0 0 728 69 0 0 16 0 8 0 187690198 881729536 176146 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21956/tid=21958] ppid=21942 vsize=861064 CPUtime=0
/proc/21956/task/21958/stat : 21958 (java) S 21942 21942 21567 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 187690199 881729536 176146 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21956/tid=21959] ppid=21942 vsize=861064 CPUtime=0
/proc/21956/task/21959/stat : 21959 (java) S 21942 21942 21567 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 187690199 881729536 176146 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21956/tid=21960] ppid=21942 vsize=861064 CPUtime=0
/proc/21956/task/21960/stat : 21960 (java) S 21942 21942 21567 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 187690202 881729536 176146 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21956/tid=21961] ppid=21942 vsize=861064 CPUtime=0.25
/proc/21956/task/21961/stat : 21961 (java) S 21942 21942 21567 0 -1 64 964 0 0 0 24 1 0 0 16 0 8 0 187690202 881729536 176146 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21956/tid=21962] ppid=21942 vsize=861064 CPUtime=0
/proc/21956/task/21962/stat : 21962 (java) S 21942 21942 21567 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 187690202 881729536 176146 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21956/tid=21963] ppid=21942 vsize=861064 CPUtime=0
/proc/21956/task/21963/stat : 21963 (java) S 21942 21942 21567 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 187690202 881729536 176146 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 51.01
Current children cumulated vsize (KiB) 908620

[startup+102.534 s]
/proc/loadavg: 2.29 1.76 1.55 3/102 22025
/proc/meminfo: memFree=208400/2055920 swapFree=4180528/4192956
[pid=21942] ppid=21940 vsize=47556 CPUtime=0.01
/proc/21942/stat : 21942 (galac.sh) S 21940 21942 21567 0 -1 4194304 762 1704 0 0 0 0 0 1 18 0 1 0 187690191 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 206380919642 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21942/statm: 11889 363 245 79 0 218 0
[pid=21956] ppid=21942 vsize=861064 CPUtime=101.72
/proc/21956/stat : 21956 (java) R 21942 21942 21567 0 -1 0 176709 0 1 0 10059 113 0 0 25 0 8 0 187690194 881729536 176147 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073948067 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21956/statm: 215266 176147 1998 14 0 201471 0
[pid=21956/tid=21957] ppid=21942 vsize=861064 CPUtime=8.24

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

/proc/loadavg: 1.08 1.12 1.30 2/79 22093
/proc/meminfo: memFree=1501344/2055920 swapFree=4180528/4192956
[pid=21942] ppid=21940 vsize=47556 CPUtime=137.34
/proc/21942/stat : 21942 (galac.sh) S 21940 21942 21567 0 -1 4194304 800 178485 0 1 0 0 13596 138 17 0 1 0 187690191 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 206380919642 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/21942/statm: 11889 363 245 79 0 218 0
[pid=22026] ppid=21942 vsize=179932 CPUtime=984.6
/proc/22026/stat : 22026 (minisat) R 21942 21942 21567 0 -1 4194304 40937 0 0 0 98421 39 0 0 25 0 1 0 187704048 184250368 40919 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 1 0 0
/proc/22026/statm: 44983 40919 54 142 0 44839 0
Current children cumulated CPU time (s) 1121.94
Current children cumulated vsize (KiB) 227488

[startup+1183.69 s]
/proc/loadavg: 1.02 1.09 1.27 2/79 22093
/proc/meminfo: memFree=1501152/2055920 swapFree=4180528/4192956
[pid=21942] ppid=21940 vsize=47556 CPUtime=137.34
/proc/21942/stat : 21942 (galac.sh) S 21940 21942 21567 0 -1 4194304 800 178485 0 1 0 0 13596 138 17 0 1 0 187690191 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 206380919642 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/21942/statm: 11889 363 245 79 0 218 0
[pid=22026] ppid=21942 vsize=180072 CPUtime=1044.65
/proc/22026/stat : 22026 (minisat) R 21942 21942 21567 0 -1 4194304 40961 0 0 0 104425 40 0 0 25 0 1 0 187704048 184393728 40943 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529767 0 0 4096 3 0 0 0 17 1 0 0
/proc/22026/statm: 45018 40943 54 142 0 44874 0
Current children cumulated CPU time (s) 1181.99
Current children cumulated vsize (KiB) 227628

[startup+1243.75 s]
/proc/loadavg: 1.01 1.07 1.26 2/79 22093
/proc/meminfo: memFree=1500896/2055920 swapFree=4180528/4192956
[pid=21942] ppid=21940 vsize=47556 CPUtime=137.34
/proc/21942/stat : 21942 (galac.sh) S 21940 21942 21567 0 -1 4194304 800 178485 0 1 0 0 13596 138 17 0 1 0 187690191 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 206380919642 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/21942/statm: 11889 363 245 79 0 218 0
[pid=22026] ppid=21942 vsize=180368 CPUtime=1104.69
/proc/22026/stat : 22026 (minisat) R 21942 21942 21567 0 -1 4194304 41019 0 0 0 110429 40 0 0 25 0 1 0 187704048 184696832 41001 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/22026/statm: 45092 41001 54 142 0 44948 0
Current children cumulated CPU time (s) 1242.03
Current children cumulated vsize (KiB) 227924

[startup+1303.81 s]
/proc/loadavg: 1.06 1.07 1.24 3/79 22093
/proc/meminfo: memFree=1500704/2055920 swapFree=4180528/4192956
[pid=21942] ppid=21940 vsize=47556 CPUtime=137.34
/proc/21942/stat : 21942 (galac.sh) S 21940 21942 21567 0 -1 4194304 800 178485 0 1 0 0 13596 138 17 0 1 0 187690191 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 206380919642 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/21942/statm: 11889 363 245 79 0 218 0
[pid=22026] ppid=21942 vsize=180512 CPUtime=1164.74
/proc/22026/stat : 22026 (minisat) R 21942 21942 21567 0 -1 4194304 41045 0 0 0 116433 41 0 0 25 0 1 0 187704048 184844288 41027 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/22026/statm: 45128 41027 54 142 0 44984 0
Current children cumulated CPU time (s) 1302.08
Current children cumulated vsize (KiB) 228068

[startup+1363.88 s]
/proc/loadavg: 1.02 1.06 1.23 2/79 22093
/proc/meminfo: memFree=1500448/2055920 swapFree=4180528/4192956
[pid=21942] ppid=21940 vsize=47556 CPUtime=137.34
/proc/21942/stat : 21942 (galac.sh) S 21940 21942 21567 0 -1 4194304 800 178485 0 1 0 0 13596 138 17 0 1 0 187690191 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 206380919642 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/21942/statm: 11889 363 245 79 0 218 0
[pid=22026] ppid=21942 vsize=180644 CPUtime=1224.79
/proc/22026/stat : 22026 (minisat) R 21942 21942 21567 0 -1 4194304 41073 0 0 0 122437 42 0 0 25 0 1 0 187704048 184979456 41055 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134520025 0 0 4096 3 0 0 0 17 1 0 0
/proc/22026/statm: 45161 41055 54 142 0 45017 0
Current children cumulated CPU time (s) 1362.13
Current children cumulated vsize (KiB) 228200

[startup+1423.96 s]
/proc/loadavg: 1.08 1.06 1.21 2/79 22093
/proc/meminfo: memFree=1500256/2055920 swapFree=4180528/4192956
[pid=21942] ppid=21940 vsize=47556 CPUtime=137.34
/proc/21942/stat : 21942 (galac.sh) S 21940 21942 21567 0 -1 4194304 800 178485 0 1 0 0 13596 138 17 0 1 0 187690191 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 206380919642 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/21942/statm: 11889 363 245 79 0 218 0
[pid=22026] ppid=21942 vsize=180644 CPUtime=1284.83
/proc/22026/stat : 22026 (minisat) R 21942 21942 21567 0 -1 4194304 41098 0 0 0 128441 42 0 0 25 0 1 0 187704048 184979456 41080 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529257 0 0 4096 3 0 0 0 17 1 0 0
/proc/22026/statm: 45161 41080 54 142 0 45017 0
Current children cumulated CPU time (s) 1422.17
Current children cumulated vsize (KiB) 228200

[startup+1484.03 s]
/proc/loadavg: 1.03 1.05 1.20 2/79 22093
/proc/meminfo: memFree=1500128/2055920 swapFree=4180528/4192956
[pid=21942] ppid=21940 vsize=47556 CPUtime=137.34
/proc/21942/stat : 21942 (galac.sh) S 21940 21942 21567 0 -1 4194304 800 178485 0 1 0 0 13596 138 17 0 1 0 187690191 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 206380919642 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/21942/statm: 11889 363 245 79 0 218 0
[pid=22026] ppid=21942 vsize=180776 CPUtime=1344.89
/proc/22026/stat : 22026 (minisat) R 21942 21942 21567 0 -1 4194304 41119 0 0 0 134446 43 0 0 25 0 1 0 187704048 185114624 41101 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529361 0 0 4096 3 0 0 0 17 1 0 0
/proc/22026/statm: 45194 41101 54 142 0 45050 0
Current children cumulated CPU time (s) 1482.23
Current children cumulated vsize (KiB) 228332

[startup+1544.1 s]
/proc/loadavg: 1.01 1.04 1.18 2/85 22209
/proc/meminfo: memFree=1497968/2055920 swapFree=4180528/4192956
[pid=21942] ppid=21940 vsize=47556 CPUtime=137.34
/proc/21942/stat : 21942 (galac.sh) S 21940 21942 21567 0 -1 4194304 800 178485 0 1 0 0 13596 138 17 0 1 0 187690191 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 206380919642 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/21942/statm: 11889 363 245 79 0 218 0
[pid=22026] ppid=21942 vsize=180908 CPUtime=1404.88
/proc/22026/stat : 22026 (minisat) R 21942 21942 21567 0 -1 4194304 41152 0 0 0 140445 43 0 0 25 0 1 0 187704048 185249792 41134 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 1 0 0
/proc/22026/statm: 45227 41134 54 142 0 45083 0
Current children cumulated CPU time (s) 1542.22
Current children cumulated vsize (KiB) 228464

[startup+1604.2 s]
/proc/loadavg: 1.04 1.04 1.17 2/85 22269
/proc/meminfo: memFree=1497968/2055920 swapFree=4180528/4192956
[pid=21942] ppid=21940 vsize=47556 CPUtime=137.34
/proc/21942/stat : 21942 (galac.sh) S 21940 21942 21567 0 -1 4194304 800 178485 0 1 0 0 13596 138 17 0 1 0 187690191 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 206380919642 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/21942/statm: 11889 363 245 79 0 218 0
[pid=22026] ppid=21942 vsize=181044 CPUtime=1464.92
/proc/22026/stat : 22026 (minisat) R 21942 21942 21567 0 -1 4194304 41174 0 0 0 146448 44 0 0 25 0 1 0 187704048 185389056 41156 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/22026/statm: 45261 41156 54 142 0 45117 0
Current children cumulated CPU time (s) 1602.26
Current children cumulated vsize (KiB) 228600

[startup+1664.27 s]
/proc/loadavg: 1.01 1.03 1.16 2/79 22291
/proc/meminfo: memFree=1498848/2055920 swapFree=4180528/4192956
[pid=21942] ppid=21940 vsize=47556 CPUtime=137.34
/proc/21942/stat : 21942 (galac.sh) S 21940 21942 21567 0 -1 4194304 800 178485 0 1 0 0 13596 138 17 0 1 0 187690191 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 206380919642 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/21942/statm: 11889 363 245 79 0 218 0
[pid=22026] ppid=21942 vsize=181176 CPUtime=1524.95
/proc/22026/stat : 22026 (minisat) R 21942 21942 21567 0 -1 4194304 41217 0 0 0 152451 44 0 0 25 0 1 0 187704048 185524224 41199 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529268 0 0 4096 3 0 0 0 17 1 0 0
/proc/22026/statm: 45294 41199 54 142 0 45150 0
Current children cumulated CPU time (s) 1662.29
Current children cumulated vsize (KiB) 228732

[startup+1724.34 s]
/proc/loadavg: 1.00 1.02 1.15 2/79 22291
/proc/meminfo: memFree=1498656/2055920 swapFree=4180528/4192956
[pid=21942] ppid=21940 vsize=47556 CPUtime=137.34
/proc/21942/stat : 21942 (galac.sh) S 21940 21942 21567 0 -1 4194304 800 178485 0 1 0 0 13596 138 17 0 1 0 187690191 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 206380919642 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/21942/statm: 11889 363 245 79 0 218 0
[pid=22026] ppid=21942 vsize=181308 CPUtime=1585
/proc/22026/stat : 22026 (minisat) R 21942 21942 21567 0 -1 4194304 41261 0 0 0 158455 45 0 0 25 0 1 0 187704048 185659392 41243 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 1 0 0
/proc/22026/statm: 45327 41243 54 142 0 45183 0
Current children cumulated CPU time (s) 1722.34
Current children cumulated vsize (KiB) 228864

[startup+1784.4 s]
/proc/loadavg: 1.00 1.02 1.14 2/79 22291
/proc/meminfo: memFree=1498400/2055920 swapFree=4180528/4192956
[pid=21942] ppid=21940 vsize=47556 CPUtime=137.34
/proc/21942/stat : 21942 (galac.sh) S 21940 21942 21567 0 -1 4194304 800 178485 0 1 0 0 13596 138 17 0 1 0 187690191 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 206380919642 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/21942/statm: 11889 363 245 79 0 218 0
[pid=22026] ppid=21942 vsize=181440 CPUtime=1645.05
/proc/22026/stat : 22026 (minisat) R 21942 21942 21567 0 -1 4194304 41297 0 0 0 164459 46 0 0 25 0 1 0 187704048 185794560 41279 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529361 0 0 4096 3 0 0 0 17 1 0 0
/proc/22026/statm: 45360 41279 54 142 0 45216 0
Current children cumulated CPU time (s) 1782.39
Current children cumulated vsize (KiB) 228996



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1802.03 s]
/proc/loadavg: 1.00 1.02 1.13 2/79 22291
/proc/meminfo: memFree=1498400/2055920 swapFree=4180528/4192956
[pid=21942] ppid=21940 vsize=47556 CPUtime=137.34
/proc/21942/stat : 21942 (galac.sh) S 21940 21942 21567 0 -1 4194304 800 178485 0 1 0 0 13596 138 17 0 1 0 187690191 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 206380919642 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/21942/statm: 11889 363 245 79 0 218 0
[pid=22026] ppid=21942 vsize=181440 CPUtime=1662.68
/proc/22026/stat : 22026 (minisat) R 21942 21942 21567 0 -1 4194304 41304 0 0 0 166222 46 0 0 25 0 1 0 187704048 185794560 41286 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529722 0 0 4096 3 0 0 0 17 1 0 0
/proc/22026/statm: 45360 41286 54 142 0 45216 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 228996

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 21942 and gives childrusage.ru_utime.tv_sec=135 childrusage.ru_utime.tv_usec=970329 childrusage.ru_stime.tv_sec=1 childrusage.ru_stime.tv_usec=390788
CPU time returned by wait4() is 137.361
while last known CPU time is 1800.02

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

Real time (s): 1802.04
CPU time (s): 1800.02
CPU user time (s): 1798.18
CPU system time (s): 1.84
CPU usage (%): 99.8877
Max. virtual memory (cumulated for all children) (KiB): 909624

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 135.97
system time used= 1.39079
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 179285
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= 5271
involuntary context switches= 6213

runsolver used 1.77973 s user time and 4.95425 s system time

The end

Launcher Data (download as text)

Begin job on node2 on Wed Jan 10 01:35:45 UTC 2007


IDJOB= 247494
IDBENCH= 11137
FILE ID= node2/247494-1168392945

PBS_JOBID= 3522792

Free space on /tmp= 66489 MiB

BENCH NAME= HOME/pub/bench/CPAI06/random/rand-8-20-5/rand-8-20-5-18-800-11_ext.xml
COMMAND LINE= /tmp/evaluation/247494-1168392945/galac.sh /tmp/evaluation/247494-1168392945/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node2/watcher-247494-1168392945 -o ROOT/results/node2/solver-247494-1168392945 -C 1800 -M 900  /tmp/evaluation/247494-1168392945/galac.sh /tmp/evaluation/247494-1168392945/unknown.xml

META MD5SUM SOLVER= d8bf20eb49fe33822f00bab08f33d7fc
MD5SUM BENCH=  45d8a09f61b353ccfcec45ac81b8b919

RANDOM SEED= 266709109

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.259
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:       1456896 kB
Buffers:         22600 kB
Cached:         232200 kB
SwapCached:        472 kB
Active:         455068 kB
Inactive:        90176 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1456896 kB
SwapTotal:     4192956 kB
SwapFree:      4180528 kB
Dirty:           24908 kB
Writeback:           0 kB
Mapped:         311636 kB
Slab:            38000 kB
Committed_AS:  6341296 kB
PageTables:       2912 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= 66456 MiB



End job on node2 on Wed Jan 10 02:05:48 UTC 2007