Trace number 198056

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
galac 1? (TO) 1800.09 1801.22

General information on the benchmark

NamegolombRuler/golombRulerArity4/
ruler-44-10-a4.xml
MD5SUM5a77c82d4a1b3da080370c15439dcb29
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark84.6651
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables10
Number of constraints915
Maximum constraint arity4
Maximum domain size45
Number of constraints which are defined in extension0
Number of constraints which are defined in intension915
Global constraints used (with number of constraints)

Solver Data (download as text)

0.03	c --- Preproc Stats ---
2.33	c start processing
2.33	c start relation processing
3.87	c start cnf exporting
474.30	c parsing time : 2.168
474.30	c preprocessing time : 474.139
474.30	
474.30	c Nary constraints - conflicts : 870 supports : 0
474.30	c Binary constraints - conflicts : 0 supports :45
474.30	c max arity constraint : 4
474.30	c Max Tuples generated 4100625
474.30	c relations : 4
474.30	c relations BDD: 1
474.30	c vars : 2608651 - clauses :  10670110
474.30	
474.34	 
474.34	c --- Minisat Stats ---
474.34	 

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

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

/proc/loadavg: 1.94 1.90 1.47 4/73 14256
/proc/meminfo: memFree=1148648/2055920 swapFree=4192812/4192956
[pid=14255] ppid=14253 vsize=8652 CPUtime=0
/proc/14255/stat : 14255 (galac.sh) S 14253 14255 13988 0 -1 4194304 347 0 0 0 0 0 0 0 17 0 1 0 161072618 8859648 280 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 255539211098 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/14255/statm: 2163 280 208 79 0 156 0
[pid=14257] ppid=14255 vsize=8688 CPUtime=0
/proc/14257/stat : 14257 (galac.sh) S 14255 14255 13988 0 -1 4194368 38 0 0 0 0 0 0 0 17 0 1 0 161072618 8896512 286 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 255539773522 0 0 4096 73728 18446744071563648864 0 0 17 0 0 0
/proc/14257/statm: 2172 286 209 79 0 165 0
[pid=14258] ppid=14257 vsize=3612 CPUtime=0
/proc/14258/stat : 14258 (id) R 14257 14255 13988 0 -1 4194304 141 0 0 0 0 0 0 0 19 0 1 0 161072618 3698688 102 18446744073709551615 4194304 4211724 548682069312 18446744073709551615 255539220496 0 0 3674112 0 0 0 0 17 0 0 0
/proc/14258/statm: 903 102 83 4 0 44 0

[startup+0.109561 s]
/proc/loadavg: 1.94 1.90 1.47 4/73 14256
/proc/meminfo: memFree=1148648/2055920 swapFree=4192812/4192956
[pid=14255] ppid=14253 vsize=47576 CPUtime=0.01
/proc/14255/stat : 14255 (galac.sh) S 14253 14255 13988 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 161072618 48717824 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 255539211098 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14255/statm: 11894 362 244 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47576

[startup+0.5176 s]
/proc/loadavg: 1.94 1.90 1.47 4/73 14256
/proc/meminfo: memFree=1148648/2055920 swapFree=4192812/4192956
[pid=14255] ppid=14253 vsize=47576 CPUtime=0.01
/proc/14255/stat : 14255 (galac.sh) S 14253 14255 13988 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 161072618 48717824 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 255539211098 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14255/statm: 11894 362 244 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47576

[startup+1.33867 s]
/proc/loadavg: 1.94 1.90 1.47 3/81 14276
/proc/meminfo: memFree=1103008/2055920 swapFree=4192812/4192956
[pid=14255] ppid=14253 vsize=47576 CPUtime=0.01
/proc/14255/stat : 14255 (galac.sh) S 14253 14255 13988 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 161072618 48717824 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 255539211098 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14255/statm: 11894 362 244 79 0 218 0
[pid=14269] ppid=14255 vsize=861020 CPUtime=1.28
/proc/14269/stat : 14269 (java) R 14255 14255 13988 0 -1 0 11810 0 1 0 123 5 0 0 25 0 8 0 161072621 881684480 11562 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073701970 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14269/statm: 215255 11562 1993 14 0 201460 0
[pid=14269/tid=14270] ppid=14255 vsize=861020 CPUtime=0.08
/proc/14269/task/14270/stat : 14270 (java) S 14255 14255 13988 0 -1 64 3404 0 0 0 7 1 0 0 16 0 8 0 161072625 881684480 11562 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14269/tid=14271] ppid=14255 vsize=861020 CPUtime=0
/proc/14269/task/14271/stat : 14271 (java) S 14255 14255 13988 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 161072626 881684480 11562 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14269/tid=14272] ppid=14255 vsize=861020 CPUtime=0
/proc/14269/task/14272/stat : 14272 (java) S 14255 14255 13988 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 161072626 881684480 11562 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14269/tid=14273] ppid=14255 vsize=861020 CPUtime=0
/proc/14269/task/14273/stat : 14273 (java) S 14255 14255 13988 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 161072629 881684480 11562 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14269/tid=14274] ppid=14255 vsize=861020 CPUtime=0.09
/proc/14269/task/14274/stat : 14274 (java) S 14255 14255 13988 0 -1 64 887 0 0 0 9 0 0 0 16 0 8 0 161072629 881684480 11562 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14269/tid=14275] ppid=14255 vsize=861020 CPUtime=0
/proc/14269/task/14275/stat : 14275 (java) S 14255 14255 13988 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 161072629 881684480 11562 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14269/tid=14276] ppid=14255 vsize=861020 CPUtime=0
/proc/14269/task/14276/stat : 14276 (java) S 14255 14255 13988 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 161072629 881684480 11562 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 908596

[startup+2.98082 s]
/proc/loadavg: 1.94 1.90 1.47 4/81 14276
/proc/meminfo: memFree=1091552/2055920 swapFree=4192812/4192956
[pid=14255] ppid=14253 vsize=47576 CPUtime=0.01
/proc/14255/stat : 14255 (galac.sh) S 14253 14255 13988 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 161072618 48717824 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 255539211098 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14255/statm: 11894 362 244 79 0 218 0
[pid=14269] ppid=14255 vsize=861156 CPUtime=2.91
/proc/14269/stat : 14269 (java) R 14255 14255 13988 0 -1 0 13064 0 1 0 284 7 0 0 25 0 8 0 161072621 881823744 12814 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4074295608 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14269/statm: 215289 12814 1997 14 0 201494 0
[pid=14269/tid=14270] ppid=14255 vsize=861156 CPUtime=0.13
/proc/14269/task/14270/stat : 14270 (java) S 14255 14255 13988 0 -1 64 4458 0 0 0 12 1 0 0 17 0 8 0 161072625 881823744 12814 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14269/tid=14271] ppid=14255 vsize=861156 CPUtime=0
/proc/14269/task/14271/stat : 14271 (java) S 14255 14255 13988 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 161072626 881823744 12814 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14269/tid=14272] ppid=14255 vsize=861156 CPUtime=0
/proc/14269/task/14272/stat : 14272 (java) S 14255 14255 13988 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 161072626 881823744 12814 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14269/tid=14273] ppid=14255 vsize=861156 CPUtime=0
/proc/14269/task/14273/stat : 14273 (java) S 14255 14255 13988 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 161072629 881823744 12814 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14269/tid=14274] ppid=14255 vsize=861156 CPUtime=0.35
/proc/14269/task/14274/stat : 14274 (java) S 14255 14255 13988 0 -1 64 1063 0 0 0 33 2 0 0 15 0 8 0 161072629 881823744 12814 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14269/tid=14275] ppid=14255 vsize=861156 CPUtime=0
/proc/14269/task/14275/stat : 14275 (java) S 14255 14255 13988 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 161072629 881823744 12814 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14269/tid=14276] ppid=14255 vsize=861156 CPUtime=0
/proc/14269/task/14276/stat : 14276 (java) S 14255 14255 13988 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 161072629 881823744 12814 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.92
Current children cumulated vsize (KiB) 908732

[startup+6.18912 s]
/proc/loadavg: 1.95 1.90 1.47 3/81 14276
/proc/meminfo: memFree=1038368/2055920 swapFree=4192812/4192956
[pid=14255] ppid=14253 vsize=47576 CPUtime=0.01
/proc/14255/stat : 14255 (galac.sh) S 14253 14255 13988 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 161072618 48717824 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 255539211098 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14255/statm: 11894 362 244 79 0 218 0
[pid=14269] ppid=14255 vsize=861288 CPUtime=6.11
/proc/14269/stat : 14269 (java) R 14255 14255 13988 0 -1 0 21715 0 1 0 599 12 0 0 25 0 8 0 161072621 881958912 21462 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4074375947 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14269/statm: 215322 21462 2018 14 0 201527 0
[pid=14269/tid=14270] ppid=14255 vsize=861288 CPUtime=0.17
/proc/14269/task/14270/stat : 14270 (java) S 14255 14255 13988 0 -1 64 5590 0 0 0 16 1 0 0 16 0 8 0 161072625 881958912 21462 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14269/tid=14271] ppid=14255 vsize=861288 CPUtime=0
/proc/14269/task/14271/stat : 14271 (java) S 14255 14255 13988 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 161072626 881958912 21462 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14269/tid=14272] ppid=14255 vsize=861288 CPUtime=0
/proc/14269/task/14272/stat : 14272 (java) S 14255 14255 13988 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 161072626 881958912 21462 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14269/tid=14273] ppid=14255 vsize=861288 CPUtime=0
/proc/14269/task/14273/stat : 14273 (java) S 14255 14255 13988 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 161072629 881958912 21462 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14269/tid=14274] ppid=14255 vsize=861288 CPUtime=0.43
/proc/14269/task/14274/stat : 14274 (java) S 14255 14255 13988 0 -1 64 1125 0 0 0 41 2 0 0 15 0 8 0 161072629 881958912 21462 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14269/tid=14275] ppid=14255 vsize=861288 CPUtime=0
/proc/14269/task/14275/stat : 14275 (java) S 14255 14255 13988 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 161072629 881958912 21462 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14269/tid=14276] ppid=14255 vsize=861288 CPUtime=0
/proc/14269/task/14276/stat : 14276 (java) S 14255 14255 13988 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 161072629 881958912 21462 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.12
Current children cumulated vsize (KiB) 908864

[startup+12.6737 s]
/proc/loadavg: 1.95 1.90 1.48 3/81 14276
/proc/meminfo: memFree=1081960/2055920 swapFree=4192812/4192956
[pid=14255] ppid=14253 vsize=47576 CPUtime=0.01
/proc/14255/stat : 14255 (galac.sh) S 14253 14255 13988 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 161072618 48717824 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 255539211098 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14255/statm: 11894 362 244 79 0 218 0
[pid=14269] ppid=14255 vsize=861288 CPUtime=12.56
/proc/14269/stat : 14269 (java) R 14255 14255 13988 0 -1 0 21726 0 1 0 1242 14 0 0 25 0 8 0 161072621 881958912 21463 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073825803 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14269/statm: 215322 21463 2018 14 0 201527 0
[pid=14269/tid=14270] ppid=14255 vsize=861288 CPUtime=0.31
/proc/14269/task/14270/stat : 14270 (java) S 14255 14255 13988 0 -1 64 5590 0 0 0 29 2 0 0 16 0 8 0 161072625 881958912 21463 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14269/tid=14271] ppid=14255 vsize=861288 CPUtime=0
/proc/14269/task/14271/stat : 14271 (java) S 14255 14255 13988 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 161072626 881958912 21463 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14269/tid=14272] ppid=14255 vsize=861288 CPUtime=0
/proc/14269/task/14272/stat : 14272 (java) S 14255 14255 13988 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 161072626 881958912 21463 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14269/tid=14273] ppid=14255 vsize=861288 CPUtime=0
/proc/14269/task/14273/stat : 14273 (java) S 14255 14255 13988 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 161072629 881958912 21463 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14269/tid=14274] ppid=14255 vsize=861288 CPUtime=0.44
/proc/14269/task/14274/stat : 14274 (java) S 14255 14255 13988 0 -1 64 1126 0 0 0 42 2 0 0 15 0 8 0 161072629 881958912 21463 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14269/tid=14275] ppid=14255 vsize=861288 CPUtime=0
/proc/14269/task/14275/stat : 14275 (java) S 14255 14255 13988 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 161072629 881958912 21463 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14269/tid=14276] ppid=14255 vsize=861288 CPUtime=0
/proc/14269/task/14276/stat : 14276 (java) S 14255 14255 13988 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 161072629 881958912 21463 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 908864

[startup+25.5549 s]
/proc/loadavg: 1.96 1.90 1.48 3/81 14276
/proc/meminfo: memFree=1091752/2055920 swapFree=4192812/4192956
[pid=14255] ppid=14253 vsize=47576 CPUtime=0.01
/proc/14255/stat : 14255 (galac.sh) S 14253 14255 13988 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 161072618 48717824 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 255539211098 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14255/statm: 11894 362 244 79 0 218 0
[pid=14269] ppid=14255 vsize=861288 CPUtime=25.39
/proc/14269/stat : 14269 (java) R 14255 14255 13988 0 -1 0 22310 0 1 0 2520 19 0 0 25 0 8 0 161072621 881958912 22028 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4074426730 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14269/statm: 215322 22028 2018 14 0 201527 0
[pid=14269/tid=14270] ppid=14255 vsize=861288 CPUtime=0.35
/proc/14269/task/14270/stat : 14270 (java) S 14255 14255 13988 0 -1 64 6155 0 0 0 33 2 0 0 16 0 8 0 161072625 881958912 22028 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14269/tid=14271] ppid=14255 vsize=861288 CPUtime=0
/proc/14269/task/14271/stat : 14271 (java) S 14255 14255 13988 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 161072626 881958912 22028 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14269/tid=14272] ppid=14255 vsize=861288 CPUtime=0
/proc/14269/task/14272/stat : 14272 (java) S 14255 14255 13988 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 161072626 881958912 22028 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14269/tid=14273] ppid=14255 vsize=861288 CPUtime=0
/proc/14269/task/14273/stat : 14273 (java) S 14255 14255 13988 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 161072629 881958912 22028 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14269/tid=14274] ppid=14255 vsize=861288 CPUtime=0.44
/proc/14269/task/14274/stat : 14274 (java) S 14255 14255 13988 0 -1 64 1126 0 0 0 42 2 0 0 15 0 8 0 161072629 881958912 22028 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14269/tid=14275] ppid=14255 vsize=861288 CPUtime=0
/proc/14269/task/14275/stat : 14275 (java) S 14255 14255 13988 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 161072629 881958912 22028 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14269/tid=14276] ppid=14255 vsize=861288 CPUtime=0
/proc/14269/task/14276/stat : 14276 (java) S 14255 14255 13988 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 161072629 881958912 22028 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.4
Current children cumulated vsize (KiB) 908864

[startup+51.2113 s]
/proc/loadavg: 2.04 1.93 1.50 3/81 14276
/proc/meminfo: memFree=1014760/2055920 swapFree=4192812/4192956
[pid=14255] ppid=14253 vsize=47576 CPUtime=0.01
/proc/14255/stat : 14255 (galac.sh) S 14253 14255 13988 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 161072618 48717824 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 255539211098 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14255/statm: 11894 362 244 79 0 218 0
[pid=14269] ppid=14255 vsize=861288 CPUtime=50.89
/proc/14269/stat : 14269 (java) R 14255 14255 13988 0 -1 0 22349 0 1 0 5063 26 0 0 25 0 8 0 161072621 881958912 22029 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073685319 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14269/statm: 215322 22029 2018 14 0 201527 0
[pid=14269/tid=14270] ppid=14255 vsize=861288 CPUtime=0.37
/proc/14269/task/14270/stat : 14270 (java) S 14255 14255 13988 0 -1 64 6155 0 0 0 35 2 0 0 16 0 8 0 161072625 881958912 22029 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14269/tid=14271] ppid=14255 vsize=861288 CPUtime=0
/proc/14269/task/14271/stat : 14271 (java) S 14255 14255 13988 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 161072626 881958912 22029 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14269/tid=14272] ppid=14255 vsize=861288 CPUtime=0
/proc/14269/task/14272/stat : 14272 (java) S 14255 14255 13988 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 161072626 881958912 22029 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14269/tid=14273] ppid=14255 vsize=861288 CPUtime=0
/proc/14269/task/14273/stat : 14273 (java) S 14255 14255 13988 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 161072629 881958912 22029 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14269/tid=14274] ppid=14255 vsize=861288 CPUtime=0.44
/proc/14269/task/14274/stat : 14274 (java) S 14255 14255 13988 0 -1 64 1127 0 0 0 42 2 0 0 16 0 8 0 161072629 881958912 22029 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14269/tid=14275] ppid=14255 vsize=861288 CPUtime=0
/proc/14269/task/14275/stat : 14275 (java) S 14255 14255 13988 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 161072629 881958912 22029 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14269/tid=14276] ppid=14255 vsize=861288 CPUtime=0
/proc/14269/task/14276/stat : 14276 (java) S 14255 14255 13988 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 161072629 881958912 22029 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.9
Current children cumulated vsize (KiB) 908864

[startup+102.431 s]
/proc/loadavg: 2.02 1.94 1.52 3/81 14276
/proc/meminfo: memFree=1046248/2055920 swapFree=4192812/4192956
[pid=14255] ppid=14253 vsize=47576 CPUtime=0.01

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

/proc/loadavg: 1.00 1.02 1.16 2/66 14305
/proc/meminfo: memFree=578272/2055920 swapFree=4192812/4192956
[pid=14255] ppid=14253 vsize=47576 CPUtime=473.7
/proc/14255/stat : 14255 (galac.sh) S 14253 14255 13988 0 -1 4194304 799 24708 0 1 0 0 47207 163 17 0 1 0 161072618 48717824 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 255539211098 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14255/statm: 11894 362 244 79 0 218 0
[pid=14305] ppid=14255 vsize=576168 CPUtime=648.7
/proc/14305/stat : 14305 (minisat) R 14255 14255 13988 0 -1 4194304 132750 0 0 0 64787 83 0 0 25 0 1 0 161120052 589996032 132732 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/14305/statm: 144042 132732 54 142 0 143898 0
Current children cumulated CPU time (s) 1122.4
Current children cumulated vsize (KiB) 623744

[startup+1183.29 s]
/proc/loadavg: 1.00 1.02 1.15 2/66 14305
/proc/meminfo: memFree=578272/2055920 swapFree=4192812/4192956
[pid=14255] ppid=14253 vsize=47576 CPUtime=473.7
/proc/14255/stat : 14255 (galac.sh) S 14253 14255 13988 0 -1 4194304 799 24708 0 1 0 0 47207 163 17 0 1 0 161072618 48717824 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 255539211098 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14255/statm: 11894 362 244 79 0 218 0
[pid=14305] ppid=14255 vsize=576168 CPUtime=708.74
/proc/14305/stat : 14305 (minisat) R 14255 14255 13988 0 -1 4194304 132756 0 0 0 70791 83 0 0 25 0 1 0 161120052 589996032 132738 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/14305/statm: 144042 132738 54 142 0 143898 0
Current children cumulated CPU time (s) 1182.44
Current children cumulated vsize (KiB) 623744

[startup+1243.34 s]
/proc/loadavg: 1.00 1.01 1.14 2/66 14305
/proc/meminfo: memFree=578208/2055920 swapFree=4192812/4192956
[pid=14255] ppid=14253 vsize=47576 CPUtime=473.7
/proc/14255/stat : 14255 (galac.sh) S 14253 14255 13988 0 -1 4194304 799 24708 0 1 0 0 47207 163 17 0 1 0 161072618 48717824 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 255539211098 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14255/statm: 11894 362 244 79 0 218 0
[pid=14305] ppid=14255 vsize=576168 CPUtime=768.77
/proc/14305/stat : 14305 (minisat) R 14255 14255 13988 0 -1 4194304 132767 0 0 0 76794 83 0 0 25 0 1 0 161120052 589996032 132749 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134520025 0 0 4096 3 0 0 0 17 1 0 0
/proc/14305/statm: 144042 132749 54 142 0 143898 0
Current children cumulated CPU time (s) 1242.47
Current children cumulated vsize (KiB) 623744

[startup+1303.39 s]
/proc/loadavg: 1.00 1.00 1.12 2/66 14305
/proc/meminfo: memFree=578144/2055920 swapFree=4192812/4192956
[pid=14255] ppid=14253 vsize=47576 CPUtime=473.7
/proc/14255/stat : 14255 (galac.sh) S 14253 14255 13988 0 -1 4194304 799 24708 0 1 0 0 47207 163 17 0 1 0 161072618 48717824 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 255539211098 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14255/statm: 11894 362 244 79 0 218 0
[pid=14305] ppid=14255 vsize=576168 CPUtime=828.81
/proc/14305/stat : 14305 (minisat) R 14255 14255 13988 0 -1 4194304 132778 0 0 0 82798 83 0 0 25 0 1 0 161120052 589996032 132760 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134520025 0 0 4096 3 0 0 0 17 1 0 0
/proc/14305/statm: 144042 132760 54 142 0 143898 0
Current children cumulated CPU time (s) 1302.51
Current children cumulated vsize (KiB) 623744

[startup+1363.47 s]
/proc/loadavg: 1.00 1.00 1.11 2/72 14443
/proc/meminfo: memFree=576872/2055920 swapFree=4192812/4192956
[pid=14255] ppid=14253 vsize=47576 CPUtime=473.7
/proc/14255/stat : 14255 (galac.sh) S 14253 14255 13988 0 -1 4194304 799 24708 0 1 0 0 47207 163 17 0 1 0 161072618 48717824 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 255539211098 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14255/statm: 11894 362 244 79 0 218 0
[pid=14305] ppid=14255 vsize=576300 CPUtime=888.81
/proc/14305/stat : 14305 (minisat) R 14255 14255 13988 0 -1 4194304 132789 0 0 0 88797 84 0 0 25 0 1 0 161120052 590131200 132771 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/14305/statm: 144075 132771 54 142 0 143931 0
Current children cumulated CPU time (s) 1362.51
Current children cumulated vsize (KiB) 623876

[startup+1423.56 s]
/proc/loadavg: 1.00 1.00 1.10 2/66 14503
/proc/meminfo: memFree=577760/2055920 swapFree=4192812/4192956
[pid=14255] ppid=14253 vsize=47576 CPUtime=473.7
/proc/14255/stat : 14255 (galac.sh) S 14253 14255 13988 0 -1 4194304 799 24708 0 1 0 0 47207 163 17 0 1 0 161072618 48717824 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 255539211098 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14255/statm: 11894 362 244 79 0 218 0
[pid=14305] ppid=14255 vsize=576300 CPUtime=948.83
/proc/14305/stat : 14305 (minisat) R 14255 14255 13988 0 -1 4194304 132810 0 0 0 94799 84 0 0 25 0 1 0 161120052 590131200 132792 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 1 0 0
/proc/14305/statm: 144075 132792 54 142 0 143931 0
Current children cumulated CPU time (s) 1422.53
Current children cumulated vsize (KiB) 623876

[startup+1483.61 s]
/proc/loadavg: 1.00 1.00 1.09 2/66 14503
/proc/meminfo: memFree=577760/2055920 swapFree=4192812/4192956
[pid=14255] ppid=14253 vsize=47576 CPUtime=473.7
/proc/14255/stat : 14255 (galac.sh) S 14253 14255 13988 0 -1 4194304 799 24708 0 1 0 0 47207 163 17 0 1 0 161072618 48717824 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 255539211098 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14255/statm: 11894 362 244 79 0 218 0
[pid=14305] ppid=14255 vsize=576432 CPUtime=1008.87
/proc/14305/stat : 14305 (minisat) R 14255 14255 13988 0 -1 4194304 132833 0 0 0 100802 85 0 0 25 0 1 0 161120052 590266368 132815 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529327 0 0 4096 3 0 0 0 17 1 0 0
/proc/14305/statm: 144108 132815 54 142 0 143964 0
Current children cumulated CPU time (s) 1482.57
Current children cumulated vsize (KiB) 624008

[startup+1543.66 s]
/proc/loadavg: 1.04 1.01 1.09 2/66 14503
/proc/meminfo: memFree=577696/2055920 swapFree=4192812/4192956
[pid=14255] ppid=14253 vsize=47576 CPUtime=473.7
/proc/14255/stat : 14255 (galac.sh) S 14253 14255 13988 0 -1 4194304 799 24708 0 1 0 0 47207 163 17 0 1 0 161072618 48717824 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 255539211098 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14255/statm: 11894 362 244 79 0 218 0
[pid=14305] ppid=14255 vsize=576564 CPUtime=1068.91
/proc/14305/stat : 14305 (minisat) R 14255 14255 13988 0 -1 4194304 132854 0 0 0 106806 85 0 0 25 0 1 0 161120052 590401536 132836 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529361 0 0 4096 3 0 0 0 17 1 0 0
/proc/14305/statm: 144141 132836 54 142 0 143997 0
Current children cumulated CPU time (s) 1542.61
Current children cumulated vsize (KiB) 624140

[startup+1603.72 s]
/proc/loadavg: 1.01 1.01 1.08 2/66 14503
/proc/meminfo: memFree=577632/2055920 swapFree=4192812/4192956
[pid=14255] ppid=14253 vsize=47576 CPUtime=473.7
/proc/14255/stat : 14255 (galac.sh) S 14253 14255 13988 0 -1 4194304 799 24708 0 1 0 0 47207 163 17 0 1 0 161072618 48717824 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 255539211098 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14255/statm: 11894 362 244 79 0 218 0
[pid=14305] ppid=14255 vsize=576564 CPUtime=1128.95
/proc/14305/stat : 14305 (minisat) R 14255 14255 13988 0 -1 4194304 132872 0 0 0 112810 85 0 0 25 0 1 0 161120052 590401536 132854 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 1 0 0
/proc/14305/statm: 144141 132854 54 142 0 143997 0
Current children cumulated CPU time (s) 1602.65
Current children cumulated vsize (KiB) 624140

[startup+1663.78 s]
/proc/loadavg: 1.00 1.00 1.08 2/66 14503
/proc/meminfo: memFree=577568/2055920 swapFree=4192812/4192956
[pid=14255] ppid=14253 vsize=47576 CPUtime=473.7
/proc/14255/stat : 14255 (galac.sh) S 14253 14255 13988 0 -1 4194304 799 24708 0 1 0 0 47207 163 17 0 1 0 161072618 48717824 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 255539211098 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14255/statm: 11894 362 244 79 0 218 0
[pid=14305] ppid=14255 vsize=576696 CPUtime=1188.99
/proc/14305/stat : 14305 (minisat) R 14255 14255 13988 0 -1 4194304 132898 0 0 0 118814 85 0 0 25 0 1 0 161120052 590536704 132880 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529268 0 0 4096 3 0 0 0 17 1 0 0
/proc/14305/statm: 144174 132880 54 142 0 144030 0
Current children cumulated CPU time (s) 1662.69
Current children cumulated vsize (KiB) 624272

[startup+1723.83 s]
/proc/loadavg: 1.00 1.00 1.07 2/66 14503
/proc/meminfo: memFree=577440/2055920 swapFree=4192812/4192956
[pid=14255] ppid=14253 vsize=47576 CPUtime=473.7
/proc/14255/stat : 14255 (galac.sh) S 14253 14255 13988 0 -1 4194304 799 24708 0 1 0 0 47207 163 17 0 1 0 161072618 48717824 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 255539211098 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14255/statm: 11894 362 244 79 0 218 0
[pid=14305] ppid=14255 vsize=576828 CPUtime=1249.03
/proc/14305/stat : 14305 (minisat) R 14255 14255 13988 0 -1 4194304 132921 0 0 0 124818 85 0 0 25 0 1 0 161120052 590671872 132903 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134520025 0 0 4096 3 0 0 0 17 1 0 0
/proc/14305/statm: 144207 132903 54 142 0 144063 0
Current children cumulated CPU time (s) 1722.73
Current children cumulated vsize (KiB) 624404

[startup+1783.89 s]
/proc/loadavg: 1.00 1.00 1.06 2/66 14503
/proc/meminfo: memFree=577376/2055920 swapFree=4192812/4192956
[pid=14255] ppid=14253 vsize=47576 CPUtime=473.7
/proc/14255/stat : 14255 (galac.sh) S 14253 14255 13988 0 -1 4194304 799 24708 0 1 0 0 47207 163 17 0 1 0 161072618 48717824 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 255539211098 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14255/statm: 11894 362 244 79 0 218 0
[pid=14305] ppid=14255 vsize=576828 CPUtime=1309.07
/proc/14305/stat : 14305 (minisat) R 14255 14255 13988 0 -1 4194304 132940 0 0 0 130822 85 0 0 25 0 1 0 161120052 590671872 132922 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/14305/statm: 144207 132922 54 142 0 144063 0
Current children cumulated CPU time (s) 1782.77
Current children cumulated vsize (KiB) 624404



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.21 s]
/proc/loadavg: 1.00 1.00 1.06 2/66 14503
/proc/meminfo: memFree=577376/2055920 swapFree=4192812/4192956
[pid=14255] ppid=14253 vsize=47576 CPUtime=473.7
/proc/14255/stat : 14255 (galac.sh) S 14253 14255 13988 0 -1 4194304 799 24708 0 1 0 0 47207 163 17 0 1 0 161072618 48717824 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 255539211098 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14255/statm: 11894 362 244 79 0 218 0
[pid=14305] ppid=14255 vsize=576828 CPUtime=1326.39
/proc/14305/stat : 14305 (minisat) R 14255 14255 13988 0 -1 4194304 132944 0 0 0 132554 85 0 0 25 0 1 0 161120052 590671872 132926 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529268 0 0 4096 3 0 0 0 17 1 0 0
/proc/14305/statm: 144207 132926 54 142 0 144063 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 624404

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 14255 and gives childrusage.ru_utime.tv_sec=472 childrusage.ru_utime.tv_usec=83232 childrusage.ru_stime.tv_sec=1 childrusage.ru_stime.tv_usec=639750
CPU time returned by wait4() is 473.723
while last known CPU time is 1800.09

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

Real time (s): 1801.22
CPU time (s): 1800.09
CPU user time (s): 1797.61
CPU system time (s): 2.48
CPU usage (%): 99.9372
Max. virtual memory (cumulated for all children) (KiB): 908864

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 472.083
system time used= 1.63975
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25507
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= 15709
involuntary context switches= 11178

runsolver used 1.9517 s user time and 4.10038 s system time

The end

Launcher Data (download as text)

Begin job on node48 on Sat Jan  6 23:38:59 UTC 2007


IDJOB= 198056
IDBENCH= 3531
FILE ID= node48/198056-1168126739

PBS_JOBID= 3477679

Free space on /tmp= 66490 MiB

BENCH NAME= HOME/pub/bench/CPAI06/golombRuler/golombRulerArity4/ruler-44-10-a4.xml
COMMAND LINE= /tmp/evaluation/198056-1168126739/galac.sh /tmp/evaluation/198056-1168126739/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node48/watcher-198056-1168126739 -o ROOT/results/node48/solver-198056-1168126739 -C 1800 -M 900  /tmp/evaluation/198056-1168126739/galac.sh /tmp/evaluation/198056-1168126739/unknown.xml

META MD5SUM SOLVER= d8bf20eb49fe33822f00bab08f33d7fc
MD5SUM BENCH=  5a77c82d4a1b3da080370c15439dcb29

RANDOM SEED= 211737600

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.218
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.218
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:       1149384 kB
Buffers:         45976 kB
Cached:         640212 kB
SwapCached:          0 kB
Active:         387848 kB
Inactive:       445276 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1149384 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2940 kB
Writeback:           0 kB
Mapped:         157752 kB
Slab:            58436 kB
Committed_AS:  3467928 kB
PageTables:       2204 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= 66325 MiB



End job on node48 on Sun Jan  7 00:09:01 UTC 2007