Trace number 1082998

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 189.036 190.872

General information on the benchmark

Namecsp/varDimacs/
normalized-hole-09_ext.xml
MD5SUMa7b081257f5aa191231fd9b0489811af
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.037994
Satisfiable
(Un)Satisfiability was proved
Number of variables90
Number of constraints415
Maximum constraint arity9
Maximum domain size2
Number of constraints which are defined in extension415
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.71	c start processing
0.01/0.71	c start relation processing
0.01/0.75	c start cnf exporting
0.01/0.91	c parsing time : 0.591
0.01/0.92	c preprocessing time : 0.793
0.01/0.92	
0.01/0.92	c Nary constraints - conflicts : 10 supports : 0
0.01/0.92	c Binary constraints - conflicts : 405 supports :0
0.01/0.92	c max arity constraint : 9
0.01/0.92	c Max Tuples generated 0
0.01/0.92	c relations : 2
0.01/0.92	c relations BDD: 1
0.01/0.92	c sampling 0/0
0.01/0.92	c vars : 181 - clauses :  675
0.01/0.92	
0.01/0.94	 
0.01/0.94	c --- SAT Solver Stats ---
0.01/0.94	 
0.01/0.94	c eSAT 0.1 : minisat core with additionnal features
0.01/0.94	c ============================[ Problem Statistics ]=============================
0.01/0.94	c |                                                                             |
0.01/0.94	c |  Number of variables:  180                                                  |
0.01/0.94	c |  Number of clauses:    675                                                  |
0.01/0.94	c |  Parsing time:         0.00         s                                       |
188.94/190.86	c restarts              : 326
188.94/190.86	c conflicts             : 244643         (1301 /sec)
188.94/190.86	c decisions             : 303723         (2.29 % random) (1615 /sec)
188.94/190.86	c euip                  : 20462       
188.94/190.86	c propagations          : 2856793        (15189 /sec)
188.94/190.86	c conflict literals     : 6297673        (16.25 % deleted)
188.94/190.86	c Memory used           : 17.33 MB
188.94/190.86	c CPU time              : 188.085 s
188.94/190.86	c 
188.94/190.86	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-1082998-1215224476/watcher-1082998-1215224476 -o /tmp/evaluation-result-1082998-1215224476/solver-1082998-1215224476 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1082998-1215224476.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.93 1.98 1.99 4/73 25661
/proc/meminfo: memFree=1413616/2055920 swapFree=4179784/4192956
[pid=25661] ppid=25659 vsize=18572 CPUtime=0
/proc/25661/stat : 25661 (runsolver) R 25659 25661 23668 0 -1 4194368 15 0 0 0 0 0 0 0 21 0 1 0 2001419145 19017728 292 996147200 4194304 4296836 548682068496 18446744073709551615 250968861991 0 0 4096 24578 0 0 0 17 1 0 0
/proc/25661/statm: 4643 292 257 25 0 2626 0

[startup+0.064466 s]
/proc/loadavg: 1.93 1.98 1.99 4/73 25661
/proc/meminfo: memFree=1413616/2055920 swapFree=4179784/4192956
[pid=25661] ppid=25659 vsize=47576 CPUtime=0.01
/proc/25661/stat : 25661 (galacE.sh) S 25659 25661 23668 0 -1 4194304 765 1698 0 0 0 1 0 0 18 0 1 0 2001419145 48717824 364 996147200 4194304 4520092 548682068832 18446744073709551615 250968468314 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25661/statm: 11894 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47576

[startup+0.102154 s]
/proc/loadavg: 1.93 1.98 1.99 4/73 25661
/proc/meminfo: memFree=1413616/2055920 swapFree=4179784/4192956
[pid=25661] ppid=25659 vsize=47576 CPUtime=0.01
/proc/25661/stat : 25661 (galacE.sh) S 25659 25661 23668 0 -1 4194304 765 1698 0 0 0 1 0 0 18 0 1 0 2001419145 48717824 364 996147200 4194304 4520092 548682068832 18446744073709551615 250968468314 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25661/statm: 11894 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47576

[startup+0.302192 s]
/proc/loadavg: 1.93 1.98 1.99 4/73 25661
/proc/meminfo: memFree=1413616/2055920 swapFree=4179784/4192956
[pid=25661] ppid=25659 vsize=47576 CPUtime=0.01
/proc/25661/stat : 25661 (galacE.sh) S 25659 25661 23668 0 -1 4194304 765 1698 0 0 0 1 0 0 18 0 1 0 2001419145 48717824 364 996147200 4194304 4520092 548682068832 18446744073709551615 250968468314 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25661/statm: 11894 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47576

[startup+0.702262 s]
/proc/loadavg: 1.93 1.98 1.99 4/73 25661
/proc/meminfo: memFree=1413616/2055920 swapFree=4179784/4192956
[pid=25661] ppid=25659 vsize=47576 CPUtime=0.01
/proc/25661/stat : 25661 (galacE.sh) S 25659 25661 23668 0 -1 4194304 765 1698 0 0 0 1 0 0 18 0 1 0 2001419145 48717824 364 996147200 4194304 4520092 548682068832 18446744073709551615 250968468314 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25661/statm: 11894 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47576

[startup+1.5014 s]
/proc/loadavg: 1.93 1.98 1.99 3/75 25684
/proc/meminfo: memFree=1412576/2055920 swapFree=4179784/4192956
[pid=25661] ppid=25659 vsize=47576 CPUtime=0.89
/proc/25661/stat : 25661 (galacE.sh) S 25659 25661 23668 0 -1 4194304 799 10965 0 1 0 1 80 8 16 0 1 0 2001419145 48717824 364 996147200 4194304 4520092 548682068832 18446744073709551615 250968468314 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25661/statm: 11894 364 245 79 0 219 0
[pid=25684] ppid=25661 vsize=3052 CPUtime=0.54
/proc/25684/stat : 25684 (eSAT_static) R 25661 25661 23668 0 -1 4194304 414 0 0 0 54 0 0 0 23 0 1 0 2001419240 3125248 396 996147200 134512640 135177480 4294955968 18446744073709551615 134565388 0 0 4096 3 0 0 0 17 1 0 0
/proc/25684/statm: 763 396 80 162 0 598 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 50628

[startup+3.10168 s]
/proc/loadavg: 2.01 2.00 2.00 3/75 25684
/proc/meminfo: memFree=1411104/2055920 swapFree=4179784/4192956
[pid=25661] ppid=25659 vsize=47576 CPUtime=0.89
/proc/25661/stat : 25661 (galacE.sh) S 25659 25661 23668 0 -1 4194304 799 10965 0 1 0 1 80 8 16 0 1 0 2001419145 48717824 364 996147200 4194304 4520092 548682068832 18446744073709551615 250968468314 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25661/statm: 11894 364 245 79 0 219 0
[pid=25684] ppid=25661 vsize=3872 CPUtime=2.13
/proc/25684/stat : 25684 (eSAT_static) R 25661 25661 23668 0 -1 4194304 637 0 0 0 213 0 0 0 25 0 1 0 2001419240 3964928 619 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/25684/statm: 968 619 80 162 0 803 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 51448

[startup+6.30126 s]
/proc/loadavg: 2.01 2.00 2.00 3/75 25684
/proc/meminfo: memFree=1409696/2055920 swapFree=4179784/4192956
[pid=25661] ppid=25659 vsize=47576 CPUtime=0.89
/proc/25661/stat : 25661 (galacE.sh) S 25659 25661 23668 0 -1 4194304 799 10965 0 1 0 1 80 8 16 0 1 0 2001419145 48717824 364 996147200 4194304 4520092 548682068832 18446744073709551615 250968468314 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25661/statm: 11894 364 245 79 0 219 0
[pid=25684] ppid=25661 vsize=5092 CPUtime=5.29
/proc/25684/stat : 25684 (eSAT_static) R 25661 25661 23668 0 -1 4194304 940 0 0 0 529 0 0 0 25 0 1 0 2001419240 5214208 922 996147200 134512640 135177480 4294955968 18446744073709551615 134565337 0 0 4096 3 0 0 0 17 1 0 0
/proc/25684/statm: 1273 922 80 162 0 1108 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 52668

[startup+12.7014 s]
/proc/loadavg: 2.01 2.00 2.00 3/75 25684
/proc/meminfo: memFree=1407968/2055920 swapFree=4179784/4192956
[pid=25661] ppid=25659 vsize=47576 CPUtime=0.89
/proc/25661/stat : 25661 (galacE.sh) S 25659 25661 23668 0 -1 4194304 799 10965 0 1 0 1 80 8 16 0 1 0 2001419145 48717824 364 996147200 4194304 4520092 548682068832 18446744073709551615 250968468314 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25661/statm: 11894 364 245 79 0 219 0
[pid=25684] ppid=25661 vsize=6356 CPUtime=11.63
/proc/25684/stat : 25684 (eSAT_static) R 25661 25661 23668 0 -1 4194304 1241 0 0 0 1163 0 0 0 25 0 1 0 2001419240 6508544 1223 996147200 134512640 135177480 4294955968 18446744073709551615 134565379 0 0 4096 3 0 0 0 17 1 0 0
/proc/25684/statm: 1589 1223 80 162 0 1424 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 53932

[startup+25.5027 s]
/proc/loadavg: 2.01 2.00 2.00 3/75 25684
/proc/meminfo: memFree=1406560/2055920 swapFree=4179784/4192956
[pid=25661] ppid=25659 vsize=47576 CPUtime=0.89
/proc/25661/stat : 25661 (galacE.sh) S 25659 25661 23668 0 -1 4194304 799 10965 0 1 0 1 80 8 16 0 1 0 2001419145 48717824 364 996147200 4194304 4520092 548682068832 18446744073709551615 250968468314 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25661/statm: 11894 364 245 79 0 219 0
[pid=25684] ppid=25661 vsize=8172 CPUtime=24.32
/proc/25684/stat : 25684 (eSAT_static) R 25661 25661 23668 0 -1 4194304 1659 0 0 0 2431 1 0 0 25 0 1 0 2001419240 8368128 1641 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/25684/statm: 2043 1641 80 162 0 1878 0
Current children cumulated CPU time (s) 25.21
Current children cumulated vsize (KiB) 55748

[startup+51.1022 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 25684
/proc/meminfo: memFree=1404448/2055920 swapFree=4179784/4192956
[pid=25661] ppid=25659 vsize=47576 CPUtime=0.89
/proc/25661/stat : 25661 (galacE.sh) S 25659 25661 23668 0 -1 4194304 799 10965 0 1 0 1 80 8 16 0 1 0 2001419145 48717824 364 996147200 4194304 4520092 548682068832 18446744073709551615 250968468314 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25661/statm: 11894 364 245 79 0 219 0
[pid=25684] ppid=25661 vsize=10404 CPUtime=49.67
/proc/25684/stat : 25684 (eSAT_static) R 25661 25661 23668 0 -1 4194304 2170 0 0 0 4966 1 0 0 25 0 1 0 2001419240 10653696 2152 996147200 134512640 135177480 4294955968 18446744073709551615 134565342 0 0 4096 3 0 0 0 17 1 0 0
/proc/25684/statm: 2601 2152 80 162 0 2436 0
Current children cumulated CPU time (s) 50.56
Current children cumulated vsize (KiB) 57980

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 25684
/proc/meminfo: memFree=1402272/2055920 swapFree=4179784/4192956
[pid=25661] ppid=25659 vsize=47576 CPUtime=0.89
/proc/25661/stat : 25661 (galacE.sh) S 25659 25661 23668 0 -1 4194304 799 10965 0 1 0 1 80 8 16 0 1 0 2001419145 48717824 364 996147200 4194304 4520092 548682068832 18446744073709551615 250968468314 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25661/statm: 11894 364 245 79 0 219 0
[pid=25684] ppid=25661 vsize=12660 CPUtime=100.39
/proc/25684/stat : 25684 (eSAT_static) R 25661 25661 23668 0 -1 4194304 2690 0 0 0 10037 2 0 0 25 0 1 0 2001419240 12963840 2672 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/25684/statm: 3165 2672 80 162 0 3000 0
Current children cumulated CPU time (s) 101.28
Current children cumulated vsize (KiB) 60236

[startup+162.303 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 25684
/proc/meminfo: memFree=1398944/2055920 swapFree=4179784/4192956
[pid=25661] ppid=25659 vsize=47576 CPUtime=0.89
/proc/25661/stat : 25661 (galacE.sh) S 25659 25661 23668 0 -1 4194304 799 10965 0 1 0 1 80 8 16 0 1 0 2001419145 48717824 364 996147200 4194304 4520092 548682068832 18446744073709551615 250968468314 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25661/statm: 11894 364 245 79 0 219 0
[pid=25684] ppid=25661 vsize=16312 CPUtime=159.82
/proc/25684/stat : 25684 (eSAT_static) R 25661 25661 23668 0 -1 4194304 3575 0 0 0 15979 3 0 0 25 0 1 0 2001419240 16703488 3557 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/25684/statm: 4078 3557 80 162 0 3913 0
Current children cumulated CPU time (s) 160.71
Current children cumulated vsize (KiB) 63888

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

[startup+166.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 25684
/proc/meminfo: memFree=1398432/2055920 swapFree=4179784/4192956
[pid=25661] ppid=25659 vsize=47576 CPUtime=0.89
/proc/25661/stat : 25661 (galacE.sh) S 25659 25661 23668 0 -1 4194304 799 10965 0 1 0 1 80 8 16 0 1 0 2001419145 48717824 364 996147200 4194304 4520092 548682068832 18446744073709551615 250968468314 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25661/statm: 11894 364 245 79 0 219 0
[pid=25684] ppid=25661 vsize=16688 CPUtime=163.78
/proc/25684/stat : 25684 (eSAT_static) R 25661 25661 23668 0 -1 4194304 3637 0 0 0 16375 3 0 0 25 0 1 0 2001419240 17088512 3619 996147200 134512640 135177480 4294955968 18446744073709551615 134565521 0 0 4096 3 0 0 0 17 1 0 0
/proc/25684/statm: 4172 3619 80 162 0 4007 0
Current children cumulated CPU time (s) 164.67
Current children cumulated vsize (KiB) 64264

[startup+179.102 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 25684
/proc/meminfo: memFree=1397856/2055920 swapFree=4179784/4192956
[pid=25661] ppid=25659 vsize=47576 CPUtime=0.89
/proc/25661/stat : 25661 (galacE.sh) S 25659 25661 23668 0 -1 4194304 799 10965 0 1 0 1 80 8 16 0 1 0 2001419145 48717824 364 996147200 4194304 4520092 548682068832 18446744073709551615 250968468314 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25661/statm: 11894 364 245 79 0 219 0
[pid=25684] ppid=25661 vsize=17340 CPUtime=176.46
/proc/25684/stat : 25684 (eSAT_static) R 25661 25661 23668 0 -1 4194304 3783 0 0 0 17643 3 0 0 25 0 1 0 2001419240 17756160 3765 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/25684/statm: 4335 3765 80 162 0 4170 0
Current children cumulated CPU time (s) 177.35
Current children cumulated vsize (KiB) 64916

[startup+185.501 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 25684
/proc/meminfo: memFree=1397664/2055920 swapFree=4179784/4192956
[pid=25661] ppid=25659 vsize=47576 CPUtime=0.89
/proc/25661/stat : 25661 (galacE.sh) S 25659 25661 23668 0 -1 4194304 799 10965 0 1 0 1 80 8 16 0 1 0 2001419145 48717824 364 996147200 4194304 4520092 548682068832 18446744073709551615 250968468314 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25661/statm: 11894 364 245 79 0 219 0
[pid=25684] ppid=25661 vsize=17664 CPUtime=182.8
/proc/25684/stat : 25684 (eSAT_static) R 25661 25661 23668 0 -1 4194304 3851 0 0 0 18277 3 0 0 25 0 1 0 2001419240 18087936 3833 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/25684/statm: 4416 3833 80 162 0 4251 0
Current children cumulated CPU time (s) 183.69
Current children cumulated vsize (KiB) 65240

[startup+188.703 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 25684
/proc/meminfo: memFree=1397472/2055920 swapFree=4179784/4192956
[pid=25661] ppid=25659 vsize=47576 CPUtime=0.89
/proc/25661/stat : 25661 (galacE.sh) S 25659 25661 23668 0 -1 4194304 799 10965 0 1 0 1 80 8 16 0 1 0 2001419145 48717824 364 996147200 4194304 4520092 548682068832 18446744073709551615 250968468314 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25661/statm: 11894 364 245 79 0 219 0
[pid=25684] ppid=25661 vsize=17744 CPUtime=185.97
/proc/25684/stat : 25684 (eSAT_static) R 25661 25661 23668 0 -1 4194304 3871 0 0 0 18594 3 0 0 25 0 1 0 2001419240 18169856 3853 996147200 134512640 135177480 4294955968 18446744073709551615 134565271 0 0 4096 3 0 0 0 17 1 0 0
/proc/25684/statm: 4436 3853 80 162 0 4271 0
Current children cumulated CPU time (s) 186.86
Current children cumulated vsize (KiB) 65320

[startup+189.502 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 25684
/proc/meminfo: memFree=1397472/2055920 swapFree=4179784/4192956
[pid=25661] ppid=25659 vsize=47576 CPUtime=0.89
/proc/25661/stat : 25661 (galacE.sh) S 25659 25661 23668 0 -1 4194304 799 10965 0 1 0 1 80 8 16 0 1 0 2001419145 48717824 364 996147200 4194304 4520092 548682068832 18446744073709551615 250968468314 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25661/statm: 11894 364 245 79 0 219 0
[pid=25684] ppid=25661 vsize=17744 CPUtime=186.76
/proc/25684/stat : 25684 (eSAT_static) R 25661 25661 23668 0 -1 4194304 3871 0 0 0 18673 3 0 0 25 0 1 0 2001419240 18169856 3853 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/25684/statm: 4436 3853 80 162 0 4271 0
Current children cumulated CPU time (s) 187.65
Current children cumulated vsize (KiB) 65320

[startup+190.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 25684
/proc/meminfo: memFree=1397472/2055920 swapFree=4179784/4192956
[pid=25661] ppid=25659 vsize=47576 CPUtime=0.89
/proc/25661/stat : 25661 (galacE.sh) S 25659 25661 23668 0 -1 4194304 799 10965 0 1 0 1 80 8 16 0 1 0 2001419145 48717824 364 996147200 4194304 4520092 548682068832 18446744073709551615 250968468314 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25661/statm: 11894 364 245 79 0 219 0
[pid=25684] ppid=25661 vsize=17744 CPUtime=187.55
/proc/25684/stat : 25684 (eSAT_static) R 25661 25661 23668 0 -1 4194304 3872 0 0 0 18752 3 0 0 25 0 1 0 2001419240 18169856 3854 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/25684/statm: 4436 3854 80 162 0 4271 0
Current children cumulated CPU time (s) 188.44
Current children cumulated vsize (KiB) 65320

[startup+190.701 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 25684
/proc/meminfo: memFree=1397472/2055920 swapFree=4179784/4192956
[pid=25661] ppid=25659 vsize=47576 CPUtime=0.89
/proc/25661/stat : 25661 (galacE.sh) S 25659 25661 23668 0 -1 4194304 799 10965 0 1 0 1 80 8 16 0 1 0 2001419145 48717824 364 996147200 4194304 4520092 548682068832 18446744073709551615 250968468314 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25661/statm: 11894 364 245 79 0 219 0
[pid=25684] ppid=25661 vsize=17744 CPUtime=187.95
/proc/25684/stat : 25684 (eSAT_static) R 25661 25661 23668 0 -1 4194304 3872 0 0 0 18792 3 0 0 25 0 1 0 2001419240 18169856 3854 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/25684/statm: 4436 3854 80 162 0 4271 0
Current children cumulated CPU time (s) 188.84
Current children cumulated vsize (KiB) 65320

[startup+190.801 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 25684
/proc/meminfo: memFree=1397472/2055920 swapFree=4179784/4192956
[pid=25661] ppid=25659 vsize=47576 CPUtime=0.89
/proc/25661/stat : 25661 (galacE.sh) S 25659 25661 23668 0 -1 4194304 799 10965 0 1 0 1 80 8 16 0 1 0 2001419145 48717824 364 996147200 4194304 4520092 548682068832 18446744073709551615 250968468314 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25661/statm: 11894 364 245 79 0 219 0
[pid=25684] ppid=25661 vsize=17744 CPUtime=188.05
/proc/25684/stat : 25684 (eSAT_static) R 25661 25661 23668 0 -1 4194304 3872 0 0 0 18802 3 0 0 25 0 1 0 2001419240 18169856 3854 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/25684/statm: 4436 3854 80 162 0 4271 0
Current children cumulated CPU time (s) 188.94
Current children cumulated vsize (KiB) 65320

Child status: 0
Real time (s): 190.872
CPU time (s): 189.036
CPU user time (s): 188.897
CPU system time (s): 0.138978
CPU usage (%): 99.038
Max. virtual memory (cumulated for all children) (KiB): 65320

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 188.897
system time used= 0.138978
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15835
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= 877
involuntary context switches= 5056

runsolver used 0.212967 second user time and 0.665898 second system time

The end

Launcher Data (download as text)

Begin job on node56 at 2008-07-05 04:21:16
IDJOB=1082998
IDBENCH=57387
IDSOLVER=351
FILE ID=node56/1082998-1215224476
PBS_JOBID= 7881797
Free space on /tmp= 103236 MiB

SOLVER NAME= galac E
BENCH NAME= CPAI08/csp/varDimacs/normalized-hole-09_ext.xml
COMMAND LINE= HOME/galacE.sh BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1082998-1215224476/watcher-1082998-1215224476 -o /tmp/evaluation-result-1082998-1215224476/solver-1082998-1215224476 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/galacE.sh HOME/instance-1082998-1215224476.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= a7b081257f5aa191231fd9b0489811af
RANDOM SEED=1381607248

node56.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.265
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.265
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:       1414096 kB
Buffers:         16008 kB
Cached:         524144 kB
SwapCached:       7316 kB
Active:         133400 kB
Inactive:       446704 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1414096 kB
SwapTotal:     4192956 kB
SwapFree:      4179784 kB
Dirty:            3252 kB
Writeback:           0 kB
Mapped:          47612 kB
Slab:            46964 kB
Committed_AS:  4059976 kB
PageTables:       1956 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= 103232 MiB
End job on node56 at 2008-07-05 04:24:27