Trace number 1076676

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. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock 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 MUNSAT 959.646 972.722

General information on the benchmark

Namecsp/ogdVg/
normalized-crossword-m1c-ogd-vg14-15_ext.xml
MD5SUMf6ff1d037c8fd69bd364281e23912fb0
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark35.7586
Satisfiable
(Un)Satisfiability was proved
Number of variables210
Number of constraints29
Maximum constraint arity15
Maximum domain size26
Number of constraints which are defined in extension29
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.01/0.32	c --- Preproc Stats ---
1.66/2.07	c start processing
1.66/2.07	c start relation processing
3.24/3.65	c start cnf exporting
101.27/102.76	c parsing time : 1.653
101.27/102.76	c preprocessing time : 102.343
101.27/102.76	
101.27/102.76	c Nary constraints - conflicts : 0 supports : 29
101.27/102.76	c Binary constraints - conflicts : 0 supports :0
101.27/102.76	c max arity constraint : 15
101.27/102.76	c Max Tuples generated 0
101.27/102.76	c relations : 2
101.27/102.76	c relations BDD: 2
101.27/102.76	c sampling 0/0
101.27/102.76	c vars : 869324 - clauses :  2979709
101.27/102.76	
101.33/102.81	 
101.33/102.81	c --- SAT Solver Stats ---
101.33/102.81	 
959.50/972.65	c restarts              : 14
959.50/972.65	c conflicts             : 57898          (67 /sec)
959.50/972.65	c decisions             : 178485         (1.97 % random) (208 /sec)
959.50/972.65	c propagations          : 1371670452     (1598923 /sec)
959.50/972.65	c conflict literals     : 2616571        (36.99 % deleted)
959.50/972.65	c Memory used           : 193.89 MB
959.50/972.65	c CPU time              : 857.872 s
959.50/972.65	
959.50/972.65	s UNSATISFIABLE

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

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

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1076676-1215189469/watcher-1076676-1215189469 -o /tmp/evaluation-result-1076676-1215189469/solver-1076676-1215189469 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacM.sh HOME/instance-1076676-1215189469.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.11 2.09 2.03 4/82 23963
/proc/meminfo: memFree=1212632/2055920 swapFree=4180312/4192956
[pid=23963] ppid=23961 vsize=18572 CPUtime=0
/proc/23963/stat : 23963 (runsolver) D 23961 23963 22145 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 424564254 19017728 292 996147200 4194304 4296836 548682068448 18446744073709551615 224627584295 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/23963/statm: 4643 292 257 25 0 2626 0

[startup+0.0316209 s]
/proc/loadavg: 2.11 2.09 2.03 4/82 23963
/proc/meminfo: memFree=1212632/2055920 swapFree=4180312/4192956
[pid=23963] ppid=23961 vsize=8564 CPUtime=0
/proc/23963/stat : 23963 (galacM.sh) S 23961 23963 22145 0 -1 4194304 306 0 3 0 0 0 0 0 18 0 1 0 424564254 8769536 255 996147200 4194304 4520092 548682068784 18446744073709551615 224627771279 0 0 4096 8192 0 0 0 17 1 0 0
/proc/23963/statm: 2141 255 197 79 0 134 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8564

[startup+0.102142 s]
/proc/loadavg: 2.11 2.09 2.03 4/82 23963
/proc/meminfo: memFree=1212632/2055920 swapFree=4180312/4192956
[pid=23963] ppid=23961 vsize=8652 CPUtime=0
/proc/23963/stat : 23963 (galacM.sh) S 23961 23963 22145 0 -1 4194304 343 0 4 0 0 0 0 0 17 0 1 0 424564254 8859648 281 996147200 4194304 4520092 548682068784 18446744073709551615 224627190618 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23963/statm: 2163 281 208 79 0 156 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8652

[startup+0.301168 s]
/proc/loadavg: 2.11 2.09 2.03 4/82 23963
/proc/meminfo: memFree=1212632/2055920 swapFree=4180312/4192956
[pid=23963] ppid=23961 vsize=47564 CPUtime=0.01
/proc/23963/stat : 23963 (galacM.sh) D 23961 23963 22145 0 -1 4194304 746 1702 5 0 0 0 0 1 18 0 1 0 424564254 48705536 363 996147200 4194304 4520092 548682068784 18446744073709551615 224627568926 0 2 4096 73728 18446744071563608240 0 0 17 1 0 0
/proc/23963/statm: 11891 363 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.702228 s]
/proc/loadavg: 2.11 2.09 2.03 4/82 23963
/proc/meminfo: memFree=1212632/2055920 swapFree=4180312/4192956
[pid=23963] ppid=23961 vsize=47568 CPUtime=0.02
/proc/23963/stat : 23963 (galacM.sh) S 23961 23963 22145 0 -1 4194304 761 1702 5 0 0 1 0 1 18 0 1 0 424564254 48709632 366 996147200 4194304 4520092 548682068784 18446744073709551615 224627190618 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23963/statm: 11892 366 245 79 0 220 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 47568

[startup+1.50235 s]
/proc/loadavg: 2.11 2.09 2.03 4/92 23985
/proc/meminfo: memFree=1176008/2055920 swapFree=4180312/4192956
[pid=23963] ppid=23961 vsize=47568 CPUtime=0.02
/proc/23963/stat : 23963 (galacM.sh) S 23961 23963 22145 0 -1 4194304 761 1702 5 0 0 1 0 1 18 0 1 0 424564254 48709632 366 996147200 4194304 4520092 548682068784 18446744073709551615 224627190618 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23963/statm: 11892 366 245 79 0 220 0
[pid=23977] ppid=23963 vsize=812744 CPUtime=1.14
/proc/23977/stat : 23977 (java) S 23963 23963 22145 0 -1 0 20991 0 2 0 103 11 0 0 18 0 9 0 424564286 832249856 20418 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23977/statm: 203186 20418 1882 9 0 197167 0
[pid=23977/tid=23978] ppid=23963 vsize=812744 CPUtime=0.97
/proc/23977/task/23978/stat : 23978 (java) R 23963 23963 22145 0 -1 64 14542 0 2 0 89 8 0 0 22 0 9 0 424564288 832249856 20418 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23977/tid=23979] ppid=23963 vsize=812744 CPUtime=0.04
/proc/23977/task/23979/stat : 23979 (java) R 23963 23963 22145 0 -1 64 5071 0 0 0 2 2 0 0 16 0 9 0 424564289 832249856 20418 996147200 134512640 134550740 4294955568 18446744073709551615 102516878 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23977/tid=23980] ppid=23963 vsize=812744 CPUtime=0
/proc/23977/task/23980/stat : 23980 (java) S 23963 23963 22145 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 424564289 832249856 20418 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23977/tid=23981] ppid=23963 vsize=812744 CPUtime=0
/proc/23977/task/23981/stat : 23981 (java) S 23963 23963 22145 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 424564289 832249856 20418 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23977/tid=23982] ppid=23963 vsize=812744 CPUtime=0
/proc/23977/task/23982/stat : 23982 (java) S 23963 23963 22145 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 424564292 832249856 20418 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23977/tid=23983] ppid=23963 vsize=812744 CPUtime=0.12
/proc/23977/task/23983/stat : 23983 (java) S 23963 23963 22145 0 -1 64 679 0 0 0 12 0 0 0 16 0 9 0 424564292 832249856 20418 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23977/tid=23984] ppid=23963 vsize=812744 CPUtime=0
/proc/23977/task/23984/stat : 23984 (java) S 23963 23963 22145 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 424564292 832249856 20418 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23977/tid=23985] ppid=23963 vsize=812744 CPUtime=0
/proc/23977/task/23985/stat : 23985 (java) S 23963 23963 22145 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 424564292 832249856 20418 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 860312

[startup+3.10157 s]
/proc/loadavg: 2.18 2.10 2.03 3/92 23985
/proc/meminfo: memFree=1119176/2055920 swapFree=4180312/4192956
[pid=23963] ppid=23961 vsize=47568 CPUtime=0.02
/proc/23963/stat : 23963 (galacM.sh) S 23961 23963 22145 0 -1 4194304 761 1702 5 0 0 1 0 1 18 0 1 0 424564254 48709632 366 996147200 4194304 4520092 548682068784 18446744073709551615 224627190618 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23963/statm: 11892 366 245 79 0 220 0
[pid=23977] ppid=23963 vsize=812744 CPUtime=2.73
/proc/23977/stat : 23977 (java) S 23963 23963 22145 0 -1 0 24948 0 2 0 260 13 0 0 18 0 9 0 424564286 832249856 24373 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23977/statm: 203186 24373 1889 9 0 197167 0
[pid=23977/tid=23978] ppid=23963 vsize=812744 CPUtime=2.45
/proc/23977/task/23978/stat : 23978 (java) R 23963 23963 22145 0 -1 64 14572 0 2 0 237 8 0 0 25 0 9 0 424564288 832249856 24373 996147200 134512640 134550740 4294955568 18446744073709551615 4126832469 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23977/tid=23979] ppid=23963 vsize=812744 CPUtime=0.07
/proc/23977/task/23979/stat : 23979 (java) S 23963 23963 22145 0 -1 64 8959 0 0 0 4 3 0 0 17 0 9 0 424564289 832249856 24373 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23977/tid=23980] ppid=23963 vsize=812744 CPUtime=0
/proc/23977/task/23980/stat : 23980 (java) S 23963 23963 22145 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 424564289 832249856 24373 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23977/tid=23981] ppid=23963 vsize=812744 CPUtime=0
/proc/23977/task/23981/stat : 23981 (java) S 23963 23963 22145 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 424564289 832249856 24373 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23977/tid=23982] ppid=23963 vsize=812744 CPUtime=0
/proc/23977/task/23982/stat : 23982 (java) S 23963 23963 22145 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 424564292 832249856 24373 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23977/tid=23983] ppid=23963 vsize=812744 CPUtime=0.18
/proc/23977/task/23983/stat : 23983 (java) S 23963 23963 22145 0 -1 64 718 0 0 0 18 0 0 0 15 0 9 0 424564292 832249856 24373 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23977/tid=23984] ppid=23963 vsize=812744 CPUtime=0
/proc/23977/task/23984/stat : 23984 (java) S 23963 23963 22145 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 424564292 832249856 24373 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23977/tid=23985] ppid=23963 vsize=812744 CPUtime=0
/proc/23977/task/23985/stat : 23985 (java) S 23963 23963 22145 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 424564292 832249856 24373 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.75
Current children cumulated vsize (KiB) 860312

[startup+6.30302 s]
/proc/loadavg: 2.18 2.10 2.03 3/92 23985
/proc/meminfo: memFree=1089160/2055920 swapFree=4180312/4192956
[pid=23963] ppid=23961 vsize=47568 CPUtime=0.02
/proc/23963/stat : 23963 (galacM.sh) S 23961 23963 22145 0 -1 4194304 761 1702 5 0 0 1 0 1 18 0 1 0 424564254 48709632 366 996147200 4194304 4520092 548682068784 18446744073709551615 224627190618 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23963/statm: 11892 366 245 79 0 220 0
[pid=23977] ppid=23963 vsize=812744 CPUtime=5.9
/proc/23977/stat : 23977 (java) S 23963 23963 22145 0 -1 0 32118 0 2 0 573 17 0 0 18 0 9 0 424564286 832249856 31534 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23977/statm: 203186 31534 1910 9 0 197167 0
[pid=23977/tid=23978] ppid=23963 vsize=812744 CPUtime=5.23
/proc/23977/task/23978/stat : 23978 (java) R 23963 23963 22145 0 -1 64 14623 0 2 0 515 8 0 0 25 0 9 0 424564288 832249856 31534 996147200 134512640 134550740 4294955568 18446744073709551615 4126650320 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23977/tid=23979] ppid=23963 vsize=812744 CPUtime=0.38
/proc/23977/task/23979/stat : 23979 (java) S 23963 23963 22145 0 -1 64 16028 0 0 0 32 6 0 0 16 0 9 0 424564289 832249856 31534 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23977/tid=23980] ppid=23963 vsize=812744 CPUtime=0
/proc/23977/task/23980/stat : 23980 (java) S 23963 23963 22145 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 424564289 832249856 31534 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23977/tid=23981] ppid=23963 vsize=812744 CPUtime=0
/proc/23977/task/23981/stat : 23981 (java) S 23963 23963 22145 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 424564289 832249856 31534 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23977/tid=23982] ppid=23963 vsize=812744 CPUtime=0
/proc/23977/task/23982/stat : 23982 (java) S 23963 23963 22145 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 424564292 832249856 31534 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23977/tid=23983] ppid=23963 vsize=812744 CPUtime=0.24
/proc/23977/task/23983/stat : 23983 (java) S 23963 23963 22145 0 -1 64 768 0 0 0 24 0 0 0 15 0 9 0 424564292 832249856 31534 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23977/tid=23984] ppid=23963 vsize=812744 CPUtime=0
/proc/23977/task/23984/stat : 23984 (java) S 23963 23963 22145 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 424564292 832249856 31534 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23977/tid=23985] ppid=23963 vsize=812744 CPUtime=0
/proc/23977/task/23985/stat : 23985 (java) S 23963 23963 22145 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 424564292 832249856 31534 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.92
Current children cumulated vsize (KiB) 860312

[startup+12.7019 s]
/proc/loadavg: 2.15 2.10 2.03 4/92 23985
/proc/meminfo: memFree=1085520/2055920 swapFree=4180312/4192956
[pid=23963] ppid=23961 vsize=47568 CPUtime=0.02
/proc/23963/stat : 23963 (galacM.sh) S 23961 23963 22145 0 -1 4194304 761 1702 5 0 0 1 0 1 18 0 1 0 424564254 48709632 366 996147200 4194304 4520092 548682068784 18446744073709551615 224627190618 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23963/statm: 11892 366 245 79 0 220 0
[pid=23977] ppid=23963 vsize=812744 CPUtime=12.23
/proc/23977/stat : 23977 (java) S 23963 23963 22145 0 -1 0 32133 0 2 0 1203 20 0 0 18 0 9 0 424564286 832249856 31537 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23977/statm: 203186 31537 1910 9 0 197167 0
[pid=23977/tid=23978] ppid=23963 vsize=812744 CPUtime=11.57
/proc/23977/task/23978/stat : 23978 (java) R 23963 23963 22145 0 -1 64 14635 0 2 0 1145 12 0 0 25 0 9 0 424564288 832249856 31537 996147200 134512640 134550740 4294955568 18446744073709551615 4126964149 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23977/tid=23979] ppid=23963 vsize=812744 CPUtime=0.39
/proc/23977/task/23979/stat : 23979 (java) S 23963 23963 22145 0 -1 64 16028 0 0 0 33 6 0 0 16 0 9 0 424564289 832249856 31537 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23977/tid=23980] ppid=23963 vsize=812744 CPUtime=0
/proc/23977/task/23980/stat : 23980 (java) S 23963 23963 22145 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 424564289 832249856 31537 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23977/tid=23981] ppid=23963 vsize=812744 CPUtime=0
/proc/23977/task/23981/stat : 23981 (java) S 23963 23963 22145 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 424564289 832249856 31537 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23977/tid=23982] ppid=23963 vsize=812744 CPUtime=0
/proc/23977/task/23982/stat : 23982 (java) S 23963 23963 22145 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 424564292 832249856 31537 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23977/tid=23983] ppid=23963 vsize=812744 CPUtime=0.25
/proc/23977/task/23983/stat : 23983 (java) S 23963 23963 22145 0 -1 64 771 0 0 0 25 0 0 0 15 0 9 0 424564292 832249856 31537 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23977/tid=23984] ppid=23963 vsize=812744 CPUtime=0
/proc/23977/task/23984/stat : 23984 (java) S 23963 23963 22145 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 424564292 832249856 31537 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23977/tid=23985] ppid=23963 vsize=812744 CPUtime=0
/proc/23977/task/23985/stat : 23985 (java) S 23963 23963 22145 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 424564292 832249856 31537 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.25
Current children cumulated vsize (KiB) 860312

[startup+25.5027 s]
/proc/loadavg: 2.13 2.09 2.03 3/92 23985
/proc/meminfo: memFree=1077776/2055920 swapFree=4180312/4192956
[pid=23963] ppid=23961 vsize=47568 CPUtime=0.02
/proc/23963/stat : 23963 (galacM.sh) S 23961 23963 22145 0 -1 4194304 761 1702 5 0 0 1 0 1 18 0 1 0 424564254 48709632 366 996147200 4194304 4520092 548682068784 18446744073709551615 224627190618 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23963/statm: 11892 366 245 79 0 220 0
[pid=23977] ppid=23963 vsize=812744 CPUtime=24.91
/proc/23977/stat : 23977 (java) S 23963 23963 22145 0 -1 0 32155 0 2 0 2466 25 0 0 18 0 9 0 424564286 832249856 31537 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23977/statm: 203186 31537 1910 9 0 197167 0
[pid=23977/tid=23978] ppid=23963 vsize=812744 CPUtime=24.22
/proc/23977/task/23978/stat : 23978 (java) R 23963 23963 22145 0 -1 64 14657 0 2 0 2406 16 0 0 25 0 9 0 424564288 832249856 31537 996147200 134512640 134550740 4294955568 18446744073709551615 4126958586 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23977/tid=23979] ppid=23963 vsize=812744 CPUtime=0.4
/proc/23977/task/23979/stat : 23979 (java) S 23963 23963 22145 0 -1 64 16028 0 0 0 33 7 0 0 16 0 9 0 424564289 832249856 31537 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23977/tid=23980] ppid=23963 vsize=812744 CPUtime=0
/proc/23977/task/23980/stat : 23980 (java) S 23963 23963 22145 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 424564289 832249856 31537 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23977/tid=23981] ppid=23963 vsize=812744 CPUtime=0
/proc/23977/task/23981/stat : 23981 (java) S 23963 23963 22145 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 424564289 832249856 31537 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23977/tid=23982] ppid=23963 vsize=812744 CPUtime=0
/proc/23977/task/23982/stat : 23982 (java) S 23963 23963 22145 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 424564292 832249856 31537 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23977/tid=23983] ppid=23963 vsize=812744 CPUtime=0.25
/proc/23977/task/23983/stat : 23983 (java) S 23963 23963 22145 0 -1 64 771 0 0 0 25 0 0 0 16 0 9 0 424564292 832249856 31537 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23977/tid=23984] ppid=23963 vsize=812744 CPUtime=0
/proc/23977/task/23984/stat : 23984 (java) S 23963 23963 22145 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 424564292 832249856 31537 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23977/tid=23985] ppid=23963 vsize=812744 CPUtime=0
/proc/23977/task/23985/stat : 23985 (java) S 23963 23963 22145 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 424564292 832249856 31537 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.93
Current children cumulated vsize (KiB) 860312

[startup+51.1024 s]
/proc/loadavg: 2.21 2.12 2.04 3/92 23985
/proc/meminfo: memFree=1062480/2055920 swapFree=4180312/4192956
[pid=23963] ppid=23961 vsize=47568 CPUtime=0.02

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

/proc/23986/statm: 48130 44278 57 152 0 47975 0
Current children cumulated CPU time (s) 573.13
Current children cumulated vsize (KiB) 240088

[startup+642.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 24043
/proc/meminfo: memFree=1549360/2055920 swapFree=4180312/4192956
[pid=23963] ppid=23961 vsize=47568 CPUtime=101.35
/proc/23963/stat : 23963 (galacM.sh) S 23961 23963 22145 0 -1 4194304 796 34005 5 2 0 1 10074 60 17 0 1 0 424564254 48709632 366 996147200 4194304 4520092 548682068784 18446744073709551615 224627190618 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/23963/statm: 11892 366 245 79 0 220 0
[pid=23986] ppid=23963 vsize=193476 CPUtime=530.61
/proc/23986/stat : 23986 (minisat) R 23963 23963 22145 0 -1 4194304 44526 0 0 0 53029 32 0 0 25 0 1 0 424574536 198119424 44507 996147200 134512640 135136200 4294955920 18446744073709551615 134529333 0 0 4096 3 0 0 0 17 1 0 0
/proc/23986/statm: 48369 44507 57 152 0 48214 0
Current children cumulated CPU time (s) 631.96
Current children cumulated vsize (KiB) 241044

[startup+702.303 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 24043
/proc/meminfo: memFree=1548272/2055920 swapFree=4180312/4192956
[pid=23963] ppid=23961 vsize=47568 CPUtime=101.35
/proc/23963/stat : 23963 (galacM.sh) S 23961 23963 22145 0 -1 4194304 796 34005 5 2 0 1 10074 60 17 0 1 0 424564254 48709632 366 996147200 4194304 4520092 548682068784 18446744073709551615 224627190618 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/23963/statm: 11892 366 245 79 0 220 0
[pid=23986] ppid=23963 vsize=194684 CPUtime=589.44
/proc/23986/stat : 23986 (minisat) R 23963 23963 22145 0 -1 4194304 44807 0 0 0 58912 32 0 0 25 0 1 0 424574536 199356416 44788 996147200 134512640 135136200 4294955920 18446744073709551615 134519993 0 0 4096 3 0 0 0 17 1 0 0
/proc/23986/statm: 48671 44788 57 152 0 48516 0
Current children cumulated CPU time (s) 690.79
Current children cumulated vsize (KiB) 242252

[startup+762.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 24043
/proc/meminfo: memFree=1547184/2055920 swapFree=4180312/4192956
[pid=23963] ppid=23961 vsize=47568 CPUtime=101.35
/proc/23963/stat : 23963 (galacM.sh) S 23961 23963 22145 0 -1 4194304 796 34005 5 2 0 1 10074 60 17 0 1 0 424564254 48709632 366 996147200 4194304 4520092 548682068784 18446744073709551615 224627190618 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/23963/statm: 11892 366 245 79 0 220 0
[pid=23986] ppid=23963 vsize=195608 CPUtime=648.29
/proc/23986/stat : 23986 (minisat) R 23963 23963 22145 0 -1 4194304 45048 0 0 0 64796 33 0 0 25 0 1 0 424574536 200302592 45029 996147200 134512640 135136200 4294955920 18446744073709551615 134519993 0 0 4096 3 0 0 0 17 1 0 0
/proc/23986/statm: 48902 45029 57 152 0 48747 0
Current children cumulated CPU time (s) 749.64
Current children cumulated vsize (KiB) 243176

[startup+822.303 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 24046
/proc/meminfo: memFree=1603568/2055920 swapFree=4180312/4192956
[pid=23963] ppid=23961 vsize=47568 CPUtime=101.35
/proc/23963/stat : 23963 (galacM.sh) S 23961 23963 22145 0 -1 4194304 796 34005 5 2 0 1 10074 60 17 0 1 0 424564254 48709632 366 996147200 4194304 4520092 548682068784 18446744073709551615 224627190618 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/23963/statm: 11892 366 245 79 0 220 0
[pid=23986] ppid=23963 vsize=196916 CPUtime=707.92
/proc/23986/stat : 23986 (minisat) R 23963 23963 22145 0 -1 4194304 45353 0 0 0 70759 33 0 0 25 0 1 0 424574536 201641984 45334 996147200 134512640 135136200 4294955920 18446744073709551615 134529431 0 0 4096 3 0 0 0 17 0 0 0
/proc/23986/statm: 49229 45334 57 152 0 49074 0
Current children cumulated CPU time (s) 809.27
Current children cumulated vsize (KiB) 244484

[startup+882.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 24046
/proc/meminfo: memFree=1602672/2055920 swapFree=4180312/4192956
[pid=23963] ppid=23961 vsize=47568 CPUtime=101.35
/proc/23963/stat : 23963 (galacM.sh) S 23961 23963 22145 0 -1 4194304 796 34005 5 2 0 1 10074 60 17 0 1 0 424564254 48709632 366 996147200 4194304 4520092 548682068784 18446744073709551615 224627190618 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/23963/statm: 11892 366 245 79 0 220 0
[pid=23986] ppid=23963 vsize=197728 CPUtime=767.89
/proc/23986/stat : 23986 (minisat) R 23963 23963 22145 0 -1 4194304 45571 0 0 0 76756 33 0 0 25 0 1 0 424574536 202473472 45552 996147200 134512640 135136200 4294955920 18446744073709551615 134529373 0 0 4096 3 0 0 0 17 0 0 0
/proc/23986/statm: 49432 45552 57 152 0 49277 0
Current children cumulated CPU time (s) 869.24
Current children cumulated vsize (KiB) 245296

[startup+942.303 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 24046
/proc/meminfo: memFree=1601840/2055920 swapFree=4180312/4192956
[pid=23963] ppid=23961 vsize=47568 CPUtime=101.35
/proc/23963/stat : 23963 (galacM.sh) S 23961 23963 22145 0 -1 4194304 796 34005 5 2 0 1 10074 60 17 0 1 0 424564254 48709632 366 996147200 4194304 4520092 548682068784 18446744073709551615 224627190618 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/23963/statm: 11892 366 245 79 0 220 0
[pid=23986] ppid=23963 vsize=198544 CPUtime=827.87
/proc/23986/stat : 23986 (minisat) R 23963 23963 22145 0 -1 4194304 45769 0 0 0 82753 34 0 0 25 0 1 0 424574536 203309056 45750 996147200 134512640 135136200 4294955920 18446744073709551615 134522128 0 0 4096 3 0 0 0 17 0 0 0
/proc/23986/statm: 49636 45750 57 152 0 49481 0
Current children cumulated CPU time (s) 929.22
Current children cumulated vsize (KiB) 246112

Solver just ended. Dumping a history of the last processes samples

[startup+947.106 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 24046
/proc/meminfo: memFree=1601776/2055920 swapFree=4180312/4192956
[pid=23963] ppid=23961 vsize=47568 CPUtime=101.35
/proc/23963/stat : 23963 (galacM.sh) S 23961 23963 22145 0 -1 4194304 796 34005 5 2 0 1 10074 60 17 0 1 0 424564254 48709632 366 996147200 4194304 4520092 548682068784 18446744073709551615 224627190618 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/23963/statm: 11892 366 245 79 0 220 0
[pid=23986] ppid=23963 vsize=198544 CPUtime=832.67
/proc/23986/stat : 23986 (minisat) R 23963 23963 22145 0 -1 4194304 45769 0 0 0 83233 34 0 0 25 0 1 0 424574536 203309056 45750 996147200 134512640 135136200 4294955920 18446744073709551615 134529685 0 0 4096 3 0 0 0 17 0 0 0
/proc/23986/statm: 49636 45750 57 152 0 49481 0
Current children cumulated CPU time (s) 934.02
Current children cumulated vsize (KiB) 246112

[startup+959.902 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 24046
/proc/meminfo: memFree=1601392/2055920 swapFree=4180312/4192956
[pid=23963] ppid=23961 vsize=47568 CPUtime=101.35
/proc/23963/stat : 23963 (galacM.sh) S 23961 23963 22145 0 -1 4194304 796 34005 5 2 0 1 10074 60 17 0 1 0 424564254 48709632 366 996147200 4194304 4520092 548682068784 18446744073709551615 224627190618 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/23963/statm: 11892 366 245 79 0 220 0
[pid=23986] ppid=23963 vsize=198544 CPUtime=845.46
/proc/23986/stat : 23986 (minisat) R 23963 23963 22145 0 -1 4194304 45860 0 0 0 84512 34 0 0 25 0 1 0 424574536 203309056 45841 996147200 134512640 135136200 4294955920 18446744073709551615 134529373 0 0 4096 3 0 0 0 17 0 0 0
/proc/23986/statm: 49636 45841 57 152 0 49481 0
Current children cumulated CPU time (s) 946.81
Current children cumulated vsize (KiB) 246112

[startup+966.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 24046
/proc/meminfo: memFree=1601392/2055920 swapFree=4180312/4192956
[pid=23963] ppid=23961 vsize=47568 CPUtime=101.35
/proc/23963/stat : 23963 (galacM.sh) S 23961 23963 22145 0 -1 4194304 796 34005 5 2 0 1 10074 60 17 0 1 0 424564254 48709632 366 996147200 4194304 4520092 548682068784 18446744073709551615 224627190618 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/23963/statm: 11892 366 245 79 0 220 0
[pid=23986] ppid=23963 vsize=198544 CPUtime=851.85
/proc/23986/stat : 23986 (minisat) R 23963 23963 22145 0 -1 4194304 45860 0 0 0 85151 34 0 0 25 0 1 0 424574536 203309056 45841 996147200 134512640 135136200 4294955920 18446744073709551615 134529995 0 0 4096 3 0 0 0 17 0 0 0
/proc/23986/statm: 49636 45841 57 152 0 49481 0
Current children cumulated CPU time (s) 953.2
Current children cumulated vsize (KiB) 246112

[startup+969.502 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 24046
/proc/meminfo: memFree=1601392/2055920 swapFree=4180312/4192956
[pid=23963] ppid=23961 vsize=47568 CPUtime=101.35
/proc/23963/stat : 23963 (galacM.sh) S 23961 23963 22145 0 -1 4194304 796 34005 5 2 0 1 10074 60 17 0 1 0 424564254 48709632 366 996147200 4194304 4520092 548682068784 18446744073709551615 224627190618 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/23963/statm: 11892 366 245 79 0 220 0
[pid=23986] ppid=23963 vsize=198544 CPUtime=855.05
/proc/23986/stat : 23986 (minisat) R 23963 23963 22145 0 -1 4194304 45860 0 0 0 85471 34 0 0 25 0 1 0 424574536 203309056 45841 996147200 134512640 135136200 4294955920 18446744073709551615 134530486 0 0 4096 3 0 0 0 17 0 0 0
/proc/23986/statm: 49636 45841 57 152 0 49481 0
Current children cumulated CPU time (s) 956.4
Current children cumulated vsize (KiB) 246112

[startup+971.102 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 24046
/proc/meminfo: memFree=1601392/2055920 swapFree=4180312/4192956
[pid=23963] ppid=23961 vsize=47568 CPUtime=101.35
/proc/23963/stat : 23963 (galacM.sh) S 23961 23963 22145 0 -1 4194304 796 34005 5 2 0 1 10074 60 17 0 1 0 424564254 48709632 366 996147200 4194304 4520092 548682068784 18446744073709551615 224627190618 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/23963/statm: 11892 366 245 79 0 220 0
[pid=23986] ppid=23963 vsize=198544 CPUtime=856.65
/proc/23986/stat : 23986 (minisat) R 23963 23963 22145 0 -1 4194304 45860 0 0 0 85631 34 0 0 25 0 1 0 424574536 203309056 45841 996147200 134512640 135136200 4294955920 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 0 0 0
/proc/23986/statm: 49636 45841 57 152 0 49481 0
Current children cumulated CPU time (s) 958
Current children cumulated vsize (KiB) 246112

[startup+971.902 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 24046
/proc/meminfo: memFree=1601392/2055920 swapFree=4180312/4192956
[pid=23963] ppid=23961 vsize=47568 CPUtime=101.35
/proc/23963/stat : 23963 (galacM.sh) S 23961 23963 22145 0 -1 4194304 796 34005 5 2 0 1 10074 60 17 0 1 0 424564254 48709632 366 996147200 4194304 4520092 548682068784 18446744073709551615 224627190618 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/23963/statm: 11892 366 245 79 0 220 0
[pid=23986] ppid=23963 vsize=198544 CPUtime=857.45
/proc/23986/stat : 23986 (minisat) R 23963 23963 22145 0 -1 4194304 45860 0 0 0 85711 34 0 0 25 0 1 0 424574536 203309056 45841 996147200 134512640 135136200 4294955920 18446744073709551615 134529566 0 0 4096 3 0 0 0 17 0 0 0
/proc/23986/statm: 49636 45841 57 152 0 49481 0
Current children cumulated CPU time (s) 958.8
Current children cumulated vsize (KiB) 246112

[startup+972.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 24046
/proc/meminfo: memFree=1601328/2055920 swapFree=4180312/4192956
[pid=23963] ppid=23961 vsize=47568 CPUtime=101.35
/proc/23963/stat : 23963 (galacM.sh) S 23961 23963 22145 0 -1 4194304 796 34005 5 2 0 1 10074 60 17 0 1 0 424564254 48709632 366 996147200 4194304 4520092 548682068784 18446744073709551615 224627190618 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/23963/statm: 11892 366 245 79 0 220 0
[pid=23986] ppid=23963 vsize=198544 CPUtime=857.86
/proc/23986/stat : 23986 (minisat) R 23963 23963 22145 0 -1 4194304 45860 0 0 0 85752 34 0 0 25 0 1 0 424574536 203309056 45841 996147200 134512640 135136200 4294955920 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 0 0 0
/proc/23986/statm: 49636 45841 57 152 0 49481 0
Current children cumulated CPU time (s) 959.21
Current children cumulated vsize (KiB) 246112

[startup+972.702 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 24046
/proc/meminfo: memFree=1601328/2055920 swapFree=4180312/4192956
[pid=23963] ppid=23961 vsize=47568 CPUtime=959.6
/proc/23963/stat : 23963 (galacM.sh) S 23961 23963 22145 0 -1 4194304 831 79892 5 2 0 1 95861 98 16 0 1 0 424564254 48709632 366 996147200 4194304 4520092 548682068784 18446744073709551615 224627190618 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/23963/statm: 11892 366 245 79 0 220 0
Current children cumulated CPU time (s) 959.6
Current children cumulated vsize (KiB) 47568

Child status: 0
Real time (s): 972.722
CPU time (s): 959.646
CPU user time (s): 958.62
CPU system time (s): 1.02584
CPU usage (%): 98.6558
Max. virtual memory (cumulated for all children) (KiB): 860312

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 958.62
system time used= 1.02584
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 80881
page faults= 7
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4553
involuntary context switches= 35485

runsolver used 1.20782 second user time and 3.23151 second system time

The end

Launcher Data (download as text)

Begin job on node49 at 2008-07-04 18:37:49
IDJOB=1076676
IDBENCH=56597
IDSOLVER=350
FILE ID=node49/1076676-1215189469
PBS_JOBID= 7881551
Free space on /tmp= 66552 MiB

SOLVER NAME= galac M
BENCH NAME= CPAI08/csp/ogdVg/normalized-crossword-m1c-ogd-vg14-15_ext.xml
COMMAND LINE= HOME/galacM.sh BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1076676-1215189469/watcher-1076676-1215189469 -o /tmp/evaluation-result-1076676-1215189469/solver-1076676-1215189469 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/galacM.sh HOME/instance-1076676-1215189469.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= f6ff1d037c8fd69bd364281e23912fb0
RANDOM SEED=1659327961

node49.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/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.249
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.249
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:       1213112 kB
Buffers:          5448 kB
Cached:          56376 kB
SwapCached:       5496 kB
Active:         771996 kB
Inactive:        19604 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1213112 kB
SwapTotal:     4192956 kB
SwapFree:      4180312 kB
Dirty:            4420 kB
Writeback:           0 kB
Mapped:         747032 kB
Slab:            34808 kB
Committed_AS:  1562972 kB
PageTables:       3364 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66528 MiB
End job on node49 at 2008-07-04 18:54:02