Trace number 1084574

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.13 1809.31

General information on the benchmark

Namecsp/langford2/
normalized-langford-2-14.xml
MD5SUM05b79466c1ca90e99abd9087a68fd106
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables28
Number of constraints392
Maximum constraint arity2
Maximum domain size28
Number of constraints which are defined in extension0
Number of constraints which are defined in intension392
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.03	c --- Preproc Stats ---
1.06/1.16	c start processing
1.06/1.16	c start relation processing
1.06/1.16	c start cnf exporting
1.66/1.76	c parsing time : 1.043
1.66/1.76	c preprocessing time : 1.641
1.66/1.76	
1.66/1.76	c Nary constraints - conflicts : 0 supports : 0
1.66/1.76	c Binary constraints - conflicts : 378 supports :14
1.66/1.76	c max arity constraint : 2
1.66/1.76	c Max Tuples generated 784
1.66/1.76	c relations : 15
1.66/1.76	c relations BDD: 0
1.66/1.76	c sampling 0/0
1.66/1.76	c vars : 785 - clauses :  21742
1.66/1.76	
1.72/1.81	 
1.72/1.81	c --- SAT Solver Stats ---
1.72/1.81	 
1800.09/1809.31	Terminated

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-1084574-1215230866/watcher-1084574-1215230866 -o /tmp/evaluation-result-1084574-1215230866/solver-1084574-1215230866 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacM.sh HOME/instance-1084574-1215230866.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.10 2.10 4/94 1808
/proc/meminfo: memFree=1562856/2055920 swapFree=4179368/4192956
[pid=1808] ppid=1806 vsize=8652 CPUtime=0
/proc/1808/stat : 1808 (galacM.sh) S 1806 1808 31516 0 -1 4194304 346 0 0 0 0 0 0 0 17 0 1 0 635342243 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 254613318490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1808/statm: 2163 280 208 79 0 156 0
[pid=1809] ppid=1808 vsize=8688 CPUtime=0
/proc/1809/stat : 1809 (galacM.sh) R 1808 1808 31516 0 -1 4194368 67 485 0 0 0 0 0 0 16 0 1 0 635342244 8896512 288 996147200 4194304 4520092 548682068832 18446744073709551615 254613711519 0 65536 4096 73728 0 0 0 17 1 0 0
/proc/1809/statm: 2172 288 210 79 0 165 0

[startup+0.0791609 s]
/proc/loadavg: 2.00 2.10 2.10 4/94 1808
/proc/meminfo: memFree=1562856/2055920 swapFree=4179368/4192956
[pid=1808] ppid=1806 vsize=47580 CPUtime=0.01
/proc/1808/stat : 1808 (galacM.sh) S 1806 1808 31516 0 -1 4194304 765 1857 0 0 0 0 0 1 18 0 1 0 635342243 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 254613318490 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/1808/statm: 11895 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47580

[startup+0.101163 s]
/proc/loadavg: 2.00 2.10 2.10 4/94 1808
/proc/meminfo: memFree=1562856/2055920 swapFree=4179368/4192956
[pid=1808] ppid=1806 vsize=47580 CPUtime=0.01
/proc/1808/stat : 1808 (galacM.sh) S 1806 1808 31516 0 -1 4194304 765 1857 0 0 0 0 0 1 18 0 1 0 635342243 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 254613318490 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/1808/statm: 11895 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47580

[startup+0.301188 s]
/proc/loadavg: 2.00 2.10 2.10 4/94 1808
/proc/meminfo: memFree=1562856/2055920 swapFree=4179368/4192956
[pid=1808] ppid=1806 vsize=47580 CPUtime=0.01
/proc/1808/stat : 1808 (galacM.sh) S 1806 1808 31516 0 -1 4194304 765 1857 0 0 0 0 0 1 18 0 1 0 635342243 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 254613318490 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/1808/statm: 11895 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47580

[startup+0.701235 s]
/proc/loadavg: 2.00 2.10 2.10 4/94 1808
/proc/meminfo: memFree=1562856/2055920 swapFree=4179368/4192956
[pid=1808] ppid=1806 vsize=47580 CPUtime=0.01
/proc/1808/stat : 1808 (galacM.sh) S 1806 1808 31516 0 -1 4194304 765 1857 0 0 0 0 0 1 18 0 1 0 635342243 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 254613318490 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/1808/statm: 11895 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47580

[startup+1.50132 s]
/proc/loadavg: 2.00 2.10 2.10 4/104 1834
/proc/meminfo: memFree=1522072/2055920 swapFree=4179368/4192956
[pid=1808] ppid=1806 vsize=47580 CPUtime=0.01
/proc/1808/stat : 1808 (galacM.sh) S 1806 1808 31516 0 -1 4194304 765 1857 0 0 0 0 0 1 18 0 1 0 635342243 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 254613318490 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/1808/statm: 11895 364 245 79 0 219 0
[pid=1826] ppid=1808 vsize=812744 CPUtime=1.45
/proc/1826/stat : 1826 (java) S 1808 1808 31516 0 -1 0 14511 0 1 0 137 8 0 0 19 0 9 0 635342246 832249856 13712 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1826/statm: 203186 13712 2584 9 0 197167 0
[pid=1826/tid=1827] ppid=1808 vsize=812744 CPUtime=0.76
/proc/1826/task/1827/stat : 1827 (java) R 1808 1808 31516 0 -1 64 8533 0 1 0 71 5 0 0 25 0 9 0 635342247 832249856 13712 996147200 134512640 134550740 4294955600 18446744073709551615 4126642530 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1826/tid=1828] ppid=1808 vsize=812744 CPUtime=0.43
/proc/1826/task/1828/stat : 1828 (java) S 1808 1808 31516 0 -1 64 4431 0 0 0 42 1 0 0 17 0 9 0 635342249 832249856 13712 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1826/tid=1829] ppid=1808 vsize=812744 CPUtime=0
/proc/1826/task/1829/stat : 1829 (java) S 1808 1808 31516 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 635342249 832249856 13712 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1826/tid=1830] ppid=1808 vsize=812744 CPUtime=0
/proc/1826/task/1830/stat : 1830 (java) S 1808 1808 31516 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 635342249 832249856 13712 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1826/tid=1831] ppid=1808 vsize=812744 CPUtime=0
/proc/1826/task/1831/stat : 1831 (java) S 1808 1808 31516 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 635342251 832249856 13712 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1826/tid=1832] ppid=1808 vsize=812744 CPUtime=0.23
/proc/1826/task/1832/stat : 1832 (java) S 1808 1808 31516 0 -1 64 846 0 0 0 23 0 0 0 15 0 9 0 635342251 832249856 13712 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1826/tid=1833] ppid=1808 vsize=812744 CPUtime=0
/proc/1826/task/1833/stat : 1833 (java) S 1808 1808 31516 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 635342251 832249856 13712 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1826/tid=1834] ppid=1808 vsize=812744 CPUtime=0
/proc/1826/task/1834/stat : 1834 (java) S 1808 1808 31516 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 635342251 832249856 13712 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) 860324

[startup+3.1015 s]
/proc/loadavg: 2.08 2.12 2.11 3/96 1835
/proc/meminfo: memFree=1559384/2055920 swapFree=4179368/4192956
[pid=1808] ppid=1806 vsize=47580 CPUtime=1.74
/proc/1808/stat : 1808 (galacM.sh) S 1806 1808 31516 0 -1 4194304 799 20895 0 1 0 0 161 13 17 0 1 0 635342243 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 254613318490 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/1808/statm: 11895 364 245 79 0 219 0
[pid=1835] ppid=1808 vsize=5992 CPUtime=1.26
/proc/1835/stat : 1835 (minisat) R 1808 1808 31516 0 -1 4194304 1193 0 0 0 126 0 0 0 25 0 1 0 635342424 6135808 1174 996147200 134512640 135136200 4294955968 18446744073709551615 134529527 0 0 4096 3 0 0 0 17 1 0 0
/proc/1835/statm: 1498 1174 57 152 0 1343 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 53572

[startup+6.30185 s]
/proc/loadavg: 2.08 2.12 2.11 3/96 1835
/proc/meminfo: memFree=1554904/2055920 swapFree=4179368/4192956
[pid=1808] ppid=1806 vsize=47580 CPUtime=1.74
/proc/1808/stat : 1808 (galacM.sh) S 1806 1808 31516 0 -1 4194304 799 20895 0 1 0 0 161 13 17 0 1 0 635342243 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 254613318490 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/1808/statm: 11895 364 245 79 0 219 0
[pid=1835] ppid=1808 vsize=8108 CPUtime=4.42
/proc/1835/stat : 1835 (minisat) R 1808 1808 31516 0 -1 4194304 1744 0 0 0 441 1 0 0 25 0 1 0 635342424 8302592 1725 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/1835/statm: 2027 1725 57 152 0 1872 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 55688

[startup+12.7016 s]
/proc/loadavg: 2.07 2.11 2.10 3/96 1835
/proc/meminfo: memFree=1553240/2055920 swapFree=4179368/4192956
[pid=1808] ppid=1806 vsize=47580 CPUtime=1.74
/proc/1808/stat : 1808 (galacM.sh) S 1806 1808 31516 0 -1 4194304 799 20895 0 1 0 0 161 13 17 0 1 0 635342243 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 254613318490 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/1808/statm: 11895 364 245 79 0 219 0
[pid=1835] ppid=1808 vsize=10160 CPUtime=10.72
/proc/1835/stat : 1835 (minisat) R 1808 1808 31516 0 -1 4194304 2224 0 0 0 1071 1 0 0 25 0 1 0 635342424 10403840 2205 996147200 134512640 135136200 4294955968 18446744073709551615 134529514 0 0 4096 3 0 0 0 17 1 0 0
/proc/1835/statm: 2540 2205 57 152 0 2385 0
Current children cumulated CPU time (s) 12.46
Current children cumulated vsize (KiB) 57740

[startup+25.503 s]
/proc/loadavg: 2.06 2.11 2.10 4/96 1835
/proc/meminfo: memFree=1551768/2055920 swapFree=4179368/4192956
[pid=1808] ppid=1806 vsize=47580 CPUtime=1.74
/proc/1808/stat : 1808 (galacM.sh) S 1806 1808 31516 0 -1 4194304 799 20895 0 1 0 0 161 13 17 0 1 0 635342243 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 254613318490 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/1808/statm: 11895 364 245 79 0 219 0
[pid=1835] ppid=1808 vsize=11372 CPUtime=23.34
/proc/1835/stat : 1835 (minisat) R 1808 1808 31516 0 -1 4194304 2546 0 0 0 2333 1 0 0 25 0 1 0 635342424 11644928 2527 996147200 134512640 135136200 4294955968 18446744073709551615 134529520 0 0 4096 3 0 0 0 17 1 0 0
/proc/1835/statm: 2843 2527 57 152 0 2688 0
Current children cumulated CPU time (s) 25.08
Current children cumulated vsize (KiB) 58952

[startup+51.1029 s]
/proc/loadavg: 2.04 2.10 2.10 3/96 1835
/proc/meminfo: memFree=1549976/2055920 swapFree=4179368/4192956
[pid=1808] ppid=1806 vsize=47580 CPUtime=1.74
/proc/1808/stat : 1808 (galacM.sh) S 1806 1808 31516 0 -1 4194304 799 20895 0 1 0 0 161 13 17 0 1 0 635342243 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 254613318490 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/1808/statm: 11895 364 245 79 0 219 0
[pid=1835] ppid=1808 vsize=13368 CPUtime=48.58
/proc/1835/stat : 1835 (minisat) R 1808 1808 31516 0 -1 4194304 3047 0 0 0 4856 2 0 0 25 0 1 0 635342424 13688832 3028 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/1835/statm: 3342 3028 57 152 0 3187 0
Current children cumulated CPU time (s) 50.32
Current children cumulated vsize (KiB) 60948

[startup+102.307 s]
/proc/loadavg: 2.01 2.08 2.09 3/87 1838
/proc/meminfo: memFree=1595352/2055920 swapFree=4179368/4192956
[pid=1808] ppid=1806 vsize=47580 CPUtime=1.74
/proc/1808/stat : 1808 (galacM.sh) S 1806 1808 31516 0 -1 4194304 799 20895 0 1 0 0 161 13 17 0 1 0 635342243 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 254613318490 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/1808/statm: 11895 364 245 79 0 219 0
[pid=1835] ppid=1808 vsize=16800 CPUtime=99.31
/proc/1835/stat : 1835 (minisat) R 1808 1808 31516 0 -1 4194304 3886 0 0 0 9928 3 0 0 25 0 1 0 635342424 17203200 3867 996147200 134512640 135136200 4294955968 18446744073709551615 134529580 0 0 4096 3 0 0 0 17 0 0 0
/proc/1835/statm: 4200 3867 57 152 0 4045 0
Current children cumulated CPU time (s) 101.05
Current children cumulated vsize (KiB) 64380

[startup+162.302 s]
/proc/loadavg: 2.06 2.08 2.09 3/87 1838
/proc/meminfo: memFree=1593112/2055920 swapFree=4179368/4192956
[pid=1808] ppid=1806 vsize=47580 CPUtime=1.74
/proc/1808/stat : 1808 (galacM.sh) S 1806 1808 31516 0 -1 4194304 799 20895 0 1 0 0 161 13 17 0 1 0 635342243 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 254613318490 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/1808/statm: 11895 364 245 79 0 219 0
[pid=1835] ppid=1808 vsize=19132 CPUtime=159.04
/proc/1835/stat : 1835 (minisat) R 1808 1808 31516 0 -1 4194304 4454 0 0 0 15901 3 0 0 25 0 1 0 635342424 19591168 4435 996147200 134512640 135136200 4294955968 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/1835/statm: 4783 4435 57 152 0 4628 0
Current children cumulated CPU time (s) 160.78
Current children cumulated vsize (KiB) 66712

[startup+222.302 s]
/proc/loadavg: 2.02 2.06 2.08 3/87 1838
/proc/meminfo: memFree=1592472/2055920 swapFree=4179368/4192956
[pid=1808] ppid=1806 vsize=47580 CPUtime=1.74
/proc/1808/stat : 1808 (galacM.sh) S 1806 1808 31516 0 -1 4194304 799 20895 0 1 0 0 161 13 17 0 1 0 635342243 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 254613318490 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/1808/statm: 11895 364 245 79 0 219 0
[pid=1835] ppid=1808 vsize=19696 CPUtime=218.77
/proc/1835/stat : 1835 (minisat) R 1808 1808 31516 0 -1 4194304 4593 0 0 0 21873 4 0 0 25 0 1 0 635342424 20168704 4574 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 0 0 0
/proc/1835/statm: 4924 4574 57 152 0 4769 0
Current children cumulated CPU time (s) 220.51
Current children cumulated vsize (KiB) 67276

[startup+282.302 s]
/proc/loadavg: 2.01 2.05 2.08 3/87 1838
/proc/meminfo: memFree=1590360/2055920 swapFree=4179368/4192956
[pid=1808] ppid=1806 vsize=47580 CPUtime=1.74
/proc/1808/stat : 1808 (galacM.sh) S 1806 1808 31516 0 -1 4194304 799 20895 0 1 0 0 161 13 17 0 1 0 635342243 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 254613318490 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/1808/statm: 11895 364 245 79 0 219 0
[pid=1835] ppid=1808 vsize=22056 CPUtime=278.5
/proc/1835/stat : 1835 (minisat) R 1808 1808 31516 0 -1 4194304 5164 0 0 0 27845 5 0 0 25 0 1 0 635342424 22585344 5145 996147200 134512640 135136200 4294955968 18446744073709551615 134529500 0 0 4096 3 0 0 0 17 0 0 0
/proc/1835/statm: 5514 5145 57 152 0 5359 0
Current children cumulated CPU time (s) 280.24
Current children cumulated vsize (KiB) 69636

[startup+342.301 s]
/proc/loadavg: 2.00 2.04 2.07 3/87 1838
/proc/meminfo: memFree=1589592/2055920 swapFree=4179368/4192956
[pid=1808] ppid=1806 vsize=47580 CPUtime=1.74
/proc/1808/stat : 1808 (galacM.sh) S 1806 1808 31516 0 -1 4194304 799 20895 0 1 0 0 161 13 17 0 1 0 635342243 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 254613318490 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0

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

[pid=1835] ppid=1808 vsize=33368 CPUtime=1114.8
/proc/1835/stat : 1835 (minisat) R 1808 1808 31516 0 -1 4194304 7835 0 0 0 111470 10 0 0 25 0 1 0 635342424 34168832 7816 996147200 134512640 135136200 4294955968 18446744073709551615 134529504 0 0 4096 3 0 0 0 17 0 0 0
/proc/1835/statm: 8342 7816 57 152 0 8187 0
Current children cumulated CPU time (s) 1116.54
Current children cumulated vsize (KiB) 80948

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 1849
/proc/meminfo: memFree=1525264/2055920 swapFree=4179368/4192956
[pid=1808] ppid=1806 vsize=47580 CPUtime=1.74
/proc/1808/stat : 1808 (galacM.sh) S 1806 1808 31516 0 -1 4194304 799 20895 0 1 0 0 161 13 17 0 1 0 635342243 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 254613318490 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/1808/statm: 11895 364 245 79 0 219 0
[pid=1835] ppid=1808 vsize=33668 CPUtime=1174.14
/proc/1835/stat : 1835 (minisat) R 1808 1808 31516 0 -1 4194304 7928 0 0 0 117404 10 0 0 25 0 1 0 635342424 34476032 7909 996147200 134512640 135136200 4294955968 18446744073709551615 134529500 0 0 4096 3 0 0 0 17 1 0 0
/proc/1835/statm: 8417 7909 57 152 0 8262 0
Current children cumulated CPU time (s) 1175.88
Current children cumulated vsize (KiB) 81248

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 1849
/proc/meminfo: memFree=1524880/2055920 swapFree=4179368/4192956
[pid=1808] ppid=1806 vsize=47580 CPUtime=1.74
/proc/1808/stat : 1808 (galacM.sh) S 1806 1808 31516 0 -1 4194304 799 20895 0 1 0 0 161 13 17 0 1 0 635342243 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 254613318490 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/1808/statm: 11895 364 245 79 0 219 0
[pid=1835] ppid=1808 vsize=33808 CPUtime=1233.3
/proc/1835/stat : 1835 (minisat) R 1808 1808 31516 0 -1 4194304 7954 0 0 0 123320 10 0 0 25 0 1 0 635342424 34619392 7935 996147200 134512640 135136200 4294955968 18446744073709551615 134529504 0 0 4096 3 0 0 0 17 1 0 0
/proc/1835/statm: 8452 7935 57 152 0 8297 0
Current children cumulated CPU time (s) 1235.04
Current children cumulated vsize (KiB) 81388

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 1849
/proc/meminfo: memFree=1523920/2055920 swapFree=4179368/4192956
[pid=1808] ppid=1806 vsize=47580 CPUtime=1.74
/proc/1808/stat : 1808 (galacM.sh) S 1806 1808 31516 0 -1 4194304 799 20895 0 1 0 0 161 13 17 0 1 0 635342243 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 254613318490 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/1808/statm: 11895 364 245 79 0 219 0
[pid=1835] ppid=1808 vsize=34224 CPUtime=1292.47
/proc/1835/stat : 1835 (minisat) R 1808 1808 31516 0 -1 4194304 8040 0 0 0 129237 10 0 0 25 0 1 0 635342424 35045376 8021 996147200 134512640 135136200 4294955968 18446744073709551615 134525859 0 0 4096 3 0 0 0 17 1 0 0
/proc/1835/statm: 8556 8021 57 152 0 8401 0
Current children cumulated CPU time (s) 1294.21
Current children cumulated vsize (KiB) 81804

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 1849
/proc/meminfo: memFree=1523024/2055920 swapFree=4179368/4192956
[pid=1808] ppid=1806 vsize=47580 CPUtime=1.74
/proc/1808/stat : 1808 (galacM.sh) S 1806 1808 31516 0 -1 4194304 799 20895 0 1 0 0 161 13 17 0 1 0 635342243 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 254613318490 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/1808/statm: 11895 364 245 79 0 219 0
[pid=1835] ppid=1808 vsize=34984 CPUtime=1351.63
/proc/1835/stat : 1835 (minisat) R 1808 1808 31516 0 -1 4194304 8238 0 0 0 135152 11 0 0 25 0 1 0 635342424 35823616 8219 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/1835/statm: 8746 8219 57 152 0 8591 0
Current children cumulated CPU time (s) 1353.37
Current children cumulated vsize (KiB) 82564

[startup+1422.31 s]
/proc/loadavg: 2.12 2.04 2.01 3/84 1893
/proc/meminfo: memFree=1474536/2055920 swapFree=4179368/4192956
[pid=1808] ppid=1806 vsize=47580 CPUtime=1.74
/proc/1808/stat : 1808 (galacM.sh) S 1806 1808 31516 0 -1 4194304 799 20895 0 1 0 0 161 13 17 0 1 0 635342243 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 254613318490 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/1808/statm: 11895 364 245 79 0 219 0
[pid=1835] ppid=1808 vsize=35556 CPUtime=1411.46
/proc/1835/stat : 1835 (minisat) R 1808 1808 31516 0 -1 4194304 8359 0 0 0 141135 11 0 0 25 0 1 0 635342424 36409344 8340 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/1835/statm: 8889 8340 57 152 0 8734 0
Current children cumulated CPU time (s) 1413.2
Current children cumulated vsize (KiB) 83136

[startup+1482.3 s]
/proc/loadavg: 2.05 2.03 2.01 3/84 1893
/proc/meminfo: memFree=1474472/2055920 swapFree=4179368/4192956
[pid=1808] ppid=1806 vsize=47580 CPUtime=1.74
/proc/1808/stat : 1808 (galacM.sh) S 1806 1808 31516 0 -1 4194304 799 20895 0 1 0 0 161 13 17 0 1 0 635342243 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 254613318490 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/1808/statm: 11895 364 245 79 0 219 0
[pid=1835] ppid=1808 vsize=35556 CPUtime=1471.44
/proc/1835/stat : 1835 (minisat) R 1808 1808 31516 0 -1 4194304 8378 0 0 0 147133 11 0 0 25 0 1 0 635342424 36409344 8359 996147200 134512640 135136200 4294955968 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/1835/statm: 8889 8359 57 152 0 8734 0
Current children cumulated CPU time (s) 1473.18
Current children cumulated vsize (KiB) 83136

[startup+1542.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/84 1893
/proc/meminfo: memFree=1474408/2055920 swapFree=4179368/4192956
[pid=1808] ppid=1806 vsize=47580 CPUtime=1.74
/proc/1808/stat : 1808 (galacM.sh) S 1806 1808 31516 0 -1 4194304 799 20895 0 1 0 0 161 13 17 0 1 0 635342243 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 254613318490 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/1808/statm: 11895 364 245 79 0 219 0
[pid=1835] ppid=1808 vsize=35700 CPUtime=1531.42
/proc/1835/stat : 1835 (minisat) R 1808 1808 31516 0 -1 4194304 8414 0 0 0 153131 11 0 0 25 0 1 0 635342424 36556800 8395 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/1835/statm: 8925 8395 57 152 0 8770 0
Current children cumulated CPU time (s) 1533.16
Current children cumulated vsize (KiB) 83280

[startup+1602.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/84 1895
/proc/meminfo: memFree=1473896/2055920 swapFree=4179368/4192956
[pid=1808] ppid=1806 vsize=47580 CPUtime=1.74
/proc/1808/stat : 1808 (galacM.sh) S 1806 1808 31516 0 -1 4194304 799 20895 0 1 0 0 161 13 17 0 1 0 635342243 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 254613318490 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/1808/statm: 11895 364 245 79 0 219 0
[pid=1835] ppid=1808 vsize=36036 CPUtime=1591.4
/proc/1835/stat : 1835 (minisat) R 1808 1808 31516 0 -1 4194304 8483 0 0 0 159129 11 0 0 25 0 1 0 635342424 36900864 8464 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/1835/statm: 9009 8464 57 152 0 8854 0
Current children cumulated CPU time (s) 1593.14
Current children cumulated vsize (KiB) 83616

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/84 1895
/proc/meminfo: memFree=1473704/2055920 swapFree=4179368/4192956
[pid=1808] ppid=1806 vsize=47580 CPUtime=1.74
/proc/1808/stat : 1808 (galacM.sh) S 1806 1808 31516 0 -1 4194304 799 20895 0 1 0 0 161 13 17 0 1 0 635342243 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 254613318490 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/1808/statm: 11895 364 245 79 0 219 0
[pid=1835] ppid=1808 vsize=36368 CPUtime=1651.38
/proc/1835/stat : 1835 (minisat) R 1808 1808 31516 0 -1 4194304 8545 0 0 0 165127 11 0 0 25 0 1 0 635342424 37240832 8526 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/1835/statm: 9092 8526 57 152 0 8937 0
Current children cumulated CPU time (s) 1653.12
Current children cumulated vsize (KiB) 83948

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/84 1895
/proc/meminfo: memFree=1473320/2055920 swapFree=4179368/4192956
[pid=1808] ppid=1806 vsize=47580 CPUtime=1.74
/proc/1808/stat : 1808 (galacM.sh) S 1806 1808 31516 0 -1 4194304 799 20895 0 1 0 0 161 13 17 0 1 0 635342243 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 254613318490 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/1808/statm: 11895 364 245 79 0 219 0
[pid=1835] ppid=1808 vsize=36784 CPUtime=1711.37
/proc/1835/stat : 1835 (minisat) R 1808 1808 31516 0 -1 4194304 8649 0 0 0 171126 11 0 0 25 0 1 0 635342424 37666816 8630 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/1835/statm: 9196 8630 57 152 0 9041 0
Current children cumulated CPU time (s) 1713.11
Current children cumulated vsize (KiB) 84364

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 1895
/proc/meminfo: memFree=1473192/2055920 swapFree=4179368/4192956
[pid=1808] ppid=1806 vsize=47580 CPUtime=1.74
/proc/1808/stat : 1808 (galacM.sh) S 1806 1808 31516 0 -1 4194304 799 20895 0 1 0 0 161 13 17 0 1 0 635342243 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 254613318490 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/1808/statm: 11895 364 245 79 0 219 0
[pid=1835] ppid=1808 vsize=36784 CPUtime=1771.35
/proc/1835/stat : 1835 (minisat) R 1808 1808 31516 0 -1 4194304 8675 0 0 0 177124 11 0 0 25 0 1 0 635342424 37666816 8656 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/1835/statm: 9196 8656 57 152 0 9041 0
Current children cumulated CPU time (s) 1773.09
Current children cumulated vsize (KiB) 84364



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 1895
/proc/meminfo: memFree=1473256/2055920 swapFree=4179368/4192956
[pid=1808] ppid=1806 vsize=47580 CPUtime=1.74
/proc/1808/stat : 1808 (galacM.sh) S 1806 1808 31516 0 -1 4194304 799 20895 0 1 0 0 161 13 17 0 1 0 635342243 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 254613318490 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/1808/statm: 11895 364 245 79 0 219 0
[pid=1835] ppid=1808 vsize=36784 CPUtime=1798.35
/proc/1835/stat : 1835 (minisat) R 1808 1808 31516 0 -1 4194304 8677 0 0 0 179824 11 0 0 25 0 1 0 635342424 37666816 8658 996147200 134512640 135136200 4294955968 18446744073709551615 134529566 0 0 4096 3 0 0 0 17 1 0 0
/proc/1835/statm: 9196 8658 57 152 0 9041 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 84364

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

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

[startup+1809.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 1895
/proc/meminfo: memFree=1473256/2055920 swapFree=4179368/4192956
[pid=1808] ppid=1806 vsize=47580 CPUtime=1.74
/proc/1808/stat : 1808 (galacM.sh) S 1806 1808 31516 0 -1 4194304 799 20895 0 1 0 0 161 13 17 0 1 0 635342243 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 254613318490 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/1808/statm: 11895 364 245 79 0 219 0
[pid=1835] ppid=1808 vsize=36784 CPUtime=1798.35
/proc/1835/stat : 1835 (minisat) R 1808 1808 31516 0 -1 4194304 8677 0 0 0 179824 11 0 0 25 0 1 0 635342424 37666816 8658 996147200 134512640 135136200 4294955968 18446744073709551615 134529566 0 0 4096 3 0 0 0 17 1 0 0
/proc/1835/statm: 9196 8658 57 152 0 9041 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 84364

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1809.31
CPU time (s): 1800.13
CPU user time (s): 1799.86
CPU system time (s): 0.266959
CPU usage (%): 99.4924
Max. virtual memory (cumulated for all children) (KiB): 860324

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

runsolver used 2.05469 second user time and 4.94925 second system time

The end

Launcher Data (download as text)

Begin job on node87 at 2008-07-05 06:07:46
IDJOB=1084574
IDBENCH=57572
IDSOLVER=350
FILE ID=node87/1084574-1215230866
PBS_JOBID= 7881786
Free space on /tmp= 66460 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 05b79466c1ca90e99abd9087a68fd106
RANDOM SEED=93609997

node87.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.232
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.232
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:       1563336 kB
Buffers:         65916 kB
Cached:         282704 kB
SwapCached:       7632 kB
Active:         265596 kB
Inactive:       174076 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1563336 kB
SwapTotal:     4192956 kB
SwapFree:      4179368 kB
Dirty:            3096 kB
Writeback:           0 kB
Mapped:         107368 kB
Slab:            37460 kB
Committed_AS:  2301084 kB
PageTables:       2272 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264992 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66460 MiB
End job on node87 at 2008-07-05 06:37:57