Trace number 1082184

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 209.475 210.299

General information on the benchmark

Namecsp/langford3/
normalized-langford-3-12.xml
MD5SUMdee4599863daae352af5f2661ac2dee6
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 benchmark3.9454
Satisfiable
(Un)Satisfiability was proved
Number of variables36
Number of constraints654
Maximum constraint arity2
Maximum domain size36
Number of constraints which are defined in extension0
Number of constraints which are defined in intension654
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.03	c --- Preproc Stats ---
1.35/1.45	c start processing
1.35/1.45	c start relation processing
1.35/1.46	c start cnf exporting
2.54/2.66	c parsing time : 1.322
2.54/2.66	c preprocessing time : 2.532
2.54/2.66	
2.54/2.66	c Nary constraints - conflicts : 0 supports : 0
2.54/2.66	c Binary constraints - conflicts : 630 supports :24
2.54/2.66	c max arity constraint : 2
2.54/2.66	c Max Tuples generated 1296
2.54/2.66	c relations : 13
2.54/2.66	c relations BDD: 0
2.54/2.66	c sampling 0/0
2.54/2.66	c vars : 1297 - clauses :  46764
2.54/2.66	
2.60/2.71	 
2.60/2.71	c --- SAT Solver Stats ---
2.60/2.71	 
2.60/2.71	c eSAT 0.1 : minisat core with additionnal features
2.60/2.71	c ============================[ Problem Statistics ]=============================
2.60/2.71	c |                                                                             |
2.60/2.71	c |  Number of variables:  1296                                                 |
2.60/2.71	c |  Number of clauses:    46764                                                |
2.60/2.74	c |  Parsing time:         0.02         s                                       |
209.35/210.28	c restarts              : 331
209.35/210.28	c conflicts             : 202830         (981 /sec)
209.35/210.28	c decisions             : 271012         (2.22 % random) (1311 /sec)
209.35/210.28	c euip                  : 14632       
209.35/210.28	c propagations          : 19854203       (96027 /sec)
209.35/210.28	c conflict literals     : 12280864       (40.38 % deleted)
209.35/210.28	c Memory used           : 24.82 MB
209.35/210.28	c CPU time              : 206.756 s
209.35/210.29	c 
209.35/210.29	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-1082184-1215221191/watcher-1082184-1215221191 -o /tmp/evaluation-result-1082184-1215221191/solver-1082184-1215221191 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1082184-1215221191.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/84 6136
/proc/meminfo: memFree=1393376/2055920 swapFree=4121416/4192956
[pid=6136] ppid=6134 vsize=18572 CPUtime=0
/proc/6136/stat : 6136 (runsolver) R 6134 6136 6099 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 1551793148 19017728 292 996147200 4194304 4296836 548682068496 18446744073709551615 212234464551 0 0 4096 24578 0 0 0 17 1 0 0
/proc/6136/statm: 4643 292 257 25 0 2626 0

[startup+0.0808621 s]
/proc/loadavg: 1.92 1.98 1.99 4/84 6136
/proc/meminfo: memFree=1393376/2055920 swapFree=4121416/4192956
[pid=6136] ppid=6134 vsize=47556 CPUtime=0.01
/proc/6136/stat : 6136 (galacE.sh) S 6134 6136 6099 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1551793148 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6136/statm: 11889 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+0.101711 s]
/proc/loadavg: 1.92 1.98 1.99 4/84 6136
/proc/meminfo: memFree=1393376/2055920 swapFree=4121416/4192956
[pid=6136] ppid=6134 vsize=47556 CPUtime=0.01
/proc/6136/stat : 6136 (galacE.sh) S 6134 6136 6099 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1551793148 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6136/statm: 11889 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+0.301745 s]
/proc/loadavg: 1.92 1.98 1.99 4/84 6136
/proc/meminfo: memFree=1393376/2055920 swapFree=4121416/4192956
[pid=6136] ppid=6134 vsize=47556 CPUtime=0.01
/proc/6136/stat : 6136 (galacE.sh) S 6134 6136 6099 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1551793148 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6136/statm: 11889 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+0.701814 s]
/proc/loadavg: 1.92 1.98 1.99 4/84 6136
/proc/meminfo: memFree=1393376/2055920 swapFree=4121416/4192956
[pid=6136] ppid=6134 vsize=47556 CPUtime=0.01
/proc/6136/stat : 6136 (galacE.sh) S 6134 6136 6099 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1551793148 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6136/statm: 11889 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+1.50295 s]
/proc/loadavg: 1.92 1.98 1.99 4/94 6158
/proc/meminfo: memFree=1352848/2055920 swapFree=4121416/4192956
[pid=6136] ppid=6134 vsize=47556 CPUtime=0.01
/proc/6136/stat : 6136 (galacE.sh) S 6134 6136 6099 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1551793148 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6136/statm: 11889 364 245 79 0 219 0
[pid=6150] ppid=6136 vsize=812760 CPUtime=1.43
/proc/6150/stat : 6150 (java) S 6136 6136 6099 0 -1 0 13403 0 1 0 135 8 0 0 18 0 9 0 1551793152 832266240 12606 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6150/statm: 203190 12606 2585 9 0 197171 0
[pid=6150/tid=6151] ppid=6136 vsize=812760 CPUtime=0.77
/proc/6150/task/6151/stat : 6151 (java) R 6136 6136 6099 0 -1 64 7442 0 1 0 72 5 0 0 24 0 9 0 1551793153 832266240 12606 996147200 134512640 134550740 4294955600 18446744073709551615 4125960196 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6150/tid=6152] ppid=6136 vsize=812760 CPUtime=0.42
/proc/6150/task/6152/stat : 6152 (java) S 6136 6136 6099 0 -1 64 4435 0 0 0 40 2 0 0 17 0 9 0 1551793154 832266240 12606 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6150/tid=6153] ppid=6136 vsize=812760 CPUtime=0
/proc/6150/task/6153/stat : 6153 (java) S 6136 6136 6099 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1551793154 832266240 12606 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6150/tid=6154] ppid=6136 vsize=812760 CPUtime=0
/proc/6150/task/6154/stat : 6154 (java) S 6136 6136 6099 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1551793155 832266240 12606 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6150/tid=6155] ppid=6136 vsize=812760 CPUtime=0
/proc/6150/task/6155/stat : 6155 (java) S 6136 6136 6099 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1551793157 832266240 12606 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6150/tid=6156] ppid=6136 vsize=812760 CPUtime=0.22
/proc/6150/task/6156/stat : 6156 (java) S 6136 6136 6099 0 -1 64 827 0 0 0 22 0 0 0 15 0 9 0 1551793157 832266240 12606 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6150/tid=6157] ppid=6136 vsize=812760 CPUtime=0
/proc/6150/task/6157/stat : 6157 (java) S 6136 6136 6099 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1551793157 832266240 12606 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6150/tid=6158] ppid=6136 vsize=812760 CPUtime=0
/proc/6150/task/6158/stat : 6158 (java) S 6136 6136 6099 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1551793157 832266240 12606 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 860316

[startup+3.10123 s]
/proc/loadavg: 1.93 1.98 1.99 3/94 6158
/proc/meminfo: memFree=1325584/2055920 swapFree=4121416/4192956
[pid=6136] ppid=6134 vsize=47556 CPUtime=2.62
/proc/6136/stat : 6136 (galacE.sh) S 6134 6136 6099 0 -1 4194304 799 22380 0 1 0 0 247 15 17 0 1 0 1551793148 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6136/statm: 11889 364 245 79 0 219 0
Current children cumulated CPU time (s) 2.62
Current children cumulated vsize (KiB) 47556

[startup+6.30179 s]
/proc/loadavg: 1.93 1.98 1.99 3/86 6159
/proc/meminfo: memFree=1387216/2055920 swapFree=4121416/4192956
[pid=6136] ppid=6134 vsize=47556 CPUtime=2.62
/proc/6136/stat : 6136 (galacE.sh) S 6134 6136 6099 0 -1 4194304 799 22380 0 1 0 0 247 15 17 0 1 0 1551793148 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6136/statm: 11889 364 245 79 0 219 0
[pid=6159] ppid=6136 vsize=6752 CPUtime=3.54
/proc/6159/stat : 6159 (eSAT_static) R 6136 6136 6099 0 -1 4194304 1538 0 0 0 354 0 0 0 25 0 1 0 1551793419 6914048 1461 996147200 134512640 135177480 4294955968 18446744073709551615 134565357 0 0 4096 3 0 0 0 17 1 0 0
/proc/6159/statm: 1688 1461 80 162 0 1523 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 54308

[startup+12.7019 s]
/proc/loadavg: 1.93 1.98 1.99 3/86 6159
/proc/meminfo: memFree=1384080/2055920 swapFree=4121416/4192956
[pid=6136] ppid=6134 vsize=47556 CPUtime=2.62
/proc/6136/stat : 6136 (galacE.sh) S 6134 6136 6099 0 -1 4194304 799 22380 0 1 0 0 247 15 17 0 1 0 1551793148 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6136/statm: 11889 364 245 79 0 219 0
[pid=6159] ppid=6136 vsize=8868 CPUtime=9.87
/proc/6159/stat : 6159 (eSAT_static) R 6136 6136 6099 0 -1 4194304 2066 0 0 0 986 1 0 0 25 0 1 0 1551793419 9080832 1989 996147200 134512640 135177480 4294955968 18446744073709551615 134565395 0 0 4096 3 0 0 0 17 1 0 0
/proc/6159/statm: 2217 1989 81 162 0 2052 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 56424

[startup+25.5011 s]
/proc/loadavg: 1.95 1.98 1.99 3/86 6159
/proc/meminfo: memFree=1376592/2055920 swapFree=4121416/4192956
[pid=6136] ppid=6134 vsize=47556 CPUtime=2.62
/proc/6136/stat : 6136 (galacE.sh) S 6134 6136 6099 0 -1 4194304 799 22380 0 1 0 0 247 15 17 0 1 0 1551793148 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6136/statm: 11889 364 245 79 0 219 0
[pid=6159] ppid=6136 vsize=12048 CPUtime=22.39
/proc/6159/stat : 6159 (eSAT_static) R 6136 6136 6099 0 -1 4194304 2860 0 0 0 2237 2 0 0 25 0 1 0 1551793419 12337152 2783 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/6159/statm: 3012 2783 81 162 0 2847 0
Current children cumulated CPU time (s) 25.01
Current children cumulated vsize (KiB) 59604

[startup+51.1016 s]
/proc/loadavg: 1.96 1.98 1.99 3/86 6159
/proc/meminfo: memFree=1372624/2055920 swapFree=4121416/4192956
[pid=6136] ppid=6134 vsize=47556 CPUtime=2.62
/proc/6136/stat : 6136 (galacE.sh) S 6134 6136 6099 0 -1 4194304 799 22380 0 1 0 0 247 15 17 0 1 0 1551793148 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6136/statm: 11889 364 245 79 0 219 0
[pid=6159] ppid=6136 vsize=16156 CPUtime=47.96
/proc/6159/stat : 6159 (eSAT_static) R 6136 6136 6099 0 -1 4194304 3829 0 0 0 4793 3 0 0 25 0 1 0 1551793419 16543744 3752 996147200 134512640 135177480 4294955968 18446744073709551615 134565414 0 0 4096 3 0 0 0 17 0 0 0
/proc/6159/statm: 4039 3752 81 162 0 3874 0
Current children cumulated CPU time (s) 50.58
Current children cumulated vsize (KiB) 63712

[startup+102.306 s]
/proc/loadavg: 1.98 1.98 1.99 3/86 6159
/proc/meminfo: memFree=1367504/2055920 swapFree=4121416/4192956
[pid=6136] ppid=6134 vsize=47556 CPUtime=2.62
/proc/6136/stat : 6136 (galacE.sh) S 6134 6136 6099 0 -1 4194304 799 22380 0 1 0 0 247 15 17 0 1 0 1551793148 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6136/statm: 11889 364 245 79 0 219 0
[pid=6159] ppid=6136 vsize=21312 CPUtime=99.12
/proc/6159/stat : 6159 (eSAT_static) R 6136 6136 6099 0 -1 4194304 5080 0 0 0 9907 5 0 0 25 0 1 0 1551793419 21823488 5003 996147200 134512640 135177480 4294955968 18446744073709551615 134571410 0 0 4096 3 0 0 0 17 0 0 0
/proc/6159/statm: 5328 5003 81 162 0 5163 0
Current children cumulated CPU time (s) 101.74
Current children cumulated vsize (KiB) 68868

[startup+162.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/86 6161
/proc/meminfo: memFree=1343376/2055920 swapFree=4121416/4192956
[pid=6136] ppid=6134 vsize=47556 CPUtime=2.62
/proc/6136/stat : 6136 (galacE.sh) S 6134 6136 6099 0 -1 4194304 799 22380 0 1 0 0 247 15 17 0 1 0 1551793148 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6136/statm: 11889 364 245 79 0 219 0
[pid=6159] ppid=6136 vsize=23852 CPUtime=158.89
/proc/6159/stat : 6159 (eSAT_static) R 6136 6136 6099 0 -1 4194304 5708 0 0 0 15882 7 0 0 25 0 1 0 1551793419 24424448 5631 996147200 134512640 135177480 4294955968 18446744073709551615 134565340 0 0 4096 3 0 0 0 17 0 0 0
/proc/6159/statm: 5963 5631 81 162 0 5798 0
Current children cumulated CPU time (s) 161.51
Current children cumulated vsize (KiB) 71408

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

[startup+179.102 s]
/proc/loadavg: 1.99 1.98 1.99 3/86 6161
/proc/meminfo: memFree=1342992/2055920 swapFree=4121416/4192956
[pid=6136] ppid=6134 vsize=47556 CPUtime=2.62
/proc/6136/stat : 6136 (galacE.sh) S 6134 6136 6099 0 -1 4194304 799 22380 0 1 0 0 247 15 17 0 1 0 1551793148 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6136/statm: 11889 364 245 79 0 219 0
[pid=6159] ppid=6136 vsize=24136 CPUtime=175.67
/proc/6159/stat : 6159 (eSAT_static) R 6136 6136 6099 0 -1 4194304 5803 0 0 0 17560 7 0 0 25 0 1 0 1551793419 24715264 5726 996147200 134512640 135177480 4294955968 18446744073709551615 134565474 0 0 4096 3 0 0 0 17 0 0 0
/proc/6159/statm: 6034 5726 81 162 0 5869 0
Current children cumulated CPU time (s) 178.29
Current children cumulated vsize (KiB) 71692

[startup+191.903 s]
/proc/loadavg: 1.99 1.98 1.99 3/86 6161
/proc/meminfo: memFree=1342480/2055920 swapFree=4121416/4192956
[pid=6136] ppid=6134 vsize=47556 CPUtime=2.62
/proc/6136/stat : 6136 (galacE.sh) S 6134 6136 6099 0 -1 4194304 799 22380 0 1 0 0 247 15 17 0 1 0 1551793148 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6136/statm: 11889 364 245 79 0 219 0
[pid=6159] ppid=6136 vsize=24980 CPUtime=188.46
/proc/6159/stat : 6159 (eSAT_static) R 6136 6136 6099 0 -1 4194304 5928 0 0 0 18839 7 0 0 25 0 1 0 1551793419 25579520 5851 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/6159/statm: 6245 5851 81 162 0 6080 0
Current children cumulated CPU time (s) 191.08
Current children cumulated vsize (KiB) 72536

[startup+198.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/86 6161
/proc/meminfo: memFree=1342224/2055920 swapFree=4121416/4192956
[pid=6136] ppid=6134 vsize=47556 CPUtime=2.62
/proc/6136/stat : 6136 (galacE.sh) S 6134 6136 6099 0 -1 4194304 799 22380 0 1 0 0 247 15 17 0 1 0 1551793148 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6136/statm: 11889 364 245 79 0 219 0
[pid=6159] ppid=6136 vsize=24980 CPUtime=194.85
/proc/6159/stat : 6159 (eSAT_static) R 6136 6136 6099 0 -1 4194304 5984 0 0 0 19478 7 0 0 25 0 1 0 1551793419 25579520 5907 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/6159/statm: 6245 5907 81 162 0 6080 0
Current children cumulated CPU time (s) 197.47
Current children cumulated vsize (KiB) 72536

[startup+204.701 s]
/proc/loadavg: 1.99 1.98 1.99 3/86 6161
/proc/meminfo: memFree=1342096/2055920 swapFree=4121416/4192956
[pid=6136] ppid=6134 vsize=47556 CPUtime=2.62
/proc/6136/stat : 6136 (galacE.sh) S 6134 6136 6099 0 -1 4194304 799 22380 0 1 0 0 247 15 17 0 1 0 1551793148 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6136/statm: 11889 364 245 79 0 219 0
[pid=6159] ppid=6136 vsize=25196 CPUtime=201.23
/proc/6159/stat : 6159 (eSAT_static) R 6136 6136 6099 0 -1 4194304 6021 0 0 0 20116 7 0 0 25 0 1 0 1551793419 25800704 5944 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/6159/statm: 6299 5944 81 162 0 6134 0
Current children cumulated CPU time (s) 203.85
Current children cumulated vsize (KiB) 72752

[startup+207.907 s]
/proc/loadavg: 1.99 1.98 1.99 3/86 6161
/proc/meminfo: memFree=1341904/2055920 swapFree=4121416/4192956
[pid=6136] ppid=6134 vsize=47556 CPUtime=2.62
/proc/6136/stat : 6136 (galacE.sh) S 6134 6136 6099 0 -1 4194304 799 22380 0 1 0 0 247 15 17 0 1 0 1551793148 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6136/statm: 11889 364 245 79 0 219 0
[pid=6159] ppid=6136 vsize=25408 CPUtime=204.44
/proc/6159/stat : 6159 (eSAT_static) R 6136 6136 6099 0 -1 4194304 6069 0 0 0 20437 7 0 0 25 0 1 0 1551793419 26017792 5992 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/6159/statm: 6352 5992 81 162 0 6187 0
Current children cumulated CPU time (s) 207.06
Current children cumulated vsize (KiB) 72964

[startup+209.502 s]
/proc/loadavg: 1.99 1.98 1.99 3/86 6161
/proc/meminfo: memFree=1341904/2055920 swapFree=4121416/4192956
[pid=6136] ppid=6134 vsize=47556 CPUtime=2.62
/proc/6136/stat : 6136 (galacE.sh) S 6134 6136 6099 0 -1 4194304 799 22380 0 1 0 0 247 15 17 0 1 0 1551793148 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6136/statm: 11889 364 245 79 0 219 0
[pid=6159] ppid=6136 vsize=25408 CPUtime=206.03
/proc/6159/stat : 6159 (eSAT_static) R 6136 6136 6099 0 -1 4194304 6072 0 0 0 20596 7 0 0 25 0 1 0 1551793419 26017792 5995 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/6159/statm: 6352 5995 81 162 0 6187 0
Current children cumulated CPU time (s) 208.65
Current children cumulated vsize (KiB) 72964

[startup+209.901 s]
/proc/loadavg: 1.99 1.98 1.99 3/86 6161
/proc/meminfo: memFree=1341904/2055920 swapFree=4121416/4192956
[pid=6136] ppid=6134 vsize=47556 CPUtime=2.62
/proc/6136/stat : 6136 (galacE.sh) S 6134 6136 6099 0 -1 4194304 799 22380 0 1 0 0 247 15 17 0 1 0 1551793148 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6136/statm: 11889 364 245 79 0 219 0
[pid=6159] ppid=6136 vsize=25408 CPUtime=206.43
/proc/6159/stat : 6159 (eSAT_static) R 6136 6136 6099 0 -1 4194304 6075 0 0 0 20636 7 0 0 25 0 1 0 1551793419 26017792 5998 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/6159/statm: 6352 5998 81 162 0 6187 0
Current children cumulated CPU time (s) 209.05
Current children cumulated vsize (KiB) 72964

[startup+210.106 s]
/proc/loadavg: 1.99 1.98 1.99 3/86 6161
/proc/meminfo: memFree=1341840/2055920 swapFree=4121416/4192956
[pid=6136] ppid=6134 vsize=47556 CPUtime=2.62
/proc/6136/stat : 6136 (galacE.sh) S 6134 6136 6099 0 -1 4194304 799 22380 0 1 0 0 247 15 17 0 1 0 1551793148 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6136/statm: 11889 364 245 79 0 219 0
[pid=6159] ppid=6136 vsize=25408 CPUtime=206.64
/proc/6159/stat : 6159 (eSAT_static) R 6136 6136 6099 0 -1 4194304 6076 0 0 0 20657 7 0 0 25 0 1 0 1551793419 26017792 5999 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/6159/statm: 6352 5999 81 162 0 6187 0
Current children cumulated CPU time (s) 209.26
Current children cumulated vsize (KiB) 72964

[startup+210.201 s]
/proc/loadavg: 1.99 1.98 1.99 3/86 6161
/proc/meminfo: memFree=1341840/2055920 swapFree=4121416/4192956
[pid=6136] ppid=6134 vsize=47556 CPUtime=2.62
/proc/6136/stat : 6136 (galacE.sh) S 6134 6136 6099 0 -1 4194304 799 22380 0 1 0 0 247 15 17 0 1 0 1551793148 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6136/statm: 11889 364 245 79 0 219 0
[pid=6159] ppid=6136 vsize=25408 CPUtime=206.73
/proc/6159/stat : 6159 (eSAT_static) R 6136 6136 6099 0 -1 4194304 6076 0 0 0 20666 7 0 0 25 0 1 0 1551793419 26017792 5999 996147200 134512640 135177480 4294955968 18446744073709551615 134565331 0 0 4096 3 0 0 0 17 0 0 0
/proc/6159/statm: 6352 5999 81 162 0 6187 0
Current children cumulated CPU time (s) 209.35
Current children cumulated vsize (KiB) 72964

Child status: 0
Real time (s): 210.299
CPU time (s): 209.475
CPU user time (s): 209.237
CPU system time (s): 0.237963
CPU usage (%): 99.6082
Max. virtual memory (cumulated for all children) (KiB): 860316

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 209.237
system time used= 0.237963
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29454
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= 1394
involuntary context switches= 5955

runsolver used 0.274958 second user time and 0.692894 second system time

The end

Launcher Data (download as text)

Begin job on node14 at 2008-07-05 03:26:31
IDJOB=1082184
IDBENCH=57188
IDSOLVER=351
FILE ID=node14/1082184-1215221191
PBS_JOBID= 7881837
Free space on /tmp= 66440 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= dee4599863daae352af5f2661ac2dee6
RANDOM SEED=846637248

node14.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.267
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	: 5931.00
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.267
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:       1393856 kB
Buffers:         27044 kB
Cached:         135948 kB
SwapCached:      65420 kB
Active:         562980 kB
Inactive:        45220 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1393856 kB
SwapTotal:     4192956 kB
SwapFree:      4121416 kB
Dirty:            3380 kB
Writeback:           0 kB
Mapped:         456880 kB
Slab:            38328 kB
Committed_AS:  3825180 kB
PageTables:       2696 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= 66436 MiB
End job on node14 at 2008-07-05 03:30:01