Trace number 1060415

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
galac E? (TO) 1800.03 1805.21

General information on the benchmark

Namecsp/allIntervalSeries/
normalized-series-20.xml
MD5SUMe33464de6d36c41189e3c9712ad7286f
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.021996
Satisfiable
(Un)Satisfiability was proved
Number of variables39
Number of constraints380
Maximum constraint arity3
Maximum domain size20
Number of constraints which are defined in extension0
Number of constraints which are defined in intension380
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.03	c --- Preproc Stats ---
0.02/0.82	c start processing
0.02/0.82	c start relation processing
0.02/0.87	c start cnf exporting
2.18/2.29	c parsing time : 0.709
2.18/2.29	c preprocessing time : 2.177
2.18/2.29	
2.18/2.29	c Nary constraints - conflicts : 0 supports : 19
2.18/2.29	c Binary constraints - conflicts : 361 supports :0
2.18/2.29	c max arity constraint : 3
2.18/2.29	c Max Tuples generated 7600
2.18/2.29	c relations : 3
2.18/2.29	c relations BDD: 1
2.18/2.29	c sampling 0/0
2.18/2.29	c vars : 8723 - clauses :  43150
2.18/2.29	
2.26/2.33	 
2.26/2.33	c --- SAT Solver Stats ---
2.26/2.33	 
2.26/2.33	c eSAT 0.1 : minisat core with additionnal features
2.26/2.33	c ============================[ Problem Statistics ]=============================
2.26/2.33	c |                                                                             |
2.26/2.33	c |  Number of variables:  8722                                                 |
2.26/2.33	c |  Number of clauses:    43150                                                |
2.26/2.37	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-1060415-1215126586/watcher-1060415-1215126586 -o /tmp/evaluation-result-1060415-1215126586/solver-1060415-1215126586 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1060415-1215126586.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.08 2.03 2.06 4/82 22757
/proc/meminfo: memFree=1403464/2055920 swapFree=4179032/4192956
[pid=22757] ppid=22755 vsize=8652 CPUtime=0
/proc/22757/stat : 22757 (galacE.sh) S 22755 22757 20728 0 -1 4194304 346 0 0 0 0 0 0 0 16 0 1 0 624914251 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 254613318490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22757/statm: 2163 280 208 79 0 156 0
[pid=22758] ppid=22757 vsize=8688 CPUtime=0
/proc/22758/stat : 22758 (galacE.sh) S 22757 22757 20728 0 -1 4194368 57 243 0 0 0 0 0 0 17 0 1 0 624914251 8896512 288 996147200 4194304 4520092 548682068832 18446744073709551615 254613880914 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/22758/statm: 2172 288 210 79 0 165 0

[startup+0.052141 s]
/proc/loadavg: 2.08 2.03 2.06 4/82 22757
/proc/meminfo: memFree=1403464/2055920 swapFree=4179032/4192956
[pid=22757] ppid=22755 vsize=47580 CPUtime=0.02
/proc/22757/stat : 22757 (galacE.sh) S 22755 22757 20728 0 -1 4194304 765 1857 0 0 0 0 0 2 21 0 1 0 624914251 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 254613318490 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/22757/statm: 11895 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 47580

[startup+0.101145 s]
/proc/loadavg: 2.08 2.03 2.06 4/82 22757
/proc/meminfo: memFree=1403464/2055920 swapFree=4179032/4192956
[pid=22757] ppid=22755 vsize=47580 CPUtime=0.02
/proc/22757/stat : 22757 (galacE.sh) S 22755 22757 20728 0 -1 4194304 765 1857 0 0 0 0 0 2 21 0 1 0 624914251 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 254613318490 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/22757/statm: 11895 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 47580

[startup+0.301165 s]
/proc/loadavg: 2.08 2.03 2.06 4/82 22757
/proc/meminfo: memFree=1403464/2055920 swapFree=4179032/4192956
[pid=22757] ppid=22755 vsize=47580 CPUtime=0.02
/proc/22757/stat : 22757 (galacE.sh) S 22755 22757 20728 0 -1 4194304 765 1857 0 0 0 0 0 2 21 0 1 0 624914251 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 254613318490 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/22757/statm: 11895 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 47580

[startup+0.701208 s]
/proc/loadavg: 2.08 2.03 2.06 4/82 22757
/proc/meminfo: memFree=1403464/2055920 swapFree=4179032/4192956
[pid=22757] ppid=22755 vsize=47580 CPUtime=0.02
/proc/22757/stat : 22757 (galacE.sh) S 22755 22757 20728 0 -1 4194304 765 1857 0 0 0 0 0 2 21 0 1 0 624914251 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 254613318490 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/22757/statm: 11895 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 47580

[startup+1.5023 s]
/proc/loadavg: 2.08 2.03 2.06 3/92 22779
/proc/meminfo: memFree=1362360/2055920 swapFree=4179032/4192956
[pid=22757] ppid=22755 vsize=47580 CPUtime=0.02
/proc/22757/stat : 22757 (galacE.sh) S 22755 22757 20728 0 -1 4194304 765 1857 0 0 0 0 0 2 21 0 1 0 624914251 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 254613318490 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/22757/statm: 11895 364 245 79 0 219 0
[pid=22771] ppid=22757 vsize=812764 CPUtime=1.45
/proc/22771/stat : 22771 (java) S 22757 22757 20728 0 -1 0 18945 0 1 0 135 10 0 0 23 0 9 0 624914254 832270336 18167 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22771/statm: 203191 18167 2586 9 0 197172 0
[pid=22771/tid=22772] ppid=22757 vsize=812764 CPUtime=1.08
/proc/22771/task/22772/stat : 22772 (java) R 22757 22757 20728 0 -1 64 12970 0 1 0 101 7 0 0 25 0 9 0 624914255 832270336 18167 996147200 134512640 134550740 4294955616 18446744073709551615 4126095722 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22771/tid=22773] ppid=22757 vsize=812764 CPUtime=0.1
/proc/22771/task/22773/stat : 22773 (java) S 22757 22757 20728 0 -1 64 4426 0 0 0 9 1 0 0 16 0 9 0 624914256 832270336 18167 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22771/tid=22774] ppid=22757 vsize=812764 CPUtime=0
/proc/22771/task/22774/stat : 22774 (java) S 22757 22757 20728 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 624914256 832270336 18167 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22771/tid=22775] ppid=22757 vsize=812764 CPUtime=0
/proc/22771/task/22775/stat : 22775 (java) S 22757 22757 20728 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 624914256 832270336 18167 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22771/tid=22776] ppid=22757 vsize=812764 CPUtime=0
/proc/22771/task/22776/stat : 22776 (java) S 22757 22757 20728 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 624914258 832270336 18167 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22771/tid=22777] ppid=22757 vsize=812764 CPUtime=0.24
/proc/22771/task/22777/stat : 22777 (java) S 22757 22757 20728 0 -1 64 848 0 0 0 24 0 0 0 15 0 9 0 624914258 832270336 18167 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22771/tid=22778] ppid=22757 vsize=812764 CPUtime=0
/proc/22771/task/22778/stat : 22778 (java) S 22757 22757 20728 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 624914258 832270336 18167 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22771/tid=22779] ppid=22757 vsize=812764 CPUtime=0
/proc/22771/task/22779/stat : 22779 (java) S 22757 22757 20728 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 624914258 832270336 18167 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 860344

[startup+3.10148 s]
/proc/loadavg: 2.08 2.03 2.06 3/92 22779
/proc/meminfo: memFree=1332472/2055920 swapFree=4179032/4192956
[pid=22757] ppid=22755 vsize=47580 CPUtime=2.28
/proc/22757/stat : 22757 (galacE.sh) S 22755 22757 20728 0 -1 4194304 799 22576 0 1 0 0 214 14 17 0 1 0 624914251 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 254613318490 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/22757/statm: 11895 364 245 79 0 219 0
Current children cumulated CPU time (s) 2.28
Current children cumulated vsize (KiB) 47580

[startup+6.30284 s]
/proc/loadavg: 2.15 2.05 2.06 3/84 22780
/proc/meminfo: memFree=1394168/2055920 swapFree=4179032/4192956
[pid=22757] ppid=22755 vsize=47580 CPUtime=2.28
/proc/22757/stat : 22757 (galacE.sh) S 22755 22757 20728 0 -1 4194304 799 22576 0 1 0 0 214 14 17 0 1 0 624914251 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 254613318490 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/22757/statm: 11895 364 245 79 0 219 0
[pid=22780] ppid=22757 vsize=8876 CPUtime=3.94
/proc/22780/stat : 22780 (eSAT_static) R 22757 22757 20728 0 -1 4194304 2110 0 0 0 393 1 0 0 25 0 1 0 624914484 9089024 1967 996147200 134512640 135177480 4294955984 18446744073709551615 134565331 0 0 4096 3 0 0 0 17 1 0 0
/proc/22780/statm: 2219 1967 81 162 0 2054 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 56456

[startup+12.7016 s]
/proc/loadavg: 2.14 2.05 2.06 3/84 22780
/proc/meminfo: memFree=1391864/2055920 swapFree=4179032/4192956
[pid=22757] ppid=22755 vsize=47580 CPUtime=2.28
/proc/22757/stat : 22757 (galacE.sh) S 22755 22757 20728 0 -1 4194304 799 22576 0 1 0 0 214 14 17 0 1 0 624914251 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 254613318490 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/22757/statm: 11895 364 245 79 0 219 0
[pid=22780] ppid=22757 vsize=11912 CPUtime=10.31
/proc/22780/stat : 22780 (eSAT_static) R 22757 22757 20728 0 -1 4194304 2860 0 0 0 1029 2 0 0 25 0 1 0 624914484 12197888 2717 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/22780/statm: 2978 2717 81 162 0 2813 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 59492

[startup+25.502 s]
/proc/loadavg: 2.11 2.04 2.06 3/84 22780
/proc/meminfo: memFree=1386936/2055920 swapFree=4179032/4192956
[pid=22757] ppid=22755 vsize=47580 CPUtime=2.28
/proc/22757/stat : 22757 (galacE.sh) S 22755 22757 20728 0 -1 4194304 799 22576 0 1 0 0 214 14 17 0 1 0 624914251 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 254613318490 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/22757/statm: 11895 364 245 79 0 219 0
[pid=22780] ppid=22757 vsize=16496 CPUtime=23.05
/proc/22780/stat : 22780 (eSAT_static) R 22757 22757 20728 0 -1 4194304 4001 0 0 0 2301 4 0 0 25 0 1 0 624914484 16891904 3858 996147200 134512640 135177480 4294955984 18446744073709551615 134565342 0 0 4096 3 0 0 0 17 1 0 0
/proc/22780/statm: 4124 3858 81 162 0 3959 0
Current children cumulated CPU time (s) 25.33
Current children cumulated vsize (KiB) 64076

[startup+51.1018 s]
/proc/loadavg: 2.07 2.04 2.06 3/84 22780
/proc/meminfo: memFree=1383096/2055920 swapFree=4179032/4192956
[pid=22757] ppid=22755 vsize=47580 CPUtime=2.28
/proc/22757/stat : 22757 (galacE.sh) S 22755 22757 20728 0 -1 4194304 799 22576 0 1 0 0 214 14 17 0 1 0 624914251 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 254613318490 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/22757/statm: 11895 364 245 79 0 219 0
[pid=22780] ppid=22757 vsize=20092 CPUtime=48.51
/proc/22780/stat : 22780 (eSAT_static) R 22757 22757 20728 0 -1 4194304 4909 0 0 0 4847 4 0 0 25 0 1 0 624914484 20574208 4766 996147200 134512640 135177480 4294955984 18446744073709551615 134565331 0 0 4096 3 0 0 0 17 1 0 0
/proc/22780/statm: 5023 4766 81 162 0 4858 0
Current children cumulated CPU time (s) 50.79
Current children cumulated vsize (KiB) 67672

[startup+102.307 s]
/proc/loadavg: 2.03 2.03 2.05 3/84 22780
/proc/meminfo: memFree=1371832/2055920 swapFree=4179032/4192956
[pid=22757] ppid=22755 vsize=47580 CPUtime=2.28
/proc/22757/stat : 22757 (galacE.sh) S 22755 22757 20728 0 -1 4194304 799 22576 0 1 0 0 214 14 17 0 1 0 624914251 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 254613318490 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/22757/statm: 11895 364 245 79 0 219 0
[pid=22780] ppid=22757 vsize=31396 CPUtime=99.48
/proc/22780/stat : 22780 (eSAT_static) R 22757 22757 20728 0 -1 4194304 7735 0 0 0 9940 8 0 0 25 0 1 0 624914484 32149504 7592 996147200 134512640 135177480 4294955984 18446744073709551615 134565379 0 0 4096 3 0 0 0 17 1 0 0
/proc/22780/statm: 7849 7592 81 162 0 7684 0
Current children cumulated CPU time (s) 101.76
Current children cumulated vsize (KiB) 78976

[startup+162.301 s]
/proc/loadavg: 2.01 2.02 2.05 3/84 22780
/proc/meminfo: memFree=1368824/2055920 swapFree=4179032/4192956
[pid=22757] ppid=22755 vsize=47580 CPUtime=2.28
/proc/22757/stat : 22757 (galacE.sh) S 22755 22757 20728 0 -1 4194304 799 22576 0 1 0 0 214 14 17 0 1 0 624914251 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 254613318490 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/22757/statm: 11895 364 245 79 0 219 0
[pid=22780] ppid=22757 vsize=34816 CPUtime=159.18
/proc/22780/stat : 22780 (eSAT_static) R 22757 22757 20728 0 -1 4194304 8556 0 0 0 15909 9 0 0 25 0 1 0 624914484 35651584 8413 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/22780/statm: 8704 8413 81 162 0 8539 0
Current children cumulated CPU time (s) 161.46
Current children cumulated vsize (KiB) 82396

[startup+222.302 s]
/proc/loadavg: 2.00 2.02 2.04 3/84 22780
/proc/meminfo: memFree=1359544/2055920 swapFree=4179032/4192956
[pid=22757] ppid=22755 vsize=47580 CPUtime=2.28
/proc/22757/stat : 22757 (galacE.sh) S 22755 22757 20728 0 -1 4194304 799 22576 0 1 0 0 214 14 17 0 1 0 624914251 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 254613318490 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/22757/statm: 11895 364 245 79 0 219 0
[pid=22780] ppid=22757 vsize=43536 CPUtime=218.9
/proc/22780/stat : 22780 (eSAT_static) R 22757 22757 20728 0 -1 4194304 10772 0 0 0 21879 11 0 0 25 0 1 0 624914484 44580864 10629 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/22780/statm: 10884 10629 81 162 0 10719 0
Current children cumulated CPU time (s) 221.18
Current children cumulated vsize (KiB) 91116

[startup+282.302 s]
/proc/loadavg: 2.00 2.01 2.04 3/84 22780
/proc/meminfo: memFree=1350840/2055920 swapFree=4179032/4192956
[pid=22757] ppid=22755 vsize=47580 CPUtime=2.28
/proc/22757/stat : 22757 (galacE.sh) S 22755 22757 20728 0 -1 4194304 799 22576 0 1 0 0 214 14 17 0 1 0 624914251 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 254613318490 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/22757/statm: 11895 364 245 79 0 219 0
[pid=22780] ppid=22757 vsize=52320 CPUtime=278.6
/proc/22780/stat : 22780 (eSAT_static) R 22757 22757 20728 0 -1 4194304 12927 0 0 0 27847 13 0 0 25 0 1 0 624914484 53575680 12784 996147200 134512640 135177480 4294955984 18446744073709551615 134571001 0 0 4096 3 0 0 0 17 1 0 0
/proc/22780/statm: 13080 12784 81 162 0 12915 0
Current children cumulated CPU time (s) 280.88
Current children cumulated vsize (KiB) 99900

[startup+342.301 s]
/proc/loadavg: 2.00 2.01 2.03 3/84 22780
/proc/meminfo: memFree=1350840/2055920 swapFree=4179032/4192956
[pid=22757] ppid=22755 vsize=47580 CPUtime=2.28
/proc/22757/stat : 22757 (galacE.sh) S 22755 22757 20728 0 -1 4194304 799 22576 0 1 0 0 214 14 17 0 1 0 624914251 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 254613318490 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/22757/statm: 11895 364 245 79 0 219 0
[pid=22780] ppid=22757 vsize=52320 CPUtime=338.32
/proc/22780/stat : 22780 (eSAT_static) R 22757 22757 20728 0 -1 4194304 12927 0 0 0 33819 13 0 0 25 0 1 0 624914484 53575680 12784 996147200 134512640 135177480 4294955984 18446744073709551615 134571050 0 0 4096 3 0 0 0 17 1 0 0

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

/proc/22780/statm: 26593 26220 81 162 0 26428 0
Current children cumulated CPU time (s) 1117.31
Current children cumulated vsize (KiB) 153952

[startup+1182.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/75 22810
/proc/meminfo: memFree=1384456/2055920 swapFree=4179032/4192956
[pid=22757] ppid=22755 vsize=47580 CPUtime=2.28
/proc/22757/stat : 22757 (galacE.sh) S 22755 22757 20728 0 -1 4194304 799 22576 0 1 0 0 214 14 17 0 1 0 624914251 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 254613318490 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/22757/statm: 11895 364 245 79 0 219 0
[pid=22780] ppid=22757 vsize=106372 CPUtime=1175.02
/proc/22780/stat : 22780 (eSAT_static) R 22757 22757 20728 0 -1 4194304 26364 0 0 0 117474 28 0 0 25 0 1 0 624914484 108924928 26221 996147200 134512640 135177480 4294955984 18446744073709551615 134565292 0 0 4096 3 0 0 0 17 1 0 0
/proc/22780/statm: 26593 26221 81 162 0 26428 0
Current children cumulated CPU time (s) 1177.3
Current children cumulated vsize (KiB) 153952

[startup+1242.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/75 22810
/proc/meminfo: memFree=1384456/2055920 swapFree=4179032/4192956
[pid=22757] ppid=22755 vsize=47580 CPUtime=2.28
/proc/22757/stat : 22757 (galacE.sh) S 22755 22757 20728 0 -1 4194304 799 22576 0 1 0 0 214 14 17 0 1 0 624914251 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 254613318490 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/22757/statm: 11895 364 245 79 0 219 0
[pid=22780] ppid=22757 vsize=106372 CPUtime=1235
/proc/22780/stat : 22780 (eSAT_static) R 22757 22757 20728 0 -1 4194304 26364 0 0 0 123472 28 0 0 25 0 1 0 624914484 108924928 26221 996147200 134512640 135177480 4294955984 18446744073709551615 134565210 0 0 4096 3 0 0 0 17 1 0 0
/proc/22780/statm: 26593 26221 81 162 0 26428 0
Current children cumulated CPU time (s) 1237.28
Current children cumulated vsize (KiB) 153952

[startup+1302.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/75 22810
/proc/meminfo: memFree=1377160/2055920 swapFree=4179032/4192956
[pid=22757] ppid=22755 vsize=47580 CPUtime=2.28
/proc/22757/stat : 22757 (galacE.sh) S 22755 22757 20728 0 -1 4194304 799 22576 0 1 0 0 214 14 17 0 1 0 624914251 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 254613318490 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/22757/statm: 11895 364 245 79 0 219 0
[pid=22780] ppid=22757 vsize=113544 CPUtime=1294.98
/proc/22780/stat : 22780 (eSAT_static) R 22757 22757 20728 0 -1 4194304 28181 0 0 0 129467 31 0 0 25 0 1 0 624914484 116269056 28038 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/22780/statm: 28386 28038 81 162 0 28221 0
Current children cumulated CPU time (s) 1297.26
Current children cumulated vsize (KiB) 161124

[startup+1362.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/75 22810
/proc/meminfo: memFree=1369736/2055920 swapFree=4179032/4192956
[pid=22757] ppid=22755 vsize=47580 CPUtime=2.28
/proc/22757/stat : 22757 (galacE.sh) S 22755 22757 20728 0 -1 4194304 799 22576 0 1 0 0 214 14 17 0 1 0 624914251 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 254613318490 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/22757/statm: 11895 364 245 79 0 219 0
[pid=22780] ppid=22757 vsize=120944 CPUtime=1354.97
/proc/22780/stat : 22780 (eSAT_static) R 22757 22757 20728 0 -1 4194304 30025 0 0 0 135463 34 0 0 25 0 1 0 624914484 123846656 29882 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/22780/statm: 30236 29882 81 162 0 30071 0
Current children cumulated CPU time (s) 1357.25
Current children cumulated vsize (KiB) 168524

[startup+1422.31 s]
/proc/loadavg: 1.99 1.98 1.99 3/75 22811
/proc/meminfo: memFree=1361544/2055920 swapFree=4179032/4192956
[pid=22757] ppid=22755 vsize=47580 CPUtime=2.28
/proc/22757/stat : 22757 (galacE.sh) S 22755 22757 20728 0 -1 4194304 799 22576 0 1 0 0 214 14 17 0 1 0 624914251 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 254613318490 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/22757/statm: 11895 364 245 79 0 219 0
[pid=22780] ppid=22757 vsize=128956 CPUtime=1414.96
/proc/22780/stat : 22780 (eSAT_static) R 22757 22757 20728 0 -1 4194304 32042 0 0 0 141459 37 0 0 25 0 1 0 624914484 132050944 31899 996147200 134512640 135177480 4294955984 18446744073709551615 134571080 0 0 4096 3 0 0 0 17 1 0 0
/proc/22780/statm: 32239 31899 81 162 0 32074 0
Current children cumulated CPU time (s) 1417.24
Current children cumulated vsize (KiB) 176536

[startup+1482.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/75 22812
/proc/meminfo: memFree=1361352/2055920 swapFree=4179032/4192956
[pid=22757] ppid=22755 vsize=47580 CPUtime=2.28
/proc/22757/stat : 22757 (galacE.sh) S 22755 22757 20728 0 -1 4194304 799 22576 0 1 0 0 214 14 17 0 1 0 624914251 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 254613318490 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/22757/statm: 11895 364 245 79 0 219 0
[pid=22780] ppid=22757 vsize=128956 CPUtime=1474.94
/proc/22780/stat : 22780 (eSAT_static) R 22757 22757 20728 0 -1 4194304 32042 0 0 0 147457 37 0 0 25 0 1 0 624914484 132050944 31899 996147200 134512640 135177480 4294955984 18446744073709551615 134565342 0 0 4096 3 0 0 0 17 1 0 0
/proc/22780/statm: 32239 31899 81 162 0 32074 0
Current children cumulated CPU time (s) 1477.22
Current children cumulated vsize (KiB) 176536

[startup+1542.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/75 22812
/proc/meminfo: memFree=1361352/2055920 swapFree=4179032/4192956
[pid=22757] ppid=22755 vsize=47580 CPUtime=2.28
/proc/22757/stat : 22757 (galacE.sh) S 22755 22757 20728 0 -1 4194304 799 22576 0 1 0 0 214 14 17 0 1 0 624914251 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 254613318490 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/22757/statm: 11895 364 245 79 0 219 0
[pid=22780] ppid=22757 vsize=128956 CPUtime=1534.92
/proc/22780/stat : 22780 (eSAT_static) R 22757 22757 20728 0 -1 4194304 32043 0 0 0 153455 37 0 0 25 0 1 0 624914484 132050944 31900 996147200 134512640 135177480 4294955984 18446744073709551615 134571587 0 0 4096 3 0 0 0 17 1 0 0
/proc/22780/statm: 32239 31900 81 162 0 32074 0
Current children cumulated CPU time (s) 1537.2
Current children cumulated vsize (KiB) 176536

[startup+1602.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/75 22812
/proc/meminfo: memFree=1361288/2055920 swapFree=4179032/4192956
[pid=22757] ppid=22755 vsize=47580 CPUtime=2.28
/proc/22757/stat : 22757 (galacE.sh) S 22755 22757 20728 0 -1 4194304 799 22576 0 1 0 0 214 14 17 0 1 0 624914251 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 254613318490 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/22757/statm: 11895 364 245 79 0 219 0
[pid=22780] ppid=22757 vsize=128956 CPUtime=1594.9
/proc/22780/stat : 22780 (eSAT_static) R 22757 22757 20728 0 -1 4194304 32043 0 0 0 159453 37 0 0 25 0 1 0 624914484 132050944 31900 996147200 134512640 135177480 4294955984 18446744073709551615 134565457 0 0 4096 3 0 0 0 17 1 0 0
/proc/22780/statm: 32239 31900 81 162 0 32074 0
Current children cumulated CPU time (s) 1597.18
Current children cumulated vsize (KiB) 176536

[startup+1662.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/75 22812
/proc/meminfo: memFree=1361224/2055920 swapFree=4179032/4192956
[pid=22757] ppid=22755 vsize=47580 CPUtime=2.28
/proc/22757/stat : 22757 (galacE.sh) S 22755 22757 20728 0 -1 4194304 799 22576 0 1 0 0 214 14 17 0 1 0 624914251 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 254613318490 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/22757/statm: 11895 364 245 79 0 219 0
[pid=22780] ppid=22757 vsize=128956 CPUtime=1654.89
/proc/22780/stat : 22780 (eSAT_static) R 22757 22757 20728 0 -1 4194304 32043 0 0 0 165452 37 0 0 25 0 1 0 624914484 132050944 31900 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/22780/statm: 32239 31900 81 162 0 32074 0
Current children cumulated CPU time (s) 1657.17
Current children cumulated vsize (KiB) 176536

[startup+1722.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/75 22812
/proc/meminfo: memFree=1361224/2055920 swapFree=4179032/4192956
[pid=22757] ppid=22755 vsize=47580 CPUtime=2.28
/proc/22757/stat : 22757 (galacE.sh) S 22755 22757 20728 0 -1 4194304 799 22576 0 1 0 0 214 14 17 0 1 0 624914251 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 254613318490 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/22757/statm: 11895 364 245 79 0 219 0
[pid=22780] ppid=22757 vsize=128956 CPUtime=1714.87
/proc/22780/stat : 22780 (eSAT_static) R 22757 22757 20728 0 -1 4194304 32044 0 0 0 171450 37 0 0 25 0 1 0 624914484 132050944 31901 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/22780/statm: 32239 31901 81 162 0 32074 0
Current children cumulated CPU time (s) 1717.15
Current children cumulated vsize (KiB) 176536

[startup+1782.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/75 22812
/proc/meminfo: memFree=1361160/2055920 swapFree=4179032/4192956
[pid=22757] ppid=22755 vsize=47580 CPUtime=2.28
/proc/22757/stat : 22757 (galacE.sh) S 22755 22757 20728 0 -1 4194304 799 22576 0 1 0 0 214 14 17 0 1 0 624914251 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 254613318490 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/22757/statm: 11895 364 245 79 0 219 0
[pid=22780] ppid=22757 vsize=128956 CPUtime=1774.86
/proc/22780/stat : 22780 (eSAT_static) R 22757 22757 20728 0 -1 4194304 32046 0 0 0 177449 37 0 0 25 0 1 0 624914484 132050944 31903 996147200 134512640 135177480 4294955984 18446744073709551615 134556856 0 0 4096 3 0 0 0 17 1 0 0
/proc/22780/statm: 32239 31903 81 162 0 32074 0
Current children cumulated CPU time (s) 1777.14
Current children cumulated vsize (KiB) 176536



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1805.2 s]
/proc/loadavg: 1.99 1.98 1.99 3/75 22812
/proc/meminfo: memFree=1361096/2055920 swapFree=4179032/4192956
[pid=22757] ppid=22755 vsize=47580 CPUtime=2.28
/proc/22757/stat : 22757 (galacE.sh) S 22755 22757 20728 0 -1 4194304 799 22576 0 1 0 0 214 14 17 0 1 0 624914251 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 254613318490 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/22757/statm: 11895 364 245 79 0 219 0
[pid=22780] ppid=22757 vsize=128956 CPUtime=1797.75
/proc/22780/stat : 22780 (eSAT_static) R 22757 22757 20728 0 -1 4194304 32046 0 0 0 179738 37 0 0 25 0 1 0 624914484 132050944 31903 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/22780/statm: 32239 31903 81 162 0 32074 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 176536

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 22757 and gives
#  childrusage.ru_utime.tv_sec=2
#  childrusage.ru_utime.tv_usec=146673
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=149977
# CPU time returned by wait4() is 2.29665
# while last known CPU time is 1800.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1805.21
CPU time (s): 1800.03
CPU user time (s): 1799.52
CPU system time (s): 0.51
CPU usage (%): 99.7129
Max. virtual memory (cumulated for all children) (KiB): 860344

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.14667
system time used= 0.149977
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23375
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= 1256
involuntary context switches= 1247

runsolver used 1.65775 second user time and 4.93125 second system time

The end

Launcher Data (download as text)

Begin job on node87 at 2008-07-04 01:09:46
IDJOB=1060415
IDBENCH=54449
IDSOLVER=351
FILE ID=node87/1060415-1215126586
PBS_JOBID= 7877034
Free space on /tmp= 66532 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= e33464de6d36c41189e3c9712ad7286f
RANDOM SEED=898754335

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1403880 kB
Buffers:         26792 kB
Cached:         465340 kB
SwapCached:       8144 kB
Active:         376500 kB
Inactive:       236372 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1403880 kB
SwapTotal:     4192956 kB
SwapFree:      4179032 kB
Dirty:            3196 kB
Writeback:           0 kB
Mapped:         136128 kB
Slab:            23956 kB
Committed_AS:  1703644 kB
PageTables:       2156 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264992 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66528 MiB
End job on node87 at 2008-07-04 01:39:53