Trace number 206492

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.05 1805.36

General information on the benchmark

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

Solver Data (download as text)

0.03	c --- Preproc Stats ---
5.51	c start processing
5.51	c start relation processing
19.74	c start cnf exporting
83.06	c parsing time : 5.341
83.06	c preprocessing time : 82.891
83.06	
83.06	c Nary constraints - conflicts : 0 supports : 93
83.06	c Binary constraints - conflicts : 0 supports :0
83.06	c max arity constraint : 3
83.06	c Max Tuples generated 0
83.06	c relations : 93
83.06	c relations BDD: 93
83.06	c vars : 598738 - clauses :  1876062
83.06	
83.16	 
83.16	c --- Minisat Stats ---
83.16	 

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

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

/proc/loadavg: 2.00 2.00 2.00 5/94 6971
/proc/meminfo: memFree=1468104/2055920 swapFree=4192812/4192956
[pid=6970] ppid=6968 vsize=6348 CPUtime=0
/proc/6970/stat : 6970 (galac.sh) R 6968 6970 6900 0 -1 4194304 261 0 0 0 0 0 0 0 21 0 1 0 165789155 6500352 216 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 269757415506 0 0 4096 8192 0 0 0 17 1 0 0
/proc/6970/statm: 1587 216 165 79 0 123 0

[startup+0.10532 s]
/proc/loadavg: 2.00 2.00 2.00 5/94 6971
/proc/meminfo: memFree=1468104/2055920 swapFree=4192812/4192956
[pid=6970] ppid=6968 vsize=47580 CPUtime=0.01
/proc/6970/stat : 6970 (galac.sh) S 6968 6970 6900 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 165789155 48721920 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 269756853082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6970/statm: 11895 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47580

[startup+0.514372 s]
/proc/loadavg: 2.00 2.00 2.00 5/94 6971
/proc/meminfo: memFree=1468104/2055920 swapFree=4192812/4192956
[pid=6970] ppid=6968 vsize=47580 CPUtime=0.01
/proc/6970/stat : 6970 (galac.sh) S 6968 6970 6900 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 165789155 48721920 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 269756853082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6970/statm: 11895 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47580

[startup+1.34348 s]
/proc/loadavg: 2.00 2.00 2.00 3/102 6991
/proc/meminfo: memFree=1390728/2055920 swapFree=4192812/4192956
[pid=6970] ppid=6968 vsize=47580 CPUtime=0.01
/proc/6970/stat : 6970 (galac.sh) S 6968 6970 6900 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 165789155 48721920 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 269756853082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6970/statm: 11895 363 245 79 0 218 0
[pid=6984] ppid=6970 vsize=861064 CPUtime=1.27
/proc/6984/stat : 6984 (java) R 6970 6970 6900 0 -1 0 21242 0 1 0 116 11 0 0 23 0 8 0 165789158 881729536 20994 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6984/statm: 215266 20994 1967 14 0 201471 0
[pid=6984/tid=6985] ppid=6970 vsize=861064 CPUtime=0.06
/proc/6984/task/6985/stat : 6985 (java) R 6970 6970 6900 0 -1 64 5486 0 0 0 4 2 0 0 16 0 8 0 165789162 881729536 20994 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4153823356 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6984/tid=6986] ppid=6970 vsize=861064 CPUtime=0
/proc/6984/task/6986/stat : 6986 (java) S 6970 6970 6900 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 165789163 881729536 20994 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6984/tid=6987] ppid=6970 vsize=861064 CPUtime=0
/proc/6984/task/6987/stat : 6987 (java) S 6970 6970 6900 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 165789163 881729536 20994 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6984/tid=6988] ppid=6970 vsize=861064 CPUtime=0
/proc/6984/task/6988/stat : 6988 (java) S 6970 6970 6900 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 165789166 881729536 20994 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6984/tid=6989] ppid=6970 vsize=861064 CPUtime=0.11
/proc/6984/task/6989/stat : 6989 (java) S 6970 6970 6900 0 -1 64 892 0 0 0 11 0 0 0 16 0 8 0 165789166 881729536 20994 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6984/tid=6990] ppid=6970 vsize=861064 CPUtime=0
/proc/6984/task/6990/stat : 6990 (java) S 6970 6970 6900 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 165789166 881729536 20994 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6984/tid=6991] ppid=6970 vsize=861064 CPUtime=0
/proc/6984/task/6991/stat : 6991 (java) S 6970 6970 6900 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 165789166 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) 908644

[startup+2.9857 s]
/proc/loadavg: 2.00 2.00 2.00 3/102 6991
/proc/meminfo: memFree=1379280/2055920 swapFree=4192812/4192956
[pid=6970] ppid=6968 vsize=47580 CPUtime=0.01
/proc/6970/stat : 6970 (galac.sh) S 6968 6970 6900 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 165789155 48721920 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 269756853082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6970/statm: 11895 363 245 79 0 218 0
[pid=6984] ppid=6970 vsize=861064 CPUtime=2.9
/proc/6984/stat : 6984 (java) R 6970 6970 6900 0 -1 0 25342 0 1 0 277 13 0 0 25 0 8 0 165789158 881729536 25089 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073656712 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6984/statm: 215266 25089 1967 14 0 201471 0
[pid=6984/tid=6985] ppid=6970 vsize=861064 CPUtime=0.2
/proc/6984/task/6985/stat : 6985 (java) S 6970 6970 6900 0 -1 64 9572 0 0 0 16 4 0 0 16 0 8 0 165789162 881729536 25089 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6984/tid=6986] ppid=6970 vsize=861064 CPUtime=0
/proc/6984/task/6986/stat : 6986 (java) S 6970 6970 6900 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 165789163 881729536 25089 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6984/tid=6987] ppid=6970 vsize=861064 CPUtime=0
/proc/6984/task/6987/stat : 6987 (java) S 6970 6970 6900 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 165789163 881729536 25089 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6984/tid=6988] ppid=6970 vsize=861064 CPUtime=0
/proc/6984/task/6988/stat : 6988 (java) S 6970 6970 6900 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 165789166 881729536 25089 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6984/tid=6989] ppid=6970 vsize=861064 CPUtime=0.14
/proc/6984/task/6989/stat : 6989 (java) S 6970 6970 6900 0 -1 64 901 0 0 0 13 1 0 0 16 0 8 0 165789166 881729536 25089 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6984/tid=6990] ppid=6970 vsize=861064 CPUtime=0
/proc/6984/task/6990/stat : 6990 (java) S 6970 6970 6900 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 165789166 881729536 25089 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6984/tid=6991] ppid=6970 vsize=861064 CPUtime=0
/proc/6984/task/6991/stat : 6991 (java) R 6970 6970 6900 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 165789166 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.91
Current children cumulated vsize (KiB) 908644

[startup+6.27514 s]
/proc/loadavg: 2.00 2.00 2.00 4/102 6991
/proc/meminfo: memFree=1350288/2055920 swapFree=4192812/4192956
[pid=6970] ppid=6968 vsize=47580 CPUtime=0.01
/proc/6970/stat : 6970 (galac.sh) S 6968 6970 6900 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 165789155 48721920 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 269756853082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6970/statm: 11895 363 245 79 0 218 0
[pid=6984] ppid=6970 vsize=861064 CPUtime=6.16
/proc/6984/stat : 6984 (java) R 6970 6970 6900 0 -1 0 31395 0 1 0 599 17 0 0 25 0 8 0 165789158 881729536 31133 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073922756 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6984/statm: 215266 31133 1975 14 0 201471 0
[pid=6984/tid=6985] ppid=6970 vsize=861064 CPUtime=0.42
/proc/6984/task/6985/stat : 6985 (java) S 6970 6970 6900 0 -1 64 15552 0 0 0 36 6 0 0 16 0 8 0 165789162 881729536 31133 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6984/tid=6986] ppid=6970 vsize=861064 CPUtime=0
/proc/6984/task/6986/stat : 6986 (java) S 6970 6970 6900 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 165789163 881729536 31133 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6984/tid=6987] ppid=6970 vsize=861064 CPUtime=0
/proc/6984/task/6987/stat : 6987 (java) S 6970 6970 6900 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 165789163 881729536 31133 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6984/tid=6988] ppid=6970 vsize=861064 CPUtime=0
/proc/6984/task/6988/stat : 6988 (java) S 6970 6970 6900 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 165789166 881729536 31133 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6984/tid=6989] ppid=6970 vsize=861064 CPUtime=0.22
/proc/6984/task/6989/stat : 6989 (java) S 6970 6970 6900 0 -1 64 946 0 0 0 21 1 0 0 15 0 8 0 165789166 881729536 31133 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6984/tid=6990] ppid=6970 vsize=861064 CPUtime=0
/proc/6984/task/6990/stat : 6990 (java) S 6970 6970 6900 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 165789166 881729536 31133 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6984/tid=6991] ppid=6970 vsize=861064 CPUtime=0
/proc/6984/task/6991/stat : 6991 (java) S 6970 6970 6900 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 165789166 881729536 31133 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 908644

[startup+12.773 s]
/proc/loadavg: 2.00 2.00 2.00 3/102 6991
/proc/meminfo: memFree=1257240/2055920 swapFree=4192812/4192956
[pid=6970] ppid=6968 vsize=47580 CPUtime=0.01
/proc/6970/stat : 6970 (galac.sh) S 6968 6970 6900 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 165789155 48721920 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 269756853082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6970/statm: 11895 363 245 79 0 218 0
[pid=6984] ppid=6970 vsize=861064 CPUtime=12.59
/proc/6984/stat : 6984 (java) R 6970 6970 6900 0 -1 0 54642 0 1 0 1233 26 0 0 25 0 8 0 165789158 881729536 54376 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073922756 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6984/statm: 215266 54376 1975 14 0 201471 0
[pid=6984/tid=6985] ppid=6970 vsize=861064 CPUtime=1.48
/proc/6984/task/6985/stat : 6985 (java) S 6970 6970 6900 0 -1 64 38795 0 0 0 132 16 0 0 16 0 8 0 165789162 881729536 54376 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6984/tid=6986] ppid=6970 vsize=861064 CPUtime=0
/proc/6984/task/6986/stat : 6986 (java) S 6970 6970 6900 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 165789163 881729536 54376 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6984/tid=6987] ppid=6970 vsize=861064 CPUtime=0
/proc/6984/task/6987/stat : 6987 (java) S 6970 6970 6900 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 165789163 881729536 54376 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6984/tid=6988] ppid=6970 vsize=861064 CPUtime=0
/proc/6984/task/6988/stat : 6988 (java) S 6970 6970 6900 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 165789166 881729536 54376 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6984/tid=6989] ppid=6970 vsize=861064 CPUtime=0.22
/proc/6984/task/6989/stat : 6989 (java) S 6970 6970 6900 0 -1 64 946 0 0 0 21 1 0 0 15 0 8 0 165789166 881729536 54376 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6984/tid=6990] ppid=6970 vsize=861064 CPUtime=0
/proc/6984/task/6990/stat : 6990 (java) S 6970 6970 6900 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 165789166 881729536 54376 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6984/tid=6991] ppid=6970 vsize=861064 CPUtime=0
/proc/6984/task/6991/stat : 6991 (java) S 6970 6970 6900 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 165789166 881729536 54376 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 908644

[startup+25.6567 s]
/proc/loadavg: 2.00 2.00 2.00 3/102 6991
/proc/meminfo: memFree=1122520/2055920 swapFree=4192812/4192956
[pid=6970] ppid=6968 vsize=47580 CPUtime=0.01
/proc/6970/stat : 6970 (galac.sh) S 6968 6970 6900 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 165789155 48721920 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 269756853082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6970/statm: 11895 363 245 79 0 218 0
[pid=6984] ppid=6970 vsize=861064 CPUtime=25.36
/proc/6984/stat : 6984 (java) R 6970 6970 6900 0 -1 0 87700 0 1 0 2494 42 0 0 25 0 8 0 165789158 881729536 87421 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073992746 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6984/statm: 215266 87421 1995 14 0 201471 0
[pid=6984/tid=6985] ppid=6970 vsize=861064 CPUtime=2.94
/proc/6984/task/6985/stat : 6985 (java) S 6970 6970 6900 0 -1 64 71767 0 0 0 265 29 0 0 16 0 8 0 165789162 881729536 87421 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6984/tid=6986] ppid=6970 vsize=861064 CPUtime=0
/proc/6984/task/6986/stat : 6986 (java) S 6970 6970 6900 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 165789163 881729536 87421 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6984/tid=6987] ppid=6970 vsize=861064 CPUtime=0
/proc/6984/task/6987/stat : 6987 (java) S 6970 6970 6900 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 165789163 881729536 87421 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6984/tid=6988] ppid=6970 vsize=861064 CPUtime=0
/proc/6984/task/6988/stat : 6988 (java) S 6970 6970 6900 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 165789166 881729536 87421 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6984/tid=6989] ppid=6970 vsize=861064 CPUtime=0.29
/proc/6984/task/6989/stat : 6989 (java) S 6970 6970 6900 0 -1 64 982 0 0 0 27 2 0 0 15 0 8 0 165789166 881729536 87421 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6984/tid=6990] ppid=6970 vsize=861064 CPUtime=0
/proc/6984/task/6990/stat : 6990 (java) S 6970 6970 6900 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 165789166 881729536 87421 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6984/tid=6991] ppid=6970 vsize=861064 CPUtime=0
/proc/6984/task/6991/stat : 6991 (java) S 6970 6970 6900 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 165789166 881729536 87421 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.37
Current children cumulated vsize (KiB) 908644

[startup+51.3102 s]
/proc/loadavg: 2.00 2.00 2.00 3/102 6991
/proc/meminfo: memFree=1108696/2055920 swapFree=4192812/4192956
[pid=6970] ppid=6968 vsize=47580 CPUtime=0.01
/proc/6970/stat : 6970 (galac.sh) S 6968 6970 6900 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 165789155 48721920 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 269756853082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6970/statm: 11895 363 245 79 0 218 0
[pid=6984] ppid=6970 vsize=861064 CPUtime=50.78
/proc/6984/stat : 6984 (java) R 6970 6970 6900 0 -1 0 87742 0 1 0 5026 52 0 0 25 0 8 0 165789158 881729536 87421 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073659663 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6984/statm: 215266 87421 1995 14 0 201471 0
[pid=6984/tid=6985] ppid=6970 vsize=861064 CPUtime=3.01
/proc/6984/task/6985/stat : 6985 (java) S 6970 6970 6900 0 -1 64 71767 0 0 0 272 29 0 0 16 0 8 0 165789162 881729536 87421 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6984/tid=6986] ppid=6970 vsize=861064 CPUtime=0
/proc/6984/task/6986/stat : 6986 (java) S 6970 6970 6900 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 165789163 881729536 87421 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6984/tid=6987] ppid=6970 vsize=861064 CPUtime=0
/proc/6984/task/6987/stat : 6987 (java) S 6970 6970 6900 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 165789163 881729536 87421 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6984/tid=6988] ppid=6970 vsize=861064 CPUtime=0
/proc/6984/task/6988/stat : 6988 (java) S 6970 6970 6900 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 165789166 881729536 87421 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6984/tid=6989] ppid=6970 vsize=861064 CPUtime=0.29
/proc/6984/task/6989/stat : 6989 (java) S 6970 6970 6900 0 -1 64 982 0 0 0 27 2 0 0 15 0 8 0 165789166 881729536 87421 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6984/tid=6990] ppid=6970 vsize=861064 CPUtime=0
/proc/6984/task/6990/stat : 6990 (java) S 6970 6970 6900 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 165789166 881729536 87421 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6984/tid=6991] ppid=6970 vsize=861064 CPUtime=0
/proc/6984/task/6991/stat : 6991 (java) S 6970 6970 6900 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 165789166 881729536 87421 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) 908644

[startup+102.556 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 6992
/proc/meminfo: memFree=1321296/2055920 swapFree=4192812/4192956
[pid=6970] ppid=6968 vsize=47580 CPUtime=82.29
/proc/6970/stat : 6970 (galac.sh) S 6968 6970 6900 0 -1 4194304 799 89507 0 1 0 0 8157 72 17 0 1 0 165789155 48721920 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 269756853082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6970/statm: 11895 363 245 79 0 218 0
[pid=6992] ppid=6970 vsize=122296 CPUtime=19.2
/proc/6992/stat : 6992 (minisat) R 6970 6970 6900 0 -1 4194304 28176 0 0 0 1905 15 0 0 25 0 1 0 165797471 125231104 28158 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134527299 0 0 4096 3 0 0 0 17 1 0 0
/proc/6992/statm: 30574 28158 54 142 0 30430 0
Current children cumulated CPU time (s) 101.49

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

/proc/loadavg: 2.00 2.01 2.00 3/88 7266
/proc/meminfo: memFree=1107592/2055920 swapFree=4192812/4192956
[pid=6970] ppid=6968 vsize=47580 CPUtime=82.29
/proc/6970/stat : 6970 (galac.sh) S 6968 6970 6900 0 -1 4194304 799 89507 0 1 0 0 8157 72 17 0 1 0 165789155 48721920 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 269756853082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6970/statm: 11895 363 245 79 0 218 0
[pid=6992] ppid=6970 vsize=209780 CPUtime=1036.69
/proc/6992/stat : 6992 (minisat) R 6970 6970 6900 0 -1 4194304 49884 0 0 0 103600 69 0 0 25 0 1 0 165797471 214814720 49866 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 0 0 0
/proc/6992/statm: 52445 49866 54 142 0 52301 0
Current children cumulated CPU time (s) 1118.98
Current children cumulated vsize (KiB) 257360

[startup+1183.54 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 7266
/proc/meminfo: memFree=1092744/2055920 swapFree=4192812/4192956
[pid=6970] ppid=6968 vsize=47580 CPUtime=82.29
/proc/6970/stat : 6970 (galac.sh) S 6968 6970 6900 0 -1 4194304 799 89507 0 1 0 0 8157 72 17 0 1 0 165789155 48721920 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 269756853082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6970/statm: 11895 363 245 79 0 218 0
[pid=6992] ppid=6970 vsize=216196 CPUtime=1096.64
/proc/6992/stat : 6992 (minisat) R 6970 6970 6900 0 -1 4194304 51469 0 0 0 109592 72 0 0 25 0 1 0 165797471 221384704 51451 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/6992/statm: 54049 51451 54 142 0 53905 0
Current children cumulated CPU time (s) 1178.93
Current children cumulated vsize (KiB) 263776

[startup+1243.63 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 7266
/proc/meminfo: memFree=1082952/2055920 swapFree=4192812/4192956
[pid=6970] ppid=6968 vsize=47580 CPUtime=82.29
/proc/6970/stat : 6970 (galac.sh) S 6968 6970 6900 0 -1 4194304 799 89507 0 1 0 0 8157 72 17 0 1 0 165789155 48721920 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 269756853082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6970/statm: 11895 363 245 79 0 218 0
[pid=6992] ppid=6970 vsize=222036 CPUtime=1156.66
/proc/6992/stat : 6992 (minisat) R 6970 6970 6900 0 -1 4194304 52942 0 0 0 115593 73 0 0 25 0 1 0 165797471 227364864 52924 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/6992/statm: 55509 52924 54 142 0 55365 0
Current children cumulated CPU time (s) 1238.95
Current children cumulated vsize (KiB) 269616

[startup+1303.73 s]
/proc/loadavg: 2.07 2.02 2.00 3/88 7266
/proc/meminfo: memFree=1070984/2055920 swapFree=4192812/4192956
[pid=6970] ppid=6968 vsize=47580 CPUtime=82.29
/proc/6970/stat : 6970 (galac.sh) S 6968 6970 6900 0 -1 4194304 799 89507 0 1 0 0 8157 72 17 0 1 0 165789155 48721920 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 269756853082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6970/statm: 11895 363 245 79 0 218 0
[pid=6992] ppid=6970 vsize=229880 CPUtime=1216.68
/proc/6992/stat : 6992 (minisat) R 6970 6970 6900 0 -1 4194304 54925 0 0 0 121592 76 0 0 25 0 1 0 165797471 235397120 54907 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529321 0 0 4096 3 0 0 0 17 0 0 0
/proc/6992/statm: 57470 54907 54 142 0 57326 0
Current children cumulated CPU time (s) 1298.97
Current children cumulated vsize (KiB) 277460

[startup+1363.82 s]
/proc/loadavg: 2.02 2.01 2.00 3/88 7266
/proc/meminfo: memFree=1061256/2055920 swapFree=4192812/4192956
[pid=6970] ppid=6968 vsize=47580 CPUtime=82.29
/proc/6970/stat : 6970 (galac.sh) S 6968 6970 6900 0 -1 4194304 799 89507 0 1 0 0 8157 72 17 0 1 0 165789155 48721920 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 269756853082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6970/statm: 11895 363 245 79 0 218 0
[pid=6992] ppid=6970 vsize=234652 CPUtime=1276.73
/proc/6992/stat : 6992 (minisat) R 6970 6970 6900 0 -1 4194304 56047 0 0 0 127595 78 0 0 25 0 1 0 165797471 240283648 56029 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/6992/statm: 58663 56029 54 142 0 58519 0
Current children cumulated CPU time (s) 1359.02
Current children cumulated vsize (KiB) 282232

[startup+1423.92 s]
/proc/loadavg: 2.05 2.02 2.00 3/88 7266
/proc/meminfo: memFree=1048456/2055920 swapFree=4192812/4192956
[pid=6970] ppid=6968 vsize=47580 CPUtime=82.29
/proc/6970/stat : 6970 (galac.sh) S 6968 6970 6900 0 -1 4194304 799 89507 0 1 0 0 8157 72 17 0 1 0 165789155 48721920 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 269756853082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6970/statm: 11895 363 245 79 0 218 0
[pid=6992] ppid=6970 vsize=240484 CPUtime=1336.74
/proc/6992/stat : 6992 (minisat) R 6970 6970 6900 0 -1 4194304 57516 0 0 0 133595 79 0 0 25 0 1 0 165797471 246255616 57498 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 0 0 0
/proc/6992/statm: 60121 57498 54 142 0 59977 0
Current children cumulated CPU time (s) 1419.03
Current children cumulated vsize (KiB) 288064

[startup+1484.01 s]
/proc/loadavg: 2.02 2.01 2.00 3/88 7266
/proc/meminfo: memFree=1032456/2055920 swapFree=4192812/4192956
[pid=6970] ppid=6968 vsize=47580 CPUtime=82.29
/proc/6970/stat : 6970 (galac.sh) S 6968 6970 6900 0 -1 4194304 799 89507 0 1 0 0 8157 72 17 0 1 0 165789155 48721920 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 269756853082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6970/statm: 11895 363 245 79 0 218 0
[pid=6992] ppid=6970 vsize=244312 CPUtime=1396.77
/proc/6992/stat : 6992 (minisat) R 6970 6970 6900 0 -1 4194304 58466 0 0 0 139597 80 0 0 25 0 1 0 165797471 250175488 58448 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 0 0 0
/proc/6992/statm: 61078 58448 54 142 0 60934 0
Current children cumulated CPU time (s) 1479.06
Current children cumulated vsize (KiB) 291892

[startup+1544.01 s]
/proc/loadavg: 2.00 2.01 2.00 3/88 7266
/proc/meminfo: memFree=1019784/2055920 swapFree=4192812/4192956
[pid=6970] ppid=6968 vsize=47580 CPUtime=82.29
/proc/6970/stat : 6970 (galac.sh) S 6968 6970 6900 0 -1 4194304 799 89507 0 1 0 0 8157 72 17 0 1 0 165789155 48721920 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 269756853082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6970/statm: 11895 363 245 79 0 218 0
[pid=6992] ppid=6970 vsize=252156 CPUtime=1456.71
/proc/6992/stat : 6992 (minisat) R 6970 6970 6900 0 -1 4194304 60458 0 0 0 145588 83 0 0 25 0 1 0 165797471 258207744 60440 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529268 0 0 4096 3 0 0 0 17 0 0 0
/proc/6992/statm: 63039 60440 54 142 0 62895 0
Current children cumulated CPU time (s) 1539
Current children cumulated vsize (KiB) 299736

[startup+1604.11 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 7266
/proc/meminfo: memFree=1007496/2055920 swapFree=4192812/4192956
[pid=6970] ppid=6968 vsize=47580 CPUtime=82.29
/proc/6970/stat : 6970 (galac.sh) S 6968 6970 6900 0 -1 4194304 799 89507 0 1 0 0 8157 72 17 0 1 0 165789155 48721920 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 269756853082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6970/statm: 11895 363 245 79 0 218 0
[pid=6992] ppid=6970 vsize=260540 CPUtime=1516.73
/proc/6992/stat : 6992 (minisat) R 6970 6970 6900 0 -1 4194304 62542 0 0 0 151588 85 0 0 25 0 1 0 165797471 266792960 62524 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/6992/statm: 65135 62524 54 142 0 64991 0
Current children cumulated CPU time (s) 1599.02
Current children cumulated vsize (KiB) 308120

[startup+1664.21 s]
/proc/loadavg: 2.07 2.02 2.00 3/88 7266
/proc/meminfo: memFree=989576/2055920 swapFree=4192812/4192956
[pid=6970] ppid=6968 vsize=47580 CPUtime=82.29
/proc/6970/stat : 6970 (galac.sh) S 6968 6970 6900 0 -1 4194304 799 89507 0 1 0 0 8157 72 17 0 1 0 165789155 48721920 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 269756853082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6970/statm: 11895 363 245 79 0 218 0
[pid=6992] ppid=6970 vsize=265848 CPUtime=1576.78
/proc/6992/stat : 6992 (minisat) R 6970 6970 6900 0 -1 4194304 63862 0 0 0 157591 87 0 0 25 0 1 0 165797471 272228352 63844 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529268 0 0 4096 3 0 0 0 17 0 0 0
/proc/6992/statm: 66462 63844 54 142 0 66318 0
Current children cumulated CPU time (s) 1659.07
Current children cumulated vsize (KiB) 313428

[startup+1724.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/88 7266
/proc/meminfo: memFree=974984/2055920 swapFree=4192812/4192956
[pid=6970] ppid=6968 vsize=47580 CPUtime=82.29
/proc/6970/stat : 6970 (galac.sh) S 6968 6970 6900 0 -1 4194304 799 89507 0 1 0 0 8157 72 17 0 1 0 165789155 48721920 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 269756853082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6970/statm: 11895 363 245 79 0 218 0
[pid=6992] ppid=6970 vsize=272268 CPUtime=1636.81
/proc/6992/stat : 6992 (minisat) R 6970 6970 6900 0 -1 4194304 65496 0 0 0 163592 89 0 0 25 0 1 0 165797471 278802432 65478 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134520025 0 0 4096 3 0 0 0 17 0 0 0
/proc/6992/statm: 68067 65478 54 142 0 67923 0
Current children cumulated CPU time (s) 1719.1
Current children cumulated vsize (KiB) 319848

[startup+1784.4 s]
/proc/loadavg: 2.01 2.00 2.00 3/88 7266
/proc/meminfo: memFree=958088/2055920 swapFree=4192812/4192956
[pid=6970] ppid=6968 vsize=47580 CPUtime=82.29
/proc/6970/stat : 6970 (galac.sh) S 6968 6970 6900 0 -1 4194304 799 89507 0 1 0 0 8157 72 17 0 1 0 165789155 48721920 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 269756853082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6970/statm: 11895 363 245 79 0 218 0
[pid=6992] ppid=6970 vsize=278668 CPUtime=1696.82
/proc/6992/stat : 6992 (minisat) R 6970 6970 6900 0 -1 4194304 67075 0 0 0 169591 91 0 0 25 0 1 0 165797471 285356032 67057 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529782 0 0 4096 3 0 0 0 17 0 0 0
/proc/6992/statm: 69667 67057 54 142 0 69523 0
Current children cumulated CPU time (s) 1779.11
Current children cumulated vsize (KiB) 326248



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1805.35 s]
/proc/loadavg: 2.00 2.00 2.00 4/88 7266
/proc/meminfo: memFree=948424/2055920 swapFree=4192812/4192956
[pid=6970] ppid=6968 vsize=47580 CPUtime=82.29
/proc/6970/stat : 6970 (galac.sh) S 6968 6970 6900 0 -1 4194304 799 89507 0 1 0 0 8157 72 17 0 1 0 165789155 48721920 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 269756853082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6970/statm: 11895 363 245 79 0 218 0
[pid=6992] ppid=6970 vsize=281236 CPUtime=1717.76
/proc/6992/stat : 6992 (minisat) R 6970 6970 6900 0 -1 4194304 67710 0 0 0 171684 92 0 0 25 0 1 0 165797471 287985664 67692 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 0 0 0
/proc/6992/statm: 70309 67692 54 142 0 70165 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 328816

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 6970 and gives childrusage.ru_utime.tv_sec=81 childrusage.ru_utime.tv_usec=585597 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=731888
CPU time returned by wait4() is 82.3175
while last known CPU time is 1800.05

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

Real time (s): 1805.36
CPU time (s): 1800.05
CPU user time (s): 1798.41
CPU system time (s): 1.64
CPU usage (%): 99.7057
Max. virtual memory (cumulated for all children) (KiB): 908644

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 81.5856
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= 90306
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= 3569
involuntary context switches= 5574

runsolver used 2.05769 s user time and 5.99909 s system time

The end

Launcher Data (download as text)

Begin job on node13 on Sun Jan  7 12:45:42 UTC 2007


IDJOB= 206492
IDBENCH= 4212
FILE ID= node13/206492-1168173941

PBS_JOBID= 3478854

Free space on /tmp= 66310 MiB

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

META MD5SUM SOLVER= d8bf20eb49fe33822f00bab08f33d7fc
MD5SUM BENCH=  6bb99aa1c47efae32568e103d14a27ff

RANDOM SEED= 960518826

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:       1468584 kB
Buffers:         57428 kB
Cached:         338808 kB
SwapCached:          0 kB
Active:         219356 kB
Inactive:       287788 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1468584 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            8848 kB
Writeback:           0 kB
Mapped:         137436 kB
Slab:            64704 kB
Committed_AS:  4215720 kB
PageTables:       2588 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 13:15:47 UTC 2007