Trace number 237888

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 836.68

General information on the benchmark

Namehaystacks/
haystacks_47.xml
MD5SUMe9d5d176681ed94d2da63720f433f021
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 benchmark1061.69
SatisfiableNO
(Un)Satisfiability was proved
Number of variables2209
Number of constraints50853
Maximum constraint arity2
Maximum domain size47
Number of constraints which are defined in extension0
Number of constraints which are defined in intension50853
Global constraints used (with number of constraints)

Solver Data (download as text)

0.03	c --- Preproc Stats ---
34.28	c start processing
34.28	c start relation processing
34.29	c start cnf exporting
130.80	c parsing time : 34.128
130.80	c preprocessing time : 130.651
130.81	
130.81	c Nary constraints - conflicts : 0 supports : 0
130.81	c Binary constraints - conflicts : 50807 supports :46
130.81	c max arity constraint : 2
130.81	c Max Tuples generated 2209
130.81	c relations : 4
130.81	c relations BDD: 0
130.81	c vars : 103824 - clauses :  4786623
130.81	
130.86	 
130.86	c --- Minisat Stats ---
130.86	 

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/node75/watcher-237888-1168718933 -o ROOT/results/node75/solver-237888-1168718933 -C 1800 -M 900 /tmp/evaluation/237888-1168718933/galac.sh /tmp/evaluation/237888-1168718933/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: 1.00 1.00 1.08 2/65 22571
/proc/meminfo: memFree=1384112/2055920 swapFree=4184536/4192956
[pid=22570] ppid=22568 vsize=8652 CPUtime=0
/proc/22570/stat : 22570 (galac.sh) R 22568 22570 21175 0 -1 4194304 335 0 0 0 0 0 0 0 17 0 1 0 220292662 8859648 279 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 231882680991 0 65538 4096 73728 0 0 0 17 1 0 0
/proc/22570/statm: 2163 279 207 79 0 156 0
[pid=22572] ppid=22570 vsize=8688 CPUtime=0
/proc/22572/stat : 22572 (galac.sh) R 22570 22570 21175 0 -1 4194368 31 0 0 0 0 0 0 0 17 0 1 0 220292663 8896512 286 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 4425384 0 65536 4096 73728 0 0 0 17 1 0 0
/proc/22572/statm: 2172 286 209 79 0 165 0
[pid=22573] ppid=22572 vsize=8728 CPUtime=0
/proc/22573/stat : 22573 (galac.sh) D 22572 22570 21175 0 -1 4194368 26 0 0 0 0 0 0 0 17 0 1 0 220292663 8937472 290 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 231882681639 0 2147483391 3674112 73728 18446744072099855350 0 0 17 1 0 0
/proc/22573/statm: 2182 290 209 79 0 175 0

[startup+0.101874 s]
/proc/loadavg: 1.00 1.00 1.08 2/65 22571
/proc/meminfo: memFree=1384112/2055920 swapFree=4184536/4192956
[pid=22570] ppid=22568 vsize=47568 CPUtime=0
/proc/22570/stat : 22570 (galac.sh) S 22568 22570 21175 0 -1 4194304 761 1704 0 0 0 0 0 0 17 0 1 0 220292662 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 231882287962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22570/statm: 11892 363 245 79 0 218 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 47568

[startup+0.509921 s]
/proc/loadavg: 1.00 1.00 1.08 2/65 22571
/proc/meminfo: memFree=1384112/2055920 swapFree=4184536/4192956
[pid=22570] ppid=22568 vsize=47568 CPUtime=0
/proc/22570/stat : 22570 (galac.sh) S 22568 22570 21175 0 -1 4194304 761 1704 0 0 0 0 0 0 17 0 1 0 220292662 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 231882287962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22570/statm: 11892 363 245 79 0 218 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 47568

[startup+1.33316 s]
/proc/loadavg: 1.00 1.00 1.08 2/73 22591
/proc/meminfo: memFree=1343152/2055920 swapFree=4184536/4192956
[pid=22570] ppid=22568 vsize=47568 CPUtime=0
/proc/22570/stat : 22570 (galac.sh) S 22568 22570 21175 0 -1 4194304 761 1704 0 0 0 0 0 0 17 0 1 0 220292662 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 231882287962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22570/statm: 11892 363 245 79 0 218 0
[pid=22584] ppid=22570 vsize=860856 CPUtime=1.29
/proc/22584/stat : 22584 (java) R 22570 22570 21175 0 -1 0 12296 0 1 0 122 7 0 0 16 0 8 0 220292666 881516544 12048 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073854796 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22584/statm: 215214 12048 1994 14 0 201471 0
[pid=22584/tid=22585] ppid=22570 vsize=860856 CPUtime=0.08
/proc/22584/task/22585/stat : 22585 (java) S 22570 22570 21175 0 -1 64 3476 0 0 0 7 1 0 0 16 0 8 0 220292669 881516544 12048 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22584/tid=22586] ppid=22570 vsize=860856 CPUtime=0
/proc/22584/task/22586/stat : 22586 (java) S 22570 22570 21175 0 -1 64 12 0 0 0 0 0 0 0 15 0 8 0 220292669 881516544 12048 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22584/tid=22587] ppid=22570 vsize=860856 CPUtime=0
/proc/22584/task/22587/stat : 22587 (java) S 22570 22570 21175 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 220292670 881516544 12048 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22584/tid=22588] ppid=22570 vsize=860856 CPUtime=0
/proc/22584/task/22588/stat : 22588 (java) S 22570 22570 21175 0 -1 64 2 0 0 0 0 0 0 0 23 0 8 0 220292673 881516544 12048 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22584/tid=22589] ppid=22570 vsize=860856 CPUtime=0.27
/proc/22584/task/22589/stat : 22589 (java) S 22570 22570 21175 0 -1 64 1023 0 0 0 26 1 0 0 16 0 8 0 220292673 881516544 12048 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22584/tid=22590] ppid=22570 vsize=860856 CPUtime=0
/proc/22584/task/22590/stat : 22590 (java) S 22570 22570 21175 0 -1 64 2 0 0 0 0 0 0 0 24 0 8 0 220292673 881516544 12048 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22584/tid=22591] ppid=22570 vsize=860856 CPUtime=0
/proc/22584/task/22591/stat : 22591 (java) S 22570 22570 21175 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 220292673 881516544 12048 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 908424

[startup+2.98536 s]
/proc/loadavg: 1.00 1.00 1.08 2/73 22591
/proc/meminfo: memFree=1342768/2055920 swapFree=4184536/4192956
[pid=22570] ppid=22568 vsize=47568 CPUtime=0
/proc/22570/stat : 22570 (galac.sh) S 22568 22570 21175 0 -1 4194304 761 1704 0 0 0 0 0 0 17 0 1 0 220292662 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 231882287962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22570/statm: 11892 363 245 79 0 218 0
[pid=22584] ppid=22570 vsize=860988 CPUtime=2.93
/proc/22584/stat : 22584 (java) R 22570 22570 21175 0 -1 0 14130 0 1 0 285 8 0 0 17 0 8 0 220292666 881651712 13880 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4153901672 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22584/statm: 215247 13880 1994 14 0 201504 0
[pid=22584/tid=22585] ppid=22570 vsize=860988 CPUtime=0.13
/proc/22584/task/22585/stat : 22585 (java) S 22570 22570 21175 0 -1 64 3515 0 0 0 12 1 0 0 16 0 8 0 220292669 881651712 13880 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22584/tid=22586] ppid=22570 vsize=860988 CPUtime=0
/proc/22584/task/22586/stat : 22586 (java) S 22570 22570 21175 0 -1 64 12 0 0 0 0 0 0 0 15 0 8 0 220292669 881651712 13880 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22584/tid=22587] ppid=22570 vsize=860988 CPUtime=0
/proc/22584/task/22587/stat : 22587 (java) S 22570 22570 21175 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 220292670 881651712 13880 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22584/tid=22588] ppid=22570 vsize=860988 CPUtime=0
/proc/22584/task/22588/stat : 22588 (java) S 22570 22570 21175 0 -1 64 2 0 0 0 0 0 0 0 23 0 8 0 220292673 881651712 13880 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22584/tid=22589] ppid=22570 vsize=860988 CPUtime=0.32
/proc/22584/task/22589/stat : 22589 (java) S 22570 22570 21175 0 -1 64 1054 0 0 0 30 2 0 0 16 0 8 0 220292673 881651712 13880 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22584/tid=22590] ppid=22570 vsize=860988 CPUtime=0
/proc/22584/task/22590/stat : 22590 (java) S 22570 22570 21175 0 -1 64 2 0 0 0 0 0 0 0 24 0 8 0 220292673 881651712 13880 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22584/tid=22591] ppid=22570 vsize=860988 CPUtime=0
/proc/22584/task/22591/stat : 22591 (java) S 22570 22570 21175 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 220292673 881651712 13880 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 908556

[startup+6.27574 s]
/proc/loadavg: 1.00 1.00 1.08 2/73 22591
/proc/meminfo: memFree=1313520/2055920 swapFree=4184536/4192956
[pid=22570] ppid=22568 vsize=47568 CPUtime=0
/proc/22570/stat : 22570 (galac.sh) S 22568 22570 21175 0 -1 4194304 761 1704 0 0 0 0 0 0 17 0 1 0 220292662 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 231882287962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22570/statm: 11892 363 245 79 0 218 0
[pid=22584] ppid=22570 vsize=860988 CPUtime=6.21
/proc/22584/stat : 22584 (java) R 22570 22570 21175 0 -1 0 19679 0 1 0 609 12 0 0 19 0 8 0 220292666 881651712 19428 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4153987647 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22584/statm: 215247 19428 1997 14 0 201504 0
[pid=22584/tid=22585] ppid=22570 vsize=860988 CPUtime=0.14
/proc/22584/task/22585/stat : 22585 (java) S 22570 22570 21175 0 -1 64 3675 0 0 0 13 1 0 0 16 0 8 0 220292669 881651712 19428 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22584/tid=22586] ppid=22570 vsize=860988 CPUtime=0
/proc/22584/task/22586/stat : 22586 (java) S 22570 22570 21175 0 -1 64 12 0 0 0 0 0 0 0 15 0 8 0 220292669 881651712 19428 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22584/tid=22587] ppid=22570 vsize=860988 CPUtime=0
/proc/22584/task/22587/stat : 22587 (java) S 22570 22570 21175 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 220292670 881651712 19428 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22584/tid=22588] ppid=22570 vsize=860988 CPUtime=0
/proc/22584/task/22588/stat : 22588 (java) S 22570 22570 21175 0 -1 64 2 0 0 0 0 0 0 0 23 0 8 0 220292673 881651712 19428 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22584/tid=22589] ppid=22570 vsize=860988 CPUtime=0.32
/proc/22584/task/22589/stat : 22589 (java) S 22570 22570 21175 0 -1 64 1054 0 0 0 30 2 0 0 16 0 8 0 220292673 881651712 19428 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22584/tid=22590] ppid=22570 vsize=860988 CPUtime=0
/proc/22584/task/22590/stat : 22590 (java) S 22570 22570 21175 0 -1 64 2 0 0 0 0 0 0 0 24 0 8 0 220292673 881651712 19428 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22584/tid=22591] ppid=22570 vsize=860988 CPUtime=0
/proc/22584/task/22591/stat : 22591 (java) S 22570 22570 21175 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 220292673 881651712 19428 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 908556

[startup+12.7605 s]
/proc/loadavg: 1.00 1.00 1.08 2/73 22591
/proc/meminfo: memFree=1310264/2055920 swapFree=4184536/4192956
[pid=22570] ppid=22568 vsize=47568 CPUtime=0
/proc/22570/stat : 22570 (galac.sh) S 22568 22570 21175 0 -1 4194304 761 1704 0 0 0 0 0 0 17 0 1 0 220292662 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 231882287962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22570/statm: 11892 363 245 79 0 218 0
[pid=22584] ppid=22570 vsize=860988 CPUtime=12.69
/proc/22584/stat : 22584 (java) R 22570 22570 21175 0 -1 0 20544 0 1 0 1256 13 0 0 17 0 8 0 220292666 881651712 20290 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073502957 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22584/statm: 215247 20290 1997 14 0 201504 0
[pid=22584/tid=22585] ppid=22570 vsize=860988 CPUtime=0.17
/proc/22584/task/22585/stat : 22585 (java) S 22570 22570 21175 0 -1 64 4536 0 0 0 16 1 0 0 16 0 8 0 220292669 881651712 20290 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22584/tid=22586] ppid=22570 vsize=860988 CPUtime=0
/proc/22584/task/22586/stat : 22586 (java) S 22570 22570 21175 0 -1 64 12 0 0 0 0 0 0 0 15 0 8 0 220292669 881651712 20290 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22584/tid=22587] ppid=22570 vsize=860988 CPUtime=0
/proc/22584/task/22587/stat : 22587 (java) S 22570 22570 21175 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 220292670 881651712 20290 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22584/tid=22588] ppid=22570 vsize=860988 CPUtime=0
/proc/22584/task/22588/stat : 22588 (java) S 22570 22570 21175 0 -1 64 2 0 0 0 0 0 0 0 23 0 8 0 220292673 881651712 20290 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22584/tid=22589] ppid=22570 vsize=860988 CPUtime=0.32
/proc/22584/task/22589/stat : 22589 (java) S 22570 22570 21175 0 -1 64 1055 0 0 0 30 2 0 0 17 0 8 0 220292673 881651712 20290 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22584/tid=22590] ppid=22570 vsize=860988 CPUtime=0
/proc/22584/task/22590/stat : 22590 (java) S 22570 22570 21175 0 -1 64 2 0 0 0 0 0 0 0 24 0 8 0 220292673 881651712 20290 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22584/tid=22591] ppid=22570 vsize=860988 CPUtime=0
/proc/22584/task/22591/stat : 22591 (java) S 22570 22570 21175 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 220292673 881651712 20290 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 908556

[startup+25.595 s]
/proc/loadavg: 1.00 1.00 1.08 2/73 22591
/proc/meminfo: memFree=1307256/2055920 swapFree=4184536/4192956
[pid=22570] ppid=22568 vsize=47568 CPUtime=0
/proc/22570/stat : 22570 (galac.sh) S 22568 22570 21175 0 -1 4194304 761 1704 0 0 0 0 0 0 17 0 1 0 220292662 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 231882287962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22570/statm: 11892 363 245 79 0 218 0
[pid=22584] ppid=22570 vsize=860988 CPUtime=25.48
/proc/22584/stat : 22584 (java) R 22570 22570 21175 0 -1 0 21339 0 1 0 2534 14 0 0 19 0 8 0 220292666 881651712 21080 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073683757 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22584/statm: 215247 21080 1997 14 0 201504 0
[pid=22584/tid=22585] ppid=22570 vsize=860988 CPUtime=0.25
/proc/22584/task/22585/stat : 22585 (java) S 22570 22570 21175 0 -1 64 5322 0 0 0 24 1 0 0 16 0 8 0 220292669 881651712 21080 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22584/tid=22586] ppid=22570 vsize=860988 CPUtime=0
/proc/22584/task/22586/stat : 22586 (java) S 22570 22570 21175 0 -1 64 12 0 0 0 0 0 0 0 15 0 8 0 220292669 881651712 21080 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22584/tid=22587] ppid=22570 vsize=860988 CPUtime=0
/proc/22584/task/22587/stat : 22587 (java) S 22570 22570 21175 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 220292670 881651712 21080 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22584/tid=22588] ppid=22570 vsize=860988 CPUtime=0
/proc/22584/task/22588/stat : 22588 (java) S 22570 22570 21175 0 -1 64 2 0 0 0 0 0 0 0 23 0 8 0 220292673 881651712 21080 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22584/tid=22589] ppid=22570 vsize=860988 CPUtime=0.33
/proc/22584/task/22589/stat : 22589 (java) S 22570 22570 21175 0 -1 64 1059 0 0 0 31 2 0 0 16 0 8 0 220292673 881651712 21080 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22584/tid=22590] ppid=22570 vsize=860988 CPUtime=0
/proc/22584/task/22590/stat : 22590 (java) S 22570 22570 21175 0 -1 64 2 0 0 0 0 0 0 0 24 0 8 0 220292673 881651712 21080 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22584/tid=22591] ppid=22570 vsize=860988 CPUtime=0
/proc/22584/task/22591/stat : 22591 (java) S 22570 22570 21175 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 220292673 881651712 21080 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 908556

[startup+51.2071 s]
/proc/loadavg: 1.00 1.00 1.08 2/73 22591
/proc/meminfo: memFree=1285240/2055920 swapFree=4184536/4192956
[pid=22570] ppid=22568 vsize=47568 CPUtime=0
/proc/22570/stat : 22570 (galac.sh) S 22568 22570 21175 0 -1 4194304 761 1704 0 0 0 0 0 0 17 0 1 0 220292662 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 231882287962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22570/statm: 11892 363 245 79 0 218 0
[pid=22584] ppid=22570 vsize=860988 CPUtime=51.03
/proc/22584/stat : 22584 (java) R 22570 22570 21175 0 -1 0 22921 0 2 0 5081 22 0 0 17 0 8 0 220292666 881651712 22623 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4155213845 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22584/statm: 215247 22623 2015 14 0 201504 0
[pid=22584/tid=22585] ppid=22570 vsize=860988 CPUtime=0.46
/proc/22584/task/22585/stat : 22585 (java) S 22570 22570 21175 0 -1 64 6774 0 0 0 44 2 0 0 16 0 8 0 220292669 881651712 22623 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22584/tid=22586] ppid=22570 vsize=860988 CPUtime=0
/proc/22584/task/22586/stat : 22586 (java) S 22570 22570 21175 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 220292669 881651712 22623 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22584/tid=22587] ppid=22570 vsize=860988 CPUtime=0
/proc/22584/task/22587/stat : 22587 (java) S 22570 22570 21175 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 220292670 881651712 22623 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22584/tid=22588] ppid=22570 vsize=860988 CPUtime=0
/proc/22584/task/22588/stat : 22588 (java) S 22570 22570 21175 0 -1 64 2 0 0 0 0 0 0 0 23 0 8 0 220292673 881651712 22623 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22584/tid=22589] ppid=22570 vsize=860988 CPUtime=0.41
/proc/22584/task/22589/stat : 22589 (java) S 22570 22570 21175 0 -1 64 1112 0 0 0 39 2 0 0 16 0 8 0 220292673 881651712 22623 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22584/tid=22590] ppid=22570 vsize=860988 CPUtime=0
/proc/22584/task/22590/stat : 22590 (java) S 22570 22570 21175 0 -1 64 2 0 0 0 0 0 0 0 24 0 8 0 220292673 881651712 22623 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22584/tid=22591] ppid=22570 vsize=860988 CPUtime=0
/proc/22584/task/22591/stat : 22591 (java) S 22570 22570 21175 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 220292673 881651712 22623 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 908556

[startup+102.5 s]
/proc/loadavg: 1.00 1.00 1.07 2/73 22591
/proc/meminfo: memFree=1244600/2055920 swapFree=4184536/4192956
[pid=22570] ppid=22568 vsize=47568 CPUtime=0

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

[startup+162.557 s]
/proc/loadavg: 0.95 0.98 1.06 2/66 22592
/proc/meminfo: memFree=1025712/2055920 swapFree=4184536/4192956
[pid=22570] ppid=22568 vsize=47568 CPUtime=130.5
/proc/22570/stat : 22570 (galac.sh) S 22568 22570 21175 0 -1 4194304 799 24792 0 2 0 0 12994 56 17 0 1 0 220292662 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 231882287962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22570/statm: 11892 363 245 79 0 218 0
[pid=22592] ppid=22570 vsize=293220 CPUtime=31.66
/proc/22592/stat : 22592 (minisat) R 22570 22570 21175 0 -1 4194304 72112 0 0 0 3128 38 0 0 25 0 1 0 220305749 300257280 72026 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134715850 0 0 4096 3 0 0 0 17 0 0 0
/proc/22592/statm: 73305 72026 54 142 0 73161 0
Current children cumulated CPU time (s) 162.16
Current children cumulated vsize (KiB) 340788

[startup+222.631 s]
/proc/loadavg: 0.98 0.98 1.05 2/66 22592
/proc/meminfo: memFree=906160/2055920 swapFree=4184536/4192956
[pid=22570] ppid=22568 vsize=47568 CPUtime=130.5
/proc/22570/stat : 22570 (galac.sh) S 22568 22570 21175 0 -1 4194304 799 24792 0 2 0 0 12994 56 17 0 1 0 220292662 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 231882287962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22570/statm: 11892 363 245 79 0 218 0
[pid=22592] ppid=22570 vsize=407380 CPUtime=91.68
/proc/22592/stat : 22592 (minisat) R 22570 22570 21175 0 -1 4194304 100561 0 0 0 9111 57 0 0 25 0 1 0 220305749 417157120 100475 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134525757 0 0 4096 3 0 0 0 17 0 0 0
/proc/22592/statm: 101845 100475 54 142 0 101701 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 454948

[startup+282.685 s]
/proc/loadavg: 0.99 0.98 1.05 2/66 22592
/proc/meminfo: memFree=835120/2055920 swapFree=4184536/4192956
[pid=22570] ppid=22568 vsize=47568 CPUtime=130.5
/proc/22570/stat : 22570 (galac.sh) S 22568 22570 21175 0 -1 4194304 799 24792 0 2 0 0 12994 56 17 0 1 0 220292662 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 231882287962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22570/statm: 11892 363 245 79 0 218 0
[pid=22592] ppid=22570 vsize=478768 CPUtime=151.71
/proc/22592/stat : 22592 (minisat) R 22570 22570 21175 0 -1 4194304 118334 0 0 0 15102 69 0 0 25 0 1 0 220305749 490258432 118248 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/22592/statm: 119692 118248 54 142 0 119548 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 526336

[startup+342.752 s]
/proc/loadavg: 0.99 0.98 1.04 2/66 22592
/proc/meminfo: memFree=810800/2055920 swapFree=4184536/4192956
[pid=22570] ppid=22568 vsize=47568 CPUtime=130.5
/proc/22570/stat : 22570 (galac.sh) S 22568 22570 21175 0 -1 4194304 799 24792 0 2 0 0 12994 56 17 0 1 0 220292662 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 231882287962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22570/statm: 11892 363 245 79 0 218 0
[pid=22592] ppid=22570 vsize=503352 CPUtime=211.73
/proc/22592/stat : 22592 (minisat) R 22570 22570 21175 0 -1 4194304 124399 0 0 0 21099 74 0 0 25 0 1 0 220305749 515432448 124313 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529453 0 0 4096 3 0 0 0 17 0 0 0
/proc/22592/statm: 125838 124313 54 142 0 125694 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 550920

[startup+402.812 s]
/proc/loadavg: 0.99 0.98 1.04 2/66 22592
/proc/meminfo: memFree=749040/2055920 swapFree=4184536/4192956
[pid=22570] ppid=22568 vsize=47568 CPUtime=130.5
/proc/22570/stat : 22570 (galac.sh) S 22568 22570 21175 0 -1 4194304 799 24792 0 2 0 0 12994 56 17 0 1 0 220292662 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 231882287962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22570/statm: 11892 363 245 79 0 218 0
[pid=22592] ppid=22570 vsize=566040 CPUtime=271.75
/proc/22592/stat : 22592 (minisat) R 22570 22570 21175 0 -1 4194304 139963 0 0 0 27089 86 0 0 25 0 1 0 220305749 579624960 139877 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134525811 0 0 4096 3 0 0 0 17 1 0 0
/proc/22592/statm: 141510 139877 54 142 0 141366 0
Current children cumulated CPU time (s) 402.25
Current children cumulated vsize (KiB) 613608

[startup+462.878 s]
/proc/loadavg: 0.99 0.98 1.03 2/66 22592
/proc/meminfo: memFree=721072/2055920 swapFree=4184536/4192956
[pid=22570] ppid=22568 vsize=47568 CPUtime=130.5
/proc/22570/stat : 22570 (galac.sh) S 22568 22570 21175 0 -1 4194304 799 24792 0 2 0 0 12994 56 17 0 1 0 220292662 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 231882287962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22570/statm: 11892 363 245 79 0 218 0
[pid=22592] ppid=22570 vsize=593356 CPUtime=331.77
/proc/22592/stat : 22592 (minisat) R 22570 22570 21175 0 -1 4194304 146721 0 0 0 33085 92 0 0 25 0 1 0 220305749 607596544 146635 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529414 0 0 4096 3 0 0 0 17 0 0 0
/proc/22592/statm: 148339 146635 54 142 0 148195 0
Current children cumulated CPU time (s) 462.27
Current children cumulated vsize (KiB) 640924

[startup+522.933 s]
/proc/loadavg: 0.99 0.98 1.03 2/66 22592
/proc/meminfo: memFree=695024/2055920 swapFree=4184536/4192956
[pid=22570] ppid=22568 vsize=47568 CPUtime=130.5
/proc/22570/stat : 22570 (galac.sh) S 22568 22570 21175 0 -1 4194304 799 24792 0 2 0 0 12994 56 17 0 1 0 220292662 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 231882287962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22570/statm: 11892 363 245 79 0 218 0
[pid=22592] ppid=22570 vsize=619680 CPUtime=391.8
/proc/22592/stat : 22592 (minisat) R 22570 22570 21175 0 -1 4194304 153268 0 0 0 39082 98 0 0 25 0 1 0 220305749 634552320 153182 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529430 0 0 4096 3 0 0 0 17 0 0 0
/proc/22592/statm: 154920 153182 54 142 0 154776 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 667248

[startup+582.998 s]
/proc/loadavg: 0.99 0.98 1.02 2/66 22592
/proc/meminfo: memFree=674224/2055920 swapFree=4184536/4192956
[pid=22570] ppid=22568 vsize=47568 CPUtime=130.5
/proc/22570/stat : 22570 (galac.sh) S 22568 22570 21175 0 -1 4194304 799 24792 0 2 0 0 12994 56 17 0 1 0 220292662 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 231882287962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22570/statm: 11892 363 245 79 0 218 0
[pid=22592] ppid=22570 vsize=640412 CPUtime=451.82
/proc/22592/stat : 22592 (minisat) R 22570 22570 21175 0 -1 4194304 158462 0 0 0 45079 103 0 0 25 0 1 0 220305749 655781888 158376 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529430 0 0 4096 3 0 0 0 17 0 0 0
/proc/22592/statm: 160103 158376 54 142 0 159959 0
Current children cumulated CPU time (s) 582.32
Current children cumulated vsize (KiB) 687980

[startup+643.055 s]
/proc/loadavg: 0.99 0.98 1.01 2/66 22592
/proc/meminfo: memFree=655408/2055920 swapFree=4184536/4192956
[pid=22570] ppid=22568 vsize=47568 CPUtime=130.5
/proc/22570/stat : 22570 (galac.sh) S 22568 22570 21175 0 -1 4194304 799 24792 0 2 0 0 12994 56 17 0 1 0 220292662 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 231882287962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22570/statm: 11892 363 245 79 0 218 0
[pid=22592] ppid=22570 vsize=658952 CPUtime=511.84
/proc/22592/stat : 22592 (minisat) R 22570 22570 21175 0 -1 4194304 163083 0 0 0 51076 108 0 0 25 0 1 0 220305749 674766848 162997 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529430 0 0 4096 3 0 0 0 17 0 0 0
/proc/22592/statm: 164738 162997 54 142 0 164594 0
Current children cumulated CPU time (s) 642.34
Current children cumulated vsize (KiB) 706520

[startup+703.119 s]
/proc/loadavg: 0.99 0.98 1.01 2/66 22594
/proc/meminfo: memFree=572080/2055920 swapFree=4184536/4192956
[pid=22570] ppid=22568 vsize=47568 CPUtime=130.5
/proc/22570/stat : 22570 (galac.sh) S 22568 22570 21175 0 -1 4194304 799 24792 0 2 0 0 12994 56 17 0 1 0 220292662 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 231882287962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22570/statm: 11892 363 245 79 0 218 0
[pid=22592] ppid=22570 vsize=743216 CPUtime=571.87
/proc/22592/stat : 22592 (minisat) R 22570 22570 21175 0 -1 4194304 183944 0 0 0 57061 126 0 0 25 0 1 0 220305749 761053184 183858 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/22592/statm: 185804 183858 54 142 0 185660 0
Current children cumulated CPU time (s) 702.37
Current children cumulated vsize (KiB) 790784

[startup+763.18 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 22594
/proc/meminfo: memFree=497712/2055920 swapFree=4184536/4192956
[pid=22570] ppid=22568 vsize=47568 CPUtime=130.5
/proc/22570/stat : 22570 (galac.sh) S 22568 22570 21175 0 -1 4194304 799 24792 0 2 0 0 12994 56 17 0 1 0 220292662 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 231882287962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22570/statm: 11892 363 245 79 0 218 0
[pid=22592] ppid=22570 vsize=817764 CPUtime=631.9
/proc/22592/stat : 22592 (minisat) R 22570 22570 21175 0 -1 4194304 202567 0 0 0 63048 142 0 0 25 0 1 0 220305749 837390336 202481 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/22592/statm: 204441 202481 54 142 0 204297 0
Current children cumulated CPU time (s) 762.4
Current children cumulated vsize (KiB) 865332

[startup+823.24 s]
/proc/loadavg: 1.05 1.00 1.00 2/66 22594
/proc/meminfo: memFree=451312/2055920 swapFree=4184536/4192956
[pid=22570] ppid=22568 vsize=47568 CPUtime=130.5
/proc/22570/stat : 22570 (galac.sh) S 22568 22570 21175 0 -1 4194304 799 24792 0 2 0 0 12994 56 17 0 1 0 220292662 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 231882287962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22570/statm: 11892 363 245 79 0 218 0
[pid=22592] ppid=22570 vsize=864252 CPUtime=691.92
/proc/22592/stat : 22592 (minisat) R 22570 22570 21175 0 -1 4194304 214153 0 0 0 69040 152 0 0 25 0 1 0 220305749 884994048 214067 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529430 0 0 4096 3 0 0 0 17 0 0 0
/proc/22592/statm: 216063 214067 54 142 0 215919 0
Current children cumulated CPU time (s) 822.42
Current children cumulated vsize (KiB) 911820



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+836.67 s]
/proc/loadavg: 1.04 1.00 1.00 2/66 22594
/proc/meminfo: memFree=440816/2055920 swapFree=4184536/4192956
[pid=22570] ppid=22568 vsize=47568 CPUtime=130.5
/proc/22570/stat : 22570 (galac.sh) S 22568 22570 21175 0 -1 4194304 799 24792 0 2 0 0 12994 56 17 0 1 0 220292662 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 231882287962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22570/statm: 11892 363 245 79 0 218 0
[pid=22592] ppid=22570 vsize=874156 CPUtime=705.34
/proc/22592/stat : 22592 (minisat) R 22570 22570 21175 0 -1 4194304 216617 0 0 0 70380 154 0 0 25 0 1 0 220305749 895135744 216531 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/22592/statm: 218539 216531 54 142 0 218395 0
Current children cumulated CPU time (s) 835.84
Current children cumulated vsize (KiB) 921724

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 22570 and gives childrusage.ru_utime.tv_sec=129 childrusage.ru_utime.tv_usec=943245 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=576912
CPU time returned by wait4() is 130.52
while last known CPU time is 0

Using last known CPU time as value...

Real time (s): 836.68
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): 921724

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 129.943
system time used= 0.576912
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25591
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= 4992
involuntary context switches= 3784

runsolver used 1.03884 s user time and 1.83572 s system time

The end

Launcher Data (download as text)

Begin job on node75 on Sat Jan 13 20:08:53 UTC 2007


IDJOB= 237888
IDBENCH= 6969
IDSOLVER= 78
FILE ID= node75/237888-1168718933

PBS_JOBID= 3547590

Free space on /tmp= 66556 MiB

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

META MD5SUM SOLVER= d8bf20eb49fe33822f00bab08f33d7fc
MD5SUM BENCH=  e9d5d176681ed94d2da63720f433f021

RANDOM SEED= 950284903

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.218
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.218
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1384592 kB
Buffers:         33244 kB
Cached:         555796 kB
SwapCached:       2560 kB
Active:          52252 kB
Inactive:       546876 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1384592 kB
SwapTotal:     4192956 kB
SwapFree:      4184536 kB
Dirty:            9004 kB
Writeback:           0 kB
Mapped:          16432 kB
Slab:            58144 kB
Committed_AS:  4962280 kB
PageTables:       1432 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= 66483 MiB



End job on node75 on Sat Jan 13 20:22:50 UTC 2007