Trace number 238096

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
galac 1? (TO) 1800.05 1813.18

General information on the benchmark

Namehaystacks/
haystacks_22.xml
MD5SUM8822e5eadf7d352af1e388ab9e68faf6
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 benchmark12.867
SatisfiableNO
(Un)Satisfiability was proved
Number of variables484
Number of constraints5103
Maximum constraint arity2
Maximum domain size22
Number of constraints which are defined in extension0
Number of constraints which are defined in intension5103
Global constraints used (with number of constraints)

Solver Data (download as text)

0.03	c --- Preproc Stats ---
2.83	c start processing
2.83	c start relation processing
2.83	c start cnf exporting
7.87	c parsing time : 2.664
7.87	c preprocessing time : 7.709
7.87	
7.87	c Nary constraints - conflicts : 0 supports : 0
7.87	c Binary constraints - conflicts : 5082 supports :21
7.87	c max arity constraint : 2
7.87	c Max Tuples generated 484
7.87	c relations : 4
7.87	c relations BDD: 0
7.87	c vars : 10649 - clauses :  225898
7.87	
7.93	 
7.93	c --- Minisat Stats ---
7.93	 

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/node3/watcher-238096-1168353568 -o ROOT/results/node3/solver-238096-1168353568 -C 1800 -M 900 /tmp/evaluation/238096-1168353568/galac.sh /tmp/evaluation/238096-1168353568/unknown.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB

/proc/loadavg: 2.00 2.00 2.00 5/88 6884
/proc/meminfo: memFree=1782232/2055920 swapFree=4192812/4192956
[pid=6883] ppid=6881 vsize=8560 CPUtime=0
/proc/6883/stat : 6883 (galac.sh) R 6881 6883 5086 0 -1 4194304 308 0 0 0 0 0 0 0 20 0 1 0 183752400 8765440 253 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 233632941967 0 0 4096 8192 0 0 0 17 1 0 0
/proc/6883/statm: 2140 253 197 79 0 133 0

[startup+0.106765 s]
/proc/loadavg: 2.00 2.00 2.00 5/88 6884
/proc/meminfo: memFree=1782232/2055920 swapFree=4192812/4192956
[pid=6883] ppid=6881 vsize=47560 CPUtime=0.01
/proc/6883/stat : 6883 (galac.sh) S 6881 6883 5086 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 183752400 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6883/statm: 11890 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+0.514831 s]
/proc/loadavg: 2.00 2.00 2.00 5/88 6884
/proc/meminfo: memFree=1782232/2055920 swapFree=4192812/4192956
[pid=6883] ppid=6881 vsize=47560 CPUtime=0.01
/proc/6883/stat : 6883 (galac.sh) S 6881 6883 5086 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 183752400 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6883/statm: 11890 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+1.33597 s]
/proc/loadavg: 2.00 2.00 2.00 3/96 6904
/proc/meminfo: memFree=1742616/2055920 swapFree=4192812/4192956
[pid=6883] ppid=6881 vsize=47560 CPUtime=0.01
/proc/6883/stat : 6883 (galac.sh) S 6881 6883 5086 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 183752400 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6883/statm: 11890 363 245 79 0 218 0
[pid=6897] ppid=6883 vsize=861196 CPUtime=1.27
/proc/6897/stat : 6897 (java) R 6883 6883 5086 0 -1 0 11981 0 1 0 120 7 0 0 17 0 8 0 183752403 881864704 11732 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073746328 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6897/statm: 215299 11732 1994 14 0 201504 0
[pid=6897/tid=6898] ppid=6883 vsize=861196 CPUtime=0.11
/proc/6897/task/6898/stat : 6898 (java) S 6883 6883 5086 0 -1 64 3386 0 0 0 10 1 0 0 16 0 8 0 183752407 881864704 11732 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6897/tid=6899] ppid=6883 vsize=861196 CPUtime=0
/proc/6897/task/6899/stat : 6899 (java) S 6883 6883 5086 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 183752407 881864704 11732 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6897/tid=6900] ppid=6883 vsize=861196 CPUtime=0
/proc/6897/task/6900/stat : 6900 (java) S 6883 6883 5086 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 183752407 881864704 11732 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6897/tid=6901] ppid=6883 vsize=861196 CPUtime=0
/proc/6897/task/6901/stat : 6901 (java) S 6883 6883 5086 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 183752411 881864704 11732 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6897/tid=6902] ppid=6883 vsize=861196 CPUtime=0.32
/proc/6897/task/6902/stat : 6902 (java) R 6883 6883 5086 0 -1 64 1045 0 0 0 31 1 0 0 22 0 8 0 183752411 881864704 11732 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6897/tid=6903] ppid=6883 vsize=861196 CPUtime=0
/proc/6897/task/6903/stat : 6903 (java) S 6883 6883 5086 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 183752411 881864704 11732 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6897/tid=6904] ppid=6883 vsize=861196 CPUtime=0
/proc/6897/task/6904/stat : 6904 (java) S 6883 6883 5086 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 183752411 881864704 11732 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 908756

[startup+2.97623 s]
/proc/loadavg: 2.00 2.00 2.00 3/96 6904
/proc/meminfo: memFree=1722392/2055920 swapFree=4192812/4192956
[pid=6883] ppid=6881 vsize=47560 CPUtime=0.01
/proc/6883/stat : 6883 (galac.sh) S 6881 6883 5086 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 183752400 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6883/statm: 11890 363 245 79 0 218 0
[pid=6897] ppid=6883 vsize=861196 CPUtime=2.9
/proc/6897/stat : 6897 (java) R 6883 6883 5086 0 -1 0 19607 0 1 0 279 11 0 0 25 0 8 0 183752403 881864704 19356 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4155213445 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6897/statm: 215299 19356 2014 14 0 201504 0
[pid=6897/tid=6898] ppid=6883 vsize=861196 CPUtime=0.12
/proc/6897/task/6898/stat : 6898 (java) S 6883 6883 5086 0 -1 64 3532 0 0 0 11 1 0 0 16 0 8 0 183752407 881864704 19356 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6897/tid=6899] ppid=6883 vsize=861196 CPUtime=0
/proc/6897/task/6899/stat : 6899 (java) S 6883 6883 5086 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 183752407 881864704 19356 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6897/tid=6900] ppid=6883 vsize=861196 CPUtime=0
/proc/6897/task/6900/stat : 6900 (java) S 6883 6883 5086 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 183752407 881864704 19356 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6897/tid=6901] ppid=6883 vsize=861196 CPUtime=0
/proc/6897/task/6901/stat : 6901 (java) S 6883 6883 5086 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 183752411 881864704 19356 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6897/tid=6902] ppid=6883 vsize=861196 CPUtime=0.4
/proc/6897/task/6902/stat : 6902 (java) S 6883 6883 5086 0 -1 64 1105 0 0 0 39 1 0 0 16 0 8 0 183752411 881864704 19356 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6897/tid=6903] ppid=6883 vsize=861196 CPUtime=0
/proc/6897/task/6903/stat : 6903 (java) S 6883 6883 5086 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 183752411 881864704 19356 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6897/tid=6904] ppid=6883 vsize=861196 CPUtime=0
/proc/6897/task/6904/stat : 6904 (java) S 6883 6883 5086 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 183752411 881864704 19356 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.91
Current children cumulated vsize (KiB) 908756

[startup+6.27776 s]
/proc/loadavg: 2.00 2.00 2.00 3/96 6904
/proc/meminfo: memFree=1709144/2055920 swapFree=4192812/4192956
[pid=6883] ppid=6881 vsize=47560 CPUtime=0.01
/proc/6883/stat : 6883 (galac.sh) S 6881 6883 5086 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 183752400 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6883/statm: 11890 363 245 79 0 218 0
[pid=6897] ppid=6883 vsize=861196 CPUtime=6.17
/proc/6897/stat : 6897 (java) R 6883 6883 5086 0 -1 0 19793 0 1 0 605 12 0 0 25 0 8 0 183752403 881864704 19536 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4074320315 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6897/statm: 215299 19536 2016 14 0 201504 0
[pid=6897/tid=6898] ppid=6883 vsize=861196 CPUtime=0.14
/proc/6897/task/6898/stat : 6898 (java) S 6883 6883 5086 0 -1 64 3693 0 0 0 13 1 0 0 16 0 8 0 183752407 881864704 19536 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6897/tid=6899] ppid=6883 vsize=861196 CPUtime=0
/proc/6897/task/6899/stat : 6899 (java) S 6883 6883 5086 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 183752407 881864704 19536 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6897/tid=6900] ppid=6883 vsize=861196 CPUtime=0
/proc/6897/task/6900/stat : 6900 (java) S 6883 6883 5086 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 183752407 881864704 19536 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6897/tid=6901] ppid=6883 vsize=861196 CPUtime=0
/proc/6897/task/6901/stat : 6901 (java) S 6883 6883 5086 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 183752411 881864704 19536 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6897/tid=6902] ppid=6883 vsize=861196 CPUtime=0.42
/proc/6897/task/6902/stat : 6902 (java) S 6883 6883 5086 0 -1 64 1122 0 0 0 41 1 0 0 16 0 8 0 183752411 881864704 19536 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6897/tid=6903] ppid=6883 vsize=861196 CPUtime=0
/proc/6897/task/6903/stat : 6903 (java) S 6883 6883 5086 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 183752411 881864704 19536 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6897/tid=6904] ppid=6883 vsize=861196 CPUtime=0
/proc/6897/task/6904/stat : 6904 (java) S 6883 6883 5086 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 183752411 881864704 19536 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 908756

[startup+12.7478 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 6905
/proc/meminfo: memFree=1741328/2055920 swapFree=4192812/4192956
[pid=6883] ppid=6881 vsize=47560 CPUtime=7.8
/proc/6883/stat : 6883 (galac.sh) S 6881 6883 5086 0 -1 4194304 799 21508 0 1 0 1 764 15 17 0 1 0 183752400 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6883/statm: 11890 363 245 79 0 218 0
[pid=6905] ppid=6883 vsize=39120 CPUtime=4.76
/proc/6905/stat : 6905 (minisat) R 6883 6883 5086 0 -1 4194304 9583 0 0 0 472 4 0 0 25 0 1 0 183753193 40058880 9565 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529444 0 0 4096 3 0 0 0 17 1 0 0
/proc/6905/statm: 9780 9565 54 142 0 9636 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 86680

[startup+25.5869 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 6905
/proc/meminfo: memFree=1707664/2055920 swapFree=4192812/4192956
[pid=6883] ppid=6881 vsize=47560 CPUtime=7.8
/proc/6883/stat : 6883 (galac.sh) S 6881 6883 5086 0 -1 4194304 799 21508 0 1 0 1 764 15 17 0 1 0 183752400 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6883/statm: 11890 363 245 79 0 218 0
[pid=6905] ppid=6883 vsize=72772 CPUtime=17.48
/proc/6905/stat : 6905 (minisat) R 6883 6883 5086 0 -1 4194304 17949 0 0 0 1740 8 0 0 25 0 1 0 183753193 74518528 17931 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529414 0 0 4096 3 0 0 0 17 1 0 0
/proc/6905/statm: 18193 17931 54 142 0 18049 0
Current children cumulated CPU time (s) 25.28
Current children cumulated vsize (KiB) 120332

[startup+51.2571 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 6905
/proc/meminfo: memFree=1668816/2055920 swapFree=4192812/4192956
[pid=6883] ppid=6881 vsize=47560 CPUtime=7.8
/proc/6883/stat : 6883 (galac.sh) S 6881 6883 5086 0 -1 4194304 799 21508 0 1 0 1 764 15 17 0 1 0 183752400 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6883/statm: 11890 363 245 79 0 218 0
[pid=6905] ppid=6883 vsize=111120 CPUtime=42.91
/proc/6905/stat : 6905 (minisat) R 6883 6883 5086 0 -1 4194304 27498 0 0 0 4276 15 0 0 25 0 1 0 183753193 113786880 27480 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/6905/statm: 27780 27480 54 142 0 27636 0
Current children cumulated CPU time (s) 50.71
Current children cumulated vsize (KiB) 158680

[startup+102.487 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 6905
/proc/meminfo: memFree=1602320/2055920 swapFree=4192812/4192956
[pid=6883] ppid=6881 vsize=47560 CPUtime=7.8
/proc/6883/stat : 6883 (galac.sh) S 6881 6883 5086 0 -1 4194304 799 21508 0 1 0 1 764 15 17 0 1 0 183752400 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6883/statm: 11890 363 245 79 0 218 0
[pid=6905] ppid=6883 vsize=177732 CPUtime=93.67
/proc/6905/stat : 6905 (minisat) R 6883 6883 5086 0 -1 4194304 44094 0 0 0 9337 30 0 0 25 0 1 0 183753193 181997568 44076 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/6905/statm: 44433 44076 54 142 0 44289 0
Current children cumulated CPU time (s) 101.47
Current children cumulated vsize (KiB) 225292

[startup+162.555 s]
/proc/loadavg: 2.07 2.02 2.00 4/90 6906
/proc/meminfo: memFree=1554952/2055920 swapFree=4192812/4192956
[pid=6883] ppid=6881 vsize=47560 CPUtime=7.8
/proc/6883/stat : 6883 (galac.sh) S 6881 6883 5086 0 -1 4194304 799 21508 0 1 0 1 764 15 17 0 1 0 183752400 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6883/statm: 11890 363 245 79 0 218 0
[pid=6905] ppid=6883 vsize=225968 CPUtime=153.18
/proc/6905/stat : 6905 (minisat) R 6883 6883 5086 0 -1 4194304 56025 0 0 0 15277 41 0 0 25 0 1 0 183753193 231391232 56007 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/6905/statm: 56492 56007 54 142 0 56348 0
Current children cumulated CPU time (s) 160.98
Current children cumulated vsize (KiB) 273528

[startup+222.663 s]
/proc/loadavg: 2.02 2.01 2.00 3/90 6906
/proc/meminfo: memFree=1521416/2055920 swapFree=4192812/4192956
[pid=6883] ppid=6881 vsize=47560 CPUtime=7.8
/proc/6883/stat : 6883 (galac.sh) S 6881 6883 5086 0 -1 4194304 799 21508 0 1 0 1 764 15 17 0 1 0 183752400 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6883/statm: 11890 363 245 79 0 218 0
[pid=6905] ppid=6883 vsize=258696 CPUtime=212.74
/proc/6905/stat : 6905 (minisat) R 6883 6883 5086 0 -1 4194304 64151 0 0 0 21225 49 0 0 25 0 1 0 183753193 264904704 64133 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/6905/statm: 64674 64133 54 142 0 64530 0
Current children cumulated CPU time (s) 220.54
Current children cumulated vsize (KiB) 306256

[startup+282.667 s]
/proc/loadavg: 2.01 2.00 2.00 3/90 6906
/proc/meminfo: memFree=1481352/2055920 swapFree=4192812/4192956
[pid=6883] ppid=6881 vsize=47560 CPUtime=7.8
/proc/6883/stat : 6883 (galac.sh) S 6881 6883 5086 0 -1 4194304 799 21508 0 1 0 1 764 15 17 0 1 0 183752400 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6883/statm: 11890 363 245 79 0 218 0
[pid=6905] ppid=6883 vsize=299552 CPUtime=272.18
/proc/6905/stat : 6905 (minisat) R 6883 6883 5086 0 -1 4194304 74162 0 0 0 27161 57 0 0 25 0 1 0 183753193 306741248 74144 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529461 0 0 4096 3 0 0 0 17 1 0 0
/proc/6905/statm: 74888 74144 54 142 0 74744 0
Current children cumulated CPU time (s) 279.98
Current children cumulated vsize (KiB) 347112

[startup+342.673 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 6906
/proc/meminfo: memFree=1460872/2055920 swapFree=4192812/4192956
[pid=6883] ppid=6881 vsize=47560 CPUtime=7.8

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

/proc/loadavg: 2.08 2.11 2.06 3/95 7066
/proc/meminfo: memFree=1333144/2055920 swapFree=4192812/4192956
[pid=6883] ppid=6881 vsize=47560 CPUtime=7.8
/proc/6883/stat : 6883 (galac.sh) S 6881 6883 5086 0 -1 4194304 799 21508 0 1 0 1 764 15 17 0 1 0 183752400 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6883/statm: 11890 363 245 79 0 218 0
[pid=6905] ppid=6883 vsize=373288 CPUtime=1106.32
/proc/6905/stat : 6905 (minisat) R 6883 6883 5086 0 -1 4194304 92458 0 0 0 110545 87 0 0 25 0 1 0 183753193 382246912 92424 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529430 0 0 4096 3 0 0 0 17 0 0 0
/proc/6905/statm: 93322 92424 54 142 0 93178 0
Current children cumulated CPU time (s) 1114.12
Current children cumulated vsize (KiB) 420848

[startup+1183.43 s]
/proc/loadavg: 2.03 2.09 2.06 3/95 7066
/proc/meminfo: memFree=1333080/2055920 swapFree=4192812/4192956
[pid=6883] ppid=6881 vsize=47560 CPUtime=7.8
/proc/6883/stat : 6883 (galac.sh) S 6881 6883 5086 0 -1 4194304 799 21508 0 1 0 1 764 15 17 0 1 0 183752400 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6883/statm: 11890 363 245 79 0 218 0
[pid=6905] ppid=6883 vsize=373288 CPUtime=1166.05
/proc/6905/stat : 6905 (minisat) R 6883 6883 5086 0 -1 4194304 92458 0 0 0 116518 87 0 0 25 0 1 0 183753193 382246912 92424 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/6905/statm: 93322 92424 54 142 0 93178 0
Current children cumulated CPU time (s) 1173.85
Current children cumulated vsize (KiB) 420848

[startup+1243.49 s]
/proc/loadavg: 2.01 2.07 2.05 3/95 7066
/proc/meminfo: memFree=1333016/2055920 swapFree=4192812/4192956
[pid=6883] ppid=6881 vsize=47560 CPUtime=7.8
/proc/6883/stat : 6883 (galac.sh) S 6881 6883 5086 0 -1 4194304 799 21508 0 1 0 1 764 15 17 0 1 0 183752400 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6883/statm: 11890 363 245 79 0 218 0
[pid=6905] ppid=6883 vsize=373288 CPUtime=1225.79
/proc/6905/stat : 6905 (minisat) R 6883 6883 5086 0 -1 4194304 92458 0 0 0 122492 87 0 0 25 0 1 0 183753193 382246912 92424 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/6905/statm: 93322 92424 54 142 0 93178 0
Current children cumulated CPU time (s) 1233.59
Current children cumulated vsize (KiB) 420848

[startup+1303.57 s]
/proc/loadavg: 2.00 2.05 2.05 3/101 7132
/proc/meminfo: memFree=1331664/2055920 swapFree=4192812/4192956
[pid=6883] ppid=6881 vsize=47560 CPUtime=7.8
/proc/6883/stat : 6883 (galac.sh) S 6881 6883 5086 0 -1 4194304 799 21508 0 1 0 1 764 15 17 0 1 0 183752400 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6883/statm: 11890 363 245 79 0 218 0
[pid=6905] ppid=6883 vsize=373288 CPUtime=1285.48
/proc/6905/stat : 6905 (minisat) R 6883 6883 5086 0 -1 4194304 92458 0 0 0 128455 93 0 0 25 0 1 0 183753193 382246912 92424 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/6905/statm: 93322 92424 54 142 0 93178 0
Current children cumulated CPU time (s) 1293.28
Current children cumulated vsize (KiB) 420848

[startup+1363.65 s]
/proc/loadavg: 2.00 2.04 2.04 3/101 7224
/proc/meminfo: memFree=1331624/2055920 swapFree=4192812/4192956
[pid=6883] ppid=6881 vsize=47560 CPUtime=7.8
/proc/6883/stat : 6883 (galac.sh) S 6881 6883 5086 0 -1 4194304 799 21508 0 1 0 1 764 15 17 0 1 0 183752400 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6883/statm: 11890 363 245 79 0 218 0
[pid=6905] ppid=6883 vsize=373288 CPUtime=1345.2
/proc/6905/stat : 6905 (minisat) R 6883 6883 5086 0 -1 4194304 92458 0 0 0 134415 105 0 0 25 0 1 0 183753193 382246912 92424 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529430 0 0 4096 3 0 0 0 17 0 0 0
/proc/6905/statm: 93322 92424 54 142 0 93178 0
Current children cumulated CPU time (s) 1353
Current children cumulated vsize (KiB) 420848

[startup+1423.73 s]
/proc/loadavg: 2.05 2.05 2.04 3/95 7264
/proc/meminfo: memFree=1306584/2055920 swapFree=4192812/4192956
[pid=6883] ppid=6881 vsize=47560 CPUtime=7.8
/proc/6883/stat : 6883 (galac.sh) S 6881 6883 5086 0 -1 4194304 799 21508 0 1 0 1 764 15 17 0 1 0 183752400 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6883/statm: 11890 363 245 79 0 218 0
[pid=6905] ppid=6883 vsize=400280 CPUtime=1404.94
/proc/6905/stat : 6905 (minisat) R 6883 6883 5086 0 -1 4194304 99109 0 0 0 140381 113 0 0 25 0 1 0 183753193 409886720 99075 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529414 0 0 4096 3 0 0 0 17 0 0 0
/proc/6905/statm: 100070 99075 54 142 0 99926 0
Current children cumulated CPU time (s) 1412.74
Current children cumulated vsize (KiB) 447840

[startup+1483.79 s]
/proc/loadavg: 2.02 2.04 2.03 3/95 7264
/proc/meminfo: memFree=1284312/2055920 swapFree=4192812/4192956
[pid=6883] ppid=6881 vsize=47560 CPUtime=7.8
/proc/6883/stat : 6883 (galac.sh) S 6881 6883 5086 0 -1 4194304 799 21508 0 1 0 1 764 15 17 0 1 0 183752400 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6883/statm: 11890 363 245 79 0 218 0
[pid=6905] ppid=6883 vsize=422184 CPUtime=1464.67
/proc/6905/stat : 6905 (minisat) R 6883 6883 5086 0 -1 4194304 104512 0 0 0 146348 119 0 0 25 0 1 0 183753193 432316416 104478 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/6905/statm: 105546 104478 54 142 0 105402 0
Current children cumulated CPU time (s) 1472.47
Current children cumulated vsize (KiB) 469744

[startup+1543.85 s]
/proc/loadavg: 2.00 2.03 2.03 3/95 7264
/proc/meminfo: memFree=1265240/2055920 swapFree=4192812/4192956
[pid=6883] ppid=6881 vsize=47560 CPUtime=7.8
/proc/6883/stat : 6883 (galac.sh) S 6881 6883 5086 0 -1 4194304 799 21508 0 1 0 1 764 15 17 0 1 0 183752400 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6883/statm: 11890 363 245 79 0 218 0
[pid=6905] ppid=6883 vsize=441408 CPUtime=1524.4
/proc/6905/stat : 6905 (minisat) R 6883 6883 5086 0 -1 4194304 109286 0 0 0 152315 125 0 0 25 0 1 0 183753193 452001792 109252 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/6905/statm: 110352 109252 54 142 0 110208 0
Current children cumulated CPU time (s) 1532.2
Current children cumulated vsize (KiB) 488968

[startup+1603.92 s]
/proc/loadavg: 2.00 2.02 2.02 3/95 7264
/proc/meminfo: memFree=1247000/2055920 swapFree=4192812/4192956
[pid=6883] ppid=6881 vsize=47560 CPUtime=7.8
/proc/6883/stat : 6883 (galac.sh) S 6881 6883 5086 0 -1 4194304 799 21508 0 1 0 1 764 15 17 0 1 0 183752400 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6883/statm: 11890 363 245 79 0 218 0
[pid=6905] ppid=6883 vsize=459864 CPUtime=1584.15
/proc/6905/stat : 6905 (minisat) R 6883 6883 5086 0 -1 4194304 113880 0 0 0 158285 130 0 0 25 0 1 0 183753193 470900736 113819 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/6905/statm: 114966 113819 54 142 0 114822 0
Current children cumulated CPU time (s) 1591.95
Current children cumulated vsize (KiB) 507424

[startup+1663.98 s]
/proc/loadavg: 2.00 2.02 2.02 3/95 7264
/proc/meminfo: memFree=1235224/2055920 swapFree=4192812/4192956
[pid=6883] ppid=6881 vsize=47560 CPUtime=7.8
/proc/6883/stat : 6883 (galac.sh) S 6881 6883 5086 0 -1 4194304 799 21508 0 1 0 1 764 15 17 0 1 0 183752400 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6883/statm: 11890 363 245 79 0 218 0
[pid=6905] ppid=6883 vsize=471932 CPUtime=1643.87
/proc/6905/stat : 6905 (minisat) R 6883 6883 5086 0 -1 4194304 116829 0 0 0 164254 133 0 0 25 0 1 0 183753193 483258368 116768 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529414 0 0 4096 3 0 0 0 17 0 0 0
/proc/6905/statm: 117983 116768 54 142 0 117839 0
Current children cumulated CPU time (s) 1651.67
Current children cumulated vsize (KiB) 519492

[startup+1724.05 s]
/proc/loadavg: 2.06 2.03 2.02 3/95 7264
/proc/meminfo: memFree=1224920/2055920 swapFree=4192812/4192956
[pid=6883] ppid=6881 vsize=47560 CPUtime=7.8
/proc/6883/stat : 6883 (galac.sh) S 6881 6883 5086 0 -1 4194304 799 21508 0 1 0 1 764 15 17 0 1 0 183752400 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6883/statm: 11890 363 245 79 0 218 0
[pid=6905] ppid=6883 vsize=482176 CPUtime=1703.61
/proc/6905/stat : 6905 (minisat) R 6883 6883 5086 0 -1 4194304 119366 0 0 0 170225 136 0 0 25 0 1 0 183753193 493748224 119305 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529430 0 0 4096 3 0 0 0 17 0 0 0
/proc/6905/statm: 120544 119305 54 142 0 120400 0
Current children cumulated CPU time (s) 1711.41
Current children cumulated vsize (KiB) 529736

[startup+1784.11 s]
/proc/loadavg: 2.02 2.02 2.01 3/95 7264
/proc/meminfo: memFree=1214616/2055920 swapFree=4192812/4192956
[pid=6883] ppid=6881 vsize=47560 CPUtime=7.8
/proc/6883/stat : 6883 (galac.sh) S 6881 6883 5086 0 -1 4194304 799 21508 0 1 0 1 764 15 17 0 1 0 183752400 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6883/statm: 11890 363 245 79 0 218 0
[pid=6905] ppid=6883 vsize=492360 CPUtime=1763.36
/proc/6905/stat : 6905 (minisat) R 6883 6883 5086 0 -1 4194304 121892 0 0 0 176196 140 0 0 25 0 1 0 183753193 504176640 121831 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529430 0 0 4096 3 0 0 0 17 0 0 0
/proc/6905/statm: 123090 121831 54 142 0 122946 0
Current children cumulated CPU time (s) 1771.16
Current children cumulated vsize (KiB) 539920



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1813.17 s]
/proc/loadavg: 2.08 2.03 2.01 3/95 7264
/proc/meminfo: memFree=1210072/2055920 swapFree=4192812/4192956
[pid=6883] ppid=6881 vsize=47560 CPUtime=7.8
/proc/6883/stat : 6883 (galac.sh) S 6881 6883 5086 0 -1 4194304 799 21508 0 1 0 1 764 15 17 0 1 0 183752400 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6883/statm: 11890 363 245 79 0 218 0
[pid=6905] ppid=6883 vsize=497040 CPUtime=1792.25
/proc/6905/stat : 6905 (minisat) R 6883 6883 5086 0 -1 4194304 123035 0 0 0 179084 141 0 0 25 0 1 0 183753193 508968960 122974 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529417 0 0 4096 3 0 0 0 17 0 0 0
/proc/6905/statm: 124260 122974 54 142 0 124116 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 544600

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 6883 and gives childrusage.ru_utime.tv_sec=7 childrusage.ru_utime.tv_usec=643837 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=162975
CPU time returned by wait4() is 7.80681
while last known CPU time is 1800.05

Solver probably didn't/couldn't wait for its children
Using last known CPU time as value...

Real time (s): 1813.18
CPU time (s): 1800.05
CPU user time (s): 1798.48
CPU system time (s): 1.57
CPU usage (%): 99.2756
Max. virtual memory (cumulated for all children) (KiB): 908756

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.64384
system time used= 0.162975
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22307
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= 1455
involuntary context switches= 1689

runsolver used 2.07668 s user time and 5.96009 s system time

The end

Launcher Data (download as text)

Begin job on node3 on Tue Jan  9 14:39:28 UTC 2007


IDJOB= 238096
IDBENCH= 6982
FILE ID= node3/238096-1168353568

PBS_JOBID= 3503685

Free space on /tmp= 66557 MiB

BENCH NAME= HOME/pub/bench/CPAI06/haystacks/haystacks_22.xml
COMMAND LINE= /tmp/evaluation/238096-1168353568/galac.sh /tmp/evaluation/238096-1168353568/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node3/watcher-238096-1168353568 -o ROOT/results/node3/solver-238096-1168353568 -C 1800 -M 900  /tmp/evaluation/238096-1168353568/galac.sh /tmp/evaluation/238096-1168353568/unknown.xml

META MD5SUM SOLVER= d8bf20eb49fe33822f00bab08f33d7fc
MD5SUM BENCH=  8822e5eadf7d352af1e388ab9e68faf6

RANDOM SEED= 758961318

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.279
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.279
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:       1782648 kB
Buffers:         27904 kB
Cached:         132848 kB
SwapCached:          0 kB
Active:         137876 kB
Inactive:        82856 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1782648 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3520 kB
Writeback:           0 kB
Mapped:          80192 kB
Slab:            37604 kB
Committed_AS:  5410000 kB
PageTables:       2036 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= 66554 MiB



End job on node3 on Tue Jan  9 15:09:41 UTC 2007