Trace number 238176

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 1258.94

General information on the benchmark

Namehaystacks/
haystacks_39.xml
MD5SUM3cbedeec0f8e1047e30dd866c8d212d0
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark333.583
SatisfiableNO
(Un)Satisfiability was proved
Number of variables1521
Number of constraints28937
Maximum constraint arity2
Maximum domain size39
Number of constraints which are defined in extension0
Number of constraints which are defined in intension28937
Global constraints used (with number of constraints)

Solver Data (download as text)

0.03	c --- Preproc Stats ---
17.75	c start processing
17.76	c start relation processing
17.76	c start cnf exporting
64.96	c parsing time : 17.48
64.96	c preprocessing time : 64.69
64.97	
64.97	c Nary constraints - conflicts : 0 supports : 0
64.97	c Binary constraints - conflicts : 28899 supports :38
64.97	c max arity constraint : 2
64.97	c Max Tuples generated 1521
64.97	c relations : 4
64.97	c relations BDD: 0
64.97	c vars : 59320 - clauses :  2261495
64.97	
65.03	 
65.03	c --- Minisat Stats ---
65.03	 

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/node67/watcher-238176-1168719018 -o ROOT/results/node67/solver-238176-1168719018 -C 1800 -M 900 /tmp/evaluation/238176-1168719018/galac.sh /tmp/evaluation/238176-1168719018/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.07 1.92 5/81 9406
/proc/meminfo: memFree=710976/2055920 swapFree=4192956/4192956
[pid=9405] ppid=9403 vsize=8652 CPUtime=0
/proc/9405/stat : 9405 (galac.sh) R 9403 9405 8693 0 -1 4194304 335 0 0 0 0 0 0 0 17 0 1 0 19398940 8859648 279 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 271638391455 0 65538 4096 73728 0 0 0 17 1 0 0
/proc/9405/statm: 2163 279 207 79 0 156 0
[pid=9407] ppid=9405 vsize=8688 CPUtime=0
/proc/9407/stat : 9407 (galac.sh) R 9405 9405 8693 0 -1 4194368 27 0 0 0 0 0 0 0 17 0 1 0 19398940 8896512 286 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 271638391455 0 65536 4096 73728 0 0 0 17 1 0 0
/proc/9407/statm: 2172 286 209 79 0 165 0
[pid=9408] ppid=9407 vsize=8728 CPUtime=0
/proc/9408/stat : 9408 (galac.sh) R 9407 9405 8693 0 -1 4194368 26 0 0 0 0 0 0 0 17 0 1 0 19398940 8937472 290 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 271638392103 0 2147483391 3674112 73728 0 0 0 17 1 0 0
/proc/9408/statm: 2182 290 209 79 0 175 0

[startup+0.10318 s]
/proc/loadavg: 2.00 2.07 1.92 5/81 9406
/proc/meminfo: memFree=710976/2055920 swapFree=4192956/4192956
[pid=9405] ppid=9403 vsize=47560 CPUtime=0.01
/proc/9405/stat : 9405 (galac.sh) S 9403 9405 8693 0 -1 4194304 763 1704 0 0 0 0 0 1 18 0 1 0 19398940 48701440 365 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 271637998426 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/9405/statm: 11890 365 247 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+0.511226 s]
/proc/loadavg: 2.00 2.07 1.92 5/81 9406
/proc/meminfo: memFree=710976/2055920 swapFree=4192956/4192956
[pid=9405] ppid=9403 vsize=47560 CPUtime=0.01
/proc/9405/stat : 9405 (galac.sh) S 9403 9405 8693 0 -1 4194304 763 1704 0 0 0 0 0 1 18 0 1 0 19398940 48701440 365 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 271637998426 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/9405/statm: 11890 365 247 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+1.33431 s]
/proc/loadavg: 2.00 2.07 1.92 4/89 9426
/proc/meminfo: memFree=670528/2055920 swapFree=4192956/4192956
[pid=9405] ppid=9403 vsize=47560 CPUtime=0.01
/proc/9405/stat : 9405 (galac.sh) S 9403 9405 8693 0 -1 4194304 763 1704 0 0 0 0 0 1 18 0 1 0 19398940 48701440 365 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 271637998426 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/9405/statm: 11890 365 247 79 0 218 0
[pid=9419] ppid=9405 vsize=860856 CPUtime=1.16
/proc/9419/stat : 9419 (java) R 9405 9405 8693 0 -1 0 12135 0 1 0 110 6 0 0 25 0 8 0 19398944 881516544 11887 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4074022752 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/9419/statm: 215214 11887 1991 14 0 201471 0
[pid=9419/tid=9420] ppid=9405 vsize=860856 CPUtime=0.09
/proc/9419/task/9420/stat : 9420 (java) S 9405 9405 8693 0 -1 64 3433 0 0 0 8 1 0 0 16 0 8 0 19398958 881516544 11887 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9419/tid=9421] ppid=9405 vsize=860856 CPUtime=0
/proc/9419/task/9421/stat : 9421 (java) S 9405 9405 8693 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 19398959 881516544 11887 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9419/tid=9422] ppid=9405 vsize=860856 CPUtime=0
/proc/9419/task/9422/stat : 9422 (java) S 9405 9405 8693 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 19398959 881516544 11887 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9419/tid=9423] ppid=9405 vsize=860856 CPUtime=0
/proc/9419/task/9423/stat : 9423 (java) S 9405 9405 8693 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 19398962 881516544 11887 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9419/tid=9424] ppid=9405 vsize=860856 CPUtime=0.27
/proc/9419/task/9424/stat : 9424 (java) S 9405 9405 8693 0 -1 64 1012 0 0 0 26 1 0 0 15 0 8 0 19398962 881516544 11887 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9419/tid=9425] ppid=9405 vsize=860856 CPUtime=0
/proc/9419/task/9425/stat : 9425 (java) S 9405 9405 8693 0 -1 64 2 0 0 0 0 0 0 0 23 0 8 0 19398962 881516544 11887 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9419/tid=9426] ppid=9405 vsize=860856 CPUtime=0
/proc/9419/task/9426/stat : 9426 (java) S 9405 9405 8693 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 19398962 881516544 11887 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 908416

[startup+2.98649 s]
/proc/loadavg: 2.00 2.07 1.92 3/89 9426
/proc/meminfo: memFree=666816/2055920 swapFree=4192956/4192956
[pid=9405] ppid=9403 vsize=47560 CPUtime=0.01
/proc/9405/stat : 9405 (galac.sh) S 9403 9405 8693 0 -1 4194304 763 1704 0 0 0 0 0 1 18 0 1 0 19398940 48701440 365 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 271637998426 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/9405/statm: 11890 365 247 79 0 218 0
[pid=9419] ppid=9405 vsize=860988 CPUtime=2.79
/proc/9419/stat : 9419 (java) R 9405 9405 8693 0 -1 0 16408 0 1 0 271 8 0 0 25 0 8 0 19398944 881651712 16159 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073894742 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/9419/statm: 215247 16159 1991 14 0 201504 0
[pid=9419/tid=9420] ppid=9405 vsize=860988 CPUtime=0.09
/proc/9419/task/9420/stat : 9420 (java) S 9405 9405 8693 0 -1 64 3433 0 0 0 8 1 0 0 17 0 8 0 19398958 881651712 16159 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9419/tid=9421] ppid=9405 vsize=860988 CPUtime=0
/proc/9419/task/9421/stat : 9421 (java) S 9405 9405 8693 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 19398959 881651712 16159 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9419/tid=9422] ppid=9405 vsize=860988 CPUtime=0
/proc/9419/task/9422/stat : 9422 (java) S 9405 9405 8693 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 19398959 881651712 16159 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9419/tid=9423] ppid=9405 vsize=860988 CPUtime=0
/proc/9419/task/9423/stat : 9423 (java) S 9405 9405 8693 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 19398962 881651712 16159 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9419/tid=9424] ppid=9405 vsize=860988 CPUtime=0.32
/proc/9419/task/9424/stat : 9424 (java) S 9405 9405 8693 0 -1 64 1058 0 0 0 31 1 0 0 15 0 8 0 19398962 881651712 16159 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9419/tid=9425] ppid=9405 vsize=860988 CPUtime=0
/proc/9419/task/9425/stat : 9425 (java) S 9405 9405 8693 0 -1 64 2 0 0 0 0 0 0 0 23 0 8 0 19398962 881651712 16159 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9419/tid=9426] ppid=9405 vsize=860988 CPUtime=0
/proc/9419/task/9426/stat : 9426 (java) S 9405 9405 8693 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 19398962 881651712 16159 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.8
Current children cumulated vsize (KiB) 908548

[startup+6.18682 s]
/proc/loadavg: 2.00 2.07 1.92 3/89 9426
/proc/meminfo: memFree=643904/2055920 swapFree=4192956/4192956
[pid=9405] ppid=9403 vsize=47560 CPUtime=0.01
/proc/9405/stat : 9405 (galac.sh) S 9403 9405 8693 0 -1 4194304 763 1704 0 0 0 0 0 1 18 0 1 0 19398940 48701440 365 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 271637998426 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/9405/statm: 11890 365 247 79 0 218 0
[pid=9419] ppid=9405 vsize=860988 CPUtime=5.95
/proc/9419/stat : 9419 (java) R 9405 9405 8693 0 -1 0 19753 0 1 0 584 11 0 0 25 0 8 0 19398944 881651712 19501 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4153901733 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/9419/statm: 215247 19501 1999 14 0 201504 0
[pid=9419/tid=9420] ppid=9405 vsize=860988 CPUtime=0.2
/proc/9419/task/9420/stat : 9420 (java) S 9405 9405 8693 0 -1 64 3745 0 0 0 19 1 0 0 16 0 8 0 19398958 881651712 19501 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9419/tid=9421] ppid=9405 vsize=860988 CPUtime=0
/proc/9419/task/9421/stat : 9421 (java) S 9405 9405 8693 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 19398959 881651712 19501 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9419/tid=9422] ppid=9405 vsize=860988 CPUtime=0
/proc/9419/task/9422/stat : 9422 (java) S 9405 9405 8693 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 19398959 881651712 19501 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9419/tid=9423] ppid=9405 vsize=860988 CPUtime=0
/proc/9419/task/9423/stat : 9423 (java) S 9405 9405 8693 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 19398962 881651712 19501 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9419/tid=9424] ppid=9405 vsize=860988 CPUtime=0.33
/proc/9419/task/9424/stat : 9424 (java) S 9405 9405 8693 0 -1 64 1058 0 0 0 32 1 0 0 16 0 8 0 19398962 881651712 19501 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9419/tid=9425] ppid=9405 vsize=860988 CPUtime=0
/proc/9419/task/9425/stat : 9425 (java) S 9405 9405 8693 0 -1 64 2 0 0 0 0 0 0 0 23 0 8 0 19398962 881651712 19501 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9419/tid=9426] ppid=9405 vsize=860988 CPUtime=0
/proc/9419/task/9426/stat : 9426 (java) S 9405 9405 8693 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 19398962 881651712 19501 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 908548

[startup+12.6765 s]
/proc/loadavg: 2.00 2.07 1.92 3/89 9426
/proc/meminfo: memFree=637640/2055920 swapFree=4192956/4192956
[pid=9405] ppid=9403 vsize=47560 CPUtime=0.01
/proc/9405/stat : 9405 (galac.sh) S 9403 9405 8693 0 -1 4194304 763 1704 0 0 0 0 0 1 18 0 1 0 19398940 48701440 365 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 271637998426 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/9405/statm: 11890 365 247 79 0 218 0
[pid=9419] ppid=9405 vsize=860988 CPUtime=12.38
/proc/9419/stat : 9419 (java) R 9405 9405 8693 0 -1 0 20574 0 1 0 1226 12 0 0 25 0 8 0 19398944 881651712 20319 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073458615 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/9419/statm: 215247 20319 1999 14 0 201504 0
[pid=9419/tid=9420] ppid=9405 vsize=860988 CPUtime=0.24
/proc/9419/task/9420/stat : 9420 (java) S 9405 9405 8693 0 -1 64 4560 0 0 0 23 1 0 0 16 0 8 0 19398958 881651712 20319 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9419/tid=9421] ppid=9405 vsize=860988 CPUtime=0
/proc/9419/task/9421/stat : 9421 (java) S 9405 9405 8693 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 19398959 881651712 20319 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9419/tid=9422] ppid=9405 vsize=860988 CPUtime=0
/proc/9419/task/9422/stat : 9422 (java) S 9405 9405 8693 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 19398959 881651712 20319 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9419/tid=9423] ppid=9405 vsize=860988 CPUtime=0
/proc/9419/task/9423/stat : 9423 (java) S 9405 9405 8693 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 19398962 881651712 20319 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9419/tid=9424] ppid=9405 vsize=860988 CPUtime=0.34
/proc/9419/task/9424/stat : 9424 (java) S 9405 9405 8693 0 -1 64 1061 0 0 0 33 1 0 0 15 0 8 0 19398962 881651712 20319 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9419/tid=9425] ppid=9405 vsize=860988 CPUtime=0
/proc/9419/task/9425/stat : 9425 (java) S 9405 9405 8693 0 -1 64 2 0 0 0 0 0 0 0 23 0 8 0 19398962 881651712 20319 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9419/tid=9426] ppid=9405 vsize=860988 CPUtime=0
/proc/9419/task/9426/stat : 9426 (java) S 9405 9405 8693 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 19398962 881651712 20319 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.39
Current children cumulated vsize (KiB) 908548

[startup+25.5499 s]
/proc/loadavg: 2.00 2.07 1.92 3/89 9426
/proc/meminfo: memFree=625864/2055920 swapFree=4192956/4192956
[pid=9405] ppid=9403 vsize=47560 CPUtime=0.01
/proc/9405/stat : 9405 (galac.sh) S 9403 9405 8693 0 -1 4194304 763 1704 0 0 0 0 0 1 18 0 1 0 19398940 48701440 365 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 271637998426 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/9405/statm: 11890 365 247 79 0 218 0
[pid=9419] ppid=9405 vsize=860988 CPUtime=25.1
/proc/9419/stat : 9419 (java) R 9405 9405 8693 0 -1 0 21790 0 1 0 2494 16 0 0 25 0 8 0 19398944 881651712 21516 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4074419448 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/9419/statm: 215247 21516 2017 14 0 201504 0
[pid=9419/tid=9420] ppid=9405 vsize=860988 CPUtime=0.44
/proc/9419/task/9420/stat : 9420 (java) S 9405 9405 8693 0 -1 64 5663 0 0 0 42 2 0 0 16 0 8 0 19398958 881651712 21516 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9419/tid=9421] ppid=9405 vsize=860988 CPUtime=0
/proc/9419/task/9421/stat : 9421 (java) S 9405 9405 8693 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 19398959 881651712 21516 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9419/tid=9422] ppid=9405 vsize=860988 CPUtime=0
/proc/9419/task/9422/stat : 9422 (java) S 9405 9405 8693 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 19398959 881651712 21516 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9419/tid=9423] ppid=9405 vsize=860988 CPUtime=0
/proc/9419/task/9423/stat : 9423 (java) S 9405 9405 8693 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 19398962 881651712 21516 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9419/tid=9424] ppid=9405 vsize=860988 CPUtime=0.44
/proc/9419/task/9424/stat : 9424 (java) S 9405 9405 8693 0 -1 64 1116 0 0 0 42 2 0 0 15 0 8 0 19398962 881651712 21516 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9419/tid=9425] ppid=9405 vsize=860988 CPUtime=0
/proc/9419/task/9425/stat : 9425 (java) S 9405 9405 8693 0 -1 64 2 0 0 0 0 0 0 0 23 0 8 0 19398962 881651712 21516 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9419/tid=9426] ppid=9405 vsize=860988 CPUtime=0
/proc/9419/task/9426/stat : 9426 (java) S 9405 9405 8693 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 19398962 881651712 21516 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 908548

[startup+51.2076 s]
/proc/loadavg: 2.08 2.08 1.93 3/89 9426
/proc/meminfo: memFree=603976/2055920 swapFree=4192956/4192956
[pid=9405] ppid=9403 vsize=47560 CPUtime=0.01
/proc/9405/stat : 9405 (galac.sh) S 9403 9405 8693 0 -1 4194304 763 1704 0 0 0 0 0 1 18 0 1 0 19398940 48701440 365 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 271637998426 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/9405/statm: 11890 365 247 79 0 218 0
[pid=9419] ppid=9405 vsize=860988 CPUtime=50.5
/proc/9419/stat : 9419 (java) R 9405 9405 8693 0 -1 0 21881 0 1 0 5021 29 0 0 25 0 8 0 19398944 881651712 21559 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4074401740 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/9419/statm: 215247 21559 2018 14 0 201504 0
[pid=9419/tid=9420] ppid=9405 vsize=860988 CPUtime=0.46
/proc/9419/task/9420/stat : 9420 (java) S 9405 9405 8693 0 -1 64 5697 0 0 0 44 2 0 0 16 0 8 0 19398958 881651712 21559 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9419/tid=9421] ppid=9405 vsize=860988 CPUtime=0
/proc/9419/task/9421/stat : 9421 (java) S 9405 9405 8693 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 19398959 881651712 21559 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9419/tid=9422] ppid=9405 vsize=860988 CPUtime=0
/proc/9419/task/9422/stat : 9422 (java) S 9405 9405 8693 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 19398959 881651712 21559 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9419/tid=9423] ppid=9405 vsize=860988 CPUtime=0
/proc/9419/task/9423/stat : 9423 (java) S 9405 9405 8693 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 19398962 881651712 21559 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9419/tid=9424] ppid=9405 vsize=860988 CPUtime=0.45
/proc/9419/task/9424/stat : 9424 (java) S 9405 9405 8693 0 -1 64 1123 0 0 0 43 2 0 0 15 0 8 0 19398962 881651712 21559 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9419/tid=9425] ppid=9405 vsize=860988 CPUtime=0
/proc/9419/task/9425/stat : 9425 (java) S 9405 9405 8693 0 -1 64 2 0 0 0 0 0 0 0 23 0 8 0 19398962 881651712 21559 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9419/tid=9426] ppid=9405 vsize=860988 CPUtime=0
/proc/9419/task/9426/stat : 9426 (java) S 9405 9405 8693 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 19398962 881651712 21559 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.51
Current children cumulated vsize (KiB) 908548

[startup+102.411 s]
/proc/loadavg: 2.07 2.08 1.93 3/82 9427
/proc/meminfo: memFree=493888/2055920 swapFree=4192956/4192956
[pid=9405] ppid=9403 vsize=47560 CPUtime=64.12

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

[startup+582.886 s]
/proc/loadavg: 1.00 1.33 1.64 2/66 9973
/proc/meminfo: memFree=895176/2055920 swapFree=4192956/4192956
[pid=9405] ppid=9403 vsize=47560 CPUtime=64.12
/proc/9405/stat : 9405 (galac.sh) S 9403 9405 8693 0 -1 4194304 801 23620 0 1 0 0 6376 36 17 0 1 0 19398940 48701440 365 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 271637998426 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/9405/statm: 11890 365 247 79 0 218 0
[pid=9427] ppid=9405 vsize=546908 CPUtime=517.48
/proc/9427/stat : 9427 (minisat) R 9405 9405 8693 0 -1 4194304 135667 0 0 0 51632 116 0 0 25 0 1 0 19405443 560033792 135649 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/9427/statm: 136727 135649 54 142 0 136583 0
Current children cumulated CPU time (s) 581.6
Current children cumulated vsize (KiB) 594468

[startup+642.935 s]
/proc/loadavg: 1.06 1.28 1.60 2/66 9973
/proc/meminfo: memFree=859528/2055920 swapFree=4192956/4192956
[pid=9405] ppid=9403 vsize=47560 CPUtime=64.12
/proc/9405/stat : 9405 (galac.sh) S 9403 9405 8693 0 -1 4194304 801 23620 0 1 0 0 6376 36 17 0 1 0 19398940 48701440 365 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 271637998426 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/9405/statm: 11890 365 247 79 0 218 0
[pid=9427] ppid=9405 vsize=582824 CPUtime=577.52
/proc/9427/stat : 9427 (minisat) R 9405 9405 8693 0 -1 4194304 144591 0 0 0 57627 125 0 0 25 0 1 0 19405443 596811776 144573 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/9427/statm: 145706 144573 54 142 0 145562 0
Current children cumulated CPU time (s) 641.64
Current children cumulated vsize (KiB) 630384

[startup+702.984 s]
/proc/loadavg: 1.02 1.23 1.56 2/66 9973
/proc/meminfo: memFree=822536/2055920 swapFree=4192956/4192956
[pid=9405] ppid=9403 vsize=47560 CPUtime=64.12
/proc/9405/stat : 9405 (galac.sh) S 9403 9405 8693 0 -1 4194304 801 23620 0 1 0 0 6376 36 17 0 1 0 19398940 48701440 365 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 271637998426 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/9405/statm: 11890 365 247 79 0 218 0
[pid=9427] ppid=9405 vsize=619884 CPUtime=637.55
/proc/9427/stat : 9427 (minisat) R 9405 9405 8693 0 -1 4194304 153830 0 0 0 63622 133 0 0 25 0 1 0 19405443 634761216 153812 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529515 0 0 4096 3 0 0 0 17 1 0 0
/proc/9427/statm: 154971 153812 54 142 0 154827 0
Current children cumulated CPU time (s) 701.67
Current children cumulated vsize (KiB) 667444

[startup+763.036 s]
/proc/loadavg: 1.01 1.19 1.52 2/66 9973
/proc/meminfo: memFree=792840/2055920 swapFree=4192956/4192956
[pid=9405] ppid=9403 vsize=47560 CPUtime=64.12
/proc/9405/stat : 9405 (galac.sh) S 9403 9405 8693 0 -1 4194304 801 23620 0 1 0 0 6376 36 17 0 1 0 19398940 48701440 365 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 271637998426 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/9405/statm: 11890 365 247 79 0 218 0
[pid=9427] ppid=9405 vsize=649076 CPUtime=697.59
/proc/9427/stat : 9427 (minisat) R 9405 9405 8693 0 -1 4194304 161102 0 0 0 69620 139 0 0 25 0 1 0 19405443 664653824 161084 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529426 0 0 4096 3 0 0 0 17 1 0 0
/proc/9427/statm: 162269 161084 54 142 0 162125 0
Current children cumulated CPU time (s) 761.71
Current children cumulated vsize (KiB) 696636

[startup+823.086 s]
/proc/loadavg: 1.00 1.15 1.49 2/66 9973
/proc/meminfo: memFree=765000/2055920 swapFree=4192956/4192956
[pid=9405] ppid=9403 vsize=47560 CPUtime=64.12
/proc/9405/stat : 9405 (galac.sh) S 9403 9405 8693 0 -1 4194304 801 23620 0 1 0 0 6376 36 17 0 1 0 19398940 48701440 365 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 271637998426 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/9405/statm: 11890 365 247 79 0 218 0
[pid=9427] ppid=9405 vsize=677132 CPUtime=757.62
/proc/9427/stat : 9427 (minisat) R 9405 9405 8693 0 -1 4194304 168096 0 0 0 75616 146 0 0 25 0 1 0 19405443 693383168 168078 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529426 0 0 4096 3 0 0 0 17 1 0 0
/proc/9427/statm: 169283 168078 54 142 0 169139 0
Current children cumulated CPU time (s) 821.74
Current children cumulated vsize (KiB) 724692

[startup+883.134 s]
/proc/loadavg: 1.00 1.12 1.45 2/66 9973
/proc/meminfo: memFree=738440/2055920 swapFree=4192956/4192956
[pid=9405] ppid=9403 vsize=47560 CPUtime=64.12
/proc/9405/stat : 9405 (galac.sh) S 9403 9405 8693 0 -1 4194304 801 23620 0 1 0 0 6376 36 17 0 1 0 19398940 48701440 365 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 271637998426 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/9405/statm: 11890 365 247 79 0 218 0
[pid=9427] ppid=9405 vsize=704136 CPUtime=817.66
/proc/9427/stat : 9427 (minisat) R 9405 9405 8693 0 -1 4194304 174753 0 0 0 81613 153 0 0 25 0 1 0 19405443 721035264 174735 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529430 0 0 4096 3 0 0 0 17 1 0 0
/proc/9427/statm: 176034 174735 54 142 0 175890 0
Current children cumulated CPU time (s) 881.78
Current children cumulated vsize (KiB) 751696

[startup+943.182 s]
/proc/loadavg: 1.00 1.10 1.42 2/66 9973
/proc/meminfo: memFree=717192/2055920 swapFree=4192956/4192956
[pid=9405] ppid=9403 vsize=47560 CPUtime=64.12
/proc/9405/stat : 9405 (galac.sh) S 9403 9405 8693 0 -1 4194304 801 23620 0 1 0 0 6376 36 17 0 1 0 19398940 48701440 365 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 271637998426 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/9405/statm: 11890 365 247 79 0 218 0
[pid=9427] ppid=9405 vsize=725384 CPUtime=877.69
/proc/9427/stat : 9427 (minisat) R 9405 9405 8693 0 -1 4194304 180034 0 0 0 87611 158 0 0 25 0 1 0 19405443 742793216 180016 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134715850 0 0 4096 3 0 0 0 17 1 0 0
/proc/9427/statm: 181346 180016 54 142 0 181202 0
Current children cumulated CPU time (s) 941.81
Current children cumulated vsize (KiB) 772944

[startup+1003.24 s]
/proc/loadavg: 1.00 1.08 1.39 2/66 9973
/proc/meminfo: memFree=697288/2055920 swapFree=4192956/4192956
[pid=9405] ppid=9403 vsize=47560 CPUtime=64.12
/proc/9405/stat : 9405 (galac.sh) S 9403 9405 8693 0 -1 4194304 801 23620 0 1 0 0 6376 36 17 0 1 0 19398940 48701440 365 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 271637998426 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/9405/statm: 11890 365 247 79 0 218 0
[pid=9427] ppid=9405 vsize=745176 CPUtime=937.73
/proc/9427/stat : 9427 (minisat) R 9405 9405 8693 0 -1 4194304 184944 0 0 0 93611 162 0 0 25 0 1 0 19405443 763060224 184926 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/9427/statm: 186294 184926 54 142 0 186150 0
Current children cumulated CPU time (s) 1001.85
Current children cumulated vsize (KiB) 792736

[startup+1063.29 s]
/proc/loadavg: 1.00 1.06 1.36 2/66 9973
/proc/meminfo: memFree=679368/2055920 swapFree=4192956/4192956
[pid=9405] ppid=9403 vsize=47560 CPUtime=64.12
/proc/9405/stat : 9405 (galac.sh) S 9403 9405 8693 0 -1 4194304 801 23620 0 1 0 0 6376 36 17 0 1 0 19398940 48701440 365 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 271637998426 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/9405/statm: 11890 365 247 79 0 218 0
[pid=9427] ppid=9405 vsize=763080 CPUtime=997.76
/proc/9427/stat : 9427 (minisat) R 9405 9405 8693 0 -1 4194304 189421 0 0 0 99609 167 0 0 25 0 1 0 19405443 781393920 189403 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134715850 0 0 4096 3 0 0 0 17 1 0 0
/proc/9427/statm: 190770 189403 54 142 0 190626 0
Current children cumulated CPU time (s) 1061.88
Current children cumulated vsize (KiB) 810640

[startup+1123.34 s]
/proc/loadavg: 1.00 1.05 1.34 2/66 9973
/proc/meminfo: memFree=657672/2055920 swapFree=4192956/4192956
[pid=9405] ppid=9403 vsize=47560 CPUtime=64.12
/proc/9405/stat : 9405 (galac.sh) S 9403 9405 8693 0 -1 4194304 801 23620 0 1 0 0 6376 36 17 0 1 0 19398940 48701440 365 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 271637998426 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/9405/statm: 11890 365 247 79 0 218 0
[pid=9427] ppid=9405 vsize=785304 CPUtime=1057.8
/proc/9427/stat : 9427 (minisat) R 9405 9405 8693 0 -1 4194304 194905 0 0 0 105607 173 0 0 25 0 1 0 19405443 804151296 194887 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529426 0 0 4096 3 0 0 0 17 1 0 0
/proc/9427/statm: 196326 194887 54 142 0 196182 0
Current children cumulated CPU time (s) 1121.92
Current children cumulated vsize (KiB) 832864

[startup+1183.39 s]
/proc/loadavg: 1.00 1.03 1.31 2/66 9973
/proc/meminfo: memFree=609288/2055920 swapFree=4192956/4192956
[pid=9405] ppid=9403 vsize=47560 CPUtime=64.12
/proc/9405/stat : 9405 (galac.sh) S 9403 9405 8693 0 -1 4194304 801 23620 0 1 0 0 6376 36 17 0 1 0 19398940 48701440 365 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 271637998426 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/9405/statm: 11890 365 247 79 0 218 0
[pid=9427] ppid=9405 vsize=834204 CPUtime=1117.85
/proc/9427/stat : 9427 (minisat) R 9405 9405 8693 0 -1 4194304 206878 0 0 0 111603 182 0 0 25 0 1 0 19405443 854224896 206860 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/9427/statm: 208551 206860 54 142 0 208407 0
Current children cumulated CPU time (s) 1181.97
Current children cumulated vsize (KiB) 881764

[startup+1243.45 s]
/proc/loadavg: 1.00 1.03 1.29 2/66 9973
/proc/meminfo: memFree=576072/2055920 swapFree=4192956/4192956
[pid=9405] ppid=9403 vsize=47560 CPUtime=64.12
/proc/9405/stat : 9405 (galac.sh) S 9403 9405 8693 0 -1 4194304 801 23620 0 1 0 0 6376 36 17 0 1 0 19398940 48701440 365 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 271637998426 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/9405/statm: 11890 365 247 79 0 218 0
[pid=9427] ppid=9405 vsize=867776 CPUtime=1177.88
/proc/9427/stat : 9427 (minisat) R 9405 9405 8693 0 -1 4194304 215205 0 0 0 117598 190 0 0 25 0 1 0 19405443 888602624 215187 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134715850 0 0 4096 3 0 0 0 17 1 0 0
/proc/9427/statm: 216944 215187 54 142 0 216800 0
Current children cumulated CPU time (s) 1242
Current children cumulated vsize (KiB) 915336



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+1258.92 s]
/proc/loadavg: 1.00 1.02 1.29 2/66 9973
/proc/meminfo: memFree=569544/2055920 swapFree=4192956/4192956
[pid=9405] ppid=9403 vsize=47560 CPUtime=64.12
/proc/9405/stat : 9405 (galac.sh) S 9403 9405 8693 0 -1 4194304 801 23620 0 1 0 0 6376 36 17 0 1 0 19398940 48701440 365 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 271637998426 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/9405/statm: 11890 365 247 79 0 218 0
[pid=9427] ppid=9405 vsize=874128 CPUtime=1193.36
/proc/9427/stat : 9427 (minisat) R 9405 9405 8693 0 -1 4194304 216797 0 0 0 119144 192 0 0 25 0 1 0 19405443 895107072 216779 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529430 0 0 4096 3 0 0 0 17 1 0 0
/proc/9427/statm: 218532 216779 54 142 0 218388 0
Current children cumulated CPU time (s) 1257.48
Current children cumulated vsize (KiB) 921688

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 9405 and gives childrusage.ru_utime.tv_sec=63 childrusage.ru_utime.tv_usec=774304 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=373943
CPU time returned by wait4() is 64.1482
while last known CPU time is 0

Using last known CPU time as value...

Real time (s): 1258.94
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): 921688

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 63.7743
system time used= 0.373943
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24421
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= 3666
involuntary context switches= 4906

runsolver used 1.09583 s user time and 2.73758 s system time

The end

Launcher Data (download as text)

Begin job on node67 on Sat Jan 13 20:10:18 UTC 2007


IDJOB= 238176
IDBENCH= 6987
IDSOLVER= 78
FILE ID= node67/238176-1168719018

PBS_JOBID= 3547606

Free space on /tmp= 66527 MiB

SOLVER NAME= galac 1
BENCH NAME= HOME/pub/bench/CPAI06/haystacks/haystacks_39.xml
COMMAND LINE= /tmp/evaluation/238176-1168719018/galac.sh /tmp/evaluation/238176-1168719018/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node67/watcher-238176-1168719018 -o ROOT/results/node67/solver-238176-1168719018 -C 1800 -M 900  /tmp/evaluation/238176-1168719018/galac.sh /tmp/evaluation/238176-1168719018/unknown.xml

META MD5SUM SOLVER= d8bf20eb49fe33822f00bab08f33d7fc
MD5SUM BENCH=  3cbedeec0f8e1047e30dd866c8d212d0

RANDOM SEED= 272005665

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.236
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.236
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:        711584 kB
Buffers:         44828 kB
Cached:         478568 kB
SwapCached:          0 kB
Active:         797492 kB
Inactive:       471128 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        711584 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:           26048 kB
Writeback:           0 kB
Mapped:         764228 kB
Slab:            59540 kB
Committed_AS:  1162400 kB
PageTables:       3328 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= 66524 MiB



End job on node67 on Sat Jan 13 20:31:18 UTC 2007