Trace number 1034793

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.04 1801.01

General information on the benchmark

Namecsp/rand-2-24/
normalized-rand-24-24-276-139-49021_ext.xml
MD5SUM722cfc36f23b166fcf1a1f65d4e4d3e4
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 benchmark48.2457
Satisfiable
(Un)Satisfiability was proved
Number of variables24
Number of constraints276
Maximum constraint arity2
Maximum domain size24
Number of constraints which are defined in extension276
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.88	c start processing
0.01/0.89	c start relation processing
0.01/0.90	c start cnf exporting
1.96/2.05	c parsing time : 0.764
1.96/2.05	c preprocessing time : 1.933
1.96/2.05	
1.96/2.05	c Nary constraints - conflicts : 0 supports : 0
1.96/2.05	c Binary constraints - conflicts : 276 supports :0
1.96/2.05	c max arity constraint : 2
1.96/2.05	c Max Tuples generated 0
1.96/2.05	c relations : 276
1.96/2.05	c relations BDD: 0
1.96/2.05	c sampling 0/0
1.96/2.05	c vars : 577 - clauses :  45012
1.96/2.05	
1.96/2.08	 
1.96/2.08	c --- SAT Solver Stats ---
1.96/2.08	 
1.96/2.08	c eSAT 0.1 : minisat core with additionnal features
1.96/2.08	c ============================[ Problem Statistics ]=============================
1.96/2.08	c |                                                                             |
1.96/2.08	c |  Number of variables:  576                                                  |
1.96/2.08	c |  Number of clauses:    45012                                                |
2.05/2.12	c |  Parsing time:         0.03         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-1034793-1214949672/watcher-1034793-1214949672 -o /tmp/evaluation-result-1034793-1214949672/solver-1034793-1214949672 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1034793-1214949672.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.96 0.89 0.33 4/69 31764
/proc/meminfo: memFree=637048/2055924 swapFree=4180432/4192956
[pid=31764] ppid=31762 vsize=18572 CPUtime=0
/proc/31764/stat : 31764 (runsolver) R 31762 31764 31442 0 -1 4194368 15 0 0 0 0 0 0 0 23 0 1 0 1973942464 19017728 292 996147200 4194304 4296836 548682068496 18446744073709551615 268582841639 0 0 4096 24578 0 0 0 17 1 0 0
/proc/31764/statm: 4643 292 257 25 0 2626 0

[startup+0.0813219 s]
/proc/loadavg: 1.96 0.89 0.33 4/69 31764
/proc/meminfo: memFree=637048/2055924 swapFree=4180432/4192956
[pid=31764] ppid=31762 vsize=47572 CPUtime=0.01
/proc/31764/stat : 31764 (galacE.sh) S 31762 31764 31442 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1973942464 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31764/statm: 11893 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47572

[startup+0.101326 s]
/proc/loadavg: 1.96 0.89 0.33 4/69 31764
/proc/meminfo: memFree=637048/2055924 swapFree=4180432/4192956
[pid=31764] ppid=31762 vsize=47572 CPUtime=0.01
/proc/31764/stat : 31764 (galacE.sh) S 31762 31764 31442 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1973942464 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31764/statm: 11893 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47572

[startup+0.301365 s]
/proc/loadavg: 1.96 0.89 0.33 4/69 31764
/proc/meminfo: memFree=637048/2055924 swapFree=4180432/4192956
[pid=31764] ppid=31762 vsize=47572 CPUtime=0.01
/proc/31764/stat : 31764 (galacE.sh) S 31762 31764 31442 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1973942464 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31764/statm: 11893 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47572

[startup+0.701445 s]
/proc/loadavg: 1.96 0.89 0.33 4/69 31764
/proc/meminfo: memFree=637048/2055924 swapFree=4180432/4192956
[pid=31764] ppid=31762 vsize=47572 CPUtime=0.01
/proc/31764/stat : 31764 (galacE.sh) S 31762 31764 31442 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1973942464 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31764/statm: 11893 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47572

[startup+1.5026 s]
/proc/loadavg: 1.96 0.89 0.33 4/79 31786
/proc/meminfo: memFree=555496/2055924 swapFree=4180432/4192956
[pid=31764] ppid=31762 vsize=47572 CPUtime=0.01
/proc/31764/stat : 31764 (galacE.sh) S 31762 31764 31442 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1973942464 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31764/statm: 11893 364 245 79 0 219 0
[pid=31778] ppid=31764 vsize=812760 CPUtime=1.45
/proc/31778/stat : 31778 (java) S 31764 31764 31442 0 -1 0 21295 0 1 0 133 12 0 0 18 0 9 0 1973942467 832266240 20718 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31778/statm: 203190 20718 1907 9 0 197171 0
[pid=31778/tid=31779] ppid=31764 vsize=812760 CPUtime=1.12
/proc/31778/task/31779/stat : 31779 (java) R 31764 31764 31442 0 -1 64 14510 0 1 0 104 8 0 0 25 0 9 0 1973942468 832266240 20718 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31778/tid=31780] ppid=31764 vsize=812760 CPUtime=0.05
/proc/31778/task/31780/stat : 31780 (java) R 31764 31764 31442 0 -1 64 5232 0 0 0 3 2 0 0 16 0 9 0 1973942469 832266240 20718 996147200 134512640 134550740 4294955616 18446744073709551615 102674864 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31778/tid=31781] ppid=31764 vsize=812760 CPUtime=0
/proc/31778/task/31781/stat : 31781 (java) S 31764 31764 31442 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1973942470 832266240 20718 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31778/tid=31782] ppid=31764 vsize=812760 CPUtime=0
/proc/31778/task/31782/stat : 31782 (java) S 31764 31764 31442 0 -1 64 3 0 0 0 0 0 0 0 20 0 9 0 1973942470 832266240 20718 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31778/tid=31783] ppid=31764 vsize=812760 CPUtime=0
/proc/31778/task/31783/stat : 31783 (java) S 31764 31764 31442 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1973942472 832266240 20718 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31778/tid=31784] ppid=31764 vsize=812760 CPUtime=0.26
/proc/31778/task/31784/stat : 31784 (java) S 31764 31764 31442 0 -1 64 855 0 0 0 25 1 0 0 16 0 9 0 1973942472 832266240 20718 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31778/tid=31785] ppid=31764 vsize=812760 CPUtime=0
/proc/31778/task/31785/stat : 31785 (java) S 31764 31764 31442 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1973942472 832266240 20718 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31778/tid=31786] ppid=31764 vsize=812760 CPUtime=0
/proc/31778/task/31786/stat : 31786 (java) S 31764 31764 31442 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1973942472 832266240 20718 996147200 134512640 134550740 4294955616 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) 860332

[startup+3.10192 s]
/proc/loadavg: 1.97 0.91 0.34 3/71 31787
/proc/meminfo: memFree=610472/2055924 swapFree=4180432/4192956
[pid=31764] ppid=31762 vsize=47572 CPUtime=2.04
/proc/31764/stat : 31764 (galacE.sh) S 31762 31764 31442 0 -1 4194304 799 23057 0 1 0 0 189 15 17 0 1 0 1973942464 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31764/statm: 11893 364 245 79 0 219 0
[pid=31787] ppid=31764 vsize=4428 CPUtime=1
/proc/31787/stat : 31787 (eSAT_static) R 31764 31764 31442 0 -1 4194304 1114 0 0 0 100 0 0 0 25 0 1 0 1973942672 4534272 875 996147200 134512640 135177480 4294955984 18446744073709551615 134572017 0 0 4096 3 0 0 0 17 1 0 0
/proc/31787/statm: 1107 875 80 162 0 942 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 52000

[startup+6.30255 s]
/proc/loadavg: 1.97 0.91 0.34 3/71 31787
/proc/meminfo: memFree=569832/2055924 swapFree=4180432/4192956
[pid=31764] ppid=31762 vsize=47572 CPUtime=2.04
/proc/31764/stat : 31764 (galacE.sh) S 31762 31764 31442 0 -1 4194304 799 23057 0 1 0 0 189 15 17 0 1 0 1973942464 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31764/statm: 11893 364 245 79 0 219 0
[pid=31787] ppid=31764 vsize=7296 CPUtime=4.18
/proc/31787/stat : 31787 (eSAT_static) R 31764 31764 31442 0 -1 4194304 1813 0 0 0 418 0 0 0 25 0 1 0 1973942672 7471104 1574 996147200 134512640 135177480 4294955984 18446744073709551615 134564470 0 0 4096 3 0 0 0 17 1 0 0
/proc/31787/statm: 1824 1574 80 162 0 1659 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 54868

[startup+12.7018 s]
/proc/loadavg: 1.97 0.93 0.35 3/71 31787
/proc/meminfo: memFree=493224/2055924 swapFree=4180432/4192956
[pid=31764] ppid=31762 vsize=47572 CPUtime=2.04
/proc/31764/stat : 31764 (galacE.sh) S 31762 31764 31442 0 -1 4194304 799 23057 0 1 0 0 189 15 17 0 1 0 1973942464 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31764/statm: 11893 364 245 79 0 219 0
[pid=31787] ppid=31764 vsize=9272 CPUtime=10.55
/proc/31787/stat : 31787 (eSAT_static) R 31764 31764 31442 0 -1 4194304 2324 0 0 0 1054 1 0 0 25 0 1 0 1973942672 9494528 2085 996147200 134512640 135177480 4294955984 18446744073709551615 134565474 0 0 4096 3 0 0 0 17 1 0 0
/proc/31787/statm: 2318 2085 80 162 0 2153 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 56844

[startup+25.5013 s]
/proc/loadavg: 1.98 0.98 0.38 3/83 31823
/proc/meminfo: memFree=1484680/2055924 swapFree=4180432/4192956
[pid=31764] ppid=31762 vsize=47572 CPUtime=2.04
/proc/31764/stat : 31764 (galacE.sh) S 31762 31764 31442 0 -1 4194304 799 23057 0 1 0 0 189 15 17 0 1 0 1973942464 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31764/statm: 11893 364 245 79 0 219 0
[pid=31787] ppid=31764 vsize=13888 CPUtime=23.32
/proc/31787/stat : 31787 (eSAT_static) R 31764 31764 31442 0 -1 4194304 3465 0 0 0 2329 3 0 0 25 0 1 0 1973942672 14221312 3226 996147200 134512640 135177480 4294955984 18446744073709551615 134571625 0 0 4096 3 0 0 0 17 0 0 0
/proc/31787/statm: 3472 3226 80 162 0 3307 0
Current children cumulated CPU time (s) 25.36
Current children cumulated vsize (KiB) 61460

[startup+51.1013 s]
/proc/loadavg: 1.98 1.06 0.42 3/83 31823
/proc/meminfo: memFree=1479496/2055924 swapFree=4180432/4192956
[pid=31764] ppid=31762 vsize=47572 CPUtime=2.04
/proc/31764/stat : 31764 (galacE.sh) S 31762 31764 31442 0 -1 4194304 799 23057 0 1 0 0 189 15 17 0 1 0 1973942464 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31764/statm: 11893 364 245 79 0 219 0
[pid=31787] ppid=31764 vsize=19056 CPUtime=48.91
/proc/31787/stat : 31787 (eSAT_static) R 31764 31764 31442 0 -1 4194304 4736 0 0 0 4886 5 0 0 25 0 1 0 1973942672 19513344 4497 996147200 134512640 135177480 4294955984 18446744073709551615 134565307 0 0 4096 3 0 0 0 17 0 0 0
/proc/31787/statm: 4764 4497 80 162 0 4599 0
Current children cumulated CPU time (s) 50.95
Current children cumulated vsize (KiB) 66628

[startup+102.306 s]
/proc/loadavg: 1.99 1.21 0.51 3/83 31823
/proc/meminfo: memFree=1473160/2055924 swapFree=4180432/4192956
[pid=31764] ppid=31762 vsize=47572 CPUtime=2.04
/proc/31764/stat : 31764 (galacE.sh) S 31762 31764 31442 0 -1 4194304 799 23057 0 1 0 0 189 15 17 0 1 0 1973942464 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31764/statm: 11893 364 245 79 0 219 0
[pid=31787] ppid=31764 vsize=25160 CPUtime=100.09
/proc/31787/stat : 31787 (eSAT_static) R 31764 31764 31442 0 -1 4194304 6284 0 0 0 10003 6 0 0 25 0 1 0 1973942672 25763840 6045 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/31787/statm: 6290 6045 80 162 0 6125 0
Current children cumulated CPU time (s) 102.13
Current children cumulated vsize (KiB) 72732

[startup+162.301 s]
/proc/loadavg: 1.99 1.34 0.59 3/83 31823
/proc/meminfo: memFree=1467592/2055924 swapFree=4180432/4192956
[pid=31764] ppid=31762 vsize=47572 CPUtime=2.04
/proc/31764/stat : 31764 (galacE.sh) S 31762 31764 31442 0 -1 4194304 799 23057 0 1 0 0 189 15 17 0 1 0 1973942464 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31764/statm: 11893 364 245 79 0 219 0
[pid=31787] ppid=31764 vsize=30796 CPUtime=160.06
/proc/31787/stat : 31787 (eSAT_static) R 31764 31764 31442 0 -1 4194304 7650 0 0 0 15999 7 0 0 25 0 1 0 1973942672 31535104 7411 996147200 134512640 135177480 4294955984 18446744073709551615 134565414 0 0 4096 3 0 0 0 17 0 0 0
/proc/31787/statm: 7699 7411 80 162 0 7534 0
Current children cumulated CPU time (s) 162.1
Current children cumulated vsize (KiB) 78368

[startup+222.302 s]
/proc/loadavg: 1.99 1.47 0.68 3/83 31823
/proc/meminfo: memFree=1456776/2055924 swapFree=4180432/4192956
[pid=31764] ppid=31762 vsize=47572 CPUtime=2.04
/proc/31764/stat : 31764 (galacE.sh) S 31762 31764 31442 0 -1 4194304 799 23057 0 1 0 0 189 15 17 0 1 0 1973942464 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31764/statm: 11893 364 245 79 0 219 0
[pid=31787] ppid=31764 vsize=41488 CPUtime=220.03
/proc/31787/stat : 31787 (eSAT_static) R 31764 31764 31442 0 -1 4194304 10294 0 0 0 21993 10 0 0 25 0 1 0 1973942672 42483712 10055 996147200 134512640 135177480 4294955984 18446744073709551615 134565406 0 0 4096 3 0 0 0 17 0 0 0
/proc/31787/statm: 10372 10055 80 162 0 10207 0
Current children cumulated CPU time (s) 222.07
Current children cumulated vsize (KiB) 89060

[startup+282.302 s]
/proc/loadavg: 1.99 1.56 0.76 3/83 31823
/proc/meminfo: memFree=1454216/2055924 swapFree=4180432/4192956
[pid=31764] ppid=31762 vsize=47572 CPUtime=2.04
/proc/31764/stat : 31764 (galacE.sh) S 31762 31764 31442 0 -1 4194304 799 23057 0 1 0 0 189 15 17 0 1 0 1973942464 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31764/statm: 11893 364 245 79 0 219 0
[pid=31787] ppid=31764 vsize=44432 CPUtime=280
/proc/31787/stat : 31787 (eSAT_static) R 31764 31764 31442 0 -1 4194304 11004 0 0 0 27989 11 0 0 25 0 1 0 1973942672 45498368 10765 996147200 134512640 135177480 4294955984 18446744073709551615 134565342 0 0 4096 3 0 0 0 17 0 0 0
/proc/31787/statm: 11108 10765 80 162 0 10943 0
Current children cumulated CPU time (s) 282.04
Current children cumulated vsize (KiB) 92004

[startup+342.302 s]
/proc/loadavg: 1.99 1.63 0.83 3/83 31823
/proc/meminfo: memFree=1451216/2055924 swapFree=4180432/4192956
[pid=31764] ppid=31762 vsize=47572 CPUtime=2.04
/proc/31764/stat : 31764 (galacE.sh) S 31762 31764 31442 0 -1 4194304 799 23057 0 1 0 0 189 15 17 0 1 0 1973942464 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31764/statm: 11893 364 245 79 0 219 0
[pid=31787] ppid=31764 vsize=47228 CPUtime=339.97
/proc/31787/stat : 31787 (eSAT_static) R 31764 31764 31442 0 -1 4194304 11703 0 0 0 33986 11 0 0 25 0 1 0 1973942672 48361472 11464 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0

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

/proc/31787/statm: 24535 24041 80 162 0 24370 0
Current children cumulated CPU time (s) 1121.65
Current children cumulated vsize (KiB) 145712

[startup+1182.3 s]
/proc/loadavg: 1.99 1.96 1.50 3/83 31823
/proc/meminfo: memFree=1400464/2055924 swapFree=4180432/4192956
[pid=31764] ppid=31762 vsize=47572 CPUtime=2.04
/proc/31764/stat : 31764 (galacE.sh) S 31762 31764 31442 0 -1 4194304 799 23057 0 1 0 0 189 15 17 0 1 0 1973942464 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31764/statm: 11893 364 245 79 0 219 0
[pid=31787] ppid=31764 vsize=98140 CPUtime=1179.58
/proc/31787/stat : 31787 (eSAT_static) R 31764 31764 31442 0 -1 4194304 24292 0 0 0 117935 23 0 0 25 0 1 0 1973942672 100495360 24045 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/31787/statm: 24535 24045 80 162 0 24370 0
Current children cumulated CPU time (s) 1181.62
Current children cumulated vsize (KiB) 145712

[startup+1242.3 s]
/proc/loadavg: 1.99 1.97 1.53 3/83 31823
/proc/meminfo: memFree=1400144/2055924 swapFree=4180432/4192956
[pid=31764] ppid=31762 vsize=47572 CPUtime=2.04
/proc/31764/stat : 31764 (galacE.sh) S 31762 31764 31442 0 -1 4194304 799 23057 0 1 0 0 189 15 17 0 1 0 1973942464 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31764/statm: 11893 364 245 79 0 219 0
[pid=31787] ppid=31764 vsize=98140 CPUtime=1239.56
/proc/31787/stat : 31787 (eSAT_static) R 31764 31764 31442 0 -1 4194304 24292 0 0 0 123933 23 0 0 25 0 1 0 1973942672 100495360 24045 996147200 134512640 135177480 4294955984 18446744073709551615 134565331 0 0 4096 3 0 0 0 17 0 0 0
/proc/31787/statm: 24535 24045 80 162 0 24370 0
Current children cumulated CPU time (s) 1241.6
Current children cumulated vsize (KiB) 145712

[startup+1302.3 s]
/proc/loadavg: 1.99 1.97 1.56 3/83 31823
/proc/meminfo: memFree=1400080/2055924 swapFree=4180432/4192956
[pid=31764] ppid=31762 vsize=47572 CPUtime=2.04
/proc/31764/stat : 31764 (galacE.sh) S 31762 31764 31442 0 -1 4194304 799 23057 0 1 0 0 189 15 17 0 1 0 1973942464 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31764/statm: 11893 364 245 79 0 219 0
[pid=31787] ppid=31764 vsize=98140 CPUtime=1299.53
/proc/31787/stat : 31787 (eSAT_static) R 31764 31764 31442 0 -1 4194304 24292 0 0 0 129930 23 0 0 25 0 1 0 1973942672 100495360 24045 996147200 134512640 135177480 4294955984 18446744073709551615 134565376 0 0 4096 3 0 0 0 17 0 0 0
/proc/31787/statm: 24535 24045 80 162 0 24370 0
Current children cumulated CPU time (s) 1301.57
Current children cumulated vsize (KiB) 145712

[startup+1362.3 s]
/proc/loadavg: 1.99 1.97 1.58 3/83 31823
/proc/meminfo: memFree=1399824/2055924 swapFree=4180432/4192956
[pid=31764] ppid=31762 vsize=47572 CPUtime=2.04
/proc/31764/stat : 31764 (galacE.sh) S 31762 31764 31442 0 -1 4194304 799 23057 0 1 0 0 189 15 17 0 1 0 1973942464 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31764/statm: 11893 364 245 79 0 219 0
[pid=31787] ppid=31764 vsize=98436 CPUtime=1359.5
/proc/31787/stat : 31787 (eSAT_static) R 31764 31764 31442 0 -1 4194304 24384 0 0 0 135927 23 0 0 25 0 1 0 1973942672 100798464 24137 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/31787/statm: 24609 24137 80 162 0 24444 0
Current children cumulated CPU time (s) 1361.54
Current children cumulated vsize (KiB) 146008

[startup+1422.31 s]
/proc/loadavg: 1.99 1.97 1.60 3/83 31823
/proc/meminfo: memFree=1393616/2055924 swapFree=4180432/4192956
[pid=31764] ppid=31762 vsize=47572 CPUtime=2.04
/proc/31764/stat : 31764 (galacE.sh) S 31762 31764 31442 0 -1 4194304 799 23057 0 1 0 0 189 15 17 0 1 0 1973942464 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31764/statm: 11893 364 245 79 0 219 0
[pid=31787] ppid=31764 vsize=104728 CPUtime=1419.48
/proc/31787/stat : 31787 (eSAT_static) R 31764 31764 31442 0 -1 4194304 25946 0 0 0 141924 24 0 0 25 0 1 0 1973942672 107241472 25699 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/31787/statm: 26182 25699 80 162 0 26017 0
Current children cumulated CPU time (s) 1421.52
Current children cumulated vsize (KiB) 152300

[startup+1482.3 s]
/proc/loadavg: 1.99 1.97 1.63 3/83 31823
/proc/meminfo: memFree=1387280/2055924 swapFree=4180432/4192956
[pid=31764] ppid=31762 vsize=47572 CPUtime=2.04
/proc/31764/stat : 31764 (galacE.sh) S 31762 31764 31442 0 -1 4194304 799 23057 0 1 0 0 189 15 17 0 1 0 1973942464 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31764/statm: 11893 364 245 79 0 219 0
[pid=31787] ppid=31764 vsize=110892 CPUtime=1479.45
/proc/31787/stat : 31787 (eSAT_static) R 31764 31764 31442 0 -1 4194304 27515 0 0 0 147919 26 0 0 25 0 1 0 1973942672 113553408 27268 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/31787/statm: 27723 27268 80 162 0 27558 0
Current children cumulated CPU time (s) 1481.49
Current children cumulated vsize (KiB) 158464

[startup+1542.3 s]
/proc/loadavg: 1.99 1.97 1.65 3/83 31823
/proc/meminfo: memFree=1387216/2055924 swapFree=4180432/4192956
[pid=31764] ppid=31762 vsize=47572 CPUtime=2.04
/proc/31764/stat : 31764 (galacE.sh) S 31762 31764 31442 0 -1 4194304 799 23057 0 1 0 0 189 15 17 0 1 0 1973942464 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31764/statm: 11893 364 245 79 0 219 0
[pid=31787] ppid=31764 vsize=110892 CPUtime=1539.42
/proc/31787/stat : 31787 (eSAT_static) R 31764 31764 31442 0 -1 4194304 27516 0 0 0 153916 26 0 0 25 0 1 0 1973942672 113553408 27269 996147200 134512640 135177480 4294955984 18446744073709551615 134565325 0 0 4096 3 0 0 0 17 0 0 0
/proc/31787/statm: 27723 27269 80 162 0 27558 0
Current children cumulated CPU time (s) 1541.46
Current children cumulated vsize (KiB) 158464

[startup+1602.3 s]
/proc/loadavg: 1.99 1.97 1.66 3/83 31823
/proc/meminfo: memFree=1387216/2055924 swapFree=4180432/4192956
[pid=31764] ppid=31762 vsize=47572 CPUtime=2.04
/proc/31764/stat : 31764 (galacE.sh) S 31762 31764 31442 0 -1 4194304 799 23057 0 1 0 0 189 15 17 0 1 0 1973942464 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31764/statm: 11893 364 245 79 0 219 0
[pid=31787] ppid=31764 vsize=110892 CPUtime=1599.39
/proc/31787/stat : 31787 (eSAT_static) R 31764 31764 31442 0 -1 4194304 27516 0 0 0 159913 26 0 0 25 0 1 0 1973942672 113553408 27269 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/31787/statm: 27723 27269 80 162 0 27558 0
Current children cumulated CPU time (s) 1601.43
Current children cumulated vsize (KiB) 158464

[startup+1662.3 s]
/proc/loadavg: 1.99 1.97 1.68 3/83 31823
/proc/meminfo: memFree=1387216/2055924 swapFree=4180432/4192956
[pid=31764] ppid=31762 vsize=47572 CPUtime=2.04
/proc/31764/stat : 31764 (galacE.sh) S 31762 31764 31442 0 -1 4194304 799 23057 0 1 0 0 189 15 17 0 1 0 1973942464 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31764/statm: 11893 364 245 79 0 219 0
[pid=31787] ppid=31764 vsize=110892 CPUtime=1659.37
/proc/31787/stat : 31787 (eSAT_static) R 31764 31764 31442 0 -1 4194304 27518 0 0 0 165911 26 0 0 25 0 1 0 1973942672 113553408 27271 996147200 134512640 135177480 4294955984 18446744073709551615 134565312 0 0 4096 3 0 0 0 17 0 0 0
/proc/31787/statm: 27723 27271 80 162 0 27558 0
Current children cumulated CPU time (s) 1661.41
Current children cumulated vsize (KiB) 158464

[startup+1722.3 s]
/proc/loadavg: 1.99 1.97 1.70 3/83 31823
/proc/meminfo: memFree=1387152/2055924 swapFree=4180432/4192956
[pid=31764] ppid=31762 vsize=47572 CPUtime=2.04
/proc/31764/stat : 31764 (galacE.sh) S 31762 31764 31442 0 -1 4194304 799 23057 0 1 0 0 189 15 17 0 1 0 1973942464 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31764/statm: 11893 364 245 79 0 219 0
[pid=31787] ppid=31764 vsize=110892 CPUtime=1719.33
/proc/31787/stat : 31787 (eSAT_static) R 31764 31764 31442 0 -1 4194304 27520 0 0 0 171907 26 0 0 25 0 1 0 1973942672 113553408 27273 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/31787/statm: 27723 27273 80 162 0 27558 0
Current children cumulated CPU time (s) 1721.37
Current children cumulated vsize (KiB) 158464

[startup+1782.3 s]
/proc/loadavg: 1.99 1.97 1.72 3/83 31823
/proc/meminfo: memFree=1386960/2055924 swapFree=4180432/4192956
[pid=31764] ppid=31762 vsize=47572 CPUtime=2.04
/proc/31764/stat : 31764 (galacE.sh) S 31762 31764 31442 0 -1 4194304 799 23057 0 1 0 0 189 15 17 0 1 0 1973942464 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31764/statm: 11893 364 245 79 0 219 0
[pid=31787] ppid=31764 vsize=110892 CPUtime=1779.3
/proc/31787/stat : 31787 (eSAT_static) R 31764 31764 31442 0 -1 4194304 27523 0 0 0 177904 26 0 0 25 0 1 0 1973942672 113553408 27276 996147200 134512640 135177480 4294955984 18446744073709551615 134565391 0 0 4096 3 0 0 0 17 0 0 0
/proc/31787/statm: 27723 27276 80 162 0 27558 0
Current children cumulated CPU time (s) 1781.34
Current children cumulated vsize (KiB) 158464



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801 s]
/proc/loadavg: 1.99 1.97 1.72 3/83 31823
/proc/meminfo: memFree=1386960/2055924 swapFree=4180432/4192956
[pid=31764] ppid=31762 vsize=47572 CPUtime=2.04
/proc/31764/stat : 31764 (galacE.sh) S 31762 31764 31442 0 -1 4194304 799 23057 0 1 0 0 189 15 17 0 1 0 1973942464 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31764/statm: 11893 364 245 79 0 219 0
[pid=31787] ppid=31764 vsize=110892 CPUtime=1798
/proc/31787/stat : 31787 (eSAT_static) R 31764 31764 31442 0 -1 4194304 27524 0 0 0 179774 26 0 0 25 0 1 0 1973942672 113553408 27277 996147200 134512640 135177480 4294955984 18446744073709551615 134558285 0 0 4096 3 0 0 0 17 0 0 0
/proc/31787/statm: 27723 27277 80 162 0 27558 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 158464

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)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 31764 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=896711
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=157975
# CPU time returned by wait4() is 2.05469
# while last known CPU time is 1800.04
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1801.01
CPU time (s): 1800.04
CPU user time (s): 1799.63
CPU system time (s): 0.41
CPU usage (%): 99.946
Max. virtual memory (cumulated for all children) (KiB): 860332

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.89671
system time used= 0.157975
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23856
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= 1114
involuntary context switches= 1101

runsolver used 1.83072 second user time and 4.78627 second system time

The end

Launcher Data (download as text)

Begin job on node6 at 2008-07-02 00:01:12
IDJOB=1034793
IDBENCH=53361
IDSOLVER=351
FILE ID=node6/1034793-1214949672
PBS_JOBID= 7870321
Free space on /tmp= 66456 MiB

SOLVER NAME= galac E
BENCH NAME= CPAI08/csp/rand-2-24/normalized-rand-24-24-276-139-49021_ext.xml
COMMAND LINE= HOME/galacE.sh BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1034793-1214949672/watcher-1034793-1214949672 -o /tmp/evaluation-result-1034793-1214949672/solver-1034793-1214949672 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/galacE.sh HOME/instance-1034793-1214949672.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 722cfc36f23b166fcf1a1f65d4e4d3e4
RANDOM SEED=744650713

node6.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	: 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.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:      2055924 kB
MemFree:        637592 kB
Buffers:         50800 kB
Cached:         503392 kB
SwapCached:       6536 kB
Active:         924136 kB
Inactive:       412888 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:        637592 kB
SwapTotal:     4192956 kB
SwapFree:      4180432 kB
Dirty:           90220 kB
Writeback:           0 kB
Mapped:         789148 kB
Slab:            64564 kB
Committed_AS:  4214580 kB
PageTables:       3976 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= 66548 MiB
End job on node6 at 2008-07-02 00:31:15