Trace number 1097639

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 56.4294 57.0154

General information on the benchmark

Namecsp/tightness0.35/
normalized-rand-2-40-16-250-350-10_ext.xml
MD5SUM1ac6bf6bb51b42f0085f325a1bbfbd20
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark4.92625
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints250
Maximum constraint arity2
Maximum domain size16
Number of constraints which are defined in extension250
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.82	c start processing
0.01/0.82	c start relation processing
0.01/0.82	c start cnf exporting
1.55/1.61	c parsing time : 0.695
1.55/1.61	c preprocessing time : 1.488
1.55/1.61	
1.55/1.61	c Nary constraints - conflicts : 0 supports : 0
1.55/1.61	c Binary constraints - conflicts : 250 supports :0
1.55/1.61	c max arity constraint : 2
1.55/1.61	c Max Tuples generated 0
1.55/1.61	c relations : 250
1.55/1.61	c relations BDD: 0
1.55/1.61	c sampling 0/0
1.55/1.61	c vars : 641 - clauses :  27281
1.55/1.61	
1.55/1.67	 
1.55/1.67	c --- SAT Solver Stats ---
1.55/1.67	 
1.55/1.67	c eSAT 0.1 : minisat core with additionnal features
1.55/1.67	c ============================[ Problem Statistics ]=============================
1.55/1.67	c |                                                                             |
1.55/1.67	c |  Number of variables:  640                                                  |
1.55/1.67	c |  Number of clauses:    27281                                                |
1.55/1.68	c |  Parsing time:         0.02         s                                       |
56.38/57.01	c restarts              : 361
56.38/57.01	c conflicts             : 235622         (4300 /sec)
56.38/57.01	c decisions             : 339997         (2.37 % random) (6205 /sec)
56.38/57.01	c euip                  : 25844       
56.38/57.01	c propagations          : 17318576       (316075 /sec)
56.38/57.01	c conflict literals     : 6379377        (50.65 % deleted)
56.38/57.01	c Memory used           : 13.66 MB
56.38/57.01	c CPU time              : 54.7927 s
56.38/57.01	c 
56.38/57.01	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-1097639-1215282647/watcher-1097639-1215282647 -o /tmp/evaluation-result-1097639-1215282647/solver-1097639-1215282647 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1097639-1215282647.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.99 1.97 1.99 4/82 23060
/proc/meminfo: memFree=1748016/2055912 swapFree=4178564/4192956
[pid=23060] ppid=23058 vsize=5224 CPUtime=0
/proc/23060/stat : 23060 (galacE.sh) R 23058 23060 22924 0 -1 4194304 60 0 0 0 0 0 0 0 20 0 1 0 252359759 5349376 45 996147200 4194304 4520092 548682068832 18446744073709551615 255370263632 0 0 4096 0 0 0 0 17 1 0 0
/proc/23060/statm: 1306 45 34 79 0 104 0

[startup+0.075154 s]
/proc/loadavg: 1.99 1.97 1.99 4/82 23060
/proc/meminfo: memFree=1748016/2055912 swapFree=4178564/4192956
[pid=23060] ppid=23058 vsize=47556 CPUtime=0.01
/proc/23060/stat : 23060 (galacE.sh) S 23058 23060 22924 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 252359759 48697344 363 996147200 4194304 4520092 548682068832 18446744073709551615 255372487514 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23060/statm: 11889 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+0.102214 s]
/proc/loadavg: 1.99 1.97 1.99 4/82 23060
/proc/meminfo: memFree=1748016/2055912 swapFree=4178564/4192956
[pid=23060] ppid=23058 vsize=47556 CPUtime=0.01
/proc/23060/stat : 23060 (galacE.sh) S 23058 23060 22924 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 252359759 48697344 363 996147200 4194304 4520092 548682068832 18446744073709551615 255372487514 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23060/statm: 11889 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+0.301236 s]
/proc/loadavg: 1.99 1.97 1.99 4/82 23060
/proc/meminfo: memFree=1748016/2055912 swapFree=4178564/4192956
[pid=23060] ppid=23058 vsize=47556 CPUtime=0.01
/proc/23060/stat : 23060 (galacE.sh) S 23058 23060 22924 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 252359759 48697344 363 996147200 4194304 4520092 548682068832 18446744073709551615 255372487514 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23060/statm: 11889 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+0.701277 s]
/proc/loadavg: 1.99 1.97 1.99 4/82 23060
/proc/meminfo: memFree=1748016/2055912 swapFree=4178564/4192956
[pid=23060] ppid=23058 vsize=47556 CPUtime=0.01
/proc/23060/stat : 23060 (galacE.sh) S 23058 23060 22924 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 252359759 48697344 363 996147200 4194304 4520092 548682068832 18446744073709551615 255372487514 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23060/statm: 11889 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+1.50136 s]
/proc/loadavg: 2.15 2.01 2.00 3/92 23082
/proc/meminfo: memFree=1696032/2055912 swapFree=4178564/4192956
[pid=23060] ppid=23058 vsize=47556 CPUtime=0.01
/proc/23060/stat : 23060 (galacE.sh) S 23058 23060 22924 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 252359759 48697344 363 996147200 4194304 4520092 548682068832 18446744073709551615 255372487514 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23060/statm: 11889 363 244 79 0 219 0
[pid=23074] ppid=23060 vsize=812552 CPUtime=1.43
/proc/23074/stat : 23074 (java) S 23060 23060 22924 0 -1 0 19721 0 1 0 131 12 0 0 18 0 9 0 252359763 832053248 19145 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23074/statm: 203138 19145 1906 9 0 197171 0
[pid=23074/tid=23075] ppid=23060 vsize=812552 CPUtime=1.13
/proc/23074/task/23075/stat : 23075 (java) R 23060 23060 22924 0 -1 64 14508 0 1 0 104 9 0 0 25 0 9 0 252359764 832053248 19145 996147200 134512640 134550740 4294955600 18446744073709551615 4126613677 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23074/tid=23076] ppid=23060 vsize=812552 CPUtime=0.02
/proc/23074/task/23076/stat : 23076 (java) S 23060 23060 22924 0 -1 64 3658 0 0 0 1 1 0 0 17 0 9 0 252359765 832053248 19145 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23074/tid=23077] ppid=23060 vsize=812552 CPUtime=0
/proc/23074/task/23077/stat : 23077 (java) S 23060 23060 22924 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 252359765 832053248 19145 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23074/tid=23078] ppid=23060 vsize=812552 CPUtime=0
/proc/23074/task/23078/stat : 23078 (java) S 23060 23060 22924 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 252359765 832053248 19145 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23074/tid=23079] ppid=23060 vsize=812552 CPUtime=0
/proc/23074/task/23079/stat : 23079 (java) S 23060 23060 22924 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 252359767 832053248 19145 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23074/tid=23080] ppid=23060 vsize=812552 CPUtime=0.27
/proc/23074/task/23080/stat : 23080 (java) S 23060 23060 22924 0 -1 64 855 0 0 0 26 1 0 0 16 0 9 0 252359767 832053248 19145 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23074/tid=23081] ppid=23060 vsize=812552 CPUtime=0
/proc/23074/task/23081/stat : 23081 (java) S 23060 23060 22924 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 252359767 832053248 19145 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23074/tid=23082] ppid=23060 vsize=812552 CPUtime=0
/proc/23074/task/23082/stat : 23082 (java) R 23060 23060 22924 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 252359767 832053248 19145 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 860108

[startup+3.10153 s]
/proc/loadavg: 2.15 2.01 2.00 3/84 23083
/proc/meminfo: memFree=1744352/2055912 swapFree=4178564/4192956
[pid=23060] ppid=23058 vsize=47556 CPUtime=1.58
/proc/23060/stat : 23060 (galacE.sh) S 23058 23060 22924 0 -1 4194304 798 21431 0 1 0 0 143 15 17 0 1 0 252359759 48697344 363 996147200 4194304 4520092 548682068832 18446744073709551615 255372487514 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23060/statm: 11889 363 244 79 0 219 0
[pid=23083] ppid=23060 vsize=4804 CPUtime=1.41
/proc/23083/stat : 23083 (eSAT_static) R 23060 23060 22924 0 -1 4194304 993 0 0 0 141 0 0 0 25 0 1 0 252359926 4919296 908 996147200 134512640 135177480 4294955968 18446744073709551615 134579489 0 0 4096 3 0 0 0 17 1 0 0
/proc/23083/statm: 1201 908 81 162 0 1036 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 52360

[startup+6.30187 s]
/proc/loadavg: 2.14 2.01 2.00 3/84 23083
/proc/meminfo: memFree=1742880/2055912 swapFree=4178564/4192956
[pid=23060] ppid=23058 vsize=47556 CPUtime=1.58
/proc/23060/stat : 23060 (galacE.sh) S 23058 23060 22924 0 -1 4194304 798 21431 0 1 0 0 143 15 17 0 1 0 252359759 48697344 363 996147200 4194304 4520092 548682068832 18446744073709551615 255372487514 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23060/statm: 11889 363 244 79 0 219 0
[pid=23083] ppid=23060 vsize=5464 CPUtime=4.58
/proc/23083/stat : 23083 (eSAT_static) R 23060 23060 22924 0 -1 4194304 1162 0 0 0 458 0 0 0 25 0 1 0 252359926 5595136 1077 996147200 134512640 135177480 4294955968 18446744073709551615 134565419 0 0 4096 3 0 0 0 17 1 0 0
/proc/23083/statm: 1366 1077 81 162 0 1201 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 53020

[startup+12.7015 s]
/proc/loadavg: 2.13 2.01 2.00 3/84 23083
/proc/meminfo: memFree=1740000/2055912 swapFree=4178564/4192956
[pid=23060] ppid=23058 vsize=47556 CPUtime=1.58
/proc/23060/stat : 23060 (galacE.sh) S 23058 23060 22924 0 -1 4194304 798 21431 0 1 0 0 143 15 17 0 1 0 252359759 48697344 363 996147200 4194304 4520092 548682068832 18446744073709551615 255372487514 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23060/statm: 11889 363 244 79 0 219 0
[pid=23083] ppid=23060 vsize=8184 CPUtime=10.91
/proc/23083/stat : 23083 (eSAT_static) R 23060 23060 22924 0 -1 4194304 1830 0 0 0 1091 0 0 0 25 0 1 0 252359926 8380416 1745 996147200 134512640 135177480 4294955968 18446744073709551615 134747501 0 0 4096 3 0 0 0 17 1 0 0
/proc/23083/statm: 2046 1745 81 162 0 1881 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 55740

[startup+25.5029 s]
/proc/loadavg: 2.10 2.00 2.00 3/84 23083
/proc/meminfo: memFree=1737056/2055912 swapFree=4178564/4192956
[pid=23060] ppid=23058 vsize=47556 CPUtime=1.58
/proc/23060/stat : 23060 (galacE.sh) S 23058 23060 22924 0 -1 4194304 798 21431 0 1 0 0 143 15 17 0 1 0 252359759 48697344 363 996147200 4194304 4520092 548682068832 18446744073709551615 255372487514 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23060/statm: 11889 363 244 79 0 219 0
[pid=23083] ppid=23060 vsize=11444 CPUtime=23.6
/proc/23083/stat : 23083 (eSAT_static) R 23060 23060 22924 0 -1 4194304 2638 0 0 0 2359 1 0 0 25 0 1 0 252359926 11718656 2553 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/23083/statm: 2861 2553 81 162 0 2696 0
Current children cumulated CPU time (s) 25.18
Current children cumulated vsize (KiB) 59000

[startup+51.1026 s]
/proc/loadavg: 2.07 2.00 2.00 3/84 23083
/proc/meminfo: memFree=1734560/2055912 swapFree=4178564/4192956
[pid=23060] ppid=23058 vsize=47556 CPUtime=1.58
/proc/23060/stat : 23060 (galacE.sh) S 23058 23060 22924 0 -1 4194304 798 21431 0 1 0 0 143 15 17 0 1 0 252359759 48697344 363 996147200 4194304 4520092 548682068832 18446744073709551615 255372487514 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23060/statm: 11889 363 244 79 0 219 0
[pid=23083] ppid=23060 vsize=13836 CPUtime=48.95
/proc/23083/stat : 23083 (eSAT_static) R 23060 23060 22924 0 -1 4194304 3240 0 0 0 4893 2 0 0 25 0 1 0 252359926 14168064 3155 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/23083/statm: 3459 3155 81 162 0 3294 0
Current children cumulated CPU time (s) 50.53
Current children cumulated vsize (KiB) 61392

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

[startup+54.3019 s]
/proc/loadavg: 2.07 2.00 2.00 3/84 23083
/proc/meminfo: memFree=1734560/2055912 swapFree=4178564/4192956
[pid=23060] ppid=23058 vsize=47556 CPUtime=1.58
/proc/23060/stat : 23060 (galacE.sh) S 23058 23060 22924 0 -1 4194304 798 21431 0 1 0 0 143 15 17 0 1 0 252359759 48697344 363 996147200 4194304 4520092 548682068832 18446744073709551615 255372487514 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23060/statm: 11889 363 244 79 0 219 0
[pid=23083] ppid=23060 vsize=13836 CPUtime=52.12
/proc/23083/stat : 23083 (eSAT_static) R 23060 23060 22924 0 -1 4194304 3251 0 0 0 5210 2 0 0 25 0 1 0 252359926 14168064 3166 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/23083/statm: 3459 3166 81 162 0 3294 0
Current children cumulated CPU time (s) 53.7
Current children cumulated vsize (KiB) 61392

[startup+55.9011 s]
/proc/loadavg: 2.07 2.00 2.00 3/84 23083
/proc/meminfo: memFree=1734496/2055912 swapFree=4178564/4192956
[pid=23060] ppid=23058 vsize=47556 CPUtime=1.58
/proc/23060/stat : 23060 (galacE.sh) S 23058 23060 22924 0 -1 4194304 798 21431 0 1 0 0 143 15 17 0 1 0 252359759 48697344 363 996147200 4194304 4520092 548682068832 18446744073709551615 255372487514 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23060/statm: 11889 363 244 79 0 219 0
[pid=23083] ppid=23060 vsize=13836 CPUtime=53.71
/proc/23083/stat : 23083 (eSAT_static) R 23060 23060 22924 0 -1 4194304 3259 0 0 0 5369 2 0 0 25 0 1 0 252359926 14168064 3174 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/23083/statm: 3459 3174 81 162 0 3294 0
Current children cumulated CPU time (s) 55.29
Current children cumulated vsize (KiB) 61392

[startup+56.7012 s]
/proc/loadavg: 2.06 2.00 2.00 3/84 23083
/proc/meminfo: memFree=1734496/2055912 swapFree=4178564/4192956
[pid=23060] ppid=23058 vsize=47556 CPUtime=1.58
/proc/23060/stat : 23060 (galacE.sh) S 23058 23060 22924 0 -1 4194304 798 21431 0 1 0 0 143 15 17 0 1 0 252359759 48697344 363 996147200 4194304 4520092 548682068832 18446744073709551615 255372487514 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23060/statm: 11889 363 244 79 0 219 0
[pid=23083] ppid=23060 vsize=13836 CPUtime=54.5
/proc/23083/stat : 23083 (eSAT_static) R 23060 23060 22924 0 -1 4194304 3263 0 0 0 5448 2 0 0 25 0 1 0 252359926 14168064 3178 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/23083/statm: 3459 3178 81 162 0 3294 0
Current children cumulated CPU time (s) 56.08
Current children cumulated vsize (KiB) 61392

[startup+56.9012 s]
/proc/loadavg: 2.06 2.00 2.00 3/84 23083
/proc/meminfo: memFree=1734496/2055912 swapFree=4178564/4192956
[pid=23060] ppid=23058 vsize=47556 CPUtime=1.58
/proc/23060/stat : 23060 (galacE.sh) S 23058 23060 22924 0 -1 4194304 798 21431 0 1 0 0 143 15 17 0 1 0 252359759 48697344 363 996147200 4194304 4520092 548682068832 18446744073709551615 255372487514 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23060/statm: 11889 363 244 79 0 219 0
[pid=23083] ppid=23060 vsize=13980 CPUtime=54.7
/proc/23083/stat : 23083 (eSAT_static) R 23060 23060 22924 0 -1 4194304 3268 0 0 0 5468 2 0 0 25 0 1 0 252359926 14315520 3183 996147200 134512640 135177480 4294955968 18446744073709551615 134565331 0 0 4096 3 0 0 0 17 1 0 0
/proc/23083/statm: 3495 3183 81 162 0 3330 0
Current children cumulated CPU time (s) 56.28
Current children cumulated vsize (KiB) 61536

[startup+57.0012 s]
/proc/loadavg: 2.06 2.00 2.00 3/84 23083
/proc/meminfo: memFree=1734496/2055912 swapFree=4178564/4192956
[pid=23060] ppid=23058 vsize=47556 CPUtime=1.58
/proc/23060/stat : 23060 (galacE.sh) S 23058 23060 22924 0 -1 4194304 798 21431 0 1 0 0 143 15 17 0 1 0 252359759 48697344 363 996147200 4194304 4520092 548682068832 18446744073709551615 255372487514 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23060/statm: 11889 363 244 79 0 219 0
[pid=23083] ppid=23060 vsize=13980 CPUtime=54.8
/proc/23083/stat : 23083 (eSAT_static) R 23060 23060 22924 0 -1 4194304 3268 0 0 0 5478 2 0 0 25 0 1 0 252359926 14315520 3183 996147200 134512640 135177480 4294955968 18446744073709551615 134565435 0 0 4096 3 0 0 0 17 1 0 0
/proc/23083/statm: 3495 3183 81 162 0 3330 0
Current children cumulated CPU time (s) 56.38
Current children cumulated vsize (KiB) 61536

Child status: 0
Real time (s): 57.0154
CPU time (s): 56.4294
CPU user time (s): 56.2374
CPU system time (s): 0.19197
CPU usage (%): 98.9723
Max. virtual memory (cumulated for all children) (KiB): 860108

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 56.2375
system time used= 0.19197
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25695
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= 1092
involuntary context switches= 3403

runsolver used 0.066989 second user time and 0.202969 second system time

The end

Launcher Data (download as text)

Begin job on node78 at 2008-07-05 20:30:47
IDJOB=1097639
IDBENCH=59515
IDSOLVER=351
FILE ID=node78/1097639-1215282647
PBS_JOBID= 7882330
Free space on /tmp= 126640 MiB

SOLVER NAME= galac E
BENCH NAME= CPAI08/csp/tightness0.35/normalized-rand-2-40-16-250-350-10_ext.xml
COMMAND LINE= HOME/galacE.sh BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1097639-1215282647/watcher-1097639-1215282647 -o /tmp/evaluation-result-1097639-1215282647/solver-1097639-1215282647 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/galacE.sh HOME/instance-1097639-1215282647.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 1ac6bf6bb51b42f0085f325a1bbfbd20
RANDOM SEED=1145622438

node78.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.247
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.247
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:      2055912 kB
MemFree:       1748432 kB
Buffers:         48500 kB
Cached:         175628 kB
SwapCached:       7072 kB
Active:         176992 kB
Inactive:        68748 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055912 kB
LowFree:       1748432 kB
SwapTotal:     4192956 kB
SwapFree:      4178564 kB
Dirty:            3212 kB
Writeback:           0 kB
Mapped:          39072 kB
Slab:            46872 kB
Committed_AS:   766644 kB
PageTables:       1676 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 126636 MiB
End job on node78 at 2008-07-05 20:31:45