Trace number 1097683

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 83.3323 84.1821

General information on the benchmark

Namecsp/tightness0.35/
normalized-rand-2-40-16-250-350-55_ext.xml
MD5SUMf7d9c912dc1712bbdfc15a8a9472daa6
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 benchmark6.08008
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.79	c start processing
0.01/0.79	c start relation processing
0.01/0.79	c start cnf exporting
1.55/1.61	c parsing time : 0.663
1.55/1.61	c preprocessing time : 1.483
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 :  27367
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:    27367                                                |
1.55/1.68	c |  Parsing time:         0.01         s                                       |
83.22/84.17	c restarts              : 405
83.22/84.17	c conflicts             : 294763         (3609 /sec)
83.22/84.17	c decisions             : 422727         (2.13 % random) (5175 /sec)
83.22/84.17	c euip                  : 31404       
83.22/84.17	c propagations          : 22423971       (274532 /sec)
83.22/84.17	c conflict literals     : 8513536        (49.51 % deleted)
83.22/84.17	c Memory used           : 16.84 MB
83.22/84.17	c CPU time              : 81.6806 s
83.22/84.17	c 
83.22/84.17	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-1097683-1215282707/watcher-1097683-1215282707 -o /tmp/evaluation-result-1097683-1215282707/solver-1097683-1215282707 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1097683-1215282707.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/72 16925
/proc/meminfo: memFree=1728392/2055920 swapFree=4180436/4192956
[pid=16925] ppid=16923 vsize=5316 CPUtime=0
/proc/16925/stat : 16925 (galacE.sh) R 16923 16925 15836 0 -1 4194304 222 0 0 0 0 0 0 0 23 0 1 0 2007242853 5443584 186 996147200 4194304 4520092 548682068832 18446744073709551615 255536986156 0 0 4096 8192 0 0 0 17 1 0 0
/proc/16925/statm: 1329 186 139 79 0 121 0

[startup+0.076331 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 16925
/proc/meminfo: memFree=1728392/2055920 swapFree=4180436/4192956
[pid=16925] ppid=16923 vsize=47580 CPUtime=0.01
/proc/16925/stat : 16925 (galacE.sh) S 16923 16925 15836 0 -1 4194304 764 1698 0 0 0 0 0 1 18 0 1 0 2007242853 48721920 363 996147200 4194304 4520092 548682068832 18446744073709551615 255539211098 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16925/statm: 11895 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47580

[startup+0.108302 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 16925
/proc/meminfo: memFree=1728392/2055920 swapFree=4180436/4192956
[pid=16925] ppid=16923 vsize=47580 CPUtime=0.01
/proc/16925/stat : 16925 (galacE.sh) S 16923 16925 15836 0 -1 4194304 764 1698 0 0 0 0 0 1 18 0 1 0 2007242853 48721920 363 996147200 4194304 4520092 548682068832 18446744073709551615 255539211098 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16925/statm: 11895 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47580

[startup+0.301323 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 16925
/proc/meminfo: memFree=1728392/2055920 swapFree=4180436/4192956
[pid=16925] ppid=16923 vsize=47580 CPUtime=0.01
/proc/16925/stat : 16925 (galacE.sh) S 16923 16925 15836 0 -1 4194304 764 1698 0 0 0 0 0 1 18 0 1 0 2007242853 48721920 363 996147200 4194304 4520092 548682068832 18446744073709551615 255539211098 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16925/statm: 11895 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47580

[startup+0.701359 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 16925
/proc/meminfo: memFree=1728392/2055920 swapFree=4180436/4192956
[pid=16925] ppid=16923 vsize=47580 CPUtime=0.01
/proc/16925/stat : 16925 (galacE.sh) S 16923 16925 15836 0 -1 4194304 764 1698 0 0 0 0 0 1 18 0 1 0 2007242853 48721920 363 996147200 4194304 4520092 548682068832 18446744073709551615 255539211098 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16925/statm: 11895 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47580

[startup+1.50143 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 16947
/proc/meminfo: memFree=1674104/2055920 swapFree=4180436/4192956
[pid=16925] ppid=16923 vsize=47580 CPUtime=0.01
/proc/16925/stat : 16925 (galacE.sh) S 16923 16925 15836 0 -1 4194304 764 1698 0 0 0 0 0 1 18 0 1 0 2007242853 48721920 363 996147200 4194304 4520092 548682068832 18446744073709551615 255539211098 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16925/statm: 11895 363 244 79 0 219 0
[pid=16939] ppid=16925 vsize=812760 CPUtime=1.44
/proc/16939/stat : 16939 (java) S 16925 16925 15836 0 -1 0 19723 0 1 0 131 13 0 0 18 0 9 0 2007242857 832266240 19146 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16939/statm: 203190 19146 1906 9 0 197171 0
[pid=16939/tid=16940] ppid=16925 vsize=812760 CPUtime=1.13
/proc/16939/task/16940/stat : 16940 (java) R 16925 16925 15836 0 -1 64 14507 0 1 0 103 10 0 0 25 0 9 0 2007242858 832266240 19146 996147200 134512640 134550740 4294955600 18446744073709551615 4126990832 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16939/tid=16941] ppid=16925 vsize=812760 CPUtime=0.02
/proc/16939/task/16941/stat : 16941 (java) S 16925 16925 15836 0 -1 64 3659 0 0 0 1 1 0 0 17 0 9 0 2007242859 832266240 19146 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16939/tid=16942] ppid=16925 vsize=812760 CPUtime=0
/proc/16939/task/16942/stat : 16942 (java) S 16925 16925 15836 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2007242859 832266240 19146 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16939/tid=16943] ppid=16925 vsize=812760 CPUtime=0
/proc/16939/task/16943/stat : 16943 (java) S 16925 16925 15836 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2007242859 832266240 19146 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16939/tid=16944] ppid=16925 vsize=812760 CPUtime=0
/proc/16939/task/16944/stat : 16944 (java) S 16925 16925 15836 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2007242861 832266240 19146 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16939/tid=16945] ppid=16925 vsize=812760 CPUtime=0.26
/proc/16939/task/16945/stat : 16945 (java) S 16925 16925 15836 0 -1 64 856 0 0 0 26 0 0 0 16 0 9 0 2007242861 832266240 19146 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16939/tid=16946] ppid=16925 vsize=812760 CPUtime=0
/proc/16939/task/16946/stat : 16946 (java) S 16925 16925 15836 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2007242862 832266240 19146 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16939/tid=16947] ppid=16925 vsize=812760 CPUtime=0
/proc/16939/task/16947/stat : 16947 (java) S 16925 16925 15836 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2007242862 832266240 19146 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 860340

[startup+3.10158 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 16948
/proc/meminfo: memFree=1724792/2055920 swapFree=4180436/4192956
[pid=16925] ppid=16923 vsize=47580 CPUtime=1.58
/proc/16925/stat : 16925 (galacE.sh) S 16923 16925 15836 0 -1 4194304 798 21433 0 1 0 0 142 16 17 0 1 0 2007242853 48721920 363 996147200 4194304 4520092 548682068832 18446744073709551615 255539211098 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16925/statm: 11895 363 244 79 0 219 0
[pid=16948] ppid=16925 vsize=4508 CPUtime=1.41
/proc/16948/stat : 16948 (eSAT_static) R 16925 16925 15836 0 -1 4194304 923 0 0 0 141 0 0 0 25 0 1 0 2007243020 4616192 837 996147200 134512640 135177480 4294955968 18446744073709551615 134565248 0 0 4096 3 0 0 0 17 1 0 0
/proc/16948/statm: 1127 837 80 162 0 962 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 52088

[startup+6.30188 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 16948
/proc/meminfo: memFree=1723640/2055920 swapFree=4180436/4192956
[pid=16925] ppid=16923 vsize=47580 CPUtime=1.58
/proc/16925/stat : 16925 (galacE.sh) S 16923 16925 15836 0 -1 4194304 798 21433 0 1 0 0 142 16 17 0 1 0 2007242853 48721920 363 996147200 4194304 4520092 548682068832 18446744073709551615 255539211098 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16925/statm: 11895 363 244 79 0 219 0
[pid=16948] ppid=16925 vsize=5596 CPUtime=4.58
/proc/16948/stat : 16948 (eSAT_static) R 16925 16925 15836 0 -1 4194304 1201 0 0 0 458 0 0 0 25 0 1 0 2007243020 5730304 1115 996147200 134512640 135177480 4294955968 18446744073709551615 134565260 0 0 4096 3 0 0 0 17 1 0 0
/proc/16948/statm: 1399 1115 80 162 0 1234 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 53176

[startup+12.7015 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 16948
/proc/meminfo: memFree=1719928/2055920 swapFree=4180436/4192956
[pid=16925] ppid=16923 vsize=47580 CPUtime=1.58
/proc/16925/stat : 16925 (galacE.sh) S 16923 16925 15836 0 -1 4194304 798 21433 0 1 0 0 142 16 17 0 1 0 2007242853 48721920 363 996147200 4194304 4520092 548682068832 18446744073709551615 255539211098 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16925/statm: 11895 363 244 79 0 219 0
[pid=16948] ppid=16925 vsize=8596 CPUtime=10.92
/proc/16948/stat : 16948 (eSAT_static) R 16925 16925 15836 0 -1 4194304 1951 0 0 0 1091 1 0 0 25 0 1 0 2007243020 8802304 1865 996147200 134512640 135177480 4294955968 18446744073709551615 134565391 0 0 4096 3 0 0 0 17 1 0 0
/proc/16948/statm: 2149 1865 80 162 0 1984 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 56176

[startup+25.5027 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 16948
/proc/meminfo: memFree=1718520/2055920 swapFree=4180436/4192956
[pid=16925] ppid=16923 vsize=47580 CPUtime=1.58
/proc/16925/stat : 16925 (galacE.sh) S 16923 16925 15836 0 -1 4194304 798 21433 0 1 0 0 142 16 17 0 1 0 2007242853 48721920 363 996147200 4194304 4520092 548682068832 18446744073709551615 255539211098 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16925/statm: 11895 363 244 79 0 219 0
[pid=16948] ppid=16925 vsize=10188 CPUtime=23.6
/proc/16948/stat : 16948 (eSAT_static) R 16925 16925 15836 0 -1 4194304 2329 0 0 0 2358 2 0 0 25 0 1 0 2007243020 10432512 2243 996147200 134512640 135177480 4294955968 18446744073709551615 134565419 0 0 4096 3 0 0 0 17 1 0 0
/proc/16948/statm: 2547 2243 80 162 0 2382 0
Current children cumulated CPU time (s) 25.18
Current children cumulated vsize (KiB) 57768

[startup+51.1021 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 16948
/proc/meminfo: memFree=1715960/2055920 swapFree=4180436/4192956
[pid=16925] ppid=16923 vsize=47580 CPUtime=1.58
/proc/16925/stat : 16925 (galacE.sh) S 16923 16925 15836 0 -1 4194304 798 21433 0 1 0 0 142 16 17 0 1 0 2007242853 48721920 363 996147200 4194304 4520092 548682068832 18446744073709551615 255539211098 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16925/statm: 11895 363 244 79 0 219 0
[pid=16948] ppid=16925 vsize=12732 CPUtime=48.96
/proc/16948/stat : 16948 (eSAT_static) R 16925 16925 15836 0 -1 4194304 2975 0 0 0 4893 3 0 0 25 0 1 0 2007243020 13037568 2889 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/16948/statm: 3183 2889 80 162 0 3018 0
Current children cumulated CPU time (s) 50.54
Current children cumulated vsize (KiB) 60312

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

[startup+63.9013 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 16948
/proc/meminfo: memFree=1713144/2055920 swapFree=4180436/4192956
[pid=16925] ppid=16923 vsize=47580 CPUtime=1.58
/proc/16925/stat : 16925 (galacE.sh) S 16923 16925 15836 0 -1 4194304 798 21433 0 1 0 0 142 16 17 0 1 0 2007242853 48721920 363 996147200 4194304 4520092 548682068832 18446744073709551615 255539211098 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16925/statm: 11895 363 244 79 0 219 0
[pid=16948] ppid=16925 vsize=15616 CPUtime=61.64
/proc/16948/stat : 16948 (eSAT_static) R 16925 16925 15836 0 -1 4194304 3674 0 0 0 6160 4 0 0 25 0 1 0 2007243020 15990784 3588 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/16948/statm: 3904 3588 80 162 0 3739 0
Current children cumulated CPU time (s) 63.22
Current children cumulated vsize (KiB) 63196

[startup+76.7024 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 16948
/proc/meminfo: memFree=1711672/2055920 swapFree=4180436/4192956
[pid=16925] ppid=16923 vsize=47580 CPUtime=1.58
/proc/16925/stat : 16925 (galacE.sh) S 16923 16925 15836 0 -1 4194304 798 21433 0 1 0 0 142 16 17 0 1 0 2007242853 48721920 363 996147200 4194304 4520092 548682068832 18446744073709551615 255539211098 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16925/statm: 11895 363 244 79 0 219 0
[pid=16948] ppid=16925 vsize=17092 CPUtime=74.32
/proc/16948/stat : 16948 (eSAT_static) R 16925 16925 15836 0 -1 4194304 4029 0 0 0 7428 4 0 0 25 0 1 0 2007243020 17502208 3943 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/16948/statm: 4273 3943 80 162 0 4108 0
Current children cumulated CPU time (s) 75.9
Current children cumulated vsize (KiB) 64672

[startup+79.9017 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 16948
/proc/meminfo: memFree=1711736/2055920 swapFree=4180436/4192956
[pid=16925] ppid=16923 vsize=47580 CPUtime=1.58
/proc/16925/stat : 16925 (galacE.sh) S 16923 16925 15836 0 -1 4194304 798 21433 0 1 0 0 142 16 17 0 1 0 2007242853 48721920 363 996147200 4194304 4520092 548682068832 18446744073709551615 255539211098 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16925/statm: 11895 363 244 79 0 219 0
[pid=16948] ppid=16925 vsize=17092 CPUtime=77.49
/proc/16948/stat : 16948 (eSAT_static) R 16925 16925 15836 0 -1 4194304 4036 0 0 0 7745 4 0 0 25 0 1 0 2007243020 17502208 3950 996147200 134512640 135177480 4294955968 18446744073709551615 134571795 0 0 4096 3 0 0 0 17 1 0 0
/proc/16948/statm: 4273 3950 80 162 0 4108 0
Current children cumulated CPU time (s) 79.07
Current children cumulated vsize (KiB) 64672

[startup+81.5019 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 16948
/proc/meminfo: memFree=1711544/2055920 swapFree=4180436/4192956
[pid=16925] ppid=16923 vsize=47580 CPUtime=1.58
/proc/16925/stat : 16925 (galacE.sh) S 16923 16925 15836 0 -1 4194304 798 21433 0 1 0 0 142 16 17 0 1 0 2007242853 48721920 363 996147200 4194304 4520092 548682068832 18446744073709551615 255539211098 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16925/statm: 11895 363 244 79 0 219 0
[pid=16948] ppid=16925 vsize=17092 CPUtime=79.07
/proc/16948/stat : 16948 (eSAT_static) R 16925 16925 15836 0 -1 4194304 4044 0 0 0 7903 4 0 0 25 0 1 0 2007243020 17502208 3958 996147200 134512640 135177480 4294955968 18446744073709551615 134565340 0 0 4096 3 0 0 0 17 1 0 0
/proc/16948/statm: 4273 3958 80 162 0 4108 0
Current children cumulated CPU time (s) 80.65
Current children cumulated vsize (KiB) 64672

[startup+83.101 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 16948
/proc/meminfo: memFree=1711544/2055920 swapFree=4180436/4192956
[pid=16925] ppid=16923 vsize=47580 CPUtime=1.58
/proc/16925/stat : 16925 (galacE.sh) S 16923 16925 15836 0 -1 4194304 798 21433 0 1 0 0 142 16 17 0 1 0 2007242853 48721920 363 996147200 4194304 4520092 548682068832 18446744073709551615 255539211098 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16925/statm: 11895 363 244 79 0 219 0
[pid=16948] ppid=16925 vsize=17092 CPUtime=80.65
/proc/16948/stat : 16948 (eSAT_static) R 16925 16925 15836 0 -1 4194304 4051 0 0 0 8061 4 0 0 25 0 1 0 2007243020 17502208 3965 996147200 134512640 135177480 4294955968 18446744073709551615 134565340 0 0 4096 3 0 0 0 17 1 0 0
/proc/16948/statm: 4273 3965 80 162 0 4108 0
Current children cumulated CPU time (s) 82.23
Current children cumulated vsize (KiB) 64672

[startup+83.9021 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 16948
/proc/meminfo: memFree=1711480/2055920 swapFree=4180436/4192956
[pid=16925] ppid=16923 vsize=47580 CPUtime=1.58
/proc/16925/stat : 16925 (galacE.sh) S 16923 16925 15836 0 -1 4194304 798 21433 0 1 0 0 142 16 17 0 1 0 2007242853 48721920 363 996147200 4194304 4520092 548682068832 18446744073709551615 255539211098 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16925/statm: 11895 363 244 79 0 219 0
[pid=16948] ppid=16925 vsize=17236 CPUtime=81.45
/proc/16948/stat : 16948 (eSAT_static) R 16925 16925 15836 0 -1 4194304 4062 0 0 0 8141 4 0 0 25 0 1 0 2007243020 17649664 3976 996147200 134512640 135177480 4294955968 18446744073709551615 134556856 0 0 4096 3 0 0 0 17 1 0 0
/proc/16948/statm: 4309 3976 80 162 0 4144 0
Current children cumulated CPU time (s) 83.03
Current children cumulated vsize (KiB) 64816

[startup+84.1021 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 16948
/proc/meminfo: memFree=1711480/2055920 swapFree=4180436/4192956
[pid=16925] ppid=16923 vsize=47580 CPUtime=1.58
/proc/16925/stat : 16925 (galacE.sh) S 16923 16925 15836 0 -1 4194304 798 21433 0 1 0 0 142 16 17 0 1 0 2007242853 48721920 363 996147200 4194304 4520092 548682068832 18446744073709551615 255539211098 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16925/statm: 11895 363 244 79 0 219 0
[pid=16948] ppid=16925 vsize=17236 CPUtime=81.64
/proc/16948/stat : 16948 (eSAT_static) R 16925 16925 15836 0 -1 4194304 4062 0 0 0 8160 4 0 0 25 0 1 0 2007243020 17649664 3976 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/16948/statm: 4309 3976 80 162 0 4144 0
Current children cumulated CPU time (s) 83.22
Current children cumulated vsize (KiB) 64816

Child status: 0
Real time (s): 84.1821
CPU time (s): 83.3323
CPU user time (s): 83.1094
CPU system time (s): 0.222966
CPU usage (%): 98.9905
Max. virtual memory (cumulated for all children) (KiB): 860340

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 83.1094
system time used= 0.222966
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26491
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= 1119
involuntary context switches= 2869

runsolver used 0.132979 second user time and 0.25696 second system time

The end

Launcher Data (download as text)

Begin job on node48 at 2008-07-05 20:31:47
IDJOB=1097683
IDBENCH=59533
IDSOLVER=351
FILE ID=node48/1097683-1215282707
PBS_JOBID= 7882312
Free space on /tmp= 66540 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= f7d9c912dc1712bbdfc15a8a9472daa6
RANDOM SEED=482361776

node48.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.231
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.231
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:       1728872 kB
Buffers:         50620 kB
Cached:         204948 kB
SwapCached:       6436 kB
Active:         171608 kB
Inactive:        99924 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1728872 kB
SwapTotal:     4192956 kB
SwapFree:      4180436 kB
Dirty:            3500 kB
Writeback:           0 kB
Mapped:          23728 kB
Slab:            40868 kB
Committed_AS:  4343956 kB
PageTables:       1716 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= 66536 MiB
End job on node48 at 2008-07-05 20:33:11