Trace number 1101555

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 ESAT 1123.3 1127.13

General information on the benchmark

Namecsp/rand-2-40-19-fcd/
normalized-rand-2-40-19-443-230-fcd-41_ext.xml
MD5SUM1fc04d1398e0254b5b3bf41ada6a47d9
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2.37764
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints339
Maximum constraint arity2
Maximum domain size19
Number of constraints which are defined in extension339
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.03	c --- Preproc Stats ---
0.01/0.89	c start processing
0.01/0.89	c start relation processing
0.01/0.90	c start cnf exporting
1.95/2.01	c parsing time : 0.767
1.95/2.01	c preprocessing time : 1.891
1.95/2.01	
1.95/2.01	c Nary constraints - conflicts : 0 supports : 0
1.95/2.01	c Binary constraints - conflicts : 326 supports :13
1.95/2.01	c max arity constraint : 2
1.95/2.01	c Max Tuples generated 0
1.95/2.01	c relations : 339
1.95/2.01	c relations BDD: 0
1.95/2.01	c sampling 0/0
1.95/2.01	c vars : 761 - clauses :  39201
1.95/2.01	
1.95/2.04	 
1.95/2.04	c --- SAT Solver Stats ---
1.95/2.04	 
1.95/2.04	c eSAT 0.1 : minisat core with additionnal features
1.95/2.04	c ============================[ Problem Statistics ]=============================
1.95/2.04	c |                                                                             |
1.95/2.04	c |  Number of variables:  760                                                  |
1.95/2.04	c |  Number of clauses:    39201                                                |
1.95/2.07	c |  Parsing time:         0.02         s                                       |
1122.49/1126.31	c restarts              : 921
1122.49/1126.31	c conflicts             : 1139420        (1017 /sec)
1122.49/1126.31	c decisions             : 1601430        (1.38 % random) (1430 /sec)
1122.49/1126.31	c euip                  : 115350      
1122.49/1126.31	c propagations          : 94039878       (83947 /sec)
1122.49/1126.31	c conflict literals     : 59232219       (44.23 % deleted)
1122.49/1126.31	c Memory used           : 78.36 MB
1122.49/1126.31	c CPU time              : 1120.23 s
1122.49/1126.31	c 
1122.49/1126.31	s SATISFIABLE
1122.52/1127.12	v 9 0 3 0 17 8 5 12 2 9 11 11 12 10 0 7 12 17 13 5 18 1 12 0 6 5 11 10 3 13 6 3 11 10 18 5 5 2 13 5

Verifier Data (download as text)

OK

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-1101555-1215293703/watcher-1101555-1215293703 -o /tmp/evaluation-result-1101555-1215293703/solver-1101555-1215293703 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1101555-1215293703.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.01 2.00 4/80 32351
/proc/meminfo: memFree=1613632/2055920 swapFree=4122924/4192956
[pid=32351] ppid=32349 vsize=5316 CPUtime=0
/proc/32351/stat : 32351 (galacE.sh) R 32349 32351 32043 0 -1 4194304 229 0 0 0 0 0 0 0 20 0 1 0 1559045335 5443584 193 996147200 4194304 4520092 548682068832 18446744073709551615 252426909065 0 0 4096 8192 0 0 0 17 1 0 0
/proc/32351/statm: 1329 193 146 79 0 121 0

[startup+0.0470109 s]
/proc/loadavg: 2.01 2.01 2.00 4/80 32351
/proc/meminfo: memFree=1613632/2055920 swapFree=4122924/4192956
[pid=32351] ppid=32349 vsize=47556 CPUtime=0.01
/proc/32351/stat : 32351 (galacE.sh) S 32349 32351 32043 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1559045335 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 252429134682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32351/statm: 11889 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+0.101939 s]
/proc/loadavg: 2.01 2.01 2.00 4/80 32351
/proc/meminfo: memFree=1613632/2055920 swapFree=4122924/4192956
[pid=32351] ppid=32349 vsize=47556 CPUtime=0.01
/proc/32351/stat : 32351 (galacE.sh) S 32349 32351 32043 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1559045335 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 252429134682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32351/statm: 11889 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+0.302961 s]
/proc/loadavg: 2.01 2.01 2.00 4/80 32351
/proc/meminfo: memFree=1613632/2055920 swapFree=4122924/4192956
[pid=32351] ppid=32349 vsize=47556 CPUtime=0.01
/proc/32351/stat : 32351 (galacE.sh) S 32349 32351 32043 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1559045335 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 252429134682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32351/statm: 11889 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+0.701999 s]
/proc/loadavg: 2.01 2.01 2.00 4/80 32351
/proc/meminfo: memFree=1613632/2055920 swapFree=4122924/4192956
[pid=32351] ppid=32349 vsize=47556 CPUtime=0.01
/proc/32351/stat : 32351 (galacE.sh) S 32349 32351 32043 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1559045335 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 252429134682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32351/statm: 11889 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+1.50108 s]
/proc/loadavg: 2.01 2.01 2.00 3/90 32373
/proc/meminfo: memFree=1543216/2055920 swapFree=4122924/4192956
[pid=32351] ppid=32349 vsize=47556 CPUtime=0.01
/proc/32351/stat : 32351 (galacE.sh) S 32349 32351 32043 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1559045335 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 252429134682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32351/statm: 11889 364 245 79 0 219 0
[pid=32365] ppid=32351 vsize=812548 CPUtime=1.44
/proc/32365/stat : 32365 (java) S 32351 32351 32043 0 -1 0 19881 0 1 0 133 11 0 0 18 0 9 0 1559045338 832049152 19298 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32365/statm: 203137 19298 1911 9 0 197171 0
[pid=32365/tid=32366] ppid=32351 vsize=812548 CPUtime=1.12
/proc/32365/task/32366/stat : 32366 (java) R 32351 32351 32043 0 -1 64 14531 0 1 0 104 8 0 0 25 0 9 0 1559045339 832049152 19298 996147200 134512640 134550740 4294955600 18446744073709551615 4126123157 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32365/tid=32367] ppid=32351 vsize=812548 CPUtime=0.03
/proc/32365/task/32367/stat : 32367 (java) S 32351 32351 32043 0 -1 64 3792 0 0 0 2 1 0 0 16 0 9 0 1559045341 832049152 19298 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32365/tid=32368] ppid=32351 vsize=812548 CPUtime=0
/proc/32365/task/32368/stat : 32368 (java) S 32351 32351 32043 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1559045341 832049152 19298 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32365/tid=32369] ppid=32351 vsize=812548 CPUtime=0
/proc/32365/task/32369/stat : 32369 (java) S 32351 32351 32043 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1559045341 832049152 19298 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32365/tid=32370] ppid=32351 vsize=812548 CPUtime=0
/proc/32365/task/32370/stat : 32370 (java) S 32351 32351 32043 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1559045343 832049152 19298 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32365/tid=32371] ppid=32351 vsize=812548 CPUtime=0.26
/proc/32365/task/32371/stat : 32371 (java) S 32351 32351 32043 0 -1 64 859 0 0 0 26 0 0 0 15 0 9 0 1559045343 832049152 19298 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32365/tid=32372] ppid=32351 vsize=812548 CPUtime=0
/proc/32365/task/32372/stat : 32372 (java) S 32351 32351 32043 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1559045343 832049152 19298 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32365/tid=32373] ppid=32351 vsize=812548 CPUtime=0
/proc/32365/task/32373/stat : 32373 (java) S 32351 32351 32043 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1559045343 832049152 19298 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 860104

[startup+3.10124 s]
/proc/loadavg: 2.01 2.01 2.00 3/82 32374
/proc/meminfo: memFree=1609584/2055920 swapFree=4122924/4192956
[pid=32351] ppid=32349 vsize=47556 CPUtime=1.99
/proc/32351/stat : 32351 (galacE.sh) S 32349 32351 32043 0 -1 4194304 799 23046 0 1 0 0 184 15 17 0 1 0 1559045335 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 252429134682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32351/statm: 11889 364 245 79 0 219 0
[pid=32374] ppid=32351 vsize=4800 CPUtime=1.04
/proc/32374/stat : 32374 (eSAT_static) R 32351 32351 32043 0 -1 4194304 1076 0 0 0 104 0 0 0 25 0 1 0 1559045539 4915200 973 996147200 134512640 135177480 4294955968 18446744073709551615 134565509 0 0 4096 3 0 0 0 17 1 0 0
/proc/32374/statm: 1200 973 81 162 0 1035 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 52356

[startup+6.30156 s]
/proc/loadavg: 2.01 2.01 2.00 3/82 32374
/proc/meminfo: memFree=1607024/2055920 swapFree=4122924/4192956
[pid=32351] ppid=32349 vsize=47556 CPUtime=1.99
/proc/32351/stat : 32351 (galacE.sh) S 32349 32351 32043 0 -1 4194304 799 23046 0 1 0 0 184 15 17 0 1 0 1559045335 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 252429134682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32351/statm: 11889 364 245 79 0 219 0
[pid=32374] ppid=32351 vsize=6704 CPUtime=4.21
/proc/32374/stat : 32374 (eSAT_static) R 32351 32351 32043 0 -1 4194304 1531 0 0 0 420 1 0 0 25 0 1 0 1559045539 6864896 1428 996147200 134512640 135177480 4294955968 18446744073709551615 134564585 0 0 4096 3 0 0 0 17 1 0 0
/proc/32374/statm: 1676 1428 81 162 0 1511 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 54260

[startup+12.7012 s]
/proc/loadavg: 2.09 2.03 2.01 3/82 32374
/proc/meminfo: memFree=1605104/2055920 swapFree=4122924/4192956
[pid=32351] ppid=32349 vsize=47556 CPUtime=1.99
/proc/32351/stat : 32351 (galacE.sh) S 32349 32351 32043 0 -1 4194304 799 23046 0 1 0 0 184 15 17 0 1 0 1559045335 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 252429134682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32351/statm: 11889 364 245 79 0 219 0
[pid=32374] ppid=32351 vsize=8720 CPUtime=10.54
/proc/32374/stat : 32374 (eSAT_static) R 32351 32351 32043 0 -1 4194304 2052 0 0 0 1053 1 0 0 25 0 1 0 1559045539 8929280 1949 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/32374/statm: 2180 1949 81 162 0 2015 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 56276

[startup+25.5025 s]
/proc/loadavg: 2.07 2.03 2.00 3/82 32374
/proc/meminfo: memFree=1602992/2055920 swapFree=4122924/4192956
[pid=32351] ppid=32349 vsize=47556 CPUtime=1.99
/proc/32351/stat : 32351 (galacE.sh) S 32349 32351 32043 0 -1 4194304 799 23046 0 1 0 0 184 15 17 0 1 0 1559045335 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 252429134682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32351/statm: 11889 364 245 79 0 219 0
[pid=32374] ppid=32351 vsize=10660 CPUtime=23.23
/proc/32374/stat : 32374 (eSAT_static) R 32351 32351 32043 0 -1 4194304 2502 0 0 0 2321 2 0 0 25 0 1 0 1559045539 10915840 2399 996147200 134512640 135177480 4294955968 18446744073709551615 134565364 0 0 4096 3 0 0 0 17 1 0 0
/proc/32374/statm: 2665 2399 81 162 0 2500 0
Current children cumulated CPU time (s) 25.22
Current children cumulated vsize (KiB) 58216

[startup+51.103 s]
/proc/loadavg: 2.05 2.02 2.00 3/82 32374
/proc/meminfo: memFree=1597424/2055920 swapFree=4122924/4192956
[pid=32351] ppid=32349 vsize=47556 CPUtime=1.99
/proc/32351/stat : 32351 (galacE.sh) S 32349 32351 32043 0 -1 4194304 799 23046 0 1 0 0 184 15 17 0 1 0 1559045335 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 252429134682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32351/statm: 11889 364 245 79 0 219 0
[pid=32374] ppid=32351 vsize=16140 CPUtime=48.58
/proc/32374/stat : 32374 (eSAT_static) R 32351 32351 32043 0 -1 4194304 3890 0 0 0 4855 3 0 0 25 0 1 0 1559045539 16527360 3787 996147200 134512640 135177480 4294955968 18446744073709551615 134565292 0 0 4096 3 0 0 0 17 1 0 0
/proc/32374/statm: 4035 3787 81 162 0 3870 0
Current children cumulated CPU time (s) 50.57
Current children cumulated vsize (KiB) 63696

[startup+102.306 s]
/proc/loadavg: 2.02 2.02 2.00 3/82 32374
/proc/meminfo: memFree=1590448/2055920 swapFree=4122924/4192956
[pid=32351] ppid=32349 vsize=47556 CPUtime=1.99
/proc/32351/stat : 32351 (galacE.sh) S 32349 32351 32043 0 -1 4194304 799 23046 0 1 0 0 184 15 17 0 1 0 1559045335 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 252429134682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32351/statm: 11889 364 245 79 0 219 0
[pid=32374] ppid=32351 vsize=23196 CPUtime=99.3
/proc/32374/stat : 32374 (eSAT_static) R 32351 32351 32043 0 -1 4194304 5611 0 0 0 9925 5 0 0 25 0 1 0 1559045539 23752704 5508 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/32374/statm: 5799 5508 81 162 0 5634 0
Current children cumulated CPU time (s) 101.29
Current children cumulated vsize (KiB) 70752

[startup+162.302 s]
/proc/loadavg: 2.05 2.03 2.00 3/82 32374
/proc/meminfo: memFree=1586160/2055920 swapFree=4122924/4192956
[pid=32351] ppid=32349 vsize=47556 CPUtime=1.99
/proc/32351/stat : 32351 (galacE.sh) S 32349 32351 32043 0 -1 4194304 799 23046 0 1 0 0 184 15 17 0 1 0 1559045335 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 252429134682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32351/statm: 11889 364 245 79 0 219 0
[pid=32374] ppid=32351 vsize=27320 CPUtime=158.74
/proc/32374/stat : 32374 (eSAT_static) R 32351 32351 32043 0 -1 4194304 6666 0 0 0 15868 6 0 0 25 0 1 0 1559045539 27975680 6563 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/32374/statm: 6830 6563 81 162 0 6665 0
Current children cumulated CPU time (s) 160.73
Current children cumulated vsize (KiB) 74876

[startup+222.302 s]
/proc/loadavg: 2.05 2.03 2.00 3/82 32374
/proc/meminfo: memFree=1576688/2055920 swapFree=4122924/4192956
[pid=32351] ppid=32349 vsize=47556 CPUtime=1.99
/proc/32351/stat : 32351 (galacE.sh) S 32349 32351 32043 0 -1 4194304 799 23046 0 1 0 0 184 15 17 0 1 0 1559045335 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 252429134682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32351/statm: 11889 364 245 79 0 219 0
[pid=32374] ppid=32351 vsize=36788 CPUtime=218.18
/proc/32374/stat : 32374 (eSAT_static) R 32351 32351 32043 0 -1 4194304 9023 0 0 0 21810 8 0 0 25 0 1 0 1559045539 37670912 8920 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/32374/statm: 9197 8920 81 162 0 9032 0
Current children cumulated CPU time (s) 220.17
Current children cumulated vsize (KiB) 84344

[startup+282.302 s]
/proc/loadavg: 2.05 2.04 2.00 3/82 32374
/proc/meminfo: memFree=1576432/2055920 swapFree=4122924/4192956
[pid=32351] ppid=32349 vsize=47556 CPUtime=1.99
/proc/32351/stat : 32351 (galacE.sh) S 32349 32351 32043 0 -1 4194304 799 23046 0 1 0 0 184 15 17 0 1 0 1559045335 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 252429134682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32351/statm: 11889 364 245 79 0 219 0
[pid=32374] ppid=32351 vsize=37080 CPUtime=277.62
/proc/32374/stat : 32374 (eSAT_static) R 32351 32351 32043 0 -1 4194304 9067 0 0 0 27754 8 0 0 25 0 1 0 1559045539 37969920 8964 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/32374/statm: 9270 8964 81 162 0 9105 0
Current children cumulated CPU time (s) 279.61
Current children cumulated vsize (KiB) 84636

[startup+342.302 s]
/proc/loadavg: 2.20 2.08 2.01 3/74 32404
/proc/meminfo: memFree=1638824/2055920 swapFree=4122924/4192956
[pid=32351] ppid=32349 vsize=47556 CPUtime=1.99
/proc/32351/stat : 32351 (galacE.sh) S 32349 32351 32043 0 -1 4194304 799 23046 0 1 0 0 184 15 17 0 1 0 1559045335 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 252429134682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32351/statm: 11889 364 245 79 0 219 0
[pid=32374] ppid=32351 vsize=43448 CPUtime=337.35
/proc/32374/stat : 32374 (eSAT_static) R 32351 32351 32043 0 -1 4194304 10683 0 0 0 33724 11 0 0 25 0 1 0 1559045539 44490752 10580 996147200 134512640 135177480 4294955968 18446744073709551615 134565395 0 0 4096 3 0 0 0 17 0 0 0

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

/proc/32351/statm: 11889 364 245 79 0 219 0
[pid=32374] ppid=32351 vsize=50100 CPUtime=577.11
/proc/32374/stat : 32374 (eSAT_static) R 32351 32351 32043 0 -1 4194304 12265 0 0 0 57694 17 0 0 25 0 1 0 1559045539 51302400 12162 996147200 134512640 135177480 4294955968 18446744073709551615 134565379 0 0 4096 3 0 0 0 17 0 0 0
/proc/32374/statm: 12525 12162 81 162 0 12360 0
Current children cumulated CPU time (s) 579.1
Current children cumulated vsize (KiB) 97656

[startup+642.302 s]
/proc/loadavg: 2.00 2.03 2.00 3/86 32515
/proc/meminfo: memFree=1542088/2055920 swapFree=4122924/4192956
[pid=32351] ppid=32349 vsize=47556 CPUtime=1.99
/proc/32351/stat : 32351 (galacE.sh) S 32349 32351 32043 0 -1 4194304 799 23046 0 1 0 0 184 15 17 0 1 0 1559045335 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 252429134682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32351/statm: 11889 364 245 79 0 219 0
[pid=32374] ppid=32351 vsize=50604 CPUtime=637.06
/proc/32374/stat : 32374 (eSAT_static) R 32351 32351 32043 0 -1 4194304 12382 0 0 0 63689 17 0 0 25 0 1 0 1559045539 51818496 12279 996147200 134512640 135177480 4294955968 18446744073709551615 134556856 0 0 4096 3 0 0 0 17 0 0 0
/proc/32374/statm: 12651 12279 81 162 0 12486 0
Current children cumulated CPU time (s) 639.05
Current children cumulated vsize (KiB) 98160

[startup+702.302 s]
/proc/loadavg: 2.00 2.02 2.00 3/86 32515
/proc/meminfo: memFree=1535944/2055920 swapFree=4122924/4192956
[pid=32351] ppid=32349 vsize=47556 CPUtime=1.99
/proc/32351/stat : 32351 (galacE.sh) S 32349 32351 32043 0 -1 4194304 799 23046 0 1 0 0 184 15 17 0 1 0 1559045335 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 252429134682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32351/statm: 11889 364 245 79 0 219 0
[pid=32374] ppid=32351 vsize=56712 CPUtime=697
/proc/32374/stat : 32374 (eSAT_static) R 32351 32351 32043 0 -1 4194304 13925 0 0 0 69681 19 0 0 25 0 1 0 1559045539 58073088 13822 996147200 134512640 135177480 4294955968 18446744073709551615 134565325 0 0 4096 3 0 0 0 17 0 0 0
/proc/32374/statm: 14178 13822 81 162 0 14013 0
Current children cumulated CPU time (s) 698.99
Current children cumulated vsize (KiB) 104268

[startup+762.307 s]
/proc/loadavg: 2.00 2.01 2.00 3/86 32515
/proc/meminfo: memFree=1529032/2055920 swapFree=4122924/4192956
[pid=32351] ppid=32349 vsize=47556 CPUtime=1.99
/proc/32351/stat : 32351 (galacE.sh) S 32349 32351 32043 0 -1 4194304 799 23046 0 1 0 0 184 15 17 0 1 0 1559045335 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 252429134682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32351/statm: 11889 364 245 79 0 219 0
[pid=32374] ppid=32351 vsize=63592 CPUtime=756.96
/proc/32374/stat : 32374 (eSAT_static) R 32351 32351 32043 0 -1 4194304 15645 0 0 0 75674 22 0 0 25 0 1 0 1559045539 65118208 15542 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/32374/statm: 15898 15542 81 162 0 15733 0
Current children cumulated CPU time (s) 758.95
Current children cumulated vsize (KiB) 111148

[startup+822.302 s]
/proc/loadavg: 2.00 2.01 2.00 3/86 32515
/proc/meminfo: memFree=1522192/2055920 swapFree=4122924/4192956
[pid=32351] ppid=32349 vsize=47556 CPUtime=1.99
/proc/32351/stat : 32351 (galacE.sh) S 32349 32351 32043 0 -1 4194304 799 23046 0 1 0 0 184 15 17 0 1 0 1559045335 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 252429134682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32351/statm: 11889 364 245 79 0 219 0
[pid=32374] ppid=32351 vsize=70888 CPUtime=816.91
/proc/32374/stat : 32374 (eSAT_static) R 32351 32351 32043 0 -1 4194304 17374 0 0 0 81667 24 0 0 25 0 1 0 1559045539 72589312 17271 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/32374/statm: 17722 17271 81 162 0 17557 0
Current children cumulated CPU time (s) 818.9
Current children cumulated vsize (KiB) 118444

[startup+882.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 32515
/proc/meminfo: memFree=1515920/2055920 swapFree=4122924/4192956
[pid=32351] ppid=32349 vsize=47556 CPUtime=1.99
/proc/32351/stat : 32351 (galacE.sh) S 32349 32351 32043 0 -1 4194304 799 23046 0 1 0 0 184 15 17 0 1 0 1559045335 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 252429134682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32351/statm: 11889 364 245 79 0 219 0
[pid=32374] ppid=32351 vsize=76956 CPUtime=876.86
/proc/32374/stat : 32374 (eSAT_static) R 32351 32351 32043 0 -1 4194304 18916 0 0 0 87659 27 0 0 25 0 1 0 1559045539 78802944 18813 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/32374/statm: 19239 18813 81 162 0 19074 0
Current children cumulated CPU time (s) 878.85
Current children cumulated vsize (KiB) 124512

[startup+942.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 32515
/proc/meminfo: memFree=1512912/2055920 swapFree=4122924/4192956
[pid=32351] ppid=32349 vsize=47556 CPUtime=1.99
/proc/32351/stat : 32351 (galacE.sh) S 32349 32351 32043 0 -1 4194304 799 23046 0 1 0 0 184 15 17 0 1 0 1559045335 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 252429134682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32351/statm: 11889 364 245 79 0 219 0
[pid=32374] ppid=32351 vsize=79928 CPUtime=936.81
/proc/32374/stat : 32374 (eSAT_static) R 32351 32351 32043 0 -1 4194304 19656 0 0 0 93653 28 0 0 25 0 1 0 1559045539 81846272 19553 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/32374/statm: 19982 19553 81 162 0 19817 0
Current children cumulated CPU time (s) 938.8
Current children cumulated vsize (KiB) 127484

[startup+1002.3 s]
/proc/loadavg: 2.16 2.03 2.01 3/86 32515
/proc/meminfo: memFree=1451408/2055920 swapFree=4122924/4192956
[pid=32351] ppid=32349 vsize=47556 CPUtime=1.99
/proc/32351/stat : 32351 (galacE.sh) S 32349 32351 32043 0 -1 4194304 799 23046 0 1 0 0 184 15 17 0 1 0 1559045335 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 252429134682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32351/statm: 11889 364 245 79 0 219 0
[pid=32374] ppid=32351 vsize=79928 CPUtime=996.6
/proc/32374/stat : 32374 (eSAT_static) R 32351 32351 32043 0 -1 4194304 19658 0 0 0 99632 28 0 0 25 0 1 0 1559045539 81846272 19555 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/32374/statm: 19982 19555 81 162 0 19817 0
Current children cumulated CPU time (s) 998.59
Current children cumulated vsize (KiB) 127484

[startup+1062.3 s]
/proc/loadavg: 2.06 2.03 2.00 3/86 32515
/proc/meminfo: memFree=1451280/2055920 swapFree=4122924/4192956
[pid=32351] ppid=32349 vsize=47556 CPUtime=1.99
/proc/32351/stat : 32351 (galacE.sh) S 32349 32351 32043 0 -1 4194304 799 23046 0 1 0 0 184 15 17 0 1 0 1559045335 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 252429134682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32351/statm: 11889 364 245 79 0 219 0
[pid=32374] ppid=32351 vsize=80096 CPUtime=1056.55
/proc/32374/stat : 32374 (eSAT_static) R 32351 32351 32043 0 -1 4194304 19690 0 0 0 105627 28 0 0 25 0 1 0 1559045539 82018304 19587 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/32374/statm: 20024 19587 81 162 0 19859 0
Current children cumulated CPU time (s) 1058.54
Current children cumulated vsize (KiB) 127652

[startup+1122.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/86 32515
/proc/meminfo: memFree=1451152/2055920 swapFree=4122924/4192956
[pid=32351] ppid=32349 vsize=47556 CPUtime=1.99
/proc/32351/stat : 32351 (galacE.sh) S 32349 32351 32043 0 -1 4194304 799 23046 0 1 0 0 184 15 17 0 1 0 1559045335 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 252429134682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32351/statm: 11889 364 245 79 0 219 0
[pid=32374] ppid=32351 vsize=80236 CPUtime=1116.49
/proc/32374/stat : 32374 (eSAT_static) R 32351 32351 32043 0 -1 4194304 19712 0 0 0 111621 28 0 0 25 0 1 0 1559045539 82161664 19609 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/32374/statm: 20059 19609 81 162 0 19894 0
Current children cumulated CPU time (s) 1118.48
Current children cumulated vsize (KiB) 127792

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

[startup+1123.11 s]
/proc/loadavg: 2.02 2.02 2.00 3/86 32515
/proc/meminfo: memFree=1451152/2055920 swapFree=4122924/4192956
[pid=32351] ppid=32349 vsize=47556 CPUtime=1.99
/proc/32351/stat : 32351 (galacE.sh) S 32349 32351 32043 0 -1 4194304 799 23046 0 1 0 0 184 15 17 0 1 0 1559045335 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 252429134682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32351/statm: 11889 364 245 79 0 219 0
[pid=32374] ppid=32351 vsize=80236 CPUtime=1117.3
/proc/32374/stat : 32374 (eSAT_static) R 32351 32351 32043 0 -1 4194304 19712 0 0 0 111702 28 0 0 25 0 1 0 1559045539 82161664 19609 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/32374/statm: 20059 19609 81 162 0 19894 0
Current children cumulated CPU time (s) 1119.29
Current children cumulated vsize (KiB) 127792

[startup+1124.7 s]
/proc/loadavg: 2.02 2.02 2.00 3/86 32515
/proc/meminfo: memFree=1451088/2055920 swapFree=4122924/4192956
[pid=32351] ppid=32349 vsize=47556 CPUtime=1.99
/proc/32351/stat : 32351 (galacE.sh) S 32349 32351 32043 0 -1 4194304 799 23046 0 1 0 0 184 15 17 0 1 0 1559045335 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 252429134682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32351/statm: 11889 364 245 79 0 219 0
[pid=32374] ppid=32351 vsize=80236 CPUtime=1118.89
/proc/32374/stat : 32374 (eSAT_static) R 32351 32351 32043 0 -1 4194304 19712 0 0 0 111861 28 0 0 25 0 1 0 1559045539 82161664 19609 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/32374/statm: 20059 19609 81 162 0 19894 0
Current children cumulated CPU time (s) 1120.88
Current children cumulated vsize (KiB) 127792

[startup+1126.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/86 32515
/proc/meminfo: memFree=1451088/2055920 swapFree=4122924/4192956
[pid=32351] ppid=32349 vsize=47556 CPUtime=1.99
/proc/32351/stat : 32351 (galacE.sh) S 32349 32351 32043 0 -1 4194304 799 23046 0 1 0 0 184 15 17 0 1 0 1559045335 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 252429134682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32351/statm: 11889 364 245 79 0 219 0
[pid=32374] ppid=32351 vsize=80236 CPUtime=1120.5
/proc/32374/stat : 32374 (eSAT_static) R 32351 32351 32043 0 -1 4194304 19712 0 0 0 112022 28 0 0 25 0 1 0 1559045539 82161664 19609 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/32374/statm: 20059 19609 81 162 0 19894 0
Current children cumulated CPU time (s) 1122.49
Current children cumulated vsize (KiB) 127792

[startup+1126.7 s]
/proc/loadavg: 2.02 2.02 2.00 3/86 32515
/proc/meminfo: memFree=1451088/2055920 swapFree=4122924/4192956
[pid=32351] ppid=32349 vsize=47556 CPUtime=1122.52
/proc/32351/stat : 32351 (galacE.sh) S 32349 32351 32043 0 -1 4194304 835 42770 0 1 0 0 112208 44 16 0 1 0 1559045335 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 252429697106 0 0 4096 73728 18446744071563648864 0 0 17 0 0 0
/proc/32351/statm: 11889 365 245 79 0 219 0
Current children cumulated CPU time (s) 1122.52
Current children cumulated vsize (KiB) 47556

[startup+1127.1 s]
/proc/loadavg: 2.02 2.02 2.00 3/86 32515
/proc/meminfo: memFree=1451088/2055920 swapFree=4122924/4192956
[pid=32351] ppid=32349 vsize=47556 CPUtime=1122.52
/proc/32351/stat : 32351 (galacE.sh) S 32349 32351 32043 0 -1 4194304 842 42770 0 1 0 0 112208 44 15 0 1 0 1559045335 48697344 366 996147200 4194304 4520092 548682068832 18446744073709551615 252429697106 0 0 4096 73728 18446744071563648864 0 0 17 0 0 0
/proc/32351/statm: 11889 366 245 79 0 219 0
Current children cumulated CPU time (s) 1122.52
Current children cumulated vsize (KiB) 47556

Child status: 0
Real time (s): 1127.13
CPU time (s): 1123.3
CPU user time (s): 1122.75
CPU system time (s): 0.548916
CPU usage (%): 99.6603
Max. virtual memory (cumulated for all children) (KiB): 860104

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1122.75
system time used= 0.548916
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 57106
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2057
involuntary context switches= 11308

runsolver used 1.38279 second user time and 3.63045 second system time

The end

Launcher Data (download as text)

Begin job on node12 at 2008-07-05 23:35:03
IDJOB=1101555
IDBENCH=60050
IDSOLVER=351
FILE ID=node12/1101555-1215293703
PBS_JOBID= 7882385
Free space on /tmp= 66356 MiB

SOLVER NAME= galac E
BENCH NAME= CPAI08/csp/rand-2-40-19-fcd/normalized-rand-2-40-19-443-230-fcd-41_ext.xml
COMMAND LINE= HOME/galacE.sh BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1101555-1215293703/watcher-1101555-1215293703 -o /tmp/evaluation-result-1101555-1215293703/solver-1101555-1215293703 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/galacE.sh HOME/instance-1101555-1215293703.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 1fc04d1398e0254b5b3bf41ada6a47d9
RANDOM SEED=1618476795

node12.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.236
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.236
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:       1614112 kB
Buffers:         58148 kB
Cached:         164504 kB
SwapCached:      64104 kB
Active:         294840 kB
Inactive:        89364 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1614112 kB
SwapTotal:     4192956 kB
SwapFree:      4122924 kB
Dirty:            3300 kB
Writeback:           0 kB
Mapped:         175092 kB
Slab:            42520 kB
Committed_AS:  3906740 kB
PageTables:       2108 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= 66360 MiB
End job on node12 at 2008-07-05 23:53:50