Trace number 206804

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 1815.73

General information on the benchmark

Namerandom/rand-3-28-28/
rand-3-28-28-93-632-8_ext.xml
MD5SUM6ca11a40fe629bd40af8bb1fd5267065
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.55	c start processing
5.55	c start relation processing
20.88	c start cnf exporting
84.45	c parsing time : 5.387
84.45	c preprocessing time : 84.282
84.45	
84.45	c Nary constraints - conflicts : 0 supports : 93
84.45	c Binary constraints - conflicts : 0 supports :0
84.45	c max arity constraint : 3
84.45	c Max Tuples generated 0
84.45	c relations : 93
84.45	c relations BDD: 93
84.45	c vars : 598012 - clauses :  1873895
84.45	
84.52	 
84.52	c --- Minisat Stats ---
84.52	 

Verifier Data (download as text)

ERROR: Unexpected answer ! (SAT/UNSAT expected)
Got answer: 

Watcher Data (download as text)

runsolver version 3.1.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node13/watcher-206804-1168178118 -o ROOT/results/node13/solver-206804-1168178118 -C 1800 -M 900 /tmp/evaluation/206804-1168178118/galac.sh /tmp/evaluation/206804-1168178118/unknown.xml 

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

/proc/loadavg: 2.00 2.00 2.00 5/93 7502
/proc/meminfo: memFree=1376024/2055920 swapFree=4192812/4192956
[pid=7501] ppid=7499 vsize=8560 CPUtime=0
/proc/7501/stat : 7501 (galac.sh) R 7499 7501 6447 0 -1 4194304 308 0 0 0 0 0 0 0 21 0 1 0 166206789 8765440 253 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 269757433743 0 0 4096 8192 0 0 0 17 1 0 0
/proc/7501/statm: 2140 253 197 79 0 133 0

[startup+0.106439 s]
/proc/loadavg: 2.00 2.00 2.00 5/93 7502
/proc/meminfo: memFree=1376024/2055920 swapFree=4192812/4192956
[pid=7501] ppid=7499 vsize=47580 CPUtime=0.01
/proc/7501/stat : 7501 (galac.sh) S 7499 7501 6447 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 166206789 48721920 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 269756853082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7501/statm: 11895 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47580

[startup+0.519065 s]
/proc/loadavg: 2.00 2.00 2.00 5/93 7502
/proc/meminfo: memFree=1376024/2055920 swapFree=4192812/4192956
[pid=7501] ppid=7499 vsize=47580 CPUtime=0.01
/proc/7501/stat : 7501 (galac.sh) S 7499 7501 6447 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 166206789 48721920 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 269756853082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7501/statm: 11895 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47580

[startup+1.3466 s]
/proc/loadavg: 2.00 2.00 2.00 3/101 7522
/proc/meminfo: memFree=1299088/2055920 swapFree=4192812/4192956
[pid=7501] ppid=7499 vsize=47580 CPUtime=0.01
/proc/7501/stat : 7501 (galac.sh) S 7499 7501 6447 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 166206789 48721920 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 269756853082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7501/statm: 11895 363 245 79 0 218 0
[pid=7515] ppid=7501 vsize=861064 CPUtime=1.28
/proc/7515/stat : 7515 (java) R 7501 7501 6447 0 -1 0 21240 0 1 0 116 12 0 0 23 0 8 0 166206793 881729536 20993 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073704116 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7515/statm: 215266 20993 1967 14 0 201471 0
[pid=7515/tid=7516] ppid=7501 vsize=861064 CPUtime=0.06
/proc/7515/task/7516/stat : 7516 (java) S 7501 7501 6447 0 -1 64 5486 0 0 0 4 2 0 0 16 0 8 0 166206797 881729536 20993 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7515/tid=7517] ppid=7501 vsize=861064 CPUtime=0
/proc/7515/task/7517/stat : 7517 (java) S 7501 7501 6447 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 166206797 881729536 20993 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7515/tid=7518] ppid=7501 vsize=861064 CPUtime=0
/proc/7515/task/7518/stat : 7518 (java) S 7501 7501 6447 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 166206797 881729536 20993 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7515/tid=7519] ppid=7501 vsize=861064 CPUtime=0
/proc/7515/task/7519/stat : 7519 (java) S 7501 7501 6447 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 166206801 881729536 20993 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7515/tid=7520] ppid=7501 vsize=861064 CPUtime=0.12
/proc/7515/task/7520/stat : 7520 (java) S 7501 7501 6447 0 -1 64 892 0 0 0 12 0 0 0 16 0 8 0 166206801 881729536 20993 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7515/tid=7521] ppid=7501 vsize=861064 CPUtime=0
/proc/7515/task/7521/stat : 7521 (java) S 7501 7501 6447 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 166206801 881729536 20993 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7515/tid=7522] ppid=7501 vsize=861064 CPUtime=0
/proc/7515/task/7522/stat : 7522 (java) S 7501 7501 6447 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 166206801 881729536 20993 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) 908644

[startup+2.98382 s]
/proc/loadavg: 2.00 2.00 2.00 3/101 7522
/proc/meminfo: memFree=1287504/2055920 swapFree=4192812/4192956
[pid=7501] ppid=7499 vsize=47580 CPUtime=0.01
/proc/7501/stat : 7501 (galac.sh) S 7499 7501 6447 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 166206789 48721920 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 269756853082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7501/statm: 11895 363 245 79 0 218 0
[pid=7515] ppid=7501 vsize=861064 CPUtime=2.9
/proc/7515/stat : 7515 (java) R 7501 7501 6447 0 -1 0 25341 0 1 0 276 14 0 0 25 0 8 0 166206793 881729536 25088 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073651534 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7515/statm: 215266 25088 1967 14 0 201471 0
[pid=7515/tid=7516] ppid=7501 vsize=861064 CPUtime=0.2
/proc/7515/task/7516/stat : 7516 (java) S 7501 7501 6447 0 -1 64 9572 0 0 0 17 3 0 0 16 0 8 0 166206797 881729536 25088 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7515/tid=7517] ppid=7501 vsize=861064 CPUtime=0
/proc/7515/task/7517/stat : 7517 (java) S 7501 7501 6447 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 166206797 881729536 25088 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7515/tid=7518] ppid=7501 vsize=861064 CPUtime=0
/proc/7515/task/7518/stat : 7518 (java) S 7501 7501 6447 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 166206797 881729536 25088 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7515/tid=7519] ppid=7501 vsize=861064 CPUtime=0
/proc/7515/task/7519/stat : 7519 (java) S 7501 7501 6447 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 166206801 881729536 25088 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7515/tid=7520] ppid=7501 vsize=861064 CPUtime=0.14
/proc/7515/task/7520/stat : 7520 (java) S 7501 7501 6447 0 -1 64 901 0 0 0 14 0 0 0 16 0 8 0 166206801 881729536 25088 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7515/tid=7521] ppid=7501 vsize=861064 CPUtime=0
/proc/7515/task/7521/stat : 7521 (java) S 7501 7501 6447 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 166206801 881729536 25088 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7515/tid=7522] ppid=7501 vsize=861064 CPUtime=0
/proc/7515/task/7522/stat : 7522 (java) S 7501 7501 6447 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 166206801 881729536 25088 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.91
Current children cumulated vsize (KiB) 908644

[startup+6.27581 s]
/proc/loadavg: 2.00 2.00 2.00 3/101 7522
/proc/meminfo: memFree=1258384/2055920 swapFree=4192812/4192956
[pid=7501] ppid=7499 vsize=47580 CPUtime=0.01
/proc/7501/stat : 7501 (galac.sh) S 7499 7501 6447 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 166206789 48721920 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 269756853082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7501/statm: 11895 363 245 79 0 218 0
[pid=7515] ppid=7501 vsize=861064 CPUtime=6.15
/proc/7515/stat : 7515 (java) R 7501 7501 6447 0 -1 0 31380 0 1 0 597 18 0 0 25 0 8 0 166206793 881729536 31118 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073922348 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7515/statm: 215266 31118 1975 14 0 201471 0
[pid=7515/tid=7516] ppid=7501 vsize=861064 CPUtime=0.43
/proc/7515/task/7516/stat : 7516 (java) S 7501 7501 6447 0 -1 64 15538 0 0 0 37 6 0 0 16 0 8 0 166206797 881729536 31118 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7515/tid=7517] ppid=7501 vsize=861064 CPUtime=0
/proc/7515/task/7517/stat : 7517 (java) S 7501 7501 6447 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 166206797 881729536 31118 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7515/tid=7518] ppid=7501 vsize=861064 CPUtime=0
/proc/7515/task/7518/stat : 7518 (java) S 7501 7501 6447 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 166206797 881729536 31118 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7515/tid=7519] ppid=7501 vsize=861064 CPUtime=0
/proc/7515/task/7519/stat : 7519 (java) S 7501 7501 6447 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 166206801 881729536 31118 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7515/tid=7520] ppid=7501 vsize=861064 CPUtime=0.23
/proc/7515/task/7520/stat : 7520 (java) S 7501 7501 6447 0 -1 64 946 0 0 0 22 1 0 0 15 0 8 0 166206801 881729536 31118 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7515/tid=7521] ppid=7501 vsize=861064 CPUtime=0
/proc/7515/task/7521/stat : 7521 (java) S 7501 7501 6447 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 166206801 881729536 31118 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7515/tid=7522] ppid=7501 vsize=861064 CPUtime=0
/proc/7515/task/7522/stat : 7522 (java) S 7501 7501 6447 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 166206801 881729536 31118 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 908644

[startup+12.7651 s]
/proc/loadavg: 2.16 2.03 2.01 3/101 7522
/proc/meminfo: memFree=1165272/2055920 swapFree=4192812/4192956
[pid=7501] ppid=7499 vsize=47580 CPUtime=0.01
/proc/7501/stat : 7501 (galac.sh) S 7499 7501 6447 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 166206789 48721920 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 269756853082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7501/statm: 11895 363 245 79 0 218 0
[pid=7515] ppid=7501 vsize=861064 CPUtime=12.58
/proc/7515/stat : 7515 (java) R 7501 7501 6447 0 -1 0 54674 0 1 0 1229 29 0 0 25 0 8 0 166206793 881729536 54408 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073922372 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7515/statm: 215266 54408 1975 14 0 201471 0
[pid=7515/tid=7516] ppid=7501 vsize=861064 CPUtime=1.52
/proc/7515/task/7516/stat : 7516 (java) S 7501 7501 6447 0 -1 64 38828 0 0 0 135 17 0 0 20 0 8 0 166206797 881729536 54408 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7515/tid=7517] ppid=7501 vsize=861064 CPUtime=0
/proc/7515/task/7517/stat : 7517 (java) S 7501 7501 6447 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 166206797 881729536 54408 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7515/tid=7518] ppid=7501 vsize=861064 CPUtime=0
/proc/7515/task/7518/stat : 7518 (java) S 7501 7501 6447 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 166206797 881729536 54408 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7515/tid=7519] ppid=7501 vsize=861064 CPUtime=0
/proc/7515/task/7519/stat : 7519 (java) S 7501 7501 6447 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 166206801 881729536 54408 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7515/tid=7520] ppid=7501 vsize=861064 CPUtime=0.23
/proc/7515/task/7520/stat : 7520 (java) S 7501 7501 6447 0 -1 64 946 0 0 0 22 1 0 0 15 0 8 0 166206801 881729536 54408 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7515/tid=7521] ppid=7501 vsize=861064 CPUtime=0
/proc/7515/task/7521/stat : 7521 (java) S 7501 7501 6447 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 166206801 881729536 54408 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7515/tid=7522] ppid=7501 vsize=861064 CPUtime=0
/proc/7515/task/7522/stat : 7522 (java) S 7501 7501 6447 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 166206801 881729536 54408 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 908644

[startup+25.6484 s]
/proc/loadavg: 2.12 2.03 2.01 3/101 7522
/proc/meminfo: memFree=1031512/2055920 swapFree=4192812/4192956
[pid=7501] ppid=7499 vsize=47580 CPUtime=0.01
/proc/7501/stat : 7501 (galac.sh) S 7499 7501 6447 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 166206789 48721920 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 269756853082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7501/statm: 11895 363 245 79 0 218 0
[pid=7515] ppid=7501 vsize=861064 CPUtime=25.31
/proc/7515/stat : 7515 (java) R 7501 7501 6447 0 -1 0 87648 0 1 0 2484 47 0 0 25 0 8 0 166206793 881729536 87371 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073681432 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7515/statm: 215266 87371 1994 14 0 201471 0
[pid=7515/tid=7516] ppid=7501 vsize=861064 CPUtime=2.99
/proc/7515/task/7516/stat : 7516 (java) S 7501 7501 6447 0 -1 64 71718 0 0 0 267 32 0 0 16 0 8 0 166206797 881729536 87371 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7515/tid=7517] ppid=7501 vsize=861064 CPUtime=0
/proc/7515/task/7517/stat : 7517 (java) S 7501 7501 6447 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 166206797 881729536 87371 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7515/tid=7518] ppid=7501 vsize=861064 CPUtime=0
/proc/7515/task/7518/stat : 7518 (java) S 7501 7501 6447 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 166206797 881729536 87371 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7515/tid=7519] ppid=7501 vsize=861064 CPUtime=0
/proc/7515/task/7519/stat : 7519 (java) S 7501 7501 6447 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 166206801 881729536 87371 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7515/tid=7520] ppid=7501 vsize=861064 CPUtime=0.29
/proc/7515/task/7520/stat : 7520 (java) S 7501 7501 6447 0 -1 64 982 0 0 0 28 1 0 0 15 0 8 0 166206801 881729536 87371 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7515/tid=7521] ppid=7501 vsize=861064 CPUtime=0
/proc/7515/task/7521/stat : 7521 (java) S 7501 7501 6447 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 166206801 881729536 87371 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7515/tid=7522] ppid=7501 vsize=861064 CPUtime=0
/proc/7515/task/7522/stat : 7522 (java) S 7501 7501 6447 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 166206801 881729536 87371 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.32
Current children cumulated vsize (KiB) 908644

[startup+51.2893 s]
/proc/loadavg: 2.08 2.03 2.01 3/101 7522
/proc/meminfo: memFree=1017752/2055920 swapFree=4192812/4192956
[pid=7501] ppid=7499 vsize=47580 CPUtime=0.01
/proc/7501/stat : 7501 (galac.sh) S 7499 7501 6447 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 166206789 48721920 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 269756853082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7501/statm: 11895 363 245 79 0 218 0
[pid=7515] ppid=7501 vsize=861064 CPUtime=50.69
/proc/7515/stat : 7515 (java) R 7501 7501 6447 0 -1 0 87691 0 1 0 5012 57 0 0 25 0 8 0 166206793 881729536 87372 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4155213379 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7515/statm: 215266 87372 1995 14 0 201471 0
[pid=7515/tid=7516] ppid=7501 vsize=861064 CPUtime=3.06
/proc/7515/task/7516/stat : 7516 (java) S 7501 7501 6447 0 -1 64 71719 0 0 0 274 32 0 0 16 0 8 0 166206797 881729536 87372 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7515/tid=7517] ppid=7501 vsize=861064 CPUtime=0
/proc/7515/task/7517/stat : 7517 (java) S 7501 7501 6447 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 166206797 881729536 87372 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7515/tid=7518] ppid=7501 vsize=861064 CPUtime=0
/proc/7515/task/7518/stat : 7518 (java) S 7501 7501 6447 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 166206797 881729536 87372 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7515/tid=7519] ppid=7501 vsize=861064 CPUtime=0
/proc/7515/task/7519/stat : 7519 (java) S 7501 7501 6447 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 166206801 881729536 87372 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7515/tid=7520] ppid=7501 vsize=861064 CPUtime=0.29
/proc/7515/task/7520/stat : 7520 (java) S 7501 7501 6447 0 -1 64 982 0 0 0 28 1 0 0 15 0 8 0 166206801 881729536 87372 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7515/tid=7521] ppid=7501 vsize=861064 CPUtime=0
/proc/7515/task/7521/stat : 7521 (java) S 7501 7501 6447 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 166206801 881729536 87372 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7515/tid=7522] ppid=7501 vsize=861064 CPUtime=0
/proc/7515/task/7522/stat : 7522 (java) S 7501 7501 6447 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 166206801 881729536 87372 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.7
Current children cumulated vsize (KiB) 908644

[startup+102.52 s]
/proc/loadavg: 2.03 2.02 2.00 3/94 7523
/proc/meminfo: memFree=1229904/2055920 swapFree=4192812/4192956
[pid=7501] ppid=7499 vsize=47580 CPUtime=83.6
/proc/7501/stat : 7501 (galac.sh) S 7499 7501 6447 0 -1 4194304 799 89458 0 1 0 0 8284 76 17 0 1 0 166206789 48721920 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 269756853082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7501/statm: 11895 363 245 79 0 218 0
[pid=7523] ppid=7501 vsize=121956 CPUtime=17.82
/proc/7523/stat : 7523 (minisat) R 7501 7501 6447 0 -1 4194304 28042 0 0 0 1763 19 0 0 25 0 1 0 166215242 124882944 28016 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529268 0 0 4096 3 0 0 0 17 1 0 0
/proc/7523/statm: 30489 28016 54 142 0 30345 0
Current children cumulated CPU time (s) 101.42

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

/proc/loadavg: 2.03 2.01 2.00 3/94 7721
/proc/meminfo: memFree=1090640/2055920 swapFree=4192812/4192956
[pid=7501] ppid=7499 vsize=47580 CPUtime=83.6
/proc/7501/stat : 7501 (galac.sh) S 7499 7501 6447 0 -1 4194304 799 89458 0 1 0 0 8284 76 17 0 1 0 166206789 48721920 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 269756853082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7501/statm: 11895 363 245 79 0 218 0
[pid=7523] ppid=7501 vsize=261608 CPUtime=1032.86
/proc/7523/stat : 7523 (minisat) R 7501 7501 6447 0 -1 4194304 62874 0 0 0 103230 56 0 0 25 0 1 0 166215242 267886592 62848 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134525757 0 0 4096 3 0 0 0 17 1 0 0
/proc/7523/statm: 65402 62848 54 142 0 65258 0
Current children cumulated CPU time (s) 1116.46
Current children cumulated vsize (KiB) 309188

[startup+1183.77 s]
/proc/loadavg: 2.01 2.01 2.00 3/94 7721
/proc/meminfo: memFree=1076240/2055920 swapFree=4192812/4192956
[pid=7501] ppid=7499 vsize=47580 CPUtime=83.6
/proc/7501/stat : 7501 (galac.sh) S 7499 7501 6447 0 -1 4194304 799 89458 0 1 0 0 8284 76 17 0 1 0 166206789 48721920 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 269756853082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7501/statm: 11895 363 245 79 0 218 0
[pid=7523] ppid=7501 vsize=275692 CPUtime=1092.63
/proc/7523/stat : 7523 (minisat) R 7501 7501 6447 0 -1 4194304 66399 0 0 0 109204 59 0 0 25 0 1 0 166215242 282308608 66373 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 1 0 0
/proc/7523/statm: 68923 66373 54 142 0 68779 0
Current children cumulated CPU time (s) 1176.23
Current children cumulated vsize (KiB) 323272

[startup+1243.83 s]
/proc/loadavg: 2.08 2.03 2.01 3/94 7721
/proc/meminfo: memFree=1064336/2055920 swapFree=4192812/4192956
[pid=7501] ppid=7499 vsize=47580 CPUtime=83.6
/proc/7501/stat : 7501 (galac.sh) S 7499 7501 6447 0 -1 4194304 799 89458 0 1 0 0 8284 76 17 0 1 0 166206789 48721920 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 269756853082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7501/statm: 11895 363 245 79 0 218 0
[pid=7523] ppid=7501 vsize=287672 CPUtime=1152.42
/proc/7523/stat : 7523 (minisat) R 7501 7501 6447 0 -1 4194304 69344 0 0 0 115179 63 0 0 25 0 1 0 166215242 294576128 69318 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134527323 0 0 4096 3 0 0 0 17 1 0 0
/proc/7523/statm: 71918 69318 54 142 0 71774 0
Current children cumulated CPU time (s) 1236.02
Current children cumulated vsize (KiB) 335252

[startup+1303.88 s]
/proc/loadavg: 1.96 2.01 2.00 3/87 7949
/proc/meminfo: memFree=1108112/2055920 swapFree=4192812/4192956
[pid=7501] ppid=7499 vsize=47580 CPUtime=83.6
/proc/7501/stat : 7501 (galac.sh) S 7499 7501 6447 0 -1 4194304 799 89458 0 1 0 0 8284 76 17 0 1 0 166206789 48721920 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 269756853082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7501/statm: 11895 363 245 79 0 218 0
[pid=7523] ppid=7501 vsize=301564 CPUtime=1212.14
/proc/7523/stat : 7523 (minisat) R 7501 7501 6447 0 -1 4194304 72831 0 0 0 121147 67 0 0 25 0 1 0 166215242 308801536 72805 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529274 0 0 4096 3 0 0 0 17 0 0 0
/proc/7523/statm: 75391 72805 54 142 0 75247 0
Current children cumulated CPU time (s) 1295.74
Current children cumulated vsize (KiB) 349144

[startup+1363.89 s]
/proc/loadavg: 1.95 1.99 1.99 3/98 8000
/proc/meminfo: memFree=867128/2055920 swapFree=4192812/4192956
[pid=7501] ppid=7499 vsize=47580 CPUtime=83.6
/proc/7501/stat : 7501 (galac.sh) S 7499 7501 6447 0 -1 4194304 799 89458 0 1 0 0 8284 76 17 0 1 0 166206789 48721920 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 269756853082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7501/statm: 11895 363 245 79 0 218 0
[pid=7523] ppid=7501 vsize=324224 CPUtime=1270.91
/proc/7523/stat : 7523 (minisat) R 7501 7501 6447 0 -1 4194304 78492 0 0 0 127019 72 0 0 25 0 1 0 166215242 332005376 78466 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134525946 0 0 4096 3 0 0 0 17 1 0 0
/proc/7523/statm: 81056 78466 54 142 0 80912 0
Current children cumulated CPU time (s) 1354.51
Current children cumulated vsize (KiB) 371804

[startup+1423.91 s]
/proc/loadavg: 1.98 1.99 1.99 3/98 8000
/proc/meminfo: memFree=656376/2055920 swapFree=4192812/4192956
[pid=7501] ppid=7499 vsize=47580 CPUtime=83.6
/proc/7501/stat : 7501 (galac.sh) S 7499 7501 6447 0 -1 4194304 799 89458 0 1 0 0 8284 76 17 0 1 0 166206789 48721920 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 269756853082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7501/statm: 11895 363 245 79 0 218 0
[pid=7523] ppid=7501 vsize=333172 CPUtime=1329.59
/proc/7523/stat : 7523 (minisat) R 7501 7501 6447 0 -1 4194304 80738 0 0 0 132885 74 0 0 25 0 1 0 166215242 341168128 80712 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/7523/statm: 83293 80712 54 142 0 83149 0
Current children cumulated CPU time (s) 1413.19
Current children cumulated vsize (KiB) 380752

[startup+1483.95 s]
/proc/loadavg: 2.13 2.02 2.00 3/98 8002
/proc/meminfo: memFree=436856/2055920 swapFree=4192812/4192956
[pid=7501] ppid=7499 vsize=47580 CPUtime=83.6
/proc/7501/stat : 7501 (galac.sh) S 7499 7501 6447 0 -1 4194304 799 89458 0 1 0 0 8284 76 17 0 1 0 166206789 48721920 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 269756853082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7501/statm: 11895 363 245 79 0 218 0
[pid=7523] ppid=7501 vsize=339964 CPUtime=1388.52
/proc/7523/stat : 7523 (minisat) R 7501 7501 6447 0 -1 4194304 82426 0 0 0 138776 76 0 0 25 0 1 0 166215242 348123136 82400 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/7523/statm: 84991 82400 54 142 0 84847 0
Current children cumulated CPU time (s) 1472.12
Current children cumulated vsize (KiB) 387544

[startup+1544 s]
/proc/loadavg: 2.24 2.07 2.02 3/95 8100
/proc/meminfo: memFree=1048200/2055920 swapFree=4192812/4192956
[pid=7501] ppid=7499 vsize=47580 CPUtime=83.6
/proc/7501/stat : 7501 (galac.sh) S 7499 7501 6447 0 -1 4194304 799 89458 0 1 0 0 8284 76 17 0 1 0 166206789 48721920 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 269756853082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7501/statm: 11895 363 245 79 0 218 0
[pid=7523] ppid=7501 vsize=347296 CPUtime=1448.14
/proc/7523/stat : 7523 (minisat) R 7501 7501 6447 0 -1 4194304 84291 0 0 0 144735 79 0 0 25 0 1 0 166215242 355631104 84265 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/7523/statm: 86824 84265 54 142 0 86680 0
Current children cumulated CPU time (s) 1531.74
Current children cumulated vsize (KiB) 394876

[startup+1604.07 s]
/proc/loadavg: 2.21 2.10 2.03 3/98 8151
/proc/meminfo: memFree=738872/2055920 swapFree=4192812/4192956
[pid=7501] ppid=7499 vsize=47580 CPUtime=83.6
/proc/7501/stat : 7501 (galac.sh) S 7499 7501 6447 0 -1 4194304 799 89458 0 1 0 0 8284 76 17 0 1 0 166206789 48721920 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 269756853082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7501/statm: 11895 363 245 79 0 218 0
[pid=7523] ppid=7501 vsize=364160 CPUtime=1507.06
/proc/7523/stat : 7523 (minisat) R 7501 7501 6447 0 -1 4194304 88482 0 0 0 150623 83 0 0 25 0 1 0 166215242 372899840 88456 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/7523/statm: 91040 88456 54 142 0 90896 0
Current children cumulated CPU time (s) 1590.66
Current children cumulated vsize (KiB) 411740

[startup+1664.1 s]
/proc/loadavg: 2.07 2.08 2.02 3/98 8151
/proc/meminfo: memFree=651896/2055920 swapFree=4192812/4192956
[pid=7501] ppid=7499 vsize=47580 CPUtime=83.6
/proc/7501/stat : 7501 (galac.sh) S 7499 7501 6447 0 -1 4194304 799 89458 0 1 0 0 8284 76 17 0 1 0 166206789 48721920 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 269756853082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7501/statm: 11895 363 245 79 0 218 0
[pid=7523] ppid=7501 vsize=372112 CPUtime=1566.48
/proc/7523/stat : 7523 (minisat) R 7501 7501 6447 0 -1 4194304 90482 0 0 0 156563 85 0 0 25 0 1 0 166215242 381042688 90456 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 1 0 0
/proc/7523/statm: 93028 90456 54 142 0 92884 0
Current children cumulated CPU time (s) 1650.08
Current children cumulated vsize (KiB) 419692

[startup+1724.13 s]
/proc/loadavg: 2.10 2.08 2.02 3/98 8151
/proc/meminfo: memFree=413496/2055920 swapFree=4192812/4192956
[pid=7501] ppid=7499 vsize=47580 CPUtime=83.6
/proc/7501/stat : 7501 (galac.sh) S 7499 7501 6447 0 -1 4194304 799 89458 0 1 0 0 8284 76 17 0 1 0 166206789 48721920 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 269756853082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7501/statm: 11895 363 245 79 0 218 0
[pid=7523] ppid=7501 vsize=380748 CPUtime=1625.55
/proc/7523/stat : 7523 (minisat) R 7501 7501 6447 0 -1 4194304 92653 0 0 0 162468 87 0 0 25 0 1 0 166215242 389885952 92627 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529291 0 0 4096 3 0 0 0 17 0 0 0
/proc/7523/statm: 95187 92627 54 142 0 95043 0
Current children cumulated CPU time (s) 1709.15
Current children cumulated vsize (KiB) 428328

[startup+1784.21 s]
/proc/loadavg: 2.10 2.08 2.02 3/98 8151
/proc/meminfo: memFree=357432/2055920 swapFree=4192812/4192956
[pid=7501] ppid=7499 vsize=47580 CPUtime=83.6
/proc/7501/stat : 7501 (galac.sh) S 7499 7501 6447 0 -1 4194304 799 89458 0 1 0 0 8284 76 17 0 1 0 166206789 48721920 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 269756853082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7501/statm: 11895 363 245 79 0 218 0
[pid=7523] ppid=7501 vsize=387624 CPUtime=1685.11
/proc/7523/stat : 7523 (minisat) R 7501 7501 6447 0 -1 4194304 94363 0 0 0 168422 89 0 0 25 0 1 0 166215242 396926976 94337 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/7523/statm: 96906 94337 54 142 0 96762 0
Current children cumulated CPU time (s) 1768.71
Current children cumulated vsize (KiB) 435204



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1815.72 s]
/proc/loadavg: 2.13 2.09 2.02 3/96 8214
/proc/meminfo: memFree=987216/2055920 swapFree=4192812/4192956
[pid=7501] ppid=7499 vsize=47580 CPUtime=83.6
/proc/7501/stat : 7501 (galac.sh) S 7499 7501 6447 0 -1 4194304 799 89458 0 1 0 0 8284 76 17 0 1 0 166206789 48721920 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 269756853082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7501/statm: 11895 363 245 79 0 218 0
[pid=7523] ppid=7501 vsize=392004 CPUtime=1716.49
/proc/7523/stat : 7523 (minisat) R 7501 7501 6447 0 -1 4194304 95459 0 0 0 171557 92 0 0 25 0 1 0 166215242 401412096 95433 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 0 0 0
/proc/7523/statm: 98001 95433 54 142 0 97857 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 439584

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 7501 and gives childrusage.ru_utime.tv_sec=82 childrusage.ru_utime.tv_usec=847405 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=772882
CPU time returned by wait4() is 83.6203
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): 1815.73
CPU time (s): 1800.09
CPU user time (s): 1798.41
CPU system time (s): 1.68
CPU usage (%): 99.1386
Max. virtual memory (cumulated for all children) (KiB): 908644

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 82.8474
system time used= 0.772882
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 90257
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= 3590
involuntary context switches= 5592

runsolver used 1.89171 s user time and 5.14022 s system time

The end

Launcher Data (download as text)

Begin job on node13 on Sun Jan  7 13:55:18 UTC 2007


IDJOB= 206804
IDBENCH= 4236
FILE ID= node13/206804-1168178118

PBS_JOBID= 3478836

Free space on /tmp= 66309 MiB

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

META MD5SUM SOLVER= d8bf20eb49fe33822f00bab08f33d7fc
MD5SUM BENCH=  6ca11a40fe629bd40af8bb1fd5267065

RANDOM SEED= 257676330

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.247
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.247
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1376632 kB
Buffers:         58344 kB
Cached:         369580 kB
SwapCached:          0 kB
Active:         286680 kB
Inactive:       312256 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1376632 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            8768 kB
Writeback:           0 kB
Mapped:         200068 kB
Slab:            64740 kB
Committed_AS:  4937784 kB
PageTables:       2668 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= 66279 MiB



End job on node13 on Sun Jan  7 14:25:34 UTC 2007