Trace number 1100367

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 44.1503 44.6875

General information on the benchmark

Namecsp/tightness0.9/
normalized-rand-2-40-180-84-900-11_ext.xml
MD5SUMd174f30dff34b2f3c393d12ebce78d94
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 benchmark0.71289
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints84
Maximum constraint arity2
Maximum domain size180
Number of constraints which are defined in extension84
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 ---
2.05/2.13	c start processing
2.05/2.13	c start relation processing
3.83/3.92	c start cnf exporting
22.61/22.91	c parsing time : 2.003
22.61/22.91	c preprocessing time : 22.781
22.61/22.91	
22.61/22.91	c Nary constraints - conflicts : 0 supports : 0
22.61/22.91	c Binary constraints - conflicts : 0 supports :84
22.61/22.91	c max arity constraint : 2
22.61/22.91	c Max Tuples generated 0
22.61/22.91	c relations : 84
22.61/22.91	c relations BDD: 0
22.61/22.91	c sampling 0/0
22.61/22.91	c vars : 7201 - clauses :  674680
22.61/22.91	
22.61/22.97	 
22.61/22.97	c --- SAT Solver Stats ---
22.61/22.97	 
22.61/22.97	c eSAT 0.1 : minisat core with additionnal features
22.61/22.97	c ============================[ Problem Statistics ]=============================
22.61/22.97	c |                                                                             |
22.61/22.98	c |  Number of variables:  7200                                                 |
22.61/22.98	c |  Number of clauses:    674680                                               |
23.05/23.46	c |  Parsing time:         0.42         s                                       |
44.04/44.66	c restarts              : 149
44.04/44.66	c conflicts             : 9743           (455 /sec)
44.04/44.66	c decisions             : 148072         (70.37 % random) (6922 /sec)
44.04/44.66	c euip                  : 3108        
44.04/44.66	c propagations          : 3988910        (186470 /sec)
44.04/44.66	c conflict literals     : 1780313        (12.28 % deleted)
44.04/44.66	c Memory used           : 38.74 MB
44.04/44.66	c CPU time              : 21.3917 s
44.04/44.66	c 
44.04/44.66	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-1100367-1215286977/watcher-1100367-1215286977 -o /tmp/evaluation-result-1100367-1215286977/solver-1100367-1215286977 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1100367-1215286977.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.95 1.98 1.99 4/90 29229
/proc/meminfo: memFree=1634504/2055920 swapFree=4156384/4192956
[pid=29229] ppid=29227 vsize=8652 CPUtime=0
/proc/29229/stat : 29229 (galacE.sh) S 29227 29229 25713 0 -1 4194304 346 0 0 0 0 0 0 0 16 0 1 0 712664160 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 226237803354 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29229/statm: 2163 280 208 79 0 156 0
[pid=29230] ppid=29229 vsize=8688 CPUtime=0
/proc/29230/stat : 29230 (galacE.sh) S 29229 29229 25713 0 -1 4194368 36 0 0 0 0 0 0 0 17 0 1 0 712664161 8896512 286 996147200 4194304 4520092 548682068832 18446744073709551615 226238365778 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/29230/statm: 2172 286 209 79 0 165 0
[pid=29231] ppid=29230 vsize=8728 CPUtime=0
/proc/29231/stat : 29231 (galacE.sh) R 29230 29229 25713 0 -1 4194368 25 0 0 0 0 0 0 0 19 0 1 0 712664161 8937472 290 996147200 4194304 4520092 548682068832 18446744073709551615 226238197031 0 0 3674112 73728 0 0 0 17 1 0 0
/proc/29231/statm: 2182 290 209 79 0 175 0

[startup+0.012907 s]
/proc/loadavg: 1.95 1.98 1.99 4/90 29229
/proc/meminfo: memFree=1634504/2055920 swapFree=4156384/4192956
[pid=29229] ppid=29227 vsize=8652 CPUtime=0
/proc/29229/stat : 29229 (galacE.sh) S 29227 29229 25713 0 -1 4194304 346 0 0 0 0 0 0 0 16 0 1 0 712664160 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 226237803354 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29229/statm: 2163 280 208 79 0 156 0
[pid=29230] ppid=29229 vsize=8688 CPUtime=0
/proc/29230/stat : 29230 (galacE.sh) S 29229 29229 25713 0 -1 4194368 36 0 0 0 0 0 0 0 17 0 1 0 712664161 8896512 286 996147200 4194304 4520092 548682068832 18446744073709551615 226238365778 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/29230/statm: 2172 286 209 79 0 165 0
[pid=29231] ppid=0 vsize=0 CPUtime=0
/proc/29231/stat : 29231 (id) X 0 -1 -1 0 -1 4194316 0 0 0 0 0 0 0 0 16 0 0 0 712664161 0 0 996147200 0 0 0 0 0 0 0 0 0 18446744071563351923 0 0 17 1 0 0
/proc/29231/statm: -- couldn't open statm file --Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 17340

[startup+0.110908 s]
/proc/loadavg: 1.95 1.98 1.99 4/90 29229
/proc/meminfo: memFree=1634504/2055920 swapFree=4156384/4192956
[pid=29229] ppid=29227 vsize=47556 CPUtime=0.01
/proc/29229/stat : 29229 (galacE.sh) S 29227 29229 25713 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 712664160 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 226237803354 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29229/statm: 11889 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+0.301942 s]
/proc/loadavg: 1.95 1.98 1.99 4/90 29229
/proc/meminfo: memFree=1634504/2055920 swapFree=4156384/4192956
[pid=29229] ppid=29227 vsize=47556 CPUtime=0.01
/proc/29229/stat : 29229 (galacE.sh) S 29227 29229 25713 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 712664160 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 226237803354 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29229/statm: 11889 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+0.702024 s]
/proc/loadavg: 1.95 1.98 1.99 4/90 29229
/proc/meminfo: memFree=1634504/2055920 swapFree=4156384/4192956
[pid=29229] ppid=29227 vsize=47556 CPUtime=0.01
/proc/29229/stat : 29229 (galacE.sh) S 29227 29229 25713 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 712664160 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 226237803354 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29229/statm: 11889 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+1.50215 s]
/proc/loadavg: 1.95 1.98 1.99 3/100 29251
/proc/meminfo: memFree=1556216/2055920 swapFree=4156384/4192956
[pid=29229] ppid=29227 vsize=47556 CPUtime=0.01
/proc/29229/stat : 29229 (galacE.sh) S 29227 29229 25713 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 712664160 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 226237803354 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29229/statm: 11889 365 246 79 0 219 0
[pid=29243] ppid=29229 vsize=812416 CPUtime=1.43
/proc/29243/stat : 29243 (java) S 29229 29229 25713 0 -1 0 22574 0 1 0 131 12 0 0 18 0 9 0 712664164 831913984 21991 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29243/statm: 203104 21991 1889 9 0 197138 0
[pid=29243/tid=29244] ppid=29229 vsize=812416 CPUtime=1.19
/proc/29243/task/29244/stat : 29244 (java) R 29229 29229 25713 0 -1 64 14479 0 1 0 111 8 0 0 25 0 9 0 712664165 831913984 21991 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29243/tid=29245] ppid=29229 vsize=812416 CPUtime=0.1
/proc/29243/task/29245/stat : 29245 (java) R 29229 29229 25713 0 -1 64 6642 0 0 0 7 3 0 0 16 0 9 0 712664167 831913984 21991 996147200 134512640 134550740 4294955600 18446744073709551615 102674864 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29243/tid=29246] ppid=29229 vsize=812416 CPUtime=0
/proc/29243/task/29246/stat : 29246 (java) S 29229 29229 25713 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 712664167 831913984 21991 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29243/tid=29247] ppid=29229 vsize=812416 CPUtime=0
/proc/29243/task/29247/stat : 29247 (java) S 29229 29229 25713 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 712664167 831913984 21991 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29243/tid=29248] ppid=29229 vsize=812416 CPUtime=0
/proc/29243/task/29248/stat : 29248 (java) S 29229 29229 25713 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 712664169 831913984 21991 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29243/tid=29249] ppid=29229 vsize=812416 CPUtime=0.12
/proc/29243/task/29249/stat : 29249 (java) S 29229 29229 25713 0 -1 64 753 0 0 0 12 0 0 0 16 0 9 0 712664169 831913984 21991 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29243/tid=29250] ppid=29229 vsize=812416 CPUtime=0
/proc/29243/task/29250/stat : 29250 (java) S 29229 29229 25713 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 712664169 831913984 21991 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29243/tid=29251] ppid=29229 vsize=812416 CPUtime=0
/proc/29243/task/29251/stat : 29251 (java) S 29229 29229 25713 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 712664169 831913984 21991 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) 859972

[startup+3.10141 s]
/proc/loadavg: 1.95 1.98 1.99 3/100 29251
/proc/meminfo: memFree=1545784/2055920 swapFree=4156384/4192956
[pid=29229] ppid=29227 vsize=47556 CPUtime=0.01
/proc/29229/stat : 29229 (galacE.sh) S 29227 29229 25713 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 712664160 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 226237803354 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29229/statm: 11889 365 246 79 0 219 0
[pid=29243] ppid=29229 vsize=812416 CPUtime=3.02
/proc/29243/stat : 29243 (java) S 29229 29229 25713 0 -1 0 24414 0 1 0 288 14 0 0 18 0 9 0 712664164 831913984 23827 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29243/statm: 203104 23827 1892 9 0 197138 0
[pid=29243/tid=29244] ppid=29229 vsize=812416 CPUtime=2.67
/proc/29243/task/29244/stat : 29244 (java) R 29229 29229 25713 0 -1 64 14493 0 1 0 259 8 0 0 25 0 9 0 712664165 831913984 23827 996147200 134512640 134550740 4294955600 18446744073709551615 4126835729 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29243/tid=29245] ppid=29229 vsize=812416 CPUtime=0.16
/proc/29243/task/29245/stat : 29245 (java) S 29229 29229 25713 0 -1 64 8444 0 0 0 12 4 0 0 17 0 9 0 712664167 831913984 23827 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29243/tid=29246] ppid=29229 vsize=812416 CPUtime=0
/proc/29243/task/29246/stat : 29246 (java) S 29229 29229 25713 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 712664167 831913984 23827 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29243/tid=29247] ppid=29229 vsize=812416 CPUtime=0
/proc/29243/task/29247/stat : 29247 (java) S 29229 29229 25713 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 712664167 831913984 23827 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29243/tid=29248] ppid=29229 vsize=812416 CPUtime=0
/proc/29243/task/29248/stat : 29248 (java) S 29229 29229 25713 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 712664169 831913984 23827 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29243/tid=29249] ppid=29229 vsize=812416 CPUtime=0.15
/proc/29243/task/29249/stat : 29249 (java) S 29229 29229 25713 0 -1 64 777 0 0 0 15 0 0 0 16 0 9 0 712664169 831913984 23827 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29243/tid=29250] ppid=29229 vsize=812416 CPUtime=0
/proc/29243/task/29250/stat : 29250 (java) S 29229 29229 25713 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 712664169 831913984 23827 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29243/tid=29251] ppid=29229 vsize=812416 CPUtime=0
/proc/29243/task/29251/stat : 29251 (java) S 29229 29229 25713 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 712664169 831913984 23827 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 859972

[startup+6.30295 s]
/proc/loadavg: 1.95 1.98 1.99 3/100 29251
/proc/meminfo: memFree=1528056/2055920 swapFree=4156384/4192956
[pid=29229] ppid=29227 vsize=47556 CPUtime=0.01
/proc/29229/stat : 29229 (galacE.sh) S 29227 29229 25713 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 712664160 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 226237803354 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29229/statm: 11889 365 246 79 0 219 0
[pid=29243] ppid=29229 vsize=812548 CPUtime=6.19
/proc/29243/stat : 29243 (java) S 29229 29229 25713 0 -1 0 28602 0 1 0 602 17 0 0 18 0 9 0 712664164 832049152 28007 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29243/statm: 203137 28007 1914 9 0 197171 0
[pid=29243/tid=29244] ppid=29229 vsize=812548 CPUtime=5.61
/proc/29243/task/29244/stat : 29244 (java) R 29229 29229 25713 0 -1 64 14541 0 1 0 552 9 0 0 25 0 9 0 712664165 832049152 28007 996147200 134512640 134550740 4294955600 18446744073709551615 103648790 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29243/tid=29245] ppid=29229 vsize=812548 CPUtime=0.33
/proc/29243/task/29245/stat : 29245 (java) S 29229 29229 25713 0 -1 64 12541 0 0 0 27 6 0 0 16 0 9 0 712664167 832049152 28007 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29243/tid=29246] ppid=29229 vsize=812548 CPUtime=0
/proc/29243/task/29246/stat : 29246 (java) S 29229 29229 25713 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 712664167 832049152 28007 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29243/tid=29247] ppid=29229 vsize=812548 CPUtime=0
/proc/29243/task/29247/stat : 29247 (java) S 29229 29229 25713 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 712664167 832049152 28007 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29243/tid=29248] ppid=29229 vsize=812548 CPUtime=0
/proc/29243/task/29248/stat : 29248 (java) S 29229 29229 25713 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 712664169 832049152 28007 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29243/tid=29249] ppid=29229 vsize=812548 CPUtime=0.21
/proc/29243/task/29249/stat : 29249 (java) S 29229 29229 25713 0 -1 64 820 0 0 0 21 0 0 0 16 0 9 0 712664169 832049152 28007 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29243/tid=29250] ppid=29229 vsize=812548 CPUtime=0
/proc/29243/task/29250/stat : 29250 (java) S 29229 29229 25713 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 712664169 832049152 28007 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29243/tid=29251] ppid=29229 vsize=812548 CPUtime=0
/proc/29243/task/29251/stat : 29251 (java) S 29229 29229 25713 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 712664169 832049152 28007 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 860104

[startup+12.703 s]
/proc/loadavg: 1.96 1.98 1.99 3/100 29251
/proc/meminfo: memFree=1522360/2055920 swapFree=4156384/4192956
[pid=29229] ppid=29227 vsize=47556 CPUtime=0.01
/proc/29229/stat : 29229 (galacE.sh) S 29227 29229 25713 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 712664160 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 226237803354 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29229/statm: 11889 365 246 79 0 219 0
[pid=29243] ppid=29229 vsize=812548 CPUtime=12.51
/proc/29243/stat : 29243 (java) S 29229 29229 25713 0 -1 0 28616 0 1 0 1232 19 0 0 18 0 9 0 712664164 832049152 28007 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29243/statm: 203137 28007 1914 9 0 197171 0
[pid=29243/tid=29244] ppid=29229 vsize=812548 CPUtime=11.93
/proc/29243/task/29244/stat : 29244 (java) R 29229 29229 25713 0 -1 64 14555 0 1 0 1181 12 0 0 25 0 9 0 712664165 832049152 28007 996147200 134512640 134550740 4294955600 18446744073709551615 4126723611 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29243/tid=29245] ppid=29229 vsize=812548 CPUtime=0.34
/proc/29243/task/29245/stat : 29245 (java) S 29229 29229 25713 0 -1 64 12541 0 0 0 28 6 0 0 16 0 9 0 712664167 832049152 28007 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29243/tid=29246] ppid=29229 vsize=812548 CPUtime=0
/proc/29243/task/29246/stat : 29246 (java) S 29229 29229 25713 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 712664167 832049152 28007 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29243/tid=29247] ppid=29229 vsize=812548 CPUtime=0
/proc/29243/task/29247/stat : 29247 (java) S 29229 29229 25713 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 712664167 832049152 28007 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29243/tid=29248] ppid=29229 vsize=812548 CPUtime=0
/proc/29243/task/29248/stat : 29248 (java) S 29229 29229 25713 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 712664169 832049152 28007 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29243/tid=29249] ppid=29229 vsize=812548 CPUtime=0.21
/proc/29243/task/29249/stat : 29249 (java) S 29229 29229 25713 0 -1 64 820 0 0 0 21 0 0 0 16 0 9 0 712664169 832049152 28007 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29243/tid=29250] ppid=29229 vsize=812548 CPUtime=0
/proc/29243/task/29250/stat : 29250 (java) S 29229 29229 25713 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 712664169 832049152 28007 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29243/tid=29251] ppid=29229 vsize=812548 CPUtime=0
/proc/29243/task/29251/stat : 29251 (java) S 29229 29229 25713 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 712664169 832049152 28007 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 860104

[startup+25.5012 s]
/proc/loadavg: 1.97 1.98 1.99 3/92 29252
/proc/meminfo: memFree=1578744/2055920 swapFree=4156384/4192956
[pid=29229] ppid=29227 vsize=47556 CPUtime=22.65
/proc/29229/stat : 29229 (galacE.sh) S 29227 29229 25713 0 -1 4194304 800 30355 0 1 0 0 2239 26 17 0 1 0 712664160 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 226237803354 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29229/statm: 11889 365 246 79 0 219 0
[pid=29252] ppid=29229 vsize=44012 CPUtime=2.48
/proc/29252/stat : 29252 (eSAT_static) R 29229 29229 25713 0 -1 4194304 10845 0 0 0 242 6 0 0 25 0 1 0 712666458 45068288 10827 996147200 134512640 135177480 4294955968 18446744073709551615 134537311 0 0 4096 3 0 0 0 17 1 0 0
/proc/29252/statm: 11003 10827 75 162 0 10838 0
Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 91568

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

[startup+38.3023 s]
/proc/loadavg: 1.97 1.98 1.99 3/92 29252
/proc/meminfo: memFree=1582840/2055920 swapFree=4156384/4192956
[pid=29229] ppid=29227 vsize=47556 CPUtime=22.65
/proc/29229/stat : 29229 (galacE.sh) S 29227 29229 25713 0 -1 4194304 800 30355 0 1 0 0 2239 26 17 0 1 0 712664160 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 226237803354 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29229/statm: 11889 365 246 79 0 219 0
[pid=29252] ppid=29229 vsize=39664 CPUtime=15.16
/proc/29252/stat : 29252 (eSAT_static) R 29229 29229 25713 0 -1 4194304 11509 0 0 0 1509 7 0 0 25 0 1 0 712666458 40615936 9783 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/29252/statm: 9916 9783 80 162 0 9751 0
Current children cumulated CPU time (s) 37.81
Current children cumulated vsize (KiB) 87220

[startup+41.5019 s]
/proc/loadavg: 1.97 1.98 1.99 3/92 29252
/proc/meminfo: memFree=1582840/2055920 swapFree=4156384/4192956
[pid=29229] ppid=29227 vsize=47556 CPUtime=22.65
/proc/29229/stat : 29229 (galacE.sh) S 29227 29229 25713 0 -1 4194304 800 30355 0 1 0 0 2239 26 17 0 1 0 712664160 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 226237803354 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29229/statm: 11889 365 246 79 0 219 0
[pid=29252] ppid=29229 vsize=39664 CPUtime=18.32
/proc/29252/stat : 29252 (eSAT_static) R 29229 29229 25713 0 -1 4194304 11515 0 0 0 1825 7 0 0 25 0 1 0 712666458 40615936 9789 996147200 134512640 135177480 4294955968 18446744073709551615 134565419 0 0 4096 3 0 0 0 17 1 0 0
/proc/29252/statm: 9916 9789 80 162 0 9751 0
Current children cumulated CPU time (s) 40.97
Current children cumulated vsize (KiB) 87220

[startup+43.1021 s]
/proc/loadavg: 1.97 1.98 1.99 3/92 29252
/proc/meminfo: memFree=1582904/2055920 swapFree=4156384/4192956
[pid=29229] ppid=29227 vsize=47556 CPUtime=22.65
/proc/29229/stat : 29229 (galacE.sh) S 29227 29229 25713 0 -1 4194304 800 30355 0 1 0 0 2239 26 17 0 1 0 712664160 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 226237803354 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29229/statm: 11889 365 246 79 0 219 0
[pid=29252] ppid=29229 vsize=39664 CPUtime=19.9
/proc/29252/stat : 29252 (eSAT_static) R 29229 29229 25713 0 -1 4194304 11515 0 0 0 1983 7 0 0 25 0 1 0 712666458 40615936 9789 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/29252/statm: 9916 9789 80 162 0 9751 0
Current children cumulated CPU time (s) 42.55
Current children cumulated vsize (KiB) 87220

[startup+43.9013 s]
/proc/loadavg: 1.97 1.98 1.99 3/92 29252
/proc/meminfo: memFree=1582904/2055920 swapFree=4156384/4192956
[pid=29229] ppid=29227 vsize=47556 CPUtime=22.65
/proc/29229/stat : 29229 (galacE.sh) S 29227 29229 25713 0 -1 4194304 800 30355 0 1 0 0 2239 26 17 0 1 0 712664160 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 226237803354 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29229/statm: 11889 365 246 79 0 219 0
[pid=29252] ppid=29229 vsize=39664 CPUtime=20.69
/proc/29252/stat : 29252 (eSAT_static) R 29229 29229 25713 0 -1 4194304 11515 0 0 0 2062 7 0 0 25 0 1 0 712666458 40615936 9789 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/29252/statm: 9916 9789 80 162 0 9751 0
Current children cumulated CPU time (s) 43.34
Current children cumulated vsize (KiB) 87220

[startup+44.3013 s]
/proc/loadavg: 1.97 1.98 1.99 3/92 29252
/proc/meminfo: memFree=1582904/2055920 swapFree=4156384/4192956
[pid=29229] ppid=29227 vsize=47556 CPUtime=22.65
/proc/29229/stat : 29229 (galacE.sh) S 29227 29229 25713 0 -1 4194304 800 30355 0 1 0 0 2239 26 17 0 1 0 712664160 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 226237803354 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29229/statm: 11889 365 246 79 0 219 0
[pid=29252] ppid=29229 vsize=39664 CPUtime=21.09
/proc/29252/stat : 29252 (eSAT_static) R 29229 29229 25713 0 -1 4194304 11516 0 0 0 2102 7 0 0 25 0 1 0 712666458 40615936 9790 996147200 134512640 135177480 4294955968 18446744073709551615 134560993 0 0 4096 3 0 0 0 17 1 0 0
/proc/29252/statm: 9916 9790 80 162 0 9751 0
Current children cumulated CPU time (s) 43.74
Current children cumulated vsize (KiB) 87220

[startup+44.5014 s]
/proc/loadavg: 1.97 1.98 1.99 3/92 29252
/proc/meminfo: memFree=1582904/2055920 swapFree=4156384/4192956
[pid=29229] ppid=29227 vsize=47556 CPUtime=22.65
/proc/29229/stat : 29229 (galacE.sh) S 29227 29229 25713 0 -1 4194304 800 30355 0 1 0 0 2239 26 17 0 1 0 712664160 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 226237803354 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29229/statm: 11889 365 246 79 0 219 0
[pid=29252] ppid=29229 vsize=39664 CPUtime=21.29
/proc/29252/stat : 29252 (eSAT_static) R 29229 29229 25713 0 -1 4194304 11516 0 0 0 2122 7 0 0 25 0 1 0 712666458 40615936 9790 996147200 134512640 135177480 4294955968 18446744073709551615 134565457 0 0 4096 3 0 0 0 17 1 0 0
/proc/29252/statm: 9916 9790 80 162 0 9751 0
Current children cumulated CPU time (s) 43.94
Current children cumulated vsize (KiB) 87220

[startup+44.6014 s]
/proc/loadavg: 1.97 1.98 1.99 3/92 29252
/proc/meminfo: memFree=1582904/2055920 swapFree=4156384/4192956
[pid=29229] ppid=29227 vsize=47556 CPUtime=22.65
/proc/29229/stat : 29229 (galacE.sh) S 29227 29229 25713 0 -1 4194304 800 30355 0 1 0 0 2239 26 17 0 1 0 712664160 48697344 365 996147200 4194304 4520092 548682068832 18446744073709551615 226237803354 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29229/statm: 11889 365 246 79 0 219 0
[pid=29252] ppid=29229 vsize=39664 CPUtime=21.39
/proc/29252/stat : 29252 (eSAT_static) R 29229 29229 25713 0 -1 4194304 11516 0 0 0 2132 7 0 0 25 0 1 0 712666458 40615936 9790 996147200 134512640 135177480 4294955968 18446744073709551615 134565537 0 0 4096 3 0 0 0 17 1 0 0
/proc/29252/statm: 9916 9790 80 162 0 9751 0
Current children cumulated CPU time (s) 44.04
Current children cumulated vsize (KiB) 87220

Child status: 0
Real time (s): 44.6875
CPU time (s): 44.1503
CPU user time (s): 43.7893
CPU system time (s): 0.360945
CPU usage (%): 98.7979
Max. virtual memory (cumulated for all children) (KiB): 860104

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 43.7893
system time used= 0.360945
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 42872
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= 1769
involuntary context switches= 3603

runsolver used 0.050992 second user time and 0.170974 second system time

The end

Launcher Data (download as text)

Begin job on node58 at 2008-07-05 21:42:58
IDJOB=1100367
IDBENCH=59900
IDSOLVER=351
FILE ID=node58/1100367-1215286977
PBS_JOBID= 7882213
Free space on /tmp= 66556 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= d174f30dff34b2f3c393d12ebce78d94
RANDOM SEED=1153714423

node58.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.261
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.261
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:       1634984 kB
Buffers:         35344 kB
Cached:         180808 kB
SwapCached:      30960 kB
Active:         298008 kB
Inactive:        65792 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1634984 kB
SwapTotal:     4192956 kB
SwapFree:      4156384 kB
Dirty:            4900 kB
Writeback:           0 kB
Mapped:         160064 kB
Slab:            41436 kB
Committed_AS:  1911212 kB
PageTables:       2468 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 node58 at 2008-07-05 21:43:42