Trace number 1037006

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.05 1809.52

General information on the benchmark

Namecsp/frb45-21/
normalized-frb45-21-1-mgd_ext.xml
MD5SUM44c87b72461534ee5434247b2954af36
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark6.49401
Satisfiable
(Un)Satisfiability was proved
Number of variables45
Number of constraints394
Maximum constraint arity2
Maximum domain size21
Number of constraints which are defined in extension394
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 ---
1.05/1.14	c start processing
1.05/1.14	c start relation processing
1.05/1.16	c start cnf exporting
2.54/2.67	c parsing time : 1.017
2.54/2.67	c preprocessing time : 2.541
2.54/2.67	
2.54/2.67	c Nary constraints - conflicts : 0 supports : 0
2.54/2.67	c Binary constraints - conflicts : 382 supports :12
2.54/2.67	c max arity constraint : 2
2.54/2.67	c Max Tuples generated 0
2.54/2.67	c relations : 394
2.54/2.67	c relations BDD: 0
2.54/2.67	c sampling 0/0
2.54/2.67	c vars : 946 - clauses :  56856
2.54/2.67	
2.62/2.71	 
2.62/2.71	c --- SAT Solver Stats ---
2.62/2.71	 

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-1037006-1214960482/watcher-1037006-1214960482 -o /tmp/evaluation-result-1037006-1214960482/solver-1037006-1214960482 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacM.sh HOME/instance-1037006-1214960482.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.03 2.01 2.00 4/74 10766
/proc/meminfo: memFree=1625600/2055920 swapFree=4180732/4192956
[pid=10766] ppid=10764 vsize=8652 CPUtime=0
/proc/10766/stat : 10766 (galacM.sh) S 10764 10766 9094 0 -1 4194304 346 0 0 0 0 0 0 0 16 0 1 0 1975018000 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 257203301210 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10766/statm: 2163 280 208 79 0 156 0
[pid=10767] ppid=10766 vsize=8688 CPUtime=0
/proc/10767/stat : 10767 (galacM.sh) S 10766 10766 9094 0 -1 4194368 36 0 0 0 0 0 0 0 17 0 1 0 1975018001 8896512 286 996147200 4194304 4520092 548682068832 18446744073709551615 257203863634 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/10767/statm: 2172 286 209 79 0 165 0
[pid=10768] ppid=10767 vsize=8728 CPUtime=0
/proc/10768/stat : 10768 (galacM.sh) R 10767 10766 9094 0 -1 4194368 25 0 0 0 0 0 0 0 19 0 1 0 1975018001 8937472 290 996147200 4194304 4520092 548682068832 18446744073709551615 257203694887 0 0 3674112 73728 0 0 0 17 1 0 0
/proc/10768/statm: 2182 290 209 79 0 175 0

[startup+0.064684 s]
/proc/loadavg: 2.03 2.01 2.00 4/74 10766
/proc/meminfo: memFree=1625600/2055920 swapFree=4180732/4192956
[pid=10766] ppid=10764 vsize=47572 CPUtime=0.01
/proc/10766/stat : 10766 (galacM.sh) S 10764 10766 9094 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 1975018000 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 257203301210 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10766/statm: 11893 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47572

[startup+0.101413 s]
/proc/loadavg: 2.03 2.01 2.00 4/74 10766
/proc/meminfo: memFree=1625600/2055920 swapFree=4180732/4192956
[pid=10766] ppid=10764 vsize=47572 CPUtime=0.01
/proc/10766/stat : 10766 (galacM.sh) S 10764 10766 9094 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 1975018000 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 257203301210 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10766/statm: 11893 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47572

[startup+0.301429 s]
/proc/loadavg: 2.03 2.01 2.00 4/74 10766
/proc/meminfo: memFree=1625600/2055920 swapFree=4180732/4192956
[pid=10766] ppid=10764 vsize=47572 CPUtime=0.01
/proc/10766/stat : 10766 (galacM.sh) S 10764 10766 9094 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 1975018000 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 257203301210 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10766/statm: 11893 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47572

[startup+0.701461 s]
/proc/loadavg: 2.03 2.01 2.00 4/74 10766
/proc/meminfo: memFree=1625600/2055920 swapFree=4180732/4192956
[pid=10766] ppid=10764 vsize=47572 CPUtime=0.01
/proc/10766/stat : 10766 (galacM.sh) S 10764 10766 9094 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 1975018000 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 257203301210 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10766/statm: 11893 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47572

[startup+1.50252 s]
/proc/loadavg: 2.03 2.01 2.00 4/84 10788
/proc/meminfo: memFree=1555440/2055920 swapFree=4180732/4192956
[pid=10766] ppid=10764 vsize=47572 CPUtime=0.01
/proc/10766/stat : 10766 (galacM.sh) S 10764 10766 9094 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 1975018000 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 257203301210 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10766/statm: 11893 364 245 79 0 219 0
[pid=10780] ppid=10766 vsize=812760 CPUtime=1.44
/proc/10780/stat : 10780 (java) S 10766 10766 9094 0 -1 0 19881 0 1 0 133 11 0 0 18 0 9 0 1975018004 832266240 19298 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10780/statm: 203190 19298 1911 9 0 197171 0
[pid=10780/tid=10781] ppid=10766 vsize=812760 CPUtime=1.11
/proc/10780/task/10781/stat : 10781 (java) R 10766 10766 9094 0 -1 64 14533 0 1 0 104 7 0 0 25 0 9 0 1975018005 832266240 19298 996147200 134512640 134550740 4294955616 18446744073709551615 104688753 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10780/tid=10782] ppid=10766 vsize=812760 CPUtime=0.03
/proc/10780/task/10782/stat : 10782 (java) S 10766 10766 9094 0 -1 64 3789 0 0 0 2 1 0 0 16 0 9 0 1975018007 832266240 19298 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10780/tid=10783] ppid=10766 vsize=812760 CPUtime=0
/proc/10780/task/10783/stat : 10783 (java) S 10766 10766 9094 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1975018007 832266240 19298 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10780/tid=10784] ppid=10766 vsize=812760 CPUtime=0
/proc/10780/task/10784/stat : 10784 (java) S 10766 10766 9094 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1975018007 832266240 19298 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10780/tid=10785] ppid=10766 vsize=812760 CPUtime=0
/proc/10780/task/10785/stat : 10785 (java) S 10766 10766 9094 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1975018009 832266240 19298 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10780/tid=10786] ppid=10766 vsize=812760 CPUtime=0.27
/proc/10780/task/10786/stat : 10786 (java) S 10766 10766 9094 0 -1 64 860 0 0 0 26 1 0 0 15 0 9 0 1975018009 832266240 19298 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10780/tid=10787] ppid=10766 vsize=812760 CPUtime=0
/proc/10780/task/10787/stat : 10787 (java) S 10766 10766 9094 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1975018009 832266240 19298 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10780/tid=10788] ppid=10766 vsize=812760 CPUtime=0
/proc/10780/task/10788/stat : 10788 (java) S 10766 10766 9094 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1975018009 832266240 19298 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 860332

[startup+3.10166 s]
/proc/loadavg: 2.03 2.01 2.00 3/84 10788
/proc/meminfo: memFree=1547696/2055920 swapFree=4180732/4192956
[pid=10766] ppid=10764 vsize=47572 CPUtime=2.63
/proc/10766/stat : 10766 (galacM.sh) S 10764 10766 9094 0 -1 4194304 799 23267 0 1 0 0 248 15 17 0 1 0 1975018000 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 257203301210 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10766/statm: 11893 364 245 79 0 219 0
Current children cumulated CPU time (s) 2.63
Current children cumulated vsize (KiB) 47572

[startup+6.30193 s]
/proc/loadavg: 2.03 2.01 2.00 3/76 10789
/proc/meminfo: memFree=1615536/2055920 swapFree=4180732/4192956
[pid=10766] ppid=10764 vsize=47572 CPUtime=2.63
/proc/10766/stat : 10766 (galacM.sh) S 10764 10766 9094 0 -1 4194304 799 23267 0 1 0 0 248 15 17 0 1 0 1975018000 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 257203301210 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10766/statm: 11893 364 245 79 0 219 0
[pid=10789] ppid=10766 vsize=10504 CPUtime=3.54
/proc/10789/stat : 10789 (minisat) R 10766 10766 9094 0 -1 4194304 2420 0 0 0 353 1 0 0 25 0 1 0 1975018271 10756096 2401 996147200 134512640 135136200 4294955968 18446744073709551615 134529504 0 0 4096 3 0 0 0 17 1 0 0
/proc/10789/statm: 2626 2401 57 152 0 2471 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 58076

[startup+12.7025 s]
/proc/loadavg: 2.02 2.01 2.00 3/76 10789
/proc/meminfo: memFree=1610352/2055920 swapFree=4180732/4192956
[pid=10766] ppid=10764 vsize=47572 CPUtime=2.63
/proc/10766/stat : 10766 (galacM.sh) S 10764 10766 9094 0 -1 4194304 799 23267 0 1 0 0 248 15 17 0 1 0 1975018000 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 257203301210 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10766/statm: 11893 364 245 79 0 219 0
[pid=10789] ppid=10766 vsize=15112 CPUtime=9.89
/proc/10789/stat : 10789 (minisat) R 10766 10766 9094 0 -1 4194304 3567 0 0 0 986 3 0 0 25 0 1 0 1975018271 15474688 3548 996147200 134512640 135136200 4294955968 18446744073709551615 134529527 0 0 4096 3 0 0 0 17 1 0 0
/proc/10789/statm: 3778 3548 57 152 0 3623 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 62684

[startup+25.5015 s]
/proc/loadavg: 2.02 2.01 2.00 3/76 10789
/proc/meminfo: memFree=1604656/2055920 swapFree=4180732/4192956
[pid=10766] ppid=10764 vsize=47572 CPUtime=2.63
/proc/10766/stat : 10766 (galacM.sh) S 10764 10766 9094 0 -1 4194304 799 23267 0 1 0 0 248 15 17 0 1 0 1975018000 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 257203301210 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10766/statm: 11893 364 245 79 0 219 0
[pid=10789] ppid=10766 vsize=20452 CPUtime=22.56
/proc/10789/stat : 10789 (minisat) R 10766 10766 9094 0 -1 4194304 4890 0 0 0 2251 5 0 0 25 0 1 0 1975018271 20942848 4871 996147200 134512640 135136200 4294955968 18446744073709551615 134529566 0 0 4096 3 0 0 0 17 1 0 0
/proc/10789/statm: 5113 4871 57 152 0 4958 0
Current children cumulated CPU time (s) 25.19
Current children cumulated vsize (KiB) 68024

[startup+51.1016 s]
/proc/loadavg: 2.01 2.01 2.00 3/76 10789
/proc/meminfo: memFree=1596528/2055920 swapFree=4180732/4192956
[pid=10766] ppid=10764 vsize=47572 CPUtime=2.63
/proc/10766/stat : 10766 (galacM.sh) S 10764 10766 9094 0 -1 4194304 799 23267 0 1 0 0 248 15 17 0 1 0 1975018000 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 257203301210 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10766/statm: 11893 364 245 79 0 219 0
[pid=10789] ppid=10766 vsize=28716 CPUtime=47.92
/proc/10789/stat : 10789 (minisat) R 10766 10766 9094 0 -1 4194304 6927 0 0 0 4785 7 0 0 25 0 1 0 1975018271 29405184 6908 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/10789/statm: 7179 6908 57 152 0 7024 0
Current children cumulated CPU time (s) 50.55
Current children cumulated vsize (KiB) 76288

[startup+102.307 s]
/proc/loadavg: 2.09 2.03 2.01 3/76 10789
/proc/meminfo: memFree=1583536/2055920 swapFree=4180732/4192956
[pid=10766] ppid=10764 vsize=47572 CPUtime=2.63
/proc/10766/stat : 10766 (galacM.sh) S 10764 10766 9094 0 -1 4194304 799 23267 0 1 0 0 248 15 17 0 1 0 1975018000 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 257203301210 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10766/statm: 11893 364 245 79 0 219 0
[pid=10789] ppid=10766 vsize=40144 CPUtime=98.64
/proc/10789/stat : 10789 (minisat) R 10766 10766 9094 0 -1 4194304 9776 0 0 0 9854 10 0 0 25 0 1 0 1975018271 41107456 9757 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/10789/statm: 10036 9757 57 152 0 9881 0
Current children cumulated CPU time (s) 101.27
Current children cumulated vsize (KiB) 87716

[startup+162.302 s]
/proc/loadavg: 2.03 2.02 2.00 3/76 10789
/proc/meminfo: memFree=1581872/2055920 swapFree=4180732/4192956
[pid=10766] ppid=10764 vsize=47572 CPUtime=2.63
/proc/10766/stat : 10766 (galacM.sh) S 10764 10766 9094 0 -1 4194304 799 23267 0 1 0 0 248 15 17 0 1 0 1975018000 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 257203301210 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10766/statm: 11893 364 245 79 0 219 0
[pid=10789] ppid=10766 vsize=41184 CPUtime=158.08
/proc/10789/stat : 10789 (minisat) R 10766 10766 9094 0 -1 4194304 9984 0 0 0 15798 10 0 0 25 0 1 0 1975018271 42172416 9965 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/10789/statm: 10296 9965 57 152 0 10141 0
Current children cumulated CPU time (s) 160.71
Current children cumulated vsize (KiB) 88756

[startup+222.302 s]
/proc/loadavg: 2.01 2.02 2.00 3/76 10789
/proc/meminfo: memFree=1575856/2055920 swapFree=4180732/4192956
[pid=10766] ppid=10764 vsize=47572 CPUtime=2.63
/proc/10766/stat : 10766 (galacM.sh) S 10764 10766 9094 0 -1 4194304 799 23267 0 1 0 0 248 15 17 0 1 0 1975018000 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 257203301210 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10766/statm: 11893 364 245 79 0 219 0
[pid=10789] ppid=10766 vsize=46684 CPUtime=217.52
/proc/10789/stat : 10789 (minisat) R 10766 10766 9094 0 -1 4194304 11351 0 0 0 21740 12 0 0 25 0 1 0 1975018271 47804416 11332 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/10789/statm: 11671 11332 57 152 0 11516 0
Current children cumulated CPU time (s) 220.15
Current children cumulated vsize (KiB) 94256

[startup+282.302 s]
/proc/loadavg: 2.00 2.01 2.00 3/76 10789
/proc/meminfo: memFree=1572208/2055920 swapFree=4180732/4192956
[pid=10766] ppid=10764 vsize=47572 CPUtime=2.63
/proc/10766/stat : 10766 (galacM.sh) S 10764 10766 9094 0 -1 4194304 799 23267 0 1 0 0 248 15 17 0 1 0 1975018000 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 257203301210 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10766/statm: 11893 364 245 79 0 219 0
[pid=10789] ppid=10766 vsize=50316 CPUtime=276.97
/proc/10789/stat : 10789 (minisat) R 10766 10766 9094 0 -1 4194304 12205 0 0 0 27684 13 0 0 25 0 1 0 1975018271 51523584 12186 996147200 134512640 135136200 4294955968 18446744073709551615 134529518 0 0 4096 3 0 0 0 17 1 0 0
/proc/10789/statm: 12579 12186 57 152 0 12424 0
Current children cumulated CPU time (s) 279.6
Current children cumulated vsize (KiB) 97888

[startup+342.302 s]
/proc/loadavg: 2.07 2.02 2.00 3/76 10789
/proc/meminfo: memFree=1570224/2055920 swapFree=4180732/4192956
[pid=10766] ppid=10764 vsize=47572 CPUtime=2.63
/proc/10766/stat : 10766 (galacM.sh) S 10764 10766 9094 0 -1 4194304 799 23267 0 1 0 0 248 15 17 0 1 0 1975018000 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 257203301210 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0

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

/proc/10789/statm: 20839 20249 57 152 0 20684 0
Current children cumulated CPU time (s) 1173.08
Current children cumulated vsize (KiB) 130928

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 10826
/proc/meminfo: memFree=1555448/2055920 swapFree=4180732/4192956
[pid=10766] ppid=10764 vsize=47572 CPUtime=2.63
/proc/10766/stat : 10766 (galacM.sh) S 10764 10766 9094 0 -1 4194304 799 23267 0 1 0 0 248 15 17 0 1 0 1975018000 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 257203301210 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10766/statm: 11893 364 245 79 0 219 0
[pid=10789] ppid=10766 vsize=83684 CPUtime=1230.43
/proc/10789/stat : 10789 (minisat) R 10766 10766 9094 0 -1 4194304 20358 0 0 0 123019 24 0 0 25 0 1 0 1975018271 85692416 20339 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 0 0 0
/proc/10789/statm: 20921 20339 57 152 0 20766 0
Current children cumulated CPU time (s) 1233.06
Current children cumulated vsize (KiB) 131256

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 10826
/proc/meminfo: memFree=1555200/2055920 swapFree=4180732/4192956
[pid=10766] ppid=10764 vsize=47572 CPUtime=2.63
/proc/10766/stat : 10766 (galacM.sh) S 10764 10766 9094 0 -1 4194304 799 23267 0 1 0 0 248 15 17 0 1 0 1975018000 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 257203301210 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10766/statm: 11893 364 245 79 0 219 0
[pid=10789] ppid=10766 vsize=83992 CPUtime=1290.4
/proc/10789/stat : 10789 (minisat) R 10766 10766 9094 0 -1 4194304 20399 0 0 0 129016 24 0 0 25 0 1 0 1975018271 86007808 20380 996147200 134512640 135136200 4294955968 18446744073709551615 134529373 0 0 4096 3 0 0 0 17 0 0 0
/proc/10789/statm: 20998 20380 57 152 0 20843 0
Current children cumulated CPU time (s) 1293.03
Current children cumulated vsize (KiB) 131564

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 10826
/proc/meminfo: memFree=1555072/2055920 swapFree=4180732/4192956
[pid=10766] ppid=10764 vsize=47572 CPUtime=2.63
/proc/10766/stat : 10766 (galacM.sh) S 10764 10766 9094 0 -1 4194304 799 23267 0 1 0 0 248 15 17 0 1 0 1975018000 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 257203301210 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10766/statm: 11893 364 245 79 0 219 0
[pid=10789] ppid=10766 vsize=84276 CPUtime=1350.38
/proc/10789/stat : 10789 (minisat) R 10766 10766 9094 0 -1 4194304 20460 0 0 0 135014 24 0 0 25 0 1 0 1975018271 86298624 20441 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 0 0 0
/proc/10789/statm: 21069 20441 57 152 0 20914 0
Current children cumulated CPU time (s) 1353.01
Current children cumulated vsize (KiB) 131848

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 10826
/proc/meminfo: memFree=1554240/2055920 swapFree=4180732/4192956
[pid=10766] ppid=10764 vsize=47572 CPUtime=2.63
/proc/10766/stat : 10766 (galacM.sh) S 10764 10766 9094 0 -1 4194304 799 23267 0 1 0 0 248 15 17 0 1 0 1975018000 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 257203301210 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10766/statm: 11893 364 245 79 0 219 0
[pid=10789] ppid=10766 vsize=85128 CPUtime=1410.37
/proc/10789/stat : 10789 (minisat) R 10766 10766 9094 0 -1 4194304 20652 0 0 0 141012 25 0 0 25 0 1 0 1975018271 87171072 20633 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 0 0 0
/proc/10789/statm: 21282 20633 57 152 0 21127 0
Current children cumulated CPU time (s) 1413
Current children cumulated vsize (KiB) 132700

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 10826
/proc/meminfo: memFree=1550144/2055920 swapFree=4180732/4192956
[pid=10766] ppid=10764 vsize=47572 CPUtime=2.63
/proc/10766/stat : 10766 (galacM.sh) S 10764 10766 9094 0 -1 4194304 799 23267 0 1 0 0 248 15 17 0 1 0 1975018000 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 257203301210 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10766/statm: 11893 364 245 79 0 219 0
[pid=10789] ppid=10766 vsize=89248 CPUtime=1470.33
/proc/10789/stat : 10789 (minisat) R 10766 10766 9094 0 -1 4194304 21706 0 0 0 147007 26 0 0 25 0 1 0 1975018271 91389952 21687 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 0 0 0
/proc/10789/statm: 22312 21687 57 152 0 22157 0
Current children cumulated CPU time (s) 1472.96
Current children cumulated vsize (KiB) 136820

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 10875
/proc/meminfo: memFree=1521016/2055920 swapFree=4180732/4192956
[pid=10766] ppid=10764 vsize=47572 CPUtime=2.63
/proc/10766/stat : 10766 (galacM.sh) S 10764 10766 9094 0 -1 4194304 799 23267 0 1 0 0 248 15 17 0 1 0 1975018000 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 257203301210 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10766/statm: 11893 364 245 79 0 219 0
[pid=10789] ppid=10766 vsize=90124 CPUtime=1530.31
/proc/10789/stat : 10789 (minisat) R 10766 10766 9094 0 -1 4194304 21901 0 0 0 153004 27 0 0 25 0 1 0 1975018271 92286976 21882 996147200 134512640 135136200 4294955968 18446744073709551615 134529504 0 0 4096 3 0 0 0 17 0 0 0
/proc/10789/statm: 22531 21882 57 152 0 22376 0
Current children cumulated CPU time (s) 1532.94
Current children cumulated vsize (KiB) 137696

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 10875
/proc/meminfo: memFree=1507960/2055920 swapFree=4180732/4192956
[pid=10766] ppid=10764 vsize=47572 CPUtime=2.63
/proc/10766/stat : 10766 (galacM.sh) S 10764 10766 9094 0 -1 4194304 799 23267 0 1 0 0 248 15 17 0 1 0 1975018000 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 257203301210 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10766/statm: 11893 364 245 79 0 219 0
[pid=10789] ppid=10766 vsize=90336 CPUtime=1590.29
/proc/10789/stat : 10789 (minisat) R 10766 10766 9094 0 -1 4194304 21963 0 0 0 159002 27 0 0 25 0 1 0 1975018271 92504064 21944 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 0 0 0
/proc/10789/statm: 22584 21944 57 152 0 22429 0
Current children cumulated CPU time (s) 1592.92
Current children cumulated vsize (KiB) 137908

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 10875
/proc/meminfo: memFree=1500728/2055920 swapFree=4180732/4192956
[pid=10766] ppid=10764 vsize=47572 CPUtime=2.63
/proc/10766/stat : 10766 (galacM.sh) S 10764 10766 9094 0 -1 4194304 799 23267 0 1 0 0 248 15 17 0 1 0 1975018000 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 257203301210 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10766/statm: 11893 364 245 79 0 219 0
[pid=10789] ppid=10766 vsize=90496 CPUtime=1650.27
/proc/10789/stat : 10789 (minisat) R 10766 10766 9094 0 -1 4194304 21997 0 0 0 165000 27 0 0 25 0 1 0 1975018271 92667904 21978 996147200 134512640 135136200 4294955968 18446744073709551615 134529438 0 0 4096 3 0 0 0 17 0 0 0
/proc/10789/statm: 22624 21978 57 152 0 22469 0
Current children cumulated CPU time (s) 1652.9
Current children cumulated vsize (KiB) 138068

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 10875
/proc/meminfo: memFree=1500728/2055920 swapFree=4180732/4192956
[pid=10766] ppid=10764 vsize=47572 CPUtime=2.63
/proc/10766/stat : 10766 (galacM.sh) S 10764 10766 9094 0 -1 4194304 799 23267 0 1 0 0 248 15 17 0 1 0 1975018000 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 257203301210 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10766/statm: 11893 364 245 79 0 219 0
[pid=10789] ppid=10766 vsize=90496 CPUtime=1710.25
/proc/10789/stat : 10789 (minisat) R 10766 10766 9094 0 -1 4194304 21998 0 0 0 170998 27 0 0 25 0 1 0 1975018271 92667904 21979 996147200 134512640 135136200 4294955968 18446744073709551615 134527387 0 0 4096 3 0 0 0 17 0 0 0
/proc/10789/statm: 22624 21979 57 152 0 22469 0
Current children cumulated CPU time (s) 1712.88
Current children cumulated vsize (KiB) 138068

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 10875
/proc/meminfo: memFree=1497784/2055920 swapFree=4180732/4192956
[pid=10766] ppid=10764 vsize=47572 CPUtime=2.63
/proc/10766/stat : 10766 (galacM.sh) S 10764 10766 9094 0 -1 4194304 799 23267 0 1 0 0 248 15 17 0 1 0 1975018000 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 257203301210 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10766/statm: 11893 364 245 79 0 219 0
[pid=10789] ppid=10766 vsize=90496 CPUtime=1770.22
/proc/10789/stat : 10789 (minisat) R 10766 10766 9094 0 -1 4194304 21999 0 0 0 176995 27 0 0 25 0 1 0 1975018271 92667904 21980 996147200 134512640 135136200 4294955968 18446744073709551615 134529580 0 0 4096 3 0 0 0 17 0 0 0
/proc/10789/statm: 22624 21980 57 152 0 22469 0
Current children cumulated CPU time (s) 1772.85
Current children cumulated vsize (KiB) 138068



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809.51 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 10875
/proc/meminfo: memFree=1493560/2055920 swapFree=4180732/4192956
[pid=10766] ppid=10764 vsize=47572 CPUtime=2.63
/proc/10766/stat : 10766 (galacM.sh) S 10764 10766 9094 0 -1 4194304 799 23267 0 1 0 0 248 15 17 0 1 0 1975018000 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 257203301210 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10766/statm: 11893 364 245 79 0 219 0
[pid=10789] ppid=10766 vsize=90496 CPUtime=1797.42
/proc/10789/stat : 10789 (minisat) R 10766 10766 9094 0 -1 4194304 21999 0 0 0 179715 27 0 0 25 0 1 0 1975018271 92667904 21980 996147200 134512640 135136200 4294955968 18446744073709551615 134529444 0 0 4096 3 0 0 0 17 0 0 0
/proc/10789/statm: 22624 21980 57 152 0 22469 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 138068

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

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

[startup+1809.51 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 10875
/proc/meminfo: memFree=1493560/2055920 swapFree=4180732/4192956
[pid=10766] ppid=10764 vsize=47572 CPUtime=2.63
/proc/10766/stat : 10766 (galacM.sh) S 10764 10766 9094 0 -1 4194304 799 23267 0 1 0 0 248 15 17 0 1 0 1975018000 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 257203301210 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10766/statm: 11893 364 245 79 0 219 0
[pid=10789] ppid=10766 vsize=90496 CPUtime=1797.42
/proc/10789/stat : 10789 (minisat) R 10766 10766 9094 0 -1 4194304 21999 0 0 0 179715 27 0 0 25 0 1 0 1975018271 92667904 21980 996147200 134512640 135136200 4294955968 18446744073709551615 134529444 0 0 4096 3 0 0 0 17 0 0 0
/proc/10789/statm: 22624 21980 57 152 0 22469 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 138068

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1809.52
CPU time (s): 1800.05
CPU user time (s): 1799.63
CPU system time (s): 0.42
CPU usage (%): 99.4767
Max. virtual memory (cumulated for all children) (KiB): 860332

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

runsolver used 2.00469 second user time and 5.76012 second system time

The end

Launcher Data (download as text)

Begin job on node65 at 2008-07-02 03:01:22
IDJOB=1037006
IDBENCH=53484
IDSOLVER=350
FILE ID=node65/1037006-1214960482
PBS_JOBID= 7870204
Free space on /tmp= 66548 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 44c87b72461534ee5434247b2954af36
RANDOM SEED=948679253

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1626080 kB
Buffers:         48480 kB
Cached:         307720 kB
SwapCached:       6036 kB
Active:          79624 kB
Inactive:       300792 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1626080 kB
SwapTotal:     4192956 kB
SwapFree:      4180732 kB
Dirty:            3336 kB
Writeback:           0 kB
Mapped:          31172 kB
Slab:            34564 kB
Committed_AS:  3780276 kB
PageTables:       1900 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= 66544 MiB
End job on node65 at 2008-07-02 03:31:34