Trace number 2088308

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
Sugar v1.14.6+minisat? (MO) 7.53567 7.65804

General information on the benchmark

Namecsp/rand-3-28-28-fcd/
normalized-rand-3-28-28-93-632-fcd-19_ext.xml
MD5SUMe48a60e43ff5c0b1de3e107831790171
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables28
Number of constraints93
Maximum constraint arity3
Maximum domain size28
Number of constraints which are defined in extension93
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.00/0.07	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.07	c 0	BEGIN Sun Jul 12 10:43:23 2009
0.00/0.07	c 0	PID 25263
0.00/0.07	c 0	HOST node47.alineos.net
0.00/0.07	c 0	CONVERTING HOME/instance-2088308-1247388202.xml TO HOME/temp.csp
0.00/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2088308-1247388202.xml' 'HOME/temp.csp'
2.13/2.12	c 2	1 domains, 28 variables, 0 predicates, 93 relations, 93 constraints
2.13/2.17	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
2.13/2.17	c 2	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
2.16/2.23	c 2	Parsing HOME/temp.csp
6.51/6.58	c 7	parsed 215 expressions
6.51/6.59	c 7	Heap : 83 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
6.51/6.59	c 7	Converting to clausal form CSP
6.61/6.61	c 7	converted 22 (10%) expressions
6.61/6.66	c 7	converted 43 (20%) expressions
6.71/6.71	c 7	converted 65 (30%) expressions
6.71/6.72	c 7	converted 86 (40%) expressions
6.71/6.78	c 7	converted 108 (50%) expressions
7.21/7.22	c ERROR INTERRUPTED
2.16/7.65	s UNKNOWN
2.16/7.65	c 8	CPU 2.16 (0.05 0.01 2.01 0.09)
2.16/7.65	c 8	END Sun Jul 12 10:43:31 2009

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2088308-1247388202/watcher-2088308-1247388202 -o /tmp/evaluation-result-2088308-1247388202/solver-2088308-1247388202 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-2088308-1247388202.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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.02 1.30 3/82 25263
/proc/meminfo: memFree=1358912/2055920 swapFree=4192812/4192956
[pid=25263] ppid=25261 vsize=12272 CPUtime=0
/proc/25263/stat : 25263 (sugar) R 25261 25263 24338 0 -1 4194304 359 0 0 0 0 0 0 0 18 0 1 0 25884018 12566528 327 996147200 4194304 4206940 548682068608 18446744073709551615 208717707877 0 0 4224 0 0 0 0 17 0 0 0
/proc/25263/statm: 3068 327 246 3 0 168 0

[startup+0.0936331 s]
/proc/loadavg: 1.00 1.02 1.30 3/82 25263
/proc/meminfo: memFree=1358912/2055920 swapFree=4192812/4192956
[pid=25263] ppid=25261 vsize=16868 CPUtime=0.06
/proc/25263/stat : 25263 (sugar) S 25261 25263 24338 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 25884018 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25263/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.101626 s]
/proc/loadavg: 1.00 1.02 1.30 3/82 25263
/proc/meminfo: memFree=1358912/2055920 swapFree=4192812/4192956
[pid=25263] ppid=25261 vsize=16868 CPUtime=0.06
/proc/25263/stat : 25263 (sugar) S 25261 25263 24338 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 25884018 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25263/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301653 s]
/proc/loadavg: 1.00 1.02 1.30 3/82 25263
/proc/meminfo: memFree=1358912/2055920 swapFree=4192812/4192956
[pid=25263] ppid=25261 vsize=16868 CPUtime=0.06
/proc/25263/stat : 25263 (sugar) S 25261 25263 24338 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 25884018 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25263/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701697 s]
/proc/loadavg: 1.00 1.02 1.30 3/82 25263
/proc/meminfo: memFree=1358912/2055920 swapFree=4192812/4192956
[pid=25263] ppid=25261 vsize=16868 CPUtime=0.06
/proc/25263/stat : 25263 (sugar) S 25261 25263 24338 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 25884018 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25263/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50179 s]
/proc/loadavg: 1.00 1.02 1.30 2/93 25275
/proc/meminfo: memFree=1322856/2055920 swapFree=4192812/4192956
[pid=25263] ppid=25261 vsize=16868 CPUtime=0.06
/proc/25263/stat : 25263 (sugar) S 25261 25263 24338 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 25884018 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25263/statm: 4217 1111 409 3 0 796 0
[pid=25266] ppid=25263 vsize=5356 CPUtime=0
/proc/25266/stat : 25266 (sh) S 25263 25263 24338 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25884026 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25266/statm: 1339 233 193 169 0 50 0
[pid=25267] ppid=25266 vsize=865032 CPUtime=1.46
/proc/25267/stat : 25267 (java) S 25266 25263 24338 0 -1 0 11823 0 1 0 139 7 0 0 18 0 9 0 25884026 885792768 10971 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25267/statm: 216258 10971 2553 9 0 210770 0
[pid=25267/tid=25268] ppid=25266 vsize=865032 CPUtime=1.18
/proc/25267/task/25268/stat : 25268 (java) R 25266 25263 24338 0 -1 64 3103 0 1 0 115 3 0 0 16 0 9 0 25884027 885792768 10971 996147200 134512640 134550932 4294955984 18446744073709551615 4126575003 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25267/tid=25269] ppid=25266 vsize=865032 CPUtime=0.2
/proc/25267/task/25269/stat : 25269 (java) S 25266 25263 24338 0 -1 64 7675 0 0 0 18 2 0 0 16 0 9 0 25884028 885792768 10971 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25267/tid=25270] ppid=25266 vsize=865032 CPUtime=0
/proc/25267/task/25270/stat : 25270 (java) S 25266 25263 24338 0 -1 64 15 0 0 0 0 0 0 0 15 0 9 0 25884028 885792768 10971 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25267/tid=25271] ppid=25266 vsize=865032 CPUtime=0
/proc/25267/task/25271/stat : 25271 (java) S 25266 25263 24338 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 25884028 885792768 10971 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25267/tid=25272] ppid=25266 vsize=865032 CPUtime=0
/proc/25267/task/25272/stat : 25272 (java) S 25266 25263 24338 0 -1 64 0 0 0 0 0 0 0 0 23 0 9 0 25884030 885792768 10971 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25267/tid=25273] ppid=25266 vsize=865032 CPUtime=0.05
/proc/25267/task/25273/stat : 25273 (java) S 25266 25263 24338 0 -1 64 342 0 0 0 5 0 0 0 16 0 9 0 25884030 885792768 10971 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25267/tid=25274] ppid=25266 vsize=865032 CPUtime=0
/proc/25267/task/25274/stat : 25274 (java) S 25266 25263 24338 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 25884030 885792768 10971 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25267/tid=25275] ppid=25266 vsize=865032 CPUtime=0
/proc/25267/task/25275/stat : 25275 (java) S 25266 25263 24338 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25884030 885792768 10971 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.52
Current children cumulated vsize (KiB) 887256

[startup+3.10196 s]
/proc/loadavg: 1.00 1.02 1.30 2/93 25275
/proc/meminfo: memFree=1308840/2055920 swapFree=4192812/4192956
[pid=25263] ppid=25261 vsize=16868 CPUtime=2.16
/proc/25263/stat : 25263 (sugar) S 25261 25263 24338 0 -1 4194304 1309 13753 0 1 5 1 201 9 16 0 1 0 25884018 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25263/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 2.16
Current children cumulated vsize (KiB) 16868
heavy processes:

[startup+6.3023 s]
/proc/loadavg: 1.00 1.02 1.30 2/93 25285
/proc/meminfo: memFree=1278632/2055920 swapFree=4192812/4192956
[pid=25263] ppid=25261 vsize=16868 CPUtime=2.16
/proc/25263/stat : 25263 (sugar) S 25261 25263 24338 0 -1 4194304 1309 13753 0 1 5 1 201 9 16 0 1 0 25884018 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25263/statm: 4217 1111 409 3 0 796 0
[pid=25276] ppid=25263 vsize=5356 CPUtime=0
/proc/25276/stat : 25276 (sh) S 25263 25263 24338 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25884235 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25276/statm: 1339 233 193 169 0 50 0
[pid=25277] ppid=25276 vsize=863260 CPUtime=4.15
/proc/25277/stat : 25277 (java) S 25276 25263 24338 0 -1 0 24820 0 1 0 404 11 0 0 20 0 9 0 25884236 883978240 23893 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25277/statm: 215815 23893 2158 9 0 210728 0
[pid=25277/tid=25278] ppid=25276 vsize=863260 CPUtime=2.54
/proc/25277/task/25278/stat : 25278 (java) R 25276 25263 24338 0 -1 64 3051 0 1 0 252 2 0 0 17 0 9 0 25884236 883978240 23893 996147200 134512640 134550932 4294955936 18446744073709551615 103298152 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25277/tid=25279] ppid=25276 vsize=863260 CPUtime=1.55
/proc/25277/task/25279/stat : 25279 (java) S 25276 25263 24338 0 -1 64 20743 0 0 0 147 8 0 0 16 0 9 0 25884238 883978240 23893 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25277/tid=25280] ppid=25276 vsize=863260 CPUtime=0
/proc/25277/task/25280/stat : 25280 (java) S 25276 25263 24338 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25884238 883978240 23893 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25277/tid=25281] ppid=25276 vsize=863260 CPUtime=0
/proc/25277/task/25281/stat : 25281 (java) S 25276 25263 24338 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 25884238 883978240 23893 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25277/tid=25282] ppid=25276 vsize=863260 CPUtime=0
/proc/25277/task/25282/stat : 25282 (java) S 25276 25263 24338 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 25884240 883978240 23893 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25277/tid=25283] ppid=25276 vsize=863260 CPUtime=0.04
/proc/25277/task/25283/stat : 25283 (java) S 25276 25263 24338 0 -1 64 323 0 0 0 4 0 0 0 15 0 9 0 25884240 883978240 23893 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25277/tid=25284] ppid=25276 vsize=863260 CPUtime=0
/proc/25277/task/25284/stat : 25284 (java) S 25276 25263 24338 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 25884240 883978240 23893 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25277/tid=25285] ppid=25276 vsize=863260 CPUtime=0
/proc/25277/task/25285/stat : 25285 (java) S 25276 25263 24338 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25884240 883978240 23893 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.31
Current children cumulated vsize (KiB) 885484



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+7.20241 s]
/proc/loadavg: 1.00 1.02 1.29 2/93 25285
/proc/meminfo: memFree=1186600/2055920 swapFree=4192812/4192956
[pid=25263] ppid=25261 vsize=16868 CPUtime=2.16
/proc/25263/stat : 25263 (sugar) S 25261 25263 24338 0 -1 4194304 1309 13753 0 1 5 1 201 9 15 0 1 0 25884018 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25263/statm: 4217 1111 409 3 0 796 0
[pid=25276] ppid=25263 vsize=5356 CPUtime=0
/proc/25276/stat : 25276 (sh) S 25263 25263 24338 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25884235 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25276/statm: 1339 233 193 169 0 50 0
[pid=25277] ppid=25276 vsize=916544 CPUtime=5.05
/proc/25277/stat : 25277 (java) S 25276 25263 24338 0 -1 0 51712 0 1 0 483 22 0 0 20 0 9 0 25884236 938541056 43154 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25277/statm: 229136 43162 2569 9 0 223641 0
[pid=25277/tid=25278] ppid=25276 vsize=916544 CPUtime=2.85
/proc/25277/task/25278/stat : 25278 (java) S 25276 25263 24338 0 -1 64 3620 0 1 0 283 2 0 0 17 0 9 0 25884236 938541056 43191 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25277/tid=25279] ppid=25276 vsize=916544 CPUtime=2.12
/proc/25277/task/25279/stat : 25279 (java) R 25276 25263 24338 0 -1 64 47105 0 0 0 194 18 0 0 19 0 9 0 25884238 938541056 43199 996147200 134512640 134550932 4294955936 18446744073709551615 102500676 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25277/tid=25280] ppid=25276 vsize=916544 CPUtime=0
/proc/25277/task/25280/stat : 25280 (java) S 25276 25263 24338 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25884238 938541056 43207 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25277/tid=25281] ppid=25276 vsize=916544 CPUtime=0
/proc/25277/task/25281/stat : 25281 (java) S 25276 25263 24338 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 25884238 938541056 43217 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25277/tid=25282] ppid=25276 vsize=916544 CPUtime=0
/proc/25277/task/25282/stat : 25282 (java) S 25276 25263 24338 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 25884240 938541056 43228 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25277/tid=25283] ppid=25276 vsize=916544 CPUtime=0.05
/proc/25277/task/25283/stat : 25283 (java) S 25276 25263 24338 0 -1 64 329 0 0 0 5 0 0 0 16 0 9 0 25884240 938541056 43239 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25277/tid=25284] ppid=25276 vsize=916544 CPUtime=0
/proc/25277/task/25284/stat : 25284 (java) S 25276 25263 24338 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 25884240 938541056 43247 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25277/tid=25285] ppid=25276 vsize=916544 CPUtime=0
/proc/25277/task/25285/stat : 25285 (java) S 25276 25263 24338 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25884240 938541056 43257 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.21
Current children cumulated vsize (KiB) 938768

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

############
# WARNING:
# current cumulated CPU time (2.16 s) is less than in the last sample (7.51 s)
# The time of a child was probably not reported to its father.
# (see the two samples below)
# Adding the difference (5.35 s) to the 'lost time'.

[startup+7.50243 s]
/proc/loadavg: 1.00 1.02 1.29 2/93 25285
/proc/meminfo: memFree=1186600/2055920 swapFree=4192812/4192956
[pid=25263] ppid=25261 vsize=16868 CPUtime=2.16
/proc/25263/stat : 25263 (sugar) S 25261 25263 24338 0 -1 4194304 1323 13753 0 1 5 1 201 9 15 0 1 0 25884018 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/25263/statm: 4217 1112 409 3 0 796 0
[pid=25276] ppid=25263 vsize=0 CPUtime=0
/proc/25276/stat : 25276 (sh) Z 25263 25263 24338 0 -1 4195340 278 0 0 0 0 0 0 0 16 0 1 0 25884235 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/25276/statm: 0 0 0 0 0 0 0
[pid=25277] ppid=1 vsize=906300 CPUtime=5.35
/proc/25277/stat : 25277 (java) S 1 25263 24338 0 -1 0 53244 0 1 0 512 23 0 0 16 0 9 0 25884236 928051200 42123 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25277/statm: 226575 42123 2568 9 0 221080 0
[pid=25277/tid=25278] ppid=1 vsize=906300 CPUtime=2.85
/proc/25277/task/25278/stat : 25278 (java) S 1 25263 24338 0 -1 64 3620 0 1 0 283 2 0 0 17 0 9 0 25884236 928051200 42123 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25277/tid=25279] ppid=1 vsize=906300 CPUtime=2.42
/proc/25277/task/25279/stat : 25279 (java) R 1 25263 24338 0 -1 64 48591 0 0 0 223 19 0 0 22 0 9 0 25884238 928051200 42123 996147200 134512640 134550932 4294955936 18446744073709551615 102768168 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25277/tid=25280] ppid=1 vsize=906300 CPUtime=0
/proc/25277/task/25280/stat : 25280 (java) S 1 25263 24338 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25884238 928051200 42123 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25277/tid=25281] ppid=1 vsize=906300 CPUtime=0
/proc/25277/task/25281/stat : 25281 (java) S 1 25263 24338 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 25884238 928051200 42123 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25277/tid=25282] ppid=1 vsize=906300 CPUtime=0
/proc/25277/task/25282/stat : 25282 (java) S 1 25263 24338 0 -1 64 2 0 0 0 0 0 0 0 16 0 9 0 25884240 928051200 42123 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25277/tid=25283] ppid=1 vsize=906300 CPUtime=0.05
/proc/25277/task/25283/stat : 25283 (java) S 1 25263 24338 0 -1 64 329 0 0 0 5 0 0 0 16 0 9 0 25884240 928051200 42123 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25277/tid=25284] ppid=1 vsize=906300 CPUtime=0
/proc/25277/task/25284/stat : 25284 (java) S 1 25263 24338 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 25884240 928051200 42123 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25277/tid=25285] ppid=1 vsize=906300 CPUtime=0
/proc/25277/task/25285/stat : 25285 (java) S 1 25263 24338 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25884240 928051200 42123 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.51
Current children cumulated vsize (KiB) 923168

[startup+7.60244 s]
/proc/loadavg: 1.00 1.02 1.29 2/94 25286
/proc/meminfo: memFree=1188704/2055920 swapFree=4192812/4192956
[pid=25263] ppid=25261 vsize=16868 CPUtime=2.16
/proc/25263/stat : 25263 (sugar) S 25261 25263 24338 0 -1 4194304 1323 13753 0 1 5 1 201 9 15 0 1 0 25884018 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/25263/statm: 4217 1112 409 3 0 796 0
[pid=25276] ppid=25263 vsize=0 CPUtime=0
/proc/25276/stat : 25276 (sh) Z 25263 25263 24338 0 -1 4195340 278 0 0 0 0 0 0 0 16 0 1 0 25884235 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/25276/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.16
Current children cumulated vsize (KiB) 16868
#
############


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

[startup+7.40242 s]
/proc/loadavg: 1.00 1.02 1.29 2/93 25285
/proc/meminfo: memFree=1186600/2055920 swapFree=4192812/4192956
[pid=25263] ppid=25261 vsize=16868 CPUtime=2.16
/proc/25263/stat : 25263 (sugar) S 25261 25263 24338 0 -1 4194304 1323 13753 0 1 5 1 201 9 15 0 1 0 25884018 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/25263/statm: 4217 1112 409 3 0 796 0
[pid=25276] ppid=25263 vsize=0 CPUtime=0
/proc/25276/stat : 25276 (sh) Z 25263 25263 24338 0 -1 4195340 278 0 0 0 0 0 0 0 16 0 1 0 25884235 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/25276/statm: 0 0 0 0 0 0 0
[pid=25277] ppid=1 vsize=906300 CPUtime=5.25
/proc/25277/stat : 25277 (java) S 1 25263 24338 0 -1 0 53244 0 1 0 502 23 0 0 16 0 9 0 25884236 928051200 42123 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25277/statm: 226575 42123 2568 9 0 221080 0
[pid=25277/tid=25278] ppid=1 vsize=906300 CPUtime=2.85
/proc/25277/task/25278/stat : 25278 (java) S 1 25263 24338 0 -1 64 3620 0 1 0 283 2 0 0 17 0 9 0 25884236 928051200 42123 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25277/tid=25279] ppid=1 vsize=906300 CPUtime=2.32
/proc/25277/task/25279/stat : 25279 (java) R 1 25263 24338 0 -1 64 48591 0 0 0 213 19 0 0 21 0 9 0 25884238 928051200 42123 996147200 134512640 134550932 4294955936 18446744073709551615 103732888 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25277/tid=25280] ppid=1 vsize=906300 CPUtime=0
/proc/25277/task/25280/stat : 25280 (java) S 1 25263 24338 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25884238 928051200 42123 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25277/tid=25281] ppid=1 vsize=906300 CPUtime=0
/proc/25277/task/25281/stat : 25281 (java) S 1 25263 24338 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 25884238 928051200 42123 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25277/tid=25282] ppid=1 vsize=906300 CPUtime=0
/proc/25277/task/25282/stat : 25282 (java) S 1 25263 24338 0 -1 64 2 0 0 0 0 0 0 0 16 0 9 0 25884240 928051200 42123 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25277/tid=25283] ppid=1 vsize=906300 CPUtime=0.05
/proc/25277/task/25283/stat : 25283 (java) S 1 25263 24338 0 -1 64 329 0 0 0 5 0 0 0 16 0 9 0 25884240 928051200 42123 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25277/tid=25284] ppid=1 vsize=906300 CPUtime=0
/proc/25277/task/25284/stat : 25284 (java) S 1 25263 24338 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 25884240 928051200 42123 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25277/tid=25285] ppid=1 vsize=906300 CPUtime=0
/proc/25277/task/25285/stat : 25285 (java) S 1 25263 24338 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25884240 928051200 42123 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.41
Current children cumulated vsize (KiB) 923168

[startup+7.60244 s]
/proc/loadavg: 1.00 1.02 1.29 2/94 25286
/proc/meminfo: memFree=1188704/2055920 swapFree=4192812/4192956
[pid=25263] ppid=25261 vsize=16868 CPUtime=2.16
/proc/25263/stat : 25263 (sugar) S 25261 25263 24338 0 -1 4194304 1323 13753 0 1 5 1 201 9 15 0 1 0 25884018 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/25263/statm: 4217 1112 409 3 0 796 0
[pid=25276] ppid=25263 vsize=0 CPUtime=0
/proc/25276/stat : 25276 (sh) Z 25263 25263 24338 0 -1 4195340 278 0 0 0 0 0 0 0 16 0 1 0 25884235 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/25276/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.16
Current children cumulated vsize (KiB) 16868

Child status: 0

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 5.35
#  lost CPU user time (s): 5.12
#  lost CPU system time (s): 0.23

Real time (s): 7.65804
CPU time (s): 7.53567
CPU user time (s): 7.19268
CPU system time (s): 0.342982
CPU usage (%): 98.402
Max. virtual memory (cumulated for all children) (KiB): 938768

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.07268
system time used= 0.112982
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15429
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= 817
involuntary context switches= 336

runsolver used 0.015997 second user time and 0.041993 second system time

The end

Launcher Data

Begin job on node47 at 2009-07-12 10:43:23
IDJOB=2088308
IDBENCH=58908
IDSOLVER=739
FILE ID=node47/2088308-1247388202
PBS_JOBID= 9507311
Free space on /tmp= 66396 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/rand-3-28-28-fcd/normalized-rand-3-28-28-93-632-fcd-19_ext.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2088308-1247388202/watcher-2088308-1247388202 -o /tmp/evaluation-result-2088308-1247388202/solver-2088308-1247388202 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-2088308-1247388202.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= e48a60e43ff5c0b1de3e107831790171
RANDOM SEED=665006535

node47.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	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1359464 kB
Buffers:         16960 kB
Cached:         170788 kB
SwapCached:          0 kB
Active:         593412 kB
Inactive:        50912 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1359464 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            7232 kB
Writeback:           0 kB
Mapped:         476976 kB
Slab:            36520 kB
Committed_AS:   648220 kB
PageTables:       2776 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= 66396 MiB
End job on node47 at 2009-07-12 10:43:32