Trace number 1100366

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 29.7165 30.0417

General information on the benchmark

Namecsp/tightness0.9/
normalized-rand-2-40-180-84-900-11_ext.xml
MD5SUMd174f30dff34b2f3c393d12ebce78d94
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 benchmark0.71289
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.04	c --- Preproc Stats ---
2.24/2.37	c start processing
2.24/2.37	c start relation processing
4.02/4.19	c start cnf exporting
22.74/23.05	c parsing time : 2.24
22.74/23.05	c preprocessing time : 22.922
22.74/23.05	
22.74/23.05	c Nary constraints - conflicts : 0 supports : 0
22.74/23.05	c Binary constraints - conflicts : 0 supports :84
22.74/23.05	c max arity constraint : 2
22.74/23.05	c Max Tuples generated 0
22.74/23.05	c relations : 84
22.74/23.05	c relations BDD: 0
22.74/23.05	c sampling 0/0
22.74/23.05	c vars : 7201 - clauses :  674680
22.74/23.05	
22.74/23.09	 
22.74/23.09	c --- SAT Solver Stats ---
22.74/23.09	 
29.64/30.02	c restarts              : 8
29.64/30.02	c conflicts             : 4938           (726 /sec)
29.64/30.02	c decisions             : 13189          (1.58 % random) (1939 /sec)
29.64/30.02	c propagations          : 3893368        (572473 /sec)
29.64/30.02	c conflict literals     : 1465156        (24.21 % deleted)
29.64/30.02	c Memory used           : 36.89 MB
29.64/30.02	c CPU time              : 6.80097 s
29.64/30.02	
29.64/30.02	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-1100366-1215286977/watcher-1100366-1215286977 -o /tmp/evaluation-result-1100366-1215286977/solver-1100366-1215286977 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacM.sh HOME/instance-1100366-1215286977.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/84 29724
/proc/meminfo: memFree=1562656/2055920 swapFree=4181480/4192956
[pid=29724] ppid=29722 vsize=8652 CPUtime=0
/proc/29724/stat : 29724 (galacM.sh) S 29722 29724 26822 0 -1 4194304 346 0 0 0 0 0 0 0 16 0 1 0 2007667244 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 271637998426 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29724/statm: 2163 280 208 79 0 156 0
[pid=29725] ppid=29724 vsize=8688 CPUtime=0
/proc/29725/stat : 29725 (galacM.sh) S 29724 29724 26822 0 -1 4194368 36 0 0 0 0 0 0 0 16 0 1 0 2007667245 8896512 286 996147200 4194304 4520092 548682068832 18446744073709551615 271638560850 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/29725/statm: 2172 286 209 79 0 165 0
[pid=29726] ppid=29725 vsize=8728 CPUtime=0
/proc/29726/stat : 29726 (galacM.sh) R 29725 29724 26822 0 -1 4194368 25 0 0 0 0 0 0 0 19 0 1 0 2007667245 8937472 290 996147200 4194304 4520092 548682068832 18446744073709551615 271638392103 0 0 3674112 73728 0 0 0 17 1 0 0
/proc/29726/statm: 2182 290 209 79 0 175 0

[startup+0.023628 s]
/proc/loadavg: 2.00 2.00 2.00 4/84 29724
/proc/meminfo: memFree=1562656/2055920 swapFree=4181480/4192956
[pid=29724] ppid=29722 vsize=8768 CPUtime=0.01
/proc/29724/stat : 29724 (galacM.sh) S 29722 29724 26822 0 -1 4194304 493 1063 0 0 0 0 0 1 18 0 1 0 2007667244 8978432 315 996147200 4194304 4520092 548682068832 18446744073709551615 271637998426 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29724/statm: 2192 315 217 79 0 185 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 8768

[startup+0.101977 s]
/proc/loadavg: 2.00 2.00 2.00 4/84 29724
/proc/meminfo: memFree=1562656/2055920 swapFree=4181480/4192956
[pid=29724] ppid=29722 vsize=47564 CPUtime=0.01
/proc/29724/stat : 29724 (galacM.sh) S 29722 29724 26822 0 -1 4194304 767 1698 0 0 0 0 0 1 18 0 1 0 2007667244 48705536 366 996147200 4194304 4520092 548682068832 18446744073709551615 271637998426 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29724/statm: 11891 366 247 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.303022 s]
/proc/loadavg: 2.00 2.00 2.00 4/84 29724
/proc/meminfo: memFree=1562656/2055920 swapFree=4181480/4192956
[pid=29724] ppid=29722 vsize=47564 CPUtime=0.01
/proc/29724/stat : 29724 (galacM.sh) S 29722 29724 26822 0 -1 4194304 767 1698 0 0 0 0 0 1 18 0 1 0 2007667244 48705536 366 996147200 4194304 4520092 548682068832 18446744073709551615 271637998426 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29724/statm: 11891 366 247 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.701088 s]
/proc/loadavg: 2.00 2.00 2.00 4/84 29724
/proc/meminfo: memFree=1562656/2055920 swapFree=4181480/4192956
[pid=29724] ppid=29722 vsize=47564 CPUtime=0.01
/proc/29724/stat : 29724 (galacM.sh) S 29722 29724 26822 0 -1 4194304 767 1698 0 0 0 0 0 1 18 0 1 0 2007667244 48705536 366 996147200 4194304 4520092 548682068832 18446744073709551615 271637998426 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29724/statm: 11891 366 247 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+1.50124 s]
/proc/loadavg: 2.08 2.02 2.01 3/94 29746
/proc/meminfo: memFree=1492240/2055920 swapFree=4181480/4192956
[pid=29724] ppid=29722 vsize=47564 CPUtime=0.01
/proc/29724/stat : 29724 (galacM.sh) S 29722 29724 26822 0 -1 4194304 767 1698 0 0 0 0 0 1 18 0 1 0 2007667244 48705536 366 996147200 4194304 4520092 548682068832 18446744073709551615 271637998426 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29724/statm: 11891 366 247 79 0 219 0
[pid=29738] ppid=29724 vsize=812524 CPUtime=1.43
/proc/29738/stat : 29738 (java) S 29724 29724 26822 0 -1 0 21837 0 1 0 130 13 0 0 18 0 9 0 2007667248 832024576 21255 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29738/statm: 203131 21255 1890 9 0 197164 0
[pid=29738/tid=29739] ppid=29724 vsize=812524 CPUtime=1.2
/proc/29738/task/29739/stat : 29739 (java) R 29724 29724 26822 0 -1 64 14479 0 1 0 111 9 0 0 25 0 9 0 2007667249 832024576 21255 996147200 134512640 134550740 4294955600 18446744073709551615 4126710190 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29738/tid=29740] ppid=29724 vsize=812524 CPUtime=0.08
/proc/29738/task/29740/stat : 29740 (java) S 29724 29724 26822 0 -1 64 5896 0 0 0 6 2 0 0 16 0 9 0 2007667251 832024576 21255 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29738/tid=29741] ppid=29724 vsize=812524 CPUtime=0
/proc/29738/task/29741/stat : 29741 (java) S 29724 29724 26822 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 2007667251 832024576 21255 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29738/tid=29742] ppid=29724 vsize=812524 CPUtime=0
/proc/29738/task/29742/stat : 29742 (java) S 29724 29724 26822 0 -1 64 3 0 0 0 0 0 0 0 20 0 9 0 2007667251 832024576 21255 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29738/tid=29743] ppid=29724 vsize=812524 CPUtime=0
/proc/29738/task/29743/stat : 29743 (java) S 29724 29724 26822 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2007667253 832024576 21255 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29738/tid=29744] ppid=29724 vsize=812524 CPUtime=0.11
/proc/29738/task/29744/stat : 29744 (java) S 29724 29724 26822 0 -1 64 763 0 0 0 11 0 0 0 16 0 9 0 2007667253 832024576 21255 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29738/tid=29745] ppid=29724 vsize=812524 CPUtime=0
/proc/29738/task/29745/stat : 29745 (java) S 29724 29724 26822 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2007667253 832024576 21255 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29738/tid=29746] ppid=29724 vsize=812524 CPUtime=0
/proc/29738/task/29746/stat : 29746 (java) S 29724 29724 26822 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2007667253 832024576 21255 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) 860088

[startup+3.10252 s]
/proc/loadavg: 2.08 2.02 2.01 3/94 29746
/proc/meminfo: memFree=1476304/2055920 swapFree=4181480/4192956
[pid=29724] ppid=29722 vsize=47564 CPUtime=0.01
/proc/29724/stat : 29724 (galacM.sh) S 29722 29724 26822 0 -1 4194304 767 1698 0 0 0 0 0 1 18 0 1 0 2007667244 48705536 366 996147200 4194304 4520092 548682068832 18446744073709551615 271637998426 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29724/statm: 11891 366 247 79 0 219 0
[pid=29738] ppid=29724 vsize=812524 CPUtime=3.02
/proc/29738/stat : 29738 (java) S 29724 29724 26822 0 -1 0 24420 0 1 0 287 15 0 0 18 0 9 0 2007667248 832024576 23834 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29738/statm: 203131 23834 1893 9 0 197164 0
[pid=29738/tid=29739] ppid=29724 vsize=812524 CPUtime=2.67
/proc/29738/task/29739/stat : 29739 (java) R 29724 29724 26822 0 -1 64 14489 0 1 0 257 10 0 0 25 0 9 0 2007667249 832024576 23834 996147200 134512640 134550740 4294955600 18446744073709551615 4126852712 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29738/tid=29740] ppid=29724 vsize=812524 CPUtime=0.17
/proc/29738/task/29740/stat : 29740 (java) S 29724 29724 26822 0 -1 64 8444 0 0 0 14 3 0 0 16 0 9 0 2007667251 832024576 23834 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29738/tid=29741] ppid=29724 vsize=812524 CPUtime=0
/proc/29738/task/29741/stat : 29741 (java) S 29724 29724 26822 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 2007667251 832024576 23834 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29738/tid=29742] ppid=29724 vsize=812524 CPUtime=0
/proc/29738/task/29742/stat : 29742 (java) S 29724 29724 26822 0 -1 64 3 0 0 0 0 0 0 0 20 0 9 0 2007667251 832024576 23834 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29738/tid=29743] ppid=29724 vsize=812524 CPUtime=0
/proc/29738/task/29743/stat : 29743 (java) S 29724 29724 26822 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2007667253 832024576 23834 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29738/tid=29744] ppid=29724 vsize=812524 CPUtime=0.15
/proc/29738/task/29744/stat : 29744 (java) S 29724 29724 26822 0 -1 64 788 0 0 0 15 0 0 0 16 0 9 0 2007667253 832024576 23834 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29738/tid=29745] ppid=29724 vsize=812524 CPUtime=0
/proc/29738/task/29745/stat : 29745 (java) S 29724 29724 26822 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2007667253 832024576 23834 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29738/tid=29746] ppid=29724 vsize=812524 CPUtime=0
/proc/29738/task/29746/stat : 29746 (java) S 29724 29724 26822 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2007667253 832024576 23834 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) 860088

[startup+6.30111 s]
/proc/loadavg: 2.07 2.02 2.00 3/94 29746
/proc/meminfo: memFree=1456272/2055920 swapFree=4181480/4192956
[pid=29724] ppid=29722 vsize=47564 CPUtime=0.01
/proc/29724/stat : 29724 (galacM.sh) S 29722 29724 26822 0 -1 4194304 767 1698 0 0 0 0 0 1 18 0 1 0 2007667244 48705536 366 996147200 4194304 4520092 548682068832 18446744073709551615 271637998426 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29724/statm: 11891 366 247 79 0 219 0
[pid=29738] ppid=29724 vsize=812524 CPUtime=6.19
/proc/29738/stat : 29738 (java) S 29724 29724 26822 0 -1 0 28607 0 1 0 600 19 0 0 18 0 9 0 2007667248 832024576 28012 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29738/statm: 203131 28012 1915 9 0 197164 0
[pid=29738/tid=29739] ppid=29724 vsize=812524 CPUtime=5.6
/proc/29738/task/29739/stat : 29739 (java) R 29724 29724 26822 0 -1 64 14538 0 1 0 549 11 0 0 25 0 9 0 2007667249 832024576 28012 996147200 134512640 134550740 4294955600 18446744073709551615 4126860174 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29738/tid=29740] ppid=29724 vsize=812524 CPUtime=0.34
/proc/29738/task/29740/stat : 29740 (java) S 29724 29724 26822 0 -1 64 12542 0 0 0 29 5 0 0 16 0 9 0 2007667251 832024576 28012 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29738/tid=29741] ppid=29724 vsize=812524 CPUtime=0
/proc/29738/task/29741/stat : 29741 (java) S 29724 29724 26822 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2007667251 832024576 28012 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29738/tid=29742] ppid=29724 vsize=812524 CPUtime=0
/proc/29738/task/29742/stat : 29742 (java) S 29724 29724 26822 0 -1 64 3 0 0 0 0 0 0 0 20 0 9 0 2007667251 832024576 28012 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29738/tid=29743] ppid=29724 vsize=812524 CPUtime=0
/proc/29738/task/29743/stat : 29743 (java) S 29724 29724 26822 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2007667253 832024576 28012 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29738/tid=29744] ppid=29724 vsize=812524 CPUtime=0.2
/proc/29738/task/29744/stat : 29744 (java) S 29724 29724 26822 0 -1 64 828 0 0 0 20 0 0 0 16 0 9 0 2007667253 832024576 28012 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29738/tid=29745] ppid=29724 vsize=812524 CPUtime=0
/proc/29738/task/29745/stat : 29745 (java) S 29724 29724 26822 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2007667253 832024576 28012 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29738/tid=29746] ppid=29724 vsize=812524 CPUtime=0
/proc/29738/task/29746/stat : 29746 (java) S 29724 29724 26822 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2007667253 832024576 28012 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) 860088

[startup+12.7023 s]
/proc/loadavg: 2.07 2.02 2.00 3/94 29746
/proc/meminfo: memFree=1450576/2055920 swapFree=4181480/4192956
[pid=29724] ppid=29722 vsize=47564 CPUtime=0.01
/proc/29724/stat : 29724 (galacM.sh) S 29722 29724 26822 0 -1 4194304 767 1698 0 0 0 0 0 1 18 0 1 0 2007667244 48705536 366 996147200 4194304 4520092 548682068832 18446744073709551615 271637998426 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29724/statm: 11891 366 247 79 0 219 0
[pid=29738] ppid=29724 vsize=812524 CPUtime=12.53
/proc/29738/stat : 29738 (java) S 29724 29724 26822 0 -1 0 28620 0 1 0 1231 22 0 0 18 0 9 0 2007667248 832024576 28012 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29738/statm: 203131 28012 1915 9 0 197164 0
[pid=29738/tid=29739] ppid=29724 vsize=812524 CPUtime=11.93
/proc/29738/task/29739/stat : 29739 (java) R 29724 29724 26822 0 -1 64 14551 0 1 0 1179 14 0 0 25 0 9 0 2007667249 832024576 28012 996147200 134512640 134550740 4294955600 18446744073709551615 4126413365 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29738/tid=29740] ppid=29724 vsize=812524 CPUtime=0.35
/proc/29738/task/29740/stat : 29740 (java) S 29724 29724 26822 0 -1 64 12542 0 0 0 30 5 0 0 16 0 9 0 2007667251 832024576 28012 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29738/tid=29741] ppid=29724 vsize=812524 CPUtime=0
/proc/29738/task/29741/stat : 29741 (java) S 29724 29724 26822 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2007667251 832024576 28012 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29738/tid=29742] ppid=29724 vsize=812524 CPUtime=0
/proc/29738/task/29742/stat : 29742 (java) S 29724 29724 26822 0 -1 64 3 0 0 0 0 0 0 0 20 0 9 0 2007667251 832024576 28012 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29738/tid=29743] ppid=29724 vsize=812524 CPUtime=0
/proc/29738/task/29743/stat : 29743 (java) S 29724 29724 26822 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2007667253 832024576 28012 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29738/tid=29744] ppid=29724 vsize=812524 CPUtime=0.2
/proc/29738/task/29744/stat : 29744 (java) S 29724 29724 26822 0 -1 64 828 0 0 0 20 0 0 0 16 0 9 0 2007667253 832024576 28012 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29738/tid=29745] ppid=29724 vsize=812524 CPUtime=0
/proc/29738/task/29745/stat : 29745 (java) S 29724 29724 26822 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2007667253 832024576 28012 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29738/tid=29746] ppid=29724 vsize=812524 CPUtime=0
/proc/29738/task/29746/stat : 29746 (java) S 29724 29724 26822 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2007667253 832024576 28012 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) 860088

[startup+25.5026 s]
/proc/loadavg: 2.06 2.01 2.00 3/86 29747
/proc/meminfo: memFree=1517904/2055920 swapFree=4181480/4192956
[pid=29724] ppid=29722 vsize=47564 CPUtime=22.81
/proc/29724/stat : 29724 (galacM.sh) S 29722 29724 26822 0 -1 4194304 801 30361 0 1 0 0 2252 29 17 0 1 0 2007667244 48705536 366 996147200 4194304 4520092 548682068832 18446744073709551615 271637998426 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29724/statm: 11891 366 247 79 0 219 0
[pid=29747] ppid=29724 vsize=33284 CPUtime=2.37
/proc/29747/stat : 29747 (minisat) R 29724 29724 26822 0 -1 4194304 8198 0 0 0 232 5 0 0 25 0 1 0 2007669554 34082816 8179 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/29747/statm: 8321 8179 57 152 0 8166 0
Current children cumulated CPU time (s) 25.18
Current children cumulated vsize (KiB) 80848

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

[startup+27.1019 s]
/proc/loadavg: 2.05 2.01 2.00 3/86 29747
/proc/meminfo: memFree=1516496/2055920 swapFree=4181480/4192956
[pid=29724] ppid=29722 vsize=47564 CPUtime=22.81
/proc/29724/stat : 29724 (galacM.sh) S 29722 29724 26822 0 -1 4194304 801 30361 0 1 0 0 2252 29 17 0 1 0 2007667244 48705536 366 996147200 4194304 4520092 548682068832 18446744073709551615 271637998426 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29724/statm: 11891 366 247 79 0 219 0
[pid=29747] ppid=29724 vsize=34868 CPUtime=3.95
/proc/29747/stat : 29747 (minisat) R 29724 29724 26822 0 -1 4194304 8590 0 0 0 390 5 0 0 25 0 1 0 2007669554 35704832 8571 996147200 134512640 135136200 4294955968 18446744073709551615 134529504 0 0 4096 3 0 0 0 17 1 0 0
/proc/29747/statm: 8717 8571 57 152 0 8562 0
Current children cumulated CPU time (s) 26.76
Current children cumulated vsize (KiB) 82432

[startup+28.7012 s]
/proc/loadavg: 2.05 2.01 2.00 3/86 29747
/proc/meminfo: memFree=1514448/2055920 swapFree=4181480/4192956
[pid=29724] ppid=29722 vsize=47564 CPUtime=22.81
/proc/29724/stat : 29724 (galacM.sh) S 29722 29724 26822 0 -1 4194304 801 30361 0 1 0 0 2252 29 17 0 1 0 2007667244 48705536 366 996147200 4194304 4520092 548682068832 18446744073709551615 271637998426 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29724/statm: 11891 366 247 79 0 219 0
[pid=29747] ppid=29724 vsize=36452 CPUtime=5.54
/proc/29747/stat : 29747 (minisat) R 29724 29724 26822 0 -1 4194304 8996 0 0 0 548 6 0 0 25 0 1 0 2007669554 37326848 8977 996147200 134512640 135136200 4294955968 18446744073709551615 134529580 0 0 4096 3 0 0 0 17 1 0 0
/proc/29747/statm: 9113 8977 57 152 0 8958 0
Current children cumulated CPU time (s) 28.35
Current children cumulated vsize (KiB) 84016

[startup+29.5023 s]
/proc/loadavg: 2.05 2.01 2.00 3/86 29747
/proc/meminfo: memFree=1514448/2055920 swapFree=4181480/4192956
[pid=29724] ppid=29722 vsize=47564 CPUtime=22.81
/proc/29724/stat : 29724 (galacM.sh) S 29722 29724 26822 0 -1 4194304 801 30361 0 1 0 0 2252 29 17 0 1 0 2007667244 48705536 366 996147200 4194304 4520092 548682068832 18446744073709551615 271637998426 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29724/statm: 11891 366 247 79 0 219 0
[pid=29747] ppid=29724 vsize=37376 CPUtime=6.34
/proc/29747/stat : 29747 (minisat) R 29724 29724 26822 0 -1 4194304 9198 0 0 0 628 6 0 0 25 0 1 0 2007669554 38273024 9179 996147200 134512640 135136200 4294955968 18446744073709551615 134527129 0 0 4096 3 0 0 0 17 1 0 0
/proc/29747/statm: 9344 9179 57 152 0 9189 0
Current children cumulated CPU time (s) 29.15
Current children cumulated vsize (KiB) 84940

[startup+29.9024 s]
/proc/loadavg: 2.05 2.01 2.00 3/86 29747
/proc/meminfo: memFree=1513360/2055920 swapFree=4181480/4192956
[pid=29724] ppid=29722 vsize=47564 CPUtime=22.81
/proc/29724/stat : 29724 (galacM.sh) S 29722 29724 26822 0 -1 4194304 801 30361 0 1 0 0 2252 29 17 0 1 0 2007667244 48705536 366 996147200 4194304 4520092 548682068832 18446744073709551615 271637998426 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29724/statm: 11891 366 247 79 0 219 0
[pid=29747] ppid=29724 vsize=37776 CPUtime=6.73
/proc/29747/stat : 29747 (minisat) R 29724 29724 26822 0 -1 4194304 9311 0 0 0 667 6 0 0 25 0 1 0 2007669554 38682624 9292 996147200 134512640 135136200 4294955968 18446744073709551615 134522323 0 0 4096 3 0 0 0 17 1 0 0
/proc/29747/statm: 9444 9292 57 152 0 9289 0
Current children cumulated CPU time (s) 29.54
Current children cumulated vsize (KiB) 85340

[startup+30.0024 s]
/proc/loadavg: 2.05 2.01 2.00 3/86 29747
/proc/meminfo: memFree=1513360/2055920 swapFree=4181480/4192956
[pid=29724] ppid=29722 vsize=47564 CPUtime=22.81
/proc/29724/stat : 29724 (galacM.sh) S 29722 29724 26822 0 -1 4194304 801 30361 0 1 0 0 2252 29 17 0 1 0 2007667244 48705536 366 996147200 4194304 4520092 548682068832 18446744073709551615 271637998426 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29724/statm: 11891 366 247 79 0 219 0
[pid=29747] ppid=29724 vsize=37776 CPUtime=6.83
/proc/29747/stat : 29747 (minisat) R 29724 29724 26822 0 -1 4194304 9311 0 0 0 677 6 0 0 25 0 1 0 2007669554 38682624 9292 996147200 134512640 135136200 4294955968 18446744073709551615 134522273 0 0 4096 3 0 0 0 17 1 0 0
/proc/29747/statm: 9444 9292 57 152 0 9289 0
Current children cumulated CPU time (s) 29.64
Current children cumulated vsize (KiB) 85340

Child status: 0
Real time (s): 30.0417
CPU time (s): 29.7165
CPU user time (s): 29.3285
CPU system time (s): 0.387941
CPU usage (%): 98.9173
Max. virtual memory (cumulated for all children) (KiB): 860088

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 29.3285
system time used= 0.387941
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 40694
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= 1512
involuntary context switches= 2076

runsolver used 0.040993 second user time and 0.105983 second system time

The end

Launcher Data (download as text)

Begin job on node67 at 2008-07-05 21:42:57
IDJOB=1100366
IDBENCH=59900
IDSOLVER=350
FILE ID=node67/1100366-1215286977
PBS_JOBID= 7882264
Free space on /tmp= 66432 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= d174f30dff34b2f3c393d12ebce78d94
RANDOM SEED=1508926292

node67.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.281
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.281
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:       1563136 kB
Buffers:         72780 kB
Cached:         237432 kB
SwapCached:       5376 kB
Active:         300108 kB
Inactive:       129604 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1563136 kB
SwapTotal:     4192956 kB
SwapFree:      4181480 kB
Dirty:            4852 kB
Writeback:           0 kB
Mapped:         130808 kB
Slab:            47980 kB
Committed_AS:  4896348 kB
PageTables:       2024 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= 66428 MiB
End job on node67 at 2008-07-05 21:43:27