Trace number 1100301

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 72.321 72.7

General information on the benchmark

Namecsp/tightness0.9/
normalized-rand-2-40-180-84-900-79_ext.xml
MD5SUMb1d07b50d1eb15bf2e06a7b100ff956d
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.75358
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints84
Maximum constraint arity2
Maximum domain size180
Number of constraints which are defined in extension84
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.01/0.03	c --- Preproc Stats ---
1.95/2.09	c start processing
1.95/2.09	c start relation processing
3.72/3.87	c start cnf exporting
22.14/22.49	c parsing time : 1.96
22.14/22.49	c preprocessing time : 22.365
22.14/22.49	
22.14/22.49	c Nary constraints - conflicts : 0 supports : 0
22.14/22.49	c Binary constraints - conflicts : 0 supports :84
22.14/22.49	c max arity constraint : 2
22.14/22.49	c Max Tuples generated 0
22.14/22.49	c relations : 84
22.14/22.49	c relations BDD: 0
22.14/22.49	c sampling 0/0
22.14/22.49	c vars : 7201 - clauses :  674680
22.14/22.49	
22.24/22.56	 
22.24/22.56	c --- SAT Solver Stats ---
22.24/22.56	 
22.24/22.56	c eSAT 0.1 : minisat core with additionnal features
22.24/22.56	c ============================[ Problem Statistics ]=============================
22.24/22.56	c |                                                                             |
22.24/22.57	c |  Number of variables:  7200                                                 |
22.24/22.57	c |  Number of clauses:    674680                                               |
22.68/23.04	c |  Parsing time:         0.41         s                                       |
72.20/72.68	c restarts              : 203
72.20/72.68	c conflicts             : 21839          (438 /sec)
72.20/72.68	c decisions             : 170984         (50.25 % random) (3425 /sec)
72.20/72.68	c euip                  : 5102        
72.20/72.68	c propagations          : 16303224       (326604 /sec)
72.20/72.68	c conflict literals     : 6945200        (19.36 % deleted)
72.20/72.68	c Memory used           : 46.36 MB
72.20/72.68	c CPU time              : 49.9174 s
72.20/72.68	c 
72.20/72.68	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-1100301-1215286877/watcher-1100301-1215286877 -o /tmp/evaluation-result-1100301-1215286877/solver-1100301-1215286877 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1100301-1215286877.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/81 17727
/proc/meminfo: memFree=1716344/2055920 swapFree=4180436/4192956
[pid=17727] ppid=17725 vsize=18572 CPUtime=0
/proc/17727/stat : 17727 (runsolver) R 17725 17727 14240 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 2007659889 19017728 292 996147200 4194304 4296836 548682068496 18446744073709551615 255539604775 0 0 4096 24578 0 0 0 17 1 0 0
/proc/17727/statm: 4643 292 257 25 0 2626 0

[startup+0.03273 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 17727
/proc/meminfo: memFree=1716344/2055920 swapFree=4180436/4192956
[pid=17727] ppid=17725 vsize=8784 CPUtime=0.01
/proc/17727/stat : 17727 (galacE.sh) R 17725 17727 14240 0 -1 4194304 653 1698 0 0 0 0 0 1 22 0 1 0 2007659889 8994816 321 996147200 4194304 4520092 548682068832 18446744073709551615 4273191 0 2 4096 73728 0 0 0 17 1 0 0
/proc/17727/statm: 2196 321 218 79 0 189 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 8784

[startup+0.101741 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 17727
/proc/meminfo: memFree=1716344/2055920 swapFree=4180436/4192956
[pid=17727] ppid=17725 vsize=47580 CPUtime=0.01
/proc/17727/stat : 17727 (galacE.sh) S 17725 17727 14240 0 -1 4194304 764 1698 0 0 0 0 0 1 18 0 1 0 2007659889 48721920 363 996147200 4194304 4520092 548682068832 18446744073709551615 255539211098 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17727/statm: 11895 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47580

[startup+0.30176 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 17727
/proc/meminfo: memFree=1716344/2055920 swapFree=4180436/4192956
[pid=17727] ppid=17725 vsize=47580 CPUtime=0.01
/proc/17727/stat : 17727 (galacE.sh) S 17725 17727 14240 0 -1 4194304 764 1698 0 0 0 0 0 1 18 0 1 0 2007659889 48721920 363 996147200 4194304 4520092 548682068832 18446744073709551615 255539211098 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17727/statm: 11895 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47580

[startup+0.701804 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 17727
/proc/meminfo: memFree=1716344/2055920 swapFree=4180436/4192956
[pid=17727] ppid=17725 vsize=47580 CPUtime=0.01
/proc/17727/stat : 17727 (galacE.sh) S 17725 17727 14240 0 -1 4194304 764 1698 0 0 0 0 0 1 18 0 1 0 2007659889 48721920 363 996147200 4194304 4520092 548682068832 18446744073709551615 255539211098 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17727/statm: 11895 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47580

[startup+1.50287 s]
/proc/loadavg: 2.00 2.00 2.00 3/91 17749
/proc/meminfo: memFree=1637928/2055920 swapFree=4180436/4192956
[pid=17727] ppid=17725 vsize=47580 CPUtime=0.01
/proc/17727/stat : 17727 (galacE.sh) S 17725 17727 14240 0 -1 4194304 764 1698 0 0 0 0 0 1 18 0 1 0 2007659889 48721920 363 996147200 4194304 4520092 548682068832 18446744073709551615 255539211098 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17727/statm: 11895 363 244 79 0 219 0
[pid=17741] ppid=17727 vsize=812628 CPUtime=1.44
/proc/17741/stat : 17741 (java) S 17727 17727 14240 0 -1 0 23107 0 1 0 131 13 0 0 18 0 9 0 2007659893 832131072 22524 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17741/statm: 203157 22524 1886 9 0 197138 0
[pid=17741/tid=17742] ppid=17727 vsize=812628 CPUtime=1.19
/proc/17741/task/17742/stat : 17742 (java) R 17727 17727 14240 0 -1 64 14476 0 1 0 110 9 0 0 25 0 9 0 2007659894 832131072 22524 996147200 134512640 134550740 4294955600 18446744073709551615 4126631757 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17741/tid=17743] ppid=17727 vsize=812628 CPUtime=0.1
/proc/17741/task/17743/stat : 17743 (java) S 17727 17727 14240 0 -1 64 7178 0 0 0 8 2 0 0 16 0 9 0 2007659895 832131072 22524 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17741/tid=17744] ppid=17727 vsize=812628 CPUtime=0
/proc/17741/task/17744/stat : 17744 (java) S 17727 17727 14240 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 2007659895 832131072 22524 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17741/tid=17745] ppid=17727 vsize=812628 CPUtime=0
/proc/17741/task/17745/stat : 17745 (java) S 17727 17727 14240 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2007659895 832131072 22524 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17741/tid=17746] ppid=17727 vsize=812628 CPUtime=0
/proc/17741/task/17746/stat : 17746 (java) S 17727 17727 14240 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2007659898 832131072 22524 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17741/tid=17747] ppid=17727 vsize=812628 CPUtime=0.12
/proc/17741/task/17747/stat : 17747 (java) S 17727 17727 14240 0 -1 64 753 0 0 0 12 0 0 0 16 0 9 0 2007659898 832131072 22524 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17741/tid=17748] ppid=17727 vsize=812628 CPUtime=0
/proc/17741/task/17748/stat : 17748 (java) S 17727 17727 14240 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2007659898 832131072 22524 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17741/tid=17749] ppid=17727 vsize=812628 CPUtime=0
/proc/17741/task/17749/stat : 17749 (java) S 17727 17727 14240 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2007659898 832131072 22524 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 860208

[startup+3.10301 s]
/proc/loadavg: 2.00 2.00 2.00 3/91 17749
/proc/meminfo: memFree=1627496/2055920 swapFree=4180436/4192956
[pid=17727] ppid=17725 vsize=47580 CPUtime=0.01
/proc/17727/stat : 17727 (galacE.sh) S 17725 17727 14240 0 -1 4194304 764 1698 0 0 0 0 0 1 18 0 1 0 2007659889 48721920 363 996147200 4194304 4520092 548682068832 18446744073709551615 255539211098 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17727/statm: 11895 363 244 79 0 219 0
[pid=17741] ppid=17727 vsize=812628 CPUtime=3.03
/proc/17741/stat : 17741 (java) S 17727 17727 14240 0 -1 0 24410 0 1 0 290 13 0 0 18 0 9 0 2007659893 832131072 23823 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17741/statm: 203157 23823 1889 9 0 197138 0
[pid=17741/tid=17742] ppid=17727 vsize=812628 CPUtime=2.7
/proc/17741/task/17742/stat : 17742 (java) R 17727 17727 14240 0 -1 64 14490 0 1 0 261 9 0 0 25 0 9 0 2007659894 832131072 23823 996147200 134512640 134550740 4294955600 18446744073709551615 4126835523 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17741/tid=17743] ppid=17727 vsize=812628 CPUtime=0.16
/proc/17741/task/17743/stat : 17743 (java) S 17727 17727 14240 0 -1 64 8446 0 0 0 13 3 0 0 17 0 9 0 2007659895 832131072 23823 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17741/tid=17744] ppid=17727 vsize=812628 CPUtime=0
/proc/17741/task/17744/stat : 17744 (java) S 17727 17727 14240 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 2007659895 832131072 23823 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17741/tid=17745] ppid=17727 vsize=812628 CPUtime=0
/proc/17741/task/17745/stat : 17745 (java) S 17727 17727 14240 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2007659895 832131072 23823 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17741/tid=17746] ppid=17727 vsize=812628 CPUtime=0
/proc/17741/task/17746/stat : 17746 (java) S 17727 17727 14240 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2007659898 832131072 23823 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17741/tid=17747] ppid=17727 vsize=812628 CPUtime=0.15
/proc/17741/task/17747/stat : 17747 (java) S 17727 17727 14240 0 -1 64 774 0 0 0 15 0 0 0 16 0 9 0 2007659898 832131072 23823 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17741/tid=17748] ppid=17727 vsize=812628 CPUtime=0
/proc/17741/task/17748/stat : 17748 (java) S 17727 17727 14240 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2007659898 832131072 23823 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17741/tid=17749] ppid=17727 vsize=812628 CPUtime=0
/proc/17741/task/17749/stat : 17749 (java) S 17727 17727 14240 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2007659898 832131072 23823 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 860208

[startup+6.30132 s]
/proc/loadavg: 2.00 2.00 2.00 3/91 17749
/proc/meminfo: memFree=1612392/2055920 swapFree=4180436/4192956
[pid=17727] ppid=17725 vsize=47580 CPUtime=0.01
/proc/17727/stat : 17727 (galacE.sh) S 17725 17727 14240 0 -1 4194304 764 1698 0 0 0 0 0 1 18 0 1 0 2007659889 48721920 363 996147200 4194304 4520092 548682068832 18446744073709551615 255539211098 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17727/statm: 11895 363 244 79 0 219 0
[pid=17741] ppid=17727 vsize=812760 CPUtime=6.19
/proc/17741/stat : 17741 (java) S 17727 17727 14240 0 -1 0 27970 0 1 0 603 16 0 0 18 0 9 0 2007659893 832266240 27376 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17741/statm: 203190 27376 1911 9 0 197171 0
[pid=17741/tid=17742] ppid=17727 vsize=812760 CPUtime=5.65
/proc/17741/task/17742/stat : 17742 (java) R 17727 17727 14240 0 -1 64 14540 0 1 0 555 10 0 0 25 0 9 0 2007659894 832266240 27376 996147200 134512640 134550740 4294955600 18446744073709551615 4126632539 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17741/tid=17743] ppid=17727 vsize=812760 CPUtime=0.31
/proc/17741/task/17743/stat : 17743 (java) S 17727 17727 14240 0 -1 64 11916 0 0 0 26 5 0 0 16 0 9 0 2007659895 832266240 27376 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17741/tid=17744] ppid=17727 vsize=812760 CPUtime=0
/proc/17741/task/17744/stat : 17744 (java) S 17727 17727 14240 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2007659895 832266240 27376 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17741/tid=17745] ppid=17727 vsize=812760 CPUtime=0
/proc/17741/task/17745/stat : 17745 (java) S 17727 17727 14240 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2007659895 832266240 27376 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17741/tid=17746] ppid=17727 vsize=812760 CPUtime=0
/proc/17741/task/17746/stat : 17746 (java) S 17727 17727 14240 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2007659898 832266240 27376 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17741/tid=17747] ppid=17727 vsize=812760 CPUtime=0.2
/proc/17741/task/17747/stat : 17747 (java) S 17727 17727 14240 0 -1 64 814 0 0 0 20 0 0 0 16 0 9 0 2007659898 832266240 27376 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17741/tid=17748] ppid=17727 vsize=812760 CPUtime=0
/proc/17741/task/17748/stat : 17748 (java) S 17727 17727 14240 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2007659898 832266240 27376 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17741/tid=17749] ppid=17727 vsize=812760 CPUtime=0
/proc/17741/task/17749/stat : 17749 (java) S 17727 17727 14240 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2007659898 832266240 27376 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 860340

[startup+12.7029 s]
/proc/loadavg: 2.00 2.00 2.00 3/91 17749
/proc/meminfo: memFree=1606504/2055920 swapFree=4180436/4192956
[pid=17727] ppid=17725 vsize=47580 CPUtime=0.01
/proc/17727/stat : 17727 (galacE.sh) S 17725 17727 14240 0 -1 4194304 764 1698 0 0 0 0 0 1 18 0 1 0 2007659889 48721920 363 996147200 4194304 4520092 548682068832 18446744073709551615 255539211098 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17727/statm: 11895 363 244 79 0 219 0
[pid=17741] ppid=17727 vsize=812760 CPUtime=12.53
/proc/17741/stat : 17741 (java) S 17727 17727 14240 0 -1 0 27984 0 1 0 1234 19 0 0 18 0 9 0 2007659893 832266240 27376 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17741/statm: 203190 27376 1911 9 0 197171 0
[pid=17741/tid=17742] ppid=17727 vsize=812760 CPUtime=11.98
/proc/17741/task/17742/stat : 17742 (java) R 17727 17727 14240 0 -1 64 14554 0 1 0 1186 12 0 0 25 0 9 0 2007659894 832266240 27376 996147200 134512640 134550740 4294955600 18446744073709551615 103232573 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17741/tid=17743] ppid=17727 vsize=812760 CPUtime=0.32
/proc/17741/task/17743/stat : 17743 (java) S 17727 17727 14240 0 -1 64 11916 0 0 0 27 5 0 0 16 0 9 0 2007659895 832266240 27376 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17741/tid=17744] ppid=17727 vsize=812760 CPUtime=0
/proc/17741/task/17744/stat : 17744 (java) S 17727 17727 14240 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2007659895 832266240 27376 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17741/tid=17745] ppid=17727 vsize=812760 CPUtime=0
/proc/17741/task/17745/stat : 17745 (java) S 17727 17727 14240 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2007659895 832266240 27376 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17741/tid=17746] ppid=17727 vsize=812760 CPUtime=0
/proc/17741/task/17746/stat : 17746 (java) S 17727 17727 14240 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2007659898 832266240 27376 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17741/tid=17747] ppid=17727 vsize=812760 CPUtime=0.2
/proc/17741/task/17747/stat : 17747 (java) S 17727 17727 14240 0 -1 64 814 0 0 0 20 0 0 0 16 0 9 0 2007659898 832266240 27376 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17741/tid=17748] ppid=17727 vsize=812760 CPUtime=0
/proc/17741/task/17748/stat : 17748 (java) S 17727 17727 14240 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2007659898 832266240 27376 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17741/tid=17749] ppid=17727 vsize=812760 CPUtime=0
/proc/17741/task/17749/stat : 17749 (java) S 17727 17727 14240 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2007659898 832266240 27376 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 860340

[startup+25.5011 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 17750
/proc/meminfo: memFree=1661288/2055920 swapFree=4180436/4192956
[pid=17727] ppid=17725 vsize=47580 CPUtime=22.26
/proc/17727/stat : 17727 (galacE.sh) S 17725 17727 14240 0 -1 4194304 798 29723 0 1 0 0 2202 24 17 0 1 0 2007659889 48721920 363 996147200 4194304 4520092 548682068832 18446744073709551615 255539211098 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17727/statm: 11895 363 244 79 0 219 0
[pid=17750] ppid=17727 vsize=43484 CPUtime=2.9
/proc/17750/stat : 17750 (eSAT_static) R 17727 17727 14240 0 -1 4194304 10721 0 0 0 284 6 0 0 25 0 1 0 2007662146 44527616 10703 996147200 134512640 135177480 4294955968 18446744073709551615 134537539 0 0 4096 3 0 0 0 17 1 0 0
/proc/17750/statm: 10871 10703 75 162 0 10706 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 91064

[startup+51.1015 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 17788
/proc/meminfo: memFree=1620336/2055920 swapFree=4180436/4192956
[pid=17727] ppid=17725 vsize=47580 CPUtime=22.26
/proc/17727/stat : 17727 (galacE.sh) S 17725 17727 14240 0 -1 4194304 798 29723 0 1 0 0 2202 24 17 0 1 0 2007659889 48721920 363 996147200 4194304 4520092 548682068832 18446744073709551615 255539211098 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17727/statm: 11895 363 244 79 0 219 0
[pid=17750] ppid=17727 vsize=40660 CPUtime=28.45
/proc/17750/stat : 17750 (eSAT_static) R 17727 17727 14240 0 -1 4194304 12095 0 0 0 2837 8 0 0 25 0 1 0 2007662146 41635840 10026 996147200 134512640 135177480 4294955968 18446744073709551615 134565410 0 0 4096 3 0 0 0 17 0 0 0
/proc/17750/statm: 10165 10026 80 162 0 10000 0
Current children cumulated CPU time (s) 50.71
Current children cumulated vsize (KiB) 88240

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

[startup+63.9027 s]
/proc/loadavg: 2.07 2.02 2.00 3/82 17788
/proc/meminfo: memFree=1614832/2055920 swapFree=4180436/4192956
[pid=17727] ppid=17725 vsize=47580 CPUtime=22.26
/proc/17727/stat : 17727 (galacE.sh) S 17725 17727 14240 0 -1 4194304 798 29723 0 1 0 0 2202 24 17 0 1 0 2007659889 48721920 363 996147200 4194304 4520092 548682068832 18446744073709551615 255539211098 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17727/statm: 11895 363 244 79 0 219 0
[pid=17750] ppid=17727 vsize=44728 CPUtime=41.24
/proc/17750/stat : 17750 (eSAT_static) R 17727 17727 14240 0 -1 4194304 13115 0 0 0 4115 9 0 0 25 0 1 0 2007662146 45801472 11046 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/17750/statm: 11182 11046 80 162 0 11017 0
Current children cumulated CPU time (s) 63.5
Current children cumulated vsize (KiB) 92308

[startup+67.107 s]
/proc/loadavg: 2.06 2.02 2.00 3/82 17788
/proc/meminfo: memFree=1612464/2055920 swapFree=4180436/4192956
[pid=17727] ppid=17725 vsize=47580 CPUtime=22.26
/proc/17727/stat : 17727 (galacE.sh) S 17725 17727 14240 0 -1 4194304 798 29723 0 1 0 0 2202 24 17 0 1 0 2007659889 48721920 363 996147200 4194304 4520092 548682068832 18446744073709551615 255539211098 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17727/statm: 11895 363 244 79 0 219 0
[pid=17750] ppid=17727 vsize=46804 CPUtime=44.44
/proc/17750/stat : 17750 (eSAT_static) R 17727 17727 14240 0 -1 4194304 13635 0 0 0 4435 9 0 0 25 0 1 0 2007662146 47927296 11566 996147200 134512640 135177480 4294955968 18446744073709551615 134565395 0 0 4096 3 0 0 0 17 0 0 0
/proc/17750/statm: 11701 11566 80 162 0 11536 0
Current children cumulated CPU time (s) 66.7
Current children cumulated vsize (KiB) 94384

[startup+70.3013 s]
/proc/loadavg: 2.06 2.02 2.00 3/82 17788
/proc/meminfo: memFree=1611632/2055920 swapFree=4180436/4192956
[pid=17727] ppid=17725 vsize=47580 CPUtime=22.26
/proc/17727/stat : 17727 (galacE.sh) S 17725 17727 14240 0 -1 4194304 798 29723 0 1 0 0 2202 24 17 0 1 0 2007659889 48721920 363 996147200 4194304 4520092 548682068832 18446744073709551615 255539211098 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17727/statm: 11895 363 244 79 0 219 0
[pid=17750] ppid=17727 vsize=47464 CPUtime=47.64
/proc/17750/stat : 17750 (eSAT_static) R 17727 17727 14240 0 -1 4194304 13787 0 0 0 4754 10 0 0 25 0 1 0 2007662146 48603136 11718 996147200 134512640 135177480 4294955968 18446744073709551615 134565340 0 0 4096 3 0 0 0 17 0 0 0
/proc/17750/statm: 11866 11718 80 162 0 11701 0
Current children cumulated CPU time (s) 69.9
Current children cumulated vsize (KiB) 95044

[startup+71.9014 s]
/proc/loadavg: 2.06 2.02 2.00 3/82 17788
/proc/meminfo: memFree=1611504/2055920 swapFree=4180436/4192956
[pid=17727] ppid=17725 vsize=47580 CPUtime=22.26
/proc/17727/stat : 17727 (galacE.sh) S 17725 17727 14240 0 -1 4194304 798 29723 0 1 0 0 2202 24 17 0 1 0 2007659889 48721920 363 996147200 4194304 4520092 548682068832 18446744073709551615 255539211098 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17727/statm: 11895 363 244 79 0 219 0
[pid=17750] ppid=17727 vsize=47464 CPUtime=49.23
/proc/17750/stat : 17750 (eSAT_static) R 17727 17727 14240 0 -1 4194304 13787 0 0 0 4913 10 0 0 25 0 1 0 2007662146 48603136 11718 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/17750/statm: 11866 11718 80 162 0 11701 0
Current children cumulated CPU time (s) 71.49
Current children cumulated vsize (KiB) 95044

[startup+72.3025 s]
/proc/loadavg: 2.06 2.02 2.00 3/82 17788
/proc/meminfo: memFree=1611504/2055920 swapFree=4180436/4192956
[pid=17727] ppid=17725 vsize=47580 CPUtime=22.26
/proc/17727/stat : 17727 (galacE.sh) S 17725 17727 14240 0 -1 4194304 798 29723 0 1 0 0 2202 24 17 0 1 0 2007659889 48721920 363 996147200 4194304 4520092 548682068832 18446744073709551615 255539211098 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17727/statm: 11895 363 244 79 0 219 0
[pid=17750] ppid=17727 vsize=47464 CPUtime=49.63
/proc/17750/stat : 17750 (eSAT_static) R 17727 17727 14240 0 -1 4194304 13787 0 0 0 4953 10 0 0 25 0 1 0 2007662146 48603136 11718 996147200 134512640 135177480 4294955968 18446744073709551615 134565414 0 0 4096 3 0 0 0 17 0 0 0
/proc/17750/statm: 11866 11718 80 162 0 11701 0
Current children cumulated CPU time (s) 71.89
Current children cumulated vsize (KiB) 95044

[startup+72.5025 s]
/proc/loadavg: 2.06 2.01 2.00 3/82 17788
/proc/meminfo: memFree=1611312/2055920 swapFree=4180436/4192956
[pid=17727] ppid=17725 vsize=47580 CPUtime=22.26
/proc/17727/stat : 17727 (galacE.sh) S 17725 17727 14240 0 -1 4194304 798 29723 0 1 0 0 2202 24 17 0 1 0 2007659889 48721920 363 996147200 4194304 4520092 548682068832 18446744073709551615 255539211098 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17727/statm: 11895 363 244 79 0 219 0
[pid=17750] ppid=17727 vsize=47464 CPUtime=49.84
/proc/17750/stat : 17750 (eSAT_static) R 17727 17727 14240 0 -1 4194304 13787 0 0 0 4974 10 0 0 25 0 1 0 2007662146 48603136 11718 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/17750/statm: 11866 11718 80 162 0 11701 0
Current children cumulated CPU time (s) 72.1
Current children cumulated vsize (KiB) 95044

[startup+72.6065 s]
/proc/loadavg: 2.06 2.01 2.00 3/82 17788
/proc/meminfo: memFree=1611312/2055920 swapFree=4180436/4192956
[pid=17727] ppid=17725 vsize=47580 CPUtime=22.26
/proc/17727/stat : 17727 (galacE.sh) S 17725 17727 14240 0 -1 4194304 798 29723 0 1 0 0 2202 24 17 0 1 0 2007659889 48721920 363 996147200 4194304 4520092 548682068832 18446744073709551615 255539211098 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17727/statm: 11895 363 244 79 0 219 0
[pid=17750] ppid=17727 vsize=47464 CPUtime=49.94
/proc/17750/stat : 17750 (eSAT_static) R 17727 17727 14240 0 -1 4194304 13787 0 0 0 4984 10 0 0 25 0 1 0 2007662146 48603136 11718 996147200 134512640 135177480 4294955968 18446744073709551615 134565340 0 0 4096 3 0 0 0 17 0 0 0
/proc/17750/statm: 11866 11718 80 162 0 11701 0
Current children cumulated CPU time (s) 72.2
Current children cumulated vsize (KiB) 95044

Child status: 0
Real time (s): 72.7
CPU time (s): 72.321
CPU user time (s): 71.9471
CPU system time (s): 0.373943
CPU usage (%): 99.4787
Max. virtual memory (cumulated for all children) (KiB): 860340

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71.9471
system time used= 0.373943
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 44507
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= 1753
involuntary context switches= 2905

runsolver used 0.070989 second user time and 0.227965 second system time

The end

Launcher Data (download as text)

Begin job on node48 at 2008-07-05 21:41:17
IDJOB=1100301
IDBENCH=59894
IDSOLVER=351
FILE ID=node48/1100301-1215286877
PBS_JOBID= 7882198
Free space on /tmp= 66540 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= b1d07b50d1eb15bf2e06a7b100ff956d
RANDOM SEED=1768046026

node48.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	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1716824 kB
Buffers:         54948 kB
Cached:         205584 kB
SwapCached:       6436 kB
Active:         181648 kB
Inactive:       101532 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1716824 kB
SwapTotal:     4192956 kB
SwapFree:      4180436 kB
Dirty:            4888 kB
Writeback:           0 kB
Mapped:          38748 kB
Slab:            41072 kB
Committed_AS:  4300000 kB
PageTables:       1812 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= 66532 MiB
End job on node48 at 2008-07-05 21:42:30