Trace number 1096296

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.09 1804.51

General information on the benchmark

Namecsp/geom/
normalized-geo50-20-d4-75-94_ext.xml
MD5SUMedcea5f07ea32046e9d2a4753997c78c
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark33.3469
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints496
Maximum constraint arity2
Maximum domain size20
Number of constraints which are defined in extension496
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.03	c --- Preproc Stats ---
0.96/1.03	c start processing
0.96/1.03	c start relation processing
0.96/1.04	c start cnf exporting
2.34/2.46	c parsing time : 0.904
2.34/2.46	c preprocessing time : 2.334
2.34/2.46	
2.34/2.46	c Nary constraints - conflicts : 0 supports : 0
2.34/2.46	c Binary constraints - conflicts : 496 supports :0
2.34/2.46	c max arity constraint : 2
2.34/2.46	c Max Tuples generated 0
2.34/2.46	c relations : 496
2.34/2.46	c relations BDD: 0
2.34/2.46	c sampling 0/0
2.34/2.46	c vars : 1001 - clauses :  59157
2.34/2.46	
2.42/2.50	 
2.42/2.50	c --- SAT Solver Stats ---
2.42/2.50	 

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-1096296-1215280868/watcher-1096296-1215280868 -o /tmp/evaluation-result-1096296-1215280868/solver-1096296-1215280868 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacM.sh HOME/instance-1096296-1215280868.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: 2.00 2.00 2.00 4/73 5155
/proc/meminfo: memFree=1720456/2055920 swapFree=4177348/4192956
[pid=5155] ppid=5153 vsize=8652 CPUtime=0
/proc/5155/stat : 5155 (galacM.sh) S 5153 5155 3702 0 -1 4194304 346 0 0 0 0 0 0 0 16 0 1 0 651006943 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 243665136474 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/5155/statm: 2163 280 208 79 0 156 0
[pid=5156] ppid=5155 vsize=8688 CPUtime=0
/proc/5156/stat : 5156 (galacM.sh) R 5155 5155 3702 0 -1 4194368 47 243 0 0 0 0 0 0 16 0 1 0 651006943 8896512 288 996147200 4194304 4520092 548682068832 18446744073709551615 243665529503 0 65536 4096 73728 0 0 0 17 1 0 0
/proc/5156/statm: 2172 288 210 79 0 165 0

[startup+0.044868 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 5155
/proc/meminfo: memFree=1720456/2055920 swapFree=4177348/4192956
[pid=5155] ppid=5153 vsize=47560 CPUtime=0.01
/proc/5155/stat : 5155 (galacM.sh) S 5153 5155 3702 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 651006943 48701440 363 996147200 4194304 4520092 548682068832 18446744073709551615 243665136474 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/5155/statm: 11890 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+0.102419 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 5155
/proc/meminfo: memFree=1720456/2055920 swapFree=4177348/4192956
[pid=5155] ppid=5153 vsize=47560 CPUtime=0.01
/proc/5155/stat : 5155 (galacM.sh) S 5153 5155 3702 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 651006943 48701440 363 996147200 4194304 4520092 548682068832 18446744073709551615 243665136474 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/5155/statm: 11890 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+0.30144 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 5155
/proc/meminfo: memFree=1720456/2055920 swapFree=4177348/4192956
[pid=5155] ppid=5153 vsize=47560 CPUtime=0.01
/proc/5155/stat : 5155 (galacM.sh) S 5153 5155 3702 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 651006943 48701440 363 996147200 4194304 4520092 548682068832 18446744073709551615 243665136474 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/5155/statm: 11890 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+0.702483 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 5155
/proc/meminfo: memFree=1720456/2055920 swapFree=4177348/4192956
[pid=5155] ppid=5153 vsize=47560 CPUtime=0.01
/proc/5155/stat : 5155 (galacM.sh) S 5153 5155 3702 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 651006943 48701440 363 996147200 4194304 4520092 548682068832 18446744073709551615 243665136474 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/5155/statm: 11890 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+1.50256 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 5177
/proc/meminfo: memFree=1650168/2055920 swapFree=4177348/4192956
[pid=5155] ppid=5153 vsize=47560 CPUtime=0.01
/proc/5155/stat : 5155 (galacM.sh) S 5153 5155 3702 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 651006943 48701440 363 996147200 4194304 4520092 548682068832 18446744073709551615 243665136474 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/5155/statm: 11890 363 244 79 0 219 0
[pid=5169] ppid=5155 vsize=812760 CPUtime=1.45
/proc/5169/stat : 5169 (java) S 5155 5155 3702 0 -1 0 21527 0 1 0 131 14 0 0 19 0 9 0 651006946 832266240 20950 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5169/statm: 203190 20950 1905 9 0 197171 0
[pid=5169/tid=5170] ppid=5155 vsize=812760 CPUtime=1.1
/proc/5169/task/5170/stat : 5170 (java) R 5155 5155 3702 0 -1 64 14503 0 1 0 102 8 0 0 25 0 9 0 651006947 832266240 20950 996147200 134512640 134550740 4294955600 18446744073709551615 4127063959 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5169/tid=5171] ppid=5155 vsize=812760 CPUtime=0.06
/proc/5169/task/5171/stat : 5171 (java) S 5155 5155 3702 0 -1 64 5457 0 0 0 3 3 0 0 16 0 9 0 651006949 832266240 20950 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5169/tid=5172] ppid=5155 vsize=812760 CPUtime=0
/proc/5169/task/5172/stat : 5172 (java) S 5155 5155 3702 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 651006949 832266240 20950 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5169/tid=5173] ppid=5155 vsize=812760 CPUtime=0
/proc/5169/task/5173/stat : 5173 (java) S 5155 5155 3702 0 -1 64 4 0 0 0 0 0 0 0 23 0 9 0 651006949 832266240 20950 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5169/tid=5174] ppid=5155 vsize=812760 CPUtime=0
/proc/5169/task/5174/stat : 5174 (java) S 5155 5155 3702 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 651006951 832266240 20950 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5169/tid=5175] ppid=5155 vsize=812760 CPUtime=0.25
/proc/5169/task/5175/stat : 5175 (java) S 5155 5155 3702 0 -1 64 867 0 0 0 24 1 0 0 16 0 9 0 651006951 832266240 20950 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5169/tid=5176] ppid=5155 vsize=812760 CPUtime=0
/proc/5169/task/5176/stat : 5176 (java) S 5155 5155 3702 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 651006951 832266240 20950 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5169/tid=5177] ppid=5155 vsize=812760 CPUtime=0
/proc/5169/task/5177/stat : 5177 (java) S 5155 5155 3702 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 651006951 832266240 20950 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 860320

[startup+3.10173 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 5177
/proc/meminfo: memFree=1642488/2055920 swapFree=4177348/4192956
[pid=5155] ppid=5153 vsize=47560 CPUtime=2.43
/proc/5155/stat : 5155 (galacM.sh) S 5153 5155 3702 0 -1 4194304 798 23237 0 1 0 0 226 17 17 0 1 0 651006943 48701440 363 996147200 4194304 4520092 548682068832 18446744073709551615 243665136474 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/5155/statm: 11890 363 244 79 0 219 0
Current children cumulated CPU time (s) 2.43
Current children cumulated vsize (KiB) 47560

[startup+6.30106 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 5178
/proc/meminfo: memFree=1710648/2055920 swapFree=4177348/4192956
[pid=5155] ppid=5153 vsize=47560 CPUtime=2.43
/proc/5155/stat : 5155 (galacM.sh) S 5153 5155 3702 0 -1 4194304 798 23237 0 1 0 0 226 17 17 0 1 0 651006943 48701440 363 996147200 4194304 4520092 548682068832 18446744073709551615 243665136474 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/5155/statm: 11890 363 244 79 0 219 0
[pid=5178] ppid=5155 vsize=9872 CPUtime=3.78
/proc/5178/stat : 5178 (minisat) R 5155 5155 3702 0 -1 4194304 2294 0 0 0 376 2 0 0 25 0 1 0 651007194 10108928 2275 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/5178/statm: 2468 2275 57 152 0 2313 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 57432

[startup+12.7017 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 5178
/proc/meminfo: memFree=1705848/2055920 swapFree=4177348/4192956
[pid=5155] ppid=5153 vsize=47560 CPUtime=2.43
/proc/5155/stat : 5155 (galacM.sh) S 5153 5155 3702 0 -1 4194304 798 23237 0 1 0 0 226 17 17 0 1 0 651006943 48701440 363 996147200 4194304 4520092 548682068832 18446744073709551615 243665136474 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/5155/statm: 11890 363 244 79 0 219 0
[pid=5178] ppid=5155 vsize=14384 CPUtime=10.18
/proc/5178/stat : 5178 (minisat) R 5155 5155 3702 0 -1 4194304 3399 0 0 0 1015 3 0 0 25 0 1 0 651007194 14729216 3380 996147200 134512640 135136200 4294955968 18446744073709551615 134529387 0 0 4096 3 0 0 0 17 1 0 0
/proc/5178/statm: 3596 3380 57 152 0 3441 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 61944

[startup+25.502 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 5178
/proc/meminfo: memFree=1700984/2055920 swapFree=4177348/4192956
[pid=5155] ppid=5153 vsize=47560 CPUtime=2.43
/proc/5155/stat : 5155 (galacM.sh) S 5153 5155 3702 0 -1 4194304 798 23237 0 1 0 0 226 17 17 0 1 0 651006943 48701440 363 996147200 4194304 4520092 548682068832 18446744073709551615 243665136474 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/5155/statm: 11890 363 244 79 0 219 0
[pid=5178] ppid=5155 vsize=19116 CPUtime=22.98
/proc/5178/stat : 5178 (minisat) R 5155 5155 3702 0 -1 4194304 4563 0 0 0 2292 6 0 0 25 0 1 0 651007194 19574784 4544 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/5178/statm: 4779 4544 57 152 0 4624 0
Current children cumulated CPU time (s) 25.41
Current children cumulated vsize (KiB) 66676

[startup+51.1016 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 5178
/proc/meminfo: memFree=1695672/2055920 swapFree=4177348/4192956
[pid=5155] ppid=5153 vsize=47560 CPUtime=2.43
/proc/5155/stat : 5155 (galacM.sh) S 5153 5155 3702 0 -1 4194304 798 23237 0 1 0 0 226 17 17 0 1 0 651006943 48701440 363 996147200 4194304 4520092 548682068832 18446744073709551615 243665136474 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/5155/statm: 11890 363 244 79 0 219 0
[pid=5178] ppid=5155 vsize=24440 CPUtime=48.57
/proc/5178/stat : 5178 (minisat) R 5155 5155 3702 0 -1 4194304 5883 0 0 0 4849 8 0 0 25 0 1 0 651007194 25026560 5864 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/5178/statm: 6110 5864 57 152 0 5955 0
Current children cumulated CPU time (s) 51
Current children cumulated vsize (KiB) 72000

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 5178
/proc/meminfo: memFree=1687608/2055920 swapFree=4177348/4192956
[pid=5155] ppid=5153 vsize=47560 CPUtime=2.43
/proc/5155/stat : 5155 (galacM.sh) S 5153 5155 3702 0 -1 4194304 798 23237 0 1 0 0 226 17 17 0 1 0 651006943 48701440 363 996147200 4194304 4520092 548682068832 18446744073709551615 243665136474 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/5155/statm: 11890 363 244 79 0 219 0
[pid=5178] ppid=5155 vsize=32724 CPUtime=99.76
/proc/5178/stat : 5178 (minisat) R 5155 5155 3702 0 -1 4194304 7896 0 0 0 9967 9 0 0 25 0 1 0 651007194 33509376 7877 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/5178/statm: 8181 7877 57 152 0 8026 0
Current children cumulated CPU time (s) 102.19
Current children cumulated vsize (KiB) 80284

[startup+162.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 5178
/proc/meminfo: memFree=1682616/2055920 swapFree=4177348/4192956
[pid=5155] ppid=5153 vsize=47560 CPUtime=2.43
/proc/5155/stat : 5155 (galacM.sh) S 5153 5155 3702 0 -1 4194304 798 23237 0 1 0 0 226 17 17 0 1 0 651006943 48701440 363 996147200 4194304 4520092 548682068832 18446744073709551615 243665136474 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/5155/statm: 11890 363 244 79 0 219 0
[pid=5178] ppid=5155 vsize=37688 CPUtime=159.74
/proc/5178/stat : 5178 (minisat) R 5155 5155 3702 0 -1 4194304 9124 0 0 0 15963 11 0 0 25 0 1 0 651007194 38592512 9105 996147200 134512640 135136200 4294955968 18446744073709551615 134529527 0 0 4096 3 0 0 0 17 1 0 0
/proc/5178/statm: 9422 9105 57 152 0 9267 0
Current children cumulated CPU time (s) 162.17
Current children cumulated vsize (KiB) 85248

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 5178
/proc/meminfo: memFree=1680440/2055920 swapFree=4177348/4192956
[pid=5155] ppid=5153 vsize=47560 CPUtime=2.43
/proc/5155/stat : 5155 (galacM.sh) S 5153 5155 3702 0 -1 4194304 798 23237 0 1 0 0 226 17 17 0 1 0 651006943 48701440 363 996147200 4194304 4520092 548682068832 18446744073709551615 243665136474 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/5155/statm: 11890 363 244 79 0 219 0
[pid=5178] ppid=5155 vsize=40080 CPUtime=219.72
/proc/5178/stat : 5178 (minisat) R 5155 5155 3702 0 -1 4194304 9688 0 0 0 21961 11 0 0 25 0 1 0 651007194 41041920 9669 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/5178/statm: 10020 9669 57 152 0 9865 0
Current children cumulated CPU time (s) 222.15
Current children cumulated vsize (KiB) 87640

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 5178
/proc/meminfo: memFree=1674616/2055920 swapFree=4177348/4192956
[pid=5155] ppid=5153 vsize=47560 CPUtime=2.43
/proc/5155/stat : 5155 (galacM.sh) S 5153 5155 3702 0 -1 4194304 798 23237 0 1 0 0 226 17 17 0 1 0 651006943 48701440 363 996147200 4194304 4520092 548682068832 18446744073709551615 243665136474 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/5155/statm: 11890 363 244 79 0 219 0
[pid=5178] ppid=5155 vsize=45940 CPUtime=279.71
/proc/5178/stat : 5178 (minisat) R 5155 5155 3702 0 -1 4194304 11162 0 0 0 27958 13 0 0 25 0 1 0 651007194 47042560 11143 996147200 134512640 135136200 4294955968 18446744073709551615 134529504 0 0 4096 3 0 0 0 17 1 0 0
/proc/5178/statm: 11485 11143 57 152 0 11330 0
Current children cumulated CPU time (s) 282.14
Current children cumulated vsize (KiB) 93500

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 5178
/proc/meminfo: memFree=1673208/2055920 swapFree=4177348/4192956
[pid=5155] ppid=5153 vsize=47560 CPUtime=2.43
/proc/5155/stat : 5155 (galacM.sh) S 5153 5155 3702 0 -1 4194304 798 23237 0 1 0 0 226 17 17 0 1 0 651006943 48701440 363 996147200 4194304 4520092 548682068832 18446744073709551615 243665136474 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/5155/statm: 11890 363 244 79 0 219 0
[pid=5178] ppid=5155 vsize=47380 CPUtime=339.69
/proc/5178/stat : 5178 (minisat) R 5155 5155 3702 0 -1 4194304 11477 0 0 0 33956 13 0 0 25 0 1 0 651007194 48517120 11458 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0

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

/proc/5178/statm: 16482 15840 57 152 0 16327 0
Current children cumulated CPU time (s) 1180.87
Current children cumulated vsize (KiB) 113488

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 5254
/proc/meminfo: memFree=1660664/2055920 swapFree=4177348/4192956
[pid=5155] ppid=5153 vsize=47560 CPUtime=2.43
/proc/5155/stat : 5155 (galacM.sh) S 5153 5155 3702 0 -1 4194304 798 23237 0 1 0 0 226 17 17 0 1 0 651006943 48701440 363 996147200 4194304 4520092 548682068832 18446744073709551615 243665136474 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/5155/statm: 11890 363 244 79 0 219 0
[pid=5178] ppid=5155 vsize=66564 CPUtime=1238.16
/proc/5178/stat : 5178 (minisat) R 5155 5155 3702 0 -1 4194304 16001 0 0 0 123794 22 0 0 25 0 1 0 651007194 68161536 15974 996147200 134512640 135136200 4294955968 18446744073709551615 134529535 0 0 4096 3 0 0 0 17 1 0 0
/proc/5178/statm: 16641 15974 57 152 0 16486 0
Current children cumulated CPU time (s) 1240.59
Current children cumulated vsize (KiB) 114124

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 5254
/proc/meminfo: memFree=1660664/2055920 swapFree=4177348/4192956
[pid=5155] ppid=5153 vsize=47560 CPUtime=2.43
/proc/5155/stat : 5155 (galacM.sh) S 5153 5155 3702 0 -1 4194304 798 23237 0 1 0 0 226 17 17 0 1 0 651006943 48701440 363 996147200 4194304 4520092 548682068832 18446744073709551615 243665136474 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/5155/statm: 11890 363 244 79 0 219 0
[pid=5178] ppid=5155 vsize=66564 CPUtime=1297.87
/proc/5178/stat : 5178 (minisat) R 5155 5155 3702 0 -1 4194304 16002 0 0 0 129765 22 0 0 25 0 1 0 651007194 68161536 15975 996147200 134512640 135136200 4294955968 18446744073709551615 134529504 0 0 4096 3 0 0 0 17 1 0 0
/proc/5178/statm: 16641 15975 57 152 0 16486 0
Current children cumulated CPU time (s) 1300.3
Current children cumulated vsize (KiB) 114124

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 5254
/proc/meminfo: memFree=1660664/2055920 swapFree=4177348/4192956
[pid=5155] ppid=5153 vsize=47560 CPUtime=2.43
/proc/5155/stat : 5155 (galacM.sh) S 5153 5155 3702 0 -1 4194304 798 23237 0 1 0 0 226 17 17 0 1 0 651006943 48701440 363 996147200 4194304 4520092 548682068832 18446744073709551615 243665136474 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/5155/statm: 11890 363 244 79 0 219 0
[pid=5178] ppid=5155 vsize=66708 CPUtime=1357.58
/proc/5178/stat : 5178 (minisat) R 5155 5155 3702 0 -1 4194304 16018 0 0 0 135736 22 0 0 25 0 1 0 651007194 68308992 15991 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/5178/statm: 16677 15991 57 152 0 16522 0
Current children cumulated CPU time (s) 1360.01
Current children cumulated vsize (KiB) 114268

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 5254
/proc/meminfo: memFree=1660600/2055920 swapFree=4177348/4192956
[pid=5155] ppid=5153 vsize=47560 CPUtime=2.43
/proc/5155/stat : 5155 (galacM.sh) S 5153 5155 3702 0 -1 4194304 798 23237 0 1 0 0 226 17 17 0 1 0 651006943 48701440 363 996147200 4194304 4520092 548682068832 18446744073709551615 243665136474 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/5155/statm: 11890 363 244 79 0 219 0
[pid=5178] ppid=5155 vsize=66708 CPUtime=1417.3
/proc/5178/stat : 5178 (minisat) R 5155 5155 3702 0 -1 4194304 16029 0 0 0 141708 22 0 0 25 0 1 0 651007194 68308992 16002 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/5178/statm: 16677 16002 57 152 0 16522 0
Current children cumulated CPU time (s) 1419.73
Current children cumulated vsize (KiB) 114268

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 5254
/proc/meminfo: memFree=1657464/2055920 swapFree=4177348/4192956
[pid=5155] ppid=5153 vsize=47560 CPUtime=2.43
/proc/5155/stat : 5155 (galacM.sh) S 5153 5155 3702 0 -1 4194304 798 23237 0 1 0 0 226 17 17 0 1 0 651006943 48701440 363 996147200 4194304 4520092 548682068832 18446744073709551615 243665136474 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/5155/statm: 11890 363 244 79 0 219 0
[pid=5178] ppid=5155 vsize=69952 CPUtime=1477.01
/proc/5178/stat : 5178 (minisat) R 5155 5155 3702 0 -1 4194304 16827 0 0 0 147678 23 0 0 25 0 1 0 651007194 71630848 16800 996147200 134512640 135136200 4294955968 18446744073709551615 134529504 0 0 4096 3 0 0 0 17 1 0 0
/proc/5178/statm: 17488 16800 57 152 0 17333 0
Current children cumulated CPU time (s) 1479.44
Current children cumulated vsize (KiB) 117512

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 5254
/proc/meminfo: memFree=1651576/2055920 swapFree=4177348/4192956
[pid=5155] ppid=5153 vsize=47560 CPUtime=2.43
/proc/5155/stat : 5155 (galacM.sh) S 5153 5155 3702 0 -1 4194304 798 23237 0 1 0 0 226 17 17 0 1 0 651006943 48701440 363 996147200 4194304 4520092 548682068832 18446744073709551615 243665136474 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/5155/statm: 11890 363 244 79 0 219 0
[pid=5178] ppid=5155 vsize=75932 CPUtime=1536.71
/proc/5178/stat : 5178 (minisat) R 5155 5155 3702 0 -1 4194304 18277 0 0 0 153647 24 0 0 25 0 1 0 651007194 77754368 18250 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/5178/statm: 18983 18250 57 152 0 18828 0
Current children cumulated CPU time (s) 1539.14
Current children cumulated vsize (KiB) 123492

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 5254
/proc/meminfo: memFree=1646328/2055920 swapFree=4177348/4192956
[pid=5155] ppid=5153 vsize=47560 CPUtime=2.43
/proc/5155/stat : 5155 (galacM.sh) S 5153 5155 3702 0 -1 4194304 798 23237 0 1 0 0 226 17 17 0 1 0 651006943 48701440 363 996147200 4194304 4520092 548682068832 18446744073709551615 243665136474 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/5155/statm: 11890 363 244 79 0 219 0
[pid=5178] ppid=5155 vsize=81100 CPUtime=1596.43
/proc/5178/stat : 5178 (minisat) R 5155 5155 3702 0 -1 4194304 19580 0 0 0 159618 25 0 0 25 0 1 0 651007194 83046400 19553 996147200 134512640 135136200 4294955968 18446744073709551615 134529444 0 0 4096 3 0 0 0 17 1 0 0
/proc/5178/statm: 20275 19553 57 152 0 20120 0
Current children cumulated CPU time (s) 1598.86
Current children cumulated vsize (KiB) 128660

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 5254
/proc/meminfo: memFree=1643832/2055920 swapFree=4177348/4192956
[pid=5155] ppid=5153 vsize=47560 CPUtime=2.43
/proc/5155/stat : 5155 (galacM.sh) S 5153 5155 3702 0 -1 4194304 798 23237 0 1 0 0 226 17 17 0 1 0 651006943 48701440 363 996147200 4194304 4520092 548682068832 18446744073709551615 243665136474 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/5155/statm: 11890 363 244 79 0 219 0
[pid=5178] ppid=5155 vsize=83532 CPUtime=1656.14
/proc/5178/stat : 5178 (minisat) R 5155 5155 3702 0 -1 4194304 20176 0 0 0 165588 26 0 0 25 0 1 0 651007194 85536768 20149 996147200 134512640 135136200 4294955968 18446744073709551615 134529580 0 0 4096 3 0 0 0 17 1 0 0
/proc/5178/statm: 20883 20149 57 152 0 20728 0
Current children cumulated CPU time (s) 1658.57
Current children cumulated vsize (KiB) 131092

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 5254
/proc/meminfo: memFree=1643128/2055920 swapFree=4177348/4192956
[pid=5155] ppid=5153 vsize=47560 CPUtime=2.43
/proc/5155/stat : 5155 (galacM.sh) S 5153 5155 3702 0 -1 4194304 798 23237 0 1 0 0 226 17 17 0 1 0 651006943 48701440 363 996147200 4194304 4520092 548682068832 18446744073709551615 243665136474 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/5155/statm: 11890 363 244 79 0 219 0
[pid=5178] ppid=5155 vsize=84292 CPUtime=1715.85
/proc/5178/stat : 5178 (minisat) R 5155 5155 3702 0 -1 4194304 20343 0 0 0 171559 26 0 0 25 0 1 0 651007194 86315008 20316 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/5178/statm: 21073 20316 57 152 0 20918 0
Current children cumulated CPU time (s) 1718.28
Current children cumulated vsize (KiB) 131852

[startup+1782.3 s]
/proc/loadavg: 2.08 2.02 2.01 3/84 5254
/proc/meminfo: memFree=1642680/2055920 swapFree=4177348/4192956
[pid=5155] ppid=5153 vsize=47560 CPUtime=2.43
/proc/5155/stat : 5155 (galacM.sh) S 5153 5155 3702 0 -1 4194304 798 23237 0 1 0 0 226 17 17 0 1 0 651006943 48701440 363 996147200 4194304 4520092 548682068832 18446744073709551615 243665136474 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/5155/statm: 11890 363 244 79 0 219 0
[pid=5178] ppid=5155 vsize=84588 CPUtime=1775.56
/proc/5178/stat : 5178 (minisat) R 5155 5155 3702 0 -1 4194304 20436 0 0 0 177530 26 0 0 25 0 1 0 651007194 86618112 20409 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/5178/statm: 21147 20409 57 152 0 20992 0
Current children cumulated CPU time (s) 1777.99
Current children cumulated vsize (KiB) 132148



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1804.5 s]
/proc/loadavg: 2.06 2.01 2.00 3/84 5254
/proc/meminfo: memFree=1642296/2055920 swapFree=4177348/4192956
[pid=5155] ppid=5153 vsize=47560 CPUtime=2.43
/proc/5155/stat : 5155 (galacM.sh) S 5153 5155 3702 0 -1 4194304 798 23237 0 1 0 0 226 17 17 0 1 0 651006943 48701440 363 996147200 4194304 4520092 548682068832 18446744073709551615 243665136474 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/5155/statm: 11890 363 244 79 0 219 0
[pid=5178] ppid=5155 vsize=85088 CPUtime=1797.66
/proc/5178/stat : 5178 (minisat) R 5155 5155 3702 0 -1 4194304 20536 0 0 0 179740 26 0 0 25 0 1 0 651007194 87130112 20509 996147200 134512640 135136200 4294955968 18446744073709551615 134526775 0 0 4096 3 0 0 0 17 1 0 0
/proc/5178/statm: 21272 20509 57 152 0 21117 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 132648

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

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

[startup+1804.5 s]
/proc/loadavg: 2.06 2.01 2.00 3/84 5254
/proc/meminfo: memFree=1642296/2055920 swapFree=4177348/4192956
[pid=5155] ppid=5153 vsize=47560 CPUtime=2.43
/proc/5155/stat : 5155 (galacM.sh) S 5153 5155 3702 0 -1 4194304 798 23237 0 1 0 0 226 17 17 0 1 0 651006943 48701440 363 996147200 4194304 4520092 548682068832 18446744073709551615 243665136474 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/5155/statm: 11890 363 244 79 0 219 0
[pid=5178] ppid=5155 vsize=85088 CPUtime=1797.66
/proc/5178/stat : 5178 (minisat) R 5155 5155 3702 0 -1 4194304 20536 0 0 0 179740 26 0 0 25 0 1 0 651007194 87130112 20509 996147200 134512640 135136200 4294955968 18446744073709551615 134526775 0 0 4096 3 0 0 0 17 1 0 0
/proc/5178/statm: 21272 20509 57 152 0 21117 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 132648

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 5155 and gives
#  childrusage.ru_utime.tv_sec=2
#  childrusage.ru_utime.tv_usec=266655
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=186971
# CPU time returned by wait4() is 2.45363
# while last known CPU time is 1800.09
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1804.51
CPU time (s): 1800.09
CPU user time (s): 1799.66
CPU system time (s): 0.43
CPU usage (%): 99.7549
Max. virtual memory (cumulated for all children) (KiB): 860320

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

runsolver used 1.55676 second user time and 5.02724 second system time

The end

Launcher Data (download as text)

Begin job on node84 at 2008-07-05 20:01:08
IDJOB=1096296
IDBENCH=58990
IDSOLVER=350
FILE ID=node84/1096296-1215280868
PBS_JOBID= 7882253
Free space on /tmp= 66556 MiB

SOLVER NAME= galac M
BENCH NAME= CPAI08/csp/geom/normalized-geo50-20-d4-75-94_ext.xml
COMMAND LINE= HOME/galacM.sh BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1096296-1215280868/watcher-1096296-1215280868 -o /tmp/evaluation-result-1096296-1215280868/solver-1096296-1215280868 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/galacM.sh HOME/instance-1096296-1215280868.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= edcea5f07ea32046e9d2a4753997c78c
RANDOM SEED=1704861573

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:       1720872 kB
Buffers:         50128 kB
Cached:         208740 kB
SwapCached:       9596 kB
Active:         174364 kB
Inactive:       113024 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1720872 kB
SwapTotal:     4192956 kB
SwapFree:      4177348 kB
Dirty:            3480 kB
Writeback:           0 kB
Mapped:          36416 kB
Slab:            32960 kB
Committed_AS:  1312180 kB
PageTables:       1776 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 20:31:15