Trace number 1081910

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
galac M? (TO) 1800.08 1806.71

General information on the benchmark

Namecsp/haystacks/
normalized-haystacks-12.xml
MD5SUM2fe678b83530682aee170466efb2992f
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 benchmark1.39879
Satisfiable
(Un)Satisfiability was proved
Number of variables144
Number of constraints803
Maximum constraint arity2
Maximum domain size12
Number of constraints which are defined in extension0
Number of constraints which are defined in intension803
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.03	c --- Preproc Stats ---
1.07/1.12	c start processing
1.07/1.12	c start relation processing
1.07/1.12	c start cnf exporting
1.66/1.71	c parsing time : 0.999
1.66/1.71	c preprocessing time : 1.593
1.66/1.71	
1.66/1.71	c Nary constraints - conflicts : 0 supports : 0
1.66/1.71	c Binary constraints - conflicts : 792 supports :11
1.66/1.71	c max arity constraint : 2
1.66/1.71	c Max Tuples generated 144
1.66/1.71	c relations : 4
1.66/1.71	c relations BDD: 0
1.66/1.71	c sampling 0/0
1.66/1.71	c vars : 1729 - clauses :  19658
1.66/1.71	
1.66/1.73	 
1.66/1.73	c --- SAT Solver Stats ---
1.66/1.73	 

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: 

Watcher Data (download as text)

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

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.93 1.98 1.99 4/82 28623
/proc/meminfo: memFree=780840/2055920 swapFree=4176992/4192956
[pid=28623] ppid=28621 vsize=8652 CPUtime=0
/proc/28623/stat : 28623 (galacM.sh) S 28621 28623 27578 0 -1 4194304 346 0 0 0 0 0 0 0 18 0 1 0 644908894 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 243665136474 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/28623/statm: 2163 280 208 79 0 156 0
[pid=28624] ppid=28623 vsize=8688 CPUtime=0
/proc/28624/stat : 28624 (galacM.sh) R 28623 28623 27578 0 -1 4194368 26 0 0 0 0 0 0 0 19 0 1 0 644908895 8896512 286 996147200 4194304 4520092 548682068832 18446744073709551615 243665529503 0 65536 4096 73728 0 0 0 17 0 0 0
/proc/28624/statm: 2172 286 209 79 0 165 0
[pid=28625] ppid=28624 vsize=8688 CPUtime=0
/proc/28625/stat : 28625 (galacM.sh) R 28624 28623 27578 0 -1 4194368 0 0 0 0 0 0 0 0 19 0 1 0 644908895 8896512 286 996147200 4194304 4520092 548682068832 18446744073709551615 243665529503 0 65536 4096 73728 0 0 0 17 0 0 0
/proc/28625/statm: 2172 286 209 79 0 165 0

[startup+0.057051 s]
/proc/loadavg: 1.93 1.98 1.99 4/82 28623
/proc/meminfo: memFree=780840/2055920 swapFree=4176992/4192956
[pid=28623] ppid=28621 vsize=47560 CPUtime=0.01
/proc/28623/stat : 28623 (galacM.sh) S 28621 28623 27578 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 644908894 48701440 363 996147200 4194304 4520092 548682068832 18446744073709551615 243665136474 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28623/statm: 11890 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+0.101971 s]
/proc/loadavg: 1.93 1.98 1.99 4/82 28623
/proc/meminfo: memFree=780840/2055920 swapFree=4176992/4192956
[pid=28623] ppid=28621 vsize=47560 CPUtime=0.01
/proc/28623/stat : 28623 (galacM.sh) S 28621 28623 27578 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 644908894 48701440 363 996147200 4194304 4520092 548682068832 18446744073709551615 243665136474 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28623/statm: 11890 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+0.301992 s]
/proc/loadavg: 1.93 1.98 1.99 4/82 28623
/proc/meminfo: memFree=780840/2055920 swapFree=4176992/4192956
[pid=28623] ppid=28621 vsize=47560 CPUtime=0.01
/proc/28623/stat : 28623 (galacM.sh) S 28621 28623 27578 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 644908894 48701440 363 996147200 4194304 4520092 548682068832 18446744073709551615 243665136474 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28623/statm: 11890 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+0.701032 s]
/proc/loadavg: 1.93 1.98 1.99 4/82 28623
/proc/meminfo: memFree=780840/2055920 swapFree=4176992/4192956
[pid=28623] ppid=28621 vsize=47560 CPUtime=0.01
/proc/28623/stat : 28623 (galacM.sh) S 28621 28623 27578 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 644908894 48701440 363 996147200 4194304 4520092 548682068832 18446744073709551615 243665136474 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28623/statm: 11890 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+1.50212 s]
/proc/loadavg: 1.93 1.98 1.99 3/92 28645
/proc/meminfo: memFree=739864/2055920 swapFree=4176992/4192956
[pid=28623] ppid=28621 vsize=47560 CPUtime=0.01
/proc/28623/stat : 28623 (galacM.sh) S 28621 28623 27578 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 644908894 48701440 363 996147200 4194304 4520092 548682068832 18446744073709551615 243665136474 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28623/statm: 11890 363 244 79 0 219 0
[pid=28637] ppid=28623 vsize=812892 CPUtime=1.45
/proc/28637/stat : 28637 (java) S 28623 28623 27578 0 -1 0 16358 0 1 0 136 9 0 0 18 0 9 0 644908898 832401408 15573 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28637/statm: 203223 15573 2585 9 0 197204 0
[pid=28637/tid=28638] ppid=28623 vsize=812892 CPUtime=0.95
/proc/28637/task/28638/stat : 28638 (java) R 28623 28623 27578 0 -1 64 10317 0 1 0 89 6 0 0 25 0 9 0 644908899 832401408 15573 996147200 134512640 134550740 4294955600 18446744073709551615 4126653549 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28637/tid=28639] ppid=28623 vsize=812892 CPUtime=0.14
/proc/28637/task/28639/stat : 28639 (java) S 28623 28623 27578 0 -1 64 4400 0 0 0 13 1 0 0 17 0 9 0 644908900 832401408 15573 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28637/tid=28640] ppid=28623 vsize=812892 CPUtime=0
/proc/28637/task/28640/stat : 28640 (java) S 28623 28623 27578 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 644908900 832401408 15573 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28637/tid=28641] ppid=28623 vsize=812892 CPUtime=0
/proc/28637/task/28641/stat : 28641 (java) S 28623 28623 27578 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 644908900 832401408 15573 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28637/tid=28642] ppid=28623 vsize=812892 CPUtime=0
/proc/28637/task/28642/stat : 28642 (java) S 28623 28623 27578 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 644908902 832401408 15573 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28637/tid=28643] ppid=28623 vsize=812892 CPUtime=0.33
/proc/28637/task/28643/stat : 28643 (java) S 28623 28623 27578 0 -1 64 941 0 0 0 32 1 0 0 16 0 9 0 644908902 832401408 15573 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28637/tid=28644] ppid=28623 vsize=812892 CPUtime=0
/proc/28637/task/28644/stat : 28644 (java) S 28623 28623 27578 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 644908902 832401408 15573 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28637/tid=28645] ppid=28623 vsize=812892 CPUtime=0
/proc/28637/task/28645/stat : 28645 (java) S 28623 28623 27578 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 644908902 832401408 15573 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 860452

[startup+3.10128 s]
/proc/loadavg: 1.93 1.98 1.99 4/84 28646
/proc/meminfo: memFree=775512/2055920 swapFree=4176992/4192956
[pid=28623] ppid=28621 vsize=47560 CPUtime=1.7
/proc/28623/stat : 28623 (galacM.sh) S 28621 28623 27578 0 -1 4194304 798 21720 0 1 0 0 155 15 17 0 1 0 644908894 48701440 363 996147200 4194304 4520092 548682068832 18446744073709551615 243665136474 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28623/statm: 11890 363 244 79 0 219 0
[pid=28646] ppid=28623 vsize=8696 CPUtime=1.35
/proc/28646/stat : 28646 (minisat) R 28623 28623 27578 0 -1 4194304 1877 0 0 0 135 0 0 0 25 0 1 0 644909067 8904704 1858 996147200 134512640 135136200 4294955968 18446744073709551615 134529387 0 0 4096 3 0 0 0 17 1 0 0
/proc/28646/statm: 2174 1858 57 152 0 2019 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 56256

[startup+6.30161 s]
/proc/loadavg: 1.93 1.98 1.99 3/84 28646
/proc/meminfo: memFree=770200/2055920 swapFree=4176992/4192956
[pid=28623] ppid=28621 vsize=47560 CPUtime=1.7
/proc/28623/stat : 28623 (galacM.sh) S 28621 28623 27578 0 -1 4194304 798 21720 0 1 0 0 155 15 17 0 1 0 644908894 48701440 363 996147200 4194304 4520092 548682068832 18446744073709551615 243665136474 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28623/statm: 11890 363 244 79 0 219 0
[pid=28646] ppid=28623 vsize=10812 CPUtime=4.54
/proc/28646/stat : 28646 (minisat) R 28623 28623 27578 0 -1 4194304 2412 0 0 0 454 0 0 0 25 0 1 0 644909067 11071488 2393 996147200 134512640 135136200 4294955968 18446744073709551615 134527320 0 0 4096 3 0 0 0 17 1 0 0
/proc/28646/statm: 2703 2393 57 152 0 2548 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 58372

[startup+12.7013 s]
/proc/loadavg: 1.94 1.98 1.99 3/84 28646
/proc/meminfo: memFree=767704/2055920 swapFree=4176992/4192956
[pid=28623] ppid=28621 vsize=47560 CPUtime=1.7
/proc/28623/stat : 28623 (galacM.sh) S 28621 28623 27578 0 -1 4194304 798 21720 0 1 0 0 155 15 17 0 1 0 644908894 48701440 363 996147200 4194304 4520092 548682068832 18446744073709551615 243665136474 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28623/statm: 11890 363 244 79 0 219 0
[pid=28646] ppid=28623 vsize=13244 CPUtime=10.91
/proc/28646/stat : 28646 (minisat) R 28623 28623 27578 0 -1 4194304 3011 0 0 0 1090 1 0 0 25 0 1 0 644909067 13561856 2992 996147200 134512640 135136200 4294955968 18446744073709551615 134529527 0 0 4096 3 0 0 0 17 1 0 0
/proc/28646/statm: 3311 2992 57 152 0 3156 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 60804

[startup+25.5016 s]
/proc/loadavg: 1.95 1.98 1.99 3/84 28646
/proc/meminfo: memFree=763864/2055920 swapFree=4176992/4192956
[pid=28623] ppid=28621 vsize=47560 CPUtime=1.7
/proc/28623/stat : 28623 (galacM.sh) S 28621 28623 27578 0 -1 4194304 798 21720 0 1 0 0 155 15 17 0 1 0 644908894 48701440 363 996147200 4194304 4520092 548682068832 18446744073709551615 243665136474 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28623/statm: 11890 363 244 79 0 219 0
[pid=28646] ppid=28623 vsize=16948 CPUtime=23.67
/proc/28646/stat : 28646 (minisat) R 28623 28623 27578 0 -1 4194304 3898 0 0 0 2365 2 0 0 25 0 1 0 644909067 17354752 3879 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/28646/statm: 4237 3879 57 152 0 4082 0
Current children cumulated CPU time (s) 25.37
Current children cumulated vsize (KiB) 64508

[startup+51.1012 s]
/proc/loadavg: 1.97 1.98 1.99 3/84 28646
/proc/meminfo: memFree=761688/2055920 swapFree=4176992/4192956
[pid=28623] ppid=28621 vsize=47560 CPUtime=1.7
/proc/28623/stat : 28623 (galacM.sh) S 28621 28623 27578 0 -1 4194304 798 21720 0 1 0 0 155 15 17 0 1 0 644908894 48701440 363 996147200 4194304 4520092 548682068832 18446744073709551615 243665136474 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28623/statm: 11890 363 244 79 0 219 0
[pid=28646] ppid=28623 vsize=18712 CPUtime=49.16
/proc/28646/stat : 28646 (minisat) R 28623 28623 27578 0 -1 4194304 4308 0 0 0 4914 2 0 0 25 0 1 0 644909067 19161088 4289 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/28646/statm: 4678 4289 57 152 0 4523 0
Current children cumulated CPU time (s) 50.86
Current children cumulated vsize (KiB) 66272

[startup+102.306 s]
/proc/loadavg: 1.98 1.98 1.99 3/84 28646
/proc/meminfo: memFree=753432/2055920 swapFree=4176992/4192956
[pid=28623] ppid=28621 vsize=47560 CPUtime=1.7
/proc/28623/stat : 28623 (galacM.sh) S 28621 28623 27578 0 -1 4194304 798 21720 0 1 0 0 155 15 17 0 1 0 644908894 48701440 363 996147200 4194304 4520092 548682068832 18446744073709551615 243665136474 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28623/statm: 11890 363 244 79 0 219 0
[pid=28646] ppid=28623 vsize=26188 CPUtime=100.16
/proc/28646/stat : 28646 (minisat) R 28623 28623 27578 0 -1 4194304 6064 0 0 0 10012 4 0 0 25 0 1 0 644909067 26816512 6045 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/28646/statm: 6547 6045 57 152 0 6392 0
Current children cumulated CPU time (s) 101.86
Current children cumulated vsize (KiB) 73748

[startup+162.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/84 28646
/proc/meminfo: memFree=747544/2055920 swapFree=4176992/4192956
[pid=28623] ppid=28621 vsize=47560 CPUtime=1.7
/proc/28623/stat : 28623 (galacM.sh) S 28621 28623 27578 0 -1 4194304 798 21720 0 1 0 0 155 15 17 0 1 0 644908894 48701440 363 996147200 4194304 4520092 548682068832 18446744073709551615 243665136474 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28623/statm: 11890 363 244 79 0 219 0
[pid=28646] ppid=28623 vsize=30872 CPUtime=159.92
/proc/28646/stat : 28646 (minisat) R 28623 28623 27578 0 -1 4194304 7158 0 0 0 15988 4 0 0 25 0 1 0 644909067 31612928 7139 996147200 134512640 135136200 4294955968 18446744073709551615 134529504 0 0 4096 3 0 0 0 17 1 0 0
/proc/28646/statm: 7718 7139 57 152 0 7563 0
Current children cumulated CPU time (s) 161.62
Current children cumulated vsize (KiB) 78432

[startup+222.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/84 28646
/proc/meminfo: memFree=744216/2055920 swapFree=4176992/4192956
[pid=28623] ppid=28621 vsize=47560 CPUtime=1.7
/proc/28623/stat : 28623 (galacM.sh) S 28621 28623 27578 0 -1 4194304 798 21720 0 1 0 0 155 15 17 0 1 0 644908894 48701440 363 996147200 4194304 4520092 548682068832 18446744073709551615 243665136474 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28623/statm: 11890 363 244 79 0 219 0
[pid=28646] ppid=28623 vsize=33088 CPUtime=219.68
/proc/28646/stat : 28646 (minisat) R 28623 28623 27578 0 -1 4194304 7664 0 0 0 21964 4 0 0 25 0 1 0 644909067 33882112 7645 996147200 134512640 135136200 4294955968 18446744073709551615 134529509 0 0 4096 3 0 0 0 17 1 0 0
/proc/28646/statm: 8272 7645 57 152 0 8117 0
Current children cumulated CPU time (s) 221.38
Current children cumulated vsize (KiB) 80648

[startup+282.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/84 28646
/proc/meminfo: memFree=739992/2055920 swapFree=4176992/4192956
[pid=28623] ppid=28621 vsize=47560 CPUtime=1.7
/proc/28623/stat : 28623 (galacM.sh) S 28621 28623 27578 0 -1 4194304 798 21720 0 1 0 0 155 15 17 0 1 0 644908894 48701440 363 996147200 4194304 4520092 548682068832 18446744073709551615 243665136474 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28623/statm: 11890 363 244 79 0 219 0
[pid=28646] ppid=28623 vsize=36196 CPUtime=279.45
/proc/28646/stat : 28646 (minisat) R 28623 28623 27578 0 -1 4194304 8407 0 0 0 27940 5 0 0 25 0 1 0 644909067 37064704 8388 996147200 134512640 135136200 4294955968 18446744073709551615 134529580 0 0 4096 3 0 0 0 17 1 0 0
/proc/28646/statm: 9049 8388 57 152 0 8894 0
Current children cumulated CPU time (s) 281.15
Current children cumulated vsize (KiB) 83756

[startup+342.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/85 28647

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

/proc/28646/statm: 16494 15248 57 152 0 16339 0
Current children cumulated CPU time (s) 1177.54
Current children cumulated vsize (KiB) 113536

[startup+1242.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/76 28699
/proc/meminfo: memFree=121376/2055920 swapFree=4176992/4192956
[pid=28623] ppid=28621 vsize=47560 CPUtime=1.7
/proc/28623/stat : 28623 (galacM.sh) S 28621 28623 27578 0 -1 4194304 798 21720 0 1 0 0 155 15 17 0 1 0 644908894 48701440 363 996147200 4194304 4520092 548682068832 18446744073709551615 243665136474 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28623/statm: 11890 363 244 79 0 219 0
[pid=28646] ppid=28623 vsize=66624 CPUtime=1235.6
/proc/28646/stat : 28646 (minisat) R 28623 28623 27578 0 -1 4194304 15424 0 0 0 123547 13 0 0 25 0 1 0 644909067 68222976 15405 996147200 134512640 135136200 4294955968 18446744073709551615 134529387 0 0 4096 3 0 0 0 17 1 0 0
/proc/28646/statm: 16656 15405 57 152 0 16501 0
Current children cumulated CPU time (s) 1237.3
Current children cumulated vsize (KiB) 114184

[startup+1302.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/76 28699
/proc/meminfo: memFree=121184/2055920 swapFree=4176992/4192956
[pid=28623] ppid=28621 vsize=47560 CPUtime=1.7
/proc/28623/stat : 28623 (galacM.sh) S 28621 28623 27578 0 -1 4194304 798 21720 0 1 0 0 155 15 17 0 1 0 644908894 48701440 363 996147200 4194304 4520092 548682068832 18446744073709551615 243665136474 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28623/statm: 11890 363 244 79 0 219 0
[pid=28646] ppid=28623 vsize=66788 CPUtime=1295.37
/proc/28646/stat : 28646 (minisat) R 28623 28623 27578 0 -1 4194304 15462 0 0 0 129524 13 0 0 25 0 1 0 644909067 68390912 15443 996147200 134512640 135136200 4294955968 18446744073709551615 134529444 0 0 4096 3 0 0 0 17 1 0 0
/proc/28646/statm: 16697 15443 57 152 0 16542 0
Current children cumulated CPU time (s) 1297.07
Current children cumulated vsize (KiB) 114348

[startup+1362.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/76 28699
/proc/meminfo: memFree=120608/2055920 swapFree=4176992/4192956
[pid=28623] ppid=28621 vsize=47560 CPUtime=1.7
/proc/28623/stat : 28623 (galacM.sh) S 28621 28623 27578 0 -1 4194304 798 21720 0 1 0 0 155 15 17 0 1 0 644908894 48701440 363 996147200 4194304 4520092 548682068832 18446744073709551615 243665136474 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28623/statm: 11890 363 244 79 0 219 0
[pid=28646] ppid=28623 vsize=67444 CPUtime=1355.13
/proc/28646/stat : 28646 (minisat) R 28623 28623 27578 0 -1 4194304 15609 0 0 0 135500 13 0 0 25 0 1 0 644909067 69062656 15590 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/28646/statm: 16861 15590 57 152 0 16706 0
Current children cumulated CPU time (s) 1356.83
Current children cumulated vsize (KiB) 115004

[startup+1422.31 s]
/proc/loadavg: 1.99 1.97 1.99 3/76 28699
/proc/meminfo: memFree=14944/2055920 swapFree=4176992/4192956
[pid=28623] ppid=28621 vsize=47560 CPUtime=1.7
/proc/28623/stat : 28623 (galacM.sh) S 28621 28623 27578 0 -1 4194304 798 21720 0 1 0 0 155 15 17 0 1 0 644908894 48701440 363 996147200 4194304 4520092 548682068832 18446744073709551615 243665136474 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28623/statm: 11890 363 244 79 0 219 0
[pid=28646] ppid=28623 vsize=67624 CPUtime=1414.89
/proc/28646/stat : 28646 (minisat) R 28623 28623 27578 0 -1 4194304 15673 0 0 0 141476 13 0 0 25 0 1 0 644909067 69246976 15654 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/28646/statm: 16906 15654 57 152 0 16751 0
Current children cumulated CPU time (s) 1416.59
Current children cumulated vsize (KiB) 115184

[startup+1482.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/76 28699
/proc/meminfo: memFree=15904/2055920 swapFree=4176992/4192956
[pid=28623] ppid=28621 vsize=47560 CPUtime=1.7
/proc/28623/stat : 28623 (galacM.sh) S 28621 28623 27578 0 -1 4194304 798 21720 0 1 0 0 155 15 17 0 1 0 644908894 48701440 363 996147200 4194304 4520092 548682068832 18446744073709551615 243665136474 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28623/statm: 11890 363 244 79 0 219 0
[pid=28646] ppid=28623 vsize=68648 CPUtime=1474.66
/proc/28646/stat : 28646 (minisat) R 28623 28623 27578 0 -1 4194304 15882 0 0 0 147453 13 0 0 25 0 1 0 644909067 70295552 15863 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/28646/statm: 17162 15863 57 152 0 17007 0
Current children cumulated CPU time (s) 1476.36
Current children cumulated vsize (KiB) 116208

[startup+1542.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/76 28699
/proc/meminfo: memFree=15136/2055920 swapFree=4176992/4192956
[pid=28623] ppid=28621 vsize=47560 CPUtime=1.7
/proc/28623/stat : 28623 (galacM.sh) S 28621 28623 27578 0 -1 4194304 798 21720 0 1 0 0 155 15 17 0 1 0 644908894 48701440 363 996147200 4194304 4520092 548682068832 18446744073709551615 243665136474 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28623/statm: 11890 363 244 79 0 219 0
[pid=28646] ppid=28623 vsize=69560 CPUtime=1534.43
/proc/28646/stat : 28646 (minisat) R 28623 28623 27578 0 -1 4194304 16052 0 0 0 153429 14 0 0 25 0 1 0 644909067 71229440 16033 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/28646/statm: 17390 16033 57 152 0 17235 0
Current children cumulated CPU time (s) 1536.13
Current children cumulated vsize (KiB) 117120

[startup+1602.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/76 28699
/proc/meminfo: memFree=16032/2055920 swapFree=4176992/4192956
[pid=28623] ppid=28621 vsize=47560 CPUtime=1.7
/proc/28623/stat : 28623 (galacM.sh) S 28621 28623 27578 0 -1 4194304 798 21720 0 1 0 0 155 15 17 0 1 0 644908894 48701440 363 996147200 4194304 4520092 548682068832 18446744073709551615 243665136474 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28623/statm: 11890 363 244 79 0 219 0
[pid=28646] ppid=28623 vsize=70308 CPUtime=1594.2
/proc/28646/stat : 28646 (minisat) R 28623 28623 27578 0 -1 4194304 16231 0 0 0 159406 14 0 0 25 0 1 0 644909067 71995392 16212 996147200 134512640 135136200 4294955968 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/28646/statm: 17577 16212 57 152 0 17422 0
Current children cumulated CPU time (s) 1595.9
Current children cumulated vsize (KiB) 117868

[startup+1662.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/75 28727
/proc/meminfo: memFree=911976/2055920 swapFree=4176992/4192956
[pid=28623] ppid=28621 vsize=47560 CPUtime=1.7
/proc/28623/stat : 28623 (galacM.sh) S 28621 28623 27578 0 -1 4194304 798 21720 0 1 0 0 155 15 17 0 1 0 644908894 48701440 363 996147200 4194304 4520092 548682068832 18446744073709551615 243665136474 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28623/statm: 11890 363 244 79 0 219 0
[pid=28646] ppid=28623 vsize=71064 CPUtime=1654.04
/proc/28646/stat : 28646 (minisat) R 28623 28623 27578 0 -1 4194304 16391 0 0 0 165390 14 0 0 25 0 1 0 644909067 72769536 16372 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 0 0 0
/proc/28646/statm: 17766 16372 57 152 0 17611 0
Current children cumulated CPU time (s) 1655.74
Current children cumulated vsize (KiB) 118624

[startup+1722.3 s]
/proc/loadavg: 2.04 1.99 1.99 3/75 28727
/proc/meminfo: memFree=911784/2055920 swapFree=4176992/4192956
[pid=28623] ppid=28621 vsize=47560 CPUtime=1.7
/proc/28623/stat : 28623 (galacM.sh) S 28621 28623 27578 0 -1 4194304 798 21720 0 1 0 0 155 15 17 0 1 0 644908894 48701440 363 996147200 4194304 4520092 548682068832 18446744073709551615 243665136474 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28623/statm: 11890 363 244 79 0 219 0
[pid=28646] ppid=28623 vsize=71224 CPUtime=1714.01
/proc/28646/stat : 28646 (minisat) R 28623 28623 27578 0 -1 4194304 16430 0 0 0 171387 14 0 0 25 0 1 0 644909067 72933376 16411 996147200 134512640 135136200 4294955968 18446744073709551615 134529425 0 0 4096 3 0 0 0 17 0 0 0
/proc/28646/statm: 17806 16411 57 152 0 17651 0
Current children cumulated CPU time (s) 1715.71
Current children cumulated vsize (KiB) 118784

[startup+1782.3 s]
/proc/loadavg: 2.01 1.99 1.99 3/75 28727
/proc/meminfo: memFree=911208/2055920 swapFree=4176992/4192956
[pid=28623] ppid=28621 vsize=47560 CPUtime=1.7
/proc/28623/stat : 28623 (galacM.sh) S 28621 28623 27578 0 -1 4194304 798 21720 0 1 0 0 155 15 17 0 1 0 644908894 48701440 363 996147200 4194304 4520092 548682068832 18446744073709551615 243665136474 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28623/statm: 11890 363 244 79 0 219 0
[pid=28646] ppid=28623 vsize=71872 CPUtime=1773.99
/proc/28646/stat : 28646 (minisat) R 28623 28623 27578 0 -1 4194304 16566 0 0 0 177385 14 0 0 25 0 1 0 644909067 73596928 16547 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 0 0 0
/proc/28646/statm: 17968 16547 57 152 0 17813 0
Current children cumulated CPU time (s) 1775.69
Current children cumulated vsize (KiB) 119432



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1806.7 s]
/proc/loadavg: 2.01 1.99 1.99 3/75 28727
/proc/meminfo: memFree=910952/2055920 swapFree=4176992/4192956
[pid=28623] ppid=28621 vsize=47560 CPUtime=1.7
/proc/28623/stat : 28623 (galacM.sh) S 28621 28623 27578 0 -1 4194304 798 21720 0 1 0 0 155 15 17 0 1 0 644908894 48701440 363 996147200 4194304 4520092 548682068832 18446744073709551615 243665136474 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28623/statm: 11890 363 244 79 0 219 0
[pid=28646] ppid=28623 vsize=72196 CPUtime=1798.38
/proc/28646/stat : 28646 (minisat) R 28623 28623 27578 0 -1 4194304 16625 0 0 0 179824 14 0 0 25 0 1 0 644909067 73928704 16606 996147200 134512640 135136200 4294955968 18446744073709551615 134529527 0 0 4096 3 0 0 0 17 0 0 0
/proc/28646/statm: 18049 16606 57 152 0 17894 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 119756

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1806.7 s]
/proc/loadavg: 2.01 1.99 1.99 3/75 28727
/proc/meminfo: memFree=910952/2055920 swapFree=4176992/4192956
[pid=28623] ppid=28621 vsize=47560 CPUtime=1.7
/proc/28623/stat : 28623 (galacM.sh) S 28621 28623 27578 0 -1 4194304 798 21720 0 1 0 0 155 15 17 0 1 0 644908894 48701440 363 996147200 4194304 4520092 548682068832 18446744073709551615 243665136474 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28623/statm: 11890 363 244 79 0 219 0
[pid=28646] ppid=28623 vsize=72196 CPUtime=1798.38
/proc/28646/stat : 28646 (minisat) R 28623 28623 27578 0 -1 4194304 16625 0 0 0 179824 14 0 0 25 0 1 0 644909067 73928704 16606 996147200 134512640 135136200 4294955968 18446744073709551615 134529527 0 0 4096 3 0 0 0 17 0 0 0
/proc/28646/statm: 18049 16606 57 152 0 17894 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 119756

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 28623 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=559762
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=156976
# CPU time returned by wait4() is 1.71674
# while last known CPU time is 1800.08
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1806.71
CPU time (s): 1800.08
CPU user time (s): 1799.79
CPU system time (s): 0.29
CPU usage (%): 99.6329
Max. virtual memory (cumulated for all children) (KiB): 860452

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

runsolver used 1.72274 second user time and 4.92025 second system time

The end

Launcher Data (download as text)

Begin job on node84 at 2008-07-05 03:04:48
IDJOB=1081910
IDBENCH=57157
IDSOLVER=350
FILE ID=node84/1081910-1215219887
PBS_JOBID= 7881788
Free space on /tmp= 66548 MiB

SOLVER NAME= galac M
BENCH NAME= CPAI08/csp/haystacks/normalized-haystacks-12.xml
COMMAND LINE= HOME/galacM.sh BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1081910-1215219887/watcher-1081910-1215219887 -o /tmp/evaluation-result-1081910-1215219887/solver-1081910-1215219887 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/galacM.sh HOME/instance-1081910-1215219887.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 2fe678b83530682aee170466efb2992f
RANDOM SEED=1783668506

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.231
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.231
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:        781336 kB
Buffers:         15116 kB
Cached:        1107444 kB
SwapCached:      10116 kB
Active:         172548 kB
Inactive:      1051208 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        781336 kB
SwapTotal:     4192956 kB
SwapFree:      4176992 kB
Dirty:            3384 kB
Writeback:           0 kB
Mapped:         116788 kB
Slab:            35908 kB
Committed_AS:  1278472 kB
PageTables:       2012 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= 66552 MiB
End job on node84 at 2008-07-05 03:34:56