Trace number 1107669

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 85.589 86.4489

General information on the benchmark

Namecsp/haystacks/
normalized-haystacks-10.xml
MD5SUMe3b2ef63bef9ef1642e95610d4dd6a1e
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 benchmark0.235963
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints459
Maximum constraint arity2
Maximum domain size10
Number of constraints which are defined in extension0
Number of constraints which are defined in intension459
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.03	c --- Preproc Stats ---
0.01/0.94	c start processing
0.01/0.94	c start relation processing
0.01/0.94	c start cnf exporting
1.16/1.28	c parsing time : 0.814
1.16/1.28	c preprocessing time : 1.159
1.16/1.28	
1.16/1.28	c Nary constraints - conflicts : 0 supports : 0
1.16/1.29	c Binary constraints - conflicts : 450 supports :9
1.16/1.29	c max arity constraint : 2
1.16/1.29	c Max Tuples generated 100
1.16/1.29	c relations : 4
1.16/1.29	c relations BDD: 0
1.16/1.29	c sampling 0/0
1.16/1.29	c vars : 1001 - clauses :  9442
1.16/1.29	
1.25/1.34	 
1.25/1.34	c --- SAT Solver Stats ---
1.25/1.34	 
1.25/1.34	c eSAT 0.1 : minisat core with additionnal features
1.25/1.34	c ============================[ Problem Statistics ]=============================
1.25/1.34	c |                                                                             |
1.25/1.34	c |  Number of variables:  1000                                                 |
1.25/1.34	c |  Number of clauses:    9442                                                 |
1.25/1.35	c |  Parsing time:         0.01         s                                       |
85.50/86.43	c restarts              : 513
85.50/86.43	c conflicts             : 525756         (6240 /sec)
85.50/86.43	c decisions             : 736313         (3.43 % random) (8739 /sec)
85.50/86.43	c euip                  : 41948       
85.50/86.43	c propagations          : 6918122        (82109 /sec)
85.50/86.43	c conflict literals     : 15912876       (21.11 % deleted)
85.50/86.43	c Memory used           : 27.89 MB
85.50/86.43	c CPU time              : 84.2552 s
85.50/86.43	c 
85.50/86.43	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-1107669-1215478279/watcher-1107669-1215478279 -o /tmp/evaluation-result-1107669-1215478279/solver-1107669-1215478279 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1107669-1215478279.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.02 1.97 1.68 4/84 3389
/proc/meminfo: memFree=1800888/2055920 swapFree=4192956/4192956
[pid=3389] ppid=3387 vsize=8652 CPUtime=0
/proc/3389/stat : 3389 (galacE.sh) S 3387 3389 2869 0 -1 4194304 346 0 0 0 0 0 0 0 18 0 1 0 4402400 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 233588321114 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/3389/statm: 2163 280 208 79 0 156 0
[pid=3390] ppid=3389 vsize=8688 CPUtime=0
/proc/3390/stat : 3390 (galacE.sh) R 3389 3389 2869 0 -1 4194368 26 0 0 0 0 0 0 0 19 0 1 0 4402400 8896512 286 996147200 4194304 4520092 548682068832 18446744073709551615 233588714143 0 65536 4096 73728 0 0 0 17 0 0 0
/proc/3390/statm: 2172 286 209 79 0 165 0

[startup+0.038707 s]
/proc/loadavg: 2.02 1.97 1.68 4/84 3389
/proc/meminfo: memFree=1800888/2055920 swapFree=4192956/4192956
[pid=3389] ppid=3387 vsize=47568 CPUtime=0.01
/proc/3389/stat : 3389 (galacE.sh) S 3387 3389 2869 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 4402400 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 233588321114 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/3389/statm: 11892 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+0.10171 s]
/proc/loadavg: 2.02 1.97 1.68 4/84 3389
/proc/meminfo: memFree=1800888/2055920 swapFree=4192956/4192956
[pid=3389] ppid=3387 vsize=47568 CPUtime=0.01
/proc/3389/stat : 3389 (galacE.sh) S 3387 3389 2869 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 4402400 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 233588321114 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/3389/statm: 11892 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+0.301728 s]
/proc/loadavg: 2.02 1.97 1.68 4/84 3389
/proc/meminfo: memFree=1800888/2055920 swapFree=4192956/4192956
[pid=3389] ppid=3387 vsize=47568 CPUtime=0.01
/proc/3389/stat : 3389 (galacE.sh) S 3387 3389 2869 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 4402400 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 233588321114 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/3389/statm: 11892 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+0.701769 s]
/proc/loadavg: 2.02 1.97 1.68 4/84 3389
/proc/meminfo: memFree=1800888/2055920 swapFree=4192956/4192956
[pid=3389] ppid=3387 vsize=47568 CPUtime=0.01
/proc/3389/stat : 3389 (galacE.sh) S 3387 3389 2869 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 4402400 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 233588321114 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/3389/statm: 11892 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+1.50185 s]
/proc/loadavg: 2.02 1.97 1.68 4/94 3411
/proc/meminfo: memFree=1759840/2055920 swapFree=4192956/4192956
[pid=3389] ppid=3387 vsize=47568 CPUtime=1.26
/proc/3389/stat : 3389 (galacE.sh) S 3387 3389 2869 0 -1 4194304 798 16462 0 1 0 0 115 11 17 0 1 0 4402400 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 233588321114 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/3389/statm: 11892 363 244 79 0 219 0
Current children cumulated CPU time (s) 1.26
Current children cumulated vsize (KiB) 47568

[startup+3.10302 s]
/proc/loadavg: 2.02 1.97 1.68 3/86 3412
/proc/meminfo: memFree=1797280/2055920 swapFree=4192956/4192956
[pid=3389] ppid=3387 vsize=47568 CPUtime=1.26
/proc/3389/stat : 3389 (galacE.sh) S 3387 3389 2869 0 -1 4194304 798 16462 0 1 0 0 115 11 17 0 1 0 4402400 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 233588321114 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/3389/statm: 11892 363 244 79 0 219 0
[pid=3412] ppid=3389 vsize=6624 CPUtime=1.73
/proc/3412/stat : 3412 (eSAT_static) R 3389 3389 2869 0 -1 4194304 1359 0 0 0 173 0 0 0 25 0 1 0 4402534 6782976 1341 996147200 134512640 135177480 4294955968 18446744073709551615 134565331 0 0 4096 3 0 0 0 17 1 0 0
/proc/3412/statm: 1656 1341 81 162 0 1491 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 54192

[startup+6.30134 s]
/proc/loadavg: 2.02 1.97 1.68 3/86 3412
/proc/meminfo: memFree=1792096/2055920 swapFree=4192956/4192956
[pid=3389] ppid=3387 vsize=47568 CPUtime=1.26
/proc/3389/stat : 3389 (galacE.sh) S 3387 3389 2869 0 -1 4194304 798 16462 0 1 0 0 115 11 17 0 1 0 4402400 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 233588321114 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/3389/statm: 11892 363 244 79 0 219 0
[pid=3412] ppid=3389 vsize=10184 CPUtime=4.91
/proc/3412/stat : 3412 (eSAT_static) R 3389 3389 2869 0 -1 4194304 2223 0 0 0 490 1 0 0 25 0 1 0 4402534 10428416 2205 996147200 134512640 135177480 4294955968 18446744073709551615 134565521 0 0 4096 3 0 0 0 17 1 0 0
/proc/3412/statm: 2546 2205 81 162 0 2381 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 57752

[startup+12.702 s]
/proc/loadavg: 2.02 1.97 1.68 3/86 3412
/proc/meminfo: memFree=1786720/2055920 swapFree=4192956/4192956
[pid=3389] ppid=3387 vsize=47568 CPUtime=1.26
/proc/3389/stat : 3389 (galacE.sh) S 3387 3389 2869 0 -1 4194304 798 16462 0 1 0 0 115 11 17 0 1 0 4402400 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 233588321114 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/3389/statm: 11892 363 244 79 0 219 0
[pid=3412] ppid=3389 vsize=15796 CPUtime=11.24
/proc/3412/stat : 3412 (eSAT_static) R 3389 3389 2869 0 -1 4194304 3603 0 0 0 1123 1 0 0 25 0 1 0 4402534 16175104 3585 996147200 134512640 135177480 4294955968 18446744073709551615 134579453 0 0 4096 3 0 0 0 17 1 0 0
/proc/3412/statm: 3949 3585 81 162 0 3784 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 63364

[startup+25.5013 s]
/proc/loadavg: 2.01 1.97 1.68 3/86 3412
/proc/meminfo: memFree=1781872/2055920 swapFree=4192956/4192956
[pid=3389] ppid=3387 vsize=47568 CPUtime=1.26
/proc/3389/stat : 3389 (galacE.sh) S 3387 3389 2869 0 -1 4194304 798 16462 0 1 0 0 115 11 17 0 1 0 4402400 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 233588321114 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/3389/statm: 11892 363 244 79 0 219 0
[pid=3412] ppid=3389 vsize=19536 CPUtime=23.92
/proc/3412/stat : 3412 (eSAT_static) R 3389 3389 2869 0 -1 4194304 4547 0 0 0 2390 2 0 0 25 0 1 0 4402534 20004864 4529 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/3412/statm: 4884 4529 81 162 0 4719 0
Current children cumulated CPU time (s) 25.18
Current children cumulated vsize (KiB) 67104

[startup+51.1019 s]
/proc/loadavg: 2.01 1.97 1.69 3/86 3412
/proc/meminfo: memFree=1775792/2055920 swapFree=4192956/4192956
[pid=3389] ppid=3387 vsize=47568 CPUtime=1.26
/proc/3389/stat : 3389 (galacE.sh) S 3387 3389 2869 0 -1 4194304 798 16462 0 1 0 0 115 11 17 0 1 0 4402400 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 233588321114 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/3389/statm: 11892 363 244 79 0 219 0
[pid=3412] ppid=3389 vsize=25796 CPUtime=49.28
/proc/3412/stat : 3412 (eSAT_static) R 3389 3389 2869 0 -1 4194304 6068 0 0 0 4925 3 0 0 25 0 1 0 4402534 26415104 6050 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/3412/statm: 6449 6050 81 162 0 6284 0
Current children cumulated CPU time (s) 50.54
Current children cumulated vsize (KiB) 73364

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

[startup+63.9012 s]
/proc/loadavg: 2.01 1.97 1.70 3/86 3412
/proc/meminfo: memFree=1774768/2055920 swapFree=4192956/4192956
[pid=3389] ppid=3387 vsize=47568 CPUtime=1.26
/proc/3389/stat : 3389 (galacE.sh) S 3387 3389 2869 0 -1 4194304 798 16462 0 1 0 0 115 11 17 0 1 0 4402400 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 233588321114 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/3389/statm: 11892 363 244 79 0 219 0
[pid=3412] ppid=3389 vsize=26824 CPUtime=61.95
/proc/3412/stat : 3412 (eSAT_static) R 3389 3389 2869 0 -1 4194304 6331 0 0 0 6192 3 0 0 25 0 1 0 4402534 27467776 6313 996147200 134512640 135177480 4294955968 18446744073709551615 134565474 0 0 4096 3 0 0 0 17 1 0 0
/proc/3412/statm: 6706 6313 81 162 0 6541 0
Current children cumulated CPU time (s) 63.21
Current children cumulated vsize (KiB) 74392

[startup+76.7015 s]
/proc/loadavg: 2.00 1.97 1.70 3/86 3412
/proc/meminfo: memFree=1774192/2055920 swapFree=4192956/4192956
[pid=3389] ppid=3387 vsize=47568 CPUtime=1.26
/proc/3389/stat : 3389 (galacE.sh) S 3387 3389 2869 0 -1 4194304 798 16462 0 1 0 0 115 11 17 0 1 0 4402400 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 233588321114 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/3389/statm: 11892 363 244 79 0 219 0
[pid=3412] ppid=3389 vsize=27424 CPUtime=74.64
/proc/3412/stat : 3412 (eSAT_static) R 3389 3389 2869 0 -1 4194304 6471 0 0 0 7461 3 0 0 25 0 1 0 4402534 28082176 6453 996147200 134512640 135177480 4294955968 18446744073709551615 134565340 0 0 4096 3 0 0 0 17 1 0 0
/proc/3412/statm: 6856 6453 81 162 0 6691 0
Current children cumulated CPU time (s) 75.9
Current children cumulated vsize (KiB) 74992

[startup+83.1011 s]
/proc/loadavg: 2.00 1.97 1.70 3/86 3412
/proc/meminfo: memFree=1773424/2055920 swapFree=4192956/4192956
[pid=3389] ppid=3387 vsize=47568 CPUtime=1.26
/proc/3389/stat : 3389 (galacE.sh) S 3387 3389 2869 0 -1 4194304 798 16462 0 1 0 0 115 11 17 0 1 0 4402400 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 233588321114 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/3389/statm: 11892 363 244 79 0 219 0
[pid=3412] ppid=3389 vsize=28148 CPUtime=80.97
/proc/3412/stat : 3412 (eSAT_static) R 3389 3389 2869 0 -1 4194304 6640 0 0 0 8094 3 0 0 25 0 1 0 4402534 28823552 6622 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/3412/statm: 7037 6622 81 162 0 6872 0
Current children cumulated CPU time (s) 82.23
Current children cumulated vsize (KiB) 75716

[startup+84.7063 s]
/proc/loadavg: 2.00 1.97 1.70 3/86 3412
/proc/meminfo: memFree=1773104/2055920 swapFree=4192956/4192956
[pid=3389] ppid=3387 vsize=47568 CPUtime=1.26
/proc/3389/stat : 3389 (galacE.sh) S 3387 3389 2869 0 -1 4194304 798 16462 0 1 0 0 115 11 17 0 1 0 4402400 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 233588321114 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/3389/statm: 11892 363 244 79 0 219 0
[pid=3412] ppid=3389 vsize=28408 CPUtime=82.56
/proc/3412/stat : 3412 (eSAT_static) R 3389 3389 2869 0 -1 4194304 6695 0 0 0 8253 3 0 0 25 0 1 0 4402534 29089792 6677 996147200 134512640 135177480 4294955968 18446744073709551615 134565486 0 0 4096 3 0 0 0 17 1 0 0
/proc/3412/statm: 7102 6677 81 162 0 6937 0
Current children cumulated CPU time (s) 83.82
Current children cumulated vsize (KiB) 75976

[startup+85.5014 s]
/proc/loadavg: 2.00 1.97 1.70 3/86 3412
/proc/meminfo: memFree=1773104/2055920 swapFree=4192956/4192956
[pid=3389] ppid=3387 vsize=47568 CPUtime=1.26
/proc/3389/stat : 3389 (galacE.sh) S 3387 3389 2869 0 -1 4194304 798 16462 0 1 0 0 115 11 17 0 1 0 4402400 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 233588321114 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/3389/statm: 11892 363 244 79 0 219 0
[pid=3412] ppid=3389 vsize=28408 CPUtime=83.35
/proc/3412/stat : 3412 (eSAT_static) R 3389 3389 2869 0 -1 4194304 6707 0 0 0 8332 3 0 0 25 0 1 0 4402534 29089792 6689 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/3412/statm: 7102 6689 81 162 0 6937 0
Current children cumulated CPU time (s) 84.61
Current children cumulated vsize (KiB) 75976

[startup+85.9014 s]
/proc/loadavg: 2.00 1.97 1.70 3/86 3412
/proc/meminfo: memFree=1773040/2055920 swapFree=4192956/4192956
[pid=3389] ppid=3387 vsize=47568 CPUtime=1.26
/proc/3389/stat : 3389 (galacE.sh) S 3387 3389 2869 0 -1 4194304 798 16462 0 1 0 0 115 11 17 0 1 0 4402400 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 233588321114 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/3389/statm: 11892 363 244 79 0 219 0
[pid=3412] ppid=3389 vsize=28408 CPUtime=83.74
/proc/3412/stat : 3412 (eSAT_static) R 3389 3389 2869 0 -1 4194304 6711 0 0 0 8371 3 0 0 25 0 1 0 4402534 29089792 6693 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/3412/statm: 7102 6693 81 162 0 6937 0
Current children cumulated CPU time (s) 85
Current children cumulated vsize (KiB) 75976

[startup+86.3015 s]
/proc/loadavg: 2.00 1.97 1.70 3/86 3412
/proc/meminfo: memFree=1773040/2055920 swapFree=4192956/4192956
[pid=3389] ppid=3387 vsize=47568 CPUtime=1.26
/proc/3389/stat : 3389 (galacE.sh) S 3387 3389 2869 0 -1 4194304 798 16462 0 1 0 0 115 11 17 0 1 0 4402400 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 233588321114 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/3389/statm: 11892 363 244 79 0 219 0
[pid=3412] ppid=3389 vsize=28408 CPUtime=84.14
/proc/3412/stat : 3412 (eSAT_static) R 3389 3389 2869 0 -1 4194304 6712 0 0 0 8411 3 0 0 25 0 1 0 4402534 29089792 6694 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/3412/statm: 7102 6694 81 162 0 6937 0
Current children cumulated CPU time (s) 85.4
Current children cumulated vsize (KiB) 75976

[startup+86.4015 s]
/proc/loadavg: 2.00 1.97 1.70 3/86 3412
/proc/meminfo: memFree=1773040/2055920 swapFree=4192956/4192956
[pid=3389] ppid=3387 vsize=47568 CPUtime=1.26
/proc/3389/stat : 3389 (galacE.sh) S 3387 3389 2869 0 -1 4194304 798 16462 0 1 0 0 115 11 17 0 1 0 4402400 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 233588321114 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/3389/statm: 11892 363 244 79 0 219 0
[pid=3412] ppid=3389 vsize=28560 CPUtime=84.24
/proc/3412/stat : 3412 (eSAT_static) R 3389 3389 2869 0 -1 4194304 6719 0 0 0 8421 3 0 0 25 0 1 0 4402534 29245440 6701 996147200 134512640 135177480 4294955968 18446744073709551615 134565486 0 0 4096 3 0 0 0 17 1 0 0
/proc/3412/statm: 7140 6701 81 162 0 6975 0
Current children cumulated CPU time (s) 85.5
Current children cumulated vsize (KiB) 76128

Child status: 0
Real time (s): 86.4489
CPU time (s): 85.589
CPU user time (s): 85.419
CPU system time (s): 0.169974
CPU usage (%): 99.0053
Max. virtual memory (cumulated for all children) (KiB): 860324

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 85.419
system time used= 0.169974
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24178
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= 1211
involuntary context switches= 3136

runsolver used 0.12598 second user time and 0.275958 second system time

The end

Launcher Data (download as text)

Begin job on node27 at 2008-07-08 02:51:19
IDJOB=1107669
IDBENCH=57128
IDSOLVER=351
FILE ID=node27/1107669-1215478279
PBS_JOBID= 7888693
Free space on /tmp= 66444 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= e3b2ef63bef9ef1642e95610d4dd6a1e
RANDOM SEED=1360387554

node27.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		: 2800.234
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	: 5521.40
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		: 2800.234
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:       1801304 kB
Buffers:         22860 kB
Cached:         151492 kB
SwapCached:          0 kB
Active:         136796 kB
Inactive:        85184 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1801304 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            3144 kB
Writeback:           0 kB
Mapped:          68868 kB
Slab:            17588 kB
Committed_AS:   139876 kB
PageTables:       1900 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264948 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66440 MiB
End job on node27 at 2008-07-08 02:52:46