Trace number 206570

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 1810.08

General information on the benchmark

Namerandom/rand-3-28-28/
rand-3-28-28-93-632-38_ext.xml
MD5SUM9f119c73378eb18afa57aed4e777b3ca
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.04	c --- Preproc Stats ---
5.35	c start processing
5.35	c start relation processing
20.38	c start cnf exporting
83.48	c parsing time : 5.178
83.48	c preprocessing time : 83.311
83.48	
83.48	c Nary constraints - conflicts : 0 supports : 93
83.48	c Binary constraints - conflicts : 0 supports :0
83.48	c max arity constraint : 3
83.48	c Max Tuples generated 0
83.48	c relations : 93
83.48	c relations BDD: 93
83.48	c vars : 598527 - clauses :  1875435
83.48	
83.59	 
83.59	c --- Minisat Stats ---
83.59	 

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/node59/watcher-206570-1168174949 -o ROOT/results/node59/solver-206570-1168174949 -C 1800 -M 900 /tmp/evaluation/206570-1168174949/galac.sh /tmp/evaluation/206570-1168174949/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.95 2.00 1.98 5/87 20211
/proc/meminfo: memFree=1513920/2055920 swapFree=4192812/4192956
[pid=20210] ppid=20208 vsize=8560 CPUtime=0
/proc/20210/stat : 20210 (galac.sh) R 20208 20210 19001 0 -1 4194304 308 0 0 0 0 0 0 0 21 0 1 0 165892881 8765440 253 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 217051809679 0 0 4096 8192 0 0 0 17 1 0 0
/proc/20210/statm: 2140 253 197 79 0 133 0

[startup+0.106265 s]
/proc/loadavg: 1.95 2.00 1.98 5/87 20211
/proc/meminfo: memFree=1513920/2055920 swapFree=4192812/4192956
[pid=20210] ppid=20208 vsize=47556 CPUtime=0.01
/proc/20210/stat : 20210 (galac.sh) S 20208 20210 19001 0 -1 4194304 763 1704 0 0 0 0 0 1 18 0 1 0 165892881 48697344 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20210/statm: 11889 364 246 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+0.514308 s]
/proc/loadavg: 1.95 2.00 1.98 5/87 20211
/proc/meminfo: memFree=1513920/2055920 swapFree=4192812/4192956
[pid=20210] ppid=20208 vsize=47556 CPUtime=0.01
/proc/20210/stat : 20210 (galac.sh) S 20208 20210 19001 0 -1 4194304 763 1704 0 0 0 0 0 1 18 0 1 0 165892881 48697344 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20210/statm: 11889 364 246 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+1.3374 s]
/proc/loadavg: 1.95 2.00 1.98 2/82 20245
/proc/meminfo: memFree=1503336/2055920 swapFree=4192812/4192956
[pid=20210] ppid=20208 vsize=47556 CPUtime=0.01
/proc/20210/stat : 20210 (galac.sh) S 20208 20210 19001 0 -1 4194304 763 1704 0 0 0 0 0 1 18 0 1 0 165892881 48697344 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20210/statm: 11889 364 246 79 0 218 0
[pid=20224] ppid=20210 vsize=861064 CPUtime=1.27
/proc/20224/stat : 20224 (java) R 20210 20210 19001 0 -1 0 21634 0 1 0 116 11 0 0 17 0 8 0 165892886 881729536 21386 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073770903 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20224/statm: 215266 21386 1968 14 0 201471 0
[pid=20224/tid=20225] ppid=20210 vsize=861064 CPUtime=0.07
/proc/20224/task/20225/stat : 20225 (java) S 20210 20210 19001 0 -1 64 5877 0 0 0 6 1 0 0 16 0 8 0 165892889 881729536 21386 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20224/tid=20226] ppid=20210 vsize=861064 CPUtime=0
/proc/20224/task/20226/stat : 20226 (java) S 20210 20210 19001 0 -1 64 12 0 0 0 0 0 0 0 15 0 8 0 165892890 881729536 21386 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20224/tid=20227] ppid=20210 vsize=861064 CPUtime=0
/proc/20224/task/20227/stat : 20227 (java) S 20210 20210 19001 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 165892890 881729536 21386 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20224/tid=20228] ppid=20210 vsize=861064 CPUtime=0
/proc/20224/task/20228/stat : 20228 (java) S 20210 20210 19001 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 165892893 881729536 21386 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20224/tid=20229] ppid=20210 vsize=861064 CPUtime=0.11
/proc/20224/task/20229/stat : 20229 (java) S 20210 20210 19001 0 -1 64 892 0 0 0 11 0 0 0 15 0 8 0 165892893 881729536 21386 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20224/tid=20230] ppid=20210 vsize=861064 CPUtime=0
/proc/20224/task/20230/stat : 20230 (java) S 20210 20210 19001 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 165892893 881729536 21386 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20224/tid=20231] ppid=20210 vsize=861064 CPUtime=0
/proc/20224/task/20231/stat : 20231 (java) S 20210 20210 19001 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 165892893 881729536 21386 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 908620

[startup+2.99059 s]
/proc/loadavg: 1.95 2.00 1.98 3/98 20285
/proc/meminfo: memFree=1476008/2055920 swapFree=4192812/4192956
[pid=20210] ppid=20208 vsize=47556 CPUtime=0.01
/proc/20210/stat : 20210 (galac.sh) S 20208 20210 19001 0 -1 4194304 763 1704 0 0 0 0 0 1 18 0 1 0 165892881 48697344 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20210/statm: 11889 364 246 79 0 218 0
[pid=20224] ppid=20210 vsize=861064 CPUtime=2.91
/proc/20224/stat : 20224 (java) R 20210 20210 19001 0 -1 0 26557 0 1 0 277 14 0 0 25 0 8 0 165892886 881729536 26303 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073673236 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20224/statm: 215266 26303 1968 14 0 201471 0
[pid=20224/tid=20225] ppid=20210 vsize=861064 CPUtime=0.22
/proc/20224/task/20225/stat : 20225 (java) S 20210 20210 19001 0 -1 64 10782 0 0 0 19 3 0 0 16 0 8 0 165892889 881729536 26303 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20224/tid=20226] ppid=20210 vsize=861064 CPUtime=0
/proc/20224/task/20226/stat : 20226 (java) S 20210 20210 19001 0 -1 64 12 0 0 0 0 0 0 0 15 0 8 0 165892890 881729536 26303 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20224/tid=20227] ppid=20210 vsize=861064 CPUtime=0
/proc/20224/task/20227/stat : 20227 (java) S 20210 20210 19001 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 165892890 881729536 26303 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20224/tid=20228] ppid=20210 vsize=861064 CPUtime=0
/proc/20224/task/20228/stat : 20228 (java) S 20210 20210 19001 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 165892893 881729536 26303 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20224/tid=20229] ppid=20210 vsize=861064 CPUtime=0.14
/proc/20224/task/20229/stat : 20229 (java) S 20210 20210 19001 0 -1 64 904 0 0 0 14 0 0 0 15 0 8 0 165892893 881729536 26303 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20224/tid=20230] ppid=20210 vsize=861064 CPUtime=0
/proc/20224/task/20230/stat : 20230 (java) S 20210 20210 19001 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 165892893 881729536 26303 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20224/tid=20231] ppid=20210 vsize=861064 CPUtime=0
/proc/20224/task/20231/stat : 20231 (java) S 20210 20210 19001 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 165892893 881729536 26303 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.92
Current children cumulated vsize (KiB) 908620

[startup+6.28795 s]
/proc/loadavg: 2.03 2.02 1.98 3/92 20307
/proc/meminfo: memFree=1357528/2055920 swapFree=4192812/4192956
[pid=20210] ppid=20208 vsize=47556 CPUtime=0.01
/proc/20210/stat : 20210 (galac.sh) S 20208 20210 19001 0 -1 4194304 763 1704 0 0 0 0 0 1 18 0 1 0 165892881 48697344 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20210/statm: 11889 364 246 79 0 218 0
[pid=20224] ppid=20210 vsize=861064 CPUtime=6.14
/proc/20224/stat : 20224 (java) R 20210 20210 19001 0 -1 0 31397 0 1 0 596 18 0 0 25 0 8 0 165892886 881729536 31134 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073922390 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20224/statm: 215266 31134 1976 14 0 201471 0
[pid=20224/tid=20225] ppid=20210 vsize=861064 CPUtime=0.42
/proc/20224/task/20225/stat : 20225 (java) S 20210 20210 19001 0 -1 64 15552 0 0 0 37 5 0 0 17 0 8 0 165892889 881729536 31134 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20224/tid=20226] ppid=20210 vsize=861064 CPUtime=0
/proc/20224/task/20226/stat : 20226 (java) S 20210 20210 19001 0 -1 64 12 0 0 0 0 0 0 0 15 0 8 0 165892890 881729536 31134 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20224/tid=20227] ppid=20210 vsize=861064 CPUtime=0
/proc/20224/task/20227/stat : 20227 (java) S 20210 20210 19001 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 165892890 881729536 31134 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20224/tid=20228] ppid=20210 vsize=861064 CPUtime=0
/proc/20224/task/20228/stat : 20228 (java) S 20210 20210 19001 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 165892893 881729536 31134 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20224/tid=20229] ppid=20210 vsize=861064 CPUtime=0.2
/proc/20224/task/20229/stat : 20229 (java) S 20210 20210 19001 0 -1 64 946 0 0 0 20 0 0 0 15 0 8 0 165892893 881729536 31134 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20224/tid=20230] ppid=20210 vsize=861064 CPUtime=0
/proc/20224/task/20230/stat : 20230 (java) S 20210 20210 19001 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 165892893 881729536 31134 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20224/tid=20231] ppid=20210 vsize=861064 CPUtime=0
/proc/20224/task/20231/stat : 20231 (java) S 20210 20210 19001 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 165892893 881729536 31134 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 908620

[startup+12.7877 s]
/proc/loadavg: 2.03 2.02 1.98 3/93 20308
/proc/meminfo: memFree=1177296/2055920 swapFree=4192812/4192956
[pid=20210] ppid=20208 vsize=47556 CPUtime=0.01
/proc/20210/stat : 20210 (galac.sh) S 20208 20210 19001 0 -1 4194304 763 1704 0 0 0 0 0 1 18 0 1 0 165892881 48697344 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20210/statm: 11889 364 246 79 0 218 0
[pid=20224] ppid=20210 vsize=861064 CPUtime=12.3
/proc/20224/stat : 20224 (java) R 20210 20210 19001 0 -1 0 54936 0 1 0 1202 28 0 0 25 0 8 0 165892886 881729536 54670 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073930490 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20224/statm: 215266 54670 1976 14 0 201471 0
[pid=20224/tid=20225] ppid=20210 vsize=861064 CPUtime=1.53
/proc/20224/task/20225/stat : 20225 (java) S 20210 20210 19001 0 -1 64 39088 0 0 0 137 16 0 0 20 0 8 0 165892889 881729536 54670 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20224/tid=20226] ppid=20210 vsize=861064 CPUtime=0
/proc/20224/task/20226/stat : 20226 (java) S 20210 20210 19001 0 -1 64 12 0 0 0 0 0 0 0 15 0 8 0 165892890 881729536 54670 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20224/tid=20227] ppid=20210 vsize=861064 CPUtime=0
/proc/20224/task/20227/stat : 20227 (java) S 20210 20210 19001 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 165892890 881729536 54670 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20224/tid=20228] ppid=20210 vsize=861064 CPUtime=0
/proc/20224/task/20228/stat : 20228 (java) S 20210 20210 19001 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 165892893 881729536 54670 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20224/tid=20229] ppid=20210 vsize=861064 CPUtime=0.2
/proc/20224/task/20229/stat : 20229 (java) S 20210 20210 19001 0 -1 64 946 0 0 0 20 0 0 0 15 0 8 0 165892893 881729536 54670 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20224/tid=20230] ppid=20210 vsize=861064 CPUtime=0
/proc/20224/task/20230/stat : 20230 (java) S 20210 20210 19001 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 165892893 881729536 54670 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20224/tid=20231] ppid=20210 vsize=861064 CPUtime=0
/proc/20224/task/20231/stat : 20231 (java) S 20210 20210 19001 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 165892893 881729536 54670 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.31
Current children cumulated vsize (KiB) 908620

[startup+25.6501 s]
/proc/loadavg: 2.09 2.03 1.99 3/93 20308
/proc/meminfo: memFree=1021848/2055920 swapFree=4192812/4192956
[pid=20210] ppid=20208 vsize=47556 CPUtime=0.01
/proc/20210/stat : 20210 (galac.sh) S 20208 20210 19001 0 -1 4194304 763 1704 0 0 0 0 0 1 18 0 1 0 165892881 48697344 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20210/statm: 11889 364 246 79 0 218 0
[pid=20224] ppid=20210 vsize=861064 CPUtime=25.11
/proc/20224/stat : 20224 (java) R 20210 20210 19001 0 -1 0 87686 0 1 0 2464 47 0 0 25 0 8 0 165892886 881729536 87409 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073681442 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20224/statm: 215266 87409 1996 14 0 201471 0
[pid=20224/tid=20225] ppid=20210 vsize=861064 CPUtime=3.01
/proc/20224/task/20225/stat : 20225 (java) S 20210 20210 19001 0 -1 64 71753 0 0 0 269 32 0 0 16 0 8 0 165892889 881729536 87409 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20224/tid=20226] ppid=20210 vsize=861064 CPUtime=0
/proc/20224/task/20226/stat : 20226 (java) S 20210 20210 19001 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 165892890 881729536 87409 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20224/tid=20227] ppid=20210 vsize=861064 CPUtime=0
/proc/20224/task/20227/stat : 20227 (java) S 20210 20210 19001 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 165892890 881729536 87409 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20224/tid=20228] ppid=20210 vsize=861064 CPUtime=0
/proc/20224/task/20228/stat : 20228 (java) S 20210 20210 19001 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 165892893 881729536 87409 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20224/tid=20229] ppid=20210 vsize=861064 CPUtime=0.28
/proc/20224/task/20229/stat : 20229 (java) S 20210 20210 19001 0 -1 64 983 0 0 0 27 1 0 0 15 0 8 0 165892893 881729536 87409 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20224/tid=20230] ppid=20210 vsize=861064 CPUtime=0
/proc/20224/task/20230/stat : 20230 (java) S 20210 20210 19001 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 165892893 881729536 87409 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20224/tid=20231] ppid=20210 vsize=861064 CPUtime=0
/proc/20224/task/20231/stat : 20231 (java) S 20210 20210 19001 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 165892893 881729536 87409 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 908620

[startup+51.3059 s]
/proc/loadavg: 2.06 2.03 1.99 3/93 20308
/proc/meminfo: memFree=1007640/2055920 swapFree=4192812/4192956
[pid=20210] ppid=20208 vsize=47556 CPUtime=0.01
/proc/20210/stat : 20210 (galac.sh) S 20208 20210 19001 0 -1 4194304 763 1704 0 0 0 0 0 1 18 0 1 0 165892881 48697344 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20210/statm: 11889 364 246 79 0 218 0
[pid=20224] ppid=20210 vsize=861064 CPUtime=50.62
/proc/20224/stat : 20224 (java) R 20210 20210 19001 0 -1 0 87729 0 1 0 5006 56 0 0 25 0 8 0 165892886 881729536 87409 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073681429 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20224/statm: 215266 87409 1996 14 0 201471 0
[pid=20224/tid=20225] ppid=20210 vsize=861064 CPUtime=3.09
/proc/20224/task/20225/stat : 20225 (java) S 20210 20210 19001 0 -1 64 71753 0 0 0 277 32 0 0 16 0 8 0 165892889 881729536 87409 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20224/tid=20226] ppid=20210 vsize=861064 CPUtime=0
/proc/20224/task/20226/stat : 20226 (java) S 20210 20210 19001 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 165892890 881729536 87409 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20224/tid=20227] ppid=20210 vsize=861064 CPUtime=0
/proc/20224/task/20227/stat : 20227 (java) S 20210 20210 19001 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 165892890 881729536 87409 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20224/tid=20228] ppid=20210 vsize=861064 CPUtime=0
/proc/20224/task/20228/stat : 20228 (java) S 20210 20210 19001 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 165892893 881729536 87409 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20224/tid=20229] ppid=20210 vsize=861064 CPUtime=0.28
/proc/20224/task/20229/stat : 20229 (java) S 20210 20210 19001 0 -1 64 983 0 0 0 27 1 0 0 15 0 8 0 165892893 881729536 87409 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20224/tid=20230] ppid=20210 vsize=861064 CPUtime=0
/proc/20224/task/20230/stat : 20230 (java) S 20210 20210 19001 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 165892893 881729536 87409 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20224/tid=20231] ppid=20210 vsize=861064 CPUtime=0
/proc/20224/task/20231/stat : 20231 (java) S 20210 20210 19001 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 165892893 881729536 87409 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.63
Current children cumulated vsize (KiB) 908620

[startup+102.567 s]
/proc/loadavg: 2.02 2.02 1.99 3/86 20309
/proc/meminfo: memFree=1197776/2055920 swapFree=4192812/4192956
[pid=20210] ppid=20208 vsize=47556 CPUtime=82.62
/proc/20210/stat : 20210 (galac.sh) S 20208 20210 19001 0 -1 4194304 801 89494 0 1 0 0 8187 75 17 0 1 0 165892881 48697344 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20210/statm: 11889 364 246 79 0 218 0
[pid=20309] ppid=20210 vsize=123176 CPUtime=18.87
/proc/20309/stat : 20309 (minisat) R 20210 20210 19001 0 -1 4194304 28368 0 0 0 1869 18 0 0 25 0 1 0 165901240 126132224 28350 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 1 0 0
/proc/20309/statm: 30794 28350 54 142 0 30650 0
Current children cumulated CPU time (s) 101.49

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

/proc/loadavg: 2.00 2.00 2.00 3/86 20311
/proc/meminfo: memFree=812368/2055920 swapFree=4192812/4192956
[pid=20210] ppid=20208 vsize=47556 CPUtime=82.62
/proc/20210/stat : 20210 (galac.sh) S 20208 20210 19001 0 -1 4194304 801 89494 0 1 0 0 8187 75 17 0 1 0 165892881 48697344 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20210/statm: 11889 364 246 79 0 218 0
[pid=20309] ppid=20210 vsize=217464 CPUtime=1034.84
/proc/20309/stat : 20309 (minisat) R 20210 20210 19001 0 -1 4194304 51819 0 0 0 103439 45 0 0 25 0 1 0 165901240 222683136 51801 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 0 0 0
/proc/20309/statm: 54366 51801 54 142 0 54222 0
Current children cumulated CPU time (s) 1117.46
Current children cumulated vsize (KiB) 265020

[startup+1183.94 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 20311
/proc/meminfo: memFree=797520/2055920 swapFree=4192812/4192956
[pid=20210] ppid=20208 vsize=47556 CPUtime=82.62
/proc/20210/stat : 20210 (galac.sh) S 20208 20210 19001 0 -1 4194304 801 89494 0 1 0 0 8187 75 17 0 1 0 165892881 48697344 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20210/statm: 11889 364 246 79 0 218 0
[pid=20309] ppid=20210 vsize=232132 CPUtime=1094.59
/proc/20309/stat : 20309 (minisat) R 20210 20210 19001 0 -1 4194304 55454 0 0 0 109412 47 0 0 25 0 1 0 165901240 237703168 55436 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 0 0 0
/proc/20309/statm: 58033 55436 54 142 0 57889 0
Current children cumulated CPU time (s) 1177.21
Current children cumulated vsize (KiB) 279688

[startup+1244.02 s]
/proc/loadavg: 2.03 2.01 2.00 3/86 20311
/proc/meminfo: memFree=744272/2055920 swapFree=4192812/4192956
[pid=20210] ppid=20208 vsize=47556 CPUtime=82.62
/proc/20210/stat : 20210 (galac.sh) S 20208 20210 19001 0 -1 4194304 801 89494 0 1 0 0 8187 75 17 0 1 0 165892881 48697344 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20210/statm: 11889 364 246 79 0 218 0
[pid=20309] ppid=20210 vsize=255756 CPUtime=1154.3
/proc/20309/stat : 20309 (minisat) R 20210 20210 19001 0 -1 4194304 61370 0 0 0 115379 51 0 0 25 0 1 0 165901240 261894144 61352 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 1 0 0
/proc/20309/statm: 63939 61352 54 142 0 63795 0
Current children cumulated CPU time (s) 1236.92
Current children cumulated vsize (KiB) 303312

[startup+1304.1 s]
/proc/loadavg: 2.05 2.02 2.00 3/86 20311
/proc/meminfo: memFree=725968/2055920 swapFree=4192812/4192956
[pid=20210] ppid=20208 vsize=47556 CPUtime=82.62
/proc/20210/stat : 20210 (galac.sh) S 20208 20210 19001 0 -1 4194304 801 89494 0 1 0 0 8187 75 17 0 1 0 165892881 48697344 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20210/statm: 11889 364 246 79 0 218 0
[pid=20309] ppid=20210 vsize=274048 CPUtime=1214.1
/proc/20309/stat : 20309 (minisat) R 20210 20210 19001 0 -1 4194304 65933 0 0 0 121354 56 0 0 25 0 1 0 165901240 280625152 65915 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529268 0 0 4096 3 0 0 0 17 1 0 0
/proc/20309/statm: 68512 65915 54 142 0 68368 0
Current children cumulated CPU time (s) 1296.72
Current children cumulated vsize (KiB) 321604

[startup+1364.17 s]
/proc/loadavg: 2.02 2.02 2.00 3/86 20311
/proc/meminfo: memFree=680976/2055920 swapFree=4192812/4192956
[pid=20210] ppid=20208 vsize=47556 CPUtime=82.62
/proc/20210/stat : 20210 (galac.sh) S 20208 20210 19001 0 -1 4194304 801 89494 0 1 0 0 8187 75 17 0 1 0 165892881 48697344 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20210/statm: 11889 364 246 79 0 218 0
[pid=20309] ppid=20210 vsize=289652 CPUtime=1273.9
/proc/20309/stat : 20309 (minisat) R 20210 20210 19001 0 -1 4194304 69838 0 0 0 127331 59 0 0 25 0 1 0 165901240 296603648 69820 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529613 0 0 4096 3 0 0 0 17 1 0 0
/proc/20309/statm: 72413 69820 54 142 0 72269 0
Current children cumulated CPU time (s) 1356.52
Current children cumulated vsize (KiB) 337208

[startup+1424.24 s]
/proc/loadavg: 2.00 2.01 2.00 4/86 20311
/proc/meminfo: memFree=663696/2055920 swapFree=4192812/4192956
[pid=20210] ppid=20208 vsize=47556 CPUtime=82.62
/proc/20210/stat : 20210 (galac.sh) S 20208 20210 19001 0 -1 4194304 801 89494 0 1 0 0 8187 75 17 0 1 0 165892881 48697344 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20210/statm: 11889 364 246 79 0 218 0
[pid=20309] ppid=20210 vsize=306984 CPUtime=1333.68
/proc/20309/stat : 20309 (minisat) R 20210 20210 19001 0 -1 4194304 74168 0 0 0 133307 61 0 0 25 0 1 0 165901240 314351616 74150 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 1 0 0
/proc/20309/statm: 76746 74150 54 142 0 76602 0
Current children cumulated CPU time (s) 1416.3
Current children cumulated vsize (KiB) 354540

[startup+1484.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 20311
/proc/meminfo: memFree=646992/2055920 swapFree=4192812/4192956
[pid=20210] ppid=20208 vsize=47556 CPUtime=82.62
/proc/20210/stat : 20210 (galac.sh) S 20208 20210 19001 0 -1 4194304 801 89494 0 1 0 0 8187 75 17 0 1 0 165892881 48697344 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20210/statm: 11889 364 246 79 0 218 0
[pid=20309] ppid=20210 vsize=323548 CPUtime=1393.48
/proc/20309/stat : 20309 (minisat) R 20210 20210 19001 0 -1 4194304 78301 0 0 0 139284 64 0 0 25 0 1 0 165901240 331313152 78283 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529330 0 0 4096 3 0 0 0 17 1 0 0
/proc/20309/statm: 80887 78283 54 142 0 80743 0
Current children cumulated CPU time (s) 1476.1
Current children cumulated vsize (KiB) 371104

[startup+1544.39 s]
/proc/loadavg: 2.07 2.02 2.00 3/86 20311
/proc/meminfo: memFree=603472/2055920 swapFree=4192812/4192956
[pid=20210] ppid=20208 vsize=47556 CPUtime=82.62
/proc/20210/stat : 20210 (galac.sh) S 20208 20210 19001 0 -1 4194304 801 89494 0 1 0 0 8187 75 17 0 1 0 165892881 48697344 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20210/statm: 11889 364 246 79 0 218 0
[pid=20309] ppid=20210 vsize=337192 CPUtime=1453.22
/proc/20309/stat : 20309 (minisat) R 20210 20210 19001 0 -1 4194304 81723 0 0 0 145256 66 0 0 25 0 1 0 165901240 345284608 81705 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 0 0 0
/proc/20309/statm: 84298 81705 54 142 0 84154 0
Current children cumulated CPU time (s) 1535.84
Current children cumulated vsize (KiB) 384748

[startup+1604.47 s]
/proc/loadavg: 2.02 2.01 2.00 3/86 20311
/proc/meminfo: memFree=589840/2055920 swapFree=4192812/4192956
[pid=20210] ppid=20208 vsize=47556 CPUtime=82.62
/proc/20210/stat : 20210 (galac.sh) S 20208 20210 19001 0 -1 4194304 801 89494 0 1 0 0 8187 75 17 0 1 0 165892881 48697344 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20210/statm: 11889 364 246 79 0 218 0
[pid=20309] ppid=20210 vsize=350380 CPUtime=1512.96
/proc/20309/stat : 20309 (minisat) R 20210 20210 19001 0 -1 4194304 85044 0 0 0 151227 69 0 0 25 0 1 0 165901240 358789120 85026 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/20309/statm: 87595 85026 54 142 0 87451 0
Current children cumulated CPU time (s) 1595.58
Current children cumulated vsize (KiB) 397936

[startup+1664.55 s]
/proc/loadavg: 2.01 2.00 2.00 3/86 20311
/proc/meminfo: memFree=576720/2055920 swapFree=4192812/4192956
[pid=20210] ppid=20208 vsize=47556 CPUtime=82.62
/proc/20210/stat : 20210 (galac.sh) S 20208 20210 19001 0 -1 4194304 801 89494 0 1 0 0 8187 75 17 0 1 0 165892881 48697344 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20210/statm: 11889 364 246 79 0 218 0
[pid=20309] ppid=20210 vsize=363376 CPUtime=1572.72
/proc/20309/stat : 20309 (minisat) R 20210 20210 19001 0 -1 4194304 88322 0 0 0 157202 70 0 0 25 0 1 0 165901240 372097024 88304 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 0 0 0
/proc/20309/statm: 90844 88304 54 142 0 90700 0
Current children cumulated CPU time (s) 1655.34
Current children cumulated vsize (KiB) 410932

[startup+1724.63 s]
/proc/loadavg: 2.03 2.02 2.00 3/86 20311
/proc/meminfo: memFree=563536/2055920 swapFree=4192812/4192956
[pid=20210] ppid=20208 vsize=47556 CPUtime=82.62
/proc/20210/stat : 20210 (galac.sh) S 20208 20210 19001 0 -1 4194304 801 89494 0 1 0 0 8187 75 17 0 1 0 165892881 48697344 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20210/statm: 11889 364 246 79 0 218 0
[pid=20309] ppid=20210 vsize=376588 CPUtime=1632.49
/proc/20309/stat : 20309 (minisat) R 20210 20210 19001 0 -1 4194304 91629 0 0 0 163175 74 0 0 25 0 1 0 165901240 385626112 91611 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134525757 0 0 4096 3 0 0 0 17 0 0 0
/proc/20309/statm: 94147 91611 54 142 0 94003 0
Current children cumulated CPU time (s) 1715.11
Current children cumulated vsize (KiB) 424144

[startup+1784.7 s]
/proc/loadavg: 2.04 2.02 2.00 3/86 20311
/proc/meminfo: memFree=518480/2055920 swapFree=4192812/4192956
[pid=20210] ppid=20208 vsize=47556 CPUtime=82.62
/proc/20210/stat : 20210 (galac.sh) S 20208 20210 19001 0 -1 4194304 801 89494 0 1 0 0 8187 75 17 0 1 0 165892881 48697344 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20210/statm: 11889 364 246 79 0 218 0
[pid=20309] ppid=20210 vsize=391532 CPUtime=1692.23
/proc/20309/stat : 20309 (minisat) R 20210 20210 19001 0 -1 4194304 95388 0 0 0 169145 78 0 0 25 0 1 0 165901240 400928768 95370 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134520039 0 0 4096 3 0 0 0 17 0 0 0
/proc/20309/statm: 97883 95370 54 142 0 97739 0
Current children cumulated CPU time (s) 1774.85
Current children cumulated vsize (KiB) 439088



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1810.07 s]
/proc/loadavg: 2.02 2.02 2.00 3/86 20311
/proc/meminfo: memFree=513232/2055920 swapFree=4192812/4192956
[pid=20210] ppid=20208 vsize=47556 CPUtime=82.62
/proc/20210/stat : 20210 (galac.sh) S 20208 20210 19001 0 -1 4194304 801 89494 0 1 0 0 8187 75 17 0 1 0 165892881 48697344 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20210/statm: 11889 364 246 79 0 218 0
[pid=20309] ppid=20210 vsize=396628 CPUtime=1717.48
/proc/20309/stat : 20309 (minisat) R 20210 20210 19001 0 -1 4194304 96655 0 0 0 171669 79 0 0 25 0 1 0 165901240 406147072 96637 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 0 0 0
/proc/20309/statm: 99157 96637 54 142 0 99013 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 444184

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 20210 and gives childrusage.ru_utime.tv_sec=81 childrusage.ru_utime.tv_usec=873553 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=761884
CPU time returned by wait4() is 82.6354
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): 1810.08
CPU time (s): 1800.1
CPU user time (s): 1798.56
CPU system time (s): 1.54
CPU usage (%): 99.4485
Max. virtual memory (cumulated for all children) (KiB): 908620

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 81.8736
system time used= 0.761884
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 90295
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= 3558
involuntary context switches= 5679

runsolver used 2.5966 s user time and 5.43017 s system time

The end

Launcher Data (download as text)

Begin job on node59 on Sun Jan  7 13:02:30 UTC 2007


IDJOB= 206570
IDBENCH= 4218
FILE ID= node59/206570-1168174949

PBS_JOBID= 3479054

Free space on /tmp= 66537 MiB

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

META MD5SUM SOLVER= d8bf20eb49fe33822f00bab08f33d7fc
MD5SUM BENCH=  9f119c73378eb18afa57aed4e777b3ca

RANDOM SEED= 768410032

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.239
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.239
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:       1514336 kB
Buffers:         27160 kB
Cached:         375196 kB
SwapCached:          0 kB
Active:         188024 kB
Inactive:       296880 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1514336 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            8716 kB
Writeback:           0 kB
Mapped:         100660 kB
Slab:            41352 kB
Committed_AS:  3362932 kB
PageTables:       2308 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= 66502 MiB



End job on node59 on Sun Jan  7 13:32:40 UTC 2007