Trace number 1100169

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 61.2677 61.8999

General information on the benchmark

Namecsp/tightness0.65/
normalized-rand-2-40-40-135-650-14_ext.xml
MD5SUM70e1d96b0cda44e6f30cfe269e8bad76
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 benchmark2.32565
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints135
Maximum constraint arity2
Maximum domain size40
Number of constraints which are defined in extension135
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 ---
1.14/1.26	c start processing
1.14/1.26	c start relation processing
1.34/1.43	c start cnf exporting
3.92/4.09	c parsing time : 1.132
3.92/4.09	c preprocessing time : 3.956
3.92/4.09	
3.92/4.09	c Nary constraints - conflicts : 0 supports : 0
3.92/4.09	c Binary constraints - conflicts : 0 supports :135
3.92/4.09	c max arity constraint : 2
3.92/4.09	c Max Tuples generated 0
3.92/4.09	c relations : 135
3.92/4.09	c relations BDD: 0
3.92/4.09	c sampling 0/0
3.92/4.09	c vars : 1601 - clauses :  42040
3.92/4.09	
4.01/4.12	 
4.01/4.12	c --- SAT Solver Stats ---
4.01/4.12	 
4.01/4.12	c eSAT 0.1 : minisat core with additionnal features
4.01/4.12	c ============================[ Problem Statistics ]=============================
4.01/4.12	c |                                                                             |
4.01/4.13	c |  Number of variables:  1600                                                 |
4.01/4.13	c |  Number of clauses:    42040                                                |
4.01/4.18	c |  Parsing time:         0.05         s                                       |
61.14/61.89	c restarts              : 232
61.14/61.89	c conflicts             : 62049          (1086 /sec)
61.14/61.89	c decisions             : 135563         (16.30 % random) (2372 /sec)
61.14/61.89	c euip                  : 9477        
61.14/61.89	c propagations          : 12707124       (222318 /sec)
61.14/61.89	c conflict literals     : 8648807        (21.08 % deleted)
61.14/61.89	c Memory used           : 21.92 MB
61.14/61.89	c CPU time              : 57.1573 s
61.14/61.89	c 
61.14/61.89	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-1100169-1215286646/watcher-1100169-1215286646 -o /tmp/evaluation-result-1100169-1215286646/solver-1100169-1215286646 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1100169-1215286646.xml 

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 19457
/proc/meminfo: memFree=1739648/2055920 swapFree=4179416/4192956
[pid=19457] ppid=19455 vsize=8748 CPUtime=0
/proc/19457/stat : 19457 (galacE.sh) S 19455 19457 15401 0 -1 4194304 454 948 0 0 0 0 0 0 17 0 1 0 2007636332 8957952 312 996147200 4194304 4520092 548682068832 18446744073709551615 236437302106 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19457/statm: 2187 312 217 79 0 180 0
[pid=19463] ppid=19457 vsize=8768 CPUtime=0
/proc/19463/stat : 19463 (galacE.sh) R 19457 19457 15401 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 1 0 2007636334 8978432 315 996147200 4194304 4520092 548682068832 18446744073709551615 236437695783 0 0 4096 73728 0 0 0 17 1 0 0
/proc/19463/statm: 2192 315 217 79 0 185 0

[startup+0.0805251 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 19457
/proc/meminfo: memFree=1739648/2055920 swapFree=4179416/4192956
[pid=19457] ppid=19455 vsize=47580 CPUtime=0.01
/proc/19457/stat : 19457 (galacE.sh) S 19455 19457 15401 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 2007636332 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 236437302106 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19457/statm: 11895 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47580

[startup+0.101841 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 19457
/proc/meminfo: memFree=1739648/2055920 swapFree=4179416/4192956
[pid=19457] ppid=19455 vsize=47580 CPUtime=0.01
/proc/19457/stat : 19457 (galacE.sh) S 19455 19457 15401 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 2007636332 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 236437302106 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19457/statm: 11895 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47580

[startup+0.301876 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 19457
/proc/meminfo: memFree=1739648/2055920 swapFree=4179416/4192956
[pid=19457] ppid=19455 vsize=47580 CPUtime=0.01
/proc/19457/stat : 19457 (galacE.sh) S 19455 19457 15401 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 2007636332 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 236437302106 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19457/statm: 11895 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47580

[startup+0.701956 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 19457
/proc/meminfo: memFree=1739648/2055920 swapFree=4179416/4192956
[pid=19457] ppid=19455 vsize=47580 CPUtime=0.01
/proc/19457/stat : 19457 (galacE.sh) S 19455 19457 15401 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 2007636332 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 236437302106 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19457/statm: 11895 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47580

[startup+1.50211 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 19479
/proc/meminfo: memFree=1669616/2055920 swapFree=4179416/4192956
[pid=19457] ppid=19455 vsize=47580 CPUtime=0.01
/proc/19457/stat : 19457 (galacE.sh) S 19455 19457 15401 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 2007636332 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 236437302106 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19457/statm: 11895 364 245 79 0 219 0
[pid=19471] ppid=19457 vsize=812788 CPUtime=1.43
/proc/19471/stat : 19471 (java) S 19457 19457 15401 0 -1 0 22092 0 1 0 131 12 0 0 18 0 9 0 2007636336 832294912 21509 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19471/statm: 203197 21509 1909 9 0 197178 0
[pid=19471/tid=19472] ppid=19457 vsize=812788 CPUtime=1.16
/proc/19471/task/19472/stat : 19472 (java) R 19457 19457 15401 0 -1 64 14530 0 1 0 108 8 0 0 25 0 9 0 2007636337 832294912 21509 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19471/tid=19473] ppid=19457 vsize=812788 CPUtime=0.06
/proc/19471/task/19473/stat : 19473 (java) S 19457 19457 15401 0 -1 64 6052 0 0 0 4 2 0 0 16 0 9 0 2007636339 832294912 21509 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19471/tid=19474] ppid=19457 vsize=812788 CPUtime=0
/proc/19471/task/19474/stat : 19474 (java) S 19457 19457 15401 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2007636339 832294912 21509 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19471/tid=19475] ppid=19457 vsize=812788 CPUtime=0
/proc/19471/task/19475/stat : 19475 (java) S 19457 19457 15401 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2007636339 832294912 21509 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19471/tid=19476] ppid=19457 vsize=812788 CPUtime=0
/proc/19471/task/19476/stat : 19476 (java) S 19457 19457 15401 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2007636341 832294912 21509 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19471/tid=19477] ppid=19457 vsize=812788 CPUtime=0.18
/proc/19471/task/19477/stat : 19477 (java) R 19457 19457 15401 0 -1 64 812 0 0 0 18 0 0 0 16 0 9 0 2007636341 832294912 21509 996147200 134512640 134550740 4294955600 18446744073709551615 102672146 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19471/tid=19478] ppid=19457 vsize=812788 CPUtime=0
/proc/19471/task/19478/stat : 19478 (java) S 19457 19457 15401 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2007636341 832294912 21509 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19471/tid=19479] ppid=19457 vsize=812788 CPUtime=0
/proc/19471/task/19479/stat : 19479 (java) S 19457 19457 15401 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2007636341 832294912 21509 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) 860368

[startup+3.10243 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 19479
/proc/meminfo: memFree=1655984/2055920 swapFree=4179416/4192956
[pid=19457] ppid=19455 vsize=47580 CPUtime=0.01
/proc/19457/stat : 19457 (galacE.sh) S 19455 19457 15401 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 2007636332 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 236437302106 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19457/statm: 11895 364 245 79 0 219 0
[pid=19471] ppid=19457 vsize=812788 CPUtime=3.02
/proc/19471/stat : 19471 (java) S 19457 19457 15401 0 -1 0 23036 0 1 0 289 13 0 0 18 0 9 0 2007636336 832294912 22450 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19471/statm: 203197 22450 1914 9 0 197178 0
[pid=19471/tid=19472] ppid=19457 vsize=812788 CPUtime=2.66
/proc/19471/task/19472/stat : 19472 (java) R 19457 19457 15401 0 -1 64 14535 0 1 0 257 9 0 0 25 0 9 0 2007636337 832294912 22450 996147200 134512640 134550740 4294955600 18446744073709551615 4126962030 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19471/tid=19473] ppid=19457 vsize=812788 CPUtime=0.1
/proc/19471/task/19473/stat : 19473 (java) S 19457 19457 15401 0 -1 64 6950 0 0 0 7 3 0 0 16 0 9 0 2007636339 832294912 22450 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19471/tid=19474] ppid=19457 vsize=812788 CPUtime=0
/proc/19471/task/19474/stat : 19474 (java) S 19457 19457 15401 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2007636339 832294912 22450 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19471/tid=19475] ppid=19457 vsize=812788 CPUtime=0
/proc/19471/task/19475/stat : 19475 (java) S 19457 19457 15401 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2007636339 832294912 22450 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19471/tid=19476] ppid=19457 vsize=812788 CPUtime=0
/proc/19471/task/19476/stat : 19476 (java) S 19457 19457 15401 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2007636341 832294912 22450 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19471/tid=19477] ppid=19457 vsize=812788 CPUtime=0.24
/proc/19471/task/19477/stat : 19477 (java) S 19457 19457 15401 0 -1 64 853 0 0 0 24 0 0 0 15 0 9 0 2007636341 832294912 22450 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19471/tid=19478] ppid=19457 vsize=812788 CPUtime=0
/proc/19471/task/19478/stat : 19478 (java) S 19457 19457 15401 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2007636341 832294912 22450 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19471/tid=19479] ppid=19457 vsize=812788 CPUtime=0
/proc/19471/task/19479/stat : 19479 (java) S 19457 19457 15401 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2007636341 832294912 22450 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 860368

[startup+6.30105 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 19480
/proc/meminfo: memFree=1732144/2055920 swapFree=4179416/4192956
[pid=19457] ppid=19455 vsize=47580 CPUtime=4.03
/proc/19457/stat : 19457 (galacE.sh) S 19455 19457 15401 0 -1 4194304 799 24747 0 1 0 0 387 16 17 0 1 0 2007636332 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 236437302106 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19457/statm: 11895 364 245 79 0 219 0
[pid=19480] ppid=19457 vsize=7128 CPUtime=2.13
/proc/19480/stat : 19480 (eSAT_static) R 19457 19457 15401 0 -1 4194304 1744 0 0 0 213 0 0 0 25 0 1 0 2007636745 7299072 1643 996147200 134512640 135177480 4294955968 18446744073709551615 134561132 0 0 4096 3 0 0 0 17 1 0 0
/proc/19480/statm: 1782 1643 81 162 0 1617 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 54708

[startup+12.7023 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 19480
/proc/meminfo: memFree=1728240/2055920 swapFree=4179416/4192956
[pid=19457] ppid=19455 vsize=47580 CPUtime=4.03
/proc/19457/stat : 19457 (galacE.sh) S 19455 19457 15401 0 -1 4194304 799 24747 0 1 0 0 387 16 17 0 1 0 2007636332 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 236437302106 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19457/statm: 11895 364 245 79 0 219 0
[pid=19480] ppid=19457 vsize=10712 CPUtime=8.48
/proc/19480/stat : 19480 (eSAT_static) R 19457 19457 15401 0 -1 4194304 2667 0 0 0 847 1 0 0 25 0 1 0 2007636745 10969088 2566 996147200 134512640 135177480 4294955968 18446744073709551615 134565395 0 0 4096 3 0 0 0 17 1 0 0
/proc/19480/statm: 2678 2566 81 162 0 2513 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 58292

[startup+25.5018 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 19480
/proc/meminfo: memFree=1722736/2055920 swapFree=4179416/4192956
[pid=19457] ppid=19455 vsize=47580 CPUtime=4.03
/proc/19457/stat : 19457 (galacE.sh) S 19455 19457 15401 0 -1 4194304 799 24747 0 1 0 0 387 16 17 0 1 0 2007636332 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 236437302106 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19457/statm: 11895 364 245 79 0 219 0
[pid=19480] ppid=19457 vsize=15880 CPUtime=21.15
/proc/19480/stat : 19480 (eSAT_static) R 19457 19457 15401 0 -1 4194304 3956 0 0 0 2113 2 0 0 25 0 1 0 2007636745 16261120 3855 996147200 134512640 135177480 4294955968 18446744073709551615 134565414 0 0 4096 3 0 0 0 17 1 0 0
/proc/19480/statm: 3970 3855 81 162 0 3805 0
Current children cumulated CPU time (s) 25.18
Current children cumulated vsize (KiB) 63460

[startup+51.1018 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 19480
/proc/meminfo: memFree=1719792/2055920 swapFree=4179416/4192956
[pid=19457] ppid=19455 vsize=47580 CPUtime=4.03
/proc/19457/stat : 19457 (galacE.sh) S 19455 19457 15401 0 -1 4194304 799 24747 0 1 0 0 387 16 17 0 1 0 2007636332 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 236437302106 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19457/statm: 11895 364 245 79 0 219 0
[pid=19480] ppid=19457 vsize=18964 CPUtime=46.51
/proc/19480/stat : 19480 (eSAT_static) R 19457 19457 15401 0 -1 4194304 4705 0 0 0 4647 4 0 0 25 0 1 0 2007636745 19419136 4604 996147200 134512640 135177480 4294955968 18446744073709551615 134571529 0 0 4096 3 0 0 0 17 1 0 0
/proc/19480/statm: 4741 4604 81 162 0 4576 0
Current children cumulated CPU time (s) 50.54
Current children cumulated vsize (KiB) 66544

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

[startup+57.5011 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 19480
/proc/meminfo: memFree=1717232/2055920 swapFree=4179416/4192956
[pid=19457] ppid=19455 vsize=47580 CPUtime=4.03
/proc/19457/stat : 19457 (galacE.sh) S 19455 19457 15401 0 -1 4194304 799 24747 0 1 0 0 387 16 17 0 1 0 2007636332 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 236437302106 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19457/statm: 11895 364 245 79 0 219 0
[pid=19480] ppid=19457 vsize=21244 CPUtime=52.85
/proc/19480/stat : 19480 (eSAT_static) R 19457 19457 15401 0 -1 4194304 5285 0 0 0 5281 4 0 0 25 0 1 0 2007636745 21753856 5184 996147200 134512640 135177480 4294955968 18446744073709551615 134564794 0 0 4096 3 0 0 0 17 1 0 0
/proc/19480/statm: 5311 5184 81 162 0 5146 0
Current children cumulated CPU time (s) 56.88
Current children cumulated vsize (KiB) 68824

[startup+59.1014 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 19480
/proc/meminfo: memFree=1716656/2055920 swapFree=4179416/4192956
[pid=19457] ppid=19455 vsize=47580 CPUtime=4.03
/proc/19457/stat : 19457 (galacE.sh) S 19455 19457 15401 0 -1 4194304 799 24747 0 1 0 0 387 16 17 0 1 0 2007636332 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 236437302106 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19457/statm: 11895 364 245 79 0 219 0
[pid=19480] ppid=19457 vsize=22180 CPUtime=54.44
/proc/19480/stat : 19480 (eSAT_static) R 19457 19457 15401 0 -1 4194304 5520 0 0 0 5440 4 0 0 25 0 1 0 2007636745 22712320 5419 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/19480/statm: 5545 5419 81 162 0 5380 0
Current children cumulated CPU time (s) 58.47
Current children cumulated vsize (KiB) 69760

[startup+60.7017 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 19480
/proc/meminfo: memFree=1715888/2055920 swapFree=4179416/4192956
[pid=19457] ppid=19455 vsize=47580 CPUtime=4.03
/proc/19457/stat : 19457 (galacE.sh) S 19455 19457 15401 0 -1 4194304 799 24747 0 1 0 0 387 16 17 0 1 0 2007636332 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 236437302106 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19457/statm: 11895 364 245 79 0 219 0
[pid=19480] ppid=19457 vsize=22444 CPUtime=56.02
/proc/19480/stat : 19480 (eSAT_static) R 19457 19457 15401 0 -1 4194304 5584 0 0 0 5598 4 0 0 25 0 1 0 2007636745 22982656 5483 996147200 134512640 135177480 4294955968 18446744073709551615 134565289 0 0 4096 3 0 0 0 17 1 0 0
/proc/19480/statm: 5611 5483 81 162 0 5446 0
Current children cumulated CPU time (s) 60.05
Current children cumulated vsize (KiB) 70024

[startup+61.5018 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 19480
/proc/meminfo: memFree=1715888/2055920 swapFree=4179416/4192956
[pid=19457] ppid=19455 vsize=47580 CPUtime=4.03
/proc/19457/stat : 19457 (galacE.sh) S 19455 19457 15401 0 -1 4194304 799 24747 0 1 0 0 387 16 17 0 1 0 2007636332 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 236437302106 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19457/statm: 11895 364 245 79 0 219 0
[pid=19480] ppid=19457 vsize=22444 CPUtime=56.82
/proc/19480/stat : 19480 (eSAT_static) R 19457 19457 15401 0 -1 4194304 5584 0 0 0 5678 4 0 0 25 0 1 0 2007636745 22982656 5483 996147200 134512640 135177480 4294955968 18446744073709551615 134565406 0 0 4096 3 0 0 0 17 1 0 0
/proc/19480/statm: 5611 5483 81 162 0 5446 0
Current children cumulated CPU time (s) 60.85
Current children cumulated vsize (KiB) 70024

[startup+61.7019 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 19480
/proc/meminfo: memFree=1715888/2055920 swapFree=4179416/4192956
[pid=19457] ppid=19455 vsize=47580 CPUtime=4.03
/proc/19457/stat : 19457 (galacE.sh) S 19455 19457 15401 0 -1 4194304 799 24747 0 1 0 0 387 16 17 0 1 0 2007636332 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 236437302106 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19457/statm: 11895 364 245 79 0 219 0
[pid=19480] ppid=19457 vsize=22444 CPUtime=57.01
/proc/19480/stat : 19480 (eSAT_static) R 19457 19457 15401 0 -1 4194304 5584 0 0 0 5697 4 0 0 25 0 1 0 2007636745 22982656 5483 996147200 134512640 135177480 4294955968 18446744073709551615 134564782 0 0 4096 3 0 0 0 17 1 0 0
/proc/19480/statm: 5611 5483 81 162 0 5446 0
Current children cumulated CPU time (s) 61.04
Current children cumulated vsize (KiB) 70024

[startup+61.8019 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 19480
/proc/meminfo: memFree=1715888/2055920 swapFree=4179416/4192956
[pid=19457] ppid=19455 vsize=47580 CPUtime=4.03
/proc/19457/stat : 19457 (galacE.sh) S 19455 19457 15401 0 -1 4194304 799 24747 0 1 0 0 387 16 17 0 1 0 2007636332 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 236437302106 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19457/statm: 11895 364 245 79 0 219 0
[pid=19480] ppid=19457 vsize=22444 CPUtime=57.11
/proc/19480/stat : 19480 (eSAT_static) R 19457 19457 15401 0 -1 4194304 5584 0 0 0 5707 4 0 0 25 0 1 0 2007636745 22982656 5483 996147200 134512640 135177480 4294955968 18446744073709551615 134565388 0 0 4096 3 0 0 0 17 1 0 0
/proc/19480/statm: 5611 5483 81 162 0 5446 0
Current children cumulated CPU time (s) 61.14
Current children cumulated vsize (KiB) 70024

Child status: 0
Real time (s): 61.8999
CPU time (s): 61.2677
CPU user time (s): 61.0397
CPU system time (s): 0.227965
CPU usage (%): 98.9787
Max. virtual memory (cumulated for all children) (KiB): 860368

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 61.0397
system time used= 0.227965
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31329
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= 838
involuntary context switches= 2092

runsolver used 0.095985 second user time and 0.19697 second system time

The end

Launcher Data (download as text)

Begin job on node62 at 2008-07-05 21:37:26
IDJOB=1100169
IDBENCH=59850
IDSOLVER=351
FILE ID=node62/1100169-1215286646
PBS_JOBID= 7882184
Free space on /tmp= 65256 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 70e1d96b0cda44e6f30cfe269e8bad76
RANDOM SEED=1563051208

node62.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:       1740128 kB
Buffers:         48276 kB
Cached:         195620 kB
SwapCached:       7024 kB
Active:         172000 kB
Inactive:        86644 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1740128 kB
SwapTotal:     4192956 kB
SwapFree:      4179416 kB
Dirty:            3512 kB
Writeback:           0 kB
Mapped:          22216 kB
Slab:            42220 kB
Committed_AS:  4200260 kB
PageTables:       1844 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= 65252 MiB
End job on node62 at 2008-07-05 21:38:28