Trace number 1098695

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 E? (TO) 1800.03 1802.51

General information on the benchmark

Namecsp/rand-2-40-19/
normalized-rand-2-40-19-443-230-19_ext.xml
MD5SUM14b0f90c582ede8d8a5dfd862cea52f8
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 benchmark43.0005
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints335
Maximum constraint arity2
Maximum domain size19
Number of constraints which are defined in extension335
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.05	c start processing
0.96/1.05	c start relation processing
0.96/1.07	c start cnf exporting
2.06/2.16	c parsing time : 0.925
2.06/2.16	c preprocessing time : 2.037
2.06/2.16	
2.06/2.16	c Nary constraints - conflicts : 0 supports : 0
2.06/2.16	c Binary constraints - conflicts : 319 supports :16
2.06/2.16	c max arity constraint : 2
2.06/2.16	c Max Tuples generated 0
2.06/2.16	c relations : 335
2.06/2.16	c relations BDD: 0
2.06/2.16	c sampling 0/0
2.06/2.16	c vars : 761 - clauses :  38631
2.06/2.16	
2.06/2.19	 
2.06/2.19	c --- SAT Solver Stats ---
2.06/2.19	 
2.06/2.19	c eSAT 0.1 : minisat core with additionnal features
2.06/2.19	c ============================[ Problem Statistics ]=============================
2.06/2.19	c |                                                                             |
2.06/2.19	c |  Number of variables:  760                                                  |
2.06/2.19	c |  Number of clauses:    38631                                                |
2.13/2.22	c |  Parsing time:         0.02         s                                       |

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-1098695-1215284946/watcher-1098695-1215284946 -o /tmp/evaluation-result-1098695-1215284946/solver-1098695-1215284946 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1098695-1215284946.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.13 2.05 2.01 4/72 32025
/proc/meminfo: memFree=1736240/2055920 swapFree=4180436/4192956
[pid=32025] ppid=32023 vsize=18572 CPUtime=0
/proc/32025/stat : 32025 (runsolver) R 32023 32025 31943 0 -1 4194368 15 0 0 0 0 0 0 0 23 0 1 0 1558166346 19017728 292 996147200 4194304 4296836 548682068496 18446744073709551615 269757246759 0 0 4096 24578 0 0 0 17 1 0 0
/proc/32025/statm: 4643 292 257 25 0 2626 0

[startup+0.0862401 s]
/proc/loadavg: 2.13 2.05 2.01 4/72 32025
/proc/meminfo: memFree=1736240/2055920 swapFree=4180436/4192956
[pid=32025] ppid=32023 vsize=47584 CPUtime=0.01
/proc/32025/stat : 32025 (galacE.sh) S 32023 32025 31943 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 1558166346 48726016 364 996147200 4194304 4520092 548682068832 18446744073709551615 269756853082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32025/statm: 11896 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47584

[startup+0.102202 s]
/proc/loadavg: 2.13 2.05 2.01 4/72 32025
/proc/meminfo: memFree=1736240/2055920 swapFree=4180436/4192956
[pid=32025] ppid=32023 vsize=47584 CPUtime=0.01
/proc/32025/stat : 32025 (galacE.sh) S 32023 32025 31943 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 1558166346 48726016 364 996147200 4194304 4520092 548682068832 18446744073709551615 269756853082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32025/statm: 11896 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47584

[startup+0.302229 s]
/proc/loadavg: 2.13 2.05 2.01 4/72 32025
/proc/meminfo: memFree=1736240/2055920 swapFree=4180436/4192956
[pid=32025] ppid=32023 vsize=47584 CPUtime=0.01
/proc/32025/stat : 32025 (galacE.sh) S 32023 32025 31943 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 1558166346 48726016 364 996147200 4194304 4520092 548682068832 18446744073709551615 269756853082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32025/statm: 11896 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47584

[startup+0.702281 s]
/proc/loadavg: 2.13 2.05 2.01 4/72 32025
/proc/meminfo: memFree=1736240/2055920 swapFree=4180436/4192956
[pid=32025] ppid=32023 vsize=47584 CPUtime=0.01
/proc/32025/stat : 32025 (galacE.sh) S 32023 32025 31943 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 1558166346 48726016 364 996147200 4194304 4520092 548682068832 18446744073709551615 269756853082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32025/statm: 11896 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47584

[startup+1.50238 s]
/proc/loadavg: 2.13 2.05 2.01 4/82 32047
/proc/meminfo: memFree=1666008/2055920 swapFree=4180436/4192956
[pid=32025] ppid=32023 vsize=47584 CPUtime=0.01
/proc/32025/stat : 32025 (galacE.sh) S 32023 32025 31943 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 1558166346 48726016 364 996147200 4194304 4520092 548682068832 18446744073709551615 269756853082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32025/statm: 11896 364 245 79 0 219 0
[pid=32039] ppid=32025 vsize=812764 CPUtime=1.45
/proc/32039/stat : 32039 (java) S 32025 32025 31943 0 -1 0 19889 0 1 0 134 11 0 0 18 0 9 0 1558166349 832270336 19305 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32039/statm: 203191 19305 1911 9 0 197172 0
[pid=32039/tid=32040] ppid=32025 vsize=812764 CPUtime=1.11
/proc/32039/task/32040/stat : 32040 (java) R 32025 32025 31943 0 -1 64 14532 0 1 0 104 7 0 0 25 0 9 0 1558166351 832270336 19305 996147200 134512640 134550740 4294955600 18446744073709551615 4127011053 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32039/tid=32041] ppid=32025 vsize=812764 CPUtime=0.03
/proc/32039/task/32041/stat : 32041 (java) S 32025 32025 31943 0 -1 64 3793 0 0 0 2 1 0 0 16 0 9 0 1558166352 832270336 19305 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32039/tid=32042] ppid=32025 vsize=812764 CPUtime=0
/proc/32039/task/32042/stat : 32042 (java) S 32025 32025 31943 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1558166352 832270336 19305 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32039/tid=32043] ppid=32025 vsize=812764 CPUtime=0
/proc/32039/task/32043/stat : 32043 (java) S 32025 32025 31943 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1558166352 832270336 19305 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32039/tid=32044] ppid=32025 vsize=812764 CPUtime=0
/proc/32039/task/32044/stat : 32044 (java) S 32025 32025 31943 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1558166355 832270336 19305 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32039/tid=32045] ppid=32025 vsize=812764 CPUtime=0.27
/proc/32039/task/32045/stat : 32045 (java) S 32025 32025 31943 0 -1 64 865 0 0 0 27 0 0 0 16 0 9 0 1558166355 832270336 19305 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32039/tid=32046] ppid=32025 vsize=812764 CPUtime=0
/proc/32039/task/32046/stat : 32046 (java) S 32025 32025 31943 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1558166355 832270336 19305 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32039/tid=32047] ppid=32025 vsize=812764 CPUtime=0
/proc/32039/task/32047/stat : 32047 (java) S 32025 32025 31943 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1558166355 832270336 19305 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 860348

[startup+3.1016 s]
/proc/loadavg: 2.13 2.05 2.01 3/82 32047
/proc/meminfo: memFree=1659160/2055920 swapFree=4180436/4192956
[pid=32025] ppid=32023 vsize=47584 CPUtime=2.13
/proc/32025/stat : 32025 (galacE.sh) S 32023 32025 31943 0 -1 4194304 799 23054 0 1 0 0 199 14 17 0 1 0 1558166346 48726016 364 996147200 4194304 4520092 548682068832 18446744073709551615 269756853082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32025/statm: 11896 364 245 79 0 219 0
Current children cumulated CPU time (s) 2.13
Current children cumulated vsize (KiB) 47584

[startup+6.30202 s]
/proc/loadavg: 2.12 2.05 2.01 3/74 32048
/proc/meminfo: memFree=1729432/2055920 swapFree=4180436/4192956
[pid=32025] ppid=32023 vsize=47584 CPUtime=2.13
/proc/32025/stat : 32025 (galacE.sh) S 32023 32025 31943 0 -1 4194304 799 23054 0 1 0 0 199 14 17 0 1 0 1558166346 48726016 364 996147200 4194304 4520092 548682068832 18446744073709551615 269756853082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32025/statm: 11896 364 245 79 0 219 0
[pid=32048] ppid=32025 vsize=6816 CPUtime=4.08
/proc/32048/stat : 32048 (eSAT_static) R 32025 32025 31943 0 -1 4194304 1550 0 0 0 408 0 0 0 25 0 1 0 1558166565 6979584 1449 996147200 134512640 135177480 4294955968 18446744073709551615 134565083 0 0 4096 3 0 0 0 17 1 0 0
/proc/32048/statm: 1704 1449 81 162 0 1539 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 54400

[startup+12.7019 s]
/proc/loadavg: 2.11 2.05 2.01 3/74 32048
/proc/meminfo: memFree=1726232/2055920 swapFree=4180436/4192956
[pid=32025] ppid=32023 vsize=47584 CPUtime=2.13
/proc/32025/stat : 32025 (galacE.sh) S 32023 32025 31943 0 -1 4194304 799 23054 0 1 0 0 199 14 17 0 1 0 1558166346 48726016 364 996147200 4194304 4520092 548682068832 18446744073709551615 269756853082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32025/statm: 11896 364 245 79 0 219 0
[pid=32048] ppid=32025 vsize=9744 CPUtime=10.45
/proc/32048/stat : 32048 (eSAT_static) R 32025 32025 31943 0 -1 4194304 2298 0 0 0 1044 1 0 0 25 0 1 0 1558166565 9977856 2197 996147200 134512640 135177480 4294955968 18446744073709551615 134565321 0 0 4096 3 0 0 0 17 1 0 0
/proc/32048/statm: 2436 2197 81 162 0 2271 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 57328

[startup+25.5016 s]
/proc/loadavg: 2.08 2.05 2.01 3/74 32048
/proc/meminfo: memFree=1722976/2055920 swapFree=4180436/4192956
[pid=32025] ppid=32023 vsize=47584 CPUtime=2.13
/proc/32025/stat : 32025 (galacE.sh) S 32023 32025 31943 0 -1 4194304 799 23054 0 1 0 0 199 14 17 0 1 0 1558166346 48726016 364 996147200 4194304 4520092 548682068832 18446744073709551615 269756853082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32025/statm: 11896 364 245 79 0 219 0
[pid=32048] ppid=32025 vsize=13408 CPUtime=23.18
/proc/32048/stat : 32048 (eSAT_static) R 32025 32025 31943 0 -1 4194304 3193 0 0 0 2316 2 0 0 25 0 1 0 1558166565 13729792 3092 996147200 134512640 135177480 4294955968 18446744073709551615 134565340 0 0 4096 3 0 0 0 17 1 0 0
/proc/32048/statm: 3352 3092 81 162 0 3187 0
Current children cumulated CPU time (s) 25.31
Current children cumulated vsize (KiB) 60992

[startup+51.102 s]
/proc/loadavg: 2.13 2.06 2.01 3/74 32048
/proc/meminfo: memFree=1717408/2055920 swapFree=4180436/4192956
[pid=32025] ppid=32023 vsize=47584 CPUtime=2.13
/proc/32025/stat : 32025 (galacE.sh) S 32023 32025 31943 0 -1 4194304 799 23054 0 1 0 0 199 14 17 0 1 0 1558166346 48726016 364 996147200 4194304 4520092 548682068832 18446744073709551615 269756853082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32025/statm: 11896 364 245 79 0 219 0
[pid=32048] ppid=32025 vsize=19100 CPUtime=48.65
/proc/32048/stat : 32048 (eSAT_static) R 32025 32025 31943 0 -1 4194304 4604 0 0 0 4862 3 0 0 25 0 1 0 1558166565 19558400 4503 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/32048/statm: 4775 4503 81 162 0 4610 0
Current children cumulated CPU time (s) 50.78
Current children cumulated vsize (KiB) 66684

[startup+102.307 s]
/proc/loadavg: 2.06 2.05 2.01 3/74 32048
/proc/meminfo: memFree=1712672/2055920 swapFree=4180436/4192956
[pid=32025] ppid=32023 vsize=47584 CPUtime=2.13
/proc/32025/stat : 32025 (galacE.sh) S 32023 32025 31943 0 -1 4194304 799 23054 0 1 0 0 199 14 17 0 1 0 1558166346 48726016 364 996147200 4194304 4520092 548682068832 18446744073709551615 269756853082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32025/statm: 11896 364 245 79 0 219 0
[pid=32048] ppid=32025 vsize=23504 CPUtime=99.61
/proc/32048/stat : 32048 (eSAT_static) R 32025 32025 31943 0 -1 4194304 5703 0 0 0 9957 4 0 0 25 0 1 0 1558166565 24068096 5602 996147200 134512640 135177480 4294955968 18446744073709551615 134565457 0 0 4096 3 0 0 0 17 1 0 0
/proc/32048/statm: 5876 5602 81 162 0 5711 0
Current children cumulated CPU time (s) 101.74
Current children cumulated vsize (KiB) 71088

[startup+162.302 s]
/proc/loadavg: 2.05 2.05 2.01 3/74 32048
/proc/meminfo: memFree=1705312/2055920 swapFree=4180436/4192956
[pid=32025] ppid=32023 vsize=47584 CPUtime=2.13
/proc/32025/stat : 32025 (galacE.sh) S 32023 32025 31943 0 -1 4194304 799 23054 0 1 0 0 199 14 17 0 1 0 1558166346 48726016 364 996147200 4194304 4520092 548682068832 18446744073709551615 269756853082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32025/statm: 11896 364 245 79 0 219 0
[pid=32048] ppid=32025 vsize=30956 CPUtime=159.32
/proc/32048/stat : 32048 (eSAT_static) R 32025 32025 31943 0 -1 4194304 7536 0 0 0 15925 7 0 0 25 0 1 0 1558166565 31698944 7435 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/32048/statm: 7739 7435 81 162 0 7574 0
Current children cumulated CPU time (s) 161.45
Current children cumulated vsize (KiB) 78540

[startup+222.302 s]
/proc/loadavg: 2.02 2.04 2.00 3/74 32048
/proc/meminfo: memFree=1702368/2055920 swapFree=4180436/4192956
[pid=32025] ppid=32023 vsize=47584 CPUtime=2.13
/proc/32025/stat : 32025 (galacE.sh) S 32023 32025 31943 0 -1 4194304 799 23054 0 1 0 0 199 14 17 0 1 0 1558166346 48726016 364 996147200 4194304 4520092 548682068832 18446744073709551615 269756853082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32025/statm: 11896 364 245 79 0 219 0
[pid=32048] ppid=32025 vsize=34020 CPUtime=219.03
/proc/32048/stat : 32048 (eSAT_static) R 32025 32025 31943 0 -1 4194304 8319 0 0 0 21895 8 0 0 25 0 1 0 1558166565 34836480 8218 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/32048/statm: 8505 8218 81 162 0 8340 0
Current children cumulated CPU time (s) 221.16
Current children cumulated vsize (KiB) 81604

[startup+282.302 s]
/proc/loadavg: 2.00 2.03 2.00 3/74 32048
/proc/meminfo: memFree=1699872/2055920 swapFree=4180436/4192956
[pid=32025] ppid=32023 vsize=47584 CPUtime=2.13
/proc/32025/stat : 32025 (galacE.sh) S 32023 32025 31943 0 -1 4194304 799 23054 0 1 0 0 199 14 17 0 1 0 1558166346 48726016 364 996147200 4194304 4520092 548682068832 18446744073709551615 269756853082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32025/statm: 11896 364 245 79 0 219 0
[pid=32048] ppid=32025 vsize=36408 CPUtime=278.74
/proc/32048/stat : 32048 (eSAT_static) R 32025 32025 31943 0 -1 4194304 8914 0 0 0 27865 9 0 0 25 0 1 0 1558166565 37281792 8813 996147200 134512640 135177480 4294955968 18446744073709551615 134565275 0 0 4096 3 0 0 0 17 1 0 0
/proc/32048/statm: 9102 8813 81 162 0 8937 0
Current children cumulated CPU time (s) 280.87
Current children cumulated vsize (KiB) 83992

[startup+342.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/74 32048
/proc/meminfo: memFree=1694944/2055920 swapFree=4180436/4192956
[pid=32025] ppid=32023 vsize=47584 CPUtime=2.13
/proc/32025/stat : 32025 (galacE.sh) S 32023 32025 31943 0 -1 4194304 799 23054 0 1 0 0 199 14 17 0 1 0 1558166346 48726016 364 996147200 4194304 4520092 548682068832 18446744073709551615 269756853082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32025/statm: 11896 364 245 79 0 219 0
[pid=32048] ppid=32025 vsize=41340 CPUtime=338.44
/proc/32048/stat : 32048 (eSAT_static) R 32025 32025 31943 0 -1 4194304 10158 0 0 0 33833 11 0 0 25 0 1 0 1558166565 42332160 10057 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/32048/statm: 10335 10057 81 162 0 10170 0
Current children cumulated CPU time (s) 340.57
Current children cumulated vsize (KiB) 88924

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

/proc/32048/statm: 21379 20901 81 162 0 21214 0
Current children cumulated CPU time (s) 1180.08
Current children cumulated vsize (KiB) 133100

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 32416
/proc/meminfo: memFree=1646296/2055920 swapFree=4180436/4192956
[pid=32025] ppid=32023 vsize=47584 CPUtime=2.13
/proc/32025/stat : 32025 (galacE.sh) S 32023 32025 31943 0 -1 4194304 799 23054 0 1 0 0 199 14 17 0 1 0 1558166346 48726016 364 996147200 4194304 4520092 548682068832 18446744073709551615 269756853082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32025/statm: 11896 364 245 79 0 219 0
[pid=32048] ppid=32025 vsize=85516 CPUtime=1237.92
/proc/32048/stat : 32048 (eSAT_static) R 32025 32025 31943 0 -1 4194304 21003 0 0 0 123761 31 0 0 25 0 1 0 1558166565 87568384 20902 996147200 134512640 135177480 4294955968 18446744073709551615 134565395 0 0 4096 3 0 0 0 17 0 0 0
/proc/32048/statm: 21379 20902 81 162 0 21214 0
Current children cumulated CPU time (s) 1240.05
Current children cumulated vsize (KiB) 133100

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 32416
/proc/meminfo: memFree=1646168/2055920 swapFree=4180436/4192956
[pid=32025] ppid=32023 vsize=47584 CPUtime=2.13
/proc/32025/stat : 32025 (galacE.sh) S 32023 32025 31943 0 -1 4194304 799 23054 0 1 0 0 199 14 17 0 1 0 1558166346 48726016 364 996147200 4194304 4520092 548682068832 18446744073709551615 269756853082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32025/statm: 11896 364 245 79 0 219 0
[pid=32048] ppid=32025 vsize=85704 CPUtime=1297.9
/proc/32048/stat : 32048 (eSAT_static) R 32025 32025 31943 0 -1 4194304 21020 0 0 0 129759 31 0 0 25 0 1 0 1558166565 87760896 20919 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/32048/statm: 21426 20919 81 162 0 21261 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 133288

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/83 32416
/proc/meminfo: memFree=1645976/2055920 swapFree=4180436/4192956
[pid=32025] ppid=32023 vsize=47584 CPUtime=2.13
/proc/32025/stat : 32025 (galacE.sh) S 32023 32025 31943 0 -1 4194304 799 23054 0 1 0 0 199 14 17 0 1 0 1558166346 48726016 364 996147200 4194304 4520092 548682068832 18446744073709551615 269756853082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32025/statm: 11896 364 245 79 0 219 0
[pid=32048] ppid=32025 vsize=86024 CPUtime=1357.87
/proc/32048/stat : 32048 (eSAT_static) R 32025 32025 31943 0 -1 4194304 21092 0 0 0 135756 31 0 0 25 0 1 0 1558166565 88088576 20991 996147200 134512640 135177480 4294955968 18446744073709551615 134565412 0 0 4096 3 0 0 0 17 0 0 0
/proc/32048/statm: 21506 20991 81 162 0 21341 0
Current children cumulated CPU time (s) 1360
Current children cumulated vsize (KiB) 133608

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 32416
/proc/meminfo: memFree=1645720/2055920 swapFree=4180436/4192956
[pid=32025] ppid=32023 vsize=47584 CPUtime=2.13
/proc/32025/stat : 32025 (galacE.sh) S 32023 32025 31943 0 -1 4194304 799 23054 0 1 0 0 199 14 17 0 1 0 1558166346 48726016 364 996147200 4194304 4520092 548682068832 18446744073709551615 269756853082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32025/statm: 11896 364 245 79 0 219 0
[pid=32048] ppid=32025 vsize=86212 CPUtime=1417.85
/proc/32048/stat : 32048 (eSAT_static) R 32025 32025 31943 0 -1 4194304 21143 0 0 0 141754 31 0 0 25 0 1 0 1558166565 88281088 21042 996147200 134512640 135177480 4294955968 18446744073709551615 134565340 0 0 4096 3 0 0 0 17 0 0 0
/proc/32048/statm: 21553 21042 81 162 0 21388 0
Current children cumulated CPU time (s) 1419.98
Current children cumulated vsize (KiB) 133796

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 32416
/proc/meminfo: memFree=1645272/2055920 swapFree=4180436/4192956
[pid=32025] ppid=32023 vsize=47584 CPUtime=2.13
/proc/32025/stat : 32025 (galacE.sh) S 32023 32025 31943 0 -1 4194304 799 23054 0 1 0 0 199 14 17 0 1 0 1558166346 48726016 364 996147200 4194304 4520092 548682068832 18446744073709551615 269756853082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32025/statm: 11896 364 245 79 0 219 0
[pid=32048] ppid=32025 vsize=86752 CPUtime=1477.83
/proc/32048/stat : 32048 (eSAT_static) R 32025 32025 31943 0 -1 4194304 21273 0 0 0 147752 31 0 0 25 0 1 0 1558166565 88834048 21172 996147200 134512640 135177480 4294955968 18446744073709551615 134565331 0 0 4096 3 0 0 0 17 0 0 0
/proc/32048/statm: 21688 21172 81 162 0 21523 0
Current children cumulated CPU time (s) 1479.96
Current children cumulated vsize (KiB) 134336

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 32416
/proc/meminfo: memFree=1644952/2055920 swapFree=4180436/4192956
[pid=32025] ppid=32023 vsize=47584 CPUtime=2.13
/proc/32025/stat : 32025 (galacE.sh) S 32023 32025 31943 0 -1 4194304 799 23054 0 1 0 0 199 14 17 0 1 0 1558166346 48726016 364 996147200 4194304 4520092 548682068832 18446744073709551615 269756853082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32025/statm: 11896 364 245 79 0 219 0
[pid=32048] ppid=32025 vsize=87208 CPUtime=1537.8
/proc/32048/stat : 32048 (eSAT_static) R 32025 32025 31943 0 -1 4194304 21352 0 0 0 153749 31 0 0 25 0 1 0 1558166565 89300992 21251 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/32048/statm: 21802 21251 81 162 0 21637 0
Current children cumulated CPU time (s) 1539.93
Current children cumulated vsize (KiB) 134792

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 32416
/proc/meminfo: memFree=1643736/2055920 swapFree=4180436/4192956
[pid=32025] ppid=32023 vsize=47584 CPUtime=2.13
/proc/32025/stat : 32025 (galacE.sh) S 32023 32025 31943 0 -1 4194304 799 23054 0 1 0 0 199 14 17 0 1 0 1558166346 48726016 364 996147200 4194304 4520092 548682068832 18446744073709551615 269756853082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32025/statm: 11896 364 245 79 0 219 0
[pid=32048] ppid=32025 vsize=88568 CPUtime=1597.77
/proc/32048/stat : 32048 (eSAT_static) R 32025 32025 31943 0 -1 4194304 21689 0 0 0 159746 31 0 0 25 0 1 0 1558166565 90693632 21588 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/32048/statm: 22142 21588 81 162 0 21977 0
Current children cumulated CPU time (s) 1599.9
Current children cumulated vsize (KiB) 136152

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 32416
/proc/meminfo: memFree=1638232/2055920 swapFree=4180436/4192956
[pid=32025] ppid=32023 vsize=47584 CPUtime=2.13
/proc/32025/stat : 32025 (galacE.sh) S 32023 32025 31943 0 -1 4194304 799 23054 0 1 0 0 199 14 17 0 1 0 1558166346 48726016 364 996147200 4194304 4520092 548682068832 18446744073709551615 269756853082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32025/statm: 11896 364 245 79 0 219 0
[pid=32048] ppid=32025 vsize=94040 CPUtime=1657.75
/proc/32048/stat : 32048 (eSAT_static) R 32025 32025 31943 0 -1 4194304 23049 0 0 0 165742 33 0 0 25 0 1 0 1558166565 96296960 22948 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/32048/statm: 23510 22948 81 162 0 23345 0
Current children cumulated CPU time (s) 1659.88
Current children cumulated vsize (KiB) 141624

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 32416
/proc/meminfo: memFree=1632856/2055920 swapFree=4180436/4192956
[pid=32025] ppid=32023 vsize=47584 CPUtime=2.13
/proc/32025/stat : 32025 (galacE.sh) S 32023 32025 31943 0 -1 4194304 799 23054 0 1 0 0 199 14 17 0 1 0 1558166346 48726016 364 996147200 4194304 4520092 548682068832 18446744073709551615 269756853082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32025/statm: 11896 364 245 79 0 219 0
[pid=32048] ppid=32025 vsize=99480 CPUtime=1717.72
/proc/32048/stat : 32048 (eSAT_static) R 32025 32025 31943 0 -1 4194304 24392 0 0 0 171738 34 0 0 25 0 1 0 1558166565 101867520 24291 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/32048/statm: 24870 24291 81 162 0 24705 0
Current children cumulated CPU time (s) 1719.85
Current children cumulated vsize (KiB) 147064

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 32416
/proc/meminfo: memFree=1628056/2055920 swapFree=4180436/4192956
[pid=32025] ppid=32023 vsize=47584 CPUtime=2.13
/proc/32025/stat : 32025 (galacE.sh) S 32023 32025 31943 0 -1 4194304 799 23054 0 1 0 0 199 14 17 0 1 0 1558166346 48726016 364 996147200 4194304 4520092 548682068832 18446744073709551615 269756853082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32025/statm: 11896 364 245 79 0 219 0
[pid=32048] ppid=32025 vsize=104080 CPUtime=1777.7
/proc/32048/stat : 32048 (eSAT_static) R 32025 32025 31943 0 -1 4194304 25537 0 0 0 177735 35 0 0 25 0 1 0 1558166565 106577920 25436 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/32048/statm: 26020 25436 81 162 0 25855 0
Current children cumulated CPU time (s) 1779.83
Current children cumulated vsize (KiB) 151664



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1802.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 32416
/proc/meminfo: memFree=1626456/2055920 swapFree=4180436/4192956
[pid=32025] ppid=32023 vsize=47584 CPUtime=2.13
/proc/32025/stat : 32025 (galacE.sh) S 32023 32025 31943 0 -1 4194304 799 23054 0 1 0 0 199 14 17 0 1 0 1558166346 48726016 364 996147200 4194304 4520092 548682068832 18446744073709551615 269756853082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32025/statm: 11896 364 245 79 0 219 0
[pid=32048] ppid=32025 vsize=105632 CPUtime=1797.9
/proc/32048/stat : 32048 (eSAT_static) R 32025 32025 31943 0 -1 4194304 25928 0 0 0 179754 36 0 0 25 0 1 0 1558166565 108167168 25827 996147200 134512640 135177480 4294955968 18446744073709551615 134565480 0 0 4096 3 0 0 0 17 0 0 0
/proc/32048/statm: 26408 25827 81 162 0 26243 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 153216

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

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

[startup+1802.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 32416
/proc/meminfo: memFree=1626456/2055920 swapFree=4180436/4192956
[pid=32025] ppid=32023 vsize=47584 CPUtime=2.13
/proc/32025/stat : 32025 (galacE.sh) S 32023 32025 31943 0 -1 4194304 799 23054 0 1 0 0 199 14 17 0 1 0 1558166346 48726016 364 996147200 4194304 4520092 548682068832 18446744073709551615 269756853082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32025/statm: 11896 364 245 79 0 219 0
[pid=32048] ppid=32025 vsize=105632 CPUtime=1797.9
/proc/32048/stat : 32048 (eSAT_static) R 32025 32025 31943 0 -1 4194304 25928 0 0 0 179754 36 0 0 25 0 1 0 1558166565 108167168 25827 996147200 134512640 135177480 4294955968 18446744073709551615 134565480 0 0 4096 3 0 0 0 17 0 0 0
/proc/32048/statm: 26408 25827 81 162 0 26243 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 153216

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1802.51
CPU time (s): 1800.03
CPU user time (s): 1799.53
CPU system time (s): 0.5
CPU usage (%): 99.8623
Max. virtual memory (cumulated for all children) (KiB): 860348

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

runsolver used 2.57361 second user time and 5.53616 second system time

The end

Launcher Data (download as text)

Begin job on node13 at 2008-07-05 21:09:06
IDJOB=1098695
IDBENCH=59650
IDSOLVER=351
FILE ID=node13/1098695-1215284946
PBS_JOBID= 7882341
Free space on /tmp= 66524 MiB

SOLVER NAME= galac E
BENCH NAME= CPAI08/csp/rand-2-40-19/normalized-rand-2-40-19-443-230-19_ext.xml
COMMAND LINE= HOME/galacE.sh BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1098695-1215284946/watcher-1098695-1215284946 -o /tmp/evaluation-result-1098695-1215284946/solver-1098695-1215284946 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/galacE.sh HOME/instance-1098695-1215284946.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 14b0f90c582ede8d8a5dfd862cea52f8
RANDOM SEED=363066740

node13.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.238
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.238
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:       1736720 kB
Buffers:         57404 kB
Cached:         190176 kB
SwapCached:       6400 kB
Active:         172764 kB
Inactive:        91052 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1736720 kB
SwapTotal:     4192956 kB
SwapFree:      4180436 kB
Dirty:            3324 kB
Writeback:           0 kB
Mapped:          23696 kB
Slab:            40620 kB
Committed_AS:  3219196 kB
PageTables:       1888 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= 66520 MiB
End job on node13 at 2008-07-05 21:39:10