Trace number 1050757

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 42.1786 42.6038

General information on the benchmark

Namecsp/golombRulerArity3/
normalized-ruler-34-9-a3.xml
MD5SUM6fb04572c4221b86fd18c3f1a983b4ce
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.026995
Satisfiable
(Un)Satisfiability was proved
Number of variables45
Number of constraints702
Maximum constraint arity3
Maximum domain size35
Number of constraints which are defined in extension0
Number of constraints which are defined in intension702
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.03	c --- Preproc Stats ---
1.05/1.14	c start processing
1.05/1.14	c start relation processing
1.15/1.21	c start cnf exporting
6.11/6.28	c parsing time : 1.014
6.11/6.28	c preprocessing time : 6.155
6.11/6.28	
6.11/6.28	c Nary constraints - conflicts : 0 supports : 36
6.11/6.28	c Binary constraints - conflicts : 630 supports :36
6.11/6.28	c max arity constraint : 3
6.11/6.28	c Max Tuples generated 41650
6.11/6.28	c relations : 3
6.11/6.28	c relations BDD: 1
6.11/6.28	c sampling 1/1
6.11/6.28	c vars : 25408 - clauses :  141264
6.11/6.28	
6.19/6.31	 
6.19/6.31	c --- SAT Solver Stats ---
6.19/6.31	 
6.19/6.31	c eSAT 0.1 : minisat core with additionnal features
6.19/6.31	c ============================[ Problem Statistics ]=============================
6.19/6.31	c |                                                                             |
6.19/6.31	c |  Number of variables:  25407                                                |
6.19/6.31	c |  Number of clauses:    141264                                               |
6.21/6.45	c |  Parsing time:         0.13         s                                       |
42.05/42.59	c restarts              : 272
42.05/42.59	c conflicts             : 31303          (872 /sec)
42.05/42.59	c decisions             : 86249          (40.96 % random) (2401 /sec)
42.05/42.59	c euip                  : 2022        
42.05/42.59	c propagations          : 34645853       (964621 /sec)
42.05/42.59	c conflict literals     : 1352746        (51.86 % deleted)
42.05/42.59	c Memory used           : 17.24 MB
42.05/42.59	c CPU time              : 35.9165 s
42.05/42.59	c 
42.05/42.59	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-1050757-1215050724/watcher-1050757-1215050724 -o /tmp/evaluation-result-1050757-1215050724/solver-1050757-1215050724 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1050757-1215050724.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.01 2.03 2.00 4/73 1344
/proc/meminfo: memFree=1716424/2055920 swapFree=4180412/4192956
[pid=1344] ppid=1342 vsize=18572 CPUtime=0
/proc/1344/stat : 1344 (runsolver) R 1342 1344 31455 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 1984046677 19017728 292 996147200 4194304 4296836 548682068496 18446744073709551615 221236489511 0 0 4096 24578 0 0 0 17 1 0 0
/proc/1344/statm: 4643 292 257 25 0 2626 0

[startup+0.0110929 s]
/proc/loadavg: 2.01 2.03 2.00 4/73 1344
/proc/meminfo: memFree=1716424/2055920 swapFree=4180412/4192956
[pid=1344] ppid=1342 vsize=8652 CPUtime=0
/proc/1344/stat : 1344 (galacE.sh) S 1342 1344 31455 0 -1 4194304 346 0 0 0 0 0 0 0 16 0 1 0 1984046677 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 221236095834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1344/statm: 2163 280 208 79 0 156 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8652

[startup+0.102102 s]
/proc/loadavg: 2.01 2.03 2.00 4/73 1344
/proc/meminfo: memFree=1716424/2055920 swapFree=4180412/4192956
[pid=1344] ppid=1342 vsize=47568 CPUtime=0.01
/proc/1344/stat : 1344 (galacE.sh) S 1342 1344 31455 0 -1 4194304 764 1698 0 0 0 0 0 1 23 0 1 0 1984046677 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 221236095834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1344/statm: 11892 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+0.301136 s]
/proc/loadavg: 2.01 2.03 2.00 4/73 1344
/proc/meminfo: memFree=1716424/2055920 swapFree=4180412/4192956
[pid=1344] ppid=1342 vsize=47568 CPUtime=0.01
/proc/1344/stat : 1344 (galacE.sh) S 1342 1344 31455 0 -1 4194304 764 1698 0 0 0 0 0 1 23 0 1 0 1984046677 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 221236095834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1344/statm: 11892 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+0.701222 s]
/proc/loadavg: 2.01 2.03 2.00 4/73 1344
/proc/meminfo: memFree=1716424/2055920 swapFree=4180412/4192956
[pid=1344] ppid=1342 vsize=47568 CPUtime=0.01
/proc/1344/stat : 1344 (galacE.sh) S 1342 1344 31455 0 -1 4194304 764 1698 0 0 0 0 0 1 23 0 1 0 1984046677 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 221236095834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1344/statm: 11892 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+1.50137 s]
/proc/loadavg: 2.01 2.03 2.00 3/83 1366
/proc/meminfo: memFree=1675448/2055920 swapFree=4180412/4192956
[pid=1344] ppid=1342 vsize=47568 CPUtime=0.01
/proc/1344/stat : 1344 (galacE.sh) S 1342 1344 31455 0 -1 4194304 764 1698 0 0 0 0 0 1 23 0 1 0 1984046677 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 221236095834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1344/statm: 11892 363 244 79 0 219 0
[pid=1358] ppid=1344 vsize=812760 CPUtime=1.44
/proc/1358/stat : 1358 (java) S 1344 1344 31455 0 -1 0 14323 0 1 0 136 8 0 0 18 0 9 0 1984046681 832266240 13536 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1358/statm: 203190 13536 2584 9 0 197171 0
[pid=1358/tid=1359] ppid=1344 vsize=812760 CPUtime=1.05
/proc/1358/task/1359/stat : 1359 (java) R 1344 1344 31455 0 -1 64 8325 0 1 0 100 5 0 0 25 0 9 0 1984046682 832266240 13536 996147200 134512640 134550740 4294955616 18446744073709551615 102109812 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1358/tid=1360] ppid=1344 vsize=812760 CPUtime=0.07
/proc/1358/task/1360/stat : 1360 (java) S 1344 1344 31455 0 -1 64 4413 0 0 0 6 1 0 0 16 0 9 0 1984046684 832266240 13536 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1358/tid=1361] ppid=1344 vsize=812760 CPUtime=0
/proc/1358/task/1361/stat : 1361 (java) S 1344 1344 31455 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1984046684 832266240 13536 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1358/tid=1362] ppid=1344 vsize=812760 CPUtime=0
/proc/1358/task/1362/stat : 1362 (java) S 1344 1344 31455 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1984046684 832266240 13536 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1358/tid=1363] ppid=1344 vsize=812760 CPUtime=0
/proc/1358/task/1363/stat : 1363 (java) S 1344 1344 31455 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1984046686 832266240 13536 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1358/tid=1364] ppid=1344 vsize=812760 CPUtime=0.28
/proc/1358/task/1364/stat : 1364 (java) S 1344 1344 31455 0 -1 64 885 0 0 0 28 0 0 0 15 0 9 0 1984046686 832266240 13536 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1358/tid=1365] ppid=1344 vsize=812760 CPUtime=0
/proc/1358/task/1365/stat : 1365 (java) S 1344 1344 31455 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1984046686 832266240 13536 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1358/tid=1366] ppid=1344 vsize=812760 CPUtime=0
/proc/1358/task/1366/stat : 1366 (java) S 1344 1344 31455 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1984046686 832266240 13536 996147200 134512640 134550740 4294955616 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) 860328

[startup+3.10267 s]
/proc/loadavg: 2.01 2.03 2.00 3/83 1366
/proc/meminfo: memFree=1644984/2055920 swapFree=4180412/4192956
[pid=1344] ppid=1342 vsize=47568 CPUtime=0.01
/proc/1344/stat : 1344 (galacE.sh) S 1342 1344 31455 0 -1 4194304 764 1698 0 0 0 0 0 1 23 0 1 0 1984046677 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 221236095834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1344/statm: 11892 363 244 79 0 219 0
[pid=1358] ppid=1344 vsize=812892 CPUtime=3.03
/proc/1358/stat : 1358 (java) S 1344 1344 31455 0 -1 0 20887 0 1 0 290 13 0 0 18 0 9 0 1984046681 832401408 20096 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1358/statm: 203223 20096 2588 9 0 197204 0
[pid=1358/tid=1359] ppid=1344 vsize=812892 CPUtime=2.6
/proc/1358/task/1359/stat : 1359 (java) R 1344 1344 31455 0 -1 64 14635 0 1 0 251 9 0 0 25 0 9 0 1984046682 832401408 20096 996147200 134512640 134550740 4294955616 18446744073709551615 4126381648 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1358/tid=1360] ppid=1344 vsize=812892 CPUtime=0.09
/proc/1358/task/1360/stat : 1360 (java) S 1344 1344 31455 0 -1 64 4656 0 0 0 7 2 0 0 16 0 9 0 1984046684 832401408 20096 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1358/tid=1361] ppid=1344 vsize=812892 CPUtime=0
/proc/1358/task/1361/stat : 1361 (java) S 1344 1344 31455 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1984046684 832401408 20096 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1358/tid=1362] ppid=1344 vsize=812892 CPUtime=0
/proc/1358/task/1362/stat : 1362 (java) S 1344 1344 31455 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1984046684 832401408 20096 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1358/tid=1363] ppid=1344 vsize=812892 CPUtime=0
/proc/1358/task/1363/stat : 1363 (java) S 1344 1344 31455 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1984046686 832401408 20096 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1358/tid=1364] ppid=1344 vsize=812892 CPUtime=0.3
/proc/1358/task/1364/stat : 1364 (java) S 1344 1344 31455 0 -1 64 896 0 0 0 30 0 0 0 15 0 9 0 1984046686 832401408 20096 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1358/tid=1365] ppid=1344 vsize=812892 CPUtime=0
/proc/1358/task/1365/stat : 1365 (java) S 1344 1344 31455 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1984046686 832401408 20096 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1358/tid=1366] ppid=1344 vsize=812892 CPUtime=0
/proc/1358/task/1366/stat : 1366 (java) S 1344 1344 31455 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1984046686 832401408 20096 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 860460

[startup+6.30191 s]
/proc/loadavg: 2.01 2.03 2.00 4/83 1366
/proc/meminfo: memFree=1642040/2055920 swapFree=4180412/4192956
[pid=1344] ppid=1342 vsize=47568 CPUtime=0.01
/proc/1344/stat : 1344 (galacE.sh) S 1342 1344 31455 0 -1 4194304 764 1698 0 0 0 0 0 1 23 0 1 0 1984046677 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 221236095834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1344/statm: 11892 363 244 79 0 219 0
[pid=1358] ppid=1344 vsize=0 CPUtime=6.18
/proc/1358/stat : 1358 (java) Z 1344 1344 31455 0 -1 12 20904 0 1 0 603 15 0 0 16 0 2 0 1984046681 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1358/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 47568

[startup+12.7015 s]
/proc/loadavg: 2.01 2.03 2.00 3/75 1367
/proc/meminfo: memFree=1694968/2055920 swapFree=4180412/4192956
[pid=1344] ppid=1342 vsize=47568 CPUtime=6.21
/proc/1344/stat : 1344 (galacE.sh) S 1342 1344 31455 0 -1 4194304 798 22602 0 1 0 0 603 18 17 0 1 0 1984046677 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 221236095834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1344/statm: 11892 363 244 79 0 219 0
[pid=1367] ppid=1344 vsize=16556 CPUtime=6.32
/proc/1367/stat : 1367 (eSAT_static) R 1344 1344 31455 0 -1 4194304 4426 0 0 0 630 2 0 0 25 0 1 0 1984047309 16953344 3977 996147200 134512640 135177480 4294955984 18446744073709551615 134565537 0 0 4096 3 0 0 0 17 1 0 0
/proc/1367/statm: 4139 3977 80 162 0 3974 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 64124

[startup+25.5019 s]
/proc/loadavg: 2.01 2.03 2.00 3/75 1367
/proc/meminfo: memFree=1693176/2055920 swapFree=4180412/4192956
[pid=1344] ppid=1342 vsize=47568 CPUtime=6.21
/proc/1344/stat : 1344 (galacE.sh) S 1342 1344 31455 0 -1 4194304 798 22602 0 1 0 0 603 18 17 0 1 0 1984046677 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 221236095834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1344/statm: 11892 363 244 79 0 219 0
[pid=1367] ppid=1344 vsize=16556 CPUtime=19
/proc/1367/stat : 1367 (eSAT_static) R 1344 1344 31455 0 -1 4194304 4427 0 0 0 1898 2 0 0 25 0 1 0 1984047309 16953344 3978 996147200 134512640 135177480 4294955984 18446744073709551615 134571082 0 0 4096 3 0 0 0 17 1 0 0
/proc/1367/statm: 4139 3978 80 162 0 3974 0
Current children cumulated CPU time (s) 25.21
Current children cumulated vsize (KiB) 64124

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

[startup+31.9061 s]
/proc/loadavg: 2.00 2.03 2.00 3/75 1367
/proc/meminfo: memFree=1692792/2055920 swapFree=4180412/4192956
[pid=1344] ppid=1342 vsize=47568 CPUtime=6.21
/proc/1344/stat : 1344 (galacE.sh) S 1342 1344 31455 0 -1 4194304 798 22602 0 1 0 0 603 18 17 0 1 0 1984046677 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 221236095834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1344/statm: 11892 363 244 79 0 219 0
[pid=1367] ppid=1344 vsize=16556 CPUtime=25.34
/proc/1367/stat : 1367 (eSAT_static) R 1344 1344 31455 0 -1 4194304 4428 0 0 0 2532 2 0 0 25 0 1 0 1984047309 16953344 3979 996147200 134512640 135177480 4294955984 18446744073709551615 134565321 0 0 4096 3 0 0 0 17 1 0 0
/proc/1367/statm: 4139 3979 80 162 0 3974 0
Current children cumulated CPU time (s) 31.55
Current children cumulated vsize (KiB) 64124

[startup+38.3013 s]
/proc/loadavg: 2.00 2.03 2.00 3/75 1367
/proc/meminfo: memFree=1691832/2055920 swapFree=4180412/4192956
[pid=1344] ppid=1342 vsize=47568 CPUtime=6.21
/proc/1344/stat : 1344 (galacE.sh) S 1342 1344 31455 0 -1 4194304 798 22602 0 1 0 0 603 18 17 0 1 0 1984046677 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 221236095834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1344/statm: 11892 363 244 79 0 219 0
[pid=1367] ppid=1344 vsize=17244 CPUtime=31.68
/proc/1367/stat : 1367 (eSAT_static) R 1344 1344 31455 0 -1 4194304 4584 0 0 0 3166 2 0 0 25 0 1 0 1984047309 17657856 4135 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/1367/statm: 4311 4135 80 162 0 4146 0
Current children cumulated CPU time (s) 37.89
Current children cumulated vsize (KiB) 64812

[startup+39.9026 s]
/proc/loadavg: 2.00 2.03 2.00 3/75 1367
/proc/meminfo: memFree=1691384/2055920 swapFree=4180412/4192956
[pid=1344] ppid=1342 vsize=47568 CPUtime=6.21
/proc/1344/stat : 1344 (galacE.sh) S 1342 1344 31455 0 -1 4194304 798 22602 0 1 0 0 603 18 17 0 1 0 1984046677 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 221236095834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1344/statm: 11892 363 244 79 0 219 0
[pid=1367] ppid=1344 vsize=17520 CPUtime=33.26
/proc/1367/stat : 1367 (eSAT_static) R 1344 1344 31455 0 -1 4194304 4641 0 0 0 3324 2 0 0 25 0 1 0 1984047309 17940480 4192 996147200 134512640 135177480 4294955984 18446744073709551615 134565486 0 0 4096 3 0 0 0 17 1 0 0
/proc/1367/statm: 4380 4192 80 162 0 4215 0
Current children cumulated CPU time (s) 39.47
Current children cumulated vsize (KiB) 65088

[startup+41.5019 s]
/proc/loadavg: 2.00 2.03 2.00 3/75 1367
/proc/meminfo: memFree=1691064/2055920 swapFree=4180412/4192956
[pid=1344] ppid=1342 vsize=47568 CPUtime=6.21
/proc/1344/stat : 1344 (galacE.sh) S 1342 1344 31455 0 -1 4194304 798 22602 0 1 0 0 603 18 17 0 1 0 1984046677 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 221236095834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1344/statm: 11892 363 244 79 0 219 0
[pid=1367] ppid=1344 vsize=17652 CPUtime=34.85
/proc/1367/stat : 1367 (eSAT_static) R 1344 1344 31455 0 -1 4194304 4685 0 0 0 3483 2 0 0 25 0 1 0 1984047309 18075648 4236 996147200 134512640 135177480 4294955984 18446744073709551615 134565260 0 0 4096 3 0 0 0 17 1 0 0
/proc/1367/statm: 4413 4236 80 162 0 4248 0
Current children cumulated CPU time (s) 41.06
Current children cumulated vsize (KiB) 65220

[startup+42.3011 s]
/proc/loadavg: 2.00 2.03 2.00 3/75 1367
/proc/meminfo: memFree=1690872/2055920 swapFree=4180412/4192956
[pid=1344] ppid=1342 vsize=47568 CPUtime=6.21
/proc/1344/stat : 1344 (galacE.sh) S 1342 1344 31455 0 -1 4194304 798 22602 0 1 0 0 603 18 17 0 1 0 1984046677 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 221236095834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1344/statm: 11892 363 244 79 0 219 0
[pid=1367] ppid=1344 vsize=17652 CPUtime=35.64
/proc/1367/stat : 1367 (eSAT_static) R 1344 1344 31455 0 -1 4194304 4695 0 0 0 3562 2 0 0 25 0 1 0 1984047309 18075648 4246 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/1367/statm: 4413 4246 80 162 0 4248 0
Current children cumulated CPU time (s) 41.85
Current children cumulated vsize (KiB) 65220

[startup+42.5011 s]
/proc/loadavg: 2.00 2.03 2.00 3/75 1367
/proc/meminfo: memFree=1690872/2055920 swapFree=4180412/4192956
[pid=1344] ppid=1342 vsize=47568 CPUtime=6.21
/proc/1344/stat : 1344 (galacE.sh) S 1342 1344 31455 0 -1 4194304 798 22602 0 1 0 0 603 18 17 0 1 0 1984046677 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 221236095834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1344/statm: 11892 363 244 79 0 219 0
[pid=1367] ppid=1344 vsize=17652 CPUtime=35.84
/proc/1367/stat : 1367 (eSAT_static) R 1344 1344 31455 0 -1 4194304 4695 0 0 0 3582 2 0 0 25 0 1 0 1984047309 18075648 4246 996147200 134512640 135177480 4294955984 18446744073709551615 134565474 0 0 4096 3 0 0 0 17 1 0 0
/proc/1367/statm: 4413 4246 80 162 0 4248 0
Current children cumulated CPU time (s) 42.05
Current children cumulated vsize (KiB) 65220

[startup+42.6011 s]
/proc/loadavg: 2.00 2.03 2.00 3/75 1367
/proc/meminfo: memFree=1690872/2055920 swapFree=4180412/4192956
[pid=1344] ppid=1342 vsize=47568 CPUtime=42.15
/proc/1344/stat : 1344 (galacE.sh) S 1342 1344 31455 0 -1 4194304 832 27308 0 1 0 0 4195 20 16 0 1 0 1984046677 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 221236095834 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1344/statm: 11892 363 244 79 0 219 0
Current children cumulated CPU time (s) 42.15
Current children cumulated vsize (KiB) 47568

Child status: 0
Real time (s): 42.6038
CPU time (s): 42.1786
CPU user time (s): 41.9566
CPU system time (s): 0.221966
CPU usage (%): 99.002
Max. virtual memory (cumulated for all children) (KiB): 860460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 41.9566
system time used= 0.221966
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28294
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= 1519
involuntary context switches= 2388

runsolver used 0.052991 second user time and 0.149977 second system time

The end

Launcher Data (download as text)

Begin job on node21 at 2008-07-03 04:05:24
IDJOB=1050757
IDBENCH=55376
IDSOLVER=351
FILE ID=node21/1050757-1215050724
PBS_JOBID= 7875131
Free space on /tmp= 66540 MiB

SOLVER NAME= galac E
BENCH NAME= CPAI08/csp/golombRulerArity3/normalized-ruler-34-9-a3.xml
COMMAND LINE= HOME/galacE.sh BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1050757-1215050724/watcher-1050757-1215050724 -o /tmp/evaluation-result-1050757-1215050724/solver-1050757-1215050724 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/galacE.sh HOME/instance-1050757-1215050724.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 6fb04572c4221b86fd18c3f1a983b4ce
RANDOM SEED=774146783

node21.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.263
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.263
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:       1716904 kB
Buffers:         25912 kB
Cached:         157880 kB
SwapCached:       6608 kB
Active:         207152 kB
Inactive:        68332 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1716904 kB
SwapTotal:     4192956 kB
SwapFree:      4180412 kB
Dirty:            3160 kB
Writeback:           0 kB
Mapped:          97932 kB
Slab:            48772 kB
Committed_AS:  3457064 kB
PageTables:       1980 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= 66536 MiB
End job on node21 at 2008-07-03 04:06:07