Trace number 1088570

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 EUNSAT 679.873 682.885

General information on the benchmark

Namecsp/graphColoring/
myciel/normalized-myciel6-5.xml
MD5SUM847ad0b91d45ff24c9b9b595db8ec3bf
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark26.269
Satisfiable
(Un)Satisfiability was proved
Number of variables95
Number of constraints755
Maximum constraint arity2
Maximum domain size5
Number of constraints which are defined in extension0
Number of constraints which are defined in intension755
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c --- Preproc Stats ---
1.05/1.19	c start processing
1.05/1.19	c start relation processing
1.05/1.19	c start cnf exporting
1.34/1.43	c parsing time : 1.059
1.34/1.43	c preprocessing time : 1.306
1.34/1.44	
1.34/1.44	c Nary constraints - conflicts : 0 supports : 0
1.34/1.44	c Binary constraints - conflicts : 755 supports :0
1.34/1.44	c max arity constraint : 2
1.34/1.44	c Max Tuples generated 25
1.34/1.44	c relations : 1
1.34/1.44	c relations BDD: 0
1.34/1.44	c sampling 0/0
1.34/1.44	c vars : 476 - clauses :  4820
1.34/1.44	
1.34/1.46	 
1.34/1.46	c --- SAT Solver Stats ---
1.34/1.46	 
1.34/1.46	c eSAT 0.1 : minisat core with additionnal features
1.34/1.46	c ============================[ Problem Statistics ]=============================
1.34/1.46	c |                                                                             |
1.34/1.46	c |  Number of variables:  475                                                  |
1.34/1.46	c |  Number of clauses:    4820                                                 |
1.34/1.46	c |  Parsing time:         0.00         s                                       |
679.75/682.87	c restarts              : 785
679.75/682.87	c conflicts             : 1034526        (1525 /sec)
679.75/682.87	c decisions             : 1301685        (1.58 % random) (1919 /sec)
679.75/682.87	c euip                  : 46294       
679.75/682.87	c propagations          : 50771799       (74848 /sec)
679.75/682.87	c conflict literals     : 17530191       (35.88 % deleted)
679.75/682.87	c Memory used           : 25.41 MB
679.75/682.87	c CPU time              : 678.328 s
679.75/682.87	c 
679.75/682.87	s UNSATISFIABLE

Verifier Data (download as text)

No possible verification on an UNSAT instance

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-1088570-1215247413/watcher-1088570-1215247413 -o /tmp/evaluation-result-1088570-1215247413/solver-1088570-1215247413 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1088570-1215247413.xml 

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


[startup+0 s]
/proc/loadavg: 1.92 1.98 1.99 4/80 30022
/proc/meminfo: memFree=1656992/2055920 swapFree=4180240/4192956
[pid=30022] ppid=30020 vsize=8560 CPUtime=0
/proc/30022/stat : 30022 (galacE.sh) R 30020 30022 28685 0 -1 4194304 308 0 0 0 0 0 0 0 21 0 1 0 2003713285 8765440 254 996147200 4194304 4520092 548682068832 18446744073709551615 240577660815 0 0 4096 8192 0 0 0 17 1 0 0
/proc/30022/statm: 2140 254 197 79 0 133 0

[startup+0.068167 s]
/proc/loadavg: 1.92 1.98 1.99 4/80 30022
/proc/meminfo: memFree=1656992/2055920 swapFree=4180240/4192956
[pid=30022] ppid=30020 vsize=47580 CPUtime=0.01
/proc/30022/stat : 30022 (galacE.sh) S 30020 30022 28685 0 -1 4194304 766 1697 0 0 0 0 0 1 25 0 1 0 2003713285 48721920 365 996147200 4194304 4520092 548682068832 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30022/statm: 11895 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47580

[startup+0.101327 s]
/proc/loadavg: 1.92 1.98 1.99 4/80 30022
/proc/meminfo: memFree=1656992/2055920 swapFree=4180240/4192956
[pid=30022] ppid=30020 vsize=47580 CPUtime=0.01
/proc/30022/stat : 30022 (galacE.sh) S 30020 30022 28685 0 -1 4194304 766 1697 0 0 0 0 0 1 25 0 1 0 2003713285 48721920 365 996147200 4194304 4520092 548682068832 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30022/statm: 11895 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47580

[startup+0.30136 s]
/proc/loadavg: 1.92 1.98 1.99 4/80 30022
/proc/meminfo: memFree=1656992/2055920 swapFree=4180240/4192956
[pid=30022] ppid=30020 vsize=47580 CPUtime=0.01
/proc/30022/stat : 30022 (galacE.sh) S 30020 30022 28685 0 -1 4194304 766 1697 0 0 0 0 0 1 25 0 1 0 2003713285 48721920 365 996147200 4194304 4520092 548682068832 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30022/statm: 11895 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47580

[startup+0.70143 s]
/proc/loadavg: 1.92 1.98 1.99 4/80 30022
/proc/meminfo: memFree=1656992/2055920 swapFree=4180240/4192956
[pid=30022] ppid=30020 vsize=47580 CPUtime=0.01
/proc/30022/stat : 30022 (galacE.sh) S 30020 30022 28685 0 -1 4194304 766 1697 0 0 0 0 0 1 25 0 1 0 2003713285 48721920 365 996147200 4194304 4520092 548682068832 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30022/statm: 11895 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47580

[startup+1.50256 s]
/proc/loadavg: 1.92 1.98 1.99 3/90 30044
/proc/meminfo: memFree=1616336/2055920 swapFree=4180240/4192956
[pid=30022] ppid=30020 vsize=47580 CPUtime=1.39
/proc/30022/stat : 30022 (galacE.sh) S 30020 30022 28685 0 -1 4194304 800 15138 0 1 0 0 129 10 17 0 1 0 2003713285 48721920 365 996147200 4194304 4520092 548682068832 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30022/statm: 11895 365 246 79 0 219 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 47580

[startup+3.10183 s]
/proc/loadavg: 1.92 1.98 1.99 3/82 30045
/proc/meminfo: memFree=1654864/2055920 swapFree=4180240/4192956
[pid=30022] ppid=30020 vsize=47580 CPUtime=1.39
/proc/30022/stat : 30022 (galacE.sh) S 30020 30022 28685 0 -1 4194304 800 15138 0 1 0 0 129 10 17 0 1 0 2003713285 48721920 365 996147200 4194304 4520092 548682068832 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30022/statm: 11895 365 246 79 0 219 0
[pid=30045] ppid=30022 vsize=3556 CPUtime=1.62
/proc/30045/stat : 30045 (eSAT_static) R 30022 30022 28685 0 -1 4194304 554 0 0 0 162 0 0 0 25 0 1 0 2003713432 3641344 536 996147200 134512640 135177480 4294955968 18446744073709551615 134565275 0 0 4096 3 0 0 0 17 1 0 0
/proc/30045/statm: 889 536 80 162 0 724 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 51136

[startup+6.30137 s]
/proc/loadavg: 1.93 1.98 1.99 3/82 30045
/proc/meminfo: memFree=1652944/2055920 swapFree=4180240/4192956
[pid=30022] ppid=30020 vsize=47580 CPUtime=1.39
/proc/30022/stat : 30022 (galacE.sh) S 30020 30022 28685 0 -1 4194304 800 15138 0 1 0 0 129 10 17 0 1 0 2003713285 48721920 365 996147200 4194304 4520092 548682068832 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30022/statm: 11895 365 246 79 0 219 0
[pid=30045] ppid=30022 vsize=4712 CPUtime=4.78
/proc/30045/stat : 30045 (eSAT_static) R 30022 30022 28685 0 -1 4194304 860 0 0 0 478 0 0 0 25 0 1 0 2003713432 4825088 842 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/30045/statm: 1178 842 80 162 0 1013 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 52292

[startup+12.7024 s]
/proc/loadavg: 1.93 1.98 1.99 3/82 30045
/proc/meminfo: memFree=1651664/2055920 swapFree=4180240/4192956
[pid=30022] ppid=30020 vsize=47580 CPUtime=1.39
/proc/30022/stat : 30022 (galacE.sh) S 30020 30022 28685 0 -1 4194304 800 15138 0 1 0 0 129 10 17 0 1 0 2003713285 48721920 365 996147200 4194304 4520092 548682068832 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30022/statm: 11895 365 246 79 0 219 0
[pid=30045] ppid=30022 vsize=6092 CPUtime=11.12
/proc/30045/stat : 30045 (eSAT_static) R 30022 30022 28685 0 -1 4194304 1187 0 0 0 1111 1 0 0 25 0 1 0 2003713432 6238208 1169 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/30045/statm: 1523 1169 80 162 0 1358 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 53672

[startup+25.5016 s]
/proc/loadavg: 1.95 1.98 1.99 3/82 30045
/proc/meminfo: memFree=1650320/2055920 swapFree=4180240/4192956
[pid=30022] ppid=30020 vsize=47580 CPUtime=1.39
/proc/30022/stat : 30022 (galacE.sh) S 30020 30022 28685 0 -1 4194304 800 15138 0 1 0 0 129 10 17 0 1 0 2003713285 48721920 365 996147200 4194304 4520092 548682068832 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30022/statm: 11895 365 246 79 0 219 0
[pid=30045] ppid=30022 vsize=7380 CPUtime=23.79
/proc/30045/stat : 30045 (eSAT_static) R 30022 30022 28685 0 -1 4194304 1509 0 0 0 2378 1 0 0 25 0 1 0 2003713432 7557120 1491 996147200 134512640 135177480 4294955968 18446744073709551615 134565202 0 0 4096 3 0 0 0 17 1 0 0
/proc/30045/statm: 1845 1491 80 162 0 1680 0
Current children cumulated CPU time (s) 25.18
Current children cumulated vsize (KiB) 54960

[startup+51.1019 s]
/proc/loadavg: 1.96 1.98 1.99 3/82 30045
/proc/meminfo: memFree=1647568/2055920 swapFree=4180240/4192956
[pid=30022] ppid=30020 vsize=47580 CPUtime=1.39
/proc/30022/stat : 30022 (galacE.sh) S 30020 30022 28685 0 -1 4194304 800 15138 0 1 0 0 129 10 17 0 1 0 2003713285 48721920 365 996147200 4194304 4520092 548682068832 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30022/statm: 11895 365 246 79 0 219 0
[pid=30045] ppid=30022 vsize=10284 CPUtime=49.16
/proc/30045/stat : 30045 (eSAT_static) R 30022 30022 28685 0 -1 4194304 2219 0 0 0 4914 2 0 0 25 0 1 0 2003713432 10530816 2201 996147200 134512640 135177480 4294955968 18446744073709551615 134565260 0 0 4096 3 0 0 0 17 1 0 0
/proc/30045/statm: 2571 2201 80 162 0 2406 0
Current children cumulated CPU time (s) 50.55
Current children cumulated vsize (KiB) 57864

[startup+102.307 s]
/proc/loadavg: 1.98 1.98 1.99 3/82 30045
/proc/meminfo: memFree=1644816/2055920 swapFree=4180240/4192956
[pid=30022] ppid=30020 vsize=47580 CPUtime=1.39
/proc/30022/stat : 30022 (galacE.sh) S 30020 30022 28685 0 -1 4194304 800 15138 0 1 0 0 129 10 17 0 1 0 2003713285 48721920 365 996147200 4194304 4520092 548682068832 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30022/statm: 11895 365 246 79 0 219 0
[pid=30045] ppid=30022 vsize=12900 CPUtime=99.88
/proc/30045/stat : 30045 (eSAT_static) R 30022 30022 28685 0 -1 4194304 2879 0 0 0 9986 2 0 0 25 0 1 0 2003713432 13209600 2861 996147200 134512640 135177480 4294955968 18446744073709551615 134565521 0 0 4096 3 0 0 0 17 1 0 0
/proc/30045/statm: 3225 2861 80 162 0 3060 0
Current children cumulated CPU time (s) 101.27
Current children cumulated vsize (KiB) 60480

[startup+162.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/82 30045
/proc/meminfo: memFree=1642064/2055920 swapFree=4180240/4192956
[pid=30022] ppid=30020 vsize=47580 CPUtime=1.39
/proc/30022/stat : 30022 (galacE.sh) S 30020 30022 28685 0 -1 4194304 800 15138 0 1 0 0 129 10 17 0 1 0 2003713285 48721920 365 996147200 4194304 4520092 548682068832 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30022/statm: 11895 365 246 79 0 219 0
[pid=30045] ppid=30022 vsize=15664 CPUtime=159.31
/proc/30045/stat : 30045 (eSAT_static) R 30022 30022 28685 0 -1 4194304 3525 0 0 0 15928 3 0 0 25 0 1 0 2003713432 16039936 3507 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/30045/statm: 3916 3507 80 162 0 3751 0
Current children cumulated CPU time (s) 160.7
Current children cumulated vsize (KiB) 63244

[startup+222.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/82 30045
/proc/meminfo: memFree=1639696/2055920 swapFree=4180240/4192956
[pid=30022] ppid=30020 vsize=47580 CPUtime=1.39
/proc/30022/stat : 30022 (galacE.sh) S 30020 30022 28685 0 -1 4194304 800 15138 0 1 0 0 129 10 17 0 1 0 2003713285 48721920 365 996147200 4194304 4520092 548682068832 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30022/statm: 11895 365 246 79 0 219 0
[pid=30045] ppid=30022 vsize=18104 CPUtime=218.74
/proc/30045/stat : 30045 (eSAT_static) R 30022 30022 28685 0 -1 4194304 4095 0 0 0 21871 3 0 0 25 0 1 0 2003713432 18538496 4077 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/30045/statm: 4526 4077 80 162 0 4361 0
Current children cumulated CPU time (s) 220.13
Current children cumulated vsize (KiB) 65684

[startup+282.302 s]
/proc/loadavg: 1.93 1.97 1.99 3/83 30096
/proc/meminfo: memFree=1486216/2055920 swapFree=4180240/4192956
[pid=30022] ppid=30020 vsize=47580 CPUtime=1.39
/proc/30022/stat : 30022 (galacE.sh) S 30020 30022 28685 0 -1 4194304 800 15138 0 1 0 0 129 10 17 0 1 0 2003713285 48721920 365 996147200 4194304 4520092 548682068832 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30022/statm: 11895 365 246 79 0 219 0
[pid=30045] ppid=30022 vsize=18396 CPUtime=278.31
/proc/30045/stat : 30045 (eSAT_static) R 30022 30022 28685 0 -1 4194304 4174 0 0 0 27823 8 0 0 25 0 1 0 2003713432 18837504 4156 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/30045/statm: 4599 4156 80 162 0 4434 0
Current children cumulated CPU time (s) 279.7
Current children cumulated vsize (KiB) 65976

[startup+342.303 s]
/proc/loadavg: 1.97 1.97 1.99 3/83 30096
/proc/meminfo: memFree=1257160/2055920 swapFree=4180240/4192956
[pid=30022] ppid=30020 vsize=47580 CPUtime=1.39
/proc/30022/stat : 30022 (galacE.sh) S 30020 30022 28685 0 -1 4194304 800 15138 0 1 0 0 129 10 17 0 1 0 2003713285 48721920 365 996147200 4194304 4520092 548682068832 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30022/statm: 11895 365 246 79 0 219 0
[pid=30045] ppid=30022 vsize=21756 CPUtime=338.03
/proc/30045/stat : 30045 (eSAT_static) R 30022 30022 28685 0 -1 4194304 5024 0 0 0 33794 9 0 0 25 0 1 0 2003713432 22278144 5006 996147200 134512640 135177480 4294955968 18446744073709551615 134565321 0 0 4096 3 0 0 0 17 1 0 0
/proc/30045/statm: 5439 5006 80 162 0 5274 0
Current children cumulated CPU time (s) 339.42
Current children cumulated vsize (KiB) 69336

[startup+402.302 s]
/proc/loadavg: 1.99 1.97 1.99 3/75 30097
/proc/meminfo: memFree=1617416/2055920 swapFree=4180240/4192956
[pid=30022] ppid=30020 vsize=47580 CPUtime=1.39
/proc/30022/stat : 30022 (galacE.sh) S 30020 30022 28685 0 -1 4194304 800 15138 0 1 0 0 129 10 17 0 1 0 2003713285 48721920 365 996147200 4194304 4520092 548682068832 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30022/statm: 11895 365 246 79 0 219 0
[pid=30045] ppid=30022 vsize=22580 CPUtime=397.99
/proc/30045/stat : 30045 (eSAT_static) R 30022 30022 28685 0 -1 4194304 5220 0 0 0 39790 9 0 0 25 0 1 0 2003713432 23121920 5202 996147200 134512640 135177480 4294955968 18446744073709551615 134565331 0 0 4096 3 0 0 0 17 0 0 0
/proc/30045/statm: 5645 5202 80 162 0 5480 0
Current children cumulated CPU time (s) 399.38
Current children cumulated vsize (KiB) 70160

[startup+462.301 s]
/proc/loadavg: 1.99 1.97 1.99 3/75 30097
/proc/meminfo: memFree=1616264/2055920 swapFree=4180240/4192956
[pid=30022] ppid=30020 vsize=47580 CPUtime=1.39
/proc/30022/stat : 30022 (galacE.sh) S 30020 30022 28685 0 -1 4194304 800 15138 0 1 0 0 129 10 17 0 1 0 2003713285 48721920 365 996147200 4194304 4520092 548682068832 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30022/statm: 11895 365 246 79 0 219 0
[pid=30045] ppid=30022 vsize=23208 CPUtime=457.96
/proc/30045/stat : 30045 (eSAT_static) R 30022 30022 28685 0 -1 4194304 5350 0 0 0 45786 10 0 0 25 0 1 0 2003713432 23764992 5332 996147200 134512640 135177480 4294955968 18446744073709551615 134570992 0 0 4096 3 0 0 0 17 0 0 0
/proc/30045/statm: 5802 5332 80 162 0 5637 0
Current children cumulated CPU time (s) 459.35
Current children cumulated vsize (KiB) 70788

[startup+522.301 s]
/proc/loadavg: 1.99 1.97 1.99 3/75 30097
/proc/meminfo: memFree=1615048/2055920 swapFree=4180240/4192956
[pid=30022] ppid=30020 vsize=47580 CPUtime=1.39
/proc/30022/stat : 30022 (galacE.sh) S 30020 30022 28685 0 -1 4194304 800 15138 0 1 0 0 129 10 17 0 1 0 2003713285 48721920 365 996147200 4194304 4520092 548682068832 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30022/statm: 11895 365 246 79 0 219 0
[pid=30045] ppid=30022 vsize=23716 CPUtime=517.94
/proc/30045/stat : 30045 (eSAT_static) R 30022 30022 28685 0 -1 4194304 5477 0 0 0 51784 10 0 0 25 0 1 0 2003713432 24285184 5459 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/30045/statm: 5929 5459 80 162 0 5764 0
Current children cumulated CPU time (s) 519.33
Current children cumulated vsize (KiB) 71296

[startup+582.301 s]
/proc/loadavg: 1.99 1.97 1.99 3/75 30097
/proc/meminfo: memFree=1612680/2055920 swapFree=4180240/4192956
[pid=30022] ppid=30020 vsize=47580 CPUtime=1.39
/proc/30022/stat : 30022 (galacE.sh) S 30020 30022 28685 0 -1 4194304 800 15138 0 1 0 0 129 10 17 0 1 0 2003713285 48721920 365 996147200 4194304 4520092 548682068832 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30022/statm: 11895 365 246 79 0 219 0
[pid=30045] ppid=30022 vsize=25508 CPUtime=577.91
/proc/30045/stat : 30045 (eSAT_static) R 30022 30022 28685 0 -1 4194304 5917 0 0 0 57780 11 0 0 25 0 1 0 2003713432 26120192 5899 996147200 134512640 135177480 4294955968 18446744073709551615 134565524 0 0 4096 3 0 0 0 17 0 0 0
/proc/30045/statm: 6377 5899 80 162 0 6212 0
Current children cumulated CPU time (s) 579.3
Current children cumulated vsize (KiB) 73088

[startup+642.302 s]
/proc/loadavg: 1.99 1.97 1.99 3/75 30097
/proc/meminfo: memFree=1611720/2055920 swapFree=4180240/4192956
[pid=30022] ppid=30020 vsize=47580 CPUtime=1.39
/proc/30022/stat : 30022 (galacE.sh) S 30020 30022 28685 0 -1 4194304 800 15138 0 1 0 0 129 10 17 0 1 0 2003713285 48721920 365 996147200 4194304 4520092 548682068832 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30022/statm: 11895 365 246 79 0 219 0
[pid=30045] ppid=30022 vsize=25728 CPUtime=637.89
/proc/30045/stat : 30045 (eSAT_static) R 30022 30022 28685 0 -1 4194304 5981 0 0 0 63778 11 0 0 25 0 1 0 2003713432 26345472 5963 996147200 134512640 135177480 4294955968 18446744073709551615 134556856 0 0 4096 3 0 0 0 17 0 0 0
/proc/30045/statm: 6432 5963 80 162 0 6267 0
Current children cumulated CPU time (s) 639.28
Current children cumulated vsize (KiB) 73308

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

[startup+665.506 s]
/proc/loadavg: 1.99 1.97 1.99 3/75 30097
/proc/meminfo: memFree=1611400/2055920 swapFree=4180240/4192956
[pid=30022] ppid=30020 vsize=47580 CPUtime=1.39
/proc/30022/stat : 30022 (galacE.sh) S 30020 30022 28685 0 -1 4194304 800 15138 0 1 0 0 129 10 17 0 1 0 2003713285 48721920 365 996147200 4194304 4520092 548682068832 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30022/statm: 11895 365 246 79 0 219 0
[pid=30045] ppid=30022 vsize=25872 CPUtime=661.08
/proc/30045/stat : 30045 (eSAT_static) R 30022 30022 28685 0 -1 4194304 6005 0 0 0 66097 11 0 0 25 0 1 0 2003713432 26492928 5987 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/30045/statm: 6468 5987 80 162 0 6303 0
Current children cumulated CPU time (s) 662.47
Current children cumulated vsize (KiB) 73452

[startup+671.901 s]
/proc/loadavg: 1.99 1.97 1.99 3/75 30097
/proc/meminfo: memFree=1611272/2055920 swapFree=4180240/4192956
[pid=30022] ppid=30020 vsize=47580 CPUtime=1.39
/proc/30022/stat : 30022 (galacE.sh) S 30020 30022 28685 0 -1 4194304 800 15138 0 1 0 0 129 10 17 0 1 0 2003713285 48721920 365 996147200 4194304 4520092 548682068832 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30022/statm: 11895 365 246 79 0 219 0
[pid=30045] ppid=30022 vsize=25872 CPUtime=667.47
/proc/30045/stat : 30045 (eSAT_static) R 30022 30022 28685 0 -1 4194304 6017 0 0 0 66736 11 0 0 25 0 1 0 2003713432 26492928 5999 996147200 134512640 135177480 4294955968 18446744073709551615 134565292 0 0 4096 3 0 0 0 17 0 0 0
/proc/30045/statm: 6468 5999 80 162 0 6303 0
Current children cumulated CPU time (s) 668.86
Current children cumulated vsize (KiB) 73452

[startup+678.302 s]
/proc/loadavg: 1.99 1.97 1.99 3/75 30097
/proc/meminfo: memFree=1611144/2055920 swapFree=4180240/4192956
[pid=30022] ppid=30020 vsize=47580 CPUtime=1.39
/proc/30022/stat : 30022 (galacE.sh) S 30020 30022 28685 0 -1 4194304 800 15138 0 1 0 0 129 10 17 0 1 0 2003713285 48721920 365 996147200 4194304 4520092 548682068832 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30022/statm: 11895 365 246 79 0 219 0
[pid=30045] ppid=30022 vsize=26020 CPUtime=673.86
/proc/30045/stat : 30045 (eSAT_static) R 30022 30022 28685 0 -1 4194304 6036 0 0 0 67375 11 0 0 25 0 1 0 2003713432 26644480 6018 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/30045/statm: 6505 6018 80 162 0 6340 0
Current children cumulated CPU time (s) 675.25
Current children cumulated vsize (KiB) 73600

[startup+679.902 s]
/proc/loadavg: 1.99 1.97 1.99 3/75 30097
/proc/meminfo: memFree=1611144/2055920 swapFree=4180240/4192956
[pid=30022] ppid=30020 vsize=47580 CPUtime=1.39
/proc/30022/stat : 30022 (galacE.sh) S 30020 30022 28685 0 -1 4194304 800 15138 0 1 0 0 129 10 17 0 1 0 2003713285 48721920 365 996147200 4194304 4520092 548682068832 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30022/statm: 11895 365 246 79 0 219 0
[pid=30045] ppid=30022 vsize=26020 CPUtime=675.46
/proc/30045/stat : 30045 (eSAT_static) R 30022 30022 28685 0 -1 4194304 6037 0 0 0 67535 11 0 0 25 0 1 0 2003713432 26644480 6019 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/30045/statm: 6505 6019 80 162 0 6340 0
Current children cumulated CPU time (s) 676.85
Current children cumulated vsize (KiB) 73600

[startup+681.502 s]
/proc/loadavg: 1.99 1.97 1.99 3/75 30097
/proc/meminfo: memFree=1611144/2055920 swapFree=4180240/4192956
[pid=30022] ppid=30020 vsize=47580 CPUtime=1.39
/proc/30022/stat : 30022 (galacE.sh) S 30020 30022 28685 0 -1 4194304 800 15138 0 1 0 0 129 10 17 0 1 0 2003713285 48721920 365 996147200 4194304 4520092 548682068832 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30022/statm: 11895 365 246 79 0 219 0
[pid=30045] ppid=30022 vsize=26020 CPUtime=677.06
/proc/30045/stat : 30045 (eSAT_static) R 30022 30022 28685 0 -1 4194304 6037 0 0 0 67695 11 0 0 25 0 1 0 2003713432 26644480 6019 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/30045/statm: 6505 6019 80 162 0 6340 0
Current children cumulated CPU time (s) 678.45
Current children cumulated vsize (KiB) 73600

[startup+682.303 s]
/proc/loadavg: 1.99 1.97 1.99 3/75 30097
/proc/meminfo: memFree=1611144/2055920 swapFree=4180240/4192956
[pid=30022] ppid=30020 vsize=47580 CPUtime=1.39
/proc/30022/stat : 30022 (galacE.sh) S 30020 30022 28685 0 -1 4194304 800 15138 0 1 0 0 129 10 17 0 1 0 2003713285 48721920 365 996147200 4194304 4520092 548682068832 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30022/statm: 11895 365 246 79 0 219 0
[pid=30045] ppid=30022 vsize=26020 CPUtime=677.86
/proc/30045/stat : 30045 (eSAT_static) R 30022 30022 28685 0 -1 4194304 6037 0 0 0 67775 11 0 0 25 0 1 0 2003713432 26644480 6019 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/30045/statm: 6505 6019 80 162 0 6340 0
Current children cumulated CPU time (s) 679.25
Current children cumulated vsize (KiB) 73600

[startup+682.702 s]
/proc/loadavg: 1.99 1.97 1.99 3/75 30097
/proc/meminfo: memFree=1611144/2055920 swapFree=4180240/4192956
[pid=30022] ppid=30020 vsize=47580 CPUtime=1.39
/proc/30022/stat : 30022 (galacE.sh) S 30020 30022 28685 0 -1 4194304 800 15138 0 1 0 0 129 10 17 0 1 0 2003713285 48721920 365 996147200 4194304 4520092 548682068832 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30022/statm: 11895 365 246 79 0 219 0
[pid=30045] ppid=30022 vsize=26020 CPUtime=678.26
/proc/30045/stat : 30045 (eSAT_static) R 30022 30022 28685 0 -1 4194304 6037 0 0 0 67815 11 0 0 25 0 1 0 2003713432 26644480 6019 996147200 134512640 135177480 4294955968 18446744073709551615 134565429 0 0 4096 3 0 0 0 17 0 0 0
/proc/30045/statm: 6505 6019 80 162 0 6340 0
Current children cumulated CPU time (s) 679.65
Current children cumulated vsize (KiB) 73600

[startup+682.802 s]
/proc/loadavg: 1.99 1.97 1.99 3/75 30097
/proc/meminfo: memFree=1611144/2055920 swapFree=4180240/4192956
[pid=30022] ppid=30020 vsize=47580 CPUtime=1.39
/proc/30022/stat : 30022 (galacE.sh) S 30020 30022 28685 0 -1 4194304 800 15138 0 1 0 0 129 10 17 0 1 0 2003713285 48721920 365 996147200 4194304 4520092 548682068832 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30022/statm: 11895 365 246 79 0 219 0
[pid=30045] ppid=30022 vsize=26020 CPUtime=678.36
/proc/30045/stat : 30045 (eSAT_static) R 30022 30022 28685 0 -1 4194304 6037 0 0 0 67825 11 0 0 25 0 1 0 2003713432 26644480 6019 996147200 134512640 135177480 4294955968 18446744073709551615 134565412 0 0 4096 3 0 0 0 17 0 0 0
/proc/30045/statm: 6505 6019 80 162 0 6340 0
Current children cumulated CPU time (s) 679.75
Current children cumulated vsize (KiB) 73600

Child status: 0
Real time (s): 682.885
CPU time (s): 679.873
CPU user time (s): 679.628
CPU system time (s): 0.244962
CPU usage (%): 99.5588
Max. virtual memory (cumulated for all children) (KiB): 860400

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 679.628
system time used= 0.244962
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22175
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= 1200
involuntary context switches= 8553

runsolver used 0.802877 second user time and 2.30165 second system time

The end

Launcher Data (download as text)

Begin job on node50 at 2008-07-05 10:43:33
IDJOB=1088570
IDBENCH=58090
IDSOLVER=351
FILE ID=node50/1088570-1215247413
PBS_JOBID= 7881961
Free space on /tmp= 66436 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 847ad0b91d45ff24c9b9b595db8ec3bf
RANDOM SEED=1103695739

node50.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.261
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.261
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:       1657472 kB
Buffers:         60684 kB
Cached:         188264 kB
SwapCached:       7072 kB
Active:         248912 kB
Inactive:        90724 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1657472 kB
SwapTotal:     4192956 kB
SwapFree:      4180240 kB
Dirty:            3412 kB
Writeback:           0 kB
Mapped:         103940 kB
Slab:            43824 kB
Committed_AS:  4795860 kB
PageTables:       2028 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= 66388 MiB
End job on node50 at 2008-07-05 10:54:56