Trace number 1101379

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.01 1817.31

General information on the benchmark

Namecsp/rand-2-40-19-fcd/
normalized-rand-2-40-19-443-230-fcd-22_ext.xml
MD5SUMac763b3ae8565455c2a92c96a9db7d59
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 benchmark0.834872
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints341
Maximum constraint arity2
Maximum domain size19
Number of constraints which are defined in extension341
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.95/1.06	c start processing
0.95/1.06	c start relation processing
0.95/1.07	c start cnf exporting
2.04/2.18	c parsing time : 0.931
2.04/2.18	c preprocessing time : 2.053
2.04/2.18	
2.04/2.18	c Nary constraints - conflicts : 0 supports : 0
2.04/2.18	c Binary constraints - conflicts : 329 supports :12
2.04/2.18	c max arity constraint : 2
2.04/2.18	c Max Tuples generated 0
2.04/2.18	c relations : 341
2.04/2.18	c relations BDD: 0
2.04/2.18	c sampling 0/0
2.04/2.18	c vars : 761 - clauses :  39672
2.04/2.18	
2.12/2.24	 
2.12/2.24	c --- SAT Solver Stats ---
2.12/2.24	 
2.12/2.24	c eSAT 0.1 : minisat core with additionnal features
2.12/2.24	c ============================[ Problem Statistics ]=============================
2.12/2.24	c |                                                                             |
2.12/2.25	c |  Number of variables:  760                                                  |
2.12/2.25	c |  Number of clauses:    39672                                                |
2.12/2.27	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-1101379-1215293168/watcher-1101379-1215293168 -o /tmp/evaluation-result-1101379-1215293168/solver-1101379-1215293168 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1101379-1215293168.xml 

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


[startup+0 s]
/proc/loadavg: 1.92 1.98 1.99 4/82 3115
/proc/meminfo: memFree=1679976/2055920 swapFree=4179784/4192956
[pid=3115] ppid=3113 vsize=5224 CPUtime=0
/proc/3115/stat : 3115 (galacE.sh) R 3113 3115 3078 0 -1 4194304 57 0 0 0 0 0 0 0 20 0 1 0 2008288343 5349376 42 996147200 4194304 4520092 548682068832 18446744073709551615 250966243372 0 0 4096 0 0 0 0 17 1 0 0
/proc/3115/statm: 1306 42 31 79 0 100 0

[startup+0.039169 s]
/proc/loadavg: 1.92 1.98 1.99 4/82 3115
/proc/meminfo: memFree=1679976/2055920 swapFree=4179784/4192956
[pid=3115] ppid=3113 vsize=47576 CPUtime=0.01
/proc/3115/stat : 3115 (galacE.sh) S 3113 3115 3078 0 -1 4194304 765 1698 0 0 0 0 0 1 23 0 1 0 2008288343 48717824 364 996147200 4194304 4520092 548682068832 18446744073709551615 250968468314 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3115/statm: 11894 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47576

[startup+0.102179 s]
/proc/loadavg: 1.92 1.98 1.99 4/82 3115
/proc/meminfo: memFree=1679976/2055920 swapFree=4179784/4192956
[pid=3115] ppid=3113 vsize=47576 CPUtime=0.01
/proc/3115/stat : 3115 (galacE.sh) S 3113 3115 3078 0 -1 4194304 765 1698 0 0 0 0 0 1 23 0 1 0 2008288343 48717824 364 996147200 4194304 4520092 548682068832 18446744073709551615 250968468314 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3115/statm: 11894 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47576

[startup+0.30121 s]
/proc/loadavg: 1.92 1.98 1.99 4/82 3115
/proc/meminfo: memFree=1679976/2055920 swapFree=4179784/4192956
[pid=3115] ppid=3113 vsize=47576 CPUtime=0.01
/proc/3115/stat : 3115 (galacE.sh) S 3113 3115 3078 0 -1 4194304 765 1698 0 0 0 0 0 1 23 0 1 0 2008288343 48717824 364 996147200 4194304 4520092 548682068832 18446744073709551615 250968468314 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3115/statm: 11894 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47576

[startup+0.701283 s]
/proc/loadavg: 1.92 1.98 1.99 4/82 3115
/proc/meminfo: memFree=1679976/2055920 swapFree=4179784/4192956
[pid=3115] ppid=3113 vsize=47576 CPUtime=0.01
/proc/3115/stat : 3115 (galacE.sh) S 3113 3115 3078 0 -1 4194304 765 1698 0 0 0 0 0 1 23 0 1 0 2008288343 48717824 364 996147200 4194304 4520092 548682068832 18446744073709551615 250968468314 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3115/statm: 11894 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47576

[startup+1.50143 s]
/proc/loadavg: 1.92 1.98 1.99 4/92 3137
/proc/meminfo: memFree=1609688/2055920 swapFree=4179784/4192956
[pid=3115] ppid=3113 vsize=47576 CPUtime=0.01
/proc/3115/stat : 3115 (galacE.sh) S 3113 3115 3078 0 -1 4194304 765 1698 0 0 0 0 0 1 23 0 1 0 2008288343 48717824 364 996147200 4194304 4520092 548682068832 18446744073709551615 250968468314 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3115/statm: 11894 364 245 79 0 219 0
[pid=3129] ppid=3115 vsize=812764 CPUtime=1.44
/proc/3129/stat : 3129 (java) S 3115 3115 3078 0 -1 0 19884 0 1 0 134 10 0 0 18 0 9 0 2008288347 832270336 19300 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3129/statm: 203191 19300 1911 9 0 197172 0
[pid=3129/tid=3130] ppid=3115 vsize=812764 CPUtime=1.11
/proc/3129/task/3130/stat : 3130 (java) R 3115 3115 3078 0 -1 64 14536 0 1 0 104 7 0 0 25 0 9 0 2008288348 832270336 19300 996147200 134512640 134550740 4294955600 18446744073709551615 4126606627 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3129/tid=3131] ppid=3115 vsize=812764 CPUtime=0.03
/proc/3129/task/3131/stat : 3131 (java) S 3115 3115 3078 0 -1 64 3789 0 0 0 2 1 0 0 16 0 9 0 2008288349 832270336 19300 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3129/tid=3132] ppid=3115 vsize=812764 CPUtime=0
/proc/3129/task/3132/stat : 3132 (java) S 3115 3115 3078 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2008288349 832270336 19300 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3129/tid=3133] ppid=3115 vsize=812764 CPUtime=0
/proc/3129/task/3133/stat : 3133 (java) S 3115 3115 3078 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2008288349 832270336 19300 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3129/tid=3134] ppid=3115 vsize=812764 CPUtime=0
/proc/3129/task/3134/stat : 3134 (java) S 3115 3115 3078 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2008288352 832270336 19300 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3129/tid=3135] ppid=3115 vsize=812764 CPUtime=0.26
/proc/3129/task/3135/stat : 3135 (java) S 3115 3115 3078 0 -1 64 859 0 0 0 26 0 0 0 15 0 9 0 2008288352 832270336 19300 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3129/tid=3136] ppid=3115 vsize=812764 CPUtime=0
/proc/3129/task/3136/stat : 3136 (java) S 3115 3115 3078 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2008288352 832270336 19300 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3129/tid=3137] ppid=3115 vsize=812764 CPUtime=0
/proc/3129/task/3137/stat : 3137 (java) S 3115 3115 3078 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2008288352 832270336 19300 996147200 134512640 134550740 4294955600 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) 860340

[startup+3.10171 s]
/proc/loadavg: 1.92 1.98 1.99 4/92 3137
/proc/meminfo: memFree=1602840/2055920 swapFree=4179784/4192956
[pid=3115] ppid=3113 vsize=47576 CPUtime=2.14
/proc/3115/stat : 3115 (galacE.sh) S 3113 3115 3078 0 -1 4194304 799 23055 0 1 0 0 200 14 17 0 1 0 2008288343 48717824 364 996147200 4194304 4520092 548682068832 18446744073709551615 250968468314 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3115/statm: 11894 364 245 79 0 219 0
Current children cumulated CPU time (s) 2.14
Current children cumulated vsize (KiB) 47576

[startup+6.30228 s]
/proc/loadavg: 1.93 1.98 1.99 3/84 3138
/proc/meminfo: memFree=1673944/2055920 swapFree=4179784/4192956
[pid=3115] ppid=3113 vsize=47576 CPUtime=2.14
/proc/3115/stat : 3115 (galacE.sh) S 3113 3115 3078 0 -1 4194304 799 23055 0 1 0 0 200 14 17 0 1 0 2008288343 48717824 364 996147200 4194304 4520092 548682068832 18446744073709551615 250968468314 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3115/statm: 11894 364 245 79 0 219 0
[pid=3138] ppid=3115 vsize=6660 CPUtime=4.01
/proc/3138/stat : 3138 (eSAT_static) R 3115 3115 3078 0 -1 4194304 1496 0 0 0 401 0 0 0 25 0 1 0 2008288568 6819840 1390 996147200 134512640 135177480 4294955968 18446744073709551615 134565342 0 0 4096 3 0 0 0 17 1 0 0
/proc/3138/statm: 1665 1390 81 162 0 1500 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 54236

[startup+12.7014 s]
/proc/loadavg: 1.93 1.98 1.99 3/84 3138
/proc/meminfo: memFree=1671128/2055920 swapFree=4179784/4192956
[pid=3115] ppid=3113 vsize=47576 CPUtime=2.14
/proc/3115/stat : 3115 (galacE.sh) S 3113 3115 3078 0 -1 4194304 799 23055 0 1 0 0 200 14 17 0 1 0 2008288343 48717824 364 996147200 4194304 4520092 548682068832 18446744073709551615 250968468314 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3115/statm: 11894 364 245 79 0 219 0
[pid=3138] ppid=3115 vsize=8564 CPUtime=10.34
/proc/3138/stat : 3138 (eSAT_static) R 3115 3115 3078 0 -1 4194304 2000 0 0 0 1034 0 0 0 25 0 1 0 2008288568 8769536 1894 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/3138/statm: 2141 1894 81 162 0 1976 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 56140

[startup+25.5017 s]
/proc/loadavg: 1.95 1.98 1.99 3/84 3138
/proc/meminfo: memFree=1669272/2055920 swapFree=4179784/4192956
[pid=3115] ppid=3113 vsize=47576 CPUtime=2.14
/proc/3115/stat : 3115 (galacE.sh) S 3113 3115 3078 0 -1 4194304 799 23055 0 1 0 0 200 14 17 0 1 0 2008288343 48717824 364 996147200 4194304 4520092 548682068832 18446744073709551615 250968468314 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3115/statm: 11894 364 245 79 0 219 0
[pid=3138] ppid=3115 vsize=10604 CPUtime=23.02
/proc/3138/stat : 3138 (eSAT_static) R 3115 3115 3078 0 -1 4194304 2504 0 0 0 2301 1 0 0 25 0 1 0 2008288568 10858496 2398 996147200 134512640 135177480 4294955968 18446744073709551615 134565486 0 0 4096 3 0 0 0 17 1 0 0
/proc/3138/statm: 2651 2398 81 162 0 2486 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 58180

[startup+51.1012 s]
/proc/loadavg: 1.96 1.98 1.99 4/84 3138
/proc/meminfo: memFree=1663768/2055920 swapFree=4179784/4192956
[pid=3115] ppid=3113 vsize=47576 CPUtime=2.14
/proc/3115/stat : 3115 (galacE.sh) S 3113 3115 3078 0 -1 4194304 799 23055 0 1 0 0 200 14 17 0 1 0 2008288343 48717824 364 996147200 4194304 4520092 548682068832 18446744073709551615 250968468314 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3115/statm: 11894 364 245 79 0 219 0
[pid=3138] ppid=3115 vsize=16268 CPUtime=48.38
/proc/3138/stat : 3138 (eSAT_static) R 3115 3115 3078 0 -1 4194304 3917 0 0 0 4836 2 0 0 25 0 1 0 2008288568 16658432 3811 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/3138/statm: 4067 3811 81 162 0 3902 0
Current children cumulated CPU time (s) 50.52
Current children cumulated vsize (KiB) 63844

[startup+102.307 s]
/proc/loadavg: 1.98 1.98 1.99 3/84 3138
/proc/meminfo: memFree=1658456/2055920 swapFree=4179784/4192956
[pid=3115] ppid=3113 vsize=47576 CPUtime=2.14
/proc/3115/stat : 3115 (galacE.sh) S 3113 3115 3078 0 -1 4194304 799 23055 0 1 0 0 200 14 17 0 1 0 2008288343 48717824 364 996147200 4194304 4520092 548682068832 18446744073709551615 250968468314 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3115/statm: 11894 364 245 79 0 219 0
[pid=3138] ppid=3115 vsize=21332 CPUtime=99.1
/proc/3138/stat : 3138 (eSAT_static) R 3115 3115 3078 0 -1 4194304 5163 0 0 0 9906 4 0 0 25 0 1 0 2008288568 21843968 5057 996147200 134512640 135177480 4294955968 18446744073709551615 134565457 0 0 4096 3 0 0 0 17 1 0 0
/proc/3138/statm: 5333 5057 81 162 0 5168 0
Current children cumulated CPU time (s) 101.24
Current children cumulated vsize (KiB) 68908

[startup+162.301 s]
/proc/loadavg: 2.04 2.00 2.00 3/84 3138
/proc/meminfo: memFree=1654936/2055920 swapFree=4179784/4192956
[pid=3115] ppid=3113 vsize=47576 CPUtime=2.14
/proc/3115/stat : 3115 (galacE.sh) S 3113 3115 3078 0 -1 4194304 799 23055 0 1 0 0 200 14 17 0 1 0 2008288343 48717824 364 996147200 4194304 4520092 548682068832 18446744073709551615 250968468314 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3115/statm: 11894 364 245 79 0 219 0
[pid=3138] ppid=3115 vsize=25000 CPUtime=158.52
/proc/3138/stat : 3138 (eSAT_static) R 3115 3115 3078 0 -1 4194304 6072 0 0 0 15847 5 0 0 25 0 1 0 2008288568 25600000 5966 996147200 134512640 135177480 4294955968 18446744073709551615 134565414 0 0 4096 3 0 0 0 17 1 0 0
/proc/3138/statm: 6250 5966 81 162 0 6085 0
Current children cumulated CPU time (s) 160.66
Current children cumulated vsize (KiB) 72576

[startup+222.302 s]
/proc/loadavg: 2.06 2.01 2.00 3/84 3138
/proc/meminfo: memFree=1647000/2055920 swapFree=4179784/4192956
[pid=3115] ppid=3113 vsize=47576 CPUtime=2.14
/proc/3115/stat : 3115 (galacE.sh) S 3113 3115 3078 0 -1 4194304 799 23055 0 1 0 0 200 14 17 0 1 0 2008288343 48717824 364 996147200 4194304 4520092 548682068832 18446744073709551615 250968468314 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3115/statm: 11894 364 245 79 0 219 0
[pid=3138] ppid=3115 vsize=32888 CPUtime=217.96
/proc/3138/stat : 3138 (eSAT_static) R 3115 3115 3078 0 -1 4194304 7994 0 0 0 21788 8 0 0 25 0 1 0 2008288568 33677312 7888 996147200 134512640 135177480 4294955968 18446744073709551615 134565435 0 0 4096 3 0 0 0 17 1 0 0
/proc/3138/statm: 8222 7888 81 162 0 8057 0
Current children cumulated CPU time (s) 220.1
Current children cumulated vsize (KiB) 80464

[startup+282.301 s]
/proc/loadavg: 2.07 2.02 2.00 3/84 3138
/proc/meminfo: memFree=1644760/2055920 swapFree=4179784/4192956
[pid=3115] ppid=3113 vsize=47576 CPUtime=2.14
/proc/3115/stat : 3115 (galacE.sh) S 3113 3115 3078 0 -1 4194304 799 23055 0 1 0 0 200 14 17 0 1 0 2008288343 48717824 364 996147200 4194304 4520092 548682068832 18446744073709551615 250968468314 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3115/statm: 11894 364 245 79 0 219 0
[pid=3138] ppid=3115 vsize=35312 CPUtime=277.39
/proc/3138/stat : 3138 (eSAT_static) R 3115 3115 3078 0 -1 4194304 8616 0 0 0 27731 8 0 0 25 0 1 0 2008288568 36159488 8510 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/3138/statm: 8828 8510 81 162 0 8663 0
Current children cumulated CPU time (s) 279.53
Current children cumulated vsize (KiB) 82888

[startup+342.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/84 3180
/proc/meminfo: memFree=1641472/2055920 swapFree=4179784/4192956
[pid=3115] ppid=3113 vsize=47576 CPUtime=2.14
/proc/3115/stat : 3115 (galacE.sh) S 3113 3115 3078 0 -1 4194304 799 23055 0 1 0 0 200 14 17 0 1 0 2008288343 48717824 364 996147200 4194304 4520092 548682068832 18446744073709551615 250968468314 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3115/statm: 11894 364 245 79 0 219 0
[pid=3138] ppid=3115 vsize=40636 CPUtime=336.82
/proc/3138/stat : 3138 (eSAT_static) R 3115 3115 3078 0 -1 4194304 9888 0 0 0 33672 10 0 0 25 0 1 0 2008288568 41611264 9782 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/3138/statm: 10159 9782 81 162 0 9994 0
Current children cumulated CPU time (s) 338.96
Current children cumulated vsize (KiB) 88212

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

/proc/3138/statm: 21271 20785 81 162 0 21106 0
Current children cumulated CPU time (s) 1171.02
Current children cumulated vsize (KiB) 132660

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 3182
/proc/meminfo: memFree=1596800/2055920 swapFree=4179784/4192956
[pid=3115] ppid=3113 vsize=47576 CPUtime=2.14
/proc/3115/stat : 3115 (galacE.sh) S 3113 3115 3078 0 -1 4194304 799 23055 0 1 0 0 200 14 17 0 1 0 2008288343 48717824 364 996147200 4194304 4520092 548682068832 18446744073709551615 250968468314 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3115/statm: 11894 364 245 79 0 219 0
[pid=3138] ppid=3115 vsize=85084 CPUtime=1228.31
/proc/3138/stat : 3138 (eSAT_static) R 3115 3115 3078 0 -1 4194304 20892 0 0 0 122808 23 0 0 25 0 1 0 2008288568 87126016 20786 996147200 134512640 135177480 4294955968 18446744073709551615 134565483 0 0 4096 3 0 0 0 17 1 0 0
/proc/3138/statm: 21271 20786 81 162 0 21106 0
Current children cumulated CPU time (s) 1230.45
Current children cumulated vsize (KiB) 132660

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 3182
/proc/meminfo: memFree=1596736/2055920 swapFree=4179784/4192956
[pid=3115] ppid=3113 vsize=47576 CPUtime=2.14
/proc/3115/stat : 3115 (galacE.sh) S 3113 3115 3078 0 -1 4194304 799 23055 0 1 0 0 200 14 17 0 1 0 2008288343 48717824 364 996147200 4194304 4520092 548682068832 18446744073709551615 250968468314 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3115/statm: 11894 364 245 79 0 219 0
[pid=3138] ppid=3115 vsize=85084 CPUtime=1287.75
/proc/3138/stat : 3138 (eSAT_static) R 3115 3115 3078 0 -1 4194304 20914 0 0 0 128752 23 0 0 25 0 1 0 2008288568 87126016 20808 996147200 134512640 135177480 4294955968 18446744073709551615 134565342 0 0 4096 3 0 0 0 17 1 0 0
/proc/3138/statm: 21271 20808 81 162 0 21106 0
Current children cumulated CPU time (s) 1289.89
Current children cumulated vsize (KiB) 132660

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 3182
/proc/meminfo: memFree=1596672/2055920 swapFree=4179784/4192956
[pid=3115] ppid=3113 vsize=47576 CPUtime=2.14
/proc/3115/stat : 3115 (galacE.sh) S 3113 3115 3078 0 -1 4194304 799 23055 0 1 0 0 200 14 17 0 1 0 2008288343 48717824 364 996147200 4194304 4520092 548682068832 18446744073709551615 250968468314 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3115/statm: 11894 364 245 79 0 219 0
[pid=3138] ppid=3115 vsize=85084 CPUtime=1347.18
/proc/3138/stat : 3138 (eSAT_static) R 3115 3115 3078 0 -1 4194304 20916 0 0 0 134695 23 0 0 25 0 1 0 2008288568 87126016 20810 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/3138/statm: 21271 20810 81 162 0 21106 0
Current children cumulated CPU time (s) 1349.32
Current children cumulated vsize (KiB) 132660

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 3182
/proc/meminfo: memFree=1596672/2055920 swapFree=4179784/4192956
[pid=3115] ppid=3113 vsize=47576 CPUtime=2.14
/proc/3115/stat : 3115 (galacE.sh) S 3113 3115 3078 0 -1 4194304 799 23055 0 1 0 0 200 14 17 0 1 0 2008288343 48717824 364 996147200 4194304 4520092 548682068832 18446744073709551615 250968468314 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3115/statm: 11894 364 245 79 0 219 0
[pid=3138] ppid=3115 vsize=85084 CPUtime=1406.62
/proc/3138/stat : 3138 (eSAT_static) R 3115 3115 3078 0 -1 4194304 20919 0 0 0 140639 23 0 0 25 0 1 0 2008288568 87126016 20813 996147200 134512640 135177480 4294955968 18446744073709551615 134565419 0 0 4096 3 0 0 0 17 1 0 0
/proc/3138/statm: 21271 20813 81 162 0 21106 0
Current children cumulated CPU time (s) 1408.76
Current children cumulated vsize (KiB) 132660

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 3182
/proc/meminfo: memFree=1596608/2055920 swapFree=4179784/4192956
[pid=3115] ppid=3113 vsize=47576 CPUtime=2.14
/proc/3115/stat : 3115 (galacE.sh) S 3113 3115 3078 0 -1 4194304 799 23055 0 1 0 0 200 14 17 0 1 0 2008288343 48717824 364 996147200 4194304 4520092 548682068832 18446744073709551615 250968468314 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3115/statm: 11894 364 245 79 0 219 0
[pid=3138] ppid=3115 vsize=85084 CPUtime=1466.05
/proc/3138/stat : 3138 (eSAT_static) R 3115 3115 3078 0 -1 4194304 20921 0 0 0 146582 23 0 0 25 0 1 0 2008288568 87126016 20815 996147200 134512640 135177480 4294955968 18446744073709551615 134556856 0 0 4096 3 0 0 0 17 1 0 0
/proc/3138/statm: 21271 20815 81 162 0 21106 0
Current children cumulated CPU time (s) 1468.19
Current children cumulated vsize (KiB) 132660

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 3182
/proc/meminfo: memFree=1596416/2055920 swapFree=4179784/4192956
[pid=3115] ppid=3113 vsize=47576 CPUtime=2.14
/proc/3115/stat : 3115 (galacE.sh) S 3113 3115 3078 0 -1 4194304 799 23055 0 1 0 0 200 14 17 0 1 0 2008288343 48717824 364 996147200 4194304 4520092 548682068832 18446744073709551615 250968468314 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3115/statm: 11894 364 245 79 0 219 0
[pid=3138] ppid=3115 vsize=85360 CPUtime=1525.48
/proc/3138/stat : 3138 (eSAT_static) R 3115 3115 3078 0 -1 4194304 20946 0 0 0 152525 23 0 0 25 0 1 0 2008288568 87408640 20840 996147200 134512640 135177480 4294955968 18446744073709551615 134565474 0 0 4096 3 0 0 0 17 1 0 0
/proc/3138/statm: 21340 20840 81 162 0 21175 0
Current children cumulated CPU time (s) 1527.62
Current children cumulated vsize (KiB) 132936

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 3182
/proc/meminfo: memFree=1592768/2055920 swapFree=4179784/4192956
[pid=3115] ppid=3113 vsize=47576 CPUtime=2.14
/proc/3115/stat : 3115 (galacE.sh) S 3113 3115 3078 0 -1 4194304 799 23055 0 1 0 0 200 14 17 0 1 0 2008288343 48717824 364 996147200 4194304 4520092 548682068832 18446744073709551615 250968468314 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3115/statm: 11894 364 245 79 0 219 0
[pid=3138] ppid=3115 vsize=89108 CPUtime=1584.91
/proc/3138/stat : 3138 (eSAT_static) R 3115 3115 3078 0 -1 4194304 21898 0 0 0 158467 24 0 0 25 0 1 0 2008288568 91246592 21792 996147200 134512640 135177480 4294955968 18446744073709551615 134564590 0 0 4096 3 0 0 0 17 1 0 0
/proc/3138/statm: 22277 21792 81 162 0 22112 0
Current children cumulated CPU time (s) 1587.05
Current children cumulated vsize (KiB) 136684

[startup+1662.3 s]
/proc/loadavg: 2.08 2.02 2.01 3/84 3182
/proc/meminfo: memFree=1586752/2055920 swapFree=4179784/4192956
[pid=3115] ppid=3113 vsize=47576 CPUtime=2.14
/proc/3115/stat : 3115 (galacE.sh) S 3113 3115 3078 0 -1 4194304 799 23055 0 1 0 0 200 14 17 0 1 0 2008288343 48717824 364 996147200 4194304 4520092 548682068832 18446744073709551615 250968468314 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3115/statm: 11894 364 245 79 0 219 0
[pid=3138] ppid=3115 vsize=94984 CPUtime=1644.35
/proc/3138/stat : 3138 (eSAT_static) R 3115 3115 3078 0 -1 4194304 23347 0 0 0 164409 26 0 0 25 0 1 0 2008288568 97263616 23241 996147200 134512640 135177480 4294955968 18446744073709551615 134565457 0 0 4096 3 0 0 0 17 1 0 0
/proc/3138/statm: 23746 23241 81 162 0 23581 0
Current children cumulated CPU time (s) 1646.49
Current children cumulated vsize (KiB) 142560

[startup+1722.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/84 3182
/proc/meminfo: memFree=1579968/2055920 swapFree=4179784/4192956
[pid=3115] ppid=3113 vsize=47576 CPUtime=2.14
/proc/3115/stat : 3115 (galacE.sh) S 3113 3115 3078 0 -1 4194304 799 23055 0 1 0 0 200 14 17 0 1 0 2008288343 48717824 364 996147200 4194304 4520092 548682068832 18446744073709551615 250968468314 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3115/statm: 11894 364 245 79 0 219 0
[pid=3138] ppid=3115 vsize=101924 CPUtime=1703.78
/proc/3138/stat : 3138 (eSAT_static) R 3115 3115 3078 0 -1 4194304 25068 0 0 0 170350 28 0 0 25 0 1 0 2008288568 104370176 24962 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/3138/statm: 25481 24962 81 162 0 25316 0
Current children cumulated CPU time (s) 1705.92
Current children cumulated vsize (KiB) 149500

[startup+1782.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/84 3182
/proc/meminfo: memFree=1573504/2055920 swapFree=4179784/4192956
[pid=3115] ppid=3113 vsize=47576 CPUtime=2.14
/proc/3115/stat : 3115 (galacE.sh) S 3113 3115 3078 0 -1 4194304 799 23055 0 1 0 0 200 14 17 0 1 0 2008288343 48717824 364 996147200 4194304 4520092 548682068832 18446744073709551615 250968468314 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3115/statm: 11894 364 245 79 0 219 0
[pid=3138] ppid=3115 vsize=108908 CPUtime=1763.21
/proc/3138/stat : 3138 (eSAT_static) R 3115 3115 3078 0 -1 4194304 26665 0 0 0 176292 29 0 0 25 0 1 0 2008288568 111521792 26559 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/3138/statm: 27227 26559 81 162 0 27062 0
Current children cumulated CPU time (s) 1765.35
Current children cumulated vsize (KiB) 156484



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1817.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 3182
/proc/meminfo: memFree=1569856/2055920 swapFree=4179784/4192956
[pid=3115] ppid=3113 vsize=47576 CPUtime=2.14
/proc/3115/stat : 3115 (galacE.sh) S 3113 3115 3078 0 -1 4194304 799 23055 0 1 0 0 200 14 17 0 1 0 2008288343 48717824 364 996147200 4194304 4520092 548682068832 18446744073709551615 250968468314 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3115/statm: 11894 364 245 79 0 219 0
[pid=3138] ppid=3115 vsize=112444 CPUtime=1797.87
/proc/3138/stat : 3138 (eSAT_static) R 3115 3115 3078 0 -1 4194304 27552 0 0 0 179758 29 0 0 25 0 1 0 2008288568 115142656 27446 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/3138/statm: 28111 27446 81 162 0 27946 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 160020

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

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

[startup+1817.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 3182
/proc/meminfo: memFree=1569856/2055920 swapFree=4179784/4192956
[pid=3115] ppid=3113 vsize=47576 CPUtime=2.14
/proc/3115/stat : 3115 (galacE.sh) S 3113 3115 3078 0 -1 4194304 799 23055 0 1 0 0 200 14 17 0 1 0 2008288343 48717824 364 996147200 4194304 4520092 548682068832 18446744073709551615 250968468314 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3115/statm: 11894 364 245 79 0 219 0
[pid=3138] ppid=3115 vsize=112444 CPUtime=1797.87
/proc/3138/stat : 3138 (eSAT_static) R 3115 3115 3078 0 -1 4194304 27552 0 0 0 179758 29 0 0 25 0 1 0 2008288568 115142656 27446 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/3138/statm: 28111 27446 81 162 0 27946 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 160020

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1817.31
CPU time (s): 1800.01
CPU user time (s): 1799.58
CPU system time (s): 0.43
CPU usage (%): 99.0478
Max. virtual memory (cumulated for all children) (KiB): 860340

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

runsolver used 2.26066 second user time and 6.01609 second system time

The end

Launcher Data (download as text)

Begin job on node56 at 2008-07-05 23:26:08
IDJOB=1101379
IDBENCH=60035
IDSOLVER=351
FILE ID=node56/1101379-1215293168
PBS_JOBID= 7882400
Free space on /tmp= 103240 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= ac763b3ae8565455c2a92c96a9db7d59
RANDOM SEED=1362356390

node56.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.265
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	: 5931.00
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.265
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:       1680456 kB
Buffers:         62136 kB
Cached:         234276 kB
SwapCached:       6936 kB
Active:         194336 kB
Inactive:       125880 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1680456 kB
SwapTotal:     4192956 kB
SwapFree:      4179784 kB
Dirty:            3348 kB
Writeback:           0 kB
Mapped:          40172 kB
Slab:            40452 kB
Committed_AS:  4072848 kB
PageTables:       1980 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= 103236 MiB
End job on node56 at 2008-07-05 23:56:27