Trace number 1101643

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 182.752 183.702

General information on the benchmark

Namecsp/rand-2-40-19-fcd/
normalized-rand-2-40-19-443-230-fcd-40_ext.xml
MD5SUM475027220ac5ca986d827b8cd64d6c87
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 benchmark6.71898
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints351
Maximum constraint arity2
Maximum domain size19
Number of constraints which are defined in extension351
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.96/1.05	c start processing
0.96/1.05	c start relation processing
0.96/1.07	c start cnf exporting
2.05/2.16	c parsing time : 0.929
2.05/2.16	c preprocessing time : 2.039
2.05/2.16	
2.05/2.16	c Nary constraints - conflicts : 0 supports : 0
2.05/2.16	c Binary constraints - conflicts : 336 supports :15
2.05/2.16	c max arity constraint : 2
2.05/2.16	c Max Tuples generated 0
2.05/2.16	c relations : 351
2.05/2.16	c relations BDD: 0
2.05/2.16	c sampling 0/0
2.05/2.17	c vars : 761 - clauses :  39164
2.05/2.17	
2.05/2.20	 
2.05/2.20	c --- SAT Solver Stats ---
2.05/2.20	 
2.05/2.20	c eSAT 0.1 : minisat core with additionnal features
2.05/2.20	c ============================[ Problem Statistics ]=============================
2.05/2.20	c |                                                                             |
2.05/2.20	c |  Number of variables:  760                                                  |
2.05/2.20	c |  Number of clauses:    39164                                                |
2.14/2.22	c |  Parsing time:         0.02         s                                       |
181.67/182.68	c restarts              : 462
181.67/182.68	c conflicts             : 373536         (2080 /sec)
181.67/182.68	c decisions             : 543794         (2.11 % random) (3029 /sec)
181.67/182.68	c euip                  : 36721       
181.67/182.68	c propagations          : 30535162       (170061 /sec)
181.67/182.68	c conflict literals     : 17728278       (44.81 % deleted)
181.67/182.68	c Memory used           : 29.53 MB
181.67/182.68	c CPU time              : 179.554 s
181.67/182.68	c 
181.67/182.68	s SATISFIABLE
182.65/183.70	v 9 3 11 9 8 17 0 6 18 12 1 16 1 12 2 5 12 17 0 2 9 17 1 7 13 0 15 9 10 7 3 12 2 12 2 2 10 9 13 4

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-1101643-1215293954/watcher-1101643-1215293954 -o /tmp/evaluation-result-1101643-1215293954/solver-1101643-1215293954 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1101643-1215293954.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 2.00 1.99 4/72 25319
/proc/meminfo: memFree=1753536/2055920 swapFree=4180080/4192956
[pid=25319] ppid=25317 vsize=5316 CPUtime=0
/proc/25319/stat : 25319 (galacE.sh) R 25317 25319 24791 0 -1 4194304 224 0 0 0 0 0 0 0 20 0 1 0 2008369424 5443584 188 996147200 4194304 4520092 548682068832 18446744073709551615 225609544407 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25319/statm: 1329 188 141 79 0 121 0

[startup+0.079087 s]
/proc/loadavg: 1.99 2.00 1.99 4/72 25319
/proc/meminfo: memFree=1753536/2055920 swapFree=4180080/4192956
[pid=25319] ppid=25317 vsize=47564 CPUtime=0.01
/proc/25319/stat : 25319 (galacE.sh) S 25317 25319 24791 0 -1 4194304 765 1697 0 0 0 0 0 1 23 0 1 0 2008369424 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 225611803482 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25319/statm: 11891 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.101409 s]
/proc/loadavg: 1.99 2.00 1.99 4/72 25319
/proc/meminfo: memFree=1753536/2055920 swapFree=4180080/4192956
[pid=25319] ppid=25317 vsize=47564 CPUtime=0.01
/proc/25319/stat : 25319 (galacE.sh) S 25317 25319 24791 0 -1 4194304 765 1697 0 0 0 0 0 1 23 0 1 0 2008369424 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 225611803482 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25319/statm: 11891 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.302425 s]
/proc/loadavg: 1.99 2.00 1.99 4/72 25319
/proc/meminfo: memFree=1753536/2055920 swapFree=4180080/4192956
[pid=25319] ppid=25317 vsize=47564 CPUtime=0.01
/proc/25319/stat : 25319 (galacE.sh) S 25317 25319 24791 0 -1 4194304 765 1697 0 0 0 0 0 1 23 0 1 0 2008369424 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 225611803482 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25319/statm: 11891 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.702461 s]
/proc/loadavg: 1.99 2.00 1.99 4/72 25319
/proc/meminfo: memFree=1753536/2055920 swapFree=4180080/4192956
[pid=25319] ppid=25317 vsize=47564 CPUtime=0.01
/proc/25319/stat : 25319 (galacE.sh) S 25317 25319 24791 0 -1 4194304 765 1697 0 0 0 0 0 1 23 0 1 0 2008369424 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 225611803482 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25319/statm: 11891 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+1.50253 s]
/proc/loadavg: 1.99 2.00 1.99 4/82 25341
/proc/meminfo: memFree=1683312/2055920 swapFree=4180080/4192956
[pid=25319] ppid=25317 vsize=47564 CPUtime=0.01
/proc/25319/stat : 25319 (galacE.sh) S 25317 25319 24791 0 -1 4194304 765 1697 0 0 0 0 0 1 23 0 1 0 2008369424 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 225611803482 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25319/statm: 11891 364 245 79 0 219 0
[pid=25333] ppid=25319 vsize=812764 CPUtime=1.44
/proc/25333/stat : 25333 (java) S 25319 25319 24791 0 -1 0 19884 0 1 0 132 12 0 0 18 0 9 0 2008369428 832270336 19301 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25333/statm: 203191 19301 1911 9 0 197172 0
[pid=25333/tid=25334] ppid=25319 vsize=812764 CPUtime=1.13
/proc/25333/task/25334/stat : 25334 (java) R 25319 25319 24791 0 -1 64 14535 0 1 0 104 9 0 0 25 0 9 0 2008369429 832270336 19301 996147200 134512640 134550740 4294955600 18446744073709551615 4126719558 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25333/tid=25335] ppid=25319 vsize=812764 CPUtime=0.03
/proc/25333/task/25335/stat : 25335 (java) S 25319 25319 24791 0 -1 64 3793 0 0 0 2 1 0 0 16 0 9 0 2008369430 832270336 19301 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25333/tid=25336] ppid=25319 vsize=812764 CPUtime=0
/proc/25333/task/25336/stat : 25336 (java) S 25319 25319 24791 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2008369430 832270336 19301 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25333/tid=25337] ppid=25319 vsize=812764 CPUtime=0
/proc/25333/task/25337/stat : 25337 (java) S 25319 25319 24791 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2008369430 832270336 19301 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25333/tid=25338] ppid=25319 vsize=812764 CPUtime=0
/proc/25333/task/25338/stat : 25338 (java) S 25319 25319 24791 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2008369432 832270336 19301 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25333/tid=25339] ppid=25319 vsize=812764 CPUtime=0.25
/proc/25333/task/25339/stat : 25339 (java) S 25319 25319 24791 0 -1 64 857 0 0 0 25 0 0 0 15 0 9 0 2008369433 832270336 19301 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25333/tid=25340] ppid=25319 vsize=812764 CPUtime=0
/proc/25333/task/25340/stat : 25340 (java) S 25319 25319 24791 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2008369433 832270336 19301 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25333/tid=25341] ppid=25319 vsize=812764 CPUtime=0
/proc/25333/task/25341/stat : 25341 (java) S 25319 25319 24791 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2008369433 832270336 19301 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) 860328

[startup+3.10167 s]
/proc/loadavg: 1.99 2.00 1.99 3/82 25341
/proc/meminfo: memFree=1676464/2055920 swapFree=4180080/4192956
[pid=25319] ppid=25317 vsize=47564 CPUtime=2.14
/proc/25319/stat : 25319 (galacE.sh) S 25317 25319 24791 0 -1 4194304 799 23057 0 1 0 0 198 16 17 0 1 0 2008369424 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 225611803482 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25319/statm: 11891 364 245 79 0 219 0
Current children cumulated CPU time (s) 2.14
Current children cumulated vsize (KiB) 47564

[startup+6.30194 s]
/proc/loadavg: 1.99 2.00 1.99 3/74 25342
/proc/meminfo: memFree=1746928/2055920 swapFree=4180080/4192956
[pid=25319] ppid=25317 vsize=47564 CPUtime=2.14
/proc/25319/stat : 25319 (galacE.sh) S 25317 25319 24791 0 -1 4194304 799 23057 0 1 0 0 198 16 17 0 1 0 2008369424 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 225611803482 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25319/statm: 11891 364 245 79 0 219 0
[pid=25342] ppid=25319 vsize=7060 CPUtime=4.08
/proc/25342/stat : 25342 (eSAT_static) R 25319 25319 24791 0 -1 4194304 1635 0 0 0 407 1 0 0 25 0 1 0 2008369644 7229440 1531 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/25342/statm: 1765 1531 81 162 0 1600 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 54624

[startup+12.7015 s]
/proc/loadavg: 1.99 2.00 1.99 3/74 25342
/proc/meminfo: memFree=1743984/2055920 swapFree=4180080/4192956
[pid=25319] ppid=25317 vsize=47564 CPUtime=2.14
/proc/25319/stat : 25319 (galacE.sh) S 25317 25319 24791 0 -1 4194304 799 23057 0 1 0 0 198 16 17 0 1 0 2008369424 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 225611803482 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25319/statm: 11891 364 245 79 0 219 0
[pid=25342] ppid=25319 vsize=9964 CPUtime=10.44
/proc/25342/stat : 25342 (eSAT_static) R 25319 25319 24791 0 -1 4194304 2348 0 0 0 1043 1 0 0 25 0 1 0 2008369644 10203136 2244 996147200 134512640 135177480 4294955968 18446744073709551615 134565331 0 0 4096 3 0 0 0 17 1 0 0
/proc/25342/statm: 2491 2244 81 162 0 2326 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 57528

[startup+25.5026 s]
/proc/loadavg: 1.99 2.00 1.99 3/74 25342
/proc/meminfo: memFree=1739568/2055920 swapFree=4180080/4192956
[pid=25319] ppid=25317 vsize=47564 CPUtime=2.14
/proc/25319/stat : 25319 (galacE.sh) S 25317 25319 24791 0 -1 4194304 799 23057 0 1 0 0 198 16 17 0 1 0 2008369424 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 225611803482 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25319/statm: 11891 364 245 79 0 219 0
[pid=25342] ppid=25319 vsize=14060 CPUtime=23.18
/proc/25342/stat : 25342 (eSAT_static) R 25319 25319 24791 0 -1 4194304 3348 0 0 0 2316 2 0 0 25 0 1 0 2008369644 14397440 3244 996147200 134512640 135177480 4294955968 18446744073709551615 134565438 0 0 4096 3 0 0 0 17 1 0 0
/proc/25342/statm: 3515 3244 81 162 0 3350 0
Current children cumulated CPU time (s) 25.32
Current children cumulated vsize (KiB) 61624

[startup+51.1028 s]
/proc/loadavg: 1.99 2.00 1.99 3/74 25342
/proc/meminfo: memFree=1736304/2055920 swapFree=4180080/4192956
[pid=25319] ppid=25317 vsize=47564 CPUtime=2.14
/proc/25319/stat : 25319 (galacE.sh) S 25317 25319 24791 0 -1 4194304 799 23057 0 1 0 0 198 16 17 0 1 0 2008369424 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 225611803482 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25319/statm: 11891 364 245 79 0 219 0
[pid=25342] ppid=25319 vsize=17628 CPUtime=48.66
/proc/25342/stat : 25342 (eSAT_static) R 25319 25319 24791 0 -1 4194304 4255 0 0 0 4862 4 0 0 25 0 1 0 2008369644 18051072 4151 996147200 134512640 135177480 4294955968 18446744073709551615 134565376 0 0 4096 3 0 0 0 17 1 0 0
/proc/25342/statm: 4407 4151 81 162 0 4242 0
Current children cumulated CPU time (s) 50.8
Current children cumulated vsize (KiB) 65192

[startup+102.306 s]
/proc/loadavg: 1.99 2.00 1.99 3/74 25342
/proc/meminfo: memFree=1727600/2055920 swapFree=4180080/4192956
[pid=25319] ppid=25317 vsize=47564 CPUtime=2.14
/proc/25319/stat : 25319 (galacE.sh) S 25317 25319 24791 0 -1 4194304 799 23057 0 1 0 0 198 16 17 0 1 0 2008369424 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 225611803482 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25319/statm: 11891 364 245 79 0 219 0
[pid=25342] ppid=25319 vsize=26024 CPUtime=99.61
/proc/25342/stat : 25342 (eSAT_static) R 25319 25319 24791 0 -1 4194304 6347 0 0 0 9956 5 0 0 25 0 1 0 2008369644 26648576 6243 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/25342/statm: 6506 6243 81 162 0 6341 0
Current children cumulated CPU time (s) 101.75
Current children cumulated vsize (KiB) 73588

[startup+162.302 s]
/proc/loadavg: 1.99 2.00 1.99 3/74 25342
/proc/meminfo: memFree=1725104/2055920 swapFree=4180080/4192956
[pid=25319] ppid=25317 vsize=47564 CPUtime=2.14
/proc/25319/stat : 25319 (galacE.sh) S 25317 25319 24791 0 -1 4194304 799 23057 0 1 0 0 198 16 17 0 1 0 2008369424 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 225611803482 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25319/statm: 11891 364 245 79 0 219 0
[pid=25342] ppid=25319 vsize=28756 CPUtime=159.33
/proc/25342/stat : 25342 (eSAT_static) R 25319 25319 24791 0 -1 4194304 6962 0 0 0 15927 6 0 0 25 0 1 0 2008369644 29446144 6858 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/25342/statm: 7189 6858 81 162 0 7024 0
Current children cumulated CPU time (s) 161.47
Current children cumulated vsize (KiB) 76320

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

[startup+166.302 s]
/proc/loadavg: 1.99 2.00 1.99 3/74 25342
/proc/meminfo: memFree=1724528/2055920 swapFree=4180080/4192956
[pid=25319] ppid=25317 vsize=47564 CPUtime=2.14
/proc/25319/stat : 25319 (galacE.sh) S 25317 25319 24791 0 -1 4194304 799 23057 0 1 0 0 198 16 17 0 1 0 2008369424 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 225611803482 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25319/statm: 11891 364 245 79 0 219 0
[pid=25342] ppid=25319 vsize=29284 CPUtime=163.31
/proc/25342/stat : 25342 (eSAT_static) R 25319 25319 24791 0 -1 4194304 7099 0 0 0 16325 6 0 0 25 0 1 0 2008369644 29986816 6995 996147200 134512640 135177480 4294955968 18446744073709551615 134565395 0 0 4096 3 0 0 0 17 1 0 0
/proc/25342/statm: 7321 6995 81 162 0 7156 0
Current children cumulated CPU time (s) 165.45
Current children cumulated vsize (KiB) 76848

[startup+172.706 s]
/proc/loadavg: 1.99 2.00 1.99 3/74 25342
/proc/meminfo: memFree=1723760/2055920 swapFree=4180080/4192956
[pid=25319] ppid=25317 vsize=47564 CPUtime=2.14
/proc/25319/stat : 25319 (galacE.sh) S 25317 25319 24791 0 -1 4194304 799 23057 0 1 0 0 198 16 17 0 1 0 2008369424 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 225611803482 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25319/statm: 11891 364 245 79 0 219 0
[pid=25342] ppid=25319 vsize=30100 CPUtime=169.68
/proc/25342/stat : 25342 (eSAT_static) R 25319 25319 24791 0 -1 4194304 7303 0 0 0 16962 6 0 0 25 0 1 0 2008369644 30822400 7199 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/25342/statm: 7525 7199 81 162 0 7360 0
Current children cumulated CPU time (s) 171.82
Current children cumulated vsize (KiB) 77664

[startup+179.102 s]
/proc/loadavg: 1.99 2.00 1.99 3/74 25342
/proc/meminfo: memFree=1723376/2055920 swapFree=4180080/4192956
[pid=25319] ppid=25317 vsize=47564 CPUtime=2.14
/proc/25319/stat : 25319 (galacE.sh) S 25317 25319 24791 0 -1 4194304 799 23057 0 1 0 0 198 16 17 0 1 0 2008369424 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 225611803482 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25319/statm: 11891 364 245 79 0 219 0
[pid=25342] ppid=25319 vsize=30232 CPUtime=176.05
/proc/25342/stat : 25342 (eSAT_static) R 25319 25319 24791 0 -1 4194304 7356 0 0 0 17599 6 0 0 25 0 1 0 2008369644 30957568 7252 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/25342/statm: 7558 7252 81 162 0 7393 0
Current children cumulated CPU time (s) 178.19
Current children cumulated vsize (KiB) 77796

[startup+180.703 s]
/proc/loadavg: 1.99 2.00 1.99 3/74 25342
/proc/meminfo: memFree=1723376/2055920 swapFree=4180080/4192956
[pid=25319] ppid=25317 vsize=47564 CPUtime=2.14
/proc/25319/stat : 25319 (galacE.sh) S 25317 25319 24791 0 -1 4194304 799 23057 0 1 0 0 198 16 17 0 1 0 2008369424 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 225611803482 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25319/statm: 11891 364 245 79 0 219 0
[pid=25342] ppid=25319 vsize=30232 CPUtime=177.64
/proc/25342/stat : 25342 (eSAT_static) R 25319 25319 24791 0 -1 4194304 7356 0 0 0 17758 6 0 0 25 0 1 0 2008369644 30957568 7252 996147200 134512640 135177480 4294955968 18446744073709551615 134565608 0 0 4096 3 0 0 0 17 1 0 0
/proc/25342/statm: 7558 7252 81 162 0 7393 0
Current children cumulated CPU time (s) 179.78
Current children cumulated vsize (KiB) 77796

[startup+182.301 s]
/proc/loadavg: 1.99 2.00 1.99 3/74 25342
/proc/meminfo: memFree=1723376/2055920 swapFree=4180080/4192956
[pid=25319] ppid=25317 vsize=47564 CPUtime=2.14
/proc/25319/stat : 25319 (galacE.sh) S 25317 25319 24791 0 -1 4194304 799 23057 0 1 0 0 198 16 17 0 1 0 2008369424 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 225611803482 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25319/statm: 11891 364 245 79 0 219 0
[pid=25342] ppid=25319 vsize=30232 CPUtime=179.23
/proc/25342/stat : 25342 (eSAT_static) R 25319 25319 24791 0 -1 4194304 7356 0 0 0 17917 6 0 0 25 0 1 0 2008369644 30957568 7252 996147200 134512640 135177480 4294955968 18446744073709551615 134565331 0 0 4096 3 0 0 0 17 1 0 0
/proc/25342/statm: 7558 7252 81 162 0 7393 0
Current children cumulated CPU time (s) 181.37
Current children cumulated vsize (KiB) 77796

[startup+183.101 s]
/proc/loadavg: 1.99 2.00 1.99 3/74 25342
/proc/meminfo: memFree=1723376/2055920 swapFree=4180080/4192956
[pid=25319] ppid=25317 vsize=47564 CPUtime=181.76
/proc/25319/stat : 25319 (galacE.sh) S 25317 25319 24791 0 -1 4194304 835 30425 0 1 0 0 18153 23 16 0 1 0 2008369424 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 225612365906 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/25319/statm: 11891 365 245 79 0 219 0
Current children cumulated CPU time (s) 181.76
Current children cumulated vsize (KiB) 47564

[startup+183.501 s]
/proc/loadavg: 1.99 2.00 1.99 3/74 25342
/proc/meminfo: memFree=1723376/2055920 swapFree=4180080/4192956
[pid=25319] ppid=25317 vsize=47564 CPUtime=181.76
/proc/25319/stat : 25319 (galacE.sh) S 25317 25319 24791 0 -1 4194304 835 30425 0 1 0 0 18153 23 16 0 1 0 2008369424 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 225612365906 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/25319/statm: 11891 365 245 79 0 219 0
Current children cumulated CPU time (s) 181.76
Current children cumulated vsize (KiB) 47564

[startup+183.601 s]
/proc/loadavg: 1.99 2.00 1.99 4/82 25351
/proc/meminfo: memFree=1709488/2055920 swapFree=4180080/4192956
[pid=25319] ppid=25317 vsize=47564 CPUtime=181.76
/proc/25319/stat : 25319 (galacE.sh) S 25317 25319 24791 0 -1 4194304 835 30425 0 1 0 0 18153 23 16 0 1 0 2008369424 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 225612365906 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/25319/statm: 11891 365 245 79 0 219 0
[pid=25343] ppid=25319 vsize=812772 CPUtime=0.89
/proc/25343/stat : 25343 (java) S 25319 25319 24791 0 -1 0 13011 0 1 0 82 7 0 0 18 0 9 0 2008387693 832278528 12434 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25343/statm: 203193 12434 1858 9 0 197174 0
[pid=25343/tid=25344] ppid=25319 vsize=812772 CPUtime=0.67
/proc/25343/task/25344/stat : 25344 (java) R 25319 25319 24791 0 -1 64 11475 0 1 0 62 5 0 0 23 0 9 0 2008387694 832278528 12434 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=25343/tid=25345] ppid=25319 vsize=812772 CPUtime=0
/proc/25343/task/25345/stat : 25345 (java) S 25319 25319 24791 0 -1 64 4 0 0 0 0 0 0 0 19 0 9 0 2008387696 832278528 12434 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 1 0 0
[pid=25343/tid=25346] ppid=25319 vsize=812772 CPUtime=0
/proc/25343/task/25346/stat : 25346 (java) S 25319 25319 24791 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 2008387696 832278528 12434 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=25343/tid=25347] ppid=25319 vsize=812772 CPUtime=0
/proc/25343/task/25347/stat : 25347 (java) S 25319 25319 24791 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2008387696 832278528 12434 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=25343/tid=25348] ppid=25319 vsize=812772 CPUtime=0
/proc/25343/task/25348/stat : 25348 (java) S 25319 25319 24791 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2008387698 832278528 12434 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=25343/tid=25349] ppid=25319 vsize=812772 CPUtime=0.19
/proc/25343/task/25349/stat : 25349 (java) R 25319 25319 24791 0 -1 64 823 0 0 0 19 0 0 0 16 0 9 0 2008387698 832278528 12434 996147200 134512640 134550740 4294955616 18446744073709551615 102719022 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=25343/tid=25350] ppid=25319 vsize=812772 CPUtime=0
/proc/25343/task/25350/stat : 25350 (java) S 25319 25319 24791 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2008387698 832278528 12434 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=25343/tid=25351] ppid=25319 vsize=812772 CPUtime=0
/proc/25343/task/25351/stat : 25351 (java) S 25319 25319 24791 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2008387698 832278528 12434 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 182.65
Current children cumulated vsize (KiB) 860336

Child status: 0
Real time (s): 183.702
CPU time (s): 182.752
CPU user time (s): 182.418
CPU system time (s): 0.333949
CPU usage (%): 99.4828
Max. virtual memory (cumulated for all children) (KiB): 860336

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 182.418
system time used= 0.333949
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 44837
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= 1678
involuntary context switches= 3661

runsolver used 0.292955 second user time and 0.552915 second system time

The end

Launcher Data (download as text)

Begin job on node31 at 2008-07-05 23:39:14
IDJOB=1101643
IDBENCH=60054
IDSOLVER=351
FILE ID=node31/1101643-1215293954
PBS_JOBID= 7882348
Free space on /tmp= 66488 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 475027220ac5ca986d827b8cd64d6c87
RANDOM SEED=1325738448

node31.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.232
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.232
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:       1754016 kB
Buffers:         54204 kB
Cached:         180312 kB
SwapCached:       5728 kB
Active:         169212 kB
Inactive:        80656 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1754016 kB
SwapTotal:     4192956 kB
SwapFree:      4180080 kB
Dirty:            3324 kB
Writeback:           0 kB
Mapped:          23292 kB
Slab:            36992 kB
Committed_AS:  3285492 kB
PageTables:       1944 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= 66484 MiB
End job on node31 at 2008-07-05 23:42:18