Trace number 1100762

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 31.6212 31.769

General information on the benchmark

Namecsp/tightness0.9/
normalized-rand-2-40-180-84-900-28_ext.xml
MD5SUMafa8a1cb06fb6727c4ad99ca3233ddf8
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.07084
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 ---
1.88/1.90	c start processing
1.88/1.90	c start relation processing
3.48/3.52	c start cnf exporting
20.87/21.00	c parsing time : 1.791
20.87/21.00	c preprocessing time : 20.883
20.87/21.00	
20.87/21.00	c Nary constraints - conflicts : 0 supports : 0
20.87/21.00	c Binary constraints - conflicts : 0 supports :84
20.87/21.00	c max arity constraint : 2
20.87/21.00	c Max Tuples generated 0
20.87/21.00	c relations : 84
20.87/21.00	c relations BDD: 0
20.87/21.00	c sampling 0/0
20.87/21.00	c vars : 7201 - clauses :  674680
20.87/21.00	
20.96/21.06	 
20.96/21.06	c --- SAT Solver Stats ---
20.96/21.06	 
31.53/31.75	c restarts              : 8
31.53/31.75	c conflicts             : 4489           (426 /sec)
31.53/31.75	c decisions             : 9094           (1.72 % random) (863 /sec)
31.53/31.75	c propagations          : 5207822        (494270 /sec)
31.53/31.75	c conflict literals     : 1740632        (11.29 % deleted)
31.53/31.75	c Memory used           : 38.96 MB
31.53/31.75	c CPU time              : 10.5364 s
31.53/31.75	
31.53/31.75	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-1100762-1215287684/watcher-1100762-1215287684 -o /tmp/evaluation-result-1100762-1215287684/solver-1100762-1215287684 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacM.sh HOME/instance-1100762-1215287684.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 29764
/proc/meminfo: memFree=1545184/2055920 swapFree=4179912/4192956
[pid=29764] ppid=29762 vsize=8652 CPUtime=0
/proc/29764/stat : 29764 (galacM.sh) S 29762 29764 27488 0 -1 4194304 346 0 0 0 0 0 0 0 18 0 1 0 2007740776 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 269929868122 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/29764/statm: 2163 280 208 79 0 156 0
[pid=29765] ppid=29764 vsize=8688 CPUtime=0
/proc/29765/stat : 29765 (galacM.sh) S 29764 29764 27488 0 -1 4194368 36 0 0 0 0 0 0 0 18 0 1 0 2007740777 8896512 286 996147200 4194304 4520092 548682068832 18446744073709551615 269930430546 0 0 4096 73728 18446744071563648864 0 0 17 0 0 0
/proc/29765/statm: 2172 286 209 79 0 165 0
[pid=29766] ppid=29765 vsize=8728 CPUtime=0
/proc/29766/stat : 29766 (galacM.sh) R 29765 29764 27488 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 1 0 2007740777 8937472 290 996147200 4194304 4520092 548682068832 18446744073709551615 269930261799 0 0 3674112 73728 0 0 0 17 1 0 0
/proc/29766/statm: 2182 290 209 79 0 175 0

[startup+0.0628321 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 29764
/proc/meminfo: memFree=1545184/2055920 swapFree=4179912/4192956
[pid=29764] ppid=29762 vsize=47552 CPUtime=0.02
/proc/29764/stat : 29764 (galacM.sh) S 29762 29764 27488 0 -1 4194304 766 1698 0 0 0 1 0 1 18 0 1 0 2007740776 48693248 365 996147200 4194304 4520092 548682068832 18446744073709551615 269929868122 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/29764/statm: 11888 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 47552

[startup+0.101834 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 29764
/proc/meminfo: memFree=1545184/2055920 swapFree=4179912/4192956
[pid=29764] ppid=29762 vsize=47552 CPUtime=0.02
/proc/29764/stat : 29764 (galacM.sh) S 29762 29764 27488 0 -1 4194304 766 1698 0 0 0 1 0 1 18 0 1 0 2007740776 48693248 365 996147200 4194304 4520092 548682068832 18446744073709551615 269929868122 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/29764/statm: 11888 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 47552

[startup+0.301857 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 29764
/proc/meminfo: memFree=1545184/2055920 swapFree=4179912/4192956
[pid=29764] ppid=29762 vsize=47552 CPUtime=0.02
/proc/29764/stat : 29764 (galacM.sh) S 29762 29764 27488 0 -1 4194304 766 1698 0 0 0 1 0 1 18 0 1 0 2007740776 48693248 365 996147200 4194304 4520092 548682068832 18446744073709551615 269929868122 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/29764/statm: 11888 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 47552

[startup+0.701901 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 29764
/proc/meminfo: memFree=1545184/2055920 swapFree=4179912/4192956
[pid=29764] ppid=29762 vsize=47552 CPUtime=0.02
/proc/29764/stat : 29764 (galacM.sh) S 29762 29764 27488 0 -1 4194304 766 1698 0 0 0 1 0 1 18 0 1 0 2007740776 48693248 365 996147200 4194304 4520092 548682068832 18446744073709551615 269929868122 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/29764/statm: 11888 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 47552

[startup+1.50299 s]
/proc/loadavg: 2.00 2.00 2.00 3/91 29786
/proc/meminfo: memFree=1466632/2055920 swapFree=4179912/4192956
[pid=29764] ppid=29762 vsize=47552 CPUtime=0.02
/proc/29764/stat : 29764 (galacM.sh) S 29762 29764 27488 0 -1 4194304 766 1698 0 0 0 1 0 1 18 0 1 0 2007740776 48693248 365 996147200 4194304 4520092 548682068832 18446744073709551615 269929868122 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/29764/statm: 11888 365 246 79 0 219 0
[pid=29778] ppid=29764 vsize=812628 CPUtime=1.46
/proc/29778/stat : 29778 (java) S 29764 29764 27488 0 -1 0 23103 0 1 0 135 11 0 0 20 0 9 0 2007740779 832131072 22520 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29778/statm: 203157 22520 1889 9 0 197138 0
[pid=29778/tid=29779] ppid=29764 vsize=812628 CPUtime=1.22
/proc/29778/task/29779/stat : 29779 (java) R 29764 29764 27488 0 -1 64 14476 0 1 0 116 6 0 0 25 0 9 0 2007740780 832131072 22520 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29778/tid=29780] ppid=29764 vsize=812628 CPUtime=0.1
/proc/29778/task/29780/stat : 29780 (java) S 29764 29764 27488 0 -1 64 7171 0 0 0 7 3 0 0 16 0 9 0 2007740782 832131072 22520 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29778/tid=29781] ppid=29764 vsize=812628 CPUtime=0
/proc/29778/task/29781/stat : 29781 (java) S 29764 29764 27488 0 -1 64 11 0 0 0 0 0 0 0 24 0 9 0 2007740782 832131072 22520 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29778/tid=29782] ppid=29764 vsize=812628 CPUtime=0
/proc/29778/task/29782/stat : 29782 (java) S 29764 29764 27488 0 -1 64 3 0 0 0 0 0 0 0 25 0 9 0 2007740782 832131072 22520 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29778/tid=29783] ppid=29764 vsize=812628 CPUtime=0
/proc/29778/task/29783/stat : 29783 (java) S 29764 29764 27488 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 2007740784 832131072 22520 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29778/tid=29784] ppid=29764 vsize=812628 CPUtime=0.11
/proc/29778/task/29784/stat : 29784 (java) S 29764 29764 27488 0 -1 64 757 0 0 0 11 0 0 0 16 0 9 0 2007740784 832131072 22520 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29778/tid=29785] ppid=29764 vsize=812628 CPUtime=0
/proc/29778/task/29785/stat : 29785 (java) S 29764 29764 27488 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 2007740784 832131072 22520 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29778/tid=29786] ppid=29764 vsize=812628 CPUtime=0
/proc/29778/task/29786/stat : 29786 (java) S 29764 29764 27488 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2007740784 832131072 22520 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 860180

[startup+3.10217 s]
/proc/loadavg: 2.00 2.00 2.00 3/91 29786
/proc/meminfo: memFree=1456136/2055920 swapFree=4179912/4192956
[pid=29764] ppid=29762 vsize=47552 CPUtime=0.02
/proc/29764/stat : 29764 (galacM.sh) S 29762 29764 27488 0 -1 4194304 766 1698 0 0 0 1 0 1 18 0 1 0 2007740776 48693248 365 996147200 4194304 4520092 548682068832 18446744073709551615 269929868122 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/29764/statm: 11888 365 246 79 0 219 0
[pid=29778] ppid=29764 vsize=812628 CPUtime=3.06
/proc/29778/stat : 29778 (java) S 29764 29764 27488 0 -1 0 24448 0 1 0 294 12 0 0 20 0 9 0 2007740779 832131072 23861 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29778/statm: 203157 23861 1892 9 0 197138 0
[pid=29778/tid=29779] ppid=29764 vsize=812628 CPUtime=2.75
/proc/29778/task/29779/stat : 29779 (java) R 29764 29764 27488 0 -1 64 14490 0 1 0 268 7 0 0 25 0 9 0 2007740780 832131072 23861 996147200 134512640 134550740 4294955600 18446744073709551615 4126835684 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29778/tid=29780] ppid=29764 vsize=812628 CPUtime=0.14
/proc/29778/task/29780/stat : 29780 (java) S 29764 29764 27488 0 -1 64 8480 0 0 0 11 3 0 0 17 0 9 0 2007740782 832131072 23861 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29778/tid=29781] ppid=29764 vsize=812628 CPUtime=0
/proc/29778/task/29781/stat : 29781 (java) S 29764 29764 27488 0 -1 64 11 0 0 0 0 0 0 0 24 0 9 0 2007740782 832131072 23861 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29778/tid=29782] ppid=29764 vsize=812628 CPUtime=0
/proc/29778/task/29782/stat : 29782 (java) S 29764 29764 27488 0 -1 64 3 0 0 0 0 0 0 0 25 0 9 0 2007740782 832131072 23861 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29778/tid=29783] ppid=29764 vsize=812628 CPUtime=0
/proc/29778/task/29783/stat : 29783 (java) S 29764 29764 27488 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 2007740784 832131072 23861 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29778/tid=29784] ppid=29764 vsize=812628 CPUtime=0.14
/proc/29778/task/29784/stat : 29784 (java) S 29764 29764 27488 0 -1 64 779 0 0 0 14 0 0 0 16 0 9 0 2007740784 832131072 23861 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29778/tid=29785] ppid=29764 vsize=812628 CPUtime=0
/proc/29778/task/29785/stat : 29785 (java) S 29764 29764 27488 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 2007740784 832131072 23861 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29778/tid=29786] ppid=29764 vsize=812628 CPUtime=0
/proc/29778/task/29786/stat : 29786 (java) S 29764 29764 27488 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2007740784 832131072 23861 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 860180

[startup+6.30154 s]
/proc/loadavg: 2.00 2.00 2.00 3/91 29786
/proc/meminfo: memFree=1438024/2055920 swapFree=4179912/4192956
[pid=29764] ppid=29762 vsize=47552 CPUtime=0.02
/proc/29764/stat : 29764 (galacM.sh) S 29762 29764 27488 0 -1 4194304 766 1698 0 0 0 1 0 1 18 0 1 0 2007740776 48693248 365 996147200 4194304 4520092 548682068832 18446744073709551615 269929868122 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/29764/statm: 11888 365 246 79 0 219 0
[pid=29778] ppid=29764 vsize=812760 CPUtime=6.25
/proc/29778/stat : 29778 (java) S 29764 29764 27488 0 -1 0 28645 0 1 0 610 15 0 0 20 0 9 0 2007740779 832266240 28048 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29778/statm: 203190 28048 1914 9 0 197171 0
[pid=29778/tid=29779] ppid=29764 vsize=812760 CPUtime=5.73
/proc/29778/task/29779/stat : 29779 (java) R 29764 29764 27488 0 -1 64 14542 0 1 0 565 8 0 0 25 0 9 0 2007740780 832266240 28048 996147200 134512640 134550740 4294955600 18446744073709551615 4126896508 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29778/tid=29780] ppid=29764 vsize=812760 CPUtime=0.3
/proc/29778/task/29780/stat : 29780 (java) S 29764 29764 27488 0 -1 64 12585 0 0 0 25 5 0 0 16 0 9 0 2007740782 832266240 28048 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29778/tid=29781] ppid=29764 vsize=812760 CPUtime=0
/proc/29778/task/29781/stat : 29781 (java) S 29764 29764 27488 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2007740782 832266240 28048 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29778/tid=29782] ppid=29764 vsize=812760 CPUtime=0
/proc/29778/task/29782/stat : 29782 (java) S 29764 29764 27488 0 -1 64 3 0 0 0 0 0 0 0 25 0 9 0 2007740782 832266240 28048 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29778/tid=29783] ppid=29764 vsize=812760 CPUtime=0
/proc/29778/task/29783/stat : 29783 (java) S 29764 29764 27488 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 2007740784 832266240 28048 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29778/tid=29784] ppid=29764 vsize=812760 CPUtime=0.19
/proc/29778/task/29784/stat : 29784 (java) S 29764 29764 27488 0 -1 64 819 0 0 0 19 0 0 0 16 0 9 0 2007740784 832266240 28048 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29778/tid=29785] ppid=29764 vsize=812760 CPUtime=0
/proc/29778/task/29785/stat : 29785 (java) S 29764 29764 27488 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 2007740784 832266240 28048 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29778/tid=29786] ppid=29764 vsize=812760 CPUtime=0
/proc/29778/task/29786/stat : 29786 (java) S 29764 29764 27488 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2007740784 832266240 28048 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 860312

[startup+12.7013 s]
/proc/loadavg: 2.00 2.00 2.00 3/91 29786
/proc/meminfo: memFree=1432080/2055920 swapFree=4179912/4192956
[pid=29764] ppid=29762 vsize=47552 CPUtime=0.02
/proc/29764/stat : 29764 (galacM.sh) S 29762 29764 27488 0 -1 4194304 766 1698 0 0 0 1 0 1 18 0 1 0 2007740776 48693248 365 996147200 4194304 4520092 548682068832 18446744073709551615 269929868122 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/29764/statm: 11888 365 246 79 0 219 0
[pid=29778] ppid=29764 vsize=812760 CPUtime=12.65
/proc/29778/stat : 29778 (java) S 29764 29764 27488 0 -1 0 28659 0 1 0 1248 17 0 0 20 0 9 0 2007740779 832266240 28048 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29778/statm: 203190 28048 1914 9 0 197171 0
[pid=29778/tid=29779] ppid=29764 vsize=812760 CPUtime=12.12
/proc/29778/task/29779/stat : 29779 (java) R 29764 29764 27488 0 -1 64 14556 0 1 0 1202 10 0 0 25 0 9 0 2007740780 832266240 28048 996147200 134512640 134550740 4294955600 18446744073709551615 4126889791 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29778/tid=29780] ppid=29764 vsize=812760 CPUtime=0.31
/proc/29778/task/29780/stat : 29780 (java) S 29764 29764 27488 0 -1 64 12585 0 0 0 26 5 0 0 16 0 9 0 2007740782 832266240 28048 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29778/tid=29781] ppid=29764 vsize=812760 CPUtime=0
/proc/29778/task/29781/stat : 29781 (java) S 29764 29764 27488 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2007740782 832266240 28048 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29778/tid=29782] ppid=29764 vsize=812760 CPUtime=0
/proc/29778/task/29782/stat : 29782 (java) S 29764 29764 27488 0 -1 64 3 0 0 0 0 0 0 0 25 0 9 0 2007740782 832266240 28048 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29778/tid=29783] ppid=29764 vsize=812760 CPUtime=0
/proc/29778/task/29783/stat : 29783 (java) S 29764 29764 27488 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 2007740784 832266240 28048 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29778/tid=29784] ppid=29764 vsize=812760 CPUtime=0.19
/proc/29778/task/29784/stat : 29784 (java) S 29764 29764 27488 0 -1 64 819 0 0 0 19 0 0 0 16 0 9 0 2007740784 832266240 28048 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29778/tid=29785] ppid=29764 vsize=812760 CPUtime=0
/proc/29778/task/29785/stat : 29785 (java) S 29764 29764 27488 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 2007740784 832266240 28048 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29778/tid=29786] ppid=29764 vsize=812760 CPUtime=0
/proc/29778/task/29786/stat : 29786 (java) S 29764 29764 27488 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2007740784 832266240 28048 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 860312

[startup+25.5017 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 29787
/proc/meminfo: memFree=1498384/2055920 swapFree=4179912/4192956
[pid=29764] ppid=29762 vsize=47552 CPUtime=20.99
/proc/29764/stat : 29764 (galacM.sh) S 29762 29764 27488 0 -1 4194304 800 30397 0 1 0 1 2075 23 17 0 1 0 2007740776 48693248 365 996147200 4194304 4520092 548682068832 18446744073709551615 269929868122 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/29764/statm: 11888 365 246 79 0 219 0
[pid=29787] ppid=29764 vsize=35128 CPUtime=4.39
/proc/29787/stat : 29787 (minisat) R 29764 29764 27488 0 -1 4194304 8660 0 0 0 434 5 0 0 25 0 1 0 2007742883 35971072 8641 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/29787/statm: 8782 8641 57 152 0 8627 0
Current children cumulated CPU time (s) 25.38
Current children cumulated vsize (KiB) 82680

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

[startup+28.7021 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 29787
/proc/meminfo: memFree=1495632/2055920 swapFree=4179912/4192956
[pid=29764] ppid=29762 vsize=47552 CPUtime=20.99
/proc/29764/stat : 29764 (galacM.sh) S 29762 29764 27488 0 -1 4194304 800 30397 0 1 0 1 2075 23 17 0 1 0 2007740776 48693248 365 996147200 4194304 4520092 548682068832 18446744073709551615 269929868122 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/29764/statm: 11888 365 246 79 0 219 0
[pid=29787] ppid=29764 vsize=37912 CPUtime=7.56
/proc/29787/stat : 29787 (minisat) R 29764 29764 27488 0 -1 4194304 9349 0 0 0 751 5 0 0 25 0 1 0 2007742883 38821888 9330 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/29787/statm: 9478 9330 57 152 0 9323 0
Current children cumulated CPU time (s) 28.55
Current children cumulated vsize (KiB) 85464

[startup+30.3013 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 29787
/proc/meminfo: memFree=1494736/2055920 swapFree=4179912/4192956
[pid=29764] ppid=29762 vsize=47552 CPUtime=20.99
/proc/29764/stat : 29764 (galacM.sh) S 29762 29764 27488 0 -1 4194304 800 30397 0 1 0 1 2075 23 17 0 1 0 2007740776 48693248 365 996147200 4194304 4520092 548682068832 18446744073709551615 269929868122 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/29764/statm: 11888 365 246 79 0 219 0
[pid=29787] ppid=29764 vsize=39104 CPUtime=9.15
/proc/29787/stat : 29787 (minisat) R 29764 29764 27488 0 -1 4194304 9640 0 0 0 909 6 0 0 25 0 1 0 2007742883 40042496 9621 996147200 134512640 135136200 4294955968 18446744073709551615 134529530 0 0 4096 3 0 0 0 17 1 0 0
/proc/29787/statm: 9776 9621 57 152 0 9621 0
Current children cumulated CPU time (s) 30.14
Current children cumulated vsize (KiB) 86656

[startup+31.1014 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 29787
/proc/meminfo: memFree=1493968/2055920 swapFree=4179912/4192956
[pid=29764] ppid=29762 vsize=47552 CPUtime=20.99
/proc/29764/stat : 29764 (galacM.sh) S 29762 29764 27488 0 -1 4194304 800 30397 0 1 0 1 2075 23 17 0 1 0 2007740776 48693248 365 996147200 4194304 4520092 548682068832 18446744073709551615 269929868122 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/29764/statm: 11888 365 246 79 0 219 0
[pid=29787] ppid=29764 vsize=39632 CPUtime=9.94
/proc/29787/stat : 29787 (minisat) R 29764 29764 27488 0 -1 4194304 9770 0 0 0 988 6 0 0 25 0 1 0 2007742883 40583168 9751 996147200 134512640 135136200 4294955968 18446744073709551615 134529504 0 0 4096 3 0 0 0 17 1 0 0
/proc/29787/statm: 9908 9751 57 152 0 9753 0
Current children cumulated CPU time (s) 30.93
Current children cumulated vsize (KiB) 87184

[startup+31.5014 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 29787
/proc/meminfo: memFree=1493968/2055920 swapFree=4179912/4192956
[pid=29764] ppid=29762 vsize=47552 CPUtime=20.99
/proc/29764/stat : 29764 (galacM.sh) S 29762 29764 27488 0 -1 4194304 800 30397 0 1 0 1 2075 23 17 0 1 0 2007740776 48693248 365 996147200 4194304 4520092 548682068832 18446744073709551615 269929868122 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/29764/statm: 11888 365 246 79 0 219 0
[pid=29787] ppid=29764 vsize=39896 CPUtime=10.34
/proc/29787/stat : 29787 (minisat) R 29764 29764 27488 0 -1 4194304 9831 0 0 0 1028 6 0 0 25 0 1 0 2007742883 40853504 9812 996147200 134512640 135136200 4294955968 18446744073709551615 134529500 0 0 4096 3 0 0 0 17 1 0 0
/proc/29787/statm: 9974 9812 57 152 0 9819 0
Current children cumulated CPU time (s) 31.33
Current children cumulated vsize (KiB) 87448

[startup+31.7014 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 29787
/proc/meminfo: memFree=1493968/2055920 swapFree=4179912/4192956
[pid=29764] ppid=29762 vsize=47552 CPUtime=20.99
/proc/29764/stat : 29764 (galacM.sh) S 29762 29764 27488 0 -1 4194304 800 30397 0 1 0 1 2075 23 17 0 1 0 2007740776 48693248 365 996147200 4194304 4520092 548682068832 18446744073709551615 269929868122 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/29764/statm: 11888 365 246 79 0 219 0
[pid=29787] ppid=29764 vsize=39896 CPUtime=10.54
/proc/29787/stat : 29787 (minisat) R 29764 29764 27488 0 -1 4194304 9852 0 0 0 1048 6 0 0 25 0 1 0 2007742883 40853504 9833 996147200 134512640 135136200 4294955968 18446744073709551615 134522195 0 0 4096 3 0 0 0 17 1 0 0
/proc/29787/statm: 9974 9833 57 152 0 9819 0
Current children cumulated CPU time (s) 31.53
Current children cumulated vsize (KiB) 87448

Child status: 0
Real time (s): 31.769
CPU time (s): 31.6212
CPU user time (s): 31.2912
CPU system time (s): 0.329949
CPU usage (%): 99.5347
Max. virtual memory (cumulated for all children) (KiB): 860312

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 31.2912
system time used= 0.329949
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 41268
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= 1694
involuntary context switches= 2184

runsolver used 0.039993 second user time and 0.104984 second system time

The end

Launcher Data (download as text)

Begin job on node53 at 2008-07-05 21:54:44
IDJOB=1100762
IDBENCH=59969
IDSOLVER=350
FILE ID=node53/1100762-1215287684
PBS_JOBID= 7882263
Free space on /tmp= 65124 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= afa8a1cb06fb6727c4ad99ca3233ddf8
RANDOM SEED=31322490

node53.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.222
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.222
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1545600 kB
Buffers:         96320 kB
Cached:         324720 kB
SwapCached:       7428 kB
Active:         229000 kB
Inactive:       215240 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1545600 kB
SwapTotal:     4192956 kB
SwapFree:      4179912 kB
Dirty:            4852 kB
Writeback:           0 kB
Mapped:          38776 kB
Slab:            51352 kB
Committed_AS:  4027988 kB
PageTables:       1828 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= 65120 MiB
End job on node53 at 2008-07-05 21:55:16