Trace number 1097749

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 622.143 628.101

General information on the benchmark

Namecsp/tightness0.35/
normalized-rand-2-40-16-250-350-53_ext.xml
MD5SUM3c564f3ffd7477f6475721737883de7b
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 benchmark16.0056
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.95/1.01	c start processing
0.95/1.01	c start relation processing
0.95/1.02	c start cnf exporting
1.75/1.83	c parsing time : 0.889
1.75/1.83	c preprocessing time : 1.702
1.75/1.83	
1.75/1.83	c Nary constraints - conflicts : 0 supports : 0
1.75/1.83	c Binary constraints - conflicts : 250 supports :0
1.75/1.83	c max arity constraint : 2
1.75/1.83	c Max Tuples generated 0
1.75/1.83	c relations : 250
1.75/1.83	c relations BDD: 0
1.75/1.83	c sampling 0/0
1.75/1.83	c vars : 641 - clauses :  27315
1.75/1.83	
1.75/1.88	 
1.75/1.88	c --- SAT Solver Stats ---
1.75/1.88	 
1.75/1.88	c eSAT 0.1 : minisat core with additionnal features
1.75/1.88	c ============================[ Problem Statistics ]=============================
1.75/1.88	c |                                                                             |
1.75/1.88	c |  Number of variables:  640                                                  |
1.75/1.88	c |  Number of clauses:    27315                                                |
1.75/1.89	c |  Parsing time:         0.02         s                                       |
622.03/628.08	c restarts              : 811
622.03/628.08	c conflicts             : 990021         (1596 /sec)
622.03/628.08	c decisions             : 1366371        (1.46 % random) (2203 /sec)
622.03/628.08	c euip                  : 102596      
622.03/628.08	c propagations          : 72943192       (117606 /sec)
622.03/628.08	c conflict literals     : 31527984       (51.45 % deleted)
622.03/628.08	c Memory used           : 45.95 MB
622.03/628.08	c CPU time              : 620.233 s
622.03/628.08	c 
622.03/628.08	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-1097749-1215282818/watcher-1097749-1215282818 -o /tmp/evaluation-result-1097749-1215282818/solver-1097749-1215282818 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1097749-1215282818.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.04 2.09 2.03 4/81 23052
/proc/meminfo: memFree=1724360/2055920 swapFree=4179828/4192956
[pid=23052] ppid=23050 vsize=5224 CPUtime=0
/proc/23052/stat : 23052 (galacE.sh) R 23050 23052 18713 0 -1 4194304 63 0 0 0 0 0 0 0 21 0 1 0 2007255292 5349376 48 996147200 4194304 4520092 548682068832 18446744073709551615 254192698146 0 0 4096 0 0 0 0 17 1 0 0
/proc/23052/statm: 1306 48 37 79 0 104 0

[startup+0.078255 s]
/proc/loadavg: 2.04 2.09 2.03 4/81 23052
/proc/meminfo: memFree=1724360/2055920 swapFree=4179828/4192956
[pid=23052] ppid=23050 vsize=47564 CPUtime=0.01
/proc/23052/stat : 23052 (galacE.sh) S 23050 23052 18713 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 2007255292 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 254194936666 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23052/statm: 11891 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.101747 s]
/proc/loadavg: 2.04 2.09 2.03 4/81 23052
/proc/meminfo: memFree=1724360/2055920 swapFree=4179828/4192956
[pid=23052] ppid=23050 vsize=47564 CPUtime=0.01
/proc/23052/stat : 23052 (galacE.sh) S 23050 23052 18713 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 2007255292 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 254194936666 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23052/statm: 11891 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.302775 s]
/proc/loadavg: 2.04 2.09 2.03 4/81 23052
/proc/meminfo: memFree=1724360/2055920 swapFree=4179828/4192956
[pid=23052] ppid=23050 vsize=47564 CPUtime=0.01
/proc/23052/stat : 23052 (galacE.sh) S 23050 23052 18713 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 2007255292 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 254194936666 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23052/statm: 11891 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.701841 s]
/proc/loadavg: 2.04 2.09 2.03 4/81 23052
/proc/meminfo: memFree=1724360/2055920 swapFree=4179828/4192956
[pid=23052] ppid=23050 vsize=47564 CPUtime=0.01
/proc/23052/stat : 23052 (galacE.sh) S 23050 23052 18713 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 2007255292 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 254194936666 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23052/statm: 11891 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+1.50196 s]
/proc/loadavg: 2.04 2.09 2.03 3/91 23074
/proc/meminfo: memFree=1677176/2055920 swapFree=4179828/4192956
[pid=23052] ppid=23050 vsize=47564 CPUtime=0.01
/proc/23052/stat : 23052 (galacE.sh) S 23050 23052 18713 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 2007255292 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 254194936666 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23052/statm: 11891 365 246 79 0 219 0
[pid=23066] ppid=23052 vsize=812736 CPUtime=1.43
/proc/23066/stat : 23066 (java) S 23052 23052 18713 0 -1 0 19735 0 1 0 132 11 0 0 18 0 9 0 2007255296 832241664 19157 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23066/statm: 203184 19157 1909 9 0 197165 0
[pid=23066/tid=23067] ppid=23052 vsize=812736 CPUtime=1.14
/proc/23066/task/23067/stat : 23067 (java) R 23052 23052 18713 0 -1 64 14507 0 1 0 105 9 0 0 25 0 9 0 2007255297 832241664 19157 996147200 134512640 134550740 4294955600 18446744073709551615 4127049867 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23066/tid=23068] ppid=23052 vsize=812736 CPUtime=0.02
/proc/23066/task/23068/stat : 23068 (java) S 23052 23052 18713 0 -1 64 3659 0 0 0 1 1 0 0 16 0 9 0 2007255298 832241664 19157 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23066/tid=23069] ppid=23052 vsize=812736 CPUtime=0
/proc/23066/task/23069/stat : 23069 (java) S 23052 23052 18713 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2007255298 832241664 19157 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23066/tid=23070] ppid=23052 vsize=812736 CPUtime=0
/proc/23066/task/23070/stat : 23070 (java) S 23052 23052 18713 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 2007255298 832241664 19157 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23066/tid=23071] ppid=23052 vsize=812736 CPUtime=0
/proc/23066/task/23071/stat : 23071 (java) S 23052 23052 18713 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2007255300 832241664 19157 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23066/tid=23072] ppid=23052 vsize=812736 CPUtime=0.25
/proc/23066/task/23072/stat : 23072 (java) S 23052 23052 18713 0 -1 64 867 0 0 0 25 0 0 0 16 0 9 0 2007255301 832241664 19157 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23066/tid=23073] ppid=23052 vsize=812736 CPUtime=0
/proc/23066/task/23073/stat : 23073 (java) S 23052 23052 18713 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2007255301 832241664 19157 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23066/tid=23074] ppid=23052 vsize=812736 CPUtime=0
/proc/23066/task/23074/stat : 23074 (java) R 23052 23052 18713 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2007255301 832241664 19157 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) 860300

[startup+3.10121 s]
/proc/loadavg: 2.03 2.08 2.03 3/83 23075
/proc/meminfo: memFree=1720760/2055920 swapFree=4179828/4192956
[pid=23052] ppid=23050 vsize=47564 CPUtime=1.8
/proc/23052/stat : 23052 (galacE.sh) S 23050 23052 18713 0 -1 4194304 800 21446 0 1 0 0 166 14 17 0 1 0 2007255292 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 254194936666 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23052/statm: 11891 365 246 79 0 219 0
[pid=23075] ppid=23052 vsize=4376 CPUtime=1.2
/proc/23075/stat : 23075 (eSAT_static) R 23052 23052 18713 0 -1 4194304 882 0 0 0 120 0 0 0 25 0 1 0 2007255480 4481024 796 996147200 134512640 135177480 4294955968 18446744073709551615 134565526 0 0 4096 3 0 0 0 17 1 0 0
/proc/23075/statm: 1094 796 80 162 0 929 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 51940

[startup+6.30171 s]
/proc/loadavg: 2.03 2.08 2.03 3/83 23075
/proc/meminfo: memFree=1718456/2055920 swapFree=4179828/4192956
[pid=23052] ppid=23050 vsize=47564 CPUtime=1.8
/proc/23052/stat : 23052 (galacE.sh) S 23050 23052 18713 0 -1 4194304 800 21446 0 1 0 0 166 14 17 0 1 0 2007255292 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 254194936666 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23052/statm: 11891 365 246 79 0 219 0
[pid=23075] ppid=23052 vsize=6168 CPUtime=4.37
/proc/23075/stat : 23075 (eSAT_static) R 23052 23052 18713 0 -1 4194304 1332 0 0 0 437 0 0 0 25 0 1 0 2007255480 6316032 1246 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/23075/statm: 1542 1246 80 162 0 1377 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 53732

[startup+12.7017 s]
/proc/loadavg: 2.03 2.08 2.03 3/83 23075
/proc/meminfo: memFree=1716216/2055920 swapFree=4179828/4192956
[pid=23052] ppid=23050 vsize=47564 CPUtime=1.8
/proc/23052/stat : 23052 (galacE.sh) S 23050 23052 18713 0 -1 4194304 800 21446 0 1 0 0 166 14 17 0 1 0 2007255292 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 254194936666 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23052/statm: 11891 365 246 79 0 219 0
[pid=23075] ppid=23052 vsize=8360 CPUtime=10.71
/proc/23075/stat : 23075 (eSAT_static) R 23052 23052 18713 0 -1 4194304 1868 0 0 0 1071 0 0 0 25 0 1 0 2007255480 8560640 1782 996147200 134512640 135177480 4294955968 18446744073709551615 134565292 0 0 4096 3 0 0 0 17 1 0 0
/proc/23075/statm: 2090 1782 80 162 0 1925 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 55924

[startup+25.5027 s]
/proc/loadavg: 2.02 2.08 2.03 3/83 23075
/proc/meminfo: memFree=1713656/2055920 swapFree=4179828/4192956
[pid=23052] ppid=23050 vsize=47564 CPUtime=1.8
/proc/23052/stat : 23052 (galacE.sh) S 23050 23052 18713 0 -1 4194304 800 21446 0 1 0 0 166 14 17 0 1 0 2007255292 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 254194936666 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23052/statm: 11891 365 246 79 0 219 0
[pid=23075] ppid=23052 vsize=11028 CPUtime=23.39
/proc/23075/stat : 23075 (eSAT_static) R 23052 23052 18713 0 -1 4194304 2525 0 0 0 2339 0 0 0 25 0 1 0 2007255480 11292672 2439 996147200 134512640 135177480 4294955968 18446744073709551615 134565323 0 0 4096 3 0 0 0 17 1 0 0
/proc/23075/statm: 2757 2439 80 162 0 2592 0
Current children cumulated CPU time (s) 25.19
Current children cumulated vsize (KiB) 58592

[startup+51.1026 s]
/proc/loadavg: 2.01 2.07 2.03 3/83 23075
/proc/meminfo: memFree=1710264/2055920 swapFree=4179828/4192956
[pid=23052] ppid=23050 vsize=47564 CPUtime=1.8
/proc/23052/stat : 23052 (galacE.sh) S 23050 23052 18713 0 -1 4194304 800 21446 0 1 0 0 166 14 17 0 1 0 2007255292 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 254194936666 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23052/statm: 11891 365 246 79 0 219 0
[pid=23075] ppid=23052 vsize=14564 CPUtime=48.75
/proc/23075/stat : 23075 (eSAT_static) R 23052 23052 18713 0 -1 4194304 3424 0 0 0 4874 1 0 0 25 0 1 0 2007255480 14913536 3338 996147200 134512640 135177480 4294955968 18446744073709551615 134558285 0 0 4096 3 0 0 0 17 1 0 0
/proc/23075/statm: 3641 3338 80 162 0 3476 0
Current children cumulated CPU time (s) 50.55
Current children cumulated vsize (KiB) 62128

[startup+102.307 s]
/proc/loadavg: 2.00 2.06 2.02 3/83 23075
/proc/meminfo: memFree=1706040/2055920 swapFree=4179828/4192956
[pid=23052] ppid=23050 vsize=47564 CPUtime=1.8
/proc/23052/stat : 23052 (galacE.sh) S 23050 23052 18713 0 -1 4194304 800 21446 0 1 0 0 166 14 17 0 1 0 2007255292 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 254194936666 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23052/statm: 11891 365 246 79 0 219 0
[pid=23075] ppid=23052 vsize=18440 CPUtime=99.47
/proc/23075/stat : 23075 (eSAT_static) R 23052 23052 18713 0 -1 4194304 4388 0 0 0 9945 2 0 0 25 0 1 0 2007255480 18882560 4302 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/23075/statm: 4610 4302 80 162 0 4445 0
Current children cumulated CPU time (s) 101.27
Current children cumulated vsize (KiB) 66004

[startup+162.303 s]
/proc/loadavg: 2.00 2.05 2.02 3/83 23075
/proc/meminfo: memFree=1702072/2055920 swapFree=4179828/4192956
[pid=23052] ppid=23050 vsize=47564 CPUtime=1.8
/proc/23052/stat : 23052 (galacE.sh) S 23050 23052 18713 0 -1 4194304 800 21446 0 1 0 0 166 14 17 0 1 0 2007255292 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 254194936666 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23052/statm: 11891 365 246 79 0 219 0
[pid=23075] ppid=23052 vsize=22444 CPUtime=158.9
/proc/23075/stat : 23075 (eSAT_static) R 23052 23052 18713 0 -1 4194304 5363 0 0 0 15888 2 0 0 25 0 1 0 2007255480 22982656 5277 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/23075/statm: 5611 5277 80 162 0 5446 0
Current children cumulated CPU time (s) 160.7
Current children cumulated vsize (KiB) 70008

[startup+222.301 s]
/proc/loadavg: 2.00 2.03 2.01 3/83 23075
/proc/meminfo: memFree=1695032/2055920 swapFree=4179828/4192956
[pid=23052] ppid=23050 vsize=47564 CPUtime=1.8
/proc/23052/stat : 23052 (galacE.sh) S 23050 23052 18713 0 -1 4194304 800 21446 0 1 0 0 166 14 17 0 1 0 2007255292 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 254194936666 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23052/statm: 11891 365 246 79 0 219 0
[pid=23075] ppid=23052 vsize=29432 CPUtime=218.34
/proc/23075/stat : 23075 (eSAT_static) R 23052 23052 18713 0 -1 4194304 7129 0 0 0 21830 4 0 0 25 0 1 0 2007255480 30138368 7043 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/23075/statm: 7358 7043 80 162 0 7193 0
Current children cumulated CPU time (s) 220.14
Current children cumulated vsize (KiB) 76996

[startup+282.301 s]
/proc/loadavg: 2.00 2.03 2.01 3/83 23075
/proc/meminfo: memFree=1692792/2055920 swapFree=4179828/4192956
[pid=23052] ppid=23050 vsize=47564 CPUtime=1.8
/proc/23052/stat : 23052 (galacE.sh) S 23050 23052 18713 0 -1 4194304 800 21446 0 1 0 0 166 14 17 0 1 0 2007255292 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 254194936666 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23052/statm: 11891 365 246 79 0 219 0
[pid=23075] ppid=23052 vsize=31964 CPUtime=277.77
/proc/23075/stat : 23075 (eSAT_static) R 23052 23052 18713 0 -1 4194304 7703 0 0 0 27773 4 0 0 25 0 1 0 2007255480 32731136 7617 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/23075/statm: 7991 7617 80 162 0 7826 0
Current children cumulated CPU time (s) 279.57
Current children cumulated vsize (KiB) 79528

[startup+342.302 s]
/proc/loadavg: 2.00 2.02 2.00 3/83 23075
/proc/meminfo: memFree=1690744/2055920 swapFree=4179828/4192956
[pid=23052] ppid=23050 vsize=47564 CPUtime=1.8
/proc/23052/stat : 23052 (galacE.sh) S 23050 23052 18713 0 -1 4194304 800 21446 0 1 0 0 166 14 17 0 1 0 2007255292 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 254194936666 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23052/statm: 11891 365 246 79 0 219 0
[pid=23075] ppid=23052 vsize=34112 CPUtime=337.21
/proc/23075/stat : 23075 (eSAT_static) R 23052 23052 18713 0 -1 4194304 8215 0 0 0 33716 5 0 0 25 0 1 0 2007255480 34930688 8129 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/23075/statm: 8528 8129 80 162 0 8363 0
Current children cumulated CPU time (s) 339.01
Current children cumulated vsize (KiB) 81676

[startup+402.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/83 23075
/proc/meminfo: memFree=1685368/2055920 swapFree=4179828/4192956
[pid=23052] ppid=23050 vsize=47564 CPUtime=1.8
/proc/23052/stat : 23052 (galacE.sh) S 23050 23052 18713 0 -1 4194304 800 21446 0 1 0 0 166 14 17 0 1 0 2007255292 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 254194936666 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23052/statm: 11891 365 246 79 0 219 0
[pid=23075] ppid=23052 vsize=39424 CPUtime=396.64
/proc/23075/stat : 23075 (eSAT_static) R 23052 23052 18713 0 -1 4194304 9568 0 0 0 39658 6 0 0 25 0 1 0 2007255480 40370176 9482 996147200 134512640 135177480 4294955968 18446744073709551615 134565318 0 0 4096 3 0 0 0 17 1 0 0
/proc/23075/statm: 9856 9482 80 162 0 9691 0
Current children cumulated CPU time (s) 398.44
Current children cumulated vsize (KiB) 86988

[startup+462.302 s]
/proc/loadavg: 2.00 2.01 2.00 3/83 23075
/proc/meminfo: memFree=1684536/2055920 swapFree=4179828/4192956
[pid=23052] ppid=23050 vsize=47564 CPUtime=1.8
/proc/23052/stat : 23052 (galacE.sh) S 23050 23052 18713 0 -1 4194304 800 21446 0 1 0 0 166 14 17 0 1 0 2007255292 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 254194936666 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23052/statm: 11891 365 246 79 0 219 0
[pid=23075] ppid=23052 vsize=40236 CPUtime=456.07
/proc/23075/stat : 23075 (eSAT_static) R 23052 23052 18713 0 -1 4194304 9766 0 0 0 45601 6 0 0 25 0 1 0 2007255480 41201664 9680 996147200 134512640 135177480 4294955968 18446744073709551615 134556856 0 0 4096 3 0 0 0 17 1 0 0
/proc/23075/statm: 10059 9680 80 162 0 9894 0
Current children cumulated CPU time (s) 457.87
Current children cumulated vsize (KiB) 87800

[startup+522.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 23075
/proc/meminfo: memFree=1684152/2055920 swapFree=4179828/4192956
[pid=23052] ppid=23050 vsize=47564 CPUtime=1.8
/proc/23052/stat : 23052 (galacE.sh) S 23050 23052 18713 0 -1 4194304 800 21446 0 1 0 0 166 14 17 0 1 0 2007255292 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 254194936666 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23052/statm: 11891 365 246 79 0 219 0
[pid=23075] ppid=23052 vsize=40728 CPUtime=515.52
/proc/23075/stat : 23075 (eSAT_static) R 23052 23052 18713 0 -1 4194304 9868 0 0 0 51545 7 0 0 25 0 1 0 2007255480 41705472 9782 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/23075/statm: 10182 9782 80 162 0 10017 0
Current children cumulated CPU time (s) 517.32
Current children cumulated vsize (KiB) 88292

[startup+582.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 23075
/proc/meminfo: memFree=1682488/2055920 swapFree=4179828/4192956
[pid=23052] ppid=23050 vsize=47564 CPUtime=1.8
/proc/23052/stat : 23052 (galacE.sh) S 23050 23052 18713 0 -1 4194304 800 21446 0 1 0 0 166 14 17 0 1 0 2007255292 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 254194936666 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23052/statm: 11891 365 246 79 0 219 0
[pid=23075] ppid=23052 vsize=42496 CPUtime=574.95
/proc/23075/stat : 23075 (eSAT_static) R 23052 23052 18713 0 -1 4194304 10252 0 0 0 57488 7 0 0 25 0 1 0 2007255480 43515904 10166 996147200 134512640 135177480 4294955968 18446744073709551615 134565312 0 0 4096 3 0 0 0 17 1 0 0
/proc/23075/statm: 10624 10166 80 162 0 10459 0
Current children cumulated CPU time (s) 576.75
Current children cumulated vsize (KiB) 90060

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

[startup+588.703 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 23075
/proc/meminfo: memFree=1681848/2055920 swapFree=4179828/4192956
[pid=23052] ppid=23050 vsize=47564 CPUtime=1.8
/proc/23052/stat : 23052 (galacE.sh) S 23050 23052 18713 0 -1 4194304 800 21446 0 1 0 0 166 14 17 0 1 0 2007255292 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 254194936666 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23052/statm: 11891 365 246 79 0 219 0
[pid=23075] ppid=23052 vsize=43060 CPUtime=581.29
/proc/23075/stat : 23075 (eSAT_static) R 23052 23052 18713 0 -1 4194304 10430 0 0 0 58122 7 0 0 25 0 1 0 2007255480 44093440 10344 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/23075/statm: 10765 10344 80 162 0 10600 0
Current children cumulated CPU time (s) 583.09
Current children cumulated vsize (KiB) 90624

[startup+614.303 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 23075
/proc/meminfo: memFree=1679544/2055920 swapFree=4179828/4192956
[pid=23052] ppid=23050 vsize=47564 CPUtime=1.8
/proc/23052/stat : 23052 (galacE.sh) S 23050 23052 18713 0 -1 4194304 800 21446 0 1 0 0 166 14 17 0 1 0 2007255292 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 254194936666 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23052/statm: 11891 365 246 79 0 219 0
[pid=23075] ppid=23052 vsize=45344 CPUtime=606.65
/proc/23075/stat : 23075 (eSAT_static) R 23052 23052 18713 0 -1 4194304 11011 0 0 0 60657 8 0 0 25 0 1 0 2007255480 46432256 10925 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/23075/statm: 11336 10925 80 162 0 11171 0
Current children cumulated CPU time (s) 608.45
Current children cumulated vsize (KiB) 92908

[startup+620.702 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 23075
/proc/meminfo: memFree=1678904/2055920 swapFree=4179828/4192956
[pid=23052] ppid=23050 vsize=47564 CPUtime=1.8
/proc/23052/stat : 23052 (galacE.sh) S 23050 23052 18713 0 -1 4194304 800 21446 0 1 0 0 166 14 17 0 1 0 2007255292 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 254194936666 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23052/statm: 11891 365 246 79 0 219 0
[pid=23075] ppid=23052 vsize=46428 CPUtime=612.99
/proc/23075/stat : 23075 (eSAT_static) R 23052 23052 18713 0 -1 4194304 11168 0 0 0 61291 8 0 0 25 0 1 0 2007255480 47542272 11082 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/23075/statm: 11607 11082 80 162 0 11442 0
Current children cumulated CPU time (s) 614.79
Current children cumulated vsize (KiB) 93992

[startup+623.901 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 23075
/proc/meminfo: memFree=1678648/2055920 swapFree=4179828/4192956
[pid=23052] ppid=23050 vsize=47564 CPUtime=1.8
/proc/23052/stat : 23052 (galacE.sh) S 23050 23052 18713 0 -1 4194304 800 21446 0 1 0 0 166 14 17 0 1 0 2007255292 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 254194936666 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23052/statm: 11891 365 246 79 0 219 0
[pid=23075] ppid=23052 vsize=46692 CPUtime=616.17
/proc/23075/stat : 23075 (eSAT_static) R 23052 23052 18713 0 -1 4194304 11230 0 0 0 61609 8 0 0 25 0 1 0 2007255480 47812608 11144 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/23075/statm: 11673 11144 80 162 0 11508 0
Current children cumulated CPU time (s) 617.97
Current children cumulated vsize (KiB) 94256

[startup+625.502 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 23075
/proc/meminfo: memFree=1678520/2055920 swapFree=4179828/4192956
[pid=23052] ppid=23050 vsize=47564 CPUtime=1.8
/proc/23052/stat : 23052 (galacE.sh) S 23050 23052 18713 0 -1 4194304 800 21446 0 1 0 0 166 14 17 0 1 0 2007255292 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 254194936666 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23052/statm: 11891 365 246 79 0 219 0
[pid=23075] ppid=23052 vsize=46824 CPUtime=617.75
/proc/23075/stat : 23075 (eSAT_static) R 23052 23052 18713 0 -1 4194304 11271 0 0 0 61767 8 0 0 25 0 1 0 2007255480 47947776 11185 996147200 134512640 135177480 4294955968 18446744073709551615 134565292 0 0 4096 3 0 0 0 17 1 0 0
/proc/23075/statm: 11706 11185 80 162 0 11541 0
Current children cumulated CPU time (s) 619.55
Current children cumulated vsize (KiB) 94388

[startup+627.102 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 23075
/proc/meminfo: memFree=1678392/2055920 swapFree=4179828/4192956
[pid=23052] ppid=23050 vsize=47564 CPUtime=1.8
/proc/23052/stat : 23052 (galacE.sh) S 23050 23052 18713 0 -1 4194304 800 21446 0 1 0 0 166 14 17 0 1 0 2007255292 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 254194936666 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23052/statm: 11891 365 246 79 0 219 0
[pid=23075] ppid=23052 vsize=47048 CPUtime=619.33
/proc/23075/stat : 23075 (eSAT_static) R 23052 23052 18713 0 -1 4194304 11307 0 0 0 61925 8 0 0 25 0 1 0 2007255480 48177152 11221 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/23075/statm: 11762 11221 80 162 0 11597 0
Current children cumulated CPU time (s) 621.13
Current children cumulated vsize (KiB) 94612

[startup+627.502 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 23075
/proc/meminfo: memFree=1678392/2055920 swapFree=4179828/4192956
[pid=23052] ppid=23050 vsize=47564 CPUtime=1.8
/proc/23052/stat : 23052 (galacE.sh) S 23050 23052 18713 0 -1 4194304 800 21446 0 1 0 0 166 14 17 0 1 0 2007255292 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 254194936666 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23052/statm: 11891 365 246 79 0 219 0
[pid=23075] ppid=23052 vsize=47048 CPUtime=619.73
/proc/23075/stat : 23075 (eSAT_static) R 23052 23052 18713 0 -1 4194304 11309 0 0 0 61965 8 0 0 25 0 1 0 2007255480 48177152 11223 996147200 134512640 135177480 4294955968 18446744073709551615 134565457 0 0 4096 3 0 0 0 17 1 0 0
/proc/23075/statm: 11762 11223 80 162 0 11597 0
Current children cumulated CPU time (s) 621.53
Current children cumulated vsize (KiB) 94612

[startup+627.902 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 23075
/proc/meminfo: memFree=1678392/2055920 swapFree=4179828/4192956
[pid=23052] ppid=23050 vsize=47564 CPUtime=1.8
/proc/23052/stat : 23052 (galacE.sh) S 23050 23052 18713 0 -1 4194304 800 21446 0 1 0 0 166 14 17 0 1 0 2007255292 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 254194936666 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23052/statm: 11891 365 246 79 0 219 0
[pid=23075] ppid=23052 vsize=47048 CPUtime=620.13
/proc/23075/stat : 23075 (eSAT_static) R 23052 23052 18713 0 -1 4194304 11309 0 0 0 62005 8 0 0 25 0 1 0 2007255480 48177152 11223 996147200 134512640 135177480 4294955968 18446744073709551615 134565298 0 0 4096 3 0 0 0 17 1 0 0
/proc/23075/statm: 11762 11223 80 162 0 11597 0
Current children cumulated CPU time (s) 621.93
Current children cumulated vsize (KiB) 94612

[startup+628.001 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 23075
/proc/meminfo: memFree=1678264/2055920 swapFree=4179828/4192956
[pid=23052] ppid=23050 vsize=47564 CPUtime=1.8
/proc/23052/stat : 23052 (galacE.sh) S 23050 23052 18713 0 -1 4194304 800 21446 0 1 0 0 166 14 17 0 1 0 2007255292 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 254194936666 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23052/statm: 11891 365 246 79 0 219 0
[pid=23075] ppid=23052 vsize=47048 CPUtime=620.23
/proc/23075/stat : 23075 (eSAT_static) R 23052 23052 18713 0 -1 4194304 11310 0 0 0 62015 8 0 0 25 0 1 0 2007255480 48177152 11224 996147200 134512640 135177480 4294955968 18446744073709551615 134565395 0 0 4096 3 0 0 0 17 1 0 0
/proc/23075/statm: 11762 11224 80 162 0 11597 0
Current children cumulated CPU time (s) 622.03
Current children cumulated vsize (KiB) 94612

Child status: 0
Real time (s): 628.101
CPU time (s): 622.143
CPU user time (s): 621.902
CPU system time (s): 0.240963
CPU usage (%): 99.0515
Max. virtual memory (cumulated for all children) (KiB): 860300

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 621.902
system time used= 0.240963
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33756
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= 723
involuntary context switches= 26124

runsolver used 0.988849 second user time and 1.87671 second system time

The end

Launcher Data (download as text)

Begin job on node34 at 2008-07-05 20:33:38
IDJOB=1097749
IDBENCH=59559
IDSOLVER=351
FILE ID=node34/1097749-1215282818
PBS_JOBID= 7882170
Free space on /tmp= 66504 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 3c564f3ffd7477f6475721737883de7b
RANDOM SEED=1481254303

node34.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.259
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.259
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:       1724840 kB
Buffers:         52652 kB
Cached:         203780 kB
SwapCached:       7272 kB
Active:         171212 kB
Inactive:       106992 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1724840 kB
SwapTotal:     4192956 kB
SwapFree:      4179828 kB
Dirty:            3232 kB
Writeback:           0 kB
Mapped:          37588 kB
Slab:            37952 kB
Committed_AS:  3621628 kB
PageTables:       1928 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= 66500 MiB
End job on node34 at 2008-07-05 20:44:06