Trace number 1100586

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 MUNSAT 45.4701 45.9619

General information on the benchmark

Namecsp/tightness0.9/
normalized-rand-2-40-180-84-900-45_ext.xml
MD5SUMbf2b5d2944d64cfbe674b71a5942c68c
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 benchmark1.3078
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.00/0.03	c --- Preproc Stats ---
2.23/2.34	c start processing
2.23/2.34	c start relation processing
4.02/4.13	c start cnf exporting
22.54/22.87	c parsing time : 2.211
22.54/22.87	c preprocessing time : 22.742
22.54/22.87	
22.54/22.87	c Nary constraints - conflicts : 0 supports : 0
22.54/22.87	c Binary constraints - conflicts : 0 supports :84
22.54/22.87	c max arity constraint : 2
22.54/22.87	c Max Tuples generated 0
22.54/22.87	c relations : 84
22.54/22.87	c relations BDD: 0
22.54/22.87	c sampling 0/0
22.54/22.87	c vars : 7201 - clauses :  674680
22.54/22.87	
22.61/22.93	 
22.61/22.93	c --- SAT Solver Stats ---
22.61/22.93	 
45.37/45.94	c restarts              : 9
45.37/45.94	c conflicts             : 6882           (303 /sec)
45.37/45.94	c decisions             : 16535          (1.69 % random) (728 /sec)
45.37/45.94	c propagations          : 7780977        (342691 /sec)
45.37/45.94	c conflict literals     : 3577352        (14.06 % deleted)
45.37/45.94	c Memory used           : 48.71 MB
45.37/45.94	c CPU time              : 22.7055 s
45.37/45.94	
45.37/45.94	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-1100586-1215287418/watcher-1100586-1215287418 -o /tmp/evaluation-result-1100586-1215287418/solver-1100586-1215287418 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacM.sh HOME/instance-1100586-1215287418.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.92 1.98 1.99 4/74 28742
/proc/meminfo: memFree=1646700/2055920 swapFree=4179816/4192956
[pid=28742] ppid=28740 vsize=8652 CPUtime=0
/proc/28742/stat : 28742 (galacM.sh) S 28740 28742 25134 0 -1 4194304 346 0 0 0 0 0 0 0 16 0 1 0 2007714236 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 258938694490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28742/statm: 2163 280 208 79 0 156 0
[pid=28743] ppid=28742 vsize=8688 CPUtime=0
/proc/28743/stat : 28743 (galacM.sh) S 28742 28742 25134 0 -1 4194368 36 0 0 0 0 0 0 0 17 0 1 0 2007714237 8896512 286 996147200 4194304 4520092 548682068832 18446744073709551615 258939256914 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/28743/statm: 2172 286 209 79 0 165 0
[pid=28744] ppid=28743 vsize=8728 CPUtime=0
/proc/28744/stat : 28744 (galacM.sh) R 28743 28742 25134 0 -1 4194368 25 0 0 0 0 0 0 0 19 0 1 0 2007714237 8937472 290 996147200 4194304 4520092 548682068832 18446744073709551615 258939088167 0 0 3674112 73728 0 0 0 17 1 0 0
/proc/28744/statm: 2182 290 209 79 0 175 0

[startup+0.0213421 s]
/proc/loadavg: 1.92 1.98 1.99 4/74 28742
/proc/meminfo: memFree=1646700/2055920 swapFree=4179816/4192956
[pid=28742] ppid=28740 vsize=8748 CPUtime=0
/proc/28742/stat : 28742 (galacM.sh) S 28740 28742 25134 0 -1 4194304 454 948 0 0 0 0 0 0 17 0 1 0 2007714236 8957952 312 996147200 4194304 4520092 548682068832 18446744073709551615 258938694490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28742/statm: 2187 312 217 79 0 180 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8748

[startup+0.102155 s]
/proc/loadavg: 1.92 1.98 1.99 4/74 28742
/proc/meminfo: memFree=1646700/2055920 swapFree=4179816/4192956
[pid=28742] ppid=28740 vsize=47564 CPUtime=0.01
/proc/28742/stat : 28742 (galacM.sh) S 28740 28742 25134 0 -1 4194304 764 1698 0 0 0 0 0 1 18 0 1 0 2007714236 48705536 363 996147200 4194304 4520092 548682068832 18446744073709551615 258938694490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28742/statm: 11891 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.302191 s]
/proc/loadavg: 1.92 1.98 1.99 4/74 28742
/proc/meminfo: memFree=1646700/2055920 swapFree=4179816/4192956
[pid=28742] ppid=28740 vsize=47564 CPUtime=0.01
/proc/28742/stat : 28742 (galacM.sh) S 28740 28742 25134 0 -1 4194304 764 1698 0 0 0 0 0 1 18 0 1 0 2007714236 48705536 363 996147200 4194304 4520092 548682068832 18446744073709551615 258938694490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28742/statm: 11891 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.701263 s]
/proc/loadavg: 1.92 1.98 1.99 4/74 28742
/proc/meminfo: memFree=1646700/2055920 swapFree=4179816/4192956
[pid=28742] ppid=28740 vsize=47564 CPUtime=0.01
/proc/28742/stat : 28742 (galacM.sh) S 28740 28742 25134 0 -1 4194304 764 1698 0 0 0 0 0 1 18 0 1 0 2007714236 48705536 363 996147200 4194304 4520092 548682068832 18446744073709551615 258938694490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28742/statm: 11891 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+1.50142 s]
/proc/loadavg: 1.92 1.98 1.99 3/84 28764
/proc/meminfo: memFree=1576284/2055920 swapFree=4179816/4192956
[pid=28742] ppid=28740 vsize=47564 CPUtime=0.01
/proc/28742/stat : 28742 (galacM.sh) S 28740 28742 25134 0 -1 4194304 764 1698 0 0 0 0 0 1 18 0 1 0 2007714236 48705536 363 996147200 4194304 4520092 548682068832 18446744073709551615 258938694490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28742/statm: 11891 363 244 79 0 219 0
[pid=28756] ppid=28742 vsize=812520 CPUtime=1.43
/proc/28756/stat : 28756 (java) S 28742 28742 25134 0 -1 0 22487 0 1 0 131 12 0 0 18 0 9 0 2007714240 832020480 21905 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28756/statm: 203130 21905 1886 9 0 197164 0
[pid=28756/tid=28757] ppid=28742 vsize=812520 CPUtime=1.21
/proc/28756/task/28757/stat : 28757 (java) R 28742 28742 25134 0 -1 64 14475 0 1 0 113 8 0 0 25 0 9 0 2007714241 832020480 21905 996147200 134512640 134550740 4294955600 18446744073709551615 4126736504 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28756/tid=28758] ppid=28742 vsize=812520 CPUtime=0.08
/proc/28756/task/28758/stat : 28758 (java) S 28742 28742 25134 0 -1 64 6550 0 0 0 5 3 0 0 16 0 9 0 2007714243 832020480 21905 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28756/tid=28759] ppid=28742 vsize=812520 CPUtime=0
/proc/28756/task/28759/stat : 28759 (java) S 28742 28742 25134 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 2007714243 832020480 21905 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28756/tid=28760] ppid=28742 vsize=812520 CPUtime=0
/proc/28756/task/28760/stat : 28760 (java) S 28742 28742 25134 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2007714243 832020480 21905 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28756/tid=28761] ppid=28742 vsize=812520 CPUtime=0
/proc/28756/task/28761/stat : 28761 (java) S 28742 28742 25134 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2007714245 832020480 21905 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28756/tid=28762] ppid=28742 vsize=812520 CPUtime=0.12
/proc/28756/task/28762/stat : 28762 (java) S 28742 28742 25134 0 -1 64 763 0 0 0 12 0 0 0 16 0 9 0 2007714245 832020480 21905 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28756/tid=28763] ppid=28742 vsize=812520 CPUtime=0
/proc/28756/task/28763/stat : 28763 (java) S 28742 28742 25134 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2007714245 832020480 21905 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28756/tid=28764] ppid=28742 vsize=812520 CPUtime=0
/proc/28756/task/28764/stat : 28764 (java) S 28742 28742 25134 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2007714245 832020480 21905 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) 860084

[startup+3.1027 s]
/proc/loadavg: 1.92 1.98 1.99 3/84 28764
/proc/meminfo: memFree=1560284/2055920 swapFree=4179816/4192956
[pid=28742] ppid=28740 vsize=47564 CPUtime=0.01
/proc/28742/stat : 28742 (galacM.sh) S 28740 28742 25134 0 -1 4194304 764 1698 0 0 0 0 0 1 18 0 1 0 2007714236 48705536 363 996147200 4194304 4520092 548682068832 18446744073709551615 258938694490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28742/statm: 11891 363 244 79 0 219 0
[pid=28756] ppid=28742 vsize=812520 CPUtime=3.02
/proc/28756/stat : 28756 (java) S 28742 28742 25134 0 -1 0 24441 0 1 0 289 13 0 0 18 0 9 0 2007714240 832020480 23855 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28756/statm: 203130 23855 1889 9 0 197164 0
[pid=28756/tid=28757] ppid=28742 vsize=812520 CPUtime=2.68
/proc/28756/task/28757/stat : 28757 (java) R 28742 28742 25134 0 -1 64 14484 0 1 0 260 8 0 0 25 0 9 0 2007714241 832020480 23855 996147200 134512640 134550740 4294955600 18446744073709551615 4126852795 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28756/tid=28758] ppid=28742 vsize=812520 CPUtime=0.15
/proc/28756/task/28758/stat : 28758 (java) S 28742 28742 25134 0 -1 64 8470 0 0 0 12 3 0 0 16 0 9 0 2007714243 832020480 23855 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28756/tid=28759] ppid=28742 vsize=812520 CPUtime=0
/proc/28756/task/28759/stat : 28759 (java) S 28742 28742 25134 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 2007714243 832020480 23855 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28756/tid=28760] ppid=28742 vsize=812520 CPUtime=0
/proc/28756/task/28760/stat : 28760 (java) S 28742 28742 25134 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2007714243 832020480 23855 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28756/tid=28761] ppid=28742 vsize=812520 CPUtime=0
/proc/28756/task/28761/stat : 28761 (java) S 28742 28742 25134 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2007714245 832020480 23855 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28756/tid=28762] ppid=28742 vsize=812520 CPUtime=0.15
/proc/28756/task/28762/stat : 28762 (java) S 28742 28742 25134 0 -1 64 788 0 0 0 15 0 0 0 16 0 9 0 2007714245 832020480 23855 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28756/tid=28763] ppid=28742 vsize=812520 CPUtime=0
/proc/28756/task/28763/stat : 28763 (java) S 28742 28742 25134 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2007714245 832020480 23855 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28756/tid=28764] ppid=28742 vsize=812520 CPUtime=0
/proc/28756/task/28764/stat : 28764 (java) S 28742 28742 25134 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2007714245 832020480 23855 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) 860084

[startup+6.30128 s]
/proc/loadavg: 1.93 1.98 1.99 3/84 28764
/proc/meminfo: memFree=1542620/2055920 swapFree=4179816/4192956
[pid=28742] ppid=28740 vsize=47564 CPUtime=0.01
/proc/28742/stat : 28742 (galacM.sh) S 28740 28742 25134 0 -1 4194304 764 1698 0 0 0 0 0 1 18 0 1 0 2007714236 48705536 363 996147200 4194304 4520092 548682068832 18446744073709551615 258938694490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28742/statm: 11891 363 244 79 0 219 0
[pid=28756] ppid=28742 vsize=812520 CPUtime=6.19
/proc/28756/stat : 28756 (java) S 28742 28742 25134 0 -1 0 28006 0 1 0 603 16 0 0 18 0 9 0 2007714240 832020480 27411 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28756/statm: 203130 27411 1911 9 0 197164 0
[pid=28756/tid=28757] ppid=28742 vsize=812520 CPUtime=5.64
/proc/28756/task/28757/stat : 28757 (java) R 28742 28742 25134 0 -1 64 14533 0 1 0 555 9 0 0 25 0 9 0 2007714241 832020480 27411 996147200 134512640 134550740 4294955600 18446744073709551615 4126902287 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28756/tid=28758] ppid=28742 vsize=812520 CPUtime=0.31
/proc/28756/task/28758/stat : 28758 (java) S 28742 28742 25134 0 -1 64 11945 0 0 0 26 5 0 0 16 0 9 0 2007714243 832020480 27411 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28756/tid=28759] ppid=28742 vsize=812520 CPUtime=0
/proc/28756/task/28759/stat : 28759 (java) S 28742 28742 25134 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2007714243 832020480 27411 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28756/tid=28760] ppid=28742 vsize=812520 CPUtime=0
/proc/28756/task/28760/stat : 28760 (java) S 28742 28742 25134 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2007714243 832020480 27411 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28756/tid=28761] ppid=28742 vsize=812520 CPUtime=0
/proc/28756/task/28761/stat : 28761 (java) S 28742 28742 25134 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2007714245 832020480 27411 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28756/tid=28762] ppid=28742 vsize=812520 CPUtime=0.2
/proc/28756/task/28762/stat : 28762 (java) S 28742 28742 25134 0 -1 64 829 0 0 0 20 0 0 0 16 0 9 0 2007714245 832020480 27411 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28756/tid=28763] ppid=28742 vsize=812520 CPUtime=0
/proc/28756/task/28763/stat : 28763 (java) S 28742 28742 25134 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2007714245 832020480 27411 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28756/tid=28764] ppid=28742 vsize=812520 CPUtime=0
/proc/28756/task/28764/stat : 28764 (java) S 28742 28742 25134 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2007714245 832020480 27411 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) 860084

[startup+12.7024 s]
/proc/loadavg: 1.93 1.98 1.99 3/84 28764
/proc/meminfo: memFree=1536924/2055920 swapFree=4179816/4192956
[pid=28742] ppid=28740 vsize=47564 CPUtime=0.01
/proc/28742/stat : 28742 (galacM.sh) S 28740 28742 25134 0 -1 4194304 764 1698 0 0 0 0 0 1 18 0 1 0 2007714236 48705536 363 996147200 4194304 4520092 548682068832 18446744073709551615 258938694490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28742/statm: 11891 363 244 79 0 219 0
[pid=28756] ppid=28742 vsize=812520 CPUtime=12.52
/proc/28756/stat : 28756 (java) S 28742 28742 25134 0 -1 0 28019 0 1 0 1233 19 0 0 18 0 9 0 2007714240 832020480 27411 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28756/statm: 203130 27411 1911 9 0 197164 0
[pid=28756/tid=28757] ppid=28742 vsize=812520 CPUtime=11.96
/proc/28756/task/28757/stat : 28757 (java) R 28742 28742 25134 0 -1 64 14546 0 1 0 1184 12 0 0 25 0 9 0 2007714241 832020480 27411 996147200 134512640 134550740 4294955600 18446744073709551615 4126652337 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28756/tid=28758] ppid=28742 vsize=812520 CPUtime=0.32
/proc/28756/task/28758/stat : 28758 (java) S 28742 28742 25134 0 -1 64 11945 0 0 0 27 5 0 0 16 0 9 0 2007714243 832020480 27411 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28756/tid=28759] ppid=28742 vsize=812520 CPUtime=0
/proc/28756/task/28759/stat : 28759 (java) S 28742 28742 25134 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2007714243 832020480 27411 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28756/tid=28760] ppid=28742 vsize=812520 CPUtime=0
/proc/28756/task/28760/stat : 28760 (java) S 28742 28742 25134 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2007714243 832020480 27411 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28756/tid=28761] ppid=28742 vsize=812520 CPUtime=0
/proc/28756/task/28761/stat : 28761 (java) S 28742 28742 25134 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2007714245 832020480 27411 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28756/tid=28762] ppid=28742 vsize=812520 CPUtime=0.2
/proc/28756/task/28762/stat : 28762 (java) S 28742 28742 25134 0 -1 64 829 0 0 0 20 0 0 0 16 0 9 0 2007714245 832020480 27411 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28756/tid=28763] ppid=28742 vsize=812520 CPUtime=0
/proc/28756/task/28763/stat : 28763 (java) S 28742 28742 25134 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2007714245 832020480 27411 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28756/tid=28764] ppid=28742 vsize=812520 CPUtime=0
/proc/28756/task/28764/stat : 28764 (java) S 28742 28742 25134 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2007714245 832020480 27411 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 860084

[startup+25.5028 s]
/proc/loadavg: 1.87 1.97 1.99 3/76 28765
/proc/meminfo: memFree=1600604/2055920 swapFree=4179816/4192956
[pid=28742] ppid=28740 vsize=47564 CPUtime=22.63
/proc/28742/stat : 28742 (galacM.sh) S 28740 28742 25134 0 -1 4194304 798 29759 0 1 0 0 2237 26 17 0 1 0 2007714236 48705536 363 996147200 4194304 4520092 548682068832 18446744073709551615 258938694490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28742/statm: 11891 363 244 79 0 219 0
[pid=28765] ppid=28742 vsize=34480 CPUtime=2.53
/proc/28765/stat : 28765 (minisat) R 28742 28742 25134 0 -1 4194304 8498 0 0 0 247 6 0 0 25 0 1 0 2007716530 35307520 8479 996147200 134512640 135136200 4294955968 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/28765/statm: 8620 8479 57 152 0 8465 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 82044

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

[startup+38.3011 s]
/proc/loadavg: 1.89 1.97 1.99 3/76 28765
/proc/meminfo: memFree=1591132/2055920 swapFree=4179816/4192956
[pid=28742] ppid=28740 vsize=47564 CPUtime=22.63
/proc/28742/stat : 28742 (galacM.sh) S 28740 28742 25134 0 -1 4194304 798 29759 0 1 0 0 2237 26 17 0 1 0 2007714236 48705536 363 996147200 4194304 4520092 548682068832 18446744073709551615 258938694490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28742/statm: 11891 363 244 79 0 219 0
[pid=28765] ppid=28742 vsize=44424 CPUtime=15.21
/proc/28765/stat : 28765 (minisat) R 28742 28742 25134 0 -1 4194304 10983 0 0 0 1513 8 0 0 25 0 1 0 2007716530 45490176 10964 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/28765/statm: 11106 10964 57 152 0 10951 0
Current children cumulated CPU time (s) 37.84
Current children cumulated vsize (KiB) 91988

[startup+41.5017 s]
/proc/loadavg: 1.90 1.97 1.99 3/76 28765
/proc/meminfo: memFree=1588828/2055920 swapFree=4179816/4192956
[pid=28742] ppid=28740 vsize=47564 CPUtime=22.63
/proc/28742/stat : 28742 (galacM.sh) S 28740 28742 25134 0 -1 4194304 798 29759 0 1 0 0 2237 26 17 0 1 0 2007714236 48705536 363 996147200 4194304 4520092 548682068832 18446744073709551615 258938694490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28742/statm: 11891 363 244 79 0 219 0
[pid=28765] ppid=28742 vsize=46564 CPUtime=18.38
/proc/28765/stat : 28765 (minisat) R 28742 28742 25134 0 -1 4194304 11522 0 0 0 1830 8 0 0 25 0 1 0 2007716530 47681536 11503 996147200 134512640 135136200 4294955968 18446744073709551615 134529509 0 0 4096 3 0 0 0 17 1 0 0
/proc/28765/statm: 11641 11503 57 152 0 11486 0
Current children cumulated CPU time (s) 41.01
Current children cumulated vsize (KiB) 94128

[startup+43.102 s]
/proc/loadavg: 1.90 1.97 1.99 3/76 28765
/proc/meminfo: memFree=1587804/2055920 swapFree=4179816/4192956
[pid=28742] ppid=28740 vsize=47564 CPUtime=22.63
/proc/28742/stat : 28742 (galacM.sh) S 28740 28742 25134 0 -1 4194304 798 29759 0 1 0 0 2237 26 17 0 1 0 2007714236 48705536 363 996147200 4194304 4520092 548682068832 18446744073709551615 258938694490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28742/statm: 11891 363 244 79 0 219 0
[pid=28765] ppid=28742 vsize=47356 CPUtime=19.96
/proc/28765/stat : 28765 (minisat) R 28742 28742 25134 0 -1 4194304 11712 0 0 0 1988 8 0 0 25 0 1 0 2007716530 48492544 11693 996147200 134512640 135136200 4294955968 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/28765/statm: 11839 11693 57 152 0 11684 0
Current children cumulated CPU time (s) 42.59
Current children cumulated vsize (KiB) 94920

[startup+44.7013 s]
/proc/loadavg: 1.90 1.97 1.99 3/76 28765
/proc/meminfo: memFree=1586908/2055920 swapFree=4179816/4192956
[pid=28742] ppid=28740 vsize=47564 CPUtime=22.63
/proc/28742/stat : 28742 (galacM.sh) S 28740 28742 25134 0 -1 4194304 798 29759 0 1 0 0 2237 26 17 0 1 0 2007714236 48705536 363 996147200 4194304 4520092 548682068832 18446744073709551615 258938694490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28742/statm: 11891 363 244 79 0 219 0
[pid=28765] ppid=28742 vsize=48680 CPUtime=21.54
/proc/28765/stat : 28765 (minisat) R 28742 28742 25134 0 -1 4194304 12041 0 0 0 2146 8 0 0 25 0 1 0 2007716530 49848320 12022 996147200 134512640 135136200 4294955968 18446744073709551615 134529504 0 0 4096 3 0 0 0 17 0 0 0
/proc/28765/statm: 12170 12022 57 152 0 12015 0
Current children cumulated CPU time (s) 44.17
Current children cumulated vsize (KiB) 96244

[startup+45.5024 s]
/proc/loadavg: 1.90 1.97 1.99 4/72 28778
/proc/meminfo: memFree=1612604/2055920 swapFree=4179816/4192956
[pid=28742] ppid=28740 vsize=47564 CPUtime=22.63
/proc/28742/stat : 28742 (galacM.sh) S 28740 28742 25134 0 -1 4194304 798 29759 0 1 0 0 2237 26 17 0 1 0 2007714236 48705536 363 996147200 4194304 4520092 548682068832 18446744073709551615 258938694490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28742/statm: 11891 363 244 79 0 219 0
[pid=28765] ppid=28742 vsize=49476 CPUtime=22.34
/proc/28765/stat : 28765 (minisat) R 28742 28742 25134 0 -1 4194304 12240 0 0 0 2226 8 0 0 25 0 1 0 2007716530 50663424 12221 996147200 134512640 135136200 4294955968 18446744073709551615 134529500 0 0 4096 3 0 0 0 17 0 0 0
/proc/28765/statm: 12369 12221 57 152 0 12214 0
Current children cumulated CPU time (s) 44.97
Current children cumulated vsize (KiB) 97040

[startup+45.9025 s]
/proc/loadavg: 1.90 1.97 1.99 4/72 28778
/proc/meminfo: memFree=1612604/2055920 swapFree=4179816/4192956
[pid=28742] ppid=28740 vsize=47564 CPUtime=22.63
/proc/28742/stat : 28742 (galacM.sh) S 28740 28742 25134 0 -1 4194304 798 29759 0 1 0 0 2237 26 17 0 1 0 2007714236 48705536 363 996147200 4194304 4520092 548682068832 18446744073709551615 258938694490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28742/statm: 11891 363 244 79 0 219 0
[pid=28765] ppid=28742 vsize=49872 CPUtime=22.74
/proc/28765/stat : 28765 (minisat) R 28742 28742 25134 0 -1 4194304 12312 0 0 0 2266 8 0 0 25 0 1 0 2007716530 51068928 12293 996147200 134512640 135136200 4294955968 18446744073709551615 134522128 0 0 4096 3 0 0 0 17 0 0 0
/proc/28765/statm: 12468 12293 57 152 0 12313 0
Current children cumulated CPU time (s) 45.37
Current children cumulated vsize (KiB) 97436

Child status: 0
Real time (s): 45.9619
CPU time (s): 45.4701
CPU user time (s): 45.0911
CPU system time (s): 0.378942
CPU usage (%): 98.93
Max. virtual memory (cumulated for all children) (KiB): 860084

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 45.0911
system time used= 0.378942
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 43086
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= 1511
involuntary context switches= 2405

runsolver used 0.058991 second user time and 0.157975 second system time

The end

Launcher Data (download as text)

Begin job on node45 at 2008-07-05 21:50:19
IDJOB=1100586
IDBENCH=59942
IDSOLVER=350
FILE ID=node45/1100586-1215287418
PBS_JOBID= 7882274
Free space on /tmp= 66480 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= bf2b5d2944d64cfbe674b71a5942c68c
RANDOM SEED=1791734004

node45.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.268
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.268
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:       1647180 kB
Buffers:         72076 kB
Cached:         243868 kB
SwapCached:       6920 kB
Active:         217720 kB
Inactive:       126660 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1647180 kB
SwapTotal:     4192956 kB
SwapFree:      4179816 kB
Dirty:            4864 kB
Writeback:           0 kB
Mapped:          35424 kB
Slab:            49556 kB
Committed_AS:  3900632 kB
PageTables:       1820 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= 66484 MiB
End job on node45 at 2008-07-05 21:51:05