Trace number 1098629

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 85.0661 85.5259

General information on the benchmark

Namecsp/rand-2-40-19/
normalized-rand-2-40-19-443-230-15_ext.xml
MD5SUM71a145f842e7a6c87cd8ae2b4228d795
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.34164
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints333
Maximum constraint arity2
Maximum domain size19
Number of constraints which are defined in extension333
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.86	c start processing
0.01/0.86	c start relation processing
0.01/0.88	c start cnf exporting
1.76/1.89	c parsing time : 0.749
1.76/1.89	c preprocessing time : 1.777
1.76/1.89	
1.76/1.89	c Nary constraints - conflicts : 0 supports : 0
1.76/1.89	c Binary constraints - conflicts : 319 supports :14
1.76/1.89	c max arity constraint : 2
1.76/1.89	c Max Tuples generated 0
1.76/1.89	c relations : 333
1.76/1.89	c relations BDD: 0
1.76/1.89	c sampling 0/0
1.76/1.89	c vars : 761 - clauses :  38924
1.76/1.89	
1.85/1.92	 
1.85/1.92	c --- SAT Solver Stats ---
1.85/1.92	 
1.85/1.92	c eSAT 0.1 : minisat core with additionnal features
1.85/1.92	c ============================[ Problem Statistics ]=============================
1.85/1.92	c |                                                                             |
1.85/1.92	c |  Number of variables:  760                                                  |
1.85/1.92	c |  Number of clauses:    38924                                                |
1.85/1.94	c |  Parsing time:         0.02         s                                       |
84.23/84.72	c restarts              : 361
84.23/84.72	c conflicts             : 221304         (2688 /sec)
84.23/84.72	c decisions             : 331021         (2.58 % random) (4020 /sec)
84.23/84.72	c euip                  : 23869       
84.23/84.72	c propagations          : 18316775       (222468 /sec)
84.23/84.72	c conflict literals     : 10474788       (40.92 % deleted)
84.23/84.72	c Memory used           : 21.03 MB
84.23/84.72	c CPU time              : 82.3345 s
84.23/84.72	c 
84.23/84.72	s SATISFIABLE
84.27/85.52	v 2 4 0 13 2 12 15 6 2 14 4 11 8 14 16 12 11 18 5 15 2 2 18 11 18 10 11 8 12 12 4 17 17 8 4 18 18 8 3 15

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-1098629-1215284774/watcher-1098629-1215284774 -o /tmp/evaluation-result-1098629-1215284774/solver-1098629-1215284774 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1098629-1215284774.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.00 2.00 2.00 4/80 6425
/proc/meminfo: memFree=1558728/2055920 swapFree=4178892/4192956
[pid=6425] ppid=6423 vsize=8652 CPUtime=0
/proc/6425/stat : 6425 (galacE.sh) S 6423 6425 4015 0 -1 4194304 346 0 0 0 0 0 0 0 18 0 1 0 684206361 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 240153455450 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/6425/statm: 2163 280 208 79 0 156 0
[pid=6426] ppid=6425 vsize=8688 CPUtime=0
/proc/6426/stat : 6426 (galacE.sh) S 6425 6425 4015 0 -1 4194368 36 0 0 0 0 0 0 0 18 0 1 0 684206361 8896512 286 996147200 4194304 4520092 548682068832 18446744073709551615 240154017874 0 0 4096 73728 18446744071563648864 0 0 17 0 0 0
/proc/6426/statm: 2172 286 209 79 0 165 0
[pid=6427] ppid=6426 vsize=6864 CPUtime=0
/proc/6427/stat : 6427 (id) R 6426 6425 4015 0 -1 4194304 241 0 0 0 0 0 0 0 20 0 1 0 684206361 7028736 184 996147200 4194304 4211724 548682068832 18446744073709551615 240154036111 0 0 3674112 0 0 0 0 17 1 0 0
/proc/6427/statm: 1716 184 155 4 0 46 0

[startup+0.056003 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 6425
/proc/meminfo: memFree=1558728/2055920 swapFree=4178892/4192956
[pid=6425] ppid=6423 vsize=47556 CPUtime=0.01
/proc/6425/stat : 6425 (galacE.sh) S 6423 6425 4015 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 684206361 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 240153455450 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6425/statm: 11889 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+0.10224 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 6425
/proc/meminfo: memFree=1558728/2055920 swapFree=4178892/4192956
[pid=6425] ppid=6423 vsize=47556 CPUtime=0.01
/proc/6425/stat : 6425 (galacE.sh) S 6423 6425 4015 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 684206361 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 240153455450 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6425/statm: 11889 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+0.301255 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 6425
/proc/meminfo: memFree=1558728/2055920 swapFree=4178892/4192956
[pid=6425] ppid=6423 vsize=47556 CPUtime=0.01
/proc/6425/stat : 6425 (galacE.sh) S 6423 6425 4015 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 684206361 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 240153455450 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6425/statm: 11889 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+0.701301 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 6425
/proc/meminfo: memFree=1558728/2055920 swapFree=4178892/4192956
[pid=6425] ppid=6423 vsize=47556 CPUtime=0.01
/proc/6425/stat : 6425 (galacE.sh) S 6423 6425 4015 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 684206361 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 240153455450 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6425/statm: 11889 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+1.5014 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 6447
/proc/meminfo: memFree=1488248/2055920 swapFree=4178892/4192956
[pid=6425] ppid=6423 vsize=47556 CPUtime=0.01
/proc/6425/stat : 6425 (galacE.sh) S 6423 6425 4015 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 684206361 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 240153455450 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6425/statm: 11889 365 246 79 0 219 0
[pid=6439] ppid=6425 vsize=812760 CPUtime=1.45
/proc/6439/stat : 6439 (java) S 6425 6425 4015 0 -1 0 21164 0 1 0 133 12 0 0 18 0 9 0 684206364 832266240 20580 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6439/statm: 203190 20580 1914 9 0 197171 0
[pid=6439/tid=6440] ppid=6425 vsize=812760 CPUtime=1.13
/proc/6439/task/6440/stat : 6440 (java) R 6425 6425 4015 0 -1 64 14538 0 1 0 106 7 0 0 25 0 9 0 684206365 832266240 20580 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6439/tid=6441] ppid=6425 vsize=812760 CPUtime=0.04
/proc/6439/task/6441/stat : 6441 (java) R 6425 6425 4015 0 -1 64 5072 0 0 0 2 2 0 0 16 0 9 0 684206366 832266240 20580 996147200 134512640 134550740 4294955600 18446744073709551615 102674877 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6439/tid=6442] ppid=6425 vsize=812760 CPUtime=0
/proc/6439/task/6442/stat : 6442 (java) S 6425 6425 4015 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 684206366 832266240 20580 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6439/tid=6443] ppid=6425 vsize=812760 CPUtime=0
/proc/6439/task/6443/stat : 6443 (java) S 6425 6425 4015 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 684206366 832266240 20580 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6439/tid=6444] ppid=6425 vsize=812760 CPUtime=0
/proc/6439/task/6444/stat : 6444 (java) S 6425 6425 4015 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 684206368 832266240 20580 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6439/tid=6445] ppid=6425 vsize=812760 CPUtime=0.25
/proc/6439/task/6445/stat : 6445 (java) S 6425 6425 4015 0 -1 64 856 0 0 0 24 1 0 0 15 0 9 0 684206368 832266240 20580 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6439/tid=6446] ppid=6425 vsize=812760 CPUtime=0
/proc/6439/task/6446/stat : 6446 (java) S 6425 6425 4015 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 684206368 832266240 20580 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6439/tid=6447] ppid=6425 vsize=812760 CPUtime=0
/proc/6439/task/6447/stat : 6447 (java) S 6425 6425 4015 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 684206368 832266240 20580 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 860316

[startup+3.10157 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 6448
/proc/meminfo: memFree=1554232/2055920 swapFree=4178892/4192956
[pid=6425] ppid=6423 vsize=47556 CPUtime=1.87
/proc/6425/stat : 6425 (galacE.sh) S 6423 6425 4015 0 -1 4194304 800 23047 0 1 0 0 172 15 17 0 1 0 684206361 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 240153455450 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6425/statm: 11889 365 246 79 0 219 0
[pid=6448] ppid=6425 vsize=5072 CPUtime=1.16
/proc/6448/stat : 6448 (eSAT_static) R 6425 6425 4015 0 -1 4194304 1126 0 0 0 116 0 0 0 25 0 1 0 684206553 5193728 1023 996147200 134512640 135177480 4294955968 18446744073709551615 134565412 0 0 4096 3 0 0 0 17 0 0 0
/proc/6448/statm: 1268 1023 80 162 0 1103 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 52628

[startup+6.30293 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 6448
/proc/meminfo: memFree=1551736/2055920 swapFree=4178892/4192956
[pid=6425] ppid=6423 vsize=47556 CPUtime=1.87
/proc/6425/stat : 6425 (galacE.sh) S 6423 6425 4015 0 -1 4194304 800 23047 0 1 0 0 172 15 17 0 1 0 684206361 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 240153455450 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6425/statm: 11889 365 246 79 0 219 0
[pid=6448] ppid=6425 vsize=6872 CPUtime=4.34
/proc/6448/stat : 6448 (eSAT_static) R 6425 6425 4015 0 -1 4194304 1572 0 0 0 434 0 0 0 25 0 1 0 684206553 7036928 1469 996147200 134512640 135177480 4294955968 18446744073709551615 134565258 0 0 4096 3 0 0 0 17 0 0 0
/proc/6448/statm: 1718 1469 80 162 0 1553 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 54428

[startup+12.7016 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 6448
/proc/meminfo: memFree=1548104/2055920 swapFree=4178892/4192956
[pid=6425] ppid=6423 vsize=47556 CPUtime=1.87
/proc/6425/stat : 6425 (galacE.sh) S 6423 6425 4015 0 -1 4194304 800 23047 0 1 0 0 172 15 17 0 1 0 684206361 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 240153455450 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6425/statm: 11889 365 246 79 0 219 0
[pid=6448] ppid=6425 vsize=10936 CPUtime=10.71
/proc/6448/stat : 6448 (eSAT_static) R 6425 6425 4015 0 -1 4194304 2582 0 0 0 1070 1 0 0 25 0 1 0 684206553 11198464 2479 996147200 134512640 135177480 4294955968 18446744073709551615 134565321 0 0 4096 3 0 0 0 17 0 0 0
/proc/6448/statm: 2734 2479 80 162 0 2569 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 58492

[startup+25.5011 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 6448
/proc/meminfo: memFree=1545032/2055920 swapFree=4178892/4192956
[pid=6425] ppid=6423 vsize=47556 CPUtime=1.87
/proc/6425/stat : 6425 (galacE.sh) S 6423 6425 4015 0 -1 4194304 800 23047 0 1 0 0 172 15 17 0 1 0 684206361 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 240153455450 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6425/statm: 11889 365 246 79 0 219 0
[pid=6448] ppid=6425 vsize=13444 CPUtime=23.45
/proc/6448/stat : 6448 (eSAT_static) R 6425 6425 4015 0 -1 4194304 3230 0 0 0 2343 2 0 0 25 0 1 0 684206553 13766656 3127 996147200 134512640 135177480 4294955968 18446744073709551615 134565275 0 0 4096 3 0 0 0 17 0 0 0
/proc/6448/statm: 3361 3127 80 162 0 3196 0
Current children cumulated CPU time (s) 25.32
Current children cumulated vsize (KiB) 61000

[startup+51.1019 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 6448
/proc/meminfo: memFree=1541384/2055920 swapFree=4178892/4192956
[pid=6425] ppid=6423 vsize=47556 CPUtime=1.87
/proc/6425/stat : 6425 (galacE.sh) S 6423 6425 4015 0 -1 4194304 800 23047 0 1 0 0 172 15 17 0 1 0 684206361 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 240153455450 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6425/statm: 11889 365 246 79 0 219 0
[pid=6448] ppid=6425 vsize=17156 CPUtime=48.92
/proc/6448/stat : 6448 (eSAT_static) R 6425 6425 4015 0 -1 4194304 4149 0 0 0 4889 3 0 0 25 0 1 0 684206553 17567744 4046 996147200 134512640 135177480 4294955968 18446744073709551615 134565260 0 0 4096 3 0 0 0 17 0 0 0
/proc/6448/statm: 4289 4046 80 162 0 4124 0
Current children cumulated CPU time (s) 50.79
Current children cumulated vsize (KiB) 64712

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

[startup+63.9014 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 6448
/proc/meminfo: memFree=1537352/2055920 swapFree=4178892/4192956
[pid=6425] ppid=6423 vsize=47556 CPUtime=1.87
/proc/6425/stat : 6425 (galacE.sh) S 6423 6425 4015 0 -1 4194304 800 23047 0 1 0 0 172 15 17 0 1 0 684206361 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 240153455450 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6425/statm: 11889 365 246 79 0 219 0
[pid=6448] ppid=6425 vsize=21396 CPUtime=61.66
/proc/6448/stat : 6448 (eSAT_static) R 6425 6425 4015 0 -1 4194304 5168 0 0 0 6161 5 0 0 25 0 1 0 684206553 21909504 5065 996147200 134512640 135177480 4294955968 18446744073709551615 134565406 0 0 4096 3 0 0 0 17 0 0 0
/proc/6448/statm: 5349 5065 80 162 0 5184 0
Current children cumulated CPU time (s) 63.53
Current children cumulated vsize (KiB) 68952

[startup+76.7018 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 6448
/proc/meminfo: memFree=1537096/2055920 swapFree=4178892/4192956
[pid=6425] ppid=6423 vsize=47556 CPUtime=1.87
/proc/6425/stat : 6425 (galacE.sh) S 6423 6425 4015 0 -1 4194304 800 23047 0 1 0 0 172 15 17 0 1 0 684206361 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 240153455450 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6425/statm: 11889 365 246 79 0 219 0
[pid=6448] ppid=6425 vsize=21528 CPUtime=74.39
/proc/6448/stat : 6448 (eSAT_static) R 6425 6425 4015 0 -1 4194304 5203 0 0 0 7434 5 0 0 25 0 1 0 684206553 22044672 5100 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/6448/statm: 5382 5100 80 162 0 5217 0
Current children cumulated CPU time (s) 76.26
Current children cumulated vsize (KiB) 69084

[startup+79.9011 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 6448
/proc/meminfo: memFree=1537096/2055920 swapFree=4178892/4192956
[pid=6425] ppid=6423 vsize=47556 CPUtime=1.87
/proc/6425/stat : 6425 (galacE.sh) S 6423 6425 4015 0 -1 4194304 800 23047 0 1 0 0 172 15 17 0 1 0 684206361 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 240153455450 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6425/statm: 11889 365 246 79 0 219 0
[pid=6448] ppid=6425 vsize=21528 CPUtime=77.58
/proc/6448/stat : 6448 (eSAT_static) R 6425 6425 4015 0 -1 4194304 5204 0 0 0 7753 5 0 0 25 0 1 0 684206553 22044672 5101 996147200 134512640 135177480 4294955968 18446744073709551615 134573326 0 0 4096 3 0 0 0 17 0 0 0
/proc/6448/statm: 5382 5101 80 162 0 5217 0
Current children cumulated CPU time (s) 79.45
Current children cumulated vsize (KiB) 69084

[startup+83.1025 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 6448
/proc/meminfo: memFree=1536968/2055920 swapFree=4178892/4192956
[pid=6425] ppid=6423 vsize=47556 CPUtime=1.87
/proc/6425/stat : 6425 (galacE.sh) S 6423 6425 4015 0 -1 4194304 800 23047 0 1 0 0 172 15 17 0 1 0 684206361 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 240153455450 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6425/statm: 11889 365 246 79 0 219 0
[pid=6448] ppid=6425 vsize=21528 CPUtime=80.77
/proc/6448/stat : 6448 (eSAT_static) R 6425 6425 4015 0 -1 4194304 5204 0 0 0 8072 5 0 0 25 0 1 0 684206553 22044672 5101 996147200 134512640 135177480 4294955968 18446744073709551615 134560855 0 0 4096 3 0 0 0 17 0 0 0
/proc/6448/statm: 5382 5101 80 162 0 5217 0
Current children cumulated CPU time (s) 82.64
Current children cumulated vsize (KiB) 69084

[startup+84.7077 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 6448
/proc/meminfo: memFree=1536968/2055920 swapFree=4178892/4192956
[pid=6425] ppid=6423 vsize=47556 CPUtime=1.87
/proc/6425/stat : 6425 (galacE.sh) S 6423 6425 4015 0 -1 4194304 800 23047 0 1 0 0 172 15 17 0 1 0 684206361 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 240153455450 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6425/statm: 11889 365 246 79 0 219 0
[pid=6448] ppid=6425 vsize=21528 CPUtime=82.36
/proc/6448/stat : 6448 (eSAT_static) R 6425 6425 4015 0 -1 4194304 5204 0 0 0 8231 5 0 0 25 0 1 0 684206553 22044672 5101 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/6448/statm: 5382 5101 80 162 0 5217 0
Current children cumulated CPU time (s) 84.23
Current children cumulated vsize (KiB) 69084

[startup+85.1027 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 6448
/proc/meminfo: memFree=1536968/2055920 swapFree=4178892/4192956
[pid=6425] ppid=6423 vsize=47556 CPUtime=84.27
/proc/6425/stat : 6425 (galacE.sh) S 6423 6425 4015 0 -1 4194304 836 28263 0 1 0 0 8406 21 16 0 1 0 684206361 48697344 366 996147200 4194304 4520092 548682068832 18446744073709551615 240154017874 0 0 4096 73728 18446744071563648864 0 0 17 0 0 0
/proc/6425/statm: 11889 366 246 79 0 219 0
Current children cumulated CPU time (s) 84.27
Current children cumulated vsize (KiB) 47556

[startup+85.5018 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 6448
/proc/meminfo: memFree=1536968/2055920 swapFree=4178892/4192956
[pid=6425] ppid=6423 vsize=47556 CPUtime=84.27
/proc/6425/stat : 6425 (galacE.sh) S 6423 6425 4015 0 -1 4194304 836 28263 0 1 0 0 8406 21 16 0 1 0 684206361 48697344 366 996147200 4194304 4520092 548682068832 18446744073709551615 240154017874 0 0 4096 73728 18446744071563648864 0 0 17 0 0 0
/proc/6425/statm: 11889 367 246 79 0 219 0
Current children cumulated CPU time (s) 84.27
Current children cumulated vsize (KiB) 47556

Child status: 0
Real time (s): 85.5259
CPU time (s): 85.0661
CPU user time (s): 84.7461
CPU system time (s): 0.319951
CPU usage (%): 99.4624
Max. virtual memory (cumulated for all children) (KiB): 860316

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 84.7461
system time used= 0.319951
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 42583
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= 2052
involuntary context switches= 3040

runsolver used 0.095985 second user time and 0.302953 second system time

The end

Launcher Data (download as text)

Begin job on node86 at 2008-07-05 21:06:14
IDJOB=1098629
IDBENCH=59647
IDSOLVER=351
FILE ID=node86/1098629-1215284774
PBS_JOBID= 7882287
Free space on /tmp= 66556 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 71a145f842e7a6c87cd8ae2b4228d795
RANDOM SEED=1705933251

node86.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.220
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.220
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1559208 kB
Buffers:        100296 kB
Cached:         281728 kB
SwapCached:       6392 kB
Active:         307612 kB
Inactive:       133784 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1559208 kB
SwapTotal:     4192956 kB
SwapFree:      4178892 kB
Dirty:            3588 kB
Writeback:           0 kB
Mapped:          63120 kB
Slab:            39916 kB
Committed_AS:  1293148 kB
PageTables:       2416 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= 66552 MiB
End job on node86 at 2008-07-05 21:07:39