Trace number 1073573

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 8.64668 8.77077

General information on the benchmark

Namecsp/modifiedRenault/
normalized-renault-mod-18_ext.xml
MD5SUMaf1046890e0f26f5ab2082fd22ca55b5
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.666898
Satisfiable
(Un)Satisfiability was proved
Number of variables111
Number of constraints149
Maximum constraint arity10
Maximum domain size42
Number of constraints which are defined in extension149
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.03	c --- Preproc Stats ---
2.83/2.93	c start processing
2.83/2.93	c start relation processing
6.00/6.17	c start cnf exporting
8.48/8.61	c parsing time : 2.807
8.48/8.61	c preprocessing time : 8.485
8.48/8.61	
8.48/8.61	c Nary constraints - conflicts : 10 supports : 97
8.48/8.61	c Binary constraints - conflicts : 22 supports :20
8.48/8.61	c max arity constraint : 10
8.48/8.61	c Max Tuples generated 0
8.48/8.61	c relations : 132
8.48/8.61	c relations BDD: 100
8.48/8.61	c sampling 0/0
8.48/8.61	c vars : 16912 - clauses :  63944
8.48/8.61	
8.48/8.65	 
8.48/8.65	c --- SAT Solver Stats ---
8.48/8.65	 
8.55/8.76	c restarts              : 3
8.55/8.76	c conflicts             : 404            (3885 /sec)
8.55/8.76	c decisions             : 738            (1.90 % random) (7097 /sec)
8.55/8.76	c propagations          : 224477         (2158765 /sec)
8.55/8.76	c conflict literals     : 8906           (39.85 % deleted)
8.55/8.76	c Memory used           : 5.48 MB
8.55/8.76	c CPU time              : 0.103984 s
8.55/8.76	
8.55/8.76	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-1073573-1215177363/watcher-1073573-1215177363 -o /tmp/evaluation-result-1073573-1215177363/solver-1073573-1215177363 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacM.sh HOME/instance-1073573-1215177363.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.02 2.03 2.00 4/81 20171
/proc/meminfo: memFree=1381352/2055920 swapFree=4180396/4192956
[pid=20171] ppid=20169 vsize=8652 CPUtime=0
/proc/20171/stat : 20171 (galacM.sh) S 20169 20171 19055 0 -1 4194304 346 0 0 0 0 0 0 0 16 0 1 0 1996709132 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 264840080218 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20171/statm: 2163 280 208 79 0 156 0
[pid=20172] ppid=20171 vsize=8688 CPUtime=0
/proc/20172/stat : 20172 (galacM.sh) S 20171 20171 19055 0 -1 4194368 36 0 0 0 0 0 0 0 17 0 1 0 1996709133 8896512 286 996147200 4194304 4520092 548682068832 18446744073709551615 264840642642 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/20172/statm: 2172 286 209 79 0 165 0
[pid=20173] ppid=20172 vsize=8728 CPUtime=0
/proc/20173/stat : 20173 (galacM.sh) R 20172 20171 19055 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 1 0 1996709133 8937472 290 996147200 4194304 4520092 548682068832 18446744073709551615 264840473895 0 0 3674112 73728 0 0 0 17 1 0 0
/proc/20173/statm: 2182 290 209 79 0 175 0

[startup+0.061225 s]
/proc/loadavg: 2.02 2.03 2.00 4/81 20171
/proc/meminfo: memFree=1381352/2055920 swapFree=4180396/4192956
[pid=20171] ppid=20169 vsize=47568 CPUtime=0.01
/proc/20171/stat : 20171 (galacM.sh) S 20169 20171 19055 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 1996709132 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 264840080218 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20171/statm: 11892 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+0.102293 s]
/proc/loadavg: 2.02 2.03 2.00 4/81 20171
/proc/meminfo: memFree=1381352/2055920 swapFree=4180396/4192956
[pid=20171] ppid=20169 vsize=47568 CPUtime=0.01
/proc/20171/stat : 20171 (galacM.sh) S 20169 20171 19055 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 1996709132 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 264840080218 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20171/statm: 11892 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+0.302313 s]
/proc/loadavg: 2.02 2.03 2.00 4/81 20171
/proc/meminfo: memFree=1381352/2055920 swapFree=4180396/4192956
[pid=20171] ppid=20169 vsize=47568 CPUtime=0.01
/proc/20171/stat : 20171 (galacM.sh) S 20169 20171 19055 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 1996709132 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 264840080218 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20171/statm: 11892 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+0.702356 s]
/proc/loadavg: 2.02 2.03 2.00 4/81 20171
/proc/meminfo: memFree=1381352/2055920 swapFree=4180396/4192956
[pid=20171] ppid=20169 vsize=47568 CPUtime=0.01
/proc/20171/stat : 20171 (galacM.sh) S 20169 20171 19055 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 1996709132 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 264840080218 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20171/statm: 11892 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+1.50245 s]
/proc/loadavg: 2.10 2.05 2.01 3/91 20193
/proc/meminfo: memFree=1327768/2055920 swapFree=4180396/4192956
[pid=20171] ppid=20169 vsize=47568 CPUtime=0.01
/proc/20171/stat : 20171 (galacM.sh) S 20169 20171 19055 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 1996709132 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 264840080218 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20171/statm: 11892 363 244 79 0 219 0
[pid=20185] ppid=20171 vsize=812788 CPUtime=1.44
/proc/20185/stat : 20185 (java) S 20171 20171 19055 0 -1 0 22429 0 1 0 132 12 0 0 18 0 9 0 1996709136 832294912 21849 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20185/statm: 203197 21849 1886 9 0 197178 0
[pid=20185/tid=20186] ppid=20171 vsize=812788 CPUtime=1.24
/proc/20185/task/20186/stat : 20186 (java) R 20171 20171 19055 0 -1 64 14499 0 1 0 117 7 0 0 25 0 9 0 1996709137 832294912 21849 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20185/tid=20187] ppid=20171 vsize=812788 CPUtime=0.05
/proc/20185/task/20187/stat : 20187 (java) R 20171 20171 19055 0 -1 64 6489 0 0 0 2 3 0 0 16 0 9 0 1996709138 832294912 21849 996147200 134512640 134550740 4294955600 18446744073709551615 102674877 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20185/tid=20188] ppid=20171 vsize=812788 CPUtime=0
/proc/20185/task/20188/stat : 20188 (java) S 20171 20171 19055 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 1996709138 832294912 21849 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20185/tid=20189] ppid=20171 vsize=812788 CPUtime=0
/proc/20185/task/20189/stat : 20189 (java) S 20171 20171 19055 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1996709138 832294912 21849 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20185/tid=20190] ppid=20171 vsize=812788 CPUtime=0
/proc/20185/task/20190/stat : 20190 (java) S 20171 20171 19055 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1996709140 832294912 21849 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20185/tid=20191] ppid=20171 vsize=812788 CPUtime=0.11
/proc/20185/task/20191/stat : 20191 (java) S 20171 20171 19055 0 -1 64 742 0 0 0 11 0 0 0 16 0 9 0 1996709140 832294912 21849 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20185/tid=20192] ppid=20171 vsize=812788 CPUtime=0
/proc/20185/task/20192/stat : 20192 (java) S 20171 20171 19055 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1996709140 832294912 21849 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20185/tid=20193] ppid=20171 vsize=812788 CPUtime=0
/proc/20185/task/20193/stat : 20193 (java) S 20171 20171 19055 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1996709140 832294912 21849 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) 860356

[startup+3.10161 s]
/proc/loadavg: 2.10 2.05 2.01 4/91 20193
/proc/meminfo: memFree=1257304/2055920 swapFree=4180396/4192956
[pid=20171] ppid=20169 vsize=47568 CPUtime=0.01
/proc/20171/stat : 20171 (galacM.sh) S 20169 20171 19055 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 1996709132 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 264840080218 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20171/statm: 11892 363 244 79 0 219 0
[pid=20185] ppid=20171 vsize=812788 CPUtime=3.03
/proc/20185/stat : 20185 (java) S 20171 20171 19055 0 -1 0 26952 0 1 0 289 14 0 0 18 0 9 0 1996709136 832294912 26368 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20185/statm: 203197 26368 1893 9 0 197178 0
[pid=20185/tid=20186] ppid=20171 vsize=812788 CPUtime=2.66
/proc/20185/task/20186/stat : 20186 (java) R 20171 20171 19055 0 -1 64 14523 0 1 0 259 7 0 0 25 0 9 0 1996709137 832294912 26368 996147200 134512640 134550740 4294955600 18446744073709551615 4126911072 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20185/tid=20187] ppid=20171 vsize=812788 CPUtime=0.14
/proc/20185/task/20187/stat : 20187 (java) S 20171 20171 19055 0 -1 64 10939 0 0 0 10 4 0 0 16 0 9 0 1996709138 832294912 26368 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20185/tid=20188] ppid=20171 vsize=812788 CPUtime=0
/proc/20185/task/20188/stat : 20188 (java) S 20171 20171 19055 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 1996709138 832294912 26368 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20185/tid=20189] ppid=20171 vsize=812788 CPUtime=0
/proc/20185/task/20189/stat : 20189 (java) S 20171 20171 19055 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1996709138 832294912 26368 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20185/tid=20190] ppid=20171 vsize=812788 CPUtime=0
/proc/20185/task/20190/stat : 20190 (java) S 20171 20171 19055 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1996709140 832294912 26368 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20185/tid=20191] ppid=20171 vsize=812788 CPUtime=0.18
/proc/20185/task/20191/stat : 20191 (java) S 20171 20171 19055 0 -1 64 791 0 0 0 18 0 0 0 16 0 9 0 1996709140 832294912 26368 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20185/tid=20192] ppid=20171 vsize=812788 CPUtime=0
/proc/20185/task/20192/stat : 20192 (java) S 20171 20171 19055 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1996709140 832294912 26368 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20185/tid=20193] ppid=20171 vsize=812788 CPUtime=0
/proc/20185/task/20193/stat : 20193 (java) S 20171 20171 19055 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1996709140 832294912 26368 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) 860356

[startup+6.30293 s]
/proc/loadavg: 2.10 2.05 2.01 3/91 20193
/proc/meminfo: memFree=1237208/2055920 swapFree=4180396/4192956
[pid=20171] ppid=20169 vsize=47568 CPUtime=0.01
/proc/20171/stat : 20171 (galacM.sh) S 20169 20171 19055 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 1996709132 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 264840080218 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20171/statm: 11892 363 244 79 0 219 0
[pid=20185] ppid=20171 vsize=812788 CPUtime=6.19
/proc/20185/stat : 20185 (java) S 20171 20171 19055 0 -1 0 27212 0 1 0 604 15 0 0 18 0 9 0 1996709136 832294912 26624 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20185/statm: 203197 26624 1913 9 0 197178 0
[pid=20185/tid=20186] ppid=20171 vsize=812788 CPUtime=5.75
/proc/20185/task/20186/stat : 20186 (java) R 20171 20171 19055 0 -1 64 14567 0 1 0 567 8 0 0 25 0 9 0 1996709137 832294912 26624 996147200 134512640 134550740 4294955600 18446744073709551615 4126651259 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20185/tid=20187] ppid=20171 vsize=812788 CPUtime=0.15
/proc/20185/task/20187/stat : 20187 (java) S 20171 20171 19055 0 -1 64 11119 0 0 0 11 4 0 0 16 0 9 0 1996709138 832294912 26624 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20185/tid=20188] ppid=20171 vsize=812788 CPUtime=0
/proc/20185/task/20188/stat : 20188 (java) S 20171 20171 19055 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 1996709138 832294912 26624 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20185/tid=20189] ppid=20171 vsize=812788 CPUtime=0
/proc/20185/task/20189/stat : 20189 (java) S 20171 20171 19055 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1996709138 832294912 26624 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20185/tid=20190] ppid=20171 vsize=812788 CPUtime=0
/proc/20185/task/20190/stat : 20190 (java) S 20171 20171 19055 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1996709140 832294912 26624 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20185/tid=20191] ppid=20171 vsize=812788 CPUtime=0.26
/proc/20185/task/20191/stat : 20191 (java) S 20171 20171 19055 0 -1 64 827 0 0 0 25 1 0 0 15 0 9 0 1996709140 832294912 26624 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20185/tid=20192] ppid=20171 vsize=812788 CPUtime=0
/proc/20185/task/20192/stat : 20192 (java) S 20171 20171 19055 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1996709140 832294912 26624 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20185/tid=20193] ppid=20171 vsize=812788 CPUtime=0
/proc/20185/task/20193/stat : 20193 (java) S 20171 20171 19055 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1996709140 832294912 26624 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) 860356

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

[startup+7.9021 s]
/proc/loadavg: 2.09 2.04 2.00 3/91 20193
/proc/meminfo: memFree=1227480/2055920 swapFree=4180396/4192956
[pid=20171] ppid=20169 vsize=47568 CPUtime=0.01
/proc/20171/stat : 20171 (galacM.sh) S 20169 20171 19055 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 1996709132 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 264840080218 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20171/statm: 11892 363 244 79 0 219 0
[pid=20185] ppid=20171 vsize=812788 CPUtime=7.77
/proc/20185/stat : 20185 (java) S 20171 20171 19055 0 -1 0 29469 0 1 0 761 16 0 0 18 0 9 0 1996709136 832294912 28877 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20185/statm: 203197 28877 1915 9 0 197178 0
[pid=20185/tid=20186] ppid=20171 vsize=812788 CPUtime=7.2
/proc/20185/task/20186/stat : 20186 (java) R 20171 20171 19055 0 -1 64 14573 0 1 0 712 8 0 0 25 0 9 0 1996709137 832294912 28877 996147200 134512640 134550740 4294955600 18446744073709551615 4126974736 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20185/tid=20187] ppid=20171 vsize=812788 CPUtime=0.26
/proc/20185/task/20187/stat : 20187 (java) S 20171 20171 19055 0 -1 64 13359 0 0 0 21 5 0 0 16 0 9 0 1996709138 832294912 28877 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20185/tid=20188] ppid=20171 vsize=812788 CPUtime=0
/proc/20185/task/20188/stat : 20188 (java) S 20171 20171 19055 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1996709138 832294912 28877 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20185/tid=20189] ppid=20171 vsize=812788 CPUtime=0
/proc/20185/task/20189/stat : 20189 (java) S 20171 20171 19055 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1996709138 832294912 28877 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20185/tid=20190] ppid=20171 vsize=812788 CPUtime=0
/proc/20185/task/20190/stat : 20190 (java) S 20171 20171 19055 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1996709140 832294912 28877 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20185/tid=20191] ppid=20171 vsize=812788 CPUtime=0.28
/proc/20185/task/20191/stat : 20191 (java) S 20171 20171 19055 0 -1 64 838 0 0 0 27 1 0 0 16 0 9 0 1996709140 832294912 28877 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20185/tid=20192] ppid=20171 vsize=812788 CPUtime=0
/proc/20185/task/20192/stat : 20192 (java) S 20171 20171 19055 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1996709140 832294912 28877 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20185/tid=20193] ppid=20171 vsize=812788 CPUtime=0
/proc/20185/task/20193/stat : 20193 (java) S 20171 20171 19055 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1996709140 832294912 28877 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.78
Current children cumulated vsize (KiB) 860356

[startup+8.30214 s]
/proc/loadavg: 2.09 2.04 2.00 3/91 20193
/proc/meminfo: memFree=1227480/2055920 swapFree=4180396/4192956
[pid=20171] ppid=20169 vsize=47568 CPUtime=0.01
/proc/20171/stat : 20171 (galacM.sh) S 20169 20171 19055 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 1996709132 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 264840080218 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20171/statm: 11892 363 244 79 0 219 0
[pid=20185] ppid=20171 vsize=812788 CPUtime=8.17
/proc/20185/stat : 20185 (java) S 20171 20171 19055 0 -1 0 29470 0 1 0 801 16 0 0 18 0 9 0 1996709136 832294912 28877 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20185/statm: 203197 28877 1915 9 0 197178 0
[pid=20185/tid=20186] ppid=20171 vsize=812788 CPUtime=7.6
/proc/20185/task/20186/stat : 20186 (java) R 20171 20171 19055 0 -1 64 14574 0 1 0 752 8 0 0 25 0 9 0 1996709137 832294912 28877 996147200 134512640 134550740 4294955600 18446744073709551615 4125952088 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20185/tid=20187] ppid=20171 vsize=812788 CPUtime=0.26
/proc/20185/task/20187/stat : 20187 (java) S 20171 20171 19055 0 -1 64 13359 0 0 0 21 5 0 0 16 0 9 0 1996709138 832294912 28877 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20185/tid=20188] ppid=20171 vsize=812788 CPUtime=0
/proc/20185/task/20188/stat : 20188 (java) S 20171 20171 19055 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1996709138 832294912 28877 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20185/tid=20189] ppid=20171 vsize=812788 CPUtime=0
/proc/20185/task/20189/stat : 20189 (java) S 20171 20171 19055 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1996709138 832294912 28877 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20185/tid=20190] ppid=20171 vsize=812788 CPUtime=0
/proc/20185/task/20190/stat : 20190 (java) S 20171 20171 19055 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1996709140 832294912 28877 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20185/tid=20191] ppid=20171 vsize=812788 CPUtime=0.28
/proc/20185/task/20191/stat : 20191 (java) S 20171 20171 19055 0 -1 64 838 0 0 0 27 1 0 0 16 0 9 0 1996709140 832294912 28877 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20185/tid=20192] ppid=20171 vsize=812788 CPUtime=0
/proc/20185/task/20192/stat : 20192 (java) S 20171 20171 19055 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1996709140 832294912 28877 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20185/tid=20193] ppid=20171 vsize=812788 CPUtime=0
/proc/20185/task/20193/stat : 20193 (java) S 20171 20171 19055 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1996709140 832294912 28877 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.18
Current children cumulated vsize (KiB) 860356

[startup+8.70219 s]
/proc/loadavg: 2.09 2.04 2.00 3/83 20194
/proc/meminfo: memFree=1330520/2055920 swapFree=4180396/4192956
[pid=20171] ppid=20169 vsize=47568 CPUtime=8.51
/proc/20171/stat : 20171 (galacM.sh) S 20169 20171 19055 0 -1 4194304 798 31180 0 1 0 0 832 19 17 0 1 0 1996709132 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 264840080218 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20171/statm: 11892 363 244 79 0 219 0
[pid=20194] ppid=20171 vsize=5476 CPUtime=0.04
/proc/20194/stat : 20194 (minisat) R 20171 20171 19055 0 -1 4194304 1230 0 0 0 4 0 0 0 19 0 1 0 1996709997 5607424 1211 996147200 134512640 135136200 4294955968 18446744073709551615 134527725 0 0 4096 3 0 0 0 17 1 0 0
/proc/20194/statm: 1369 1211 54 152 0 1214 0
Current children cumulated CPU time (s) 8.55
Current children cumulated vsize (KiB) 53044

Child status: 0
Real time (s): 8.77077
CPU time (s): 8.64668
CPU user time (s): 8.43372
CPU system time (s): 0.212967
CPU usage (%): 98.5852
Max. virtual memory (cumulated for all children) (KiB): 860356

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.43372
system time used= 0.212967
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33444
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= 986
involuntary context switches= 1150

runsolver used 0.017997 second user time and 0.033994 second system time

The end

Launcher Data (download as text)

Begin job on node44 at 2008-07-04 15:16:03
IDJOB=1073573
IDBENCH=56359
IDSOLVER=350
FILE ID=node44/1073573-1215177363
PBS_JOBID= 7881538
Free space on /tmp= 66536 MiB

SOLVER NAME= galac M
BENCH NAME= CPAI08/csp/modifiedRenault/normalized-renault-mod-18_ext.xml
COMMAND LINE= HOME/galacM.sh BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1073573-1215177363/watcher-1073573-1215177363 -o /tmp/evaluation-result-1073573-1215177363/solver-1073573-1215177363 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/galacM.sh HOME/instance-1073573-1215177363.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= af1046890e0f26f5ab2082fd22ca55b5
RANDOM SEED=777183974

node44.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.213
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.213
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:       1381832 kB
Buffers:         29316 kB
Cached:         119884 kB
SwapCached:       6316 kB
Active:         576692 kB
Inactive:        35176 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1381832 kB
SwapTotal:     4192956 kB
SwapFree:      4180396 kB
Dirty:            6136 kB
Writeback:           0 kB
Mapped:         479328 kB
Slab:            46384 kB
Committed_AS:  4248260 kB
PageTables:       2756 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= 66536 MiB
End job on node44 at 2008-07-04 15:16:12