Trace number 206830

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 1802.64

General information on the benchmark

Namerandom/rand-3-28-28/
rand-3-28-28-93-632-48_ext.xml
MD5SUM9534b39899ee9b0639caa17fe64db461
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.15	c start processing
5.15	c start relation processing
19.58	c start cnf exporting
78.81	c parsing time : 4.998
78.81	c preprocessing time : 78.662
78.81	
78.81	c Nary constraints - conflicts : 0 supports : 93
78.81	c Binary constraints - conflicts : 0 supports :0
78.81	c max arity constraint : 3
78.81	c Max Tuples generated 0
78.81	c relations : 93
78.81	c relations BDD: 93
78.81	c vars : 598337 - clauses :  1874879
78.81	
78.88	 
78.88	c --- Minisat Stats ---
78.88	 

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/node24/watcher-206830-1168178553 -o ROOT/results/node24/solver-206830-1168178553 -C 1800 -M 900 /tmp/evaluation/206830-1168178553/galac.sh /tmp/evaluation/206830-1168178553/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 1.88 4/87 18893
/proc/meminfo: memFree=1428120/2055920 swapFree=4192812/4192956
[pid=18892] ppid=18890 vsize=8652 CPUtime=0
/proc/18892/stat : 18892 (galac.sh) R 18890 18892 18511 0 -1 4194304 335 0 0 0 0 0 0 0 16 0 1 0 166250681 8859648 279 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 237788261023 0 65538 4096 73728 0 0 0 17 1 0 0
/proc/18892/statm: 2163 280 208 79 0 156 0
[pid=18894] ppid=18892 vsize=8688 CPUtime=0
/proc/18894/stat : 18894 (galac.sh) S 18892 18892 18511 0 -1 4194368 38 0 0 0 0 0 0 0 16 0 1 0 166250681 8896512 286 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 237788430418 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/18894/statm: 2172 286 209 79 0 165 0
[pid=18895] ppid=18894 vsize=0 CPUtime=0
/proc/18895/stat : 18895 (galac.sh) R 18894 18892 18511 0 -1 4194368 26 0 0 0 0 0 0 0 19 0 1 0 166250681 0 0 18446744073709551615 0 0 0 18446744073709551615 237788261671 0 0 3674112 73728 0 0 0 17 1 0 0
/proc/18895/statm: 0 0 0 0 0 0 0

[startup+0.103244 s]
/proc/loadavg: 2.00 2.00 1.88 4/87 18893
/proc/meminfo: memFree=1428120/2055920 swapFree=4192812/4192956
[pid=18892] ppid=18890 vsize=47560 CPUtime=0.01
/proc/18892/stat : 18892 (galac.sh) S 18890 18892 18511 0 -1 4194304 761 1704 0 0 0 0 0 1 17 0 1 0 166250681 48701440 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 237787867994 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18892/statm: 11890 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+0.51129 s]
/proc/loadavg: 2.00 2.00 1.88 4/87 18893
/proc/meminfo: memFree=1428120/2055920 swapFree=4192812/4192956
[pid=18892] ppid=18890 vsize=47560 CPUtime=0.01
/proc/18892/stat : 18892 (galac.sh) S 18890 18892 18511 0 -1 4194304 761 1704 0 0 0 0 0 1 17 0 1 0 166250681 48701440 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 237787867994 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18892/statm: 11890 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+1.33438 s]
/proc/loadavg: 2.08 2.02 1.89 4/110 18973
/proc/meminfo: memFree=1329432/2055920 swapFree=4192812/4192956
[pid=18892] ppid=18890 vsize=47560 CPUtime=0.01
/proc/18892/stat : 18892 (galac.sh) S 18890 18892 18511 0 -1 4194304 761 1704 0 0 0 0 0 1 17 0 1 0 166250681 48701440 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 237787867994 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18892/statm: 11890 363 245 79 0 218 0
[pid=18906] ppid=18892 vsize=860856 CPUtime=1.26
/proc/18906/stat : 18906 (java) R 18892 18892 18511 0 -1 0 21598 0 1 0 116 10 0 0 21 0 8 0 166250684 881516544 21350 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073743606 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18906/statm: 215214 21350 1967 14 0 201471 0
[pid=18906/tid=18907] ppid=18892 vsize=860856 CPUtime=0.07
/proc/18906/task/18907/stat : 18907 (java) S 18892 18892 18511 0 -1 64 5844 0 0 0 5 2 0 0 16 0 8 0 166250687 881516544 21350 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18906/tid=18908] ppid=18892 vsize=860856 CPUtime=0
/proc/18906/task/18908/stat : 18908 (java) S 18892 18892 18511 0 -1 64 12 0 0 0 0 0 0 0 15 0 8 0 166250688 881516544 21350 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18906/tid=18909] ppid=18892 vsize=860856 CPUtime=0
/proc/18906/task/18909/stat : 18909 (java) S 18892 18892 18511 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 166250688 881516544 21350 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18906/tid=18910] ppid=18892 vsize=860856 CPUtime=0
/proc/18906/task/18910/stat : 18910 (java) S 18892 18892 18511 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 166250691 881516544 21350 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18906/tid=18911] ppid=18892 vsize=860856 CPUtime=0.11
/proc/18906/task/18911/stat : 18911 (java) S 18892 18892 18511 0 -1 64 891 0 0 0 11 0 0 0 16 0 8 0 166250691 881516544 21350 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18906/tid=18912] ppid=18892 vsize=860856 CPUtime=0
/proc/18906/task/18912/stat : 18912 (java) S 18892 18892 18511 0 -1 64 2 0 0 0 0 0 0 0 23 0 8 0 166250691 881516544 21350 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18906/tid=18913] ppid=18892 vsize=860856 CPUtime=0
/proc/18906/task/18913/stat : 18913 (java) S 18892 18892 18511 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 166250691 881516544 21350 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.27
Current children cumulated vsize (KiB) 908416

[startup+2.98656 s]
/proc/loadavg: 2.08 2.02 1.89 3/105 18973
/proc/meminfo: memFree=1278464/2055920 swapFree=4192812/4192956
[pid=18892] ppid=18890 vsize=47560 CPUtime=0.01
/proc/18892/stat : 18892 (galac.sh) S 18890 18892 18511 0 -1 4194304 761 1704 0 0 0 0 0 1 17 0 1 0 166250681 48701440 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 237787867994 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18892/statm: 11890 363 245 79 0 218 0
[pid=18906] ppid=18892 vsize=860856 CPUtime=2.91
/proc/18906/stat : 18906 (java) R 18892 18892 18511 0 -1 0 26554 0 1 0 277 14 0 0 25 0 8 0 166250684 881516544 26300 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073659620 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18906/statm: 215214 26300 1967 14 0 201471 0
[pid=18906/tid=18907] ppid=18892 vsize=860856 CPUtime=0.22
/proc/18906/task/18907/stat : 18907 (java) S 18892 18892 18511 0 -1 64 10782 0 0 0 18 4 0 0 16 0 8 0 166250687 881516544 26300 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18906/tid=18908] ppid=18892 vsize=860856 CPUtime=0
/proc/18906/task/18908/stat : 18908 (java) S 18892 18892 18511 0 -1 64 12 0 0 0 0 0 0 0 15 0 8 0 166250688 881516544 26300 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18906/tid=18909] ppid=18892 vsize=860856 CPUtime=0
/proc/18906/task/18909/stat : 18909 (java) S 18892 18892 18511 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 166250688 881516544 26300 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18906/tid=18910] ppid=18892 vsize=860856 CPUtime=0
/proc/18906/task/18910/stat : 18910 (java) S 18892 18892 18511 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 166250691 881516544 26300 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18906/tid=18911] ppid=18892 vsize=860856 CPUtime=0.14
/proc/18906/task/18911/stat : 18911 (java) S 18892 18892 18511 0 -1 64 903 0 0 0 14 0 0 0 15 0 8 0 166250691 881516544 26300 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18906/tid=18912] ppid=18892 vsize=860856 CPUtime=0
/proc/18906/task/18912/stat : 18912 (java) S 18892 18892 18511 0 -1 64 2 0 0 0 0 0 0 0 23 0 8 0 166250691 881516544 26300 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18906/tid=18913] ppid=18892 vsize=860856 CPUtime=0
/proc/18906/task/18913/stat : 18913 (java) S 18892 18892 18511 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 166250691 881516544 26300 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) 908416

[startup+6.26591 s]
/proc/loadavg: 2.08 2.02 1.89 3/105 18973
/proc/meminfo: memFree=1192640/2055920 swapFree=4192812/4192956
[pid=18892] ppid=18890 vsize=47560 CPUtime=0.01
/proc/18892/stat : 18892 (galac.sh) S 18890 18892 18511 0 -1 4194304 761 1704 0 0 0 0 0 1 17 0 1 0 166250681 48701440 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 237787867994 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18892/statm: 11890 363 245 79 0 218 0
[pid=18906] ppid=18892 vsize=860856 CPUtime=6.15
/proc/18906/stat : 18906 (java) R 18892 18892 18511 0 -1 0 35085 0 1 0 596 19 0 0 25 0 8 0 166250684 881516544 34821 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073984346 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18906/statm: 215214 34821 1975 14 0 201471 0
[pid=18906/tid=18907] ppid=18892 vsize=860856 CPUtime=0.57
/proc/18906/task/18907/stat : 18907 (java) S 18892 18892 18511 0 -1 64 19233 0 0 0 49 8 0 0 17 0 8 0 166250687 881516544 34821 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18906/tid=18908] ppid=18892 vsize=860856 CPUtime=0
/proc/18906/task/18908/stat : 18908 (java) S 18892 18892 18511 0 -1 64 12 0 0 0 0 0 0 0 15 0 8 0 166250688 881516544 34821 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18906/tid=18909] ppid=18892 vsize=860856 CPUtime=0
/proc/18906/task/18909/stat : 18909 (java) S 18892 18892 18511 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 166250688 881516544 34821 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18906/tid=18910] ppid=18892 vsize=860856 CPUtime=0
/proc/18906/task/18910/stat : 18910 (java) S 18892 18892 18511 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 166250691 881516544 34821 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18906/tid=18911] ppid=18892 vsize=860856 CPUtime=0.22
/proc/18906/task/18911/stat : 18911 (java) S 18892 18892 18511 0 -1 64 946 0 0 0 21 1 0 0 15 0 8 0 166250691 881516544 34821 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18906/tid=18912] ppid=18892 vsize=860856 CPUtime=0
/proc/18906/task/18912/stat : 18912 (java) S 18892 18892 18511 0 -1 64 2 0 0 0 0 0 0 0 23 0 8 0 166250691 881516544 34821 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18906/tid=18913] ppid=18892 vsize=860856 CPUtime=0
/proc/18906/task/18913/stat : 18913 (java) S 18892 18892 18511 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 166250691 881516544 34821 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 908416

[startup+12.7676 s]
/proc/loadavg: 2.14 2.03 1.89 3/106 18974
/proc/meminfo: memFree=1020704/2055920 swapFree=4192812/4192956
[pid=18892] ppid=18890 vsize=47560 CPUtime=0.01
/proc/18892/stat : 18892 (galac.sh) S 18890 18892 18511 0 -1 4194304 761 1704 0 0 0 0 0 1 17 0 1 0 166250681 48701440 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 237787867994 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18892/statm: 11890 363 245 79 0 218 0
[pid=18906] ppid=18892 vsize=860856 CPUtime=12.4
/proc/18906/stat : 18906 (java) R 18892 18892 18511 0 -1 0 54782 0 1 0 1212 28 0 0 25 0 8 0 166250684 881516544 54516 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073925170 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18906/statm: 215214 54516 1975 14 0 201471 0
[pid=18906/tid=18907] ppid=18892 vsize=860856 CPUtime=1.44
/proc/18906/task/18907/stat : 18907 (java) S 18892 18892 18511 0 -1 64 38928 0 0 0 127 17 0 0 16 0 8 0 166250687 881516544 54516 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18906/tid=18908] ppid=18892 vsize=860856 CPUtime=0
/proc/18906/task/18908/stat : 18908 (java) S 18892 18892 18511 0 -1 64 12 0 0 0 0 0 0 0 15 0 8 0 166250688 881516544 54516 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18906/tid=18909] ppid=18892 vsize=860856 CPUtime=0
/proc/18906/task/18909/stat : 18909 (java) S 18892 18892 18511 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 166250688 881516544 54516 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18906/tid=18910] ppid=18892 vsize=860856 CPUtime=0
/proc/18906/task/18910/stat : 18910 (java) S 18892 18892 18511 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 166250691 881516544 54516 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18906/tid=18911] ppid=18892 vsize=860856 CPUtime=0.22
/proc/18906/task/18911/stat : 18911 (java) S 18892 18892 18511 0 -1 64 946 0 0 0 21 1 0 0 15 0 8 0 166250691 881516544 54516 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18906/tid=18912] ppid=18892 vsize=860856 CPUtime=0
/proc/18906/task/18912/stat : 18912 (java) S 18892 18892 18511 0 -1 64 2 0 0 0 0 0 0 0 23 0 8 0 166250691 881516544 54516 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18906/tid=18913] ppid=18892 vsize=860856 CPUtime=0
/proc/18906/task/18913/stat : 18913 (java) S 18892 18892 18511 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 166250691 881516544 54516 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.41
Current children cumulated vsize (KiB) 908416

[startup+25.636 s]
/proc/loadavg: 2.20 2.05 1.90 3/106 18974
/proc/meminfo: memFree=886816/2055920 swapFree=4192812/4192956
[pid=18892] ppid=18890 vsize=47560 CPUtime=0.01
/proc/18892/stat : 18892 (galac.sh) S 18890 18892 18511 0 -1 4194304 761 1704 0 0 0 0 0 1 17 0 1 0 166250681 48701440 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 237787867994 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18892/statm: 11890 363 245 79 0 218 0
[pid=18906] ppid=18892 vsize=860856 CPUtime=25.15
/proc/18906/stat : 18906 (java) R 18892 18892 18511 0 -1 0 87682 0 1 0 2469 46 0 0 25 0 8 0 166250684 881516544 87403 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4152820125 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18906/statm: 215214 87403 1994 14 0 201471 0
[pid=18906/tid=18907] ppid=18892 vsize=860856 CPUtime=2.87
/proc/18906/task/18907/stat : 18907 (java) S 18892 18892 18511 0 -1 64 71742 0 0 0 254 33 0 0 16 0 8 0 166250687 881516544 87403 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18906/tid=18908] ppid=18892 vsize=860856 CPUtime=0
/proc/18906/task/18908/stat : 18908 (java) S 18892 18892 18511 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 166250688 881516544 87403 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18906/tid=18909] ppid=18892 vsize=860856 CPUtime=0
/proc/18906/task/18909/stat : 18909 (java) S 18892 18892 18511 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 166250688 881516544 87403 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18906/tid=18910] ppid=18892 vsize=860856 CPUtime=0
/proc/18906/task/18910/stat : 18910 (java) S 18892 18892 18511 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 166250691 881516544 87403 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18906/tid=18911] ppid=18892 vsize=860856 CPUtime=0.27
/proc/18906/task/18911/stat : 18911 (java) S 18892 18892 18511 0 -1 64 982 0 0 0 26 1 0 0 15 0 8 0 166250691 881516544 87403 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18906/tid=18912] ppid=18892 vsize=860856 CPUtime=0
/proc/18906/task/18912/stat : 18912 (java) S 18892 18892 18511 0 -1 64 2 0 0 0 0 0 0 0 23 0 8 0 166250691 881516544 87403 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18906/tid=18913] ppid=18892 vsize=860856 CPUtime=0
/proc/18906/task/18913/stat : 18913 (java) S 18892 18892 18511 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 166250691 881516544 87403 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 908416

[startup+51.2957 s]
/proc/loadavg: 2.12 2.04 1.90 3/106 18974
/proc/meminfo: memFree=852640/2055920 swapFree=4192812/4192956
[pid=18892] ppid=18890 vsize=47560 CPUtime=0.01
/proc/18892/stat : 18892 (galac.sh) S 18890 18892 18511 0 -1 4194304 761 1704 0 0 0 0 0 1 17 0 1 0 166250681 48701440 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 237787867994 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18892/statm: 11890 363 245 79 0 218 0
[pid=18906] ppid=18892 vsize=860856 CPUtime=50.51
/proc/18906/stat : 18906 (java) R 18892 18892 18511 0 -1 0 87727 0 1 0 4995 56 0 0 25 0 8 0 166250684 881516544 87403 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4074025767 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18906/statm: 215214 87403 1994 14 0 201471 0
[pid=18906/tid=18907] ppid=18892 vsize=860856 CPUtime=2.94
/proc/18906/task/18907/stat : 18907 (java) S 18892 18892 18511 0 -1 64 71742 0 0 0 261 33 0 0 16 0 8 0 166250687 881516544 87403 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18906/tid=18908] ppid=18892 vsize=860856 CPUtime=0
/proc/18906/task/18908/stat : 18908 (java) S 18892 18892 18511 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 166250688 881516544 87403 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18906/tid=18909] ppid=18892 vsize=860856 CPUtime=0
/proc/18906/task/18909/stat : 18909 (java) S 18892 18892 18511 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 166250688 881516544 87403 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18906/tid=18910] ppid=18892 vsize=860856 CPUtime=0
/proc/18906/task/18910/stat : 18910 (java) S 18892 18892 18511 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 166250691 881516544 87403 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18906/tid=18911] ppid=18892 vsize=860856 CPUtime=0.27
/proc/18906/task/18911/stat : 18911 (java) S 18892 18892 18511 0 -1 64 982 0 0 0 26 1 0 0 15 0 8 0 166250691 881516544 87403 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18906/tid=18912] ppid=18892 vsize=860856 CPUtime=0
/proc/18906/task/18912/stat : 18912 (java) S 18892 18892 18511 0 -1 64 2 0 0 0 0 0 0 0 23 0 8 0 166250691 881516544 87403 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18906/tid=18913] ppid=18892 vsize=860856 CPUtime=0
/proc/18906/task/18913/stat : 18913 (java) S 18892 18892 18511 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 166250691 881516544 87403 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.52
Current children cumulated vsize (KiB) 908416

[startup+102.52 s]
/proc/loadavg: 2.05 2.03 1.91 3/99 18975
/proc/meminfo: memFree=1042264/2055920 swapFree=4192812/4192956
[pid=18892] ppid=18890 vsize=47560 CPUtime=77.83

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

/proc/loadavg: 2.00 2.00 1.93 3/99 18977
/proc/meminfo: memFree=620632/2055920 swapFree=4192812/4192956
[pid=18892] ppid=18890 vsize=47560 CPUtime=77.83
/proc/18892/stat : 18892 (galac.sh) S 18890 18892 18511 0 -1 4194304 799 89490 0 1 0 0 7711 72 17 0 1 0 166250681 48701440 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 237787867994 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/18892/statm: 11890 363 245 79 0 218 0
[pid=18975] ppid=18892 vsize=223560 CPUtime=1043.85
/proc/18975/stat : 18975 (minisat) R 18892 18892 18511 0 -1 4194304 53337 0 0 0 104340 45 0 0 25 0 1 0 166258569 228925440 53319 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/18975/statm: 55890 53319 54 142 0 55746 0
Current children cumulated CPU time (s) 1121.68
Current children cumulated vsize (KiB) 271120

[startup+1183.47 s]
/proc/loadavg: 2.00 2.00 1.93 3/99 18977
/proc/meminfo: memFree=576792/2055920 swapFree=4192812/4192956
[pid=18892] ppid=18890 vsize=47560 CPUtime=77.83
/proc/18892/stat : 18892 (galac.sh) S 18890 18892 18511 0 -1 4194304 799 89490 0 1 0 0 7711 72 17 0 1 0 166250681 48701440 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 237787867994 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/18892/statm: 11890 363 245 79 0 218 0
[pid=18975] ppid=18892 vsize=238084 CPUtime=1103.87
/proc/18975/stat : 18975 (minisat) R 18892 18892 18511 0 -1 4194304 56972 0 0 0 110340 47 0 0 25 0 1 0 166258569 243798016 56954 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 1 0 0
/proc/18975/statm: 59521 56954 54 142 0 59377 0
Current children cumulated CPU time (s) 1181.7
Current children cumulated vsize (KiB) 285644

[startup+1243.51 s]
/proc/loadavg: 2.00 2.00 1.93 3/99 18977
/proc/meminfo: memFree=566616/2055920 swapFree=4192812/4192956
[pid=18892] ppid=18890 vsize=47560 CPUtime=77.83
/proc/18892/stat : 18892 (galac.sh) S 18890 18892 18511 0 -1 4194304 799 89490 0 1 0 0 7711 72 17 0 1 0 166250681 48701440 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 237787867994 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/18892/statm: 11890 363 245 79 0 218 0
[pid=18975] ppid=18892 vsize=248088 CPUtime=1163.89
/proc/18975/stat : 18975 (minisat) R 18892 18892 18511 0 -1 4194304 59484 0 0 0 116339 50 0 0 25 0 1 0 166258569 254042112 59466 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/18975/statm: 62022 59466 54 142 0 61878 0
Current children cumulated CPU time (s) 1241.72
Current children cumulated vsize (KiB) 295648

[startup+1303.56 s]
/proc/loadavg: 2.00 2.00 1.93 5/99 18977
/proc/meminfo: memFree=531992/2055920 swapFree=4192812/4192956
[pid=18892] ppid=18890 vsize=47560 CPUtime=77.83
/proc/18892/stat : 18892 (galac.sh) S 18890 18892 18511 0 -1 4194304 799 89490 0 1 0 0 7711 72 17 0 1 0 166250681 48701440 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 237787867994 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/18892/statm: 11890 363 245 79 0 218 0
[pid=18975] ppid=18892 vsize=256504 CPUtime=1223.85
/proc/18975/stat : 18975 (minisat) R 18892 18892 18511 0 -1 4194304 61594 0 0 0 122332 53 0 0 25 0 1 0 166258569 262660096 61576 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134529361 0 0 4096 3 0 0 0 17 1 0 0
/proc/18975/statm: 64126 61576 54 142 0 63982 0
Current children cumulated CPU time (s) 1301.68
Current children cumulated vsize (KiB) 304064

[startup+1363.6 s]
/proc/loadavg: 2.00 2.00 1.93 3/99 18977
/proc/meminfo: memFree=520344/2055920 swapFree=4192812/4192956
[pid=18892] ppid=18890 vsize=47560 CPUtime=77.83
/proc/18892/stat : 18892 (galac.sh) S 18890 18892 18511 0 -1 4194304 799 89490 0 1 0 0 7711 72 17 0 1 0 166250681 48701440 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 237787867994 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/18892/statm: 11890 363 245 79 0 218 0
[pid=18975] ppid=18892 vsize=264628 CPUtime=1283.88
/proc/18975/stat : 18975 (minisat) R 18892 18892 18511 0 -1 4194304 63607 0 0 0 128334 54 0 0 25 0 1 0 166258569 270979072 63589 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 1 0 0
/proc/18975/statm: 66157 63589 54 142 0 66013 0
Current children cumulated CPU time (s) 1361.71
Current children cumulated vsize (KiB) 312188

[startup+1423.61 s]
/proc/loadavg: 2.06 2.01 1.94 3/99 18977
/proc/meminfo: memFree=504408/2055920 swapFree=4192812/4192956
[pid=18892] ppid=18890 vsize=47560 CPUtime=77.83
/proc/18892/stat : 18892 (galac.sh) S 18890 18892 18511 0 -1 4194304 799 89490 0 1 0 0 7711 72 17 0 1 0 166250681 48701440 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 237787867994 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/18892/statm: 11890 363 245 79 0 218 0
[pid=18975] ppid=18892 vsize=280700 CPUtime=1343.87
/proc/18975/stat : 18975 (minisat) R 18892 18892 18511 0 -1 4194304 67584 0 0 0 134330 57 0 0 25 0 1 0 166258569 287436800 67566 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/18975/statm: 70175 67566 54 142 0 70031 0
Current children cumulated CPU time (s) 1421.7
Current children cumulated vsize (KiB) 328260

[startup+1483.7 s]
/proc/loadavg: 2.07 2.03 1.94 3/99 18977
/proc/meminfo: memFree=461144/2055920 swapFree=4192812/4192956
[pid=18892] ppid=18890 vsize=47560 CPUtime=77.83
/proc/18892/stat : 18892 (galac.sh) S 18890 18892 18511 0 -1 4194304 799 89490 0 1 0 0 7711 72 17 0 1 0 166250681 48701440 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 237787867994 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/18892/statm: 11890 363 245 79 0 218 0
[pid=18975] ppid=18892 vsize=294708 CPUtime=1403.9
/proc/18975/stat : 18975 (minisat) R 18892 18892 18511 0 -1 4194304 71096 0 0 0 140331 59 0 0 25 0 1 0 166258569 301780992 71078 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 1 0 0
/proc/18975/statm: 73677 71078 54 142 0 73533 0
Current children cumulated CPU time (s) 1481.73
Current children cumulated vsize (KiB) 342268

[startup+1543.8 s]
/proc/loadavg: 2.02 2.02 1.94 3/99 18977
/proc/meminfo: memFree=455768/2055920 swapFree=4192812/4192956
[pid=18892] ppid=18890 vsize=47560 CPUtime=77.83
/proc/18892/stat : 18892 (galac.sh) S 18890 18892 18511 0 -1 4194304 799 89490 0 1 0 0 7711 72 17 0 1 0 166250681 48701440 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 237787867994 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/18892/statm: 11890 363 245 79 0 218 0
[pid=18975] ppid=18892 vsize=299996 CPUtime=1463.98
/proc/18975/stat : 18975 (minisat) R 18892 18892 18511 0 -1 4194304 72406 0 0 0 146337 61 0 0 25 0 1 0 166258569 307195904 72388 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134529506 0 0 4096 3 0 0 0 17 1 0 0
/proc/18975/statm: 74999 72388 54 142 0 74855 0
Current children cumulated CPU time (s) 1541.81
Current children cumulated vsize (KiB) 347556

[startup+1603.87 s]
/proc/loadavg: 2.01 2.01 1.94 3/99 18977
/proc/meminfo: memFree=417432/2055920 swapFree=4192812/4192956
[pid=18892] ppid=18890 vsize=47560 CPUtime=77.83
/proc/18892/stat : 18892 (galac.sh) S 18890 18892 18511 0 -1 4194304 799 89490 0 1 0 0 7711 72 17 0 1 0 166250681 48701440 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 237787867994 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/18892/statm: 11890 363 245 79 0 218 0
[pid=18975] ppid=18892 vsize=309052 CPUtime=1524.04
/proc/18975/stat : 18975 (minisat) R 18892 18892 18511 0 -1 4194304 74692 0 0 0 152340 64 0 0 25 0 1 0 166258569 316469248 74674 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134529361 0 0 4096 3 0 0 0 17 1 0 0
/proc/18975/statm: 77263 74674 54 142 0 77119 0
Current children cumulated CPU time (s) 1601.87
Current children cumulated vsize (KiB) 356612

[startup+1663.95 s]
/proc/loadavg: 2.00 2.01 1.94 3/99 18977
/proc/meminfo: memFree=410072/2055920 swapFree=4192812/4192956
[pid=18892] ppid=18890 vsize=47560 CPUtime=77.83
/proc/18892/stat : 18892 (galac.sh) S 18890 18892 18511 0 -1 4194304 799 89490 0 1 0 0 7711 72 17 0 1 0 166250681 48701440 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 237787867994 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/18892/statm: 11890 363 245 79 0 218 0
[pid=18975] ppid=18892 vsize=316244 CPUtime=1584.11
/proc/18975/stat : 18975 (minisat) R 18892 18892 18511 0 -1 4194304 76471 0 0 0 158346 65 0 0 25 0 1 0 166258569 323833856 76453 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134529340 0 0 4096 3 0 0 0 17 1 0 0
/proc/18975/statm: 79061 76453 54 142 0 78917 0
Current children cumulated CPU time (s) 1661.94
Current children cumulated vsize (KiB) 363804

[startup+1724.05 s]
/proc/loadavg: 2.00 2.00 1.94 3/99 18977
/proc/meminfo: memFree=401816/2055920 swapFree=4192812/4192956
[pid=18892] ppid=18890 vsize=47560 CPUtime=77.83
/proc/18892/stat : 18892 (galac.sh) S 18890 18892 18511 0 -1 4194304 799 89490 0 1 0 0 7711 72 17 0 1 0 166250681 48701440 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 237787867994 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/18892/statm: 11890 363 245 79 0 218 0
[pid=18975] ppid=18892 vsize=324352 CPUtime=1644.19
/proc/18975/stat : 18975 (minisat) R 18892 18892 18511 0 -1 4194304 78532 0 0 0 164352 67 0 0 25 0 1 0 166258569 332136448 78514 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/18975/statm: 81088 78514 54 142 0 80944 0
Current children cumulated CPU time (s) 1722.02
Current children cumulated vsize (KiB) 371912

[startup+1784.15 s]
/proc/loadavg: 2.10 2.03 1.95 3/99 18977
/proc/meminfo: memFree=365080/2055920 swapFree=4192812/4192956
[pid=18892] ppid=18890 vsize=47560 CPUtime=77.83
/proc/18892/stat : 18892 (galac.sh) S 18890 18892 18511 0 -1 4194304 799 89490 0 1 0 0 7711 72 17 0 1 0 166250681 48701440 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 237787867994 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/18892/statm: 11890 363 245 79 0 218 0
[pid=18975] ppid=18892 vsize=331312 CPUtime=1703.97
/proc/18975/stat : 18975 (minisat) R 18892 18892 18511 0 -1 4194304 80249 0 0 0 170326 71 0 0 25 0 1 0 166258569 339263488 80231 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/18975/statm: 82828 80231 54 142 0 82684 0
Current children cumulated CPU time (s) 1781.8
Current children cumulated vsize (KiB) 378872



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1802.63 s]
/proc/loadavg: 2.07 2.03 1.95 3/99 18977
/proc/meminfo: memFree=362904/2055920 swapFree=4192812/4192956
[pid=18892] ppid=18890 vsize=47560 CPUtime=77.83
/proc/18892/stat : 18892 (galac.sh) S 18890 18892 18511 0 -1 4194304 799 89490 0 1 0 0 7711 72 17 0 1 0 166250681 48701440 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 237787867994 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/18892/statm: 11890 363 245 79 0 218 0
[pid=18975] ppid=18892 vsize=333324 CPUtime=1722.26
/proc/18975/stat : 18975 (minisat) R 18892 18892 18511 0 -1 4194304 80763 0 0 0 172155 71 0 0 25 0 1 0 166258569 341323776 80745 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134529280 0 0 4096 3 0 0 0 17 0 0 0
/proc/18975/statm: 83331 80745 54 142 0 83187 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 380884

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 18892 and gives childrusage.ru_utime.tv_sec=77 childrusage.ru_utime.tv_usec=124275 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=733888
CPU time returned by wait4() is 77.8582
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): 1802.64
CPU time (s): 1800.09
CPU user time (s): 1798.66
CPU system time (s): 1.43
CPU usage (%): 99.8584
Max. virtual memory (cumulated for all children) (KiB): 908416

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 77.1243
system time used= 0.733888
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 90289
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= 3516
involuntary context switches= 5297

runsolver used 2.01569 s user time and 5.54616 s system time

The end

Launcher Data (download as text)

Begin job on node24 on Sun Jan  7 14:02:34 UTC 2007


IDJOB= 206830
IDBENCH= 4238
FILE ID= node24/206830-1168178553

PBS_JOBID= 3479043

Free space on /tmp= 66468 MiB

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

META MD5SUM SOLVER= d8bf20eb49fe33822f00bab08f33d7fc
MD5SUM BENCH=  9534b39899ee9b0639caa17fe64db461

RANDOM SEED= 872087782

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1428600 kB
Buffers:         57148 kB
Cached:         441836 kB
SwapCached:          0 kB
Active:         245052 kB
Inactive:       313024 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1428600 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            8720 kB
Writeback:           0 kB
Mapped:          78456 kB
Slab:            53852 kB
Committed_AS:  3380388 kB
PageTables:       2436 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= 66427 MiB



End job on node24 on Sun Jan  7 14:32:37 UTC 2007