Trace number 206505

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.1 1806.96

General information on the benchmark

Namerandom/rand-3-28-28/
rand-3-28-28-93-632-41_ext.xml
MD5SUMd15423797f1ef1d5245c3829c28d61e0
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.61	c start processing
5.61	c start relation processing
20.53	c start cnf exporting
83.99	c parsing time : 5.438
83.99	c preprocessing time : 83.822
83.99	
83.99	c Nary constraints - conflicts : 0 supports : 93
83.99	c Binary constraints - conflicts : 0 supports :0
83.99	c max arity constraint : 3
83.99	c Max Tuples generated 0
83.99	c relations : 93
83.99	c relations BDD: 93
83.99	c vars : 598216 - clauses :  1874524
83.99	
84.09	 
84.09	c --- Minisat Stats ---
84.09	 

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/node5/watcher-206505-1168174041 -o ROOT/results/node5/solver-206505-1168174041 -C 1800 -M 900 /tmp/evaluation/206505-1168174041/galac.sh /tmp/evaluation/206505-1168174041/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.92 1.98 1.99 5/95 10106
/proc/meminfo: memFree=930152/2055920 swapFree=4192812/4192956
[pid=10105] ppid=10103 vsize=8560 CPUtime=0
/proc/10105/stat : 10105 (galac.sh) R 10103 10105 9885 0 -1 4194304 308 0 0 0 0 0 0 0 20 0 1 0 146018573 8765440 253 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 226913666959 0 0 4096 8192 0 0 0 17 1 0 0
/proc/10105/statm: 2140 253 197 79 0 133 0

[startup+0.106621 s]
/proc/loadavg: 1.92 1.98 1.99 5/95 10106
/proc/meminfo: memFree=930152/2055920 swapFree=4192812/4192956
[pid=10105] ppid=10103 vsize=47560 CPUtime=0.01
/proc/10105/stat : 10105 (galac.sh) S 10103 10105 9885 0 -1 4194304 762 1704 0 0 0 0 0 1 25 0 1 0 146018573 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10105/statm: 11890 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+0.514664 s]
/proc/loadavg: 1.92 1.98 1.99 5/95 10106
/proc/meminfo: memFree=930152/2055920 swapFree=4192812/4192956
[pid=10105] ppid=10103 vsize=47560 CPUtime=0.01
/proc/10105/stat : 10105 (galac.sh) S 10103 10105 9885 0 -1 4194304 762 1704 0 0 0 0 0 1 25 0 1 0 146018573 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10105/statm: 11890 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+1.34077 s]
/proc/loadavg: 1.92 1.98 1.99 3/103 10126
/proc/meminfo: memFree=853096/2055920 swapFree=4192812/4192956
[pid=10105] ppid=10103 vsize=47560 CPUtime=0.01
/proc/10105/stat : 10105 (galac.sh) S 10103 10105 9885 0 -1 4194304 762 1704 0 0 0 0 0 1 25 0 1 0 146018573 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10105/statm: 11890 363 245 79 0 218 0
[pid=10119] ppid=10105 vsize=861064 CPUtime=1.28
/proc/10119/stat : 10119 (java) R 10105 10105 9885 0 -1 0 21256 0 1 0 115 13 0 0 21 0 8 0 146018577 881729536 21009 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073450808 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10119/statm: 215266 21009 1967 14 0 201471 0
[pid=10119/tid=10120] ppid=10105 vsize=861064 CPUtime=0.05
/proc/10119/task/10120/stat : 10120 (java) S 10105 10105 9885 0 -1 64 5502 0 0 0 3 2 0 0 16 0 8 0 146018580 881729536 21009 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10119/tid=10121] ppid=10105 vsize=861064 CPUtime=0
/proc/10119/task/10121/stat : 10121 (java) S 10105 10105 9885 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 146018581 881729536 21009 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10119/tid=10122] ppid=10105 vsize=861064 CPUtime=0
/proc/10119/task/10122/stat : 10122 (java) S 10105 10105 9885 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 146018581 881729536 21009 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10119/tid=10123] ppid=10105 vsize=861064 CPUtime=0
/proc/10119/task/10123/stat : 10123 (java) S 10105 10105 9885 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 146018584 881729536 21009 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10119/tid=10124] ppid=10105 vsize=861064 CPUtime=0.13
/proc/10119/task/10124/stat : 10124 (java) S 10105 10105 9885 0 -1 64 892 0 0 0 12 1 0 0 16 0 8 0 146018584 881729536 21009 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10119/tid=10125] ppid=10105 vsize=861064 CPUtime=0
/proc/10119/task/10125/stat : 10125 (java) S 10105 10105 9885 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 146018585 881729536 21009 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10119/tid=10126] ppid=10105 vsize=861064 CPUtime=0
/proc/10119/task/10126/stat : 10126 (java) S 10105 10105 9885 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 146018585 881729536 21009 18446744073709551615 134512640 134570532 4294956096 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) 908624

[startup+2.99194 s]
/proc/loadavg: 1.92 1.98 1.99 4/103 10126
/proc/meminfo: memFree=841640/2055920 swapFree=4192812/4192956
[pid=10105] ppid=10103 vsize=47560 CPUtime=0.01
/proc/10105/stat : 10105 (galac.sh) S 10103 10105 9885 0 -1 4194304 762 1704 0 0 0 0 0 1 25 0 1 0 146018573 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10105/statm: 11890 363 245 79 0 218 0
[pid=10119] ppid=10105 vsize=861064 CPUtime=2.91
/proc/10119/stat : 10119 (java) R 10105 10105 9885 0 -1 0 25350 0 1 0 277 14 0 0 25 0 8 0 146018577 881729536 25097 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073652494 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10119/statm: 215266 25097 1967 14 0 201471 0
[pid=10119/tid=10120] ppid=10105 vsize=861064 CPUtime=0.21
/proc/10119/task/10120/stat : 10120 (java) S 10105 10105 9885 0 -1 64 9581 0 0 0 18 3 0 0 16 0 8 0 146018580 881729536 25097 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10119/tid=10121] ppid=10105 vsize=861064 CPUtime=0
/proc/10119/task/10121/stat : 10121 (java) S 10105 10105 9885 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 146018581 881729536 25097 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10119/tid=10122] ppid=10105 vsize=861064 CPUtime=0
/proc/10119/task/10122/stat : 10122 (java) S 10105 10105 9885 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 146018581 881729536 25097 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10119/tid=10123] ppid=10105 vsize=861064 CPUtime=0
/proc/10119/task/10123/stat : 10123 (java) S 10105 10105 9885 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 146018584 881729536 25097 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10119/tid=10124] ppid=10105 vsize=861064 CPUtime=0.16
/proc/10119/task/10124/stat : 10124 (java) S 10105 10105 9885 0 -1 64 901 0 0 0 15 1 0 0 16 0 8 0 146018584 881729536 25097 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10119/tid=10125] ppid=10105 vsize=861064 CPUtime=0
/proc/10119/task/10125/stat : 10125 (java) S 10105 10105 9885 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 146018585 881729536 25097 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10119/tid=10126] ppid=10105 vsize=861064 CPUtime=0
/proc/10119/task/10126/stat : 10126 (java) S 10105 10105 9885 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 146018585 881729536 25097 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.92
Current children cumulated vsize (KiB) 908624

[startup+6.27532 s]
/proc/loadavg: 1.93 1.98 1.99 3/103 10126
/proc/meminfo: memFree=814568/2055920 swapFree=4192812/4192956
[pid=10105] ppid=10103 vsize=47560 CPUtime=0.01
/proc/10105/stat : 10105 (galac.sh) S 10103 10105 9885 0 -1 4194304 762 1704 0 0 0 0 0 1 25 0 1 0 146018573 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10105/statm: 11890 363 245 79 0 218 0
[pid=10119] ppid=10105 vsize=861064 CPUtime=6.17
/proc/10119/stat : 10119 (java) R 10105 10105 9885 0 -1 0 30849 0 1 0 599 18 0 0 25 0 8 0 146018577 881729536 30587 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073924216 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10119/statm: 215266 30587 1975 14 0 201471 0
[pid=10119/tid=10120] ppid=10105 vsize=861064 CPUtime=0.43
/proc/10119/task/10120/stat : 10120 (java) S 10105 10105 9885 0 -1 64 15007 0 0 0 37 6 0 0 16 0 8 0 146018580 881729536 30587 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10119/tid=10121] ppid=10105 vsize=861064 CPUtime=0
/proc/10119/task/10121/stat : 10121 (java) S 10105 10105 9885 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 146018581 881729536 30587 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10119/tid=10122] ppid=10105 vsize=861064 CPUtime=0
/proc/10119/task/10122/stat : 10122 (java) S 10105 10105 9885 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 146018581 881729536 30587 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10119/tid=10123] ppid=10105 vsize=861064 CPUtime=0
/proc/10119/task/10123/stat : 10123 (java) S 10105 10105 9885 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 146018584 881729536 30587 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10119/tid=10124] ppid=10105 vsize=861064 CPUtime=0.24
/proc/10119/task/10124/stat : 10124 (java) S 10105 10105 9885 0 -1 64 946 0 0 0 23 1 0 0 15 0 8 0 146018584 881729536 30587 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10119/tid=10125] ppid=10105 vsize=861064 CPUtime=0
/proc/10119/task/10125/stat : 10125 (java) S 10105 10105 9885 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 146018585 881729536 30587 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10119/tid=10126] ppid=10105 vsize=861064 CPUtime=0
/proc/10119/task/10126/stat : 10126 (java) S 10105 10105 9885 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 146018585 881729536 30587 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 908624

[startup+12.679 s]
/proc/loadavg: 1.93 1.98 1.99 3/103 10126
/proc/meminfo: memFree=719080/2055920 swapFree=4192812/4192956
[pid=10105] ppid=10103 vsize=47560 CPUtime=0.01
/proc/10105/stat : 10105 (galac.sh) S 10103 10105 9885 0 -1 4194304 762 1704 0 0 0 0 0 1 25 0 1 0 146018573 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10105/statm: 11890 363 245 79 0 218 0
[pid=10119] ppid=10105 vsize=861064 CPUtime=12.51
/proc/10119/stat : 10119 (java) R 10105 10105 9885 0 -1 0 54722 0 1 0 1222 29 0 0 25 0 8 0 146018577 881729536 54456 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073924463 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10119/statm: 215266 54456 1975 14 0 201471 0
[pid=10119/tid=10120] ppid=10105 vsize=861064 CPUtime=1.53
/proc/10119/task/10120/stat : 10120 (java) S 10105 10105 9885 0 -1 64 38876 0 0 0 136 17 0 0 20 0 8 0 146018580 881729536 54456 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10119/tid=10121] ppid=10105 vsize=861064 CPUtime=0
/proc/10119/task/10121/stat : 10121 (java) S 10105 10105 9885 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 146018581 881729536 54456 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10119/tid=10122] ppid=10105 vsize=861064 CPUtime=0
/proc/10119/task/10122/stat : 10122 (java) S 10105 10105 9885 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 146018581 881729536 54456 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10119/tid=10123] ppid=10105 vsize=861064 CPUtime=0
/proc/10119/task/10123/stat : 10123 (java) S 10105 10105 9885 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 146018584 881729536 54456 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10119/tid=10124] ppid=10105 vsize=861064 CPUtime=0.24
/proc/10119/task/10124/stat : 10124 (java) S 10105 10105 9885 0 -1 64 946 0 0 0 23 1 0 0 15 0 8 0 146018584 881729536 54456 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10119/tid=10125] ppid=10105 vsize=861064 CPUtime=0
/proc/10119/task/10125/stat : 10125 (java) S 10105 10105 9885 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 146018585 881729536 54456 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10119/tid=10126] ppid=10105 vsize=861064 CPUtime=0
/proc/10119/task/10126/stat : 10126 (java) S 10105 10105 9885 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 146018585 881729536 54456 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 908624

[startup+25.5565 s]
/proc/loadavg: 1.95 1.98 1.99 3/103 10126
/proc/meminfo: memFree=585256/2055920 swapFree=4192812/4192956
[pid=10105] ppid=10103 vsize=47560 CPUtime=0.01
/proc/10105/stat : 10105 (galac.sh) S 10103 10105 9885 0 -1 4194304 762 1704 0 0 0 0 0 1 25 0 1 0 146018573 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10105/statm: 11890 363 245 79 0 218 0
[pid=10119] ppid=10105 vsize=861064 CPUtime=25.27
/proc/10119/stat : 10119 (java) R 10105 10105 9885 0 -1 0 87672 0 1 0 2479 48 0 0 25 0 8 0 146018577 881729536 87394 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4153380177 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10119/statm: 215266 87394 1995 14 0 201471 0
[pid=10119/tid=10120] ppid=10105 vsize=861064 CPUtime=3.04
/proc/10119/task/10120/stat : 10120 (java) S 10105 10105 9885 0 -1 64 71741 0 0 0 271 33 0 0 16 0 8 0 146018580 881729536 87394 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10119/tid=10121] ppid=10105 vsize=861064 CPUtime=0
/proc/10119/task/10121/stat : 10121 (java) S 10105 10105 9885 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 146018581 881729536 87394 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10119/tid=10122] ppid=10105 vsize=861064 CPUtime=0
/proc/10119/task/10122/stat : 10122 (java) S 10105 10105 9885 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 146018581 881729536 87394 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10119/tid=10123] ppid=10105 vsize=861064 CPUtime=0
/proc/10119/task/10123/stat : 10123 (java) S 10105 10105 9885 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 146018584 881729536 87394 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10119/tid=10124] ppid=10105 vsize=861064 CPUtime=0.31
/proc/10119/task/10124/stat : 10124 (java) S 10105 10105 9885 0 -1 64 982 0 0 0 30 1 0 0 15 0 8 0 146018584 881729536 87394 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10119/tid=10125] ppid=10105 vsize=861064 CPUtime=0
/proc/10119/task/10125/stat : 10125 (java) S 10105 10105 9885 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 146018585 881729536 87394 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10119/tid=10126] ppid=10105 vsize=861064 CPUtime=0
/proc/10119/task/10126/stat : 10126 (java) S 10105 10105 9885 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 146018585 881729536 87394 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.28
Current children cumulated vsize (KiB) 908624

[startup+51.2204 s]
/proc/loadavg: 1.96 1.98 1.99 3/103 10126
/proc/meminfo: memFree=571240/2055920 swapFree=4192812/4192956
[pid=10105] ppid=10103 vsize=47560 CPUtime=0.01
/proc/10105/stat : 10105 (galac.sh) S 10103 10105 9885 0 -1 4194304 762 1704 0 0 0 0 0 1 25 0 1 0 146018573 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10105/statm: 11890 363 245 79 0 218 0
[pid=10119] ppid=10105 vsize=861064 CPUtime=50.7
/proc/10119/stat : 10119 (java) R 10105 10105 9885 0 -1 0 87714 0 1 0 5011 59 0 0 25 0 8 0 146018577 881729536 87394 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4154989054 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10119/statm: 215266 87394 1995 14 0 201471 0
[pid=10119/tid=10120] ppid=10105 vsize=861064 CPUtime=3.13
/proc/10119/task/10120/stat : 10120 (java) S 10105 10105 9885 0 -1 64 71741 0 0 0 279 34 0 0 16 0 8 0 146018580 881729536 87394 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10119/tid=10121] ppid=10105 vsize=861064 CPUtime=0
/proc/10119/task/10121/stat : 10121 (java) S 10105 10105 9885 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 146018581 881729536 87394 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10119/tid=10122] ppid=10105 vsize=861064 CPUtime=0
/proc/10119/task/10122/stat : 10122 (java) S 10105 10105 9885 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 146018581 881729536 87394 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10119/tid=10123] ppid=10105 vsize=861064 CPUtime=0
/proc/10119/task/10123/stat : 10123 (java) S 10105 10105 9885 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 146018584 881729536 87394 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10119/tid=10124] ppid=10105 vsize=861064 CPUtime=0.31
/proc/10119/task/10124/stat : 10124 (java) S 10105 10105 9885 0 -1 64 982 0 0 0 30 1 0 0 15 0 8 0 146018584 881729536 87394 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10119/tid=10125] ppid=10105 vsize=861064 CPUtime=0
/proc/10119/task/10125/stat : 10125 (java) S 10105 10105 9885 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 146018585 881729536 87394 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10119/tid=10126] ppid=10105 vsize=861064 CPUtime=0
/proc/10119/task/10126/stat : 10126 (java) S 10105 10105 9885 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 146018585 881729536 87394 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.71
Current children cumulated vsize (KiB) 908624

[startup+102.476 s]
/proc/loadavg: 1.98 1.98 1.99 3/96 10127
/proc/meminfo: memFree=783840/2055920 swapFree=4192812/4192956
[pid=10105] ppid=10103 vsize=47560 CPUtime=83.22
/proc/10105/stat : 10105 (galac.sh) S 10103 10105 9885 0 -1 4194304 800 89480 0 1 0 0 8242 80 17 0 1 0 146018573 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10105/statm: 11890 363 245 79 0 218 0
[pid=10127] ppid=10105 vsize=121760 CPUtime=18.21
/proc/10127/stat : 10127 (minisat) R 10105 10105 9885 0 -1 4194304 27998 0 0 0 1802 19 0 0 25 0 1 0 146026982 124682240 27980 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529274 0 0 4096 3 0 0 0 17 1 0 0
/proc/10127/statm: 30440 27980 54 142 0 30296 0
Current children cumulated CPU time (s) 101.43

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

/proc/loadavg: 2.01 2.02 2.00 3/94 10383
/proc/meminfo: memFree=1142512/2055920 swapFree=4192812/4192956
[pid=10105] ppid=10103 vsize=47560 CPUtime=83.22
/proc/10105/stat : 10105 (galac.sh) S 10103 10105 9885 0 -1 4194304 800 89480 0 1 0 0 8242 80 17 0 1 0 146018573 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10105/statm: 11890 363 245 79 0 218 0
[pid=10127] ppid=10105 vsize=188664 CPUtime=1033.88
/proc/10127/stat : 10127 (minisat) R 10105 10105 9885 0 -1 4194304 44720 0 0 0 103321 67 0 0 25 0 1 0 146026982 193191936 44702 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 0 0 0
/proc/10127/statm: 47166 44702 54 142 0 47022 0
Current children cumulated CPU time (s) 1117.1
Current children cumulated vsize (KiB) 236224

[startup+1183.26 s]
/proc/loadavg: 2.00 2.01 2.00 3/94 10383
/proc/meminfo: memFree=1136688/2055920 swapFree=4192812/4192956
[pid=10105] ppid=10103 vsize=47560 CPUtime=83.22
/proc/10105/stat : 10105 (galac.sh) S 10103 10105 9885 0 -1 4194304 800 89480 0 1 0 0 8242 80 17 0 1 0 146018573 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10105/statm: 11890 363 245 79 0 218 0
[pid=10127] ppid=10105 vsize=194512 CPUtime=1093.84
/proc/10127/stat : 10127 (minisat) R 10105 10105 9885 0 -1 4194304 46185 0 0 0 109315 69 0 0 25 0 1 0 146026982 199180288 46167 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 0 0 0
/proc/10127/statm: 48628 46167 54 142 0 48484 0
Current children cumulated CPU time (s) 1177.06
Current children cumulated vsize (KiB) 242072

[startup+1243.33 s]
/proc/loadavg: 2.00 2.01 2.00 3/94 10383
/proc/meminfo: memFree=1130160/2055920 swapFree=4192812/4192956
[pid=10105] ppid=10103 vsize=47560 CPUtime=83.22
/proc/10105/stat : 10105 (galac.sh) S 10103 10105 9885 0 -1 4194304 800 89480 0 1 0 0 8242 80 17 0 1 0 146018573 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10105/statm: 11890 363 245 79 0 218 0
[pid=10127] ppid=10105 vsize=201012 CPUtime=1153.81
/proc/10127/stat : 10127 (minisat) R 10105 10105 9885 0 -1 4194304 47811 0 0 0 115310 71 0 0 25 0 1 0 146026982 205836288 47793 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134526779 0 0 4096 3 0 0 0 17 0 0 0
/proc/10127/statm: 50253 47793 54 142 0 50109 0
Current children cumulated CPU time (s) 1237.03
Current children cumulated vsize (KiB) 248572

[startup+1303.33 s]
/proc/loadavg: 2.00 2.00 2.00 3/94 10383
/proc/meminfo: memFree=1122736/2055920 swapFree=4192812/4192956
[pid=10105] ppid=10103 vsize=47560 CPUtime=83.22
/proc/10105/stat : 10105 (galac.sh) S 10103 10105 9885 0 -1 4194304 800 89480 0 1 0 0 8242 80 17 0 1 0 146018573 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10105/statm: 11890 363 245 79 0 218 0
[pid=10127] ppid=10105 vsize=208428 CPUtime=1213.77
/proc/10127/stat : 10127 (minisat) R 10105 10105 9885 0 -1 4194304 49660 0 0 0 121304 73 0 0 25 0 1 0 146026982 213430272 49642 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/10127/statm: 52107 49642 54 142 0 51963 0
Current children cumulated CPU time (s) 1296.99
Current children cumulated vsize (KiB) 255988

[startup+1363.42 s]
/proc/loadavg: 2.08 2.03 2.01 3/94 10383
/proc/meminfo: memFree=1117808/2055920 swapFree=4192812/4192956
[pid=10105] ppid=10103 vsize=47560 CPUtime=83.22
/proc/10105/stat : 10105 (galac.sh) S 10103 10105 9885 0 -1 4194304 800 89480 0 1 0 0 8242 80 17 0 1 0 146018573 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10105/statm: 11890 363 245 79 0 218 0
[pid=10127] ppid=10105 vsize=213336 CPUtime=1273.81
/proc/10127/stat : 10127 (minisat) R 10105 10105 9885 0 -1 4194304 50890 0 0 0 127306 75 0 0 25 0 1 0 146026982 218456064 50872 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529268 0 0 4096 3 0 0 0 17 0 0 0
/proc/10127/statm: 53334 50872 54 142 0 53190 0
Current children cumulated CPU time (s) 1357.03
Current children cumulated vsize (KiB) 260896

[startup+1423.43 s]
/proc/loadavg: 2.03 2.02 2.00 3/94 10383
/proc/meminfo: memFree=1114736/2055920 swapFree=4192812/4192956
[pid=10105] ppid=10103 vsize=47560 CPUtime=83.22
/proc/10105/stat : 10105 (galac.sh) S 10103 10105 9885 0 -1 4194304 800 89480 0 1 0 0 8242 80 17 0 1 0 146018573 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10105/statm: 11890 363 245 79 0 218 0
[pid=10127] ppid=10105 vsize=216388 CPUtime=1333.75
/proc/10127/stat : 10127 (minisat) R 10105 10105 9885 0 -1 4194304 51657 0 0 0 133298 77 0 0 25 0 1 0 146026982 221581312 51639 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529268 0 0 4096 3 0 0 0 17 0 0 0
/proc/10127/statm: 54097 51639 54 142 0 53953 0
Current children cumulated CPU time (s) 1416.97
Current children cumulated vsize (KiB) 263948

[startup+1483.43 s]
/proc/loadavg: 2.01 2.02 2.00 3/94 10383
/proc/meminfo: memFree=1112560/2055920 swapFree=4192812/4192956
[pid=10105] ppid=10103 vsize=47560 CPUtime=83.22
/proc/10105/stat : 10105 (galac.sh) S 10103 10105 9885 0 -1 4194304 800 89480 0 1 0 0 8242 80 17 0 1 0 146018573 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10105/statm: 11890 363 245 79 0 218 0
[pid=10127] ppid=10105 vsize=218772 CPUtime=1393.69
/proc/10127/stat : 10127 (minisat) R 10105 10105 9885 0 -1 4194304 52211 0 0 0 139291 78 0 0 25 0 1 0 146026982 224022528 52193 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134521255 0 0 4096 3 0 0 0 17 0 0 0
/proc/10127/statm: 54693 52193 54 142 0 54549 0
Current children cumulated CPU time (s) 1476.91
Current children cumulated vsize (KiB) 266332

[startup+1543.47 s]
/proc/loadavg: 2.00 2.01 2.00 3/94 10383
/proc/meminfo: memFree=1108720/2055920 swapFree=4192812/4192956
[pid=10105] ppid=10103 vsize=47560 CPUtime=83.22
/proc/10105/stat : 10105 (galac.sh) S 10103 10105 9885 0 -1 4194304 800 89480 0 1 0 0 8242 80 17 0 1 0 146018573 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10105/statm: 11890 363 245 79 0 218 0
[pid=10127] ppid=10105 vsize=222612 CPUtime=1453.68
/proc/10127/stat : 10127 (minisat) R 10105 10105 9885 0 -1 4194304 53171 0 0 0 145288 80 0 0 25 0 1 0 146026982 227954688 53153 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/10127/statm: 55653 53153 54 142 0 55509 0
Current children cumulated CPU time (s) 1536.9
Current children cumulated vsize (KiB) 270172

[startup+1603.53 s]
/proc/loadavg: 2.00 2.00 2.00 3/94 10383
/proc/meminfo: memFree=1104368/2055920 swapFree=4192812/4192956
[pid=10105] ppid=10103 vsize=47560 CPUtime=83.22
/proc/10105/stat : 10105 (galac.sh) S 10103 10105 9885 0 -1 4194304 800 89480 0 1 0 0 8242 80 17 0 1 0 146018573 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10105/statm: 11890 363 245 79 0 218 0
[pid=10127] ppid=10105 vsize=226940 CPUtime=1513.66
/proc/10127/stat : 10127 (minisat) R 10105 10105 9885 0 -1 4194304 54268 0 0 0 151285 81 0 0 25 0 1 0 146026982 232386560 54250 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 0 0 0
/proc/10127/statm: 56735 54250 54 142 0 56591 0
Current children cumulated CPU time (s) 1596.88
Current children cumulated vsize (KiB) 274500

[startup+1663.55 s]
/proc/loadavg: 2.00 2.00 2.00 3/94 10383
/proc/meminfo: memFree=1100336/2055920 swapFree=4192812/4192956
[pid=10105] ppid=10103 vsize=47560 CPUtime=83.22
/proc/10105/stat : 10105 (galac.sh) S 10103 10105 9885 0 -1 4194304 800 89480 0 1 0 0 8242 80 17 0 1 0 146018573 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10105/statm: 11890 363 245 79 0 218 0
[pid=10127] ppid=10105 vsize=230908 CPUtime=1573.62
/proc/10127/stat : 10127 (minisat) R 10105 10105 9885 0 -1 4194304 55260 0 0 0 157280 82 0 0 25 0 1 0 146026982 236449792 55242 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529624 0 0 4096 3 0 0 0 17 0 0 0
/proc/10127/statm: 57727 55242 54 142 0 57583 0
Current children cumulated CPU time (s) 1656.84
Current children cumulated vsize (KiB) 278468

[startup+1723.61 s]
/proc/loadavg: 2.00 2.00 2.00 3/94 10385
/proc/meminfo: memFree=1096432/2055920 swapFree=4192812/4192956
[pid=10105] ppid=10103 vsize=47560 CPUtime=83.22
/proc/10105/stat : 10105 (galac.sh) S 10103 10105 9885 0 -1 4194304 800 89480 0 1 0 0 8242 80 17 0 1 0 146018573 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10105/statm: 11890 363 245 79 0 218 0
[pid=10127] ppid=10105 vsize=234612 CPUtime=1633.62
/proc/10127/stat : 10127 (minisat) R 10105 10105 9885 0 -1 4194304 56195 0 0 0 163279 83 0 0 25 0 1 0 146026982 240242688 56177 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529268 0 0 4096 3 0 0 0 17 0 0 0
/proc/10127/statm: 58653 56177 54 142 0 58509 0
Current children cumulated CPU time (s) 1716.84
Current children cumulated vsize (KiB) 282172

[startup+1783.64 s]
/proc/loadavg: 2.00 2.00 2.00 3/94 10385
/proc/meminfo: memFree=1093552/2055920 swapFree=4192812/4192956
[pid=10105] ppid=10103 vsize=47560 CPUtime=83.22
/proc/10105/stat : 10105 (galac.sh) S 10103 10105 9885 0 -1 4194304 800 89480 0 1 0 0 8242 80 17 0 1 0 146018573 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10105/statm: 11890 363 245 79 0 218 0
[pid=10127] ppid=10105 vsize=237516 CPUtime=1693.58
/proc/10127/stat : 10127 (minisat) R 10105 10105 9885 0 -1 4194304 56912 0 0 0 169273 85 0 0 25 0 1 0 146026982 243216384 56894 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529608 0 0 4096 3 0 0 0 17 0 0 0
/proc/10127/statm: 59379 56894 54 142 0 59235 0
Current children cumulated CPU time (s) 1776.8
Current children cumulated vsize (KiB) 285076



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1806.94 s]
/proc/loadavg: 2.00 2.00 2.00 3/94 10385
/proc/meminfo: memFree=1092144/2055920 swapFree=4192812/4192956
[pid=10105] ppid=10103 vsize=47560 CPUtime=83.22
/proc/10105/stat : 10105 (galac.sh) S 10103 10105 9885 0 -1 4194304 800 89480 0 1 0 0 8242 80 17 0 1 0 146018573 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 226913086298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10105/statm: 11890 363 245 79 0 218 0
[pid=10127] ppid=10105 vsize=238968 CPUtime=1716.88
/proc/10127/stat : 10127 (minisat) R 10105 10105 9885 0 -1 4194304 57263 0 0 0 171602 86 0 0 25 0 1 0 146026982 244703232 57245 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/10127/statm: 59742 57245 54 142 0 59598 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 286528

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 10105 and gives childrusage.ru_utime.tv_sec=82 childrusage.ru_utime.tv_usec=428468 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=816875
CPU time returned by wait4() is 83.2453
while last known CPU time is 1800.1

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

Real time (s): 1806.96
CPU time (s): 1800.1
CPU user time (s): 1798.44
CPU system time (s): 1.66
CPU usage (%): 99.6203
Max. virtual memory (cumulated for all children) (KiB): 908624

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 82.4285
system time used= 0.816875
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 90280
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= 3580
involuntary context switches= 7004

runsolver used 2.04069 s user time and 5.97509 s system time

The end

Launcher Data (download as text)

Begin job on node5 on Sun Jan  7 12:47:21 UTC 2007


IDJOB= 206505
IDBENCH= 4213
FILE ID= node5/206505-1168174041

PBS_JOBID= 3478844

Free space on /tmp= 66336 MiB

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

META MD5SUM SOLVER= d8bf20eb49fe33822f00bab08f33d7fc
MD5SUM BENCH=  d15423797f1ef1d5245c3829c28d61e0

RANDOM SEED= 842812875

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.240
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.240
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:        930632 kB
Buffers:         76844 kB
Cached:         387052 kB
SwapCached:          0 kB
Active:         789764 kB
Inactive:       270776 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        930632 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            8684 kB
Writeback:           0 kB
Mapped:         624544 kB
Slab:            48432 kB
Committed_AS:  4412856 kB
PageTables:       3356 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= 66304 MiB



End job on node5 on Sun Jan  7 13:17:28 UTC 2007