Trace number 1038447

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 181.241 181.985

General information on the benchmark

Namecsp/coloring/
normalized-myciel-5g-5-ext.xml
MD5SUM47f19d409f9d78e9224e2696b8e0decb
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.1926
Satisfiable
(Un)Satisfiability was proved
Number of variables47
Number of constraints236
Maximum constraint arity2
Maximum domain size5
Number of constraints which are defined in extension236
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.01/0.03	c --- Preproc Stats ---
0.01/0.46	c start processing
0.01/0.46	c start relation processing
0.01/0.46	c start cnf exporting
0.01/0.63	c parsing time : 0.341
0.01/0.63	c preprocessing time : 0.519
0.01/0.63	
0.01/0.63	c Nary constraints - conflicts : 0 supports : 0
0.01/0.63	c Binary constraints - conflicts : 236 supports :0
0.01/0.63	c max arity constraint : 2
0.01/0.63	c Max Tuples generated 0
0.01/0.63	c relations : 1
0.01/0.63	c relations BDD: 0
0.01/0.63	c sampling 0/0
0.01/0.63	c vars : 236 - clauses :  1697
0.01/0.63	
0.01/0.65	 
0.01/0.65	c --- SAT Solver Stats ---
0.01/0.65	 
0.01/0.65	c eSAT 0.1 : minisat core with additionnal features
0.01/0.65	c ============================[ Problem Statistics ]=============================
0.01/0.65	c |                                                                             |
0.01/0.65	c |  Number of variables:  235                                                  |
0.01/0.65	c |  Number of clauses:    1697                                                 |
0.01/0.66	c |  Parsing time:         0.00         s                                       |
181.13/181.97	c restarts              : 553
181.13/181.97	c conflicts             : 569800         (3156 /sec)
181.13/181.97	c decisions             : 717868         (1.58 % random) (3976 /sec)
181.13/181.97	c euip                  : 34325       
181.13/181.97	c propagations          : 14586917       (80781 /sec)
181.13/181.97	c conflict literals     : 9023728        (34.88 % deleted)
181.13/181.97	c Memory used           : 14.80 MB
181.13/181.97	c CPU time              : 180.573 s
181.13/181.97	c 
181.13/181.97	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-1038447-1214965646/watcher-1038447-1214965646 -o /tmp/evaluation-result-1038447-1214965646/solver-1038447-1214965646 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1038447-1214965646.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.69 2.89 2.48 4/82 16232
/proc/meminfo: memFree=1189808/2055920 swapFree=4179048/4192956
[pid=16232] ppid=16230 vsize=8652 CPUtime=0
/proc/16232/stat : 16232 (galacE.sh) S 16230 16232 13780 0 -1 4194304 346 0 0 0 0 0 0 0 16 0 1 0 108245252 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 265673698138 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16232/statm: 2163 280 208 79 0 156 0
[pid=16233] ppid=16232 vsize=8688 CPUtime=0
/proc/16233/stat : 16233 (galacE.sh) S 16232 16232 13780 0 -1 4194368 57 243 0 0 0 0 0 0 16 0 1 0 108245253 8896512 288 996147200 4194304 4520092 548682068832 18446744073709551615 265674260562 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/16233/statm: 2172 288 210 79 0 165 0

[startup+0.0261929 s]
/proc/loadavg: 2.69 2.89 2.48 4/82 16232
/proc/meminfo: memFree=1189808/2055920 swapFree=4179048/4192956
[pid=16232] ppid=16230 vsize=47496 CPUtime=0.01
/proc/16232/stat : 16232 (galacE.sh) R 16230 16232 13780 0 -1 4194304 727 1857 0 0 0 0 0 1 16 0 1 0 108245252 48635904 358 996147200 4194304 4520092 548682068832 18446744073709551615 265674260434 0 2 4096 73728 0 0 0 17 0 0 0
/proc/16232/statm: 11874 358 246 79 0 201 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47496

[startup+0.101204 s]
/proc/loadavg: 2.69 2.89 2.48 4/82 16232
/proc/meminfo: memFree=1189808/2055920 swapFree=4179048/4192956
[pid=16232] ppid=16230 vsize=47568 CPUtime=0.01
/proc/16232/stat : 16232 (galacE.sh) S 16230 16232 13780 0 -1 4194304 766 1857 0 0 0 0 0 1 18 0 1 0 108245252 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 265673698138 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/16232/statm: 11892 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+0.301227 s]
/proc/loadavg: 2.69 2.89 2.48 4/82 16232
/proc/meminfo: memFree=1189808/2055920 swapFree=4179048/4192956
[pid=16232] ppid=16230 vsize=47568 CPUtime=0.01
/proc/16232/stat : 16232 (galacE.sh) S 16230 16232 13780 0 -1 4194304 766 1857 0 0 0 0 0 1 18 0 1 0 108245252 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 265673698138 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/16232/statm: 11892 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+0.70127 s]
/proc/loadavg: 2.69 2.89 2.48 4/82 16232
/proc/meminfo: memFree=1189808/2055920 swapFree=4179048/4192956
[pid=16232] ppid=16230 vsize=47568 CPUtime=0.61
/proc/16232/stat : 16232 (galacE.sh) S 16230 16232 13780 0 -1 4194304 800 11330 0 1 0 0 53 8 16 0 1 0 108245252 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 265673698138 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/16232/statm: 11892 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 47568

[startup+1.50236 s]
/proc/loadavg: 2.69 2.89 2.48 3/84 16255
/proc/meminfo: memFree=1187864/2055920 swapFree=4179048/4192956
[pid=16232] ppid=16230 vsize=47568 CPUtime=0.61
/proc/16232/stat : 16232 (galacE.sh) S 16230 16232 13780 0 -1 4194304 800 11330 0 1 0 0 53 8 16 0 1 0 108245252 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 265673698138 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/16232/statm: 11892 365 246 79 0 219 0
[pid=16255] ppid=16232 vsize=3056 CPUtime=0.83
/proc/16255/stat : 16255 (eSAT_static) R 16232 16232 13780 0 -1 4194304 446 0 0 0 83 0 0 0 25 0 1 0 108245318 3129344 428 996147200 134512640 135177480 4294955984 18446744073709551615 134558498 0 0 4096 3 0 0 0 17 1 0 0
/proc/16255/statm: 764 428 80 162 0 599 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 50624

[startup+3.10154 s]
/proc/loadavg: 2.64 2.87 2.48 3/84 16255
/proc/meminfo: memFree=1186968/2055920 swapFree=4179048/4192956
[pid=16232] ppid=16230 vsize=47568 CPUtime=0.61
/proc/16232/stat : 16232 (galacE.sh) S 16230 16232 13780 0 -1 4194304 800 11330 0 1 0 0 53 8 16 0 1 0 108245252 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 265673698138 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/16232/statm: 11892 365 246 79 0 219 0
[pid=16255] ppid=16232 vsize=3716 CPUtime=2.43
/proc/16255/stat : 16255 (eSAT_static) R 16232 16232 13780 0 -1 4194304 604 0 0 0 243 0 0 0 25 0 1 0 108245318 3805184 586 996147200 134512640 135177480 4294955984 18446744073709551615 134565376 0 0 4096 3 0 0 0 17 1 0 0
/proc/16255/statm: 929 586 80 162 0 764 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 51284

[startup+6.3019 s]
/proc/loadavg: 2.64 2.87 2.48 3/84 16255
/proc/meminfo: memFree=1185688/2055920 swapFree=4179048/4192956
[pid=16232] ppid=16230 vsize=47568 CPUtime=0.61
/proc/16232/stat : 16232 (galacE.sh) S 16230 16232 13780 0 -1 4194304 800 11330 0 1 0 0 53 8 16 0 1 0 108245252 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 265673698138 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/16232/statm: 11892 365 246 79 0 219 0
[pid=16255] ppid=16232 vsize=4692 CPUtime=5.61
/proc/16255/stat : 16255 (eSAT_static) R 16232 16232 13780 0 -1 4194304 842 0 0 0 561 0 0 0 25 0 1 0 108245318 4804608 824 996147200 134512640 135177480 4294955984 18446744073709551615 134565700 0 0 4096 3 0 0 0 17 1 0 0
/proc/16255/statm: 1173 824 80 162 0 1008 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 52260

[startup+12.7016 s]
/proc/loadavg: 2.54 2.84 2.47 3/84 16255
/proc/meminfo: memFree=1183776/2055920 swapFree=4179048/4192956
[pid=16232] ppid=16230 vsize=47568 CPUtime=0.61
/proc/16232/stat : 16232 (galacE.sh) S 16230 16232 13780 0 -1 4194304 800 11330 0 1 0 0 53 8 16 0 1 0 108245252 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 265673698138 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/16232/statm: 11892 365 246 79 0 219 0
[pid=16255] ppid=16232 vsize=6492 CPUtime=11.99
/proc/16255/stat : 16255 (eSAT_static) R 16232 16232 13780 0 -1 4194304 1272 0 0 0 1198 1 0 0 25 0 1 0 108245318 6647808 1254 996147200 134512640 135177480 4294955984 18446744073709551615 134565260 0 0 4096 3 0 0 0 17 1 0 0
/proc/16255/statm: 1623 1254 80 162 0 1458 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 54060

[startup+25.5011 s]
/proc/loadavg: 2.45 2.81 2.46 3/84 16255
/proc/meminfo: memFree=1182496/2055920 swapFree=4179048/4192956
[pid=16232] ppid=16230 vsize=47568 CPUtime=0.61
/proc/16232/stat : 16232 (galacE.sh) S 16230 16232 13780 0 -1 4194304 800 11330 0 1 0 0 53 8 16 0 1 0 108245252 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 265673698138 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/16232/statm: 11892 365 246 79 0 219 0
[pid=16255] ppid=16232 vsize=8076 CPUtime=24.73
/proc/16255/stat : 16255 (eSAT_static) R 16232 16232 13780 0 -1 4194304 1654 0 0 0 2472 1 0 0 25 0 1 0 108245318 8269824 1636 996147200 134512640 135177480 4294955984 18446744073709551615 134565457 0 0 4096 3 0 0 0 17 1 0 0
/proc/16255/statm: 2019 1636 80 162 0 1854 0
Current children cumulated CPU time (s) 25.34
Current children cumulated vsize (KiB) 55644

[startup+51.102 s]
/proc/loadavg: 2.30 2.75 2.45 3/84 16255
/proc/meminfo: memFree=1180576/2055920 swapFree=4179048/4192956
[pid=16232] ppid=16230 vsize=47568 CPUtime=0.61
/proc/16232/stat : 16232 (galacE.sh) S 16230 16232 13780 0 -1 4194304 800 11330 0 1 0 0 53 8 16 0 1 0 108245252 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 265673698138 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/16232/statm: 11892 365 246 79 0 219 0
[pid=16255] ppid=16232 vsize=10060 CPUtime=50.24
/proc/16255/stat : 16255 (eSAT_static) R 16232 16232 13780 0 -1 4194304 2123 0 0 0 5022 2 0 0 25 0 1 0 108245318 10301440 2105 996147200 134512640 135177480 4294955984 18446744073709551615 134565391 0 0 4096 3 0 0 0 17 1 0 0
/proc/16255/statm: 2515 2105 80 162 0 2350 0
Current children cumulated CPU time (s) 50.85
Current children cumulated vsize (KiB) 57628

[startup+102.307 s]
/proc/loadavg: 2.12 2.62 2.42 3/84 16255
/proc/meminfo: memFree=1176672/2055920 swapFree=4179048/4192956
[pid=16232] ppid=16230 vsize=47568 CPUtime=0.61
/proc/16232/stat : 16232 (galacE.sh) S 16230 16232 13780 0 -1 4194304 800 11330 0 1 0 0 53 8 16 0 1 0 108245252 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 265673698138 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/16232/statm: 11892 365 246 79 0 219 0
[pid=16255] ppid=16232 vsize=13892 CPUtime=101.24
/proc/16255/stat : 16255 (eSAT_static) R 16232 16232 13780 0 -1 4194304 3068 0 0 0 10121 3 0 0 25 0 1 0 108245318 14225408 3050 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/16255/statm: 3473 3050 80 162 0 3308 0
Current children cumulated CPU time (s) 101.85
Current children cumulated vsize (KiB) 61460

[startup+162.302 s]
/proc/loadavg: 2.04 2.50 2.39 3/84 16255
/proc/meminfo: memFree=1175520/2055920 swapFree=4179048/4192956
[pid=16232] ppid=16230 vsize=47568 CPUtime=0.61
/proc/16232/stat : 16232 (galacE.sh) S 16230 16232 13780 0 -1 4194304 800 11330 0 1 0 0 53 8 16 0 1 0 108245252 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 265673698138 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/16232/statm: 11892 365 246 79 0 219 0
[pid=16255] ppid=16232 vsize=15148 CPUtime=161
/proc/16255/stat : 16255 (eSAT_static) R 16232 16232 13780 0 -1 4194304 3342 0 0 0 16097 3 0 0 25 0 1 0 108245318 15511552 3324 996147200 134512640 135177480 4294955984 18446744073709551615 134557044 0 0 4096 3 0 0 0 17 1 0 0
/proc/16255/statm: 3787 3324 80 162 0 3622 0
Current children cumulated CPU time (s) 161.61
Current children cumulated vsize (KiB) 62716

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

[startup+166.302 s]
/proc/loadavg: 2.04 2.50 2.39 3/84 16255
/proc/meminfo: memFree=1175520/2055920 swapFree=4179048/4192956
[pid=16232] ppid=16230 vsize=47568 CPUtime=0.61
/proc/16232/stat : 16232 (galacE.sh) S 16230 16232 13780 0 -1 4194304 800 11330 0 1 0 0 53 8 16 0 1 0 108245252 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 265673698138 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/16232/statm: 11892 365 246 79 0 219 0
[pid=16255] ppid=16232 vsize=15148 CPUtime=164.98
/proc/16255/stat : 16255 (eSAT_static) R 16232 16232 13780 0 -1 4194304 3342 0 0 0 16495 3 0 0 25 0 1 0 108245318 15511552 3324 996147200 134512640 135177480 4294955984 18446744073709551615 134565294 0 0 4096 3 0 0 0 17 1 0 0
/proc/16255/statm: 3787 3324 80 162 0 3622 0
Current children cumulated CPU time (s) 165.59
Current children cumulated vsize (KiB) 62716

[startup+172.707 s]
/proc/loadavg: 2.03 2.49 2.39 3/84 16255
/proc/meminfo: memFree=1175520/2055920 swapFree=4179048/4192956
[pid=16232] ppid=16230 vsize=47568 CPUtime=0.61
/proc/16232/stat : 16232 (galacE.sh) S 16230 16232 13780 0 -1 4194304 800 11330 0 1 0 0 53 8 16 0 1 0 108245252 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 265673698138 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/16232/statm: 11892 365 246 79 0 219 0
[pid=16255] ppid=16232 vsize=15148 CPUtime=171.36
/proc/16255/stat : 16255 (eSAT_static) R 16232 16232 13780 0 -1 4194304 3342 0 0 0 17133 3 0 0 25 0 1 0 108245318 15511552 3324 996147200 134512640 135177480 4294955984 18446744073709551615 134565321 0 0 4096 3 0 0 0 17 1 0 0
/proc/16255/statm: 3787 3324 80 162 0 3622 0
Current children cumulated CPU time (s) 171.97
Current children cumulated vsize (KiB) 62716

[startup+175.902 s]
/proc/loadavg: 2.03 2.49 2.39 3/84 16255
/proc/meminfo: memFree=1175520/2055920 swapFree=4179048/4192956
[pid=16232] ppid=16230 vsize=47568 CPUtime=0.61
/proc/16232/stat : 16232 (galacE.sh) S 16230 16232 13780 0 -1 4194304 800 11330 0 1 0 0 53 8 16 0 1 0 108245252 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 265673698138 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/16232/statm: 11892 365 246 79 0 219 0
[pid=16255] ppid=16232 vsize=15148 CPUtime=174.55
/proc/16255/stat : 16255 (eSAT_static) R 16232 16232 13780 0 -1 4194304 3342 0 0 0 17452 3 0 0 25 0 1 0 108245318 15511552 3324 996147200 134512640 135177480 4294955984 18446744073709551615 134565331 0 0 4096 3 0 0 0 17 1 0 0
/proc/16255/statm: 3787 3324 80 162 0 3622 0
Current children cumulated CPU time (s) 175.16
Current children cumulated vsize (KiB) 62716

[startup+179.101 s]
/proc/loadavg: 2.03 2.48 2.39 3/84 16255
/proc/meminfo: memFree=1175456/2055920 swapFree=4179048/4192956
[pid=16232] ppid=16230 vsize=47568 CPUtime=0.61
/proc/16232/stat : 16232 (galacE.sh) S 16230 16232 13780 0 -1 4194304 800 11330 0 1 0 0 53 8 16 0 1 0 108245252 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 265673698138 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/16232/statm: 11892 365 246 79 0 219 0
[pid=16255] ppid=16232 vsize=15148 CPUtime=177.73
/proc/16255/stat : 16255 (eSAT_static) R 16232 16232 13780 0 -1 4194304 3355 0 0 0 17770 3 0 0 25 0 1 0 108245318 15511552 3337 996147200 134512640 135177480 4294955984 18446744073709551615 134565474 0 0 4096 3 0 0 0 17 1 0 0
/proc/16255/statm: 3787 3337 80 162 0 3622 0
Current children cumulated CPU time (s) 178.34
Current children cumulated vsize (KiB) 62716

[startup+180.703 s]
/proc/loadavg: 2.03 2.48 2.39 3/84 16255
/proc/meminfo: memFree=1175456/2055920 swapFree=4179048/4192956
[pid=16232] ppid=16230 vsize=47568 CPUtime=0.61
/proc/16232/stat : 16232 (galacE.sh) S 16230 16232 13780 0 -1 4194304 800 11330 0 1 0 0 53 8 16 0 1 0 108245252 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 265673698138 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/16232/statm: 11892 365 246 79 0 219 0
[pid=16255] ppid=16232 vsize=15148 CPUtime=179.33
/proc/16255/stat : 16255 (eSAT_static) R 16232 16232 13780 0 -1 4194304 3355 0 0 0 17930 3 0 0 25 0 1 0 108245318 15511552 3337 996147200 134512640 135177480 4294955984 18446744073709551615 134565379 0 0 4096 3 0 0 0 17 1 0 0
/proc/16255/statm: 3787 3337 80 162 0 3622 0
Current children cumulated CPU time (s) 179.94
Current children cumulated vsize (KiB) 62716

[startup+181.507 s]
/proc/loadavg: 2.03 2.47 2.38 3/84 16255
/proc/meminfo: memFree=1175456/2055920 swapFree=4179048/4192956
[pid=16232] ppid=16230 vsize=47568 CPUtime=0.61
/proc/16232/stat : 16232 (galacE.sh) S 16230 16232 13780 0 -1 4194304 800 11330 0 1 0 0 53 8 16 0 1 0 108245252 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 265673698138 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/16232/statm: 11892 365 246 79 0 219 0
[pid=16255] ppid=16232 vsize=15148 CPUtime=180.13
/proc/16255/stat : 16255 (eSAT_static) R 16232 16232 13780 0 -1 4194304 3355 0 0 0 18010 3 0 0 25 0 1 0 108245318 15511552 3337 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/16255/statm: 3787 3337 80 162 0 3622 0
Current children cumulated CPU time (s) 180.74
Current children cumulated vsize (KiB) 62716

[startup+181.903 s]
/proc/loadavg: 2.03 2.47 2.38 3/84 16255
/proc/meminfo: memFree=1175456/2055920 swapFree=4179048/4192956
[pid=16232] ppid=16230 vsize=47568 CPUtime=0.61
/proc/16232/stat : 16232 (galacE.sh) S 16230 16232 13780 0 -1 4194304 800 11330 0 1 0 0 53 8 16 0 1 0 108245252 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 265673698138 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/16232/statm: 11892 365 246 79 0 219 0
[pid=16255] ppid=16232 vsize=15148 CPUtime=180.52
/proc/16255/stat : 16255 (eSAT_static) R 16232 16232 13780 0 -1 4194304 3355 0 0 0 18049 3 0 0 25 0 1 0 108245318 15511552 3337 996147200 134512640 135177480 4294955984 18446744073709551615 134565331 0 0 4096 3 0 0 0 17 1 0 0
/proc/16255/statm: 3787 3337 80 162 0 3622 0
Current children cumulated CPU time (s) 181.13
Current children cumulated vsize (KiB) 62716

Child status: 0
Real time (s): 181.985
CPU time (s): 181.241
CPU user time (s): 181.111
CPU system time (s): 0.12998
CPU usage (%): 99.5917
Max. virtual memory (cumulated for all children) (KiB): 62716

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 181.111
system time used= 0.12998
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15685
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= 806
involuntary context switches= 2904

runsolver used 0.173973 second user time and 0.496924 second system time

The end

Launcher Data (download as text)

Begin job on node76 at 2008-07-02 04:27:26
IDJOB=1038447
IDBENCH=53564
IDSOLVER=351
FILE ID=node76/1038447-1214965646
PBS_JOBID= 7870184
Free space on /tmp= 66508 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 47f19d409f9d78e9224e2696b8e0decb
RANDOM SEED=1111170805

node76.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.222
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.222
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:       1190224 kB
Buffers:         55692 kB
Cached:         430848 kB
SwapCached:       8908 kB
Active:         402100 kB
Inactive:       389536 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1190224 kB
SwapTotal:     4192956 kB
SwapFree:      4179048 kB
Dirty:           16376 kB
Writeback:           0 kB
Mapped:         320840 kB
Slab:            58936 kB
Committed_AS:   702468 kB
PageTables:       2224 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= 66504 MiB
End job on node76 at 2008-07-02 04:30:28