Trace number 1100300

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 68.2786 68.559

General information on the benchmark

Namecsp/tightness0.9/
normalized-rand-2-40-180-84-900-79_ext.xml
MD5SUMb1d07b50d1eb15bf2e06a7b100ff956d
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2.75358
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints84
Maximum constraint arity2
Maximum domain size180
Number of constraints which are defined in extension84
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.03	c --- Preproc Stats ---
1.84/1.96	c start processing
1.84/1.96	c start relation processing
3.53/3.63	c start cnf exporting
21.07/21.38	c parsing time : 1.841
21.07/21.38	c preprocessing time : 21.261
21.07/21.38	
21.07/21.38	c Nary constraints - conflicts : 0 supports : 0
21.07/21.38	c Binary constraints - conflicts : 0 supports :84
21.07/21.38	c max arity constraint : 2
21.07/21.38	c Max Tuples generated 0
21.07/21.38	c relations : 84
21.07/21.38	c relations BDD: 0
21.07/21.38	c sampling 0/0
21.07/21.38	c vars : 7201 - clauses :  674680
21.07/21.38	
21.15/21.44	 
21.15/21.44	c --- SAT Solver Stats ---
21.15/21.44	 
68.19/68.53	c restarts              : 10
68.19/68.53	c conflicts             : 11246          (239 /sec)
68.19/68.53	c decisions             : 20085          (1.61 % random) (428 /sec)
68.19/68.53	c propagations          : 15286000       (325394 /sec)
68.19/68.53	c conflict literals     : 5869905        (22.29 % deleted)
68.19/68.53	c Memory used           : 59.11 MB
68.19/68.53	c CPU time              : 46.9769 s
68.19/68.53	
68.19/68.53	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-1100300-1215286876/watcher-1100300-1215286876 -o /tmp/evaluation-result-1100300-1215286876/solver-1100300-1215286876 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacM.sh HOME/instance-1100300-1215286876.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/82 21589
/proc/meminfo: memFree=1725608/2055920 swapFree=4180580/4192956
[pid=21589] ppid=21587 vsize=8652 CPUtime=0
/proc/21589/stat : 21589 (galacM.sh) S 21587 21589 17664 0 -1 4194304 346 0 0 0 0 0 0 0 16 0 1 0 651618070 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 234045500250 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21589/statm: 2163 280 208 79 0 156 0
[pid=21590] ppid=21589 vsize=8688 CPUtime=0
/proc/21590/stat : 21590 (galacM.sh) R 21589 21589 17664 0 -1 4194368 47 243 0 0 0 0 0 0 16 0 1 0 651618070 8896512 288 996147200 4194304 4520092 548682068832 18446744073709551615 234045893279 0 65536 4096 73728 0 0 0 17 1 0 0
/proc/21590/statm: 2172 288 210 79 0 165 0

[startup+0.078106 s]
/proc/loadavg: 2.00 2.00 2.00 4/82 21589
/proc/meminfo: memFree=1725608/2055920 swapFree=4180580/4192956
[pid=21589] ppid=21587 vsize=47572 CPUtime=0.01
/proc/21589/stat : 21589 (galacM.sh) S 21587 21589 17664 0 -1 4194304 764 1697 0 0 0 0 0 1 17 0 1 0 651618070 48713728 363 996147200 4194304 4520092 548682068832 18446744073709551615 234045500250 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/21589/statm: 11893 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47572

[startup+0.101143 s]
/proc/loadavg: 2.00 2.00 2.00 4/82 21589
/proc/meminfo: memFree=1725608/2055920 swapFree=4180580/4192956
[pid=21589] ppid=21587 vsize=47572 CPUtime=0.01
/proc/21589/stat : 21589 (galacM.sh) S 21587 21589 17664 0 -1 4194304 764 1697 0 0 0 0 0 1 17 0 1 0 651618070 48713728 363 996147200 4194304 4520092 548682068832 18446744073709551615 234045500250 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/21589/statm: 11893 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47572

[startup+0.301133 s]
/proc/loadavg: 2.00 2.00 2.00 4/82 21589
/proc/meminfo: memFree=1725608/2055920 swapFree=4180580/4192956
[pid=21589] ppid=21587 vsize=47572 CPUtime=0.01
/proc/21589/stat : 21589 (galacM.sh) S 21587 21589 17664 0 -1 4194304 764 1697 0 0 0 0 0 1 17 0 1 0 651618070 48713728 363 996147200 4194304 4520092 548682068832 18446744073709551615 234045500250 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/21589/statm: 11893 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47572

[startup+0.701179 s]
/proc/loadavg: 2.00 2.00 2.00 4/82 21589
/proc/meminfo: memFree=1725608/2055920 swapFree=4180580/4192956
[pid=21589] ppid=21587 vsize=47572 CPUtime=0.01
/proc/21589/stat : 21589 (galacM.sh) S 21587 21589 17664 0 -1 4194304 764 1697 0 0 0 0 0 1 17 0 1 0 651618070 48713728 363 996147200 4194304 4520092 548682068832 18446744073709551615 234045500250 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/21589/statm: 11893 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47572

[startup+1.50126 s]
/proc/loadavg: 2.00 2.00 2.00 3/92 21611
/proc/meminfo: memFree=1647064/2055920 swapFree=4180580/4192956
[pid=21589] ppid=21587 vsize=47572 CPUtime=0.01
/proc/21589/stat : 21589 (galacM.sh) S 21587 21589 17664 0 -1 4194304 764 1697 0 0 0 0 0 1 17 0 1 0 651618070 48713728 363 996147200 4194304 4520092 548682068832 18446744073709551615 234045500250 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/21589/statm: 11893 363 244 79 0 219 0
[pid=21603] ppid=21589 vsize=812628 CPUtime=1.45
/proc/21603/stat : 21603 (java) S 21589 21589 17664 0 -1 0 23108 0 1 0 134 11 0 0 18 0 9 0 651618073 832131072 22526 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21603/statm: 203157 22526 1886 9 0 197138 0
[pid=21603/tid=21604] ppid=21589 vsize=812628 CPUtime=1.2
/proc/21603/task/21604/stat : 21604 (java) R 21589 21589 17664 0 -1 64 14474 0 1 0 113 7 0 0 25 0 9 0 651618074 832131072 22526 996147200 134512640 134550740 4294955600 18446744073709551615 4126612821 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21603/tid=21605] ppid=21589 vsize=812628 CPUtime=0.09
/proc/21603/task/21605/stat : 21605 (java) S 21589 21589 17664 0 -1 64 7178 0 0 0 7 2 0 0 16 0 9 0 651618075 832131072 22526 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21603/tid=21606] ppid=21589 vsize=812628 CPUtime=0
/proc/21603/task/21606/stat : 21606 (java) S 21589 21589 17664 0 -1 64 11 0 0 0 0 0 0 0 22 0 9 0 651618075 832131072 22526 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21603/tid=21607] ppid=21589 vsize=812628 CPUtime=0
/proc/21603/task/21607/stat : 21607 (java) S 21589 21589 17664 0 -1 64 4 0 0 0 0 0 0 0 23 0 9 0 651618075 832131072 22526 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21603/tid=21608] ppid=21589 vsize=812628 CPUtime=0
/proc/21603/task/21608/stat : 21608 (java) S 21589 21589 17664 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 651618077 832131072 22526 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21603/tid=21609] ppid=21589 vsize=812628 CPUtime=0.12
/proc/21603/task/21609/stat : 21609 (java) S 21589 21589 17664 0 -1 64 757 0 0 0 12 0 0 0 16 0 9 0 651618078 832131072 22526 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21603/tid=21610] ppid=21589 vsize=812628 CPUtime=0
/proc/21603/task/21610/stat : 21610 (java) S 21589 21589 17664 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 651618078 832131072 22526 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21603/tid=21611] ppid=21589 vsize=812628 CPUtime=0
/proc/21603/task/21611/stat : 21611 (java) S 21589 21589 17664 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 651618078 832131072 22526 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 860200

[startup+3.10142 s]
/proc/loadavg: 2.00 2.00 2.00 3/92 21611
/proc/meminfo: memFree=1636568/2055920 swapFree=4180580/4192956
[pid=21589] ppid=21587 vsize=47572 CPUtime=0.01
/proc/21589/stat : 21589 (galacM.sh) S 21587 21589 17664 0 -1 4194304 764 1697 0 0 0 0 0 1 17 0 1 0 651618070 48713728 363 996147200 4194304 4520092 548682068832 18446744073709551615 234045500250 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/21589/statm: 11893 363 244 79 0 219 0
[pid=21603] ppid=21589 vsize=812628 CPUtime=3.02
/proc/21603/stat : 21603 (java) S 21589 21589 17664 0 -1 0 24412 0 1 0 291 11 0 0 18 0 9 0 651618073 832131072 23826 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21603/statm: 203157 23826 1889 9 0 197138 0
[pid=21603/tid=21604] ppid=21589 vsize=812628 CPUtime=2.71
/proc/21603/task/21604/stat : 21604 (java) R 21589 21589 17664 0 -1 64 14488 0 1 0 264 7 0 0 25 0 9 0 651618074 832131072 23826 996147200 134512640 134550740 4294955600 18446744073709551615 4126842886 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21603/tid=21605] ppid=21589 vsize=812628 CPUtime=0.15
/proc/21603/task/21605/stat : 21605 (java) S 21589 21589 17664 0 -1 64 8446 0 0 0 12 3 0 0 17 0 9 0 651618075 832131072 23826 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21603/tid=21606] ppid=21589 vsize=812628 CPUtime=0
/proc/21603/task/21606/stat : 21606 (java) S 21589 21589 17664 0 -1 64 11 0 0 0 0 0 0 0 22 0 9 0 651618075 832131072 23826 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21603/tid=21607] ppid=21589 vsize=812628 CPUtime=0
/proc/21603/task/21607/stat : 21607 (java) S 21589 21589 17664 0 -1 64 4 0 0 0 0 0 0 0 23 0 9 0 651618075 832131072 23826 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21603/tid=21608] ppid=21589 vsize=812628 CPUtime=0
/proc/21603/task/21608/stat : 21608 (java) S 21589 21589 17664 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 651618077 832131072 23826 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21603/tid=21609] ppid=21589 vsize=812628 CPUtime=0.14
/proc/21603/task/21609/stat : 21609 (java) S 21589 21589 17664 0 -1 64 779 0 0 0 14 0 0 0 16 0 9 0 651618078 832131072 23826 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21603/tid=21610] ppid=21589 vsize=812628 CPUtime=0
/proc/21603/task/21610/stat : 21610 (java) S 21589 21589 17664 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 651618078 832131072 23826 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21603/tid=21611] ppid=21589 vsize=812628 CPUtime=0
/proc/21603/task/21611/stat : 21611 (java) S 21589 21589 17664 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 651618078 832131072 23826 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 860200

[startup+6.30276 s]
/proc/loadavg: 2.00 2.00 2.00 3/92 21611
/proc/meminfo: memFree=1621216/2055920 swapFree=4180580/4192956
[pid=21589] ppid=21587 vsize=47572 CPUtime=0.01
/proc/21589/stat : 21589 (galacM.sh) S 21587 21589 17664 0 -1 4194304 764 1697 0 0 0 0 0 1 17 0 1 0 651618070 48713728 363 996147200 4194304 4520092 548682068832 18446744073709551615 234045500250 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/21589/statm: 11893 363 244 79 0 219 0
[pid=21603] ppid=21589 vsize=812760 CPUtime=6.2
/proc/21603/stat : 21603 (java) S 21589 21589 17664 0 -1 0 27973 0 1 0 606 14 0 0 18 0 9 0 651618073 832266240 27378 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21603/statm: 203190 27378 1911 9 0 197171 0
[pid=21603/tid=21604] ppid=21589 vsize=812760 CPUtime=5.69
/proc/21603/task/21604/stat : 21604 (java) R 21589 21589 17664 0 -1 64 14539 0 1 0 561 8 0 0 25 0 9 0 651618074 832266240 27378 996147200 134512640 134550740 4294955600 18446744073709551615 4126633286 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21603/tid=21605] ppid=21589 vsize=812760 CPUtime=0.29
/proc/21603/task/21605/stat : 21605 (java) S 21589 21589 17664 0 -1 64 11916 0 0 0 25 4 0 0 16 0 9 0 651618075 832266240 27378 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21603/tid=21606] ppid=21589 vsize=812760 CPUtime=0
/proc/21603/task/21606/stat : 21606 (java) S 21589 21589 17664 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 651618075 832266240 27378 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21603/tid=21607] ppid=21589 vsize=812760 CPUtime=0
/proc/21603/task/21607/stat : 21607 (java) S 21589 21589 17664 0 -1 64 4 0 0 0 0 0 0 0 23 0 9 0 651618075 832266240 27378 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21603/tid=21608] ppid=21589 vsize=812760 CPUtime=0
/proc/21603/task/21608/stat : 21608 (java) S 21589 21589 17664 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 651618077 832266240 27378 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21603/tid=21609] ppid=21589 vsize=812760 CPUtime=0.2
/proc/21603/task/21609/stat : 21609 (java) S 21589 21589 17664 0 -1 64 819 0 0 0 19 1 0 0 16 0 9 0 651618078 832266240 27378 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21603/tid=21610] ppid=21589 vsize=812760 CPUtime=0
/proc/21603/task/21610/stat : 21610 (java) S 21589 21589 17664 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 651618078 832266240 27378 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21603/tid=21611] ppid=21589 vsize=812760 CPUtime=0
/proc/21603/task/21611/stat : 21611 (java) S 21589 21589 17664 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 651618078 832266240 27378 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 860332

[startup+12.7024 s]
/proc/loadavg: 2.00 2.00 2.00 3/92 21611
/proc/meminfo: memFree=1615328/2055920 swapFree=4180580/4192956
[pid=21589] ppid=21587 vsize=47572 CPUtime=0.01
/proc/21589/stat : 21589 (galacM.sh) S 21587 21589 17664 0 -1 4194304 764 1697 0 0 0 0 0 1 17 0 1 0 651618070 48713728 363 996147200 4194304 4520092 548682068832 18446744073709551615 234045500250 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/21589/statm: 11893 363 244 79 0 219 0
[pid=21603] ppid=21589 vsize=812760 CPUtime=12.54
/proc/21603/stat : 21603 (java) S 21589 21589 17664 0 -1 0 27987 0 1 0 1236 18 0 0 18 0 9 0 651618073 832266240 27378 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21603/statm: 203190 27378 1911 9 0 197171 0
[pid=21603/tid=21604] ppid=21589 vsize=812760 CPUtime=12.01
/proc/21603/task/21604/stat : 21604 (java) R 21589 21589 17664 0 -1 64 14553 0 1 0 1190 11 0 0 25 0 9 0 651618074 832266240 27378 996147200 134512640 134550740 4294955600 18446744073709551615 4126926689 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21603/tid=21605] ppid=21589 vsize=812760 CPUtime=0.3
/proc/21603/task/21605/stat : 21605 (java) S 21589 21589 17664 0 -1 64 11916 0 0 0 26 4 0 0 16 0 9 0 651618075 832266240 27378 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21603/tid=21606] ppid=21589 vsize=812760 CPUtime=0
/proc/21603/task/21606/stat : 21606 (java) S 21589 21589 17664 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 651618075 832266240 27378 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21603/tid=21607] ppid=21589 vsize=812760 CPUtime=0
/proc/21603/task/21607/stat : 21607 (java) S 21589 21589 17664 0 -1 64 4 0 0 0 0 0 0 0 23 0 9 0 651618075 832266240 27378 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21603/tid=21608] ppid=21589 vsize=812760 CPUtime=0
/proc/21603/task/21608/stat : 21608 (java) S 21589 21589 17664 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 651618077 832266240 27378 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21603/tid=21609] ppid=21589 vsize=812760 CPUtime=0.2
/proc/21603/task/21609/stat : 21609 (java) S 21589 21589 17664 0 -1 64 819 0 0 0 19 1 0 0 16 0 9 0 651618078 832266240 27378 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21603/tid=21610] ppid=21589 vsize=812760 CPUtime=0
/proc/21603/task/21610/stat : 21610 (java) S 21589 21589 17664 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 651618078 832266240 27378 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21603/tid=21611] ppid=21589 vsize=812760 CPUtime=0
/proc/21603/task/21611/stat : 21611 (java) S 21589 21589 17664 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 651618078 832266240 27378 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 860332

[startup+25.5018 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 21612
/proc/meminfo: memFree=1678688/2055920 swapFree=4180580/4192956
[pid=21589] ppid=21587 vsize=47572 CPUtime=21.17
/proc/21589/stat : 21589 (galacM.sh) S 21587 21589 17664 0 -1 4194304 798 29724 0 1 0 0 2093 24 17 0 1 0 651618070 48713728 363 996147200 4194304 4520092 548682068832 18446744073709551615 234045500250 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/21589/statm: 11893 363 244 79 0 219 0
[pid=21612] ppid=21589 vsize=35412 CPUtime=4.04
/proc/21612/stat : 21612 (minisat) R 21589 21589 17664 0 -1 4194304 8717 0 0 0 400 4 0 0 25 0 1 0 651620214 36261888 8698 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/21612/statm: 8853 8698 57 152 0 8698 0
Current children cumulated CPU time (s) 25.21
Current children cumulated vsize (KiB) 82984

[startup+51.1015 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 21612
/proc/meminfo: memFree=1660320/2055920 swapFree=4180580/4192956
[pid=21589] ppid=21587 vsize=47572 CPUtime=21.17
/proc/21589/stat : 21589 (galacM.sh) S 21587 21589 17664 0 -1 4194304 798 29724 0 1 0 0 2093 24 17 0 1 0 651618070 48713728 363 996147200 4194304 4520092 548682068832 18446744073709551615 234045500250 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/21589/statm: 11893 363 244 79 0 219 0
[pid=21612] ppid=21589 vsize=53872 CPUtime=29.63
/proc/21612/stat : 21612 (minisat) R 21589 21589 17664 0 -1 4194304 13326 0 0 0 2955 8 0 0 25 0 1 0 651620214 55164928 13307 996147200 134512640 135136200 4294955968 18446744073709551615 134529504 0 0 4096 3 0 0 0 17 1 0 0
/proc/21612/statm: 13468 13307 57 152 0 13313 0
Current children cumulated CPU time (s) 50.8
Current children cumulated vsize (KiB) 101444

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

[startup+57.5012 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 21612
/proc/meminfo: memFree=1657696/2055920 swapFree=4180580/4192956
[pid=21589] ppid=21587 vsize=47572 CPUtime=21.17
/proc/21589/stat : 21589 (galacM.sh) S 21587 21589 17664 0 -1 4194304 798 29724 0 1 0 0 2093 24 17 0 1 0 651618070 48713728 363 996147200 4194304 4520092 548682068832 18446744073709551615 234045500250 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/21589/statm: 11893 363 244 79 0 219 0
[pid=21612] ppid=21589 vsize=56460 CPUtime=36.03
/proc/21612/stat : 21612 (minisat) R 21589 21589 17664 0 -1 4194304 13971 0 0 0 3594 9 0 0 25 0 1 0 651620214 57815040 13952 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/21612/statm: 14115 13952 57 152 0 13960 0
Current children cumulated CPU time (s) 57.2
Current children cumulated vsize (KiB) 104032

[startup+63.9019 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 21612
/proc/meminfo: memFree=1655328/2055920 swapFree=4180580/4192956
[pid=21589] ppid=21587 vsize=47572 CPUtime=21.17
/proc/21589/stat : 21589 (galacM.sh) S 21587 21589 17664 0 -1 4194304 798 29724 0 1 0 0 2093 24 17 0 1 0 651618070 48713728 363 996147200 4194304 4520092 548682068832 18446744073709551615 234045500250 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/21589/statm: 11893 363 244 79 0 219 0
[pid=21612] ppid=21589 vsize=58888 CPUtime=42.43
/proc/21612/stat : 21612 (minisat) R 21589 21589 17664 0 -1 4194304 14569 0 0 0 4234 9 0 0 25 0 1 0 651620214 60301312 14550 996147200 134512640 135136200 4294955968 18446744073709551615 134731743 0 0 4096 3 0 0 0 17 1 0 0
/proc/21612/statm: 14722 14550 57 152 0 14567 0
Current children cumulated CPU time (s) 63.6
Current children cumulated vsize (KiB) 106460

[startup+67.1062 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 21612
/proc/meminfo: memFree=1653728/2055920 swapFree=4180580/4192956
[pid=21589] ppid=21587 vsize=47572 CPUtime=21.17
/proc/21589/stat : 21589 (galacM.sh) S 21587 21589 17664 0 -1 4194304 798 29724 0 1 0 0 2093 24 17 0 1 0 651618070 48713728 363 996147200 4194304 4520092 548682068832 18446744073709551615 234045500250 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/21589/statm: 11893 363 244 79 0 219 0
[pid=21612] ppid=21589 vsize=60380 CPUtime=45.63
/proc/21612/stat : 21612 (minisat) R 21589 21589 17664 0 -1 4194304 14935 0 0 0 4554 9 0 0 25 0 1 0 651620214 61829120 14916 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/21612/statm: 15095 14916 57 152 0 14940 0
Current children cumulated CPU time (s) 66.8
Current children cumulated vsize (KiB) 107952

[startup+67.9013 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 21612
/proc/meminfo: memFree=1653728/2055920 swapFree=4180580/4192956
[pid=21589] ppid=21587 vsize=47572 CPUtime=21.17
/proc/21589/stat : 21589 (galacM.sh) S 21587 21589 17664 0 -1 4194304 798 29724 0 1 0 0 2093 24 17 0 1 0 651618070 48713728 363 996147200 4194304 4520092 548682068832 18446744073709551615 234045500250 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/21589/statm: 11893 363 244 79 0 219 0
[pid=21612] ppid=21589 vsize=60528 CPUtime=46.42
/proc/21612/stat : 21612 (minisat) R 21589 21589 17664 0 -1 4194304 14963 0 0 0 4633 9 0 0 25 0 1 0 651620214 61980672 14944 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/21612/statm: 15132 14944 57 152 0 14977 0
Current children cumulated CPU time (s) 67.59
Current children cumulated vsize (KiB) 108100

[startup+68.3013 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 21612
/proc/meminfo: memFree=1653536/2055920 swapFree=4180580/4192956
[pid=21589] ppid=21587 vsize=47572 CPUtime=21.17
/proc/21589/stat : 21589 (galacM.sh) S 21587 21589 17664 0 -1 4194304 798 29724 0 1 0 0 2093 24 17 0 1 0 651618070 48713728 363 996147200 4194304 4520092 548682068832 18446744073709551615 234045500250 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/21589/statm: 11893 363 244 79 0 219 0
[pid=21612] ppid=21589 vsize=60528 CPUtime=46.82
/proc/21612/stat : 21612 (minisat) R 21589 21589 17664 0 -1 4194304 14985 0 0 0 4673 9 0 0 25 0 1 0 651620214 61980672 14966 996147200 134512640 135136200 4294955968 18446744073709551615 134522262 0 0 4096 3 0 0 0 17 1 0 0
/proc/21612/statm: 15132 14966 57 152 0 14977 0
Current children cumulated CPU time (s) 67.99
Current children cumulated vsize (KiB) 108100

[startup+68.5013 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 21612
/proc/meminfo: memFree=1653536/2055920 swapFree=4180580/4192956
[pid=21589] ppid=21587 vsize=47572 CPUtime=21.17
/proc/21589/stat : 21589 (galacM.sh) S 21587 21589 17664 0 -1 4194304 798 29724 0 1 0 0 2093 24 17 0 1 0 651618070 48713728 363 996147200 4194304 4520092 548682068832 18446744073709551615 234045500250 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/21589/statm: 11893 363 244 79 0 219 0
[pid=21612] ppid=21589 vsize=60528 CPUtime=47.02
/proc/21612/stat : 21612 (minisat) R 21589 21589 17664 0 -1 4194304 14985 0 0 0 4693 9 0 0 25 0 1 0 651620214 61980672 14966 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/21612/statm: 15132 14966 57 152 0 14977 0
Current children cumulated CPU time (s) 68.19
Current children cumulated vsize (KiB) 108100

Child status: 0
Real time (s): 68.559
CPU time (s): 68.2786
CPU user time (s): 67.9117
CPU system time (s): 0.366944
CPU usage (%): 99.591
Max. virtual memory (cumulated for all children) (KiB): 860332

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 67.9117
system time used= 0.366944
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 45724
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= 1765
involuntary context switches= 2691

runsolver used 0.081987 second user time and 0.19597 second system time

The end

Launcher Data (download as text)

Begin job on node79 at 2008-07-05 21:41:17
IDJOB=1100300
IDBENCH=59894
IDSOLVER=350
FILE ID=node79/1100300-1215286876
PBS_JOBID= 7882283
Free space on /tmp= 66496 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= b1d07b50d1eb15bf2e06a7b100ff956d
RANDOM SEED=739084710

node79.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.218
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.218
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:       1726024 kB
Buffers:         57784 kB
Cached:         197916 kB
SwapCached:       6916 kB
Active:         178684 kB
Inactive:        99656 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1726024 kB
SwapTotal:     4192956 kB
SwapFree:      4180580 kB
Dirty:            4840 kB
Writeback:           0 kB
Mapped:          36720 kB
Slab:            36720 kB
Committed_AS:  1196452 kB
PageTables:       1848 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= 66492 MiB
End job on node79 at 2008-07-05 21:42:25