Trace number 1083021

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

General information on the benchmark

Namecsp/varDimacs/
normalized-hole-10_ext.xml
MD5SUM363084cfaf2bfa181a17e2a89b452ce6
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.050991
Satisfiable
(Un)Satisfiability was proved
Number of variables110
Number of constraints561
Maximum constraint arity10
Maximum domain size2
Number of constraints which are defined in extension561
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.01/0.59	c start processing
0.01/0.59	c start relation processing
0.01/0.62	c start cnf exporting
0.01/0.79	c parsing time : 0.467
0.01/0.79	c preprocessing time : 0.665
0.01/0.79	
0.01/0.79	c Nary constraints - conflicts : 11 supports : 0
0.01/0.79	c Binary constraints - conflicts : 550 supports :0
0.01/0.79	c max arity constraint : 10
0.01/0.79	c Max Tuples generated 0
0.01/0.79	c relations : 2
0.01/0.79	c relations BDD: 1
0.01/0.79	c sampling 0/0
0.01/0.79	c vars : 221 - clauses :  880
0.01/0.79	
0.01/0.83	 
0.01/0.83	c --- SAT Solver Stats ---
0.01/0.83	 
0.01/0.83	c eSAT 0.1 : minisat core with additionnal features
0.01/0.83	c ============================[ Problem Statistics ]=============================
0.01/0.83	c |                                                                             |
0.01/0.83	c |  Number of variables:  220                                                  |
0.01/0.83	c |  Number of clauses:    880                                                  |
0.01/0.83	c |  Parsing time:         0.00         s                                       |
1800.02/1816.41	Terminated

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: 

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1083021-1215224503/watcher-1083021-1215224503 -o /tmp/evaluation-result-1083021-1215224503/solver-1083021-1215224503 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1083021-1215224503.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.05 2.03 2.00 4/73 23407
/proc/meminfo: memFree=1770704/2055920 swapFree=4180256/4192956
[pid=23407] ppid=23405 vsize=18572 CPUtime=0
/proc/23407/stat : 23407 (runsolver) R 23405 23407 19419 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 2001424481 19017728 292 996147200 4194304 4296836 548682068496 18446744073709551615 272467815719 0 0 4096 24578 0 0 0 17 1 0 0
/proc/23407/statm: 4643 292 257 25 0 2626 0

[startup+0.0750819 s]
/proc/loadavg: 2.05 2.03 2.00 4/73 23407
/proc/meminfo: memFree=1770704/2055920 swapFree=4180256/4192956
[pid=23407] ppid=23405 vsize=47584 CPUtime=0.01
/proc/23407/stat : 23407 (galacE.sh) S 23405 23407 19419 0 -1 4194304 765 1697 0 0 0 0 0 1 23 0 1 0 2001424481 48726016 364 996147200 4194304 4520092 548682068832 18446744073709551615 272467422042 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23407/statm: 11896 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47584

[startup+0.100935 s]
/proc/loadavg: 2.05 2.03 2.00 4/73 23407
/proc/meminfo: memFree=1770704/2055920 swapFree=4180256/4192956
[pid=23407] ppid=23405 vsize=47584 CPUtime=0.01
/proc/23407/stat : 23407 (galacE.sh) S 23405 23407 19419 0 -1 4194304 765 1697 0 0 0 0 0 1 23 0 1 0 2001424481 48726016 364 996147200 4194304 4520092 548682068832 18446744073709551615 272467422042 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23407/statm: 11896 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47584

[startup+0.301963 s]
/proc/loadavg: 2.05 2.03 2.00 4/73 23407
/proc/meminfo: memFree=1770704/2055920 swapFree=4180256/4192956
[pid=23407] ppid=23405 vsize=47584 CPUtime=0.01
/proc/23407/stat : 23407 (galacE.sh) S 23405 23407 19419 0 -1 4194304 765 1697 0 0 0 0 0 1 23 0 1 0 2001424481 48726016 364 996147200 4194304 4520092 548682068832 18446744073709551615 272467422042 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23407/statm: 11896 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47584

[startup+0.702022 s]
/proc/loadavg: 2.05 2.03 2.00 4/73 23407
/proc/meminfo: memFree=1770704/2055920 swapFree=4180256/4192956
[pid=23407] ppid=23405 vsize=47584 CPUtime=0.01
/proc/23407/stat : 23407 (galacE.sh) S 23405 23407 19419 0 -1 4194304 765 1697 0 0 0 0 0 1 23 0 1 0 2001424481 48726016 364 996147200 4194304 4520092 548682068832 18446744073709551615 272467422042 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23407/statm: 11896 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47584

[startup+1.50114 s]
/proc/loadavg: 2.05 2.03 2.00 3/75 23430
/proc/meminfo: memFree=1769152/2055920 swapFree=4180256/4192956
[pid=23407] ppid=23405 vsize=47584 CPUtime=0.76
/proc/23407/stat : 23407 (galacE.sh) S 23405 23407 19419 0 -1 4194304 799 11145 0 1 0 0 68 8 15 0 1 0 2001424481 48726016 364 996147200 4194304 4520092 548682068832 18446744073709551615 272467422042 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23407/statm: 11896 364 245 79 0 219 0
[pid=23430] ppid=23407 vsize=3436 CPUtime=0.65
/proc/23430/stat : 23430 (eSAT_static) R 23407 23407 19419 0 -1 4194304 531 0 0 0 65 0 0 0 23 0 1 0 2001424564 3518464 513 996147200 134512640 135177480 4294955968 18446744073709551615 134565331 0 0 4096 3 0 0 0 17 1 0 0
/proc/23430/statm: 859 513 80 162 0 694 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 51020

[startup+3.10138 s]
/proc/loadavg: 2.05 2.03 2.00 3/75 23430
/proc/meminfo: memFree=1767872/2055920 swapFree=4180256/4192956
[pid=23407] ppid=23405 vsize=47584 CPUtime=0.76
/proc/23407/stat : 23407 (galacE.sh) S 23405 23407 19419 0 -1 4194304 799 11145 0 1 0 0 68 8 15 0 1 0 2001424481 48726016 364 996147200 4194304 4520092 548682068832 18446744073709551615 272467422042 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23407/statm: 11896 364 245 79 0 219 0
[pid=23430] ppid=23407 vsize=4492 CPUtime=2.24
/proc/23430/stat : 23430 (eSAT_static) R 23407 23407 19419 0 -1 4194304 790 0 0 0 224 0 0 0 25 0 1 0 2001424564 4599808 772 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/23430/statm: 1123 772 80 162 0 958 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 52076

[startup+6.30185 s]
/proc/loadavg: 2.05 2.03 2.00 3/75 23430
/proc/meminfo: memFree=1766400/2055920 swapFree=4180256/4192956
[pid=23407] ppid=23405 vsize=47584 CPUtime=0.76
/proc/23407/stat : 23407 (galacE.sh) S 23405 23407 19419 0 -1 4194304 799 11145 0 1 0 0 68 8 15 0 1 0 2001424481 48726016 364 996147200 4194304 4520092 548682068832 18446744073709551615 272467422042 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23407/statm: 11896 364 245 79 0 219 0
[pid=23430] ppid=23407 vsize=5464 CPUtime=5.4
/proc/23430/stat : 23430 (eSAT_static) R 23407 23407 19419 0 -1 4194304 1022 0 0 0 540 0 0 0 25 0 1 0 2001424564 5595136 1004 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/23430/statm: 1366 1004 80 162 0 1201 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 53048

[startup+12.7018 s]
/proc/loadavg: 2.04 2.03 2.00 3/75 23430
/proc/meminfo: memFree=1764864/2055920 swapFree=4180256/4192956
[pid=23407] ppid=23405 vsize=47584 CPUtime=0.76
/proc/23407/stat : 23407 (galacE.sh) S 23405 23407 19419 0 -1 4194304 799 11145 0 1 0 0 68 8 15 0 1 0 2001424481 48726016 364 996147200 4194304 4520092 548682068832 18446744073709551615 272467422042 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23407/statm: 11896 364 245 79 0 219 0
[pid=23430] ppid=23407 vsize=6724 CPUtime=11.75
/proc/23430/stat : 23430 (eSAT_static) R 23407 23407 19419 0 -1 4194304 1335 0 0 0 1174 1 0 0 25 0 1 0 2001424564 6885376 1317 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/23430/statm: 1681 1317 80 162 0 1516 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 54308

[startup+25.5017 s]
/proc/loadavg: 2.03 2.03 2.00 3/75 23430
/proc/meminfo: memFree=1763520/2055920 swapFree=4180256/4192956
[pid=23407] ppid=23405 vsize=47584 CPUtime=0.76
/proc/23407/stat : 23407 (galacE.sh) S 23405 23407 19419 0 -1 4194304 799 11145 0 1 0 0 68 8 15 0 1 0 2001424481 48726016 364 996147200 4194304 4520092 548682068832 18446744073709551615 272467422042 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23407/statm: 11896 364 245 79 0 219 0
[pid=23430] ppid=23407 vsize=8156 CPUtime=24.43
/proc/23430/stat : 23430 (eSAT_static) R 23407 23407 19419 0 -1 4194304 1678 0 0 0 2442 1 0 0 25 0 1 0 2001424564 8351744 1660 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/23430/statm: 2039 1660 80 162 0 1874 0
Current children cumulated CPU time (s) 25.19
Current children cumulated vsize (KiB) 55740

[startup+51.1015 s]
/proc/loadavg: 2.02 2.02 2.00 3/75 23430
/proc/meminfo: memFree=1760896/2055920 swapFree=4180256/4192956
[pid=23407] ppid=23405 vsize=47584 CPUtime=0.76
/proc/23407/stat : 23407 (galacE.sh) S 23405 23407 19419 0 -1 4194304 799 11145 0 1 0 0 68 8 15 0 1 0 2001424481 48726016 364 996147200 4194304 4520092 548682068832 18446744073709551615 272467422042 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23407/statm: 11896 364 245 79 0 219 0
[pid=23430] ppid=23407 vsize=10796 CPUtime=49.79
/proc/23430/stat : 23430 (eSAT_static) R 23407 23407 19419 0 -1 4194304 2319 0 0 0 4977 2 0 0 25 0 1 0 2001424564 11055104 2301 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/23430/statm: 2699 2301 80 162 0 2534 0
Current children cumulated CPU time (s) 50.55
Current children cumulated vsize (KiB) 58380

[startup+102.307 s]
/proc/loadavg: 2.01 2.02 2.00 3/75 23430
/proc/meminfo: memFree=1759424/2055920 swapFree=4180256/4192956
[pid=23407] ppid=23405 vsize=47584 CPUtime=0.76
/proc/23407/stat : 23407 (galacE.sh) S 23405 23407 19419 0 -1 4194304 799 11145 0 1 0 0 68 8 15 0 1 0 2001424481 48726016 364 996147200 4194304 4520092 548682068832 18446744073709551615 272467422042 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23407/statm: 11896 364 245 79 0 219 0
[pid=23430] ppid=23407 vsize=12124 CPUtime=100.51
/proc/23430/stat : 23430 (eSAT_static) R 23407 23407 19419 0 -1 4194304 2614 0 0 0 10049 2 0 0 25 0 1 0 2001424564 12414976 2596 996147200 134512640 135177480 4294955968 18446744073709551615 134565318 0 0 4096 3 0 0 0 17 1 0 0
/proc/23430/statm: 3031 2596 80 162 0 2866 0
Current children cumulated CPU time (s) 101.27
Current children cumulated vsize (KiB) 59708

[startup+162.302 s]
/proc/loadavg: 2.00 2.01 2.00 3/75 23430
/proc/meminfo: memFree=1755456/2055920 swapFree=4180256/4192956
[pid=23407] ppid=23405 vsize=47584 CPUtime=0.76
/proc/23407/stat : 23407 (galacE.sh) S 23405 23407 19419 0 -1 4194304 799 11145 0 1 0 0 68 8 15 0 1 0 2001424481 48726016 364 996147200 4194304 4520092 548682068832 18446744073709551615 272467422042 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23407/statm: 11896 364 245 79 0 219 0
[pid=23430] ppid=23407 vsize=16360 CPUtime=159.95
/proc/23430/stat : 23430 (eSAT_static) R 23407 23407 19419 0 -1 4194304 3615 0 0 0 15992 3 0 0 25 0 1 0 2001424564 16752640 3576 996147200 134512640 135177480 4294955968 18446744073709551615 134565419 0 0 4096 3 0 0 0 17 1 0 0
/proc/23430/statm: 4090 3576 80 162 0 3925 0
Current children cumulated CPU time (s) 160.71
Current children cumulated vsize (KiB) 63944

[startup+222.303 s]
/proc/loadavg: 2.00 2.01 2.00 3/75 23430
/proc/meminfo: memFree=1755008/2055920 swapFree=4180256/4192956
[pid=23407] ppid=23405 vsize=47584 CPUtime=0.76
/proc/23407/stat : 23407 (galacE.sh) S 23405 23407 19419 0 -1 4194304 799 11145 0 1 0 0 68 8 15 0 1 0 2001424481 48726016 364 996147200 4194304 4520092 548682068832 18446744073709551615 272467422042 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23407/statm: 11896 364 245 79 0 219 0
[pid=23430] ppid=23407 vsize=16968 CPUtime=219.39
/proc/23430/stat : 23430 (eSAT_static) R 23407 23407 19419 0 -1 4194304 3759 0 0 0 21936 3 0 0 25 0 1 0 2001424564 17375232 3720 996147200 134512640 135177480 4294955968 18446744073709551615 134565382 0 0 4096 3 0 0 0 17 1 0 0
/proc/23430/statm: 4242 3720 80 162 0 4077 0
Current children cumulated CPU time (s) 220.15
Current children cumulated vsize (KiB) 64552

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 23430
/proc/meminfo: memFree=1752384/2055920 swapFree=4180256/4192956
[pid=23407] ppid=23405 vsize=47584 CPUtime=0.76
/proc/23407/stat : 23407 (galacE.sh) S 23405 23407 19419 0 -1 4194304 799 11145 0 1 0 0 68 8 15 0 1 0 2001424481 48726016 364 996147200 4194304 4520092 548682068832 18446744073709551615 272467422042 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23407/statm: 11896 364 245 79 0 219 0
[pid=23430] ppid=23407 vsize=19760 CPUtime=278.84
/proc/23430/stat : 23430 (eSAT_static) R 23407 23407 19419 0 -1 4194304 4421 0 0 0 27879 5 0 0 25 0 1 0 2001424564 20234240 4382 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/23430/statm: 4940 4382 80 162 0 4775 0
Current children cumulated CPU time (s) 279.6
Current children cumulated vsize (KiB) 67344

[startup+342.301 s]
/proc/loadavg: 2.04 2.01 2.00 3/75 23432
/proc/meminfo: memFree=1750784/2055920 swapFree=4180256/4192956
[pid=23407] ppid=23405 vsize=47584 CPUtime=0.76
/proc/23407/stat : 23407 (galacE.sh) S 23405 23407 19419 0 -1 4194304 799 11145 0 1 0 0 68 8 15 0 1 0 2001424481 48726016 364 996147200 4194304 4520092 548682068832 18446744073709551615 272467422042 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23407/statm: 11896 364 245 79 0 219 0
[pid=23430] ppid=23407 vsize=21436 CPUtime=338.27
/proc/23430/stat : 23430 (eSAT_static) R 23407 23407 19419 0 -1 4194304 4798 0 0 0 33822 5 0 0 25 0 1 0 2001424564 21950464 4759 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/23430/statm: 5359 4759 80 162 0 5194 0
Current children cumulated CPU time (s) 339.03
Current children cumulated vsize (KiB) 69020

[startup+402.301 s]
/proc/loadavg: 2.23 2.07 2.02 3/76 23433
/proc/meminfo: memFree=1749816/2055920 swapFree=4180256/4192956
[pid=23407] ppid=23405 vsize=47584 CPUtime=0.76
/proc/23407/stat : 23407 (galacE.sh) S 23405 23407 19419 0 -1 4194304 799 11145 0 1 0 0 68 8 15 0 1 0 2001424481 48726016 364 996147200 4194304 4520092 548682068832 18446744073709551615 272467422042 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23407/statm: 11896 364 245 79 0 219 0
[pid=23430] ppid=23407 vsize=22316 CPUtime=397.71
/proc/23430/stat : 23430 (eSAT_static) R 23407 23407 19419 0 -1 4194304 5041 0 0 0 39766 5 0 0 25 0 1 0 2001424564 22851584 5002 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/23430/statm: 5579 5002 80 162 0 5414 0
Current children cumulated CPU time (s) 398.47
Current children cumulated vsize (KiB) 69900


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

[pid=23430] ppid=23407 vsize=32624 CPUtime=1051.58
/proc/23430/stat : 23430 (eSAT_static) R 23407 23407 19419 0 -1 4194304 7456 0 0 0 105149 9 0 0 25 0 1 0 2001424564 33406976 7388 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/23430/statm: 8156 7388 80 162 0 7991 0
Current children cumulated CPU time (s) 1052.34
Current children cumulated vsize (KiB) 80208

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 23433
/proc/meminfo: memFree=1740024/2055920 swapFree=4180256/4192956
[pid=23407] ppid=23405 vsize=47584 CPUtime=0.76
/proc/23407/stat : 23407 (galacE.sh) S 23405 23407 19419 0 -1 4194304 799 11145 0 1 0 0 68 8 15 0 1 0 2001424481 48726016 364 996147200 4194304 4520092 548682068832 18446744073709551615 272467422042 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23407/statm: 11896 364 245 79 0 219 0
[pid=23430] ppid=23407 vsize=32624 CPUtime=1111.02
/proc/23430/stat : 23430 (eSAT_static) R 23407 23407 19419 0 -1 4194304 7459 0 0 0 111093 9 0 0 25 0 1 0 2001424564 33406976 7391 996147200 134512640 135177480 4294955968 18446744073709551615 134565414 0 0 4096 3 0 0 0 17 1 0 0
/proc/23430/statm: 8156 7391 80 162 0 7991 0
Current children cumulated CPU time (s) 1111.78
Current children cumulated vsize (KiB) 80208

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 23433
/proc/meminfo: memFree=1739768/2055920 swapFree=4180256/4192956
[pid=23407] ppid=23405 vsize=47584 CPUtime=0.76
/proc/23407/stat : 23407 (galacE.sh) S 23405 23407 19419 0 -1 4194304 799 11145 0 1 0 0 68 8 15 0 1 0 2001424481 48726016 364 996147200 4194304 4520092 548682068832 18446744073709551615 272467422042 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23407/statm: 11896 364 245 79 0 219 0
[pid=23430] ppid=23407 vsize=32948 CPUtime=1170.46
/proc/23430/stat : 23430 (eSAT_static) R 23407 23407 19419 0 -1 4194304 7513 0 0 0 117037 9 0 0 25 0 1 0 2001424564 33738752 7445 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/23430/statm: 8237 7445 80 162 0 8072 0
Current children cumulated CPU time (s) 1171.22
Current children cumulated vsize (KiB) 80532

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 23433
/proc/meminfo: memFree=1739512/2055920 swapFree=4180256/4192956
[pid=23407] ppid=23405 vsize=47584 CPUtime=0.76
/proc/23407/stat : 23407 (galacE.sh) S 23405 23407 19419 0 -1 4194304 799 11145 0 1 0 0 68 8 15 0 1 0 2001424481 48726016 364 996147200 4194304 4520092 548682068832 18446744073709551615 272467422042 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23407/statm: 11896 364 245 79 0 219 0
[pid=23430] ppid=23407 vsize=32948 CPUtime=1229.9
/proc/23430/stat : 23430 (eSAT_static) R 23407 23407 19419 0 -1 4194304 7515 0 0 0 122981 9 0 0 25 0 1 0 2001424564 33738752 7447 996147200 134512640 135177480 4294955968 18446744073709551615 134565258 0 0 4096 3 0 0 0 17 1 0 0
/proc/23430/statm: 8237 7447 80 162 0 8072 0
Current children cumulated CPU time (s) 1230.66
Current children cumulated vsize (KiB) 80532

[startup+1302.3 s]
/proc/loadavg: 2.09 2.03 2.01 3/83 23482
/proc/meminfo: memFree=1040696/2055920 swapFree=4180256/4192956
[pid=23407] ppid=23405 vsize=47584 CPUtime=0.76
/proc/23407/stat : 23407 (galacE.sh) S 23405 23407 19419 0 -1 4194304 799 11145 0 1 0 0 68 8 15 0 1 0 2001424481 48726016 364 996147200 4194304 4520092 548682068832 18446744073709551615 272467422042 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23407/statm: 11896 364 245 79 0 219 0
[pid=23430] ppid=23407 vsize=33776 CPUtime=1289.72
/proc/23430/stat : 23430 (eSAT_static) R 23407 23407 19419 0 -1 4194304 7725 0 0 0 128961 11 0 0 25 0 1 0 2001424564 34586624 7657 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/23430/statm: 8444 7657 80 162 0 8279 0
Current children cumulated CPU time (s) 1290.48
Current children cumulated vsize (KiB) 81360

[startup+1362.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/74 23509
/proc/meminfo: memFree=1730432/2055920 swapFree=4180256/4192956
[pid=23407] ppid=23405 vsize=47584 CPUtime=0.76
/proc/23407/stat : 23407 (galacE.sh) S 23405 23407 19419 0 -1 4194304 799 11145 0 1 0 0 68 8 15 0 1 0 2001424481 48726016 364 996147200 4194304 4520092 548682068832 18446744073709551615 272467422042 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23407/statm: 11896 364 245 79 0 219 0
[pid=23430] ppid=23407 vsize=35512 CPUtime=1349.42
/proc/23430/stat : 23430 (eSAT_static) R 23407 23407 19419 0 -1 4194304 8104 0 0 0 134930 12 0 0 25 0 1 0 2001424564 36364288 8036 996147200 134512640 135177480 4294955968 18446744073709551615 134556856 0 0 4096 3 0 0 0 17 1 0 0
/proc/23430/statm: 8878 8036 80 162 0 8713 0
Current children cumulated CPU time (s) 1350.18
Current children cumulated vsize (KiB) 83096

[startup+1422.31 s]
/proc/loadavg: 2.01 2.02 2.00 3/74 23509
/proc/meminfo: memFree=1728704/2055920 swapFree=4180256/4192956
[pid=23407] ppid=23405 vsize=47584 CPUtime=0.76
/proc/23407/stat : 23407 (galacE.sh) S 23405 23407 19419 0 -1 4194304 799 11145 0 1 0 0 68 8 15 0 1 0 2001424481 48726016 364 996147200 4194304 4520092 548682068832 18446744073709551615 272467422042 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23407/statm: 11896 364 245 79 0 219 0
[pid=23430] ppid=23407 vsize=37304 CPUtime=1408.85
/proc/23430/stat : 23430 (eSAT_static) R 23407 23407 19419 0 -1 4194304 8505 0 0 0 140873 12 0 0 25 0 1 0 2001424564 38199296 8437 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/23430/statm: 9326 8437 80 162 0 9161 0
Current children cumulated CPU time (s) 1409.61
Current children cumulated vsize (KiB) 84888

[startup+1482.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/74 23509
/proc/meminfo: memFree=1727232/2055920 swapFree=4180256/4192956
[pid=23407] ppid=23405 vsize=47584 CPUtime=0.76
/proc/23407/stat : 23407 (galacE.sh) S 23405 23407 19419 0 -1 4194304 799 11145 0 1 0 0 68 8 15 0 1 0 2001424481 48726016 364 996147200 4194304 4520092 548682068832 18446744073709551615 272467422042 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23407/statm: 11896 364 245 79 0 219 0
[pid=23430] ppid=23407 vsize=38724 CPUtime=1468.29
/proc/23430/stat : 23430 (eSAT_static) R 23407 23407 19419 0 -1 4194304 8853 0 0 0 146816 13 0 0 25 0 1 0 2001424564 39653376 8785 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/23430/statm: 9681 8785 80 162 0 9516 0
Current children cumulated CPU time (s) 1469.05
Current children cumulated vsize (KiB) 86308

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 23509
/proc/meminfo: memFree=1726784/2055920 swapFree=4180256/4192956
[pid=23407] ppid=23405 vsize=47584 CPUtime=0.76
/proc/23407/stat : 23407 (galacE.sh) S 23405 23407 19419 0 -1 4194304 799 11145 0 1 0 0 68 8 15 0 1 0 2001424481 48726016 364 996147200 4194304 4520092 548682068832 18446744073709551615 272467422042 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23407/statm: 11896 364 245 79 0 219 0
[pid=23430] ppid=23407 vsize=39320 CPUtime=1527.72
/proc/23430/stat : 23430 (eSAT_static) R 23407 23407 19419 0 -1 4194304 8964 0 0 0 152759 13 0 0 25 0 1 0 2001424564 40263680 8896 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/23430/statm: 9830 8896 80 162 0 9665 0
Current children cumulated CPU time (s) 1528.48
Current children cumulated vsize (KiB) 86904

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 23509
/proc/meminfo: memFree=1726400/2055920 swapFree=4180256/4192956
[pid=23407] ppid=23405 vsize=47584 CPUtime=0.76
/proc/23407/stat : 23407 (galacE.sh) S 23405 23407 19419 0 -1 4194304 799 11145 0 1 0 0 68 8 15 0 1 0 2001424481 48726016 364 996147200 4194304 4520092 548682068832 18446744073709551615 272467422042 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23407/statm: 11896 364 245 79 0 219 0
[pid=23430] ppid=23407 vsize=39496 CPUtime=1587.16
/proc/23430/stat : 23430 (eSAT_static) R 23407 23407 19419 0 -1 4194304 9035 0 0 0 158703 13 0 0 25 0 1 0 2001424564 40443904 8967 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/23430/statm: 9874 8967 80 162 0 9709 0
Current children cumulated CPU time (s) 1587.92
Current children cumulated vsize (KiB) 87080

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 23509
/proc/meminfo: memFree=1726344/2055920 swapFree=4180256/4192956
[pid=23407] ppid=23405 vsize=47584 CPUtime=0.76
/proc/23407/stat : 23407 (galacE.sh) S 23405 23407 19419 0 -1 4194304 799 11145 0 1 0 0 68 8 15 0 1 0 2001424481 48726016 364 996147200 4194304 4520092 548682068832 18446744073709551615 272467422042 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23407/statm: 11896 364 245 79 0 219 0
[pid=23430] ppid=23407 vsize=39496 CPUtime=1646.6
/proc/23430/stat : 23430 (eSAT_static) R 23407 23407 19419 0 -1 4194304 9046 0 0 0 164646 14 0 0 25 0 1 0 2001424564 40443904 8978 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/23430/statm: 9874 8978 80 162 0 9709 0
Current children cumulated CPU time (s) 1647.36
Current children cumulated vsize (KiB) 87080

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 23509
/proc/meminfo: memFree=1726280/2055920 swapFree=4180256/4192956
[pid=23407] ppid=23405 vsize=47584 CPUtime=0.76
/proc/23407/stat : 23407 (galacE.sh) S 23405 23407 19419 0 -1 4194304 799 11145 0 1 0 0 68 8 15 0 1 0 2001424481 48726016 364 996147200 4194304 4520092 548682068832 18446744073709551615 272467422042 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23407/statm: 11896 364 245 79 0 219 0
[pid=23430] ppid=23407 vsize=39660 CPUtime=1706.05
/proc/23430/stat : 23430 (eSAT_static) R 23407 23407 19419 0 -1 4194304 9074 0 0 0 170591 14 0 0 25 0 1 0 2001424564 40611840 9006 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/23430/statm: 9915 9006 80 162 0 9750 0
Current children cumulated CPU time (s) 1706.81
Current children cumulated vsize (KiB) 87244

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 23509
/proc/meminfo: memFree=1725128/2055920 swapFree=4180256/4192956
[pid=23407] ppid=23405 vsize=47584 CPUtime=0.76
/proc/23407/stat : 23407 (galacE.sh) S 23405 23407 19419 0 -1 4194304 799 11145 0 1 0 0 68 8 15 0 1 0 2001424481 48726016 364 996147200 4194304 4520092 548682068832 18446744073709551615 272467422042 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23407/statm: 11896 364 245 79 0 219 0
[pid=23430] ppid=23407 vsize=40804 CPUtime=1765.48
/proc/23430/stat : 23430 (eSAT_static) R 23407 23407 19419 0 -1 4194304 9310 0 0 0 176534 14 0 0 25 0 1 0 2001424564 41783296 9242 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/23430/statm: 10201 9242 80 162 0 10036 0
Current children cumulated CPU time (s) 1766.24
Current children cumulated vsize (KiB) 88388



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1816.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 23509
/proc/meminfo: memFree=1725128/2055920 swapFree=4180256/4192956
[pid=23407] ppid=23405 vsize=47584 CPUtime=0.76
/proc/23407/stat : 23407 (galacE.sh) S 23405 23407 19419 0 -1 4194304 799 11145 0 1 0 0 68 8 15 0 1 0 2001424481 48726016 364 996147200 4194304 4520092 548682068832 18446744073709551615 272467422042 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23407/statm: 11896 364 245 79 0 219 0
[pid=23430] ppid=23407 vsize=40804 CPUtime=1799.26
/proc/23430/stat : 23430 (eSAT_static) R 23407 23407 19419 0 -1 4194304 9310 0 0 0 179912 14 0 0 25 0 1 0 2001424564 41783296 9242 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/23430/statm: 10201 9242 80 162 0 10036 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 88388

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1816.41
CPU time (s): 1800.05
CPU user time (s): 1799.81
CPU system time (s): 0.242963
CPU usage (%): 99.0992
Max. virtual memory (cumulated for all children) (KiB): 88388

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.81
system time used= 0.242963
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21265
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= 932
involuntary context switches= 37759

runsolver used 2.52262 second user time and 5.63314 second system time

The end

Launcher Data (download as text)

Begin job on node22 at 2008-07-05 04:21:43
IDJOB=1083021
IDBENCH=57388
IDSOLVER=351
FILE ID=node22/1083021-1215224503
PBS_JOBID= 7881679
Free space on /tmp= 66464 MiB

SOLVER NAME= galac E
BENCH NAME= CPAI08/csp/varDimacs/normalized-hole-10_ext.xml
COMMAND LINE= HOME/galacE.sh BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1083021-1215224503/watcher-1083021-1215224503 -o /tmp/evaluation-result-1083021-1215224503/solver-1083021-1215224503 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/galacE.sh HOME/instance-1083021-1215224503.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 363084cfaf2bfa181a17e2a89b452ce6
RANDOM SEED=1682895003

node22.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.267
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.267
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:       1771184 kB
Buffers:         39808 kB
Cached:         176160 kB
SwapCached:       6596 kB
Active:         149120 kB
Inactive:        81008 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1771184 kB
SwapTotal:     4192956 kB
SwapFree:      4180256 kB
Dirty:            3456 kB
Writeback:           0 kB
Mapped:          20740 kB
Slab:            40196 kB
Committed_AS:  3470960 kB
PageTables:       1700 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= 66460 MiB
End job on node22 at 2008-07-05 04:52:02