Trace number 1100564

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 377.746 381.274

General information on the benchmark

Namecsp/tightness0.9/
normalized-rand-2-40-180-84-900-80_ext.xml
MD5SUMcf719d944bc7187c5c56d0abd8b67387
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 benchmark3.9744
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.04	c --- Preproc Stats ---
2.14/2.22	c start processing
2.14/2.22	c start relation processing
3.83/3.99	c start cnf exporting
22.83/23.13	c parsing time : 2.095
22.83/23.13	c preprocessing time : 23.006
22.83/23.13	
22.83/23.13	c Nary constraints - conflicts : 0 supports : 0
22.83/23.13	c Binary constraints - conflicts : 0 supports :84
22.83/23.13	c max arity constraint : 2
22.83/23.13	c Max Tuples generated 0
22.83/23.13	c relations : 84
22.83/23.13	c relations BDD: 0
22.83/23.13	c sampling 0/0
22.83/23.13	c vars : 7201 - clauses :  674680
22.83/23.13	
22.83/23.18	 
22.83/23.18	c --- SAT Solver Stats ---
22.83/23.18	 
377.64/381.24	c restarts              : 14
377.64/381.24	c conflicts             : 43155          (122 /sec)
377.64/381.24	c decisions             : 88093          (1.61 % random) (249 /sec)
377.64/381.24	c propagations          : 39533930       (111525 /sec)
377.64/381.24	c conflict literals     : 23636988       (18.61 % deleted)
377.64/381.24	c Memory used           : 151.11 MB
377.64/381.24	c CPU time              : 354.485 s
377.64/381.24	
377.64/381.24	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-1100564-1215287365/watcher-1100564-1215287365 -o /tmp/evaluation-result-1100564-1215287365/solver-1100564-1215287365 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacM.sh HOME/instance-1100564-1215287365.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.97 2.00 2.00 4/81 7990
/proc/meminfo: memFree=1715512/2055920 swapFree=4180448/4192956
[pid=7990] ppid=7988 vsize=5224 CPUtime=0
/proc/7990/stat : 7990 (galacM.sh) R 7988 7990 5322 0 -1 4194304 59 0 0 0 0 0 0 0 20 0 1 0 2007711072 5349376 44 996147200 4194304 4520092 548682068832 18446744073709551615 237785644553 0 0 4096 0 0 0 0 17 1 0 0
/proc/7990/statm: 1306 44 33 79 0 104 0

[startup+0.0560249 s]
/proc/loadavg: 1.97 2.00 2.00 4/81 7990
/proc/meminfo: memFree=1715512/2055920 swapFree=4180448/4192956
[pid=7990] ppid=7988 vsize=47564 CPUtime=0.01
/proc/7990/stat : 7990 (galacM.sh) S 7988 7990 5322 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 2007711072 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 237787867994 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7990/statm: 11891 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.100969 s]
/proc/loadavg: 1.97 2.00 2.00 4/81 7990
/proc/meminfo: memFree=1715512/2055920 swapFree=4180448/4192956
[pid=7990] ppid=7988 vsize=47564 CPUtime=0.01
/proc/7990/stat : 7990 (galacM.sh) S 7988 7990 5322 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 2007711072 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 237787867994 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7990/statm: 11891 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.301989 s]
/proc/loadavg: 1.97 2.00 2.00 4/81 7990
/proc/meminfo: memFree=1715512/2055920 swapFree=4180448/4192956
[pid=7990] ppid=7988 vsize=47564 CPUtime=0.01
/proc/7990/stat : 7990 (galacM.sh) S 7988 7990 5322 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 2007711072 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 237787867994 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7990/statm: 11891 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.701036 s]
/proc/loadavg: 1.97 2.00 2.00 4/81 7990
/proc/meminfo: memFree=1715512/2055920 swapFree=4180448/4192956
[pid=7990] ppid=7988 vsize=47564 CPUtime=0.01
/proc/7990/stat : 7990 (galacM.sh) S 7988 7990 5322 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 2007711072 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 237787867994 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7990/statm: 11891 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+1.50212 s]
/proc/loadavg: 1.97 2.00 2.00 3/91 8012
/proc/meminfo: memFree=1645160/2055920 swapFree=4180448/4192956
[pid=7990] ppid=7988 vsize=47564 CPUtime=0.01
/proc/7990/stat : 7990 (galacM.sh) S 7988 7990 5322 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 2007711072 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 237787867994 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7990/statm: 11891 364 245 79 0 219 0
[pid=8004] ppid=7990 vsize=812420 CPUtime=1.44
/proc/8004/stat : 8004 (java) S 7990 7990 5322 0 -1 0 22462 0 1 0 131 13 0 0 18 0 9 0 2007711076 831918080 21881 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8004/statm: 203105 21881 1888 9 0 197138 0
[pid=8004/tid=8005] ppid=7990 vsize=812420 CPUtime=1.21
/proc/8004/task/8005/stat : 8005 (java) R 7990 7990 5322 0 -1 64 14475 0 1 0 112 9 0 0 25 0 9 0 2007711077 831918080 21881 996147200 134512640 134550740 4294955600 18446744073709551615 102064736 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8004/tid=8006] ppid=7990 vsize=812420 CPUtime=0.08
/proc/8004/task/8006/stat : 8006 (java) S 7990 7990 5322 0 -1 64 6534 0 0 0 6 2 0 0 16 0 9 0 2007711079 831918080 21881 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8004/tid=8007] ppid=7990 vsize=812420 CPUtime=0
/proc/8004/task/8007/stat : 8007 (java) S 7990 7990 5322 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 2007711079 831918080 21881 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8004/tid=8008] ppid=7990 vsize=812420 CPUtime=0
/proc/8004/task/8008/stat : 8008 (java) S 7990 7990 5322 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2007711079 831918080 21881 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8004/tid=8009] ppid=7990 vsize=812420 CPUtime=0
/proc/8004/task/8009/stat : 8009 (java) S 7990 7990 5322 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2007711081 831918080 21881 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8004/tid=8010] ppid=7990 vsize=812420 CPUtime=0.12
/proc/8004/task/8010/stat : 8010 (java) S 7990 7990 5322 0 -1 64 755 0 0 0 12 0 0 0 16 0 9 0 2007711081 831918080 21881 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8004/tid=8011] ppid=7990 vsize=812420 CPUtime=0
/proc/8004/task/8011/stat : 8011 (java) S 7990 7990 5322 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2007711081 831918080 21881 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8004/tid=8012] ppid=7990 vsize=812420 CPUtime=0
/proc/8004/task/8012/stat : 8012 (java) S 7990 7990 5322 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2007711081 831918080 21881 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 859984

[startup+3.10228 s]
/proc/loadavg: 1.97 2.00 2.00 4/91 8012
/proc/meminfo: memFree=1627688/2055920 swapFree=4180448/4192956
[pid=7990] ppid=7988 vsize=47564 CPUtime=0.01
/proc/7990/stat : 7990 (galacM.sh) S 7988 7990 5322 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 2007711072 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 237787867994 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7990/statm: 11891 364 245 79 0 219 0
[pid=8004] ppid=7990 vsize=812420 CPUtime=3.03
/proc/8004/stat : 8004 (java) S 7990 7990 5322 0 -1 0 24417 0 1 0 289 14 0 0 18 0 9 0 2007711076 831918080 23832 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8004/statm: 203105 23832 1891 9 0 197138 0
[pid=8004/tid=8005] ppid=7990 vsize=812420 CPUtime=2.7
/proc/8004/task/8005/stat : 8005 (java) R 7990 7990 5322 0 -1 64 14490 0 1 0 261 9 0 0 25 0 9 0 2007711077 831918080 23832 996147200 134512640 134550740 4294955600 18446744073709551615 4126851227 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8004/tid=8006] ppid=7990 vsize=812420 CPUtime=0.15
/proc/8004/task/8006/stat : 8006 (java) S 7990 7990 5322 0 -1 64 8451 0 0 0 12 3 0 0 16 0 9 0 2007711079 831918080 23832 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8004/tid=8007] ppid=7990 vsize=812420 CPUtime=0
/proc/8004/task/8007/stat : 8007 (java) S 7990 7990 5322 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 2007711079 831918080 23832 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8004/tid=8008] ppid=7990 vsize=812420 CPUtime=0
/proc/8004/task/8008/stat : 8008 (java) S 7990 7990 5322 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2007711079 831918080 23832 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8004/tid=8009] ppid=7990 vsize=812420 CPUtime=0
/proc/8004/task/8009/stat : 8009 (java) S 7990 7990 5322 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2007711081 831918080 23832 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8004/tid=8010] ppid=7990 vsize=812420 CPUtime=0.15
/proc/8004/task/8010/stat : 8010 (java) S 7990 7990 5322 0 -1 64 778 0 0 0 15 0 0 0 16 0 9 0 2007711081 831918080 23832 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8004/tid=8011] ppid=7990 vsize=812420 CPUtime=0
/proc/8004/task/8011/stat : 8011 (java) S 7990 7990 5322 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2007711081 831918080 23832 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8004/tid=8012] ppid=7990 vsize=812420 CPUtime=0
/proc/8004/task/8012/stat : 8012 (java) S 7990 7990 5322 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2007711081 831918080 23832 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 859984

[startup+6.30161 s]
/proc/loadavg: 2.13 2.03 2.01 3/91 8012
/proc/meminfo: memFree=1611496/2055920 swapFree=4180448/4192956
[pid=7990] ppid=7988 vsize=47564 CPUtime=0.01
/proc/7990/stat : 7990 (galacM.sh) S 7988 7990 5322 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 2007711072 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 237787867994 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7990/statm: 11891 364 245 79 0 219 0
[pid=8004] ppid=7990 vsize=812552 CPUtime=6.2
/proc/8004/stat : 8004 (java) S 7990 7990 5322 0 -1 0 27976 0 1 0 603 17 0 0 18 0 9 0 2007711076 832053248 27382 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8004/statm: 203138 27382 1913 9 0 197171 0
[pid=8004/tid=8005] ppid=7990 vsize=812552 CPUtime=5.65
/proc/8004/task/8005/stat : 8005 (java) R 7990 7990 5322 0 -1 64 14542 0 1 0 555 10 0 0 25 0 9 0 2007711077 832053248 27382 996147200 134512640 134550740 4294955600 18446744073709551615 4126938361 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8004/tid=8006] ppid=7990 vsize=812552 CPUtime=0.31
/proc/8004/task/8006/stat : 8006 (java) S 7990 7990 5322 0 -1 64 11918 0 0 0 26 5 0 0 16 0 9 0 2007711079 832053248 27382 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8004/tid=8007] ppid=7990 vsize=812552 CPUtime=0
/proc/8004/task/8007/stat : 8007 (java) S 7990 7990 5322 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2007711079 832053248 27382 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8004/tid=8008] ppid=7990 vsize=812552 CPUtime=0
/proc/8004/task/8008/stat : 8008 (java) S 7990 7990 5322 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2007711079 832053248 27382 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8004/tid=8009] ppid=7990 vsize=812552 CPUtime=0
/proc/8004/task/8009/stat : 8009 (java) S 7990 7990 5322 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2007711081 832053248 27382 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8004/tid=8010] ppid=7990 vsize=812552 CPUtime=0.2
/proc/8004/task/8010/stat : 8010 (java) S 7990 7990 5322 0 -1 64 818 0 0 0 20 0 0 0 16 0 9 0 2007711081 832053248 27382 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8004/tid=8011] ppid=7990 vsize=812552 CPUtime=0
/proc/8004/task/8011/stat : 8011 (java) S 7990 7990 5322 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2007711081 832053248 27382 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8004/tid=8012] ppid=7990 vsize=812552 CPUtime=0
/proc/8004/task/8012/stat : 8012 (java) S 7990 7990 5322 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2007711081 832053248 27382 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 860116

[startup+12.7023 s]
/proc/loadavg: 2.12 2.03 2.01 3/91 8012
/proc/meminfo: memFree=1606056/2055920 swapFree=4180448/4192956
[pid=7990] ppid=7988 vsize=47564 CPUtime=0.01
/proc/7990/stat : 7990 (galacM.sh) S 7988 7990 5322 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 2007711072 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 237787867994 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7990/statm: 11891 364 245 79 0 219 0
[pid=8004] ppid=7990 vsize=812552 CPUtime=12.53
/proc/8004/stat : 8004 (java) S 7990 7990 5322 0 -1 0 27989 0 1 0 1234 19 0 0 18 0 9 0 2007711076 832053248 27382 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8004/statm: 203138 27382 1913 9 0 197171 0
[pid=8004/tid=8005] ppid=7990 vsize=812552 CPUtime=11.98
/proc/8004/task/8005/stat : 8005 (java) R 7990 7990 5322 0 -1 64 14555 0 1 0 1186 12 0 0 25 0 9 0 2007711077 832053248 27382 996147200 134512640 134550740 4294955600 18446744073709551615 4126928167 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8004/tid=8006] ppid=7990 vsize=812552 CPUtime=0.31
/proc/8004/task/8006/stat : 8006 (java) S 7990 7990 5322 0 -1 64 11918 0 0 0 26 5 0 0 16 0 9 0 2007711079 832053248 27382 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8004/tid=8007] ppid=7990 vsize=812552 CPUtime=0
/proc/8004/task/8007/stat : 8007 (java) S 7990 7990 5322 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2007711079 832053248 27382 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8004/tid=8008] ppid=7990 vsize=812552 CPUtime=0
/proc/8004/task/8008/stat : 8008 (java) S 7990 7990 5322 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2007711079 832053248 27382 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8004/tid=8009] ppid=7990 vsize=812552 CPUtime=0
/proc/8004/task/8009/stat : 8009 (java) S 7990 7990 5322 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2007711081 832053248 27382 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8004/tid=8010] ppid=7990 vsize=812552 CPUtime=0.2
/proc/8004/task/8010/stat : 8010 (java) S 7990 7990 5322 0 -1 64 818 0 0 0 20 0 0 0 16 0 9 0 2007711081 832053248 27382 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8004/tid=8011] ppid=7990 vsize=812552 CPUtime=0
/proc/8004/task/8011/stat : 8011 (java) S 7990 7990 5322 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2007711081 832053248 27382 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8004/tid=8012] ppid=7990 vsize=812552 CPUtime=0
/proc/8004/task/8012/stat : 8012 (java) S 7990 7990 5322 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2007711081 832053248 27382 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) 860116

[startup+25.5016 s]
/proc/loadavg: 2.09 2.03 2.01 3/83 8013
/proc/meminfo: memFree=1669992/2055920 swapFree=4180448/4192956
[pid=7990] ppid=7988 vsize=47564 CPUtime=22.9
/proc/7990/stat : 7990 (galacM.sh) S 7988 7990 5322 0 -1 4194304 799 29728 0 1 0 0 2263 27 17 0 1 0 2007711072 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 237787867994 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7990/statm: 11891 364 245 79 0 219 0
[pid=8013] ppid=7990 vsize=33940 CPUtime=2.28
/proc/8013/stat : 8013 (minisat) R 7990 7990 5322 0 -1 4194304 8355 0 0 0 224 4 0 0 25 0 1 0 2007713391 34754560 8336 996147200 134512640 135136200 4294955968 18446744073709551615 134529527 0 0 4096 3 0 0 0 17 1 0 0
/proc/8013/statm: 8485 8336 57 152 0 8330 0
Current children cumulated CPU time (s) 25.18
Current children cumulated vsize (KiB) 81504

[startup+51.1013 s]
/proc/loadavg: 2.06 2.03 2.00 3/83 8013
/proc/meminfo: memFree=1644968/2055920 swapFree=4180448/4192956
[pid=7990] ppid=7988 vsize=47564 CPUtime=22.9
/proc/7990/stat : 7990 (galacM.sh) S 7988 7990 5322 0 -1 4194304 799 29728 0 1 0 0 2263 27 17 0 1 0 2007711072 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 237787867994 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7990/statm: 11891 364 245 79 0 219 0
[pid=8013] ppid=7990 vsize=59204 CPUtime=27.64
/proc/8013/stat : 8013 (minisat) R 7990 7990 5322 0 -1 4194304 14660 0 0 0 2754 10 0 0 25 0 1 0 2007713391 60624896 14641 996147200 134512640 135136200 4294955968 18446744073709551615 134529504 0 0 4096 3 0 0 0 17 1 0 0
/proc/8013/statm: 14801 14641 57 152 0 14646 0
Current children cumulated CPU time (s) 50.54
Current children cumulated vsize (KiB) 106768

[startup+102.307 s]
/proc/loadavg: 2.02 2.02 2.00 3/83 8013
/proc/meminfo: memFree=1619176/2055920 swapFree=4180448/4192956
[pid=7990] ppid=7988 vsize=47564 CPUtime=22.9
/proc/7990/stat : 7990 (galacM.sh) S 7988 7990 5322 0 -1 4194304 799 29728 0 1 0 0 2263 27 17 0 1 0 2007711072 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 237787867994 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7990/statm: 11891 364 245 79 0 219 0
[pid=8013] ppid=7990 vsize=84948 CPUtime=78.35
/proc/8013/stat : 8013 (minisat) R 7990 7990 5322 0 -1 4194304 21020 0 0 0 7821 14 0 0 25 0 1 0 2007713391 86986752 21001 996147200 134512640 135136200 4294955968 18446744073709551615 134529504 0 0 4096 3 0 0 0 17 1 0 0
/proc/8013/statm: 21237 21001 57 152 0 21082 0
Current children cumulated CPU time (s) 101.25
Current children cumulated vsize (KiB) 132512

[startup+162.302 s]
/proc/loadavg: 2.01 2.01 2.00 3/83 8013
/proc/meminfo: memFree=1591208/2055920 swapFree=4180448/4192956
[pid=7990] ppid=7988 vsize=47564 CPUtime=22.9
/proc/7990/stat : 7990 (galacM.sh) S 7988 7990 5322 0 -1 4194304 799 29728 0 1 0 0 2263 27 17 0 1 0 2007711072 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 237787867994 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7990/statm: 11891 364 245 79 0 219 0
[pid=8013] ppid=7990 vsize=113136 CPUtime=137.79
/proc/8013/stat : 8013 (minisat) R 7990 7990 5322 0 -1 4194304 28006 0 0 0 13758 21 0 0 25 0 1 0 2007713391 115851264 27987 996147200 134512640 135136200 4294955968 18446744073709551615 134529504 0 0 4096 3 0 0 0 17 1 0 0
/proc/8013/statm: 28284 27987 57 152 0 28129 0
Current children cumulated CPU time (s) 160.69
Current children cumulated vsize (KiB) 160700

[startup+222.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/83 8013
/proc/meminfo: memFree=1577832/2055920 swapFree=4180448/4192956
[pid=7990] ppid=7988 vsize=47564 CPUtime=22.9
/proc/7990/stat : 7990 (galacM.sh) S 7988 7990 5322 0 -1 4194304 799 29728 0 1 0 0 2263 27 17 0 1 0 2007711072 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 237787867994 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7990/statm: 11891 364 245 79 0 219 0
[pid=8013] ppid=7990 vsize=126992 CPUtime=197.22
/proc/8013/stat : 8013 (minisat) R 7990 7990 5322 0 -1 4194304 31321 0 0 0 19698 24 0 0 25 0 1 0 2007713391 130039808 31302 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/8013/statm: 31748 31302 57 152 0 31593 0
Current children cumulated CPU time (s) 220.12
Current children cumulated vsize (KiB) 174556

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 8013
/proc/meminfo: memFree=1566824/2055920 swapFree=4180448/4192956
[pid=7990] ppid=7988 vsize=47564 CPUtime=22.9
/proc/7990/stat : 7990 (galacM.sh) S 7988 7990 5322 0 -1 4194304 799 29728 0 1 0 0 2263 27 17 0 1 0 2007711072 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 237787867994 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7990/statm: 11891 364 245 79 0 219 0
[pid=8013] ppid=7990 vsize=138180 CPUtime=256.67
/proc/8013/stat : 8013 (minisat) R 7990 7990 5322 0 -1 4194304 34066 0 0 0 25641 26 0 0 25 0 1 0 2007713391 141496320 34047 996147200 134512640 135136200 4294955968 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/8013/statm: 34545 34047 57 152 0 34390 0
Current children cumulated CPU time (s) 279.57
Current children cumulated vsize (KiB) 185744

[startup+342.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 8013
/proc/meminfo: memFree=1557608/2055920 swapFree=4180448/4192956
[pid=7990] ppid=7988 vsize=47564 CPUtime=22.9
/proc/7990/stat : 7990 (galacM.sh) S 7988 7990 5322 0 -1 4194304 799 29728 0 1 0 0 2263 27 17 0 1 0 2007711072 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 237787867994 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7990/statm: 11891 364 245 79 0 219 0
[pid=8013] ppid=7990 vsize=147744 CPUtime=316.1
/proc/8013/stat : 8013 (minisat) R 7990 7990 5322 0 -1 4194304 36352 0 0 0 31581 29 0 0 25 0 1 0 2007713391 151289856 36333 996147200 134512640 135136200 4294955968 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/8013/statm: 36936 36333 57 152 0 36781 0
Current children cumulated CPU time (s) 339
Current children cumulated vsize (KiB) 195308

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

[startup+358.301 s]
/proc/loadavg: 2.07 2.02 2.00 3/83 8013
/proc/meminfo: memFree=1554728/2055920 swapFree=4180448/4192956
[pid=7990] ppid=7988 vsize=47564 CPUtime=22.9
/proc/7990/stat : 7990 (galacM.sh) S 7988 7990 5322 0 -1 4194304 799 29728 0 1 0 0 2263 27 17 0 1 0 2007711072 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 237787867994 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7990/statm: 11891 364 245 79 0 219 0
[pid=8013] ppid=7990 vsize=150960 CPUtime=331.95
/proc/8013/stat : 8013 (minisat) R 7990 7990 5322 0 -1 4194304 37094 0 0 0 33166 29 0 0 25 0 1 0 2007713391 154583040 37075 996147200 134512640 135136200 4294955968 18446744073709551615 134529373 0 0 4096 3 0 0 0 17 1 0 0
/proc/8013/statm: 37740 37075 57 152 0 37585 0
Current children cumulated CPU time (s) 354.85
Current children cumulated vsize (KiB) 198524

[startup+371.102 s]
/proc/loadavg: 2.06 2.01 2.00 3/74 8043
/proc/meminfo: memFree=1562352/2055920 swapFree=4180448/4192956
[pid=7990] ppid=7988 vsize=47564 CPUtime=22.9
/proc/7990/stat : 7990 (galacM.sh) S 7988 7990 5322 0 -1 4194304 799 29728 0 1 0 0 2263 27 17 0 1 0 2007711072 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 237787867994 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7990/statm: 11891 364 245 79 0 219 0
[pid=8013] ppid=7990 vsize=153348 CPUtime=344.65
/proc/8013/stat : 8013 (minisat) R 7990 7990 5322 0 -1 4194304 37642 0 0 0 34435 30 0 0 25 0 1 0 2007713391 157028352 37623 996147200 134512640 135136200 4294955968 18446744073709551615 134529701 0 0 4096 3 0 0 0 17 0 0 0
/proc/8013/statm: 38337 37623 57 152 0 38182 0
Current children cumulated CPU time (s) 367.55
Current children cumulated vsize (KiB) 200912

[startup+377.501 s]
/proc/loadavg: 2.05 2.01 2.00 3/74 8043
/proc/meminfo: memFree=1561456/2055920 swapFree=4180448/4192956
[pid=7990] ppid=7988 vsize=47564 CPUtime=22.9
/proc/7990/stat : 7990 (galacM.sh) S 7988 7990 5322 0 -1 4194304 799 29728 0 1 0 0 2263 27 17 0 1 0 2007711072 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 237787867994 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7990/statm: 11891 364 245 79 0 219 0
[pid=8013] ppid=7990 vsize=154468 CPUtime=351.04
/proc/8013/stat : 8013 (minisat) R 7990 7990 5322 0 -1 4194304 37873 0 0 0 35074 30 0 0 25 0 1 0 2007713391 158175232 37854 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 0 0 0
/proc/8013/statm: 38617 37854 57 152 0 38462 0
Current children cumulated CPU time (s) 373.94
Current children cumulated vsize (KiB) 202032

[startup+379.101 s]
/proc/loadavg: 2.05 2.01 2.00 3/74 8043
/proc/meminfo: memFree=1561200/2055920 swapFree=4180448/4192956
[pid=7990] ppid=7988 vsize=47564 CPUtime=22.9
/proc/7990/stat : 7990 (galacM.sh) S 7988 7990 5322 0 -1 4194304 799 29728 0 1 0 0 2263 27 17 0 1 0 2007711072 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 237787867994 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7990/statm: 11891 364 245 79 0 219 0
[pid=8013] ppid=7990 vsize=154600 CPUtime=352.64
/proc/8013/stat : 8013 (minisat) R 7990 7990 5322 0 -1 4194304 37915 0 0 0 35234 30 0 0 25 0 1 0 2007713391 158310400 37896 996147200 134512640 135136200 4294955968 18446744073709551615 134529518 0 0 4096 3 0 0 0 17 0 0 0
/proc/8013/statm: 38650 37896 57 152 0 38495 0
Current children cumulated CPU time (s) 375.54
Current children cumulated vsize (KiB) 202164

[startup+379.901 s]
/proc/loadavg: 2.05 2.01 2.00 3/74 8043
/proc/meminfo: memFree=1561200/2055920 swapFree=4180448/4192956
[pid=7990] ppid=7988 vsize=47564 CPUtime=22.9
/proc/7990/stat : 7990 (galacM.sh) S 7988 7990 5322 0 -1 4194304 799 29728 0 1 0 0 2263 27 17 0 1 0 2007711072 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 237787867994 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7990/statm: 11891 364 245 79 0 219 0
[pid=8013] ppid=7990 vsize=154600 CPUtime=353.44
/proc/8013/stat : 8013 (minisat) R 7990 7990 5322 0 -1 4194304 37925 0 0 0 35314 30 0 0 25 0 1 0 2007713391 158310400 37906 996147200 134512640 135136200 4294955968 18446744073709551615 134529504 0 0 4096 3 0 0 0 17 0 0 0
/proc/8013/statm: 38650 37906 57 152 0 38495 0
Current children cumulated CPU time (s) 376.34
Current children cumulated vsize (KiB) 202164

[startup+380.702 s]
/proc/loadavg: 2.05 2.01 2.00 3/74 8043
/proc/meminfo: memFree=1561072/2055920 swapFree=4180448/4192956
[pid=7990] ppid=7988 vsize=47564 CPUtime=22.9
/proc/7990/stat : 7990 (galacM.sh) S 7988 7990 5322 0 -1 4194304 799 29728 0 1 0 0 2263 27 17 0 1 0 2007711072 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 237787867994 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7990/statm: 11891 364 245 79 0 219 0
[pid=8013] ppid=7990 vsize=154736 CPUtime=354.24
/proc/8013/stat : 8013 (minisat) R 7990 7990 5322 0 -1 4194304 37947 0 0 0 35394 30 0 0 25 0 1 0 2007713391 158449664 37928 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 0 0 0
/proc/8013/statm: 38684 37928 57 152 0 38529 0
Current children cumulated CPU time (s) 377.14
Current children cumulated vsize (KiB) 202300

[startup+381.103 s]
/proc/loadavg: 2.05 2.01 2.00 3/74 8043
/proc/meminfo: memFree=1561072/2055920 swapFree=4180448/4192956
[pid=7990] ppid=7988 vsize=47564 CPUtime=22.9
/proc/7990/stat : 7990 (galacM.sh) S 7988 7990 5322 0 -1 4194304 799 29728 0 1 0 0 2263 27 17 0 1 0 2007711072 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 237787867994 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7990/statm: 11891 364 245 79 0 219 0
[pid=8013] ppid=7990 vsize=154736 CPUtime=354.64
/proc/8013/stat : 8013 (minisat) R 7990 7990 5322 0 -1 4194304 37947 0 0 0 35434 30 0 0 25 0 1 0 2007713391 158449664 37928 996147200 134512640 135136200 4294955968 18446744073709551615 134529518 0 0 4096 3 0 0 0 17 0 0 0
/proc/8013/statm: 38684 37928 57 152 0 38529 0
Current children cumulated CPU time (s) 377.54
Current children cumulated vsize (KiB) 202300

[startup+381.203 s]
/proc/loadavg: 2.05 2.01 2.00 3/74 8043
/proc/meminfo: memFree=1561072/2055920 swapFree=4180448/4192956
[pid=7990] ppid=7988 vsize=47564 CPUtime=22.9
/proc/7990/stat : 7990 (galacM.sh) S 7988 7990 5322 0 -1 4194304 799 29728 0 1 0 0 2263 27 17 0 1 0 2007711072 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 237787867994 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7990/statm: 11891 364 245 79 0 219 0
[pid=8013] ppid=7990 vsize=154736 CPUtime=354.74
/proc/8013/stat : 8013 (minisat) R 7990 7990 5322 0 -1 4194304 37947 0 0 0 35444 30 0 0 25 0 1 0 2007713391 158449664 37928 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 0 0 0
/proc/8013/statm: 38684 37928 57 152 0 38529 0
Current children cumulated CPU time (s) 377.64
Current children cumulated vsize (KiB) 202300

Child status: 0
Real time (s): 381.274
CPU time (s): 377.746
CPU user time (s): 377.127
CPU system time (s): 0.618905
CPU usage (%): 99.0745
Max. virtual memory (cumulated for all children) (KiB): 860116

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 377.127
system time used= 0.618905
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 68692
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= 1751
involuntary context switches= 9594

runsolver used 0.499924 second user time and 1.22681 second system time

The end

Launcher Data (download as text)

Begin job on node24 at 2008-07-05 21:49:25
IDJOB=1100564
IDBENCH=59930
IDSOLVER=350
FILE ID=node24/1100564-1215287365
PBS_JOBID= 7882237
Free space on /tmp= 66460 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= cf719d944bc7187c5c56d0abd8b67387
RANDOM SEED=437238849

node24.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.232
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.232
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:       1715992 kB
Buffers:         46624 kB
Cached:         217092 kB
SwapCached:       6856 kB
Active:         173464 kB
Inactive:       112856 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1715992 kB
SwapTotal:     4192956 kB
SwapFree:      4180448 kB
Dirty:            4852 kB
Writeback:           0 kB
Mapped:          38488 kB
Slab:            38604 kB
Committed_AS:  3665780 kB
PageTables:       1912 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= 66456 MiB
End job on node24 at 2008-07-05 21:55:46