Trace number 1101687

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 347.535 349.025

General information on the benchmark

Namecsp/rand-2-40-19-fcd/
normalized-rand-2-40-19-443-230-fcd-19_ext.xml
MD5SUM0b7ee6b471e3889de87b6b10c560a5a1
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 benchmark3.44848
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints335
Maximum constraint arity2
Maximum domain size19
Number of constraints which are defined in extension335
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.03	c --- Preproc Stats ---
0.01/0.84	c start processing
0.01/0.84	c start relation processing
0.01/0.86	c start cnf exporting
1.76/1.88	c parsing time : 0.725
1.76/1.88	c preprocessing time : 1.761
1.76/1.88	
1.76/1.88	c Nary constraints - conflicts : 0 supports : 0
1.76/1.88	c Binary constraints - conflicts : 319 supports :16
1.76/1.88	c max arity constraint : 2
1.76/1.88	c Max Tuples generated 0
1.76/1.88	c relations : 335
1.76/1.88	c relations BDD: 0
1.76/1.88	c sampling 0/0
1.76/1.88	c vars : 761 - clauses :  38690
1.76/1.88	
1.84/1.93	 
1.84/1.93	c --- SAT Solver Stats ---
1.84/1.93	 
1.84/1.93	c eSAT 0.1 : minisat core with additionnal features
1.84/1.93	c ============================[ Problem Statistics ]=============================
1.84/1.93	c |                                                                             |
1.84/1.93	c |  Number of variables:  760                                                  |
1.84/1.93	c |  Number of clauses:    38690                                                |
1.84/1.95	c |  Parsing time:         0.02         s                                       |
346.72/348.22	c restarts              : 603
346.72/348.22	c conflicts             : 575354         (1669 /sec)
346.72/348.22	c decisions             : 823126         (1.69 % random) (2387 /sec)
346.72/348.22	c euip                  : 57840       
346.72/348.22	c propagations          : 48248290       (139941 /sec)
346.72/348.22	c conflict literals     : 25652202       (46.46 % deleted)
346.72/348.22	c Memory used           : 45.01 MB
346.72/348.22	c CPU time              : 344.776 s
346.72/348.22	c 
346.72/348.22	s SATISFIABLE
347.49/349.02	v 15 11 6 6 5 0 5 12 16 7 7 7 7 9 16 6 5 3 16 7 0 12 10 2 9 7 14 1 8 15 0 18 11 8 5 14 16 3 5 10

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-1101687-1215294095/watcher-1101687-1215294095 -o /tmp/evaluation-result-1101687-1215294095/solver-1101687-1215294095 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1101687-1215294095.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.99 1.97 1.98 4/73 6741
/proc/meminfo: memFree=1725400/2055920 swapFree=4177348/4192956
[pid=6741] ppid=6739 vsize=8652 CPUtime=0
/proc/6741/stat : 6741 (galacE.sh) S 6739 6741 4919 0 -1 4194304 346 0 0 0 0 0 0 0 18 0 1 0 652329663 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 243665136474 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/6741/statm: 2163 280 208 79 0 156 0
[pid=6742] ppid=6741 vsize=8688 CPUtime=0
/proc/6742/stat : 6742 (galacE.sh) R 6741 6741 4919 0 -1 4194368 26 0 0 0 0 0 0 0 19 0 1 0 652329663 8896512 286 996147200 4194304 4520092 548682068832 18446744073709551615 243665529503 0 65536 4096 73728 0 0 0 17 0 0 0
/proc/6742/statm: 2172 286 209 79 0 165 0
[pid=6743] ppid=6742 vsize=8688 CPUtime=0
/proc/6743/stat : 6743 (galacE.sh) R 6742 6741 4919 0 -1 4194368 0 0 0 0 0 0 0 0 19 0 1 0 652329663 8896512 286 996147200 4194304 4520092 548682068832 18446744073709551615 243665529503 0 65536 4096 73728 0 0 0 17 0 0 0
/proc/6743/statm: 2172 286 209 79 0 165 0

[startup+0.0409219 s]
/proc/loadavg: 1.99 1.97 1.98 4/73 6741
/proc/meminfo: memFree=1725400/2055920 swapFree=4177348/4192956
[pid=6741] ppid=6739 vsize=47560 CPUtime=0.01
/proc/6741/stat : 6741 (galacE.sh) S 6739 6741 4919 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 652329663 48701440 363 996147200 4194304 4520092 548682068832 18446744073709551615 243665136474 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6741/statm: 11890 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+0.10265 s]
/proc/loadavg: 1.99 1.97 1.98 4/73 6741
/proc/meminfo: memFree=1725400/2055920 swapFree=4177348/4192956
[pid=6741] ppid=6739 vsize=47560 CPUtime=0.01
/proc/6741/stat : 6741 (galacE.sh) S 6739 6741 4919 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 652329663 48701440 363 996147200 4194304 4520092 548682068832 18446744073709551615 243665136474 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6741/statm: 11890 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+0.302669 s]
/proc/loadavg: 1.99 1.97 1.98 4/73 6741
/proc/meminfo: memFree=1725400/2055920 swapFree=4177348/4192956
[pid=6741] ppid=6739 vsize=47560 CPUtime=0.01
/proc/6741/stat : 6741 (galacE.sh) S 6739 6741 4919 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 652329663 48701440 363 996147200 4194304 4520092 548682068832 18446744073709551615 243665136474 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6741/statm: 11890 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+0.702712 s]
/proc/loadavg: 1.99 1.97 1.98 4/73 6741
/proc/meminfo: memFree=1725400/2055920 swapFree=4177348/4192956
[pid=6741] ppid=6739 vsize=47560 CPUtime=0.01
/proc/6741/stat : 6741 (galacE.sh) S 6739 6741 4919 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 652329663 48701440 363 996147200 4194304 4520092 548682068832 18446744073709551615 243665136474 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6741/statm: 11890 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+1.50277 s]
/proc/loadavg: 1.99 1.97 1.98 3/83 6763
/proc/meminfo: memFree=1654728/2055920 swapFree=4177348/4192956
[pid=6741] ppid=6739 vsize=47560 CPUtime=0.01
/proc/6741/stat : 6741 (galacE.sh) S 6739 6741 4919 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 652329663 48701440 363 996147200 4194304 4520092 548682068832 18446744073709551615 243665136474 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6741/statm: 11890 363 244 79 0 219 0
[pid=6755] ppid=6741 vsize=813784 CPUtime=1.45
/proc/6755/stat : 6755 (java) S 6741 6741 4919 0 -1 0 21338 0 1 0 133 12 0 0 18 0 9 0 652329666 833314816 20754 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6755/statm: 203446 20754 1911 9 0 197427 0
[pid=6755/tid=6756] ppid=6741 vsize=813784 CPUtime=1.13
/proc/6755/task/6756/stat : 6756 (java) R 6741 6741 4919 0 -1 64 14531 0 1 0 105 8 0 0 25 0 9 0 652329667 833314816 20754 996147200 134512640 134550740 4294955600 18446744073709551615 4127105133 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6755/tid=6757] ppid=6741 vsize=813784 CPUtime=0.04
/proc/6755/task/6757/stat : 6757 (java) S 6741 6741 4919 0 -1 64 5243 0 0 0 2 2 0 0 16 0 9 0 652329668 833314816 20754 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6755/tid=6758] ppid=6741 vsize=813784 CPUtime=0
/proc/6755/task/6758/stat : 6758 (java) S 6741 6741 4919 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 652329669 833314816 20754 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6755/tid=6759] ppid=6741 vsize=813784 CPUtime=0
/proc/6755/task/6759/stat : 6759 (java) S 6741 6741 4919 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 652329669 833314816 20754 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6755/tid=6760] ppid=6741 vsize=813784 CPUtime=0
/proc/6755/task/6760/stat : 6760 (java) S 6741 6741 4919 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 652329671 833314816 20754 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6755/tid=6761] ppid=6741 vsize=813784 CPUtime=0.24
/proc/6755/task/6761/stat : 6761 (java) S 6741 6741 4919 0 -1 64 864 0 0 0 24 0 0 0 16 0 9 0 652329671 833314816 20754 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6755/tid=6762] ppid=6741 vsize=813784 CPUtime=0
/proc/6755/task/6762/stat : 6762 (java) S 6741 6741 4919 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 652329671 833314816 20754 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6755/tid=6763] ppid=6741 vsize=813784 CPUtime=0
/proc/6755/task/6763/stat : 6763 (java) R 6741 6741 4919 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 652329671 833314816 20754 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 861344

[startup+3.10191 s]
/proc/loadavg: 1.99 1.97 1.98 3/75 6764
/proc/meminfo: memFree=1720968/2055920 swapFree=4177348/4192956
[pid=6741] ppid=6739 vsize=47560 CPUtime=1.85
/proc/6741/stat : 6741 (galacE.sh) S 6739 6741 4919 0 -1 4194304 798 23049 0 1 0 0 171 14 17 0 1 0 652329663 48701440 363 996147200 4194304 4520092 548682068832 18446744073709551615 243665136474 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6741/statm: 11890 363 244 79 0 219 0
[pid=6764] ppid=6741 vsize=4920 CPUtime=1.16
/proc/6764/stat : 6764 (eSAT_static) R 6741 6741 4919 0 -1 4194304 1104 0 0 0 116 0 0 0 25 0 1 0 652329856 5038080 1003 996147200 134512640 135177480 4294955968 18446744073709551615 134565646 0 0 4096 3 0 0 0 17 0 0 0
/proc/6764/statm: 1230 1003 80 162 0 1065 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 52480

[startup+6.30124 s]
/proc/loadavg: 1.99 1.97 1.98 3/75 6764
/proc/meminfo: memFree=1718600/2055920 swapFree=4177348/4192956
[pid=6741] ppid=6739 vsize=47560 CPUtime=1.85
/proc/6741/stat : 6741 (galacE.sh) S 6739 6741 4919 0 -1 4194304 798 23049 0 1 0 0 171 14 17 0 1 0 652329663 48701440 363 996147200 4194304 4520092 548682068832 18446744073709551615 243665136474 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6741/statm: 11890 363 244 79 0 219 0
[pid=6764] ppid=6741 vsize=6640 CPUtime=4.34
/proc/6764/stat : 6764 (eSAT_static) R 6741 6741 4919 0 -1 4194304 1508 0 0 0 434 0 0 0 25 0 1 0 652329856 6799360 1407 996147200 134512640 135177480 4294955968 18446744073709551615 134565331 0 0 4096 3 0 0 0 17 0 0 0
/proc/6764/statm: 1660 1407 80 162 0 1495 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 54200

[startup+12.7019 s]
/proc/loadavg: 1.99 1.97 1.98 3/75 6764
/proc/meminfo: memFree=1716168/2055920 swapFree=4177348/4192956
[pid=6741] ppid=6739 vsize=47560 CPUtime=1.85
/proc/6741/stat : 6741 (galacE.sh) S 6739 6741 4919 0 -1 4194304 798 23049 0 1 0 0 171 14 17 0 1 0 652329663 48701440 363 996147200 4194304 4520092 548682068832 18446744073709551615 243665136474 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6741/statm: 11890 363 244 79 0 219 0
[pid=6764] ppid=6741 vsize=9492 CPUtime=10.72
/proc/6764/stat : 6764 (eSAT_static) R 6741 6741 4919 0 -1 4194304 2211 0 0 0 1071 1 0 0 25 0 1 0 652329856 9719808 2110 996147200 134512640 135177480 4294955968 18446744073709551615 134564619 0 0 4096 3 0 0 0 17 0 0 0
/proc/6764/statm: 2373 2110 80 162 0 2208 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 57052

[startup+25.5012 s]
/proc/loadavg: 1.99 1.97 1.98 3/75 6764
/proc/meminfo: memFree=1713544/2055920 swapFree=4177348/4192956
[pid=6741] ppid=6739 vsize=47560 CPUtime=1.85
/proc/6741/stat : 6741 (galacE.sh) S 6739 6741 4919 0 -1 4194304 798 23049 0 1 0 0 171 14 17 0 1 0 652329663 48701440 363 996147200 4194304 4520092 548682068832 18446744073709551615 243665136474 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6741/statm: 11890 363 244 79 0 219 0
[pid=6764] ppid=6741 vsize=11772 CPUtime=23.47
/proc/6764/stat : 6764 (eSAT_static) R 6741 6741 4919 0 -1 4194304 2798 0 0 0 2345 2 0 0 25 0 1 0 652329856 12054528 2697 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/6764/statm: 2943 2697 80 162 0 2778 0
Current children cumulated CPU time (s) 25.32
Current children cumulated vsize (KiB) 59332

[startup+51.1018 s]
/proc/loadavg: 1.99 1.97 1.98 3/75 6764
/proc/meminfo: memFree=1710216/2055920 swapFree=4177348/4192956
[pid=6741] ppid=6739 vsize=47560 CPUtime=1.85
/proc/6741/stat : 6741 (galacE.sh) S 6739 6741 4919 0 -1 4194304 798 23049 0 1 0 0 171 14 17 0 1 0 652329663 48701440 363 996147200 4194304 4520092 548682068832 18446744073709551615 243665136474 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6741/statm: 11890 363 244 79 0 219 0
[pid=6764] ppid=6741 vsize=15460 CPUtime=48.96
/proc/6764/stat : 6764 (eSAT_static) R 6741 6741 4919 0 -1 4194304 3717 0 0 0 4892 4 0 0 25 0 1 0 652329856 15831040 3616 996147200 134512640 135177480 4294955968 18446744073709551615 134565399 0 0 4096 3 0 0 0 17 0 0 0
/proc/6764/statm: 3865 3616 80 162 0 3700 0
Current children cumulated CPU time (s) 50.81
Current children cumulated vsize (KiB) 63020

[startup+102.306 s]
/proc/loadavg: 1.99 1.97 1.98 3/75 6764
/proc/meminfo: memFree=1703368/2055920 swapFree=4177348/4192956
[pid=6741] ppid=6739 vsize=47560 CPUtime=1.85
/proc/6741/stat : 6741 (galacE.sh) S 6739 6741 4919 0 -1 4194304 798 23049 0 1 0 0 171 14 17 0 1 0 652329663 48701440 363 996147200 4194304 4520092 548682068832 18446744073709551615 243665136474 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6741/statm: 11890 363 244 79 0 219 0
[pid=6764] ppid=6741 vsize=21908 CPUtime=99.96
/proc/6764/stat : 6764 (eSAT_static) R 6741 6741 4919 0 -1 4194304 5307 0 0 0 9990 6 0 0 25 0 1 0 652329856 22433792 5206 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/6764/statm: 5477 5206 80 162 0 5312 0
Current children cumulated CPU time (s) 101.81
Current children cumulated vsize (KiB) 69468

[startup+162.301 s]
/proc/loadavg: 2.05 1.99 1.99 3/75 6764
/proc/meminfo: memFree=1696712/2055920 swapFree=4177348/4192956
[pid=6741] ppid=6739 vsize=47560 CPUtime=1.85
/proc/6741/stat : 6741 (galacE.sh) S 6739 6741 4919 0 -1 4194304 798 23049 0 1 0 0 171 14 17 0 1 0 652329663 48701440 363 996147200 4194304 4520092 548682068832 18446744073709551615 243665136474 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6741/statm: 11890 363 244 79 0 219 0
[pid=6764] ppid=6741 vsize=28492 CPUtime=159.72
/proc/6764/stat : 6764 (eSAT_static) R 6741 6741 4919 0 -1 4194304 6935 0 0 0 15964 8 0 0 25 0 1 0 652329856 29175808 6834 996147200 134512640 135177480 4294955968 18446744073709551615 134571625 0 0 4096 3 0 0 0 17 0 0 0
/proc/6764/statm: 7123 6834 80 162 0 6958 0
Current children cumulated CPU time (s) 161.57
Current children cumulated vsize (KiB) 76052

[startup+222.301 s]
/proc/loadavg: 2.07 2.00 1.99 3/75 6764
/proc/meminfo: memFree=1688520/2055920 swapFree=4177348/4192956
[pid=6741] ppid=6739 vsize=47560 CPUtime=1.85
/proc/6741/stat : 6741 (galacE.sh) S 6739 6741 4919 0 -1 4194304 798 23049 0 1 0 0 171 14 17 0 1 0 652329663 48701440 363 996147200 4194304 4520092 548682068832 18446744073709551615 243665136474 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6741/statm: 11890 363 244 79 0 219 0
[pid=6764] ppid=6741 vsize=36692 CPUtime=219.47
/proc/6764/stat : 6764 (eSAT_static) R 6741 6741 4919 0 -1 4194304 8992 0 0 0 21937 10 0 0 25 0 1 0 652329856 37572608 8891 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/6764/statm: 9173 8891 80 162 0 9008 0
Current children cumulated CPU time (s) 221.32
Current children cumulated vsize (KiB) 84252

[startup+282.301 s]
/proc/loadavg: 2.07 2.01 2.00 3/75 6764
/proc/meminfo: memFree=1688264/2055920 swapFree=4177348/4192956
[pid=6741] ppid=6739 vsize=47560 CPUtime=1.85
/proc/6741/stat : 6741 (galacE.sh) S 6739 6741 4919 0 -1 4194304 798 23049 0 1 0 0 171 14 17 0 1 0 652329663 48701440 363 996147200 4194304 4520092 548682068832 18446744073709551615 243665136474 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6741/statm: 11890 363 244 79 0 219 0
[pid=6764] ppid=6741 vsize=36988 CPUtime=279.23
/proc/6764/stat : 6764 (eSAT_static) R 6741 6741 4919 0 -1 4194304 9046 0 0 0 27913 10 0 0 25 0 1 0 652329856 37875712 8945 996147200 134512640 135177480 4294955968 18446744073709551615 134565275 0 0 4096 3 0 0 0 17 0 0 0
/proc/6764/statm: 9247 8945 80 162 0 9082 0
Current children cumulated CPU time (s) 281.08
Current children cumulated vsize (KiB) 84548

[startup+342.302 s]
/proc/loadavg: 2.07 2.02 2.00 3/75 6764
/proc/meminfo: memFree=1680200/2055920 swapFree=4177348/4192956
[pid=6741] ppid=6739 vsize=47560 CPUtime=1.85
/proc/6741/stat : 6741 (galacE.sh) S 6739 6741 4919 0 -1 4194304 798 23049 0 1 0 0 171 14 17 0 1 0 652329663 48701440 363 996147200 4194304 4520092 548682068832 18446744073709551615 243665136474 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6741/statm: 11890 363 244 79 0 219 0
[pid=6764] ppid=6741 vsize=45288 CPUtime=338.99
/proc/6764/stat : 6764 (eSAT_static) R 6741 6741 4919 0 -1 4194304 11067 0 0 0 33888 11 0 0 25 0 1 0 652329856 46374912 10966 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/6764/statm: 11322 10966 80 162 0 11157 0
Current children cumulated CPU time (s) 340.84
Current children cumulated vsize (KiB) 92848

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

[startup+345.502 s]
/proc/loadavg: 2.06 2.02 2.00 3/75 6764
/proc/meminfo: memFree=1679688/2055920 swapFree=4177348/4192956
[pid=6741] ppid=6739 vsize=47560 CPUtime=1.85
/proc/6741/stat : 6741 (galacE.sh) S 6739 6741 4919 0 -1 4194304 798 23049 0 1 0 0 171 14 17 0 1 0 652329663 48701440 363 996147200 4194304 4520092 548682068832 18446744073709551615 243665136474 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6741/statm: 11890 363 244 79 0 219 0
[pid=6764] ppid=6741 vsize=45688 CPUtime=342.18
/proc/6764/stat : 6764 (eSAT_static) R 6741 6741 4919 0 -1 4194304 11176 0 0 0 34207 11 0 0 25 0 1 0 652329856 46784512 11075 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/6764/statm: 11422 11075 80 162 0 11257 0
Current children cumulated CPU time (s) 344.03
Current children cumulated vsize (KiB) 93248

[startup+347.102 s]
/proc/loadavg: 2.06 2.02 2.00 3/75 6764
/proc/meminfo: memFree=1679496/2055920 swapFree=4177348/4192956
[pid=6741] ppid=6739 vsize=47560 CPUtime=1.85
/proc/6741/stat : 6741 (galacE.sh) S 6739 6741 4919 0 -1 4194304 798 23049 0 1 0 0 171 14 17 0 1 0 652329663 48701440 363 996147200 4194304 4520092 548682068832 18446744073709551615 243665136474 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6741/statm: 11890 363 244 79 0 219 0
[pid=6764] ppid=6741 vsize=45952 CPUtime=343.77
/proc/6764/stat : 6764 (eSAT_static) R 6741 6741 4919 0 -1 4194304 11231 0 0 0 34366 11 0 0 25 0 1 0 652329856 47054848 11130 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/6764/statm: 11488 11130 80 162 0 11323 0
Current children cumulated CPU time (s) 345.62
Current children cumulated vsize (KiB) 93512

[startup+347.901 s]
/proc/loadavg: 2.06 2.02 2.00 3/75 6764
/proc/meminfo: memFree=1679368/2055920 swapFree=4177348/4192956
[pid=6741] ppid=6739 vsize=47560 CPUtime=1.85
/proc/6741/stat : 6741 (galacE.sh) S 6739 6741 4919 0 -1 4194304 798 23049 0 1 0 0 171 14 17 0 1 0 652329663 48701440 363 996147200 4194304 4520092 548682068832 18446744073709551615 243665136474 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6741/statm: 11890 363 244 79 0 219 0
[pid=6764] ppid=6741 vsize=45952 CPUtime=344.57
/proc/6764/stat : 6764 (eSAT_static) R 6741 6741 4919 0 -1 4194304 11254 0 0 0 34445 12 0 0 25 0 1 0 652329856 47054848 11153 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/6764/statm: 11488 11153 80 162 0 11323 0
Current children cumulated CPU time (s) 346.42
Current children cumulated vsize (KiB) 93512

[startup+348.706 s]
/proc/loadavg: 2.06 2.02 2.00 3/83 6773
/proc/meminfo: memFree=1711240/2055920 swapFree=4177348/4192956
[pid=6741] ppid=6739 vsize=47560 CPUtime=346.76
/proc/6741/stat : 6741 (galacE.sh) S 6739 6741 4919 0 -1 4194304 834 34322 0 1 0 0 34649 27 16 0 1 0 652329663 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 243665698898 0 0 4096 73728 18446744071563648864 0 0 17 0 0 0
/proc/6741/statm: 11890 364 244 79 0 219 0
[pid=6765] ppid=6741 vsize=812644 CPUtime=0.46
/proc/6765/stat : 6765 (java) S 6741 6741 4919 0 -1 0 8302 0 1 0 42 4 0 0 20 0 9 0 652364486 832147456 7726 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6765/statm: 203161 7728 1854 9 0 197142 0
[pid=6765/tid=6766] ppid=6741 vsize=812644 CPUtime=0.32
/proc/6765/task/6766/stat : 6766 (java) R 6741 6741 4919 0 -1 64 6818 0 1 0 29 3 0 0 25 0 9 0 652364487 832147456 7729 996147200 134512640 134550740 4294955616 18446744073709551615 4126629585 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=6765/tid=6767] ppid=6741 vsize=812644 CPUtime=0
/proc/6765/task/6767/stat : 6767 (java) S 6741 6741 4919 0 -1 64 4 0 0 0 0 0 0 0 23 0 9 0 652364489 832147456 7732 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 0 0 0
[pid=6765/tid=6768] ppid=6741 vsize=812644 CPUtime=0
/proc/6765/task/6768/stat : 6768 (java) S 6741 6741 4919 0 -1 64 11 0 0 0 0 0 0 0 23 0 9 0 652364489 832147456 7735 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=6765/tid=6769] ppid=6741 vsize=812644 CPUtime=0
/proc/6765/task/6769/stat : 6769 (java) S 6741 6741 4919 0 -1 64 4 0 0 0 0 0 0 0 24 0 9 0 652364489 832147456 7737 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=6765/tid=6770] ppid=6741 vsize=812644 CPUtime=0
/proc/6765/task/6770/stat : 6770 (java) S 6741 6741 4919 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 652364491 832147456 7740 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=6765/tid=6771] ppid=6741 vsize=812644 CPUtime=0.12
/proc/6765/task/6771/stat : 6771 (java) S 6741 6741 4919 0 -1 64 774 0 0 0 12 0 0 0 16 0 9 0 652364491 832147456 7743 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=6765/tid=6772] ppid=6741 vsize=812644 CPUtime=0
/proc/6765/task/6772/stat : 6772 (java) S 6741 6741 4919 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 652364491 832147456 7743 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=6765/tid=6773] ppid=6741 vsize=812644 CPUtime=0
/proc/6765/task/6773/stat : 6773 (java) S 6741 6741 4919 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 652364491 832147456 7743 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 347.22
Current children cumulated vsize (KiB) 860204

[startup+348.902 s]
/proc/loadavg: 2.06 2.02 2.00 3/83 6773
/proc/meminfo: memFree=1711240/2055920 swapFree=4177348/4192956
[pid=6741] ppid=6739 vsize=47560 CPUtime=346.76
/proc/6741/stat : 6741 (galacE.sh) S 6739 6741 4919 0 -1 4194304 834 34322 0 1 0 0 34649 27 16 0 1 0 652329663 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 243665698898 0 0 4096 73728 18446744071563648864 0 0 17 0 0 0
/proc/6741/statm: 11890 364 244 79 0 219 0
[pid=6765] ppid=6741 vsize=812644 CPUtime=0.65
/proc/6765/stat : 6765 (java) S 6741 6741 4919 0 -1 0 12797 0 1 0 59 6 0 0 20 0 9 0 652364486 832147456 12220 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6765/statm: 203161 12220 1856 9 0 197142 0
[pid=6765/tid=6766] ppid=6741 vsize=812644 CPUtime=0.46
/proc/6765/task/6766/stat : 6766 (java) R 6741 6741 4919 0 -1 64 11259 0 1 0 41 5 0 0 25 0 9 0 652364487 832147456 12220 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=6765/tid=6767] ppid=6741 vsize=812644 CPUtime=0
/proc/6765/task/6767/stat : 6767 (java) S 6741 6741 4919 0 -1 64 4 0 0 0 0 0 0 0 23 0 9 0 652364489 832147456 12222 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 0 0 0
[pid=6765/tid=6768] ppid=6741 vsize=812644 CPUtime=0
/proc/6765/task/6768/stat : 6768 (java) S 6741 6741 4919 0 -1 64 11 0 0 0 0 0 0 0 23 0 9 0 652364489 832147456 12223 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=6765/tid=6769] ppid=6741 vsize=812644 CPUtime=0
/proc/6765/task/6769/stat : 6769 (java) S 6741 6741 4919 0 -1 64 4 0 0 0 0 0 0 0 24 0 9 0 652364489 832147456 12227 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=6765/tid=6770] ppid=6741 vsize=812644 CPUtime=0
/proc/6765/task/6770/stat : 6770 (java) S 6741 6741 4919 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 652364491 832147456 12227 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=6765/tid=6771] ppid=6741 vsize=812644 CPUtime=0.18
/proc/6765/task/6771/stat : 6771 (java) S 6741 6741 4919 0 -1 64 831 0 0 0 18 0 0 0 16 0 9 0 652364491 832147456 12227 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=6765/tid=6772] ppid=6741 vsize=812644 CPUtime=0
/proc/6765/task/6772/stat : 6772 (java) S 6741 6741 4919 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 652364491 832147456 12227 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=6765/tid=6773] ppid=6741 vsize=812644 CPUtime=0
/proc/6765/task/6773/stat : 6773 (java) S 6741 6741 4919 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 652364491 832147456 12227 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 347.41
Current children cumulated vsize (KiB) 860204

[startup+349.002 s]
/proc/loadavg: 2.06 2.02 2.00 3/83 6773
/proc/meminfo: memFree=1711240/2055920 swapFree=4177348/4192956
[pid=6741] ppid=6739 vsize=47560 CPUtime=346.76
/proc/6741/stat : 6741 (galacE.sh) S 6739 6741 4919 0 -1 4194304 841 34322 0 1 0 0 34649 27 15 0 1 0 652329663 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 243665698898 0 0 4096 73728 18446744071563648864 0 0 17 0 0 0
/proc/6741/statm: 11890 365 244 79 0 219 0
[pid=6765] ppid=6741 vsize=812900 CPUtime=0.73
/proc/6765/stat : 6765 (java) S 6741 6741 4919 0 -1 0 13277 0 1 0 67 6 0 0 20 0 9 0 652364486 832409600 12659 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6765/statm: 203225 12659 1912 9 0 197178 0
[pid=6765/tid=6766] ppid=6741 vsize=812900 CPUtime=0.51
/proc/6765/task/6766/stat : 6766 (java) S 6741 6741 4919 0 -1 64 11715 0 1 0 46 5 0 0 25 0 9 0 652364487 832409600 12659 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=6765/tid=6767] ppid=6741 vsize=812900 CPUtime=0
/proc/6765/task/6767/stat : 6767 (java) S 6741 6741 4919 0 -1 64 4 0 0 0 0 0 0 0 23 0 9 0 652364489 832409600 12659 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 0 0 0
[pid=6765/tid=6768] ppid=6741 vsize=812900 CPUtime=0
/proc/6765/task/6768/stat : 6768 (java) S 6741 6741 4919 0 -1 64 11 0 0 0 0 0 0 0 23 0 9 0 652364489 832409600 12659 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=6765/tid=6769] ppid=6741 vsize=812900 CPUtime=0
/proc/6765/task/6769/stat : 6769 (java) S 6741 6741 4919 0 -1 64 4 0 0 0 0 0 0 0 24 0 9 0 652364489 832409600 12659 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=6765/tid=6770] ppid=6741 vsize=812900 CPUtime=0
/proc/6765/task/6770/stat : 6770 (java) S 6741 6741 4919 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 652364491 832409600 12659 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=6765/tid=6771] ppid=6741 vsize=812900 CPUtime=0.2
/proc/6765/task/6771/stat : 6771 (java) S 6741 6741 4919 0 -1 64 848 0 0 0 20 0 0 0 16 0 9 0 652364491 832409600 12659 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=6765/tid=6772] ppid=6741 vsize=812900 CPUtime=0
/proc/6765/task/6772/stat : 6772 (java) S 6741 6741 4919 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 652364491 832409600 12659 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=6765/tid=6773] ppid=6741 vsize=812900 CPUtime=0
/proc/6765/task/6773/stat : 6773 (java) S 6741 6741 4919 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 652364491 832409600 12659 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 347.49
Current children cumulated vsize (KiB) 860460

Child status: 0
Real time (s): 349.025
CPU time (s): 347.535
CPU user time (s): 347.172
CPU system time (s): 0.362944
CPU usage (%): 99.5731
Max. virtual memory (cumulated for all children) (KiB): 861344

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 347.172
system time used= 0.362944
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 48638
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= 2095
involuntary context switches= 6787

runsolver used 0.32295 second user time and 0.960853 second system time

The end

Launcher Data (download as text)

Begin job on node84 at 2008-07-05 23:41:35
IDJOB=1101687
IDBENCH=60057
IDSOLVER=351
FILE ID=node84/1101687-1215294095
PBS_JOBID= 7882307
Free space on /tmp= 66556 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 0b7ee6b471e3889de87b6b10c560a5a1
RANDOM SEED=290743240

node84.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.231
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.231
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1725880 kB
Buffers:         58016 kB
Cached:         209012 kB
SwapCached:       9596 kB
Active:         167204 kB
Inactive:       115260 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1725880 kB
SwapTotal:     4192956 kB
SwapFree:      4177348 kB
Dirty:            3304 kB
Writeback:           0 kB
Mapped:          22868 kB
Slab:            33024 kB
Committed_AS:  1231008 kB
PageTables:       1728 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= 66556 MiB
End job on node84 at 2008-07-05 23:47:24