Trace number 199520

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.07 1813.8

General information on the benchmark

NameallIntervalSeries/
series-70.xml
MD5SUMb508d51ffd63385b50c36601428a30b3
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.71474
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables139
Number of constraints4830
Maximum constraint arity3
Maximum domain size70
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4830
Global constraints used (with number of constraints)

Solver Data (download as text)

0.03	c --- Preproc Stats ---
2.15	c start processing
2.15	c start relation processing
2.34	c start cnf exporting
66.72	c parsing time : 1.99
66.72	c preprocessing time : 66.566
66.73	
66.73	c Nary constraints - conflicts : 0 supports : 69
66.73	c Binary constraints - conflicts : 4761 supports :0
66.73	c max arity constraint : 3
66.73	c Max Tuples generated 338100
66.73	c relations : 3
66.73	c relations BDD: 1
66.73	c vars : 352523 - clauses :  2019079
66.73	
66.78	 
66.78	c --- Minisat Stats ---
66.78	 

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/node41/watcher-199520-1168428484 -o ROOT/results/node41/solver-199520-1168428484 -C 1800 -M 900 /tmp/evaluation/199520-1168428484/galac.sh /tmp/evaluation/199520-1168428484/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: 0.38 0.46 0.26 3/81 31076
/proc/meminfo: memFree=1826152/2055920 swapFree=4191892/4192956
[pid=31075] ppid=31073 vsize=8652 CPUtime=0
/proc/31075/stat : 31075 (galac.sh) R 31073 31075 29966 0 -1 4194304 335 0 0 0 0 0 0 0 17 0 1 0 191247992 8859648 279 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 238390143647 0 65538 4096 73728 0 0 0 17 1 0 0
/proc/31075/statm: 2163 279 207 79 0 156 0
[pid=31077] ppid=31075 vsize=8688 CPUtime=0
/proc/31077/stat : 31077 (galac.sh) R 31075 31075 29966 0 -1 4194368 27 0 0 0 0 0 0 0 17 0 1 0 191247993 8896512 286 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 238390143647 0 65536 4096 73728 0 0 0 17 1 0 0
/proc/31077/statm: 2172 286 209 79 0 165 0
[pid=31078] ppid=31077 vsize=8728 CPUtime=0
/proc/31078/stat : 31078 (galac.sh) R 31077 31075 29966 0 -1 4194368 24 0 0 0 0 0 0 0 17 0 1 0 191247993 8937472 290 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 4317166 0 0 3674112 73728 0 0 0 17 1 0 0
/proc/31078/statm: 2182 290 209 79 0 175 0

[startup+0.10254 s]
/proc/loadavg: 0.38 0.46 0.26 3/81 31076
/proc/meminfo: memFree=1826152/2055920 swapFree=4191892/4192956
[pid=31075] ppid=31073 vsize=47564 CPUtime=0.02
/proc/31075/stat : 31075 (galac.sh) S 31073 31075 29966 0 -1 4194304 762 1704 0 0 0 1 0 1 24 0 1 0 191247992 48705536 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 238389750618 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31075/statm: 11891 364 246 79 0 218 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 47564

[startup+0.515201 s]
/proc/loadavg: 0.38 0.46 0.26 3/81 31076
/proc/meminfo: memFree=1826152/2055920 swapFree=4191892/4192956
[pid=31075] ppid=31073 vsize=47564 CPUtime=0.02
/proc/31075/stat : 31075 (galac.sh) S 31073 31075 29966 0 -1 4194304 762 1704 0 0 0 1 0 1 24 0 1 0 191247992 48705536 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 238389750618 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31075/statm: 11891 364 246 79 0 218 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 47564

[startup+1.34365 s]
/proc/loadavg: 0.38 0.46 0.26 5/89 31096
/proc/meminfo: memFree=1785704/2055920 swapFree=4191892/4192956
[pid=31075] ppid=31073 vsize=47564 CPUtime=0.02
/proc/31075/stat : 31075 (galac.sh) S 31073 31075 29966 0 -1 4194304 762 1704 0 0 0 1 0 1 24 0 1 0 191247992 48705536 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 238389750618 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31075/statm: 11891 364 246 79 0 218 0
[pid=31089] ppid=31075 vsize=861196 CPUtime=1.3
/proc/31089/stat : 31089 (java) R 31075 31075 29966 0 -1 0 12201 0 1 0 122 8 0 0 18 0 8 0 191247995 881864704 11955 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4152819938 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31089/statm: 215299 11955 1990 14 0 201504 0
[pid=31089/tid=31090] ppid=31075 vsize=861196 CPUtime=0.03
/proc/31089/task/31090/stat : 31090 (java) S 31075 31075 29966 0 -1 64 3355 0 0 0 2 1 0 0 16 0 8 0 191247999 881864704 11956 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=31089/tid=31091] ppid=31075 vsize=861196 CPUtime=0
/proc/31089/task/31091/stat : 31091 (java) S 31075 31075 29966 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 191248000 881864704 11956 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31089/tid=31092] ppid=31075 vsize=861196 CPUtime=0
/proc/31089/task/31092/stat : 31092 (java) S 31075 31075 29966 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 191248000 881864704 11956 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31089/tid=31093] ppid=31075 vsize=861196 CPUtime=0
/proc/31089/task/31093/stat : 31093 (java) S 31075 31075 29966 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 191248003 881864704 11957 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31089/tid=31094] ppid=31075 vsize=861196 CPUtime=0.34
/proc/31089/task/31094/stat : 31094 (java) R 31075 31075 29966 0 -1 64 1076 0 0 0 32 2 0 0 22 0 8 0 191248003 881864704 11957 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31089/tid=31095] ppid=31075 vsize=861196 CPUtime=0
/proc/31089/task/31095/stat : 31095 (java) S 31075 31075 29966 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 191248003 881864704 11958 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31089/tid=31096] ppid=31075 vsize=861196 CPUtime=0
/proc/31089/task/31096/stat : 31096 (java) S 31075 31075 29966 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 191248003 881864704 11958 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 908760

[startup+2.99679 s]
/proc/loadavg: 0.38 0.46 0.26 3/89 31096
/proc/meminfo: memFree=1774568/2055920 swapFree=4191892/4192956
[pid=31075] ppid=31073 vsize=47564 CPUtime=0.02
/proc/31075/stat : 31075 (galac.sh) S 31073 31075 29966 0 -1 4194304 762 1704 0 0 0 1 0 1 24 0 1 0 191247992 48705536 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 238389750618 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31075/statm: 11891 364 246 79 0 218 0
[pid=31089] ppid=31075 vsize=861224 CPUtime=2.95
/proc/31089/stat : 31089 (java) R 31075 31075 29966 0 -1 0 20371 0 1 0 282 13 0 0 25 0 8 0 191247995 881893376 20122 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4074396179 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31089/statm: 215306 20122 2015 14 0 201511 0
[pid=31089/tid=31090] ppid=31075 vsize=861224 CPUtime=0.13
/proc/31089/task/31090/stat : 31090 (java) S 31075 31075 29966 0 -1 64 4282 0 0 0 12 1 0 0 17 0 8 0 191247999 881893376 20122 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=31089/tid=31091] ppid=31075 vsize=861224 CPUtime=0
/proc/31089/task/31091/stat : 31091 (java) S 31075 31075 29966 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 191248000 881893376 20122 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31089/tid=31092] ppid=31075 vsize=861224 CPUtime=0
/proc/31089/task/31092/stat : 31092 (java) S 31075 31075 29966 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 191248000 881893376 20122 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31089/tid=31093] ppid=31075 vsize=861224 CPUtime=0
/proc/31089/task/31093/stat : 31093 (java) S 31075 31075 29966 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 191248003 881893376 20122 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31089/tid=31094] ppid=31075 vsize=861224 CPUtime=0.42
/proc/31089/task/31094/stat : 31094 (java) S 31075 31075 29966 0 -1 64 1128 0 0 0 40 2 0 0 15 0 8 0 191248003 881893376 20122 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31089/tid=31095] ppid=31075 vsize=861224 CPUtime=0
/proc/31089/task/31095/stat : 31095 (java) S 31075 31075 29966 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 191248003 881893376 20122 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31089/tid=31096] ppid=31075 vsize=861224 CPUtime=0
/proc/31089/task/31096/stat : 31096 (java) S 31075 31075 29966 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 191248003 881893376 20122 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 908788

[startup+6.29508 s]
/proc/loadavg: 0.51 0.49 0.27 3/89 31096
/proc/meminfo: memFree=1743080/2055920 swapFree=4191892/4192956
[pid=31075] ppid=31073 vsize=47564 CPUtime=0.02
/proc/31075/stat : 31075 (galac.sh) S 31073 31075 29966 0 -1 4194304 762 1704 0 0 0 1 0 1 24 0 1 0 191247992 48705536 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 238389750618 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31075/statm: 11891 364 246 79 0 218 0
[pid=31089] ppid=31075 vsize=861224 CPUtime=6.24
/proc/31089/stat : 31089 (java) R 31075 31075 29966 0 -1 0 21083 0 1 0 610 14 0 0 25 0 8 0 191247995 881893376 20828 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4152821840 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31089/statm: 215306 20828 2015 14 0 201511 0
[pid=31089/tid=31090] ppid=31075 vsize=861224 CPUtime=0.16
/proc/31089/task/31090/stat : 31090 (java) S 31075 31075 29966 0 -1 64 4988 0 0 0 14 2 0 0 16 0 8 0 191247999 881893376 20828 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=31089/tid=31091] ppid=31075 vsize=861224 CPUtime=0
/proc/31089/task/31091/stat : 31091 (java) S 31075 31075 29966 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 191248000 881893376 20828 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31089/tid=31092] ppid=31075 vsize=861224 CPUtime=0
/proc/31089/task/31092/stat : 31092 (java) S 31075 31075 29966 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 191248000 881893376 20828 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31089/tid=31093] ppid=31075 vsize=861224 CPUtime=0
/proc/31089/task/31093/stat : 31093 (java) S 31075 31075 29966 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 191248003 881893376 20828 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31089/tid=31094] ppid=31075 vsize=861224 CPUtime=0.42
/proc/31089/task/31094/stat : 31094 (java) S 31075 31075 29966 0 -1 64 1128 0 0 0 40 2 0 0 15 0 8 0 191248003 881893376 20828 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31089/tid=31095] ppid=31075 vsize=861224 CPUtime=0
/proc/31089/task/31095/stat : 31095 (java) S 31075 31075 29966 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 191248003 881893376 20828 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31089/tid=31096] ppid=31075 vsize=861224 CPUtime=0
/proc/31089/task/31096/stat : 31096 (java) S 31075 31075 29966 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 191248003 881893376 20828 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 908788

[startup+12.7838 s]
/proc/loadavg: 0.63 0.52 0.28 3/89 31096
/proc/meminfo: memFree=1733552/2055920 swapFree=4191892/4192956
[pid=31075] ppid=31073 vsize=47564 CPUtime=0.02
/proc/31075/stat : 31075 (galac.sh) S 31073 31075 29966 0 -1 4194304 762 1704 0 0 0 1 0 1 24 0 1 0 191247992 48705536 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 238389750618 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31075/statm: 11891 364 246 79 0 218 0
[pid=31089] ppid=31075 vsize=861224 CPUtime=12.73
/proc/31089/stat : 31089 (java) R 31075 31075 29966 0 -1 0 21097 0 1 0 1256 17 0 0 25 0 8 0 191247995 881893376 20830 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4074473211 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31089/statm: 215306 20830 2015 14 0 201511 0
[pid=31089/tid=31090] ppid=31075 vsize=861224 CPUtime=0.16
/proc/31089/task/31090/stat : 31090 (java) S 31075 31075 29966 0 -1 64 4988 0 0 0 14 2 0 0 16 0 8 0 191247999 881893376 20830 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=31089/tid=31091] ppid=31075 vsize=861224 CPUtime=0
/proc/31089/task/31091/stat : 31091 (java) S 31075 31075 29966 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 191248000 881893376 20830 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31089/tid=31092] ppid=31075 vsize=861224 CPUtime=0
/proc/31089/task/31092/stat : 31092 (java) S 31075 31075 29966 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 191248000 881893376 20830 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31089/tid=31093] ppid=31075 vsize=861224 CPUtime=0
/proc/31089/task/31093/stat : 31093 (java) S 31075 31075 29966 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 191248003 881893376 20830 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31089/tid=31094] ppid=31075 vsize=861224 CPUtime=0.42
/proc/31089/task/31094/stat : 31094 (java) S 31075 31075 29966 0 -1 64 1130 0 0 0 40 2 0 0 16 0 8 0 191248003 881893376 20830 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31089/tid=31095] ppid=31075 vsize=861224 CPUtime=0
/proc/31089/task/31095/stat : 31095 (java) S 31075 31075 29966 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 191248003 881893376 20830 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31089/tid=31096] ppid=31075 vsize=861224 CPUtime=0
/proc/31089/task/31096/stat : 31096 (java) S 31075 31075 29966 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 191248003 881893376 20830 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.75
Current children cumulated vsize (KiB) 908788

[startup+25.6388 s]
/proc/loadavg: 0.93 0.59 0.31 3/89 31096
/proc/meminfo: memFree=1716592/2055920 swapFree=4191892/4192956
[pid=31075] ppid=31073 vsize=47564 CPUtime=0.02
/proc/31075/stat : 31075 (galac.sh) S 31073 31075 29966 0 -1 4194304 762 1704 0 0 0 1 0 1 24 0 1 0 191247992 48705536 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 238389750618 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31075/statm: 11891 364 246 79 0 218 0
[pid=31089] ppid=31075 vsize=861224 CPUtime=25.56
/proc/31089/stat : 31089 (java) R 31075 31075 29966 0 -1 0 21121 0 1 0 2535 21 0 0 25 0 8 0 191247995 881893376 20833 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073703399 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31089/statm: 215306 20833 2015 14 0 201511 0
[pid=31089/tid=31090] ppid=31075 vsize=861224 CPUtime=0.17
/proc/31089/task/31090/stat : 31090 (java) S 31075 31075 29966 0 -1 64 4988 0 0 0 15 2 0 0 16 0 8 0 191247999 881893376 20833 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=31089/tid=31091] ppid=31075 vsize=861224 CPUtime=0
/proc/31089/task/31091/stat : 31091 (java) S 31075 31075 29966 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 191248000 881893376 20833 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31089/tid=31092] ppid=31075 vsize=861224 CPUtime=0
/proc/31089/task/31092/stat : 31092 (java) S 31075 31075 29966 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 191248000 881893376 20833 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31089/tid=31093] ppid=31075 vsize=861224 CPUtime=0
/proc/31089/task/31093/stat : 31093 (java) S 31075 31075 29966 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 191248003 881893376 20833 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31089/tid=31094] ppid=31075 vsize=861224 CPUtime=0.43
/proc/31089/task/31094/stat : 31094 (java) S 31075 31075 29966 0 -1 64 1133 0 0 0 41 2 0 0 15 0 8 0 191248003 881893376 20833 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31089/tid=31095] ppid=31075 vsize=861224 CPUtime=0
/proc/31089/task/31095/stat : 31095 (java) S 31075 31075 29966 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 191248003 881893376 20833 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31089/tid=31096] ppid=31075 vsize=861224 CPUtime=0
/proc/31089/task/31096/stat : 31096 (java) S 31075 31075 29966 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 191248003 881893376 20833 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.58
Current children cumulated vsize (KiB) 908788

[startup+51.282 s]
/proc/loadavg: 1.30 0.70 0.35 3/89 31096
/proc/meminfo: memFree=1678768/2055920 swapFree=4191892/4192956
[pid=31075] ppid=31073 vsize=47564 CPUtime=0.02
/proc/31075/stat : 31075 (galac.sh) S 31073 31075 29966 0 -1 4194304 762 1704 0 0 0 1 0 1 24 0 1 0 191247992 48705536 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 238389750618 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31075/statm: 11891 364 246 79 0 218 0
[pid=31089] ppid=31075 vsize=861224 CPUtime=51.15
/proc/31089/stat : 31089 (java) R 31075 31075 29966 0 -1 0 21165 0 1 0 5084 31 0 0 25 0 8 0 191247995 881893376 20834 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4074380240 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31089/statm: 215306 20834 2015 14 0 201511 0
[pid=31089/tid=31090] ppid=31075 vsize=861224 CPUtime=0.18
/proc/31089/task/31090/stat : 31090 (java) S 31075 31075 29966 0 -1 64 4988 0 0 0 16 2 0 0 16 0 8 0 191247999 881893376 20834 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=31089/tid=31091] ppid=31075 vsize=861224 CPUtime=0
/proc/31089/task/31091/stat : 31091 (java) S 31075 31075 29966 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 191248000 881893376 20834 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31089/tid=31092] ppid=31075 vsize=861224 CPUtime=0
/proc/31089/task/31092/stat : 31092 (java) S 31075 31075 29966 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 191248000 881893376 20834 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31089/tid=31093] ppid=31075 vsize=861224 CPUtime=0
/proc/31089/task/31093/stat : 31093 (java) S 31075 31075 29966 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 191248003 881893376 20834 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31089/tid=31094] ppid=31075 vsize=861224 CPUtime=0.43
/proc/31089/task/31094/stat : 31094 (java) S 31075 31075 29966 0 -1 64 1134 0 0 0 41 2 0 0 16 0 8 0 191248003 881893376 20834 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31089/tid=31095] ppid=31075 vsize=861224 CPUtime=0
/proc/31089/task/31095/stat : 31095 (java) S 31075 31075 29966 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 191248003 881893376 20834 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31089/tid=31096] ppid=31075 vsize=861224 CPUtime=0
/proc/31089/task/31096/stat : 31096 (java) S 31075 31075 29966 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 191248003 881893376 20834 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 51.17
Current children cumulated vsize (KiB) 908788

[startup+102.565 s]
/proc/loadavg: 1.69 0.90 0.43 3/82 31097
/proc/meminfo: memFree=1591464/2055920 swapFree=4191892/4192956
[pid=31075] ppid=31073 vsize=47564 CPUtime=66.44

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

/proc/loadavg: 2.00 1.97 1.47 3/82 31172
/proc/meminfo: memFree=1063192/2055920 swapFree=4191892/4192956
[pid=31075] ppid=31073 vsize=47564 CPUtime=66.44
/proc/31075/stat : 31075 (galac.sh) S 31073 31075 29966 0 -1 4194304 800 22903 0 1 0 1 6603 40 17 0 1 0 191247992 48705536 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 238389750618 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/31075/statm: 11891 364 246 79 0 218 0
[pid=31097] ppid=31075 vsize=436880 CPUtime=1049.61
/proc/31097/stat : 31097 (minisat) R 31075 31075 29966 0 -1 4194304 106835 0 0 0 104850 111 0 0 25 0 1 0 191254671 447365120 106808 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/31097/statm: 109220 106808 54 142 0 109076 0
Current children cumulated CPU time (s) 1116.05
Current children cumulated vsize (KiB) 484444

[startup+1183.23 s]
/proc/loadavg: 2.00 1.97 1.50 3/82 31172
/proc/meminfo: memFree=1028824/2055920 swapFree=4191892/4192956
[pid=31075] ppid=31073 vsize=47564 CPUtime=66.44
/proc/31075/stat : 31075 (galac.sh) S 31073 31075 29966 0 -1 4194304 800 22903 0 1 0 1 6603 40 17 0 1 0 191247992 48705536 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 238389750618 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/31075/statm: 11891 364 246 79 0 218 0
[pid=31097] ppid=31075 vsize=460236 CPUtime=1109.06
/proc/31097/stat : 31097 (minisat) R 31075 31075 29966 0 -1 4194304 112676 0 0 0 110791 115 0 0 25 0 1 0 191254671 471281664 112649 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529361 0 0 4096 3 0 0 0 17 0 0 0
/proc/31097/statm: 115059 112649 54 142 0 114915 0
Current children cumulated CPU time (s) 1175.5
Current children cumulated vsize (KiB) 507800

[startup+1243.33 s]
/proc/loadavg: 2.00 1.97 1.52 3/82 31172
/proc/meminfo: memFree=989016/2055920 swapFree=4191892/4192956
[pid=31075] ppid=31073 vsize=47564 CPUtime=66.44
/proc/31075/stat : 31075 (galac.sh) S 31073 31075 29966 0 -1 4194304 800 22903 0 1 0 1 6603 40 17 0 1 0 191247992 48705536 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 238389750618 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/31075/statm: 11891 364 246 79 0 218 0
[pid=31097] ppid=31075 vsize=486476 CPUtime=1168.61
/proc/31097/stat : 31097 (minisat) R 31075 31075 29966 0 -1 4194304 119243 0 0 0 116738 123 0 0 25 0 1 0 191254671 498151424 119216 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/31097/statm: 121619 119216 54 142 0 121475 0
Current children cumulated CPU time (s) 1235.05
Current children cumulated vsize (KiB) 534040

[startup+1303.43 s]
/proc/loadavg: 2.06 1.99 1.56 3/82 31172
/proc/meminfo: memFree=959128/2055920 swapFree=4191892/4192956
[pid=31075] ppid=31073 vsize=47564 CPUtime=66.44
/proc/31075/stat : 31075 (galac.sh) S 31073 31075 29966 0 -1 4194304 800 22903 0 1 0 1 6603 40 17 0 1 0 191247992 48705536 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 238389750618 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/31075/statm: 11891 364 246 79 0 218 0
[pid=31097] ppid=31075 vsize=506088 CPUtime=1228.13
/proc/31097/stat : 31097 (minisat) R 31075 31075 29966 0 -1 4194304 124166 0 0 0 122686 127 0 0 25 0 1 0 191254671 518234112 124139 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134525757 0 0 4096 3 0 0 0 17 0 0 0
/proc/31097/statm: 126522 124139 54 142 0 126378 0
Current children cumulated CPU time (s) 1294.57
Current children cumulated vsize (KiB) 553652

[startup+1363.53 s]
/proc/loadavg: 2.07 2.00 1.59 4/82 31172
/proc/meminfo: memFree=930712/2055920 swapFree=4191892/4192956
[pid=31075] ppid=31073 vsize=47564 CPUtime=66.44
/proc/31075/stat : 31075 (galac.sh) S 31073 31075 29966 0 -1 4194304 800 22903 0 1 0 1 6603 40 17 0 1 0 191247992 48705536 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 238389750618 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/31075/statm: 11891 364 246 79 0 218 0
[pid=31097] ppid=31075 vsize=523592 CPUtime=1287.67
/proc/31097/stat : 31097 (minisat) R 31075 31075 29966 0 -1 4194304 128525 0 0 0 128636 131 0 0 25 0 1 0 191254671 536158208 128498 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529340 0 0 4096 3 0 0 0 17 0 0 0
/proc/31097/statm: 130898 128498 54 142 0 130754 0
Current children cumulated CPU time (s) 1354.11
Current children cumulated vsize (KiB) 571156

[startup+1423.62 s]
/proc/loadavg: 2.02 2.00 1.61 3/82 31172
/proc/meminfo: memFree=906264/2055920 swapFree=4191892/4192956
[pid=31075] ppid=31073 vsize=47564 CPUtime=66.44
/proc/31075/stat : 31075 (galac.sh) S 31073 31075 29966 0 -1 4194304 800 22903 0 1 0 1 6603 40 17 0 1 0 191247992 48705536 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 238389750618 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/31075/statm: 11891 364 246 79 0 218 0
[pid=31097] ppid=31075 vsize=540988 CPUtime=1347.18
/proc/31097/stat : 31097 (minisat) R 31075 31075 29966 0 -1 4194304 132896 0 0 0 134581 137 0 0 25 0 1 0 191254671 553971712 132869 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/31097/statm: 135247 132869 54 142 0 135103 0
Current children cumulated CPU time (s) 1413.62
Current children cumulated vsize (KiB) 588552

[startup+1483.63 s]
/proc/loadavg: 2.07 2.02 1.64 3/82 31172
/proc/meminfo: memFree=883992/2055920 swapFree=4191892/4192956
[pid=31075] ppid=31073 vsize=47564 CPUtime=66.44
/proc/31075/stat : 31075 (galac.sh) S 31073 31075 29966 0 -1 4194304 800 22903 0 1 0 1 6603 40 17 0 1 0 191247992 48705536 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 238389750618 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/31075/statm: 11891 364 246 79 0 218 0
[pid=31097] ppid=31075 vsize=553072 CPUtime=1406.6
/proc/31097/stat : 31097 (minisat) R 31075 31075 29966 0 -1 4194304 135898 0 0 0 140520 140 0 0 25 0 1 0 191254671 566345728 135871 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529461 0 0 4096 3 0 0 0 17 0 0 0
/proc/31097/statm: 138268 135871 54 142 0 138124 0
Current children cumulated CPU time (s) 1473.04
Current children cumulated vsize (KiB) 600636

[startup+1543.68 s]
/proc/loadavg: 2.03 2.01 1.66 3/82 31172
/proc/meminfo: memFree=862424/2055920 swapFree=4191892/4192956
[pid=31075] ppid=31073 vsize=47564 CPUtime=66.44
/proc/31075/stat : 31075 (galac.sh) S 31073 31075 29966 0 -1 4194304 800 22903 0 1 0 1 6603 40 17 0 1 0 191247992 48705536 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 238389750618 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/31075/statm: 11891 364 246 79 0 218 0
[pid=31097] ppid=31075 vsize=564776 CPUtime=1466.09
/proc/31097/stat : 31097 (minisat) R 31075 31075 29966 0 -1 4194304 138848 0 0 0 146465 144 0 0 25 0 1 0 191254671 578330624 138821 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134527112 0 0 4096 3 0 0 0 17 0 0 0
/proc/31097/statm: 141194 138821 54 142 0 141050 0
Current children cumulated CPU time (s) 1532.53
Current children cumulated vsize (KiB) 612340

[startup+1603.69 s]
/proc/loadavg: 2.04 2.02 1.68 3/82 31172
/proc/meminfo: memFree=839192/2055920 swapFree=4191892/4192956
[pid=31075] ppid=31073 vsize=47564 CPUtime=66.44
/proc/31075/stat : 31075 (galac.sh) S 31073 31075 29966 0 -1 4194304 800 22903 0 1 0 1 6603 40 17 0 1 0 191247992 48705536 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 238389750618 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/31075/statm: 11891 364 246 79 0 218 0
[pid=31097] ppid=31075 vsize=577996 CPUtime=1525.53
/proc/31097/stat : 31097 (minisat) R 31075 31075 29966 0 -1 4194304 142169 0 0 0 152405 148 0 0 25 0 1 0 191254671 591867904 142142 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 0 0 0
/proc/31097/statm: 144499 142142 54 142 0 144355 0
Current children cumulated CPU time (s) 1591.97
Current children cumulated vsize (KiB) 625560

[startup+1663.79 s]
/proc/loadavg: 2.01 2.01 1.70 3/82 31172
/proc/meminfo: memFree=816280/2055920 swapFree=4191892/4192956
[pid=31075] ppid=31073 vsize=47564 CPUtime=66.44
/proc/31075/stat : 31075 (galac.sh) S 31073 31075 29966 0 -1 4194304 800 22903 0 1 0 1 6603 40 17 0 1 0 191247992 48705536 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 238389750618 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/31075/statm: 11891 364 246 79 0 218 0
[pid=31097] ppid=31075 vsize=593160 CPUtime=1585.04
/proc/31097/stat : 31097 (minisat) R 31075 31075 29966 0 -1 4194304 145970 0 0 0 158351 153 0 0 25 0 1 0 191254671 607395840 145943 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529793 0 0 4096 3 0 0 0 17 0 0 0
/proc/31097/statm: 148290 145943 54 142 0 148146 0
Current children cumulated CPU time (s) 1651.48
Current children cumulated vsize (KiB) 640724

[startup+1723.89 s]
/proc/loadavg: 2.00 2.01 1.71 3/82 31172
/proc/meminfo: memFree=792536/2055920 swapFree=4191892/4192956
[pid=31075] ppid=31073 vsize=47564 CPUtime=66.44
/proc/31075/stat : 31075 (galac.sh) S 31073 31075 29966 0 -1 4194304 800 22903 0 1 0 1 6603 40 17 0 1 0 191247992 48705536 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 238389750618 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/31075/statm: 11891 364 246 79 0 218 0
[pid=31097] ppid=31075 vsize=608860 CPUtime=1644.59
/proc/31097/stat : 31097 (minisat) R 31075 31075 29966 0 -1 4194304 149797 0 0 0 164300 159 0 0 25 0 1 0 191254671 623472640 149770 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/31097/statm: 152215 149770 54 142 0 152071 0
Current children cumulated CPU time (s) 1711.03
Current children cumulated vsize (KiB) 656424

[startup+1783.9 s]
/proc/loadavg: 2.00 2.00 1.73 3/82 31172
/proc/meminfo: memFree=764056/2055920 swapFree=4191892/4192956
[pid=31075] ppid=31073 vsize=47564 CPUtime=66.44
/proc/31075/stat : 31075 (galac.sh) S 31073 31075 29966 0 -1 4194304 800 22903 0 1 0 1 6603 40 17 0 1 0 191247992 48705536 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 238389750618 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/31075/statm: 11891 364 246 79 0 218 0
[pid=31097] ppid=31075 vsize=627976 CPUtime=1704.03
/proc/31097/stat : 31097 (minisat) R 31075 31075 29966 0 -1 4194304 154574 0 0 0 170238 165 0 0 25 0 1 0 191254671 643047424 154547 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134525757 0 0 4096 3 0 0 0 17 0 0 0
/proc/31097/statm: 156994 154547 54 142 0 156850 0
Current children cumulated CPU time (s) 1770.47
Current children cumulated vsize (KiB) 675540



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1813.79 s]
/proc/loadavg: 2.00 2.00 1.74 3/82 31172
/proc/meminfo: memFree=749080/2055920 swapFree=4191892/4192956
[pid=31075] ppid=31073 vsize=47564 CPUtime=66.44
/proc/31075/stat : 31075 (galac.sh) S 31073 31075 29966 0 -1 4194304 800 22903 0 1 0 1 6603 40 17 0 1 0 191247992 48705536 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 238389750618 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/31075/statm: 11891 364 246 79 0 218 0
[pid=31097] ppid=31075 vsize=638288 CPUtime=1733.63
/proc/31097/stat : 31097 (minisat) R 31075 31075 29966 0 -1 4194304 157162 0 0 0 173196 167 0 0 25 0 1 0 191254671 653606912 157135 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134525757 0 0 4096 3 0 0 0 17 0 0 0
/proc/31097/statm: 159572 157135 54 142 0 159428 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 685852

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 31075 and gives childrusage.ru_utime.tv_sec=66 childrusage.ru_utime.tv_usec=38960 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=415936
CPU time returned by wait4() is 66.4549
while last known CPU time is 1800.07

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

Real time (s): 1813.8
CPU time (s): 1800.07
CPU user time (s): 1797.99
CPU system time (s): 2.08
CPU usage (%): 99.2428
Max. virtual memory (cumulated for all children) (KiB): 908788

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 66.039
system time used= 0.415936
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23703
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= 3401
involuntary context switches= 3704

runsolver used 1.9637 s user time and 5.47517 s system time

The end

Launcher Data (download as text)

Begin job on node41 on Wed Jan 10 11:28:05 UTC 2007


IDJOB= 199520
IDBENCH= 3623
FILE ID= node41/199520-1168428484

PBS_JOBID= 3523861

Free space on /tmp= 66549 MiB

BENCH NAME= HOME/pub/bench/CPAI06/allIntervalSeries/series-70.xml
COMMAND LINE= /tmp/evaluation/199520-1168428484/galac.sh /tmp/evaluation/199520-1168428484/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node41/watcher-199520-1168428484 -o ROOT/results/node41/solver-199520-1168428484 -C 1800 -M 900  /tmp/evaluation/199520-1168428484/galac.sh /tmp/evaluation/199520-1168428484/unknown.xml

META MD5SUM SOLVER= d8bf20eb49fe33822f00bab08f33d7fc
MD5SUM BENCH=  b508d51ffd63385b50c36601428a30b3

RANDOM SEED= 727745281

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.234
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.234
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:       1828104 kB
Buffers:          3216 kB
Cached:          81580 kB
SwapCached:          0 kB
Active:         138476 kB
Inactive:        40732 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1828104 kB
SwapTotal:     4192956 kB
SwapFree:      4191892 kB
Dirty:           15948 kB
Writeback:           0 kB
Mapped:         112472 kB
Slab:            33660 kB
Committed_AS:  4902152 kB
PageTables:       2124 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= 66517 MiB



End job on node41 on Wed Jan 10 11:58:21 UTC 2007