Trace number 1097353

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.02 1817.22

General information on the benchmark

Namecsp/tightness0.5/
normalized-rand-2-40-25-180-500-24_ext.xml
MD5SUMfc9ad1f135834eb048e4bc1b71381aef
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 benchmark22.3986
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints180
Maximum constraint arity2
Maximum domain size25
Number of constraints which are defined in extension180
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.95	c start processing
0.01/0.95	c start relation processing
0.95/1.01	c start cnf exporting
2.63/2.77	c parsing time : 0.829
2.63/2.77	c preprocessing time : 2.646
2.63/2.77	
2.63/2.77	c Nary constraints - conflicts : 0 supports : 0
2.63/2.77	c Binary constraints - conflicts : 96 supports :84
2.63/2.77	c max arity constraint : 2
2.63/2.77	c Max Tuples generated 0
2.63/2.77	c relations : 180
2.63/2.77	c relations BDD: 0
2.63/2.77	c sampling 0/0
2.63/2.77	c vars : 1001 - clauses :  45326
2.63/2.77	
2.70/2.81	 
2.70/2.81	c --- SAT Solver Stats ---
2.70/2.81	 
2.70/2.81	c eSAT 0.1 : minisat core with additionnal features
2.70/2.81	c ============================[ Problem Statistics ]=============================
2.70/2.81	c |                                                                             |
2.70/2.81	c |  Number of variables:  1000                                                 |
2.70/2.81	c |  Number of clauses:    45326                                                |
2.70/2.85	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-1097353-1215281869/watcher-1097353-1215281869 -o /tmp/evaluation-result-1097353-1215281869/solver-1097353-1215281869 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1097353-1215281869.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.04 2.01 2.01 4/82 13034
/proc/meminfo: memFree=1734456/2055920 swapFree=4181492/4192956
[pid=13034] ppid=13032 vsize=5224 CPUtime=0
/proc/13034/stat : 13034 (galacE.sh) R 13032 13034 11602 0 -1 4194304 63 0 0 0 0 0 0 0 20 0 1 0 140197931 5349376 48 996147200 4194304 4520092 548682068832 18446744073709551615 210720832996 0 0 4096 0 0 0 0 17 1 0 0
/proc/13034/statm: 1306 48 37 79 0 104 0

[startup+0.061105 s]
/proc/loadavg: 2.04 2.01 2.01 4/82 13034
/proc/meminfo: memFree=1734456/2055920 swapFree=4181492/4192956
[pid=13034] ppid=13032 vsize=47556 CPUtime=0.01
/proc/13034/stat : 13034 (galacE.sh) S 13032 13034 11602 0 -1 4194304 764 1698 0 0 0 0 0 1 23 0 1 0 140197931 48697344 363 996147200 4194304 4520092 548682068832 18446744073709551615 210723072858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13034/statm: 11889 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+0.100717 s]
/proc/loadavg: 2.04 2.01 2.01 4/82 13034
/proc/meminfo: memFree=1734456/2055920 swapFree=4181492/4192956
[pid=13034] ppid=13032 vsize=47556 CPUtime=0.01
/proc/13034/stat : 13034 (galacE.sh) S 13032 13034 11602 0 -1 4194304 764 1698 0 0 0 0 0 1 23 0 1 0 140197931 48697344 363 996147200 4194304 4520092 548682068832 18446744073709551615 210723072858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13034/statm: 11889 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+0.301743 s]
/proc/loadavg: 2.04 2.01 2.01 4/82 13034
/proc/meminfo: memFree=1734456/2055920 swapFree=4181492/4192956
[pid=13034] ppid=13032 vsize=47556 CPUtime=0.01
/proc/13034/stat : 13034 (galacE.sh) S 13032 13034 11602 0 -1 4194304 764 1698 0 0 0 0 0 1 23 0 1 0 140197931 48697344 363 996147200 4194304 4520092 548682068832 18446744073709551615 210723072858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13034/statm: 11889 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+0.701795 s]
/proc/loadavg: 2.04 2.01 2.01 4/82 13034
/proc/meminfo: memFree=1734456/2055920 swapFree=4181492/4192956
[pid=13034] ppid=13032 vsize=47556 CPUtime=0.01
/proc/13034/stat : 13034 (galacE.sh) S 13032 13034 11602 0 -1 4194304 764 1698 0 0 0 0 0 1 23 0 1 0 140197931 48697344 363 996147200 4194304 4520092 548682068832 18446744073709551615 210723072858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13034/statm: 11889 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+1.50189 s]
/proc/loadavg: 2.04 2.01 2.01 3/92 13056
/proc/meminfo: memFree=1664224/2055920 swapFree=4181492/4192956
[pid=13034] ppid=13032 vsize=47556 CPUtime=0.01
/proc/13034/stat : 13034 (galacE.sh) S 13032 13034 11602 0 -1 4194304 764 1698 0 0 0 0 0 1 23 0 1 0 140197931 48697344 363 996147200 4194304 4520092 548682068832 18446744073709551615 210723072858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13034/statm: 11889 363 244 79 0 219 0
[pid=13048] ppid=13034 vsize=812760 CPUtime=1.44
/proc/13048/stat : 13048 (java) S 13034 13034 11602 0 -1 0 21728 0 1 0 131 13 0 0 18 0 9 0 140197935 832266240 21143 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13048/statm: 203190 21143 1911 9 0 197171 0
[pid=13048/tid=13049] ppid=13034 vsize=812760 CPUtime=1.09
/proc/13048/task/13049/stat : 13049 (java) R 13034 13034 11602 0 -1 64 14531 0 1 0 101 8 0 0 25 0 9 0 140197936 832266240 21143 996147200 134512640 134550740 4294955600 18446744073709551615 4127002894 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13048/tid=13050] ppid=13034 vsize=812760 CPUtime=0.05
/proc/13048/task/13050/stat : 13050 (java) S 13034 13034 11602 0 -1 64 5634 0 0 0 3 2 0 0 16 0 9 0 140197937 832266240 21143 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13048/tid=13051] ppid=13034 vsize=812760 CPUtime=0
/proc/13048/task/13051/stat : 13051 (java) S 13034 13034 11602 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140197938 832266240 21143 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13048/tid=13052] ppid=13034 vsize=812760 CPUtime=0
/proc/13048/task/13052/stat : 13052 (java) S 13034 13034 11602 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 140197938 832266240 21143 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13048/tid=13053] ppid=13034 vsize=812760 CPUtime=0
/proc/13048/task/13053/stat : 13053 (java) S 13034 13034 11602 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 140197940 832266240 21143 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13048/tid=13054] ppid=13034 vsize=812760 CPUtime=0.26
/proc/13048/task/13054/stat : 13054 (java) S 13034 13034 11602 0 -1 64 863 0 0 0 25 1 0 0 16 0 9 0 140197940 832266240 21143 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13048/tid=13055] ppid=13034 vsize=812760 CPUtime=0
/proc/13048/task/13055/stat : 13055 (java) S 13034 13034 11602 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 140197940 832266240 21143 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13048/tid=13056] ppid=13034 vsize=812760 CPUtime=0
/proc/13048/task/13056/stat : 13056 (java) R 13034 13034 11602 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 140197940 832266240 21143 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 860316

[startup+3.10107 s]
/proc/loadavg: 2.04 2.01 2.01 3/92 13056
/proc/meminfo: memFree=1655904/2055920 swapFree=4181492/4192956
[pid=13034] ppid=13032 vsize=47556 CPUtime=2.72
/proc/13034/stat : 13034 (galacE.sh) S 13032 13034 11602 0 -1 4194304 798 23475 0 1 0 0 256 16 17 0 1 0 140197931 48697344 363 996147200 4194304 4520092 548682068832 18446744073709551615 210723072858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13034/statm: 11889 363 244 79 0 219 0
Current children cumulated CPU time (s) 2.72
Current children cumulated vsize (KiB) 47556

[startup+6.30245 s]
/proc/loadavg: 2.04 2.01 2.01 3/84 13057
/proc/meminfo: memFree=1727136/2055920 swapFree=4181492/4192956
[pid=13034] ppid=13032 vsize=47556 CPUtime=2.72
/proc/13034/stat : 13034 (galacE.sh) S 13032 13034 11602 0 -1 4194304 798 23475 0 1 0 0 256 16 17 0 1 0 140197931 48697344 363 996147200 4194304 4520092 548682068832 18446744073709551615 210723072858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13034/statm: 11889 363 244 79 0 219 0
[pid=13057] ppid=13034 vsize=7756 CPUtime=3.44
/proc/13057/stat : 13057 (eSAT_static) R 13034 13034 11602 0 -1 4194304 1846 0 0 0 344 0 0 0 25 0 1 0 140198213 7942144 1738 996147200 134512640 135177480 4294955968 18446744073709551615 134565395 0 0 4096 3 0 0 0 17 1 0 0
/proc/13057/statm: 1939 1738 81 162 0 1774 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 55312

[startup+12.7012 s]
/proc/loadavg: 2.03 2.01 2.01 3/84 13057
/proc/meminfo: memFree=1722720/2055920 swapFree=4181492/4192956
[pid=13034] ppid=13032 vsize=47556 CPUtime=2.72
/proc/13034/stat : 13034 (galacE.sh) S 13032 13034 11602 0 -1 4194304 798 23475 0 1 0 0 256 16 17 0 1 0 140197931 48697344 363 996147200 4194304 4520092 548682068832 18446744073709551615 210723072858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13034/statm: 11889 363 244 79 0 219 0
[pid=13057] ppid=13034 vsize=11344 CPUtime=9.78
/proc/13057/stat : 13057 (eSAT_static) R 13034 13034 11602 0 -1 4194304 2723 0 0 0 977 1 0 0 25 0 1 0 140198213 11616256 2615 996147200 134512640 135177480 4294955968 18446744073709551615 134571074 0 0 4096 3 0 0 0 17 1 0 0
/proc/13057/statm: 2836 2615 81 162 0 2671 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 58900

[startup+25.5017 s]
/proc/loadavg: 2.02 2.01 2.01 3/84 13057
/proc/meminfo: memFree=1718824/2055920 swapFree=4181492/4192956
[pid=13034] ppid=13032 vsize=47556 CPUtime=2.72
/proc/13034/stat : 13034 (galacE.sh) S 13032 13034 11602 0 -1 4194304 798 23475 0 1 0 0 256 16 17 0 1 0 140197931 48697344 363 996147200 4194304 4520092 548682068832 18446744073709551615 210723072858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13034/statm: 11889 363 244 79 0 219 0
[pid=13057] ppid=13034 vsize=15176 CPUtime=22.47
/proc/13057/stat : 13057 (eSAT_static) R 13034 13034 11602 0 -1 4194304 3714 0 0 0 2244 3 0 0 25 0 1 0 140198213 15540224 3606 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/13057/statm: 3794 3606 81 162 0 3629 0
Current children cumulated CPU time (s) 25.19
Current children cumulated vsize (KiB) 62732

[startup+51.1017 s]
/proc/loadavg: 2.02 2.01 2.00 3/84 13057
/proc/meminfo: memFree=1713064/2055920 swapFree=4181492/4192956
[pid=13034] ppid=13032 vsize=47556 CPUtime=2.72
/proc/13034/stat : 13034 (galacE.sh) S 13032 13034 11602 0 -1 4194304 798 23475 0 1 0 0 256 16 17 0 1 0 140197931 48697344 363 996147200 4194304 4520092 548682068832 18446744073709551615 210723072858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13034/statm: 11889 363 244 79 0 219 0
[pid=13057] ppid=13034 vsize=20836 CPUtime=47.82
/proc/13057/stat : 13057 (eSAT_static) R 13034 13034 11602 0 -1 4194304 5108 0 0 0 4778 4 0 0 25 0 1 0 140198213 21336064 5000 996147200 134512640 135177480 4294955968 18446744073709551615 134571048 0 0 4096 3 0 0 0 17 1 0 0
/proc/13057/statm: 5209 5000 81 162 0 5044 0
Current children cumulated CPU time (s) 50.54
Current children cumulated vsize (KiB) 68392

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 13057
/proc/meminfo: memFree=1705832/2055920 swapFree=4181492/4192956
[pid=13034] ppid=13032 vsize=47556 CPUtime=2.72
/proc/13034/stat : 13034 (galacE.sh) S 13032 13034 11602 0 -1 4194304 798 23475 0 1 0 0 256 16 17 0 1 0 140197931 48697344 363 996147200 4194304 4520092 548682068832 18446744073709551615 210723072858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13034/statm: 11889 363 244 79 0 219 0
[pid=13057] ppid=13034 vsize=28048 CPUtime=98.53
/proc/13057/stat : 13057 (eSAT_static) R 13034 13034 11602 0 -1 4194304 6899 0 0 0 9848 5 0 0 25 0 1 0 140198213 28721152 6791 996147200 134512640 135177480 4294955968 18446744073709551615 134565275 0 0 4096 3 0 0 0 17 1 0 0
/proc/13057/statm: 7012 6791 81 162 0 6847 0
Current children cumulated CPU time (s) 101.25
Current children cumulated vsize (KiB) 75604

[startup+162.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 13057
/proc/meminfo: memFree=1701800/2055920 swapFree=4181492/4192956
[pid=13034] ppid=13032 vsize=47556 CPUtime=2.72
/proc/13034/stat : 13034 (galacE.sh) S 13032 13034 11602 0 -1 4194304 798 23475 0 1 0 0 256 16 17 0 1 0 140197931 48697344 363 996147200 4194304 4520092 548682068832 18446744073709551615 210723072858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13034/statm: 11889 363 244 79 0 219 0
[pid=13057] ppid=13034 vsize=32436 CPUtime=157.97
/proc/13057/stat : 13057 (eSAT_static) R 13034 13034 11602 0 -1 4194304 7968 0 0 0 15790 7 0 0 25 0 1 0 140198213 33214464 7860 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/13057/statm: 8109 7860 81 162 0 7944 0
Current children cumulated CPU time (s) 160.69
Current children cumulated vsize (KiB) 79992

[startup+222.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 13057
/proc/meminfo: memFree=1693864/2055920 swapFree=4181492/4192956
[pid=13034] ppid=13032 vsize=47556 CPUtime=2.72
/proc/13034/stat : 13034 (galacE.sh) S 13032 13034 11602 0 -1 4194304 798 23475 0 1 0 0 256 16 17 0 1 0 140197931 48697344 363 996147200 4194304 4520092 548682068832 18446744073709551615 210723072858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13034/statm: 11889 363 244 79 0 219 0
[pid=13057] ppid=13034 vsize=39832 CPUtime=217.4
/proc/13057/stat : 13057 (eSAT_static) R 13034 13034 11602 0 -1 4194304 9816 0 0 0 21732 8 0 0 25 0 1 0 140198213 40787968 9708 996147200 134512640 135177480 4294955968 18446744073709551615 134565388 0 0 4096 3 0 0 0 17 1 0 0
/proc/13057/statm: 9958 9708 81 162 0 9793 0
Current children cumulated CPU time (s) 220.12
Current children cumulated vsize (KiB) 87388

[startup+282.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 13057
/proc/meminfo: memFree=1691944/2055920 swapFree=4181492/4192956
[pid=13034] ppid=13032 vsize=47556 CPUtime=2.72
/proc/13034/stat : 13034 (galacE.sh) S 13032 13034 11602 0 -1 4194304 798 23475 0 1 0 0 256 16 17 0 1 0 140197931 48697344 363 996147200 4194304 4520092 548682068832 18446744073709551615 210723072858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13034/statm: 11889 363 244 79 0 219 0
[pid=13057] ppid=13034 vsize=42016 CPUtime=276.84
/proc/13057/stat : 13057 (eSAT_static) R 13034 13034 11602 0 -1 4194304 10350 0 0 0 27675 9 0 0 25 0 1 0 140198213 43024384 10242 996147200 134512640 135177480 4294955968 18446744073709551615 134561123 0 0 4096 3 0 0 0 17 1 0 0
/proc/13057/statm: 10504 10242 81 162 0 10339 0
Current children cumulated CPU time (s) 279.56
Current children cumulated vsize (KiB) 89572

[startup+342.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 13057
/proc/meminfo: memFree=1681000/2055920 swapFree=4181492/4192956
[pid=13034] ppid=13032 vsize=47556 CPUtime=2.72
/proc/13034/stat : 13034 (galacE.sh) S 13032 13034 11602 0 -1 4194304 798 23475 0 1 0 0 256 16 17 0 1 0 140197931 48697344 363 996147200 4194304 4520092 548682068832 18446744073709551615 210723072858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13034/statm: 11889 363 244 79 0 219 0
[pid=13057] ppid=13034 vsize=52904 CPUtime=336.28
/proc/13057/stat : 13057 (eSAT_static) R 13034 13034 11602 0 -1 4194304 13043 0 0 0 33616 12 0 0 25 0 1 0 140198213 54173696 12935 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/13057/statm: 13226 12935 81 162 0 13061 0
Current children cumulated CPU time (s) 339
Current children cumulated vsize (KiB) 100460

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

/proc/13057/statm: 23027 22529 81 162 0 22862 0
Current children cumulated CPU time (s) 1111.65
Current children cumulated vsize (KiB) 139664

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 13099
/proc/meminfo: memFree=1644336/2055920 swapFree=4181492/4192956
[pid=13034] ppid=13032 vsize=47556 CPUtime=2.72
/proc/13034/stat : 13034 (galacE.sh) S 13032 13034 11602 0 -1 4194304 798 23475 0 1 0 0 256 16 17 0 1 0 140197931 48697344 363 996147200 4194304 4520092 548682068832 18446744073709551615 210723072858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13034/statm: 11889 363 244 79 0 219 0
[pid=13057] ppid=13034 vsize=95816 CPUtime=1168.37
/proc/13057/stat : 13057 (eSAT_static) R 13034 13034 11602 0 -1 4194304 23526 0 0 0 116814 23 0 0 25 0 1 0 140198213 98115584 23418 996147200 134512640 135177480 4294955968 18446744073709551615 134565395 0 0 4096 3 0 0 0 17 1 0 0
/proc/13057/statm: 23954 23418 81 162 0 23789 0
Current children cumulated CPU time (s) 1171.09
Current children cumulated vsize (KiB) 143372

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 13099
/proc/meminfo: memFree=1644208/2055920 swapFree=4181492/4192956
[pid=13034] ppid=13032 vsize=47556 CPUtime=2.72
/proc/13034/stat : 13034 (galacE.sh) S 13032 13034 11602 0 -1 4194304 798 23475 0 1 0 0 256 16 17 0 1 0 140197931 48697344 363 996147200 4194304 4520092 548682068832 18446744073709551615 210723072858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13034/statm: 11889 363 244 79 0 219 0
[pid=13057] ppid=13034 vsize=95816 CPUtime=1227.8
/proc/13057/stat : 13057 (eSAT_static) R 13034 13034 11602 0 -1 4194304 23526 0 0 0 122757 23 0 0 25 0 1 0 140198213 98115584 23418 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/13057/statm: 23954 23418 81 162 0 23789 0
Current children cumulated CPU time (s) 1230.52
Current children cumulated vsize (KiB) 143372

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 13099
/proc/meminfo: memFree=1644144/2055920 swapFree=4181492/4192956
[pid=13034] ppid=13032 vsize=47556 CPUtime=2.72
/proc/13034/stat : 13034 (galacE.sh) S 13032 13034 11602 0 -1 4194304 798 23475 0 1 0 0 256 16 17 0 1 0 140197931 48697344 363 996147200 4194304 4520092 548682068832 18446744073709551615 210723072858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13034/statm: 11889 363 244 79 0 219 0
[pid=13057] ppid=13034 vsize=95816 CPUtime=1287.24
/proc/13057/stat : 13057 (eSAT_static) R 13034 13034 11602 0 -1 4194304 23527 0 0 0 128701 23 0 0 25 0 1 0 140198213 98115584 23419 996147200 134512640 135177480 4294955968 18446744073709551615 134565315 0 0 4096 3 0 0 0 17 1 0 0
/proc/13057/statm: 23954 23419 81 162 0 23789 0
Current children cumulated CPU time (s) 1289.96
Current children cumulated vsize (KiB) 143372

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 13099
/proc/meminfo: memFree=1644144/2055920 swapFree=4181492/4192956
[pid=13034] ppid=13032 vsize=47556 CPUtime=2.72
/proc/13034/stat : 13034 (galacE.sh) S 13032 13034 11602 0 -1 4194304 798 23475 0 1 0 0 256 16 17 0 1 0 140197931 48697344 363 996147200 4194304 4520092 548682068832 18446744073709551615 210723072858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13034/statm: 11889 363 244 79 0 219 0
[pid=13057] ppid=13034 vsize=95816 CPUtime=1346.68
/proc/13057/stat : 13057 (eSAT_static) R 13034 13034 11602 0 -1 4194304 23529 0 0 0 134644 24 0 0 25 0 1 0 140198213 98115584 23421 996147200 134512640 135177480 4294955968 18446744073709551615 134564590 0 0 4096 3 0 0 0 17 1 0 0
/proc/13057/statm: 23954 23421 81 162 0 23789 0
Current children cumulated CPU time (s) 1349.4
Current children cumulated vsize (KiB) 143372

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 13099
/proc/meminfo: memFree=1644016/2055920 swapFree=4181492/4192956
[pid=13034] ppid=13032 vsize=47556 CPUtime=2.72
/proc/13034/stat : 13034 (galacE.sh) S 13032 13034 11602 0 -1 4194304 798 23475 0 1 0 0 256 16 17 0 1 0 140197931 48697344 363 996147200 4194304 4520092 548682068832 18446744073709551615 210723072858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13034/statm: 11889 363 244 79 0 219 0
[pid=13057] ppid=13034 vsize=96016 CPUtime=1406.12
/proc/13057/stat : 13057 (eSAT_static) R 13034 13034 11602 0 -1 4194304 23568 0 0 0 140588 24 0 0 25 0 1 0 140198213 98320384 23460 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/13057/statm: 24004 23460 81 162 0 23839 0
Current children cumulated CPU time (s) 1408.84
Current children cumulated vsize (KiB) 143572

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 13099
/proc/meminfo: memFree=1643760/2055920 swapFree=4181492/4192956
[pid=13034] ppid=13032 vsize=47556 CPUtime=2.72
/proc/13034/stat : 13034 (galacE.sh) S 13032 13034 11602 0 -1 4194304 798 23475 0 1 0 0 256 16 17 0 1 0 140197931 48697344 363 996147200 4194304 4520092 548682068832 18446744073709551615 210723072858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13034/statm: 11889 363 244 79 0 219 0
[pid=13057] ppid=13034 vsize=96228 CPUtime=1465.55
/proc/13057/stat : 13057 (eSAT_static) R 13034 13034 11602 0 -1 4194304 23624 0 0 0 146531 24 0 0 25 0 1 0 140198213 98537472 23516 996147200 134512640 135177480 4294955968 18446744073709551615 134565474 0 0 4096 3 0 0 0 17 1 0 0
/proc/13057/statm: 24057 23516 81 162 0 23892 0
Current children cumulated CPU time (s) 1468.27
Current children cumulated vsize (KiB) 143784

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 13099
/proc/meminfo: memFree=1643568/2055920 swapFree=4181492/4192956
[pid=13034] ppid=13032 vsize=47556 CPUtime=2.72
/proc/13034/stat : 13034 (galacE.sh) S 13032 13034 11602 0 -1 4194304 798 23475 0 1 0 0 256 16 17 0 1 0 140197931 48697344 363 996147200 4194304 4520092 548682068832 18446744073709551615 210723072858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13034/statm: 11889 363 244 79 0 219 0
[pid=13057] ppid=13034 vsize=96408 CPUtime=1524.98
/proc/13057/stat : 13057 (eSAT_static) R 13034 13034 11602 0 -1 4194304 23668 0 0 0 152474 24 0 0 25 0 1 0 140198213 98721792 23560 996147200 134512640 135177480 4294955968 18446744073709551615 134565301 0 0 4096 3 0 0 0 17 1 0 0
/proc/13057/statm: 24102 23560 81 162 0 23937 0
Current children cumulated CPU time (s) 1527.7
Current children cumulated vsize (KiB) 143964

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 13099
/proc/meminfo: memFree=1643248/2055920 swapFree=4181492/4192956
[pid=13034] ppid=13032 vsize=47556 CPUtime=2.72
/proc/13034/stat : 13034 (galacE.sh) S 13032 13034 11602 0 -1 4194304 798 23475 0 1 0 0 256 16 17 0 1 0 140197931 48697344 363 996147200 4194304 4520092 548682068832 18446744073709551615 210723072858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13034/statm: 11889 363 244 79 0 219 0
[pid=13057] ppid=13034 vsize=96548 CPUtime=1584.42
/proc/13057/stat : 13057 (eSAT_static) R 13034 13034 11602 0 -1 4194304 23726 0 0 0 158418 24 0 0 25 0 1 0 140198213 98865152 23618 996147200 134512640 135177480 4294955968 18446744073709551615 134565395 0 0 4096 3 0 0 0 17 1 0 0
/proc/13057/statm: 24137 23618 81 162 0 23972 0
Current children cumulated CPU time (s) 1587.14
Current children cumulated vsize (KiB) 144104

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/84 13099
/proc/meminfo: memFree=1642800/2055920 swapFree=4181492/4192956
[pid=13034] ppid=13032 vsize=47556 CPUtime=2.72
/proc/13034/stat : 13034 (galacE.sh) S 13032 13034 11602 0 -1 4194304 798 23475 0 1 0 0 256 16 17 0 1 0 140197931 48697344 363 996147200 4194304 4520092 548682068832 18446744073709551615 210723072858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13034/statm: 11889 363 244 79 0 219 0
[pid=13057] ppid=13034 vsize=96956 CPUtime=1643.86
/proc/13057/stat : 13057 (eSAT_static) R 13034 13034 11602 0 -1 4194304 23829 0 0 0 164362 24 0 0 25 0 1 0 140198213 99282944 23721 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/13057/statm: 24239 23721 81 162 0 24074 0
Current children cumulated CPU time (s) 1646.58
Current children cumulated vsize (KiB) 144512

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 13099
/proc/meminfo: memFree=1642416/2055920 swapFree=4181492/4192956
[pid=13034] ppid=13032 vsize=47556 CPUtime=2.72
/proc/13034/stat : 13034 (galacE.sh) S 13032 13034 11602 0 -1 4194304 798 23475 0 1 0 0 256 16 17 0 1 0 140197931 48697344 363 996147200 4194304 4520092 548682068832 18446744073709551615 210723072858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13034/statm: 11889 363 244 79 0 219 0
[pid=13057] ppid=13034 vsize=97300 CPUtime=1703.29
/proc/13057/stat : 13057 (eSAT_static) R 13034 13034 11602 0 -1 4194304 23923 0 0 0 170305 24 0 0 25 0 1 0 140198213 99635200 23815 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/13057/statm: 24325 23815 81 162 0 24160 0
Current children cumulated CPU time (s) 1706.01
Current children cumulated vsize (KiB) 144856

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 13099
/proc/meminfo: memFree=1637872/2055920 swapFree=4181492/4192956
[pid=13034] ppid=13032 vsize=47556 CPUtime=2.72
/proc/13034/stat : 13034 (galacE.sh) S 13032 13034 11602 0 -1 4194304 798 23475 0 1 0 0 256 16 17 0 1 0 140197931 48697344 363 996147200 4194304 4520092 548682068832 18446744073709551615 210723072858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13034/statm: 11889 363 244 79 0 219 0
[pid=13057] ppid=13034 vsize=101800 CPUtime=1762.73
/proc/13057/stat : 13057 (eSAT_static) R 13034 13034 11602 0 -1 4194304 25032 0 0 0 176247 26 0 0 25 0 1 0 140198213 104243200 24924 996147200 134512640 135177480 4294955968 18446744073709551615 134565395 0 0 4096 3 0 0 0 17 1 0 0
/proc/13057/statm: 25450 24924 81 162 0 25285 0
Current children cumulated CPU time (s) 1765.45
Current children cumulated vsize (KiB) 149356



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1817.21 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 13099
/proc/meminfo: memFree=1635312/2055920 swapFree=4181492/4192956
[pid=13034] ppid=13032 vsize=47556 CPUtime=2.72
/proc/13034/stat : 13034 (galacE.sh) S 13032 13034 11602 0 -1 4194304 798 23475 0 1 0 0 256 16 17 0 1 0 140197931 48697344 363 996147200 4194304 4520092 548682068832 18446744073709551615 210723072858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/13034/statm: 11889 363 244 79 0 219 0
[pid=13057] ppid=13034 vsize=104516 CPUtime=1797.3
/proc/13057/stat : 13057 (eSAT_static) R 13034 13034 11602 0 -1 4194304 25683 0 0 0 179704 26 0 0 25 0 1 0 140198213 107024384 25575 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/13057/statm: 26129 25575 81 162 0 25964 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 152072

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

Real time (s): 1817.22
CPU time (s): 1800.02
CPU user time (s): 1799.6
CPU system time (s): 0.42
CPU usage (%): 99.0536
Max. virtual memory (cumulated for all children) (KiB): 860316

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.57061
system time used= 0.175973
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24273
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= 1186
involuntary context switches= 1206

runsolver used 2.70259 second user time and 5.57515 second system time

The end

Launcher Data (download as text)

Begin job on node73 at 2008-07-05 20:17:49
IDJOB=1097353
IDBENCH=59418
IDSOLVER=351
FILE ID=node73/1097353-1215281869
PBS_JOBID= 7882272
Free space on /tmp= 66556 MiB

SOLVER NAME= galac E
BENCH NAME= CPAI08/csp/tightness0.5/normalized-rand-2-40-25-180-500-24_ext.xml
COMMAND LINE= HOME/galacE.sh BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1097353-1215281869/watcher-1097353-1215281869 -o /tmp/evaluation-result-1097353-1215281869/solver-1097353-1215281869 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/galacE.sh HOME/instance-1097353-1215281869.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= fc9ad1f135834eb048e4bc1b71381aef
RANDOM SEED=599143014

node73.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.230
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.230
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:       1734936 kB
Buffers:         43932 kB
Cached:         198808 kB
SwapCached:       5052 kB
Active:         175948 kB
Inactive:        93308 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1734936 kB
SwapTotal:     4192956 kB
SwapFree:      4181492 kB
Dirty:            3400 kB
Writeback:           0 kB
Mapped:          42816 kB
Slab:            36944 kB
Committed_AS:   493524 kB
PageTables:       1864 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= 66552 MiB
End job on node73 at 2008-07-05 20:48:08