Trace number 221269

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? (MO) 0 879.075

General information on the benchmark

NamequeenAttacking/
queenAttacking-12.xml
MD5SUM60c30a794f534be6c1ae5db134baea56
Bench Category2-ARY-INT (binary constraints in intension)
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 variables145
Number of constraints10330
Maximum constraint arity2
Maximum domain size144
Number of constraints which are defined in extension0
Number of constraints which are defined in intension10330
Global constraints used (with number of constraints)

Solver Data (download as text)

0.03	c --- Preproc Stats ---
3.21	c start processing
3.21	c start relation processing
3.23	c start cnf exporting
70.16	c parsing time : 3.062
70.16	c preprocessing time : 70.01
70.16	
70.16	c Nary constraints - conflicts : 0 supports : 0
70.16	c Binary constraints - conflicts : 10153 supports :177
70.16	c max arity constraint : 2
70.16	c Max Tuples generated 20736
70.16	c relations : 3
70.16	c relations BDD: 0
70.16	c vars : 20758 - clauses :  2991295
70.16	
70.20	 
70.20	c --- Minisat Stats ---
70.20	 

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/node2/watcher-221269-1168717308 -o ROOT/results/node2/solver-221269-1168717308 -C 1800 -M 900 /tmp/evaluation/221269-1168717308/galac.sh /tmp/evaluation/221269-1168717308/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: 0.87 1.69 1.86 4/81 18075
/proc/meminfo: memFree=1710512/2055920 swapFree=4180552/4192956
[pid=18074] ppid=18072 vsize=8652 CPUtime=0
/proc/18074/stat : 18074 (galac.sh) S 18072 18074 16954 0 -1 4194304 347 0 0 0 0 0 0 0 17 0 1 0 220126753 8859648 280 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 206380919642 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18074/statm: 2163 280 208 79 0 156 0
[pid=18076] ppid=18074 vsize=8688 CPUtime=0
/proc/18076/stat : 18076 (galac.sh) R 18074 18074 16954 0 -1 4194368 33 0 0 0 0 0 0 0 18 0 1 0 220126753 8896512 286 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 4308153 0 65536 4096 73728 0 0 0 17 1 0 0
/proc/18076/statm: 2172 286 209 79 0 165 0
[pid=18077] ppid=18076 vsize=0 CPUtime=0
/proc/18077/stat : 18077 (galac.sh) R 18076 18074 16954 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 1 0 220126753 0 0 18446744073709551615 0 0 0 18446744073709551615 206381313319 0 0 3674112 73728 0 0 0 17 1 0 0
/proc/18077/statm: 0 0 0 0 0 0 0

[startup+0.103469 s]
/proc/loadavg: 0.87 1.69 1.86 4/81 18075
/proc/meminfo: memFree=1710512/2055920 swapFree=4180552/4192956
[pid=18074] ppid=18072 vsize=47556 CPUtime=0.01
/proc/18074/stat : 18074 (galac.sh) S 18072 18074 16954 0 -1 4194304 762 1704 0 0 0 0 0 1 17 0 1 0 220126753 48697344 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 206380919642 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18074/statm: 11889 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+0.511543 s]
/proc/loadavg: 0.87 1.69 1.86 4/81 18075
/proc/meminfo: memFree=1710512/2055920 swapFree=4180552/4192956
[pid=18074] ppid=18072 vsize=47556 CPUtime=0.01
/proc/18074/stat : 18074 (galac.sh) S 18072 18074 16954 0 -1 4194304 762 1704 0 0 0 0 0 1 17 0 1 0 220126753 48697344 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 206380919642 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18074/statm: 11889 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+1.3337 s]
/proc/loadavg: 0.87 1.69 1.86 2/89 18095
/proc/meminfo: memFree=1670512/2055920 swapFree=4180552/4192956
[pid=18074] ppid=18072 vsize=47556 CPUtime=0.01
/proc/18074/stat : 18074 (galac.sh) S 18072 18074 16954 0 -1 4194304 762 1704 0 0 0 0 0 1 17 0 1 0 220126753 48697344 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 206380919642 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18074/statm: 11889 363 245 79 0 218 0
[pid=18088] ppid=18074 vsize=861196 CPUtime=1.29
/proc/18088/stat : 18088 (java) R 18074 18074 16954 0 -1 0 12625 0 1 0 122 7 0 0 16 0 8 0 220126756 881864704 12379 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073701694 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18088/statm: 215299 12379 1989 14 0 201504 0
[pid=18088/tid=18089] ppid=18074 vsize=861196 CPUtime=0.04
/proc/18088/task/18089/stat : 18089 (java) S 18074 18074 16954 0 -1 64 3361 0 0 0 3 1 0 0 17 0 8 0 220126759 881864704 12379 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18088/tid=18090] ppid=18074 vsize=861196 CPUtime=0
/proc/18088/task/18090/stat : 18090 (java) S 18074 18074 16954 0 -1 64 12 0 0 0 0 0 0 0 15 0 8 0 220126760 881864704 12379 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18088/tid=18091] ppid=18074 vsize=861196 CPUtime=0
/proc/18088/task/18091/stat : 18091 (java) S 18074 18074 16954 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 220126760 881864704 12379 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18088/tid=18092] ppid=18074 vsize=861196 CPUtime=0
/proc/18088/task/18092/stat : 18092 (java) S 18074 18074 16954 0 -1 64 2 0 0 0 0 0 0 0 22 0 8 0 220126763 881864704 12379 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18088/tid=18093] ppid=18074 vsize=861196 CPUtime=0.32
/proc/18088/task/18093/stat : 18093 (java) S 18074 18074 16954 0 -1 64 1079 0 0 0 31 1 0 0 16 0 8 0 220126763 881864704 12379 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18088/tid=18094] ppid=18074 vsize=861196 CPUtime=0
/proc/18088/task/18094/stat : 18094 (java) S 18074 18074 16954 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 220126763 881864704 12379 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18088/tid=18095] ppid=18074 vsize=861196 CPUtime=0
/proc/18088/task/18095/stat : 18095 (java) S 18074 18074 16954 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 220126763 881864704 12379 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 908752

[startup+2.98599 s]
/proc/loadavg: 0.87 1.69 1.86 2/89 18096
/proc/meminfo: memFree=1640176/2055920 swapFree=4180552/4192956
[pid=18074] ppid=18072 vsize=47556 CPUtime=0.01
/proc/18074/stat : 18074 (galac.sh) S 18072 18074 16954 0 -1 4194304 762 1704 0 0 0 0 0 1 17 0 1 0 220126753 48697344 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 206380919642 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18074/statm: 11889 363 245 79 0 218 0
[pid=18088] ppid=18074 vsize=861344 CPUtime=2.94
/proc/18088/stat : 18088 (java) S 18074 18074 16954 0 -1 0 19597 0 1 0 282 12 0 0 18 0 8 0 220126756 882016256 19348 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18088/statm: 215336 19348 1993 14 0 201541 0
[pid=18088/tid=18089] ppid=18074 vsize=861344 CPUtime=0.07
/proc/18088/task/18089/stat : 18089 (java) R 18074 18074 16954 0 -1 64 3599 0 0 0 6 1 0 0 17 0 8 0 220126759 882016256 19348 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4155525278 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18088/tid=18090] ppid=18074 vsize=861344 CPUtime=0
/proc/18088/task/18090/stat : 18090 (java) S 18074 18074 16954 0 -1 64 12 0 0 0 0 0 0 0 15 0 8 0 220126760 882016256 19348 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18088/tid=18091] ppid=18074 vsize=861344 CPUtime=0
/proc/18088/task/18091/stat : 18091 (java) S 18074 18074 16954 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 220126760 882016256 19348 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18088/tid=18092] ppid=18074 vsize=861344 CPUtime=0
/proc/18088/task/18092/stat : 18092 (java) S 18074 18074 16954 0 -1 64 2 0 0 0 0 0 0 0 22 0 8 0 220126763 882016256 19348 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18088/tid=18093] ppid=18074 vsize=861344 CPUtime=0.33
/proc/18088/task/18093/stat : 18093 (java) S 18074 18074 16954 0 -1 64 1083 0 0 0 31 2 0 0 15 0 8 0 220126763 882016256 19348 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18088/tid=18094] ppid=18074 vsize=861344 CPUtime=0
/proc/18088/task/18094/stat : 18094 (java) S 18074 18074 16954 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 220126763 882016256 19348 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18088/tid=18095] ppid=18074 vsize=861344 CPUtime=0
/proc/18088/task/18095/stat : 18095 (java) S 18074 18074 16954 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 220126763 882016256 19348 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 908900

[startup+6.2696 s]
/proc/loadavg: 0.88 1.68 1.86 2/89 18098
/proc/meminfo: memFree=1636144/2055920 swapFree=4180552/4192956
[pid=18074] ppid=18072 vsize=47556 CPUtime=0.01
/proc/18074/stat : 18074 (galac.sh) S 18072 18074 16954 0 -1 4194304 762 1704 0 0 0 0 0 1 17 0 1 0 220126753 48697344 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 206380919642 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18074/statm: 11889 363 245 79 0 218 0
[pid=18088] ppid=18074 vsize=861228 CPUtime=6.21
/proc/18088/stat : 18088 (java) R 18074 18074 16954 0 -1 0 20131 0 2 0 607 14 0 0 20 0 8 0 220126756 881897472 19841 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4074445767 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18088/statm: 215307 19841 2015 14 0 201512 0
[pid=18088/tid=18089] ppid=18074 vsize=861228 CPUtime=0.14
/proc/18088/task/18089/stat : 18089 (java) S 18074 18074 16954 0 -1 64 4031 0 0 0 13 1 0 0 16 0 8 0 220126759 881897472 19841 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18088/tid=18090] ppid=18074 vsize=861228 CPUtime=0
/proc/18088/task/18090/stat : 18090 (java) S 18074 18074 16954 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 220126760 881897472 19841 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18088/tid=18091] ppid=18074 vsize=861228 CPUtime=0
/proc/18088/task/18091/stat : 18091 (java) S 18074 18074 16954 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 220126760 881897472 19841 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18088/tid=18092] ppid=18074 vsize=861228 CPUtime=0
/proc/18088/task/18092/stat : 18092 (java) S 18074 18074 16954 0 -1 64 2 0 0 0 0 0 0 0 22 0 8 0 220126763 881897472 19841 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18088/tid=18093] ppid=18074 vsize=861228 CPUtime=0.41
/proc/18088/task/18093/stat : 18093 (java) S 18074 18074 16954 0 -1 64 1128 0 0 0 39 2 0 0 15 0 8 0 220126763 881897472 19841 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18088/tid=18094] ppid=18074 vsize=861228 CPUtime=0
/proc/18088/task/18094/stat : 18094 (java) S 18074 18074 16954 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 220126763 881897472 19841 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18088/tid=18095] ppid=18074 vsize=861228 CPUtime=0
/proc/18088/task/18095/stat : 18095 (java) S 18074 18074 16954 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 220126763 881897472 19841 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 908784

[startup+12.7578 s]
/proc/loadavg: 0.89 1.67 1.85 2/89 18128
/proc/meminfo: memFree=1629304/2055920 swapFree=4180552/4192956
[pid=18074] ppid=18072 vsize=47556 CPUtime=0.01
/proc/18074/stat : 18074 (galac.sh) S 18072 18074 16954 0 -1 4194304 762 1704 0 0 0 0 0 1 17 0 1 0 220126753 48697344 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 206380919642 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18074/statm: 11889 363 245 79 0 218 0
[pid=18088] ppid=18074 vsize=861228 CPUtime=12.64
/proc/18088/stat : 18088 (java) R 18074 18074 16954 0 -1 0 20187 0 2 0 1246 18 0 0 25 0 8 0 220126756 881897472 19883 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18088/statm: 215307 19883 2015 14 0 201512 0
[pid=18088/tid=18089] ppid=18074 vsize=861228 CPUtime=0.16
/proc/18088/task/18089/stat : 18089 (java) S 18074 18074 16954 0 -1 64 4073 0 0 0 15 1 0 0 16 0 8 0 220126759 881897472 19883 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18088/tid=18090] ppid=18074 vsize=861228 CPUtime=0
/proc/18088/task/18090/stat : 18090 (java) S 18074 18074 16954 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 220126760 881897472 19883 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18088/tid=18091] ppid=18074 vsize=861228 CPUtime=0
/proc/18088/task/18091/stat : 18091 (java) S 18074 18074 16954 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 220126760 881897472 19883 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18088/tid=18092] ppid=18074 vsize=861228 CPUtime=0
/proc/18088/task/18092/stat : 18092 (java) S 18074 18074 16954 0 -1 64 2 0 0 0 0 0 0 0 22 0 8 0 220126763 881897472 19883 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18088/tid=18093] ppid=18074 vsize=861228 CPUtime=0.41
/proc/18088/task/18093/stat : 18093 (java) S 18074 18074 16954 0 -1 64 1128 0 0 0 39 2 0 0 15 0 8 0 220126763 881897472 19883 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18088/tid=18094] ppid=18074 vsize=861228 CPUtime=0
/proc/18088/task/18094/stat : 18094 (java) S 18074 18074 16954 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 220126763 881897472 19883 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18088/tid=18095] ppid=18074 vsize=861228 CPUtime=0
/proc/18088/task/18095/stat : 18095 (java) S 18074 18074 16954 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 220126763 881897472 19883 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 908784

[startup+25.6102 s]
/proc/loadavg: 0.91 1.63 1.84 2/89 18166
/proc/meminfo: memFree=1618104/2055920 swapFree=4180552/4192956
[pid=18074] ppid=18072 vsize=47556 CPUtime=0.01
/proc/18074/stat : 18074 (galac.sh) S 18072 18074 16954 0 -1 4194304 762 1704 0 0 0 0 0 1 17 0 1 0 220126753 48697344 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 206380919642 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18074/statm: 11889 363 245 79 0 218 0
[pid=18088] ppid=18074 vsize=861228 CPUtime=25.47
/proc/18088/stat : 18088 (java) R 18074 18074 16954 0 -1 0 20213 0 2 0 2523 24 0 0 17 0 8 0 220126756 881897472 19883 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4153380307 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18088/statm: 215307 19883 2015 14 0 201512 0
[pid=18088/tid=18089] ppid=18074 vsize=861228 CPUtime=0.17
/proc/18088/task/18089/stat : 18089 (java) S 18074 18074 16954 0 -1 64 4073 0 0 0 16 1 0 0 15 0 8 0 220126759 881897472 19883 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18088/tid=18090] ppid=18074 vsize=861228 CPUtime=0
/proc/18088/task/18090/stat : 18090 (java) S 18074 18074 16954 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 220126760 881897472 19883 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18088/tid=18091] ppid=18074 vsize=861228 CPUtime=0
/proc/18088/task/18091/stat : 18091 (java) S 18074 18074 16954 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 220126760 881897472 19883 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18088/tid=18092] ppid=18074 vsize=861228 CPUtime=0
/proc/18088/task/18092/stat : 18092 (java) S 18074 18074 16954 0 -1 64 2 0 0 0 0 0 0 0 22 0 8 0 220126763 881897472 19883 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18088/tid=18093] ppid=18074 vsize=861228 CPUtime=0.41
/proc/18088/task/18093/stat : 18093 (java) S 18074 18074 16954 0 -1 64 1128 0 0 0 39 2 0 0 16 0 8 0 220126763 881897472 19883 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18088/tid=18094] ppid=18074 vsize=861228 CPUtime=0
/proc/18088/task/18094/stat : 18094 (java) S 18074 18074 16954 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 220126763 881897472 19883 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18088/tid=18095] ppid=18074 vsize=861228 CPUtime=0
/proc/18088/task/18095/stat : 18095 (java) S 18074 18074 16954 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 220126763 881897472 19883 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 908784

[startup+51.2159 s]
/proc/loadavg: 0.94 1.58 1.81 2/89 18431
/proc/meminfo: memFree=1603256/2055920 swapFree=4180552/4192956
[pid=18074] ppid=18072 vsize=47556 CPUtime=0.01
/proc/18074/stat : 18074 (galac.sh) S 18072 18074 16954 0 -1 4194304 762 1704 0 0 0 0 0 1 17 0 1 0 220126753 48697344 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 206380919642 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18074/statm: 11889 363 245 79 0 218 0
[pid=18088] ppid=18074 vsize=861228 CPUtime=51.05
/proc/18088/stat : 18088 (java) R 18074 18074 16954 0 -1 0 20258 0 2 0 5071 34 0 0 17 0 8 0 220126756 881897472 19886 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4074512557 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18088/statm: 215307 19886 2015 14 0 201512 0
[pid=18088/tid=18089] ppid=18074 vsize=861228 CPUtime=0.18
/proc/18088/task/18089/stat : 18089 (java) S 18074 18074 16954 0 -1 64 4073 0 0 0 17 1 0 0 15 0 8 0 220126759 881897472 19886 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18088/tid=18090] ppid=18074 vsize=861228 CPUtime=0
/proc/18088/task/18090/stat : 18090 (java) S 18074 18074 16954 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 220126760 881897472 19886 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18088/tid=18091] ppid=18074 vsize=861228 CPUtime=0
/proc/18088/task/18091/stat : 18091 (java) S 18074 18074 16954 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 220126760 881897472 19886 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18088/tid=18092] ppid=18074 vsize=861228 CPUtime=0
/proc/18088/task/18092/stat : 18092 (java) S 18074 18074 16954 0 -1 64 2 0 0 0 0 0 0 0 22 0 8 0 220126763 881897472 19886 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18088/tid=18093] ppid=18074 vsize=861228 CPUtime=0.41
/proc/18088/task/18093/stat : 18093 (java) S 18074 18074 16954 0 -1 64 1131 0 0 0 39 2 0 0 16 0 8 0 220126763 881897472 19886 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18088/tid=18094] ppid=18074 vsize=861228 CPUtime=0
/proc/18088/task/18094/stat : 18094 (java) S 18074 18074 16954 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 220126763 881897472 19886 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18088/tid=18095] ppid=18074 vsize=861228 CPUtime=0
/proc/18088/task/18095/stat : 18095 (java) S 18074 18074 16954 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 220126763 881897472 19886 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 908784

[startup+102.442 s]
/proc/loadavg: 1.12 1.52 1.78 2/82 18883
/proc/meminfo: memFree=1519480/2055920 swapFree=4180552/4192956
[pid=18074] ppid=18072 vsize=47556 CPUtime=70

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

[startup+162.531 s]
/proc/loadavg: 1.72 1.62 1.80 4/95 18947
/proc/meminfo: memFree=1176336/2055920 swapFree=4180552/4192956
[pid=18074] ppid=18072 vsize=47556 CPUtime=70
/proc/18074/stat : 18074 (galac.sh) S 18072 18074 16954 0 -1 4194304 800 22010 0 2 0 0 6957 43 16 0 1 0 220126753 48697344 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 206380919642 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18074/statm: 11889 363 245 79 0 218 0
[pid=18656] ppid=18074 vsize=203300 CPUtime=91.73
/proc/18656/stat : 18656 (minisat) R 18074 18074 16954 0 -1 4194304 50098 0 0 0 9144 29 0 0 25 0 1 0 220133773 208179200 50080 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134529417 0 0 4096 3 0 0 0 17 0 0 0
/proc/18656/statm: 50825 50080 54 142 0 50681 0
Current children cumulated CPU time (s) 161.73
Current children cumulated vsize (KiB) 250856

[startup+222.535 s]
/proc/loadavg: 1.90 1.69 1.81 3/95 18947
/proc/meminfo: memFree=965264/2055920 swapFree=4180552/4192956
[pid=18074] ppid=18072 vsize=47556 CPUtime=70
/proc/18074/stat : 18074 (galac.sh) S 18072 18074 16954 0 -1 4194304 800 22010 0 2 0 0 6957 43 16 0 1 0 220126753 48697344 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 206380919642 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18074/statm: 11889 363 245 79 0 218 0
[pid=18656] ppid=18074 vsize=266888 CPUtime=151.15
/proc/18656/stat : 18656 (minisat) R 18074 18074 16954 0 -1 4194304 65994 0 0 0 15074 41 0 0 25 0 1 0 220133773 273293312 65976 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134529444 0 0 4096 3 0 0 0 17 0 0 0
/proc/18656/statm: 66722 65976 54 142 0 66578 0
Current children cumulated CPU time (s) 221.15
Current children cumulated vsize (KiB) 314444

[startup+282.539 s]
/proc/loadavg: 2.02 1.76 1.82 4/95 18947
/proc/meminfo: memFree=810128/2055920 swapFree=4180552/4192956
[pid=18074] ppid=18072 vsize=47556 CPUtime=70
/proc/18074/stat : 18074 (galac.sh) S 18072 18074 16954 0 -1 4194304 800 22010 0 2 0 0 6957 43 16 0 1 0 220126753 48697344 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 206380919642 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18074/statm: 11889 363 245 79 0 218 0
[pid=18656] ppid=18074 vsize=321880 CPUtime=210.58
/proc/18656/stat : 18656 (minisat) R 18074 18074 16954 0 -1 4194304 79735 0 0 0 21002 56 0 0 25 0 1 0 220133773 329605120 79717 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134525811 0 0 4096 3 0 0 0 17 0 0 0
/proc/18656/statm: 80470 79717 54 142 0 80326 0
Current children cumulated CPU time (s) 280.58
Current children cumulated vsize (KiB) 369436

[startup+342.641 s]
/proc/loadavg: 2.00 1.80 1.83 3/95 18947
/proc/meminfo: memFree=687376/2055920 swapFree=4180552/4192956
[pid=18074] ppid=18072 vsize=47556 CPUtime=70
/proc/18074/stat : 18074 (galac.sh) S 18072 18074 16954 0 -1 4194304 800 22010 0 2 0 0 6957 43 16 0 1 0 220126753 48697344 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 206380919642 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18074/statm: 11889 363 245 79 0 218 0
[pid=18656] ppid=18074 vsize=365100 CPUtime=270.07
/proc/18656/stat : 18656 (minisat) R 18074 18074 16954 0 -1 4194304 90534 0 0 0 26938 69 0 0 25 0 1 0 220133773 373862400 90516 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/18656/statm: 91275 90516 54 142 0 91131 0
Current children cumulated CPU time (s) 340.07
Current children cumulated vsize (KiB) 412656

[startup+402.671 s]
/proc/loadavg: 2.05 1.85 1.84 3/95 18947
/proc/meminfo: memFree=585680/2055920 swapFree=4180552/4192956
[pid=18074] ppid=18072 vsize=47556 CPUtime=70
/proc/18074/stat : 18074 (galac.sh) S 18072 18074 16954 0 -1 4194304 800 22010 0 2 0 0 6957 43 16 0 1 0 220126753 48697344 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 206380919642 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18074/statm: 11889 363 245 79 0 218 0
[pid=18656] ppid=18074 vsize=402052 CPUtime=329.51
/proc/18656/stat : 18656 (minisat) R 18074 18074 16954 0 -1 4194304 99734 0 0 0 32872 79 0 0 25 0 1 0 220133773 411701248 99716 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134525790 0 0 4096 3 0 0 0 17 0 0 0
/proc/18656/statm: 100513 99716 54 142 0 100369 0
Current children cumulated CPU time (s) 399.51
Current children cumulated vsize (KiB) 449608

[startup+462.742 s]
/proc/loadavg: 2.09 1.89 1.85 4/95 18947
/proc/meminfo: memFree=510288/2055920 swapFree=4180552/4192956
[pid=18074] ppid=18072 vsize=47556 CPUtime=70
/proc/18074/stat : 18074 (galac.sh) S 18072 18074 16954 0 -1 4194304 800 22010 0 2 0 0 6957 43 16 0 1 0 220126753 48697344 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 206380919642 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18074/statm: 11889 363 245 79 0 218 0
[pid=18656] ppid=18074 vsize=442824 CPUtime=389.01
/proc/18656/stat : 18656 (minisat) R 18074 18074 16954 0 -1 4194304 109950 0 0 0 38815 86 0 0 25 0 1 0 220133773 453451776 109932 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 0 0 0
/proc/18656/statm: 110706 109932 54 142 0 110562 0
Current children cumulated CPU time (s) 459.01
Current children cumulated vsize (KiB) 490380

[startup+522.809 s]
/proc/loadavg: 2.12 1.94 1.87 3/95 18947
/proc/meminfo: memFree=465872/2055920 swapFree=4180552/4192956
[pid=18074] ppid=18072 vsize=47556 CPUtime=70
/proc/18074/stat : 18074 (galac.sh) S 18072 18074 16954 0 -1 4194304 800 22010 0 2 0 0 6957 43 16 0 1 0 220126753 48697344 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 206380919642 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18074/statm: 11889 363 245 79 0 218 0
[pid=18656] ppid=18074 vsize=476892 CPUtime=448.45
/proc/18656/stat : 18656 (minisat) R 18074 18074 16954 0 -1 4194304 118456 0 0 0 44750 95 0 0 25 0 1 0 220133773 488337408 118438 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134525811 0 0 4096 3 0 0 0 17 0 0 0
/proc/18656/statm: 119223 118438 54 142 0 119079 0
Current children cumulated CPU time (s) 518.45
Current children cumulated vsize (KiB) 524448

[startup+582.874 s]
/proc/loadavg: 2.17 1.99 1.89 3/95 18947
/proc/meminfo: memFree=391632/2055920 swapFree=4180552/4192956
[pid=18074] ppid=18072 vsize=47556 CPUtime=70
/proc/18074/stat : 18074 (galac.sh) S 18072 18074 16954 0 -1 4194304 800 22010 0 2 0 0 6957 43 16 0 1 0 220126753 48697344 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 206380919642 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18074/statm: 11889 363 245 79 0 218 0
[pid=18656] ppid=18074 vsize=540652 CPUtime=507.92
/proc/18656/stat : 18656 (minisat) R 18074 18074 16954 0 -1 4194304 134365 0 0 0 50686 106 0 0 25 0 1 0 220133773 553627648 134347 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134529492 0 0 4096 3 0 0 0 17 0 0 0
/proc/18656/statm: 135163 134347 54 142 0 135019 0
Current children cumulated CPU time (s) 577.92
Current children cumulated vsize (KiB) 588208

[startup+642.936 s]
/proc/loadavg: 2.21 2.03 1.91 3/95 18947
/proc/meminfo: memFree=296400/2055920 swapFree=4180552/4192956
[pid=18074] ppid=18072 vsize=47556 CPUtime=70
/proc/18074/stat : 18074 (galac.sh) S 18072 18074 16954 0 -1 4194304 800 22010 0 2 0 0 6957 43 16 0 1 0 220126753 48697344 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 206380919642 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18074/statm: 11889 363 245 79 0 218 0
[pid=18656] ppid=18074 vsize=624144 CPUtime=567.37
/proc/18656/stat : 18656 (minisat) R 18074 18074 16954 0 -1 4194304 155212 0 0 0 56613 124 0 0 25 0 1 0 220133773 639123456 155194 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/18656/statm: 156036 155194 54 142 0 155892 0
Current children cumulated CPU time (s) 637.37
Current children cumulated vsize (KiB) 671700

[startup+702.999 s]
/proc/loadavg: 2.23 2.06 1.92 3/95 18947
/proc/meminfo: memFree=219792/2055920 swapFree=4180552/4192956
[pid=18074] ppid=18072 vsize=47556 CPUtime=70
/proc/18074/stat : 18074 (galac.sh) S 18072 18074 16954 0 -1 4194304 800 22010 0 2 0 0 6957 43 16 0 1 0 220126753 48697344 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 206380919642 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18074/statm: 11889 363 245 79 0 218 0
[pid=18656] ppid=18074 vsize=689328 CPUtime=626.81
/proc/18656/stat : 18656 (minisat) R 18074 18074 16954 0 -1 4194304 171509 0 0 0 62546 135 0 0 25 0 1 0 220133773 705871872 171491 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134529430 0 0 4096 3 0 0 0 17 0 0 0
/proc/18656/statm: 172332 171491 54 142 0 172188 0
Current children cumulated CPU time (s) 696.81
Current children cumulated vsize (KiB) 736884

[startup+763.05 s]
/proc/loadavg: 2.39 2.15 1.96 3/95 18947
/proc/meminfo: memFree=149200/2055920 swapFree=4180552/4192956
[pid=18074] ppid=18072 vsize=47556 CPUtime=70
/proc/18074/stat : 18074 (galac.sh) S 18072 18074 16954 0 -1 4194304 800 22010 0 2 0 0 6957 43 16 0 1 0 220126753 48697344 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 206380919642 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18074/statm: 11889 363 245 79 0 218 0
[pid=18656] ppid=18074 vsize=750404 CPUtime=686.27
/proc/18656/stat : 18656 (minisat) R 18074 18074 16954 0 -1 4194304 186771 0 0 0 68480 147 0 0 25 0 1 0 220133773 768413696 186753 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134529501 0 0 4096 3 0 0 0 17 0 0 0
/proc/18656/statm: 187601 186753 54 142 0 187457 0
Current children cumulated CPU time (s) 756.27
Current children cumulated vsize (KiB) 797960

[startup+823.133 s]
/proc/loadavg: 2.22 2.15 1.97 4/95 18947
/proc/meminfo: memFree=76752/2055920 swapFree=4180552/4192956
[pid=18074] ppid=18072 vsize=47556 CPUtime=70
/proc/18074/stat : 18074 (galac.sh) S 18072 18074 16954 0 -1 4194304 800 22010 0 2 0 0 6957 43 16 0 1 0 220126753 48697344 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 206380919642 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18074/statm: 11889 363 245 79 0 218 0
[pid=18656] ppid=18074 vsize=814992 CPUtime=745.77
/proc/18656/stat : 18656 (minisat) R 18074 18074 16954 0 -1 4194304 202938 0 0 0 74417 160 0 0 25 0 1 0 220133773 834551808 202920 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134529430 0 0 4096 3 0 0 0 17 0 0 0
/proc/18656/statm: 203748 202920 54 142 0 203604 0
Current children cumulated CPU time (s) 815.77
Current children cumulated vsize (KiB) 862548



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+879.062 s]
/proc/loadavg: 2.27 2.16 1.99 3/95 18947
/proc/meminfo: memFree=15568/2055920 swapFree=4180552/4192956
[pid=18074] ppid=18072 vsize=47556 CPUtime=70
/proc/18074/stat : 18074 (galac.sh) S 18072 18074 16954 0 -1 4194304 800 22010 0 2 0 0 6957 43 16 0 1 0 220126753 48697344 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 206380919642 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18074/statm: 11889 363 245 79 0 218 0
[pid=18656] ppid=18074 vsize=874064 CPUtime=801.15
/proc/18656/stat : 18656 (minisat) R 18074 18074 16954 0 -1 4194304 217668 0 0 0 79941 174 0 0 25 0 1 0 220133773 895041536 217650 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134525952 0 0 4096 3 0 0 0 17 0 0 0
/proc/18656/statm: 218516 217650 54 142 0 218372 0
Current children cumulated CPU time (s) 871.15
Current children cumulated vsize (KiB) 921620

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 18074 and gives childrusage.ru_utime.tv_sec=69 childrusage.ru_utime.tv_usec=582421 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=445932
CPU time returned by wait4() is 70.0284
while last known CPU time is 0

Using last known CPU time as value...

Real time (s): 879.075
CPU time (s): 0
CPU user time (s): 0
CPU system time (s): 0
CPU usage (%): 0
Max. virtual memory (cumulated for all children) (KiB): 921620

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 69.5824
system time used= 0.445932
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22810
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2944
involuntary context switches= 3051

runsolver used 1.00485 s user time and 2.6516 s system time

The end

Launcher Data (download as text)

Begin job on node2 on Sat Jan 13 19:41:49 UTC 2007


IDJOB= 221269
IDBENCH= 5405
IDSOLVER= 78
FILE ID= node2/221269-1168717308

PBS_JOBID= 3547346

Free space on /tmp= 66561 MiB

SOLVER NAME= galac 1
BENCH NAME= HOME/pub/bench/CPAI06/queenAttacking/queenAttacking-12.xml
COMMAND LINE= /tmp/evaluation/221269-1168717308/galac.sh /tmp/evaluation/221269-1168717308/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node2/watcher-221269-1168717308 -o ROOT/results/node2/solver-221269-1168717308 -C 1800 -M 900  /tmp/evaluation/221269-1168717308/galac.sh /tmp/evaluation/221269-1168717308/unknown.xml

META MD5SUM SOLVER= d8bf20eb49fe33822f00bab08f33d7fc
MD5SUM BENCH=  60c30a794f534be6c1ae5db134baea56

RANDOM SEED= 654097874

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.259
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	: 5931.00
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.259
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:       1710984 kB
Buffers:         34084 kB
Cached:         200372 kB
SwapCached:        552 kB
Active:         147768 kB
Inactive:       137196 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1710984 kB
SwapTotal:     4192956 kB
SwapFree:      4180552 kB
Dirty:            4336 kB
Writeback:           0 kB
Mapped:          61668 kB
Slab:            45024 kB
Committed_AS:  6258296 kB
PageTables:       2216 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= 66443 MiB



End job on node2 on Sat Jan 13 19:56:30 UTC 2007