Trace number 2076889

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+picosat? (MO) 9.62673 10.6178

General information on the benchmark

Namecsp/ogdHerald/
normalized-crossword-m1-ogd-23-06.xml
MD5SUM38ce1f78a52b6dcc9c7eb1a56ff846e4
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2.50262
Satisfiable
(Un)Satisfiability was proved
Number of variables460
Number of constraints2182
Maximum constraint arity18
Maximum domain size26
Number of constraints which are defined in extension156
Number of constraints which are defined in intension2026
Global constraints used (with number of constraints)

Solver Data

0.01/0.07	c 0	Sugar v1-14-6 + HOME/picosat
0.01/0.07	c 0	BEGIN Sun Jul 12 03:46:14 2009
0.01/0.07	c 0	PID 20027
0.01/0.07	c 0	HOST node91.alineos.net
0.01/0.07	c 0	CONVERTING HOME/instance-2076889-1247363174.xml TO HOME/temp.csp
0.01/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-2076889-1247363174.xml' 'HOME/temp.csp'
1.66/1.73	c 2	1 domains, 460 variables, 7 predicates, 7 relations, 2182 constraints
1.66/1.75	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.66/1.75	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'
1.70/1.82	c 2	Parsing HOME/temp.csp
3.62/3.72	c 4	parsed 2657 expressions
3.62/3.73	c 4	Heap : 35 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.62/3.73	c 4	Converting to clausal form CSP
3.62/3.75	c 4	converted 266 (10%) expressions
4.92/5.04	c 5	converted 532 (20%) expressions
9.10/9.22	c ERROR INTERRUPTED
1.70/10.61	s UNKNOWN
1.70/10.61	c 11	CPU 1.71 (0.05 0.01 1.54 0.11)
1.70/10.61	c 11	END Sun Jul 12 03:46:25 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-2076889-1247363174/watcher-2076889-1247363174 -o /tmp/evaluation-result-2076889-1247363174/solver-2076889-1247363174 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-2076889-1247363174.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: 2.22 2.23 2.16 4/84 20027
/proc/meminfo: memFree=1754352/2055920 swapFree=4192812/4192956
[pid=20027] ppid=20025 vsize=12268 CPUtime=0
/proc/20027/stat : 20027 (sugar) R 20025 20027 17060 0 -1 4194304 348 0 0 0 0 0 0 0 19 0 1 0 23382009 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 251610053630 0 0 4224 0 0 0 0 17 0 0 0
/proc/20027/statm: 3067 316 241 3 0 167 0

[startup+0.023431 s]
/proc/loadavg: 2.22 2.23 2.16 4/84 20027
/proc/meminfo: memFree=1754352/2055920 swapFree=4192812/4192956
[pid=20027] ppid=20025 vsize=12808 CPUtime=0.01
/proc/20027/stat : 20027 (sugar) R 20025 20027 17060 0 -1 4194304 564 0 0 0 1 0 0 0 19 0 1 0 23382009 13115392 532 996147200 4194304 4206940 548682068608 18446744073709551615 251600999137 0 0 4224 0 0 0 0 17 0 0 0
/proc/20027/statm: 3202 533 316 3 0 302 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12808

[startup+0.101447 s]
/proc/loadavg: 2.22 2.23 2.16 4/84 20027
/proc/meminfo: memFree=1754352/2055920 swapFree=4192812/4192956
[pid=20027] ppid=20025 vsize=16868 CPUtime=0.06
/proc/20027/stat : 20027 (sugar) S 20025 20027 17060 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 23382009 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20027/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301468 s]
/proc/loadavg: 2.22 2.23 2.16 4/84 20027
/proc/meminfo: memFree=1754352/2055920 swapFree=4192812/4192956
[pid=20027] ppid=20025 vsize=16868 CPUtime=0.06
/proc/20027/stat : 20027 (sugar) S 20025 20027 17060 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 23382009 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20027/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701514 s]
/proc/loadavg: 2.22 2.23 2.16 4/84 20027
/proc/meminfo: memFree=1754352/2055920 swapFree=4192812/4192956
[pid=20027] ppid=20025 vsize=16868 CPUtime=0.06
/proc/20027/stat : 20027 (sugar) S 20025 20027 17060 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 23382009 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20027/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.5026 s]
/proc/loadavg: 2.22 2.23 2.16 5/95 20039
/proc/meminfo: memFree=1715736/2055920 swapFree=4192812/4192956
[pid=20027] ppid=20025 vsize=16868 CPUtime=0.06
/proc/20027/stat : 20027 (sugar) S 20025 20027 17060 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 23382009 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20027/statm: 4217 1111 409 3 0 796 0
[pid=20030] ppid=20027 vsize=5356 CPUtime=0
/proc/20030/stat : 20030 (sh) S 20027 20027 17060 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23382017 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20030/statm: 1339 233 193 169 0 50 0
[pid=20031] ppid=20030 vsize=864804 CPUtime=1.4
/proc/20031/stat : 20031 (java) S 20030 20027 17060 0 -1 0 13695 0 1 0 133 7 0 0 18 0 9 0 23382017 885559296 12800 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20031/statm: 216201 12800 2556 9 0 210713 0
[pid=20031/tid=20032] ppid=20030 vsize=864804 CPUtime=0.97
/proc/20031/task/20032/stat : 20032 (java) R 20030 20027 17060 0 -1 64 6214 0 1 0 94 3 0 0 25 0 9 0 23382018 885559296 12800 996147200 134512640 134550932 4294955984 18446744073709551615 4126749116 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20031/tid=20033] ppid=20030 vsize=864804 CPUtime=0.27
/proc/20031/task/20033/stat : 20033 (java) S 20030 20027 17060 0 -1 64 6266 0 0 0 25 2 0 0 16 0 9 0 23382019 885559296 12800 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20031/tid=20034] ppid=20030 vsize=864804 CPUtime=0
/proc/20031/task/20034/stat : 20034 (java) S 20030 20027 17060 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23382020 885559296 12800 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20031/tid=20035] ppid=20030 vsize=864804 CPUtime=0
/proc/20031/task/20035/stat : 20035 (java) S 20030 20027 17060 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 23382020 885559296 12800 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20031/tid=20036] ppid=20030 vsize=864804 CPUtime=0
/proc/20031/task/20036/stat : 20036 (java) S 20030 20027 17060 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23382022 885559296 12800 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20031/tid=20037] ppid=20030 vsize=864804 CPUtime=0.12
/proc/20031/task/20037/stat : 20037 (java) S 20030 20027 17060 0 -1 64 513 0 0 0 12 0 0 0 16 0 9 0 23382022 885559296 12800 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20031/tid=20038] ppid=20030 vsize=864804 CPUtime=0
/proc/20031/task/20038/stat : 20038 (java) S 20030 20027 17060 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23382022 885559296 12800 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20031/tid=20039] ppid=20030 vsize=864804 CPUtime=0
/proc/20031/task/20039/stat : 20039 (java) S 20030 20027 17060 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23382022 885559296 12800 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 887028

[startup+3.10178 s]
/proc/loadavg: 2.22 2.23 2.16 5/95 20049
/proc/meminfo: memFree=1736920/2055920 swapFree=4192812/4192956
[pid=20027] ppid=20025 vsize=16868 CPUtime=1.7
/proc/20027/stat : 20027 (sugar) S 20025 20027 17060 0 -1 4194304 1309 16504 0 1 5 1 154 10 15 0 1 0 23382009 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20027/statm: 4217 1111 409 3 0 796 0
[pid=20040] ppid=20027 vsize=5356 CPUtime=0
/proc/20040/stat : 20040 (sh) S 20027 20027 17060 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23382185 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20040/statm: 1339 233 193 169 0 50 0
[pid=20041] ppid=20040 vsize=862292 CPUtime=1.33
/proc/20041/stat : 20041 (java) S 20040 20027 17060 0 -1 0 11093 0 1 0 128 5 0 0 20 0 9 0 23382185 882987008 9625 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20041/statm: 215573 9625 2158 9 0 210486 0
[pid=20041/tid=20042] ppid=20040 vsize=862292 CPUtime=0.77
/proc/20041/task/20042/stat : 20042 (java) R 20040 20027 17060 0 -1 64 2310 0 1 0 76 1 0 0 25 0 9 0 23382186 882987008 9625 996147200 134512640 134550932 4294955936 18446744073709551615 4126423699 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20041/tid=20043] ppid=20040 vsize=862292 CPUtime=0.51
/proc/20041/task/20043/stat : 20043 (java) S 20040 20027 17060 0 -1 64 7775 0 0 0 48 3 0 0 16 0 9 0 23382187 882987008 9625 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20041/tid=20044] ppid=20040 vsize=862292 CPUtime=0
/proc/20041/task/20044/stat : 20044 (java) S 20040 20027 17060 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 23382187 882987008 9625 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20041/tid=20045] ppid=20040 vsize=862292 CPUtime=0
/proc/20041/task/20045/stat : 20045 (java) S 20040 20027 17060 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 23382187 882987008 9625 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20041/tid=20046] ppid=20040 vsize=862292 CPUtime=0
/proc/20041/task/20046/stat : 20046 (java) S 20040 20027 17060 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23382189 882987008 9625 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20041/tid=20047] ppid=20040 vsize=862292 CPUtime=0.03
/proc/20041/task/20047/stat : 20047 (java) S 20040 20027 17060 0 -1 64 305 0 0 0 3 0 0 0 16 0 9 0 23382189 882987008 9625 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20041/tid=20048] ppid=20040 vsize=862292 CPUtime=0
/proc/20041/task/20048/stat : 20048 (java) S 20040 20027 17060 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23382189 882987008 9625 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20041/tid=20049] ppid=20040 vsize=862292 CPUtime=0
/proc/20041/task/20049/stat : 20049 (java) S 20040 20027 17060 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23382189 882987008 9625 996147200 134512640 134550932 4294955936 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) 884516

[startup+6.30113 s]
/proc/loadavg: 2.28 2.25 2.17 4/95 20049
/proc/meminfo: memFree=1649432/2055920 swapFree=4192812/4192956
[pid=20027] ppid=20025 vsize=16868 CPUtime=1.7
/proc/20027/stat : 20027 (sugar) S 20025 20027 17060 0 -1 4194304 1309 16504 0 1 5 1 154 10 16 0 1 0 23382009 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20027/statm: 4217 1111 409 3 0 796 0
[pid=20040] ppid=20027 vsize=5356 CPUtime=0
/proc/20040/stat : 20040 (sh) S 20027 20027 17060 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23382185 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20040/statm: 1339 233 193 169 0 50 0
[pid=20041] ppid=20040 vsize=864912 CPUtime=4.52
/proc/20041/stat : 20041 (java) S 20040 20027 17060 0 -1 0 33665 0 1 0 434 18 0 0 20 0 9 0 23382185 885669888 31687 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20041/statm: 216228 31687 2566 9 0 210733 0
[pid=20041/tid=20042] ppid=20040 vsize=864912 CPUtime=2.13
/proc/20041/task/20042/stat : 20042 (java) R 20040 20027 17060 0 -1 64 3614 0 1 0 211 2 0 0 25 0 9 0 23382186 885669888 31687 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20041/tid=20043] ppid=20040 vsize=864912 CPUtime=2.29
/proc/20041/task/20043/stat : 20043 (java) R 20040 20027 17060 0 -1 64 29025 0 0 0 215 14 0 0 18 0 9 0 23382187 885669888 31687 996147200 134512640 134550932 4294955936 18446744073709551615 102768178 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20041/tid=20044] ppid=20040 vsize=864912 CPUtime=0
/proc/20041/task/20044/stat : 20044 (java) S 20040 20027 17060 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 23382187 885669888 31687 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20041/tid=20045] ppid=20040 vsize=864912 CPUtime=0
/proc/20041/task/20045/stat : 20045 (java) S 20040 20027 17060 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23382187 885669888 31687 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20041/tid=20046] ppid=20040 vsize=864912 CPUtime=0
/proc/20041/task/20046/stat : 20046 (java) S 20040 20027 17060 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23382189 885669888 31687 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20041/tid=20047] ppid=20040 vsize=864912 CPUtime=0.07
/proc/20041/task/20047/stat : 20047 (java) S 20040 20027 17060 0 -1 64 323 0 0 0 7 0 0 0 16 0 9 0 23382189 885669888 31687 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20041/tid=20048] ppid=20040 vsize=864912 CPUtime=0
/proc/20041/task/20048/stat : 20048 (java) S 20040 20027 17060 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23382189 885669888 31687 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20041/tid=20049] ppid=20040 vsize=864912 CPUtime=0
/proc/20041/task/20049/stat : 20049 (java) S 20040 20027 17060 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23382189 885669888 31687 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 887136



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+9.20245 s]
/proc/loadavg: 2.42 2.28 2.18 3/95 20049
/proc/meminfo: memFree=1512792/2055920 swapFree=4192812/4192956
[pid=20027] ppid=20025 vsize=16868 CPUtime=1.7
/proc/20027/stat : 20027 (sugar) S 20025 20027 17060 0 -1 4194304 1309 16504 0 1 5 1 154 10 16 0 1 0 23382009 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20027/statm: 4217 1111 409 3 0 796 0
[pid=20040] ppid=20027 vsize=5356 CPUtime=0
/proc/20040/stat : 20040 (sh) S 20027 20027 17060 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23382185 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20040/statm: 1339 233 193 169 0 50 0
[pid=20041] ppid=20040 vsize=909500 CPUtime=7.4
/proc/20041/stat : 20041 (java) S 20040 20027 17060 0 -1 0 67564 0 1 0 709 31 0 0 20 0 9 0 23382185 931328000 61576 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20041/statm: 227375 61582 2567 9 0 221880 0
[pid=20041/tid=20042] ppid=20040 vsize=909500 CPUtime=3.31
/proc/20041/task/20042/stat : 20042 (java) S 20040 20027 17060 0 -1 64 4381 0 1 0 329 2 0 0 25 0 9 0 23382186 931328000 61603 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20041/tid=20043] ppid=20040 vsize=909500 CPUtime=3.93
/proc/20041/task/20043/stat : 20043 (java) R 20040 20027 17060 0 -1 64 61107 0 0 0 366 27 0 0 19 0 9 0 23382187 931328000 61612 996147200 134512640 134550932 4294955936 18446744073709551615 101593092 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20041/tid=20044] ppid=20040 vsize=909500 CPUtime=0
/proc/20041/task/20044/stat : 20044 (java) S 20040 20027 17060 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 23382187 931328000 61620 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20041/tid=20045] ppid=20040 vsize=909500 CPUtime=0
/proc/20041/task/20045/stat : 20045 (java) S 20040 20027 17060 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23382187 931328000 61629 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20041/tid=20046] ppid=20040 vsize=909500 CPUtime=0
/proc/20041/task/20046/stat : 20046 (java) S 20040 20027 17060 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23382189 931328000 61637 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20041/tid=20047] ppid=20040 vsize=909500 CPUtime=0.13
/proc/20041/task/20047/stat : 20047 (java) S 20040 20027 17060 0 -1 64 1410 0 0 0 13 0 0 0 16 0 9 0 23382189 931328000 61645 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20041/tid=20048] ppid=20040 vsize=909500 CPUtime=0
/proc/20041/task/20048/stat : 20048 (java) S 20040 20027 17060 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23382189 931328000 61652 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20041/tid=20049] ppid=20040 vsize=909500 CPUtime=0
/proc/20041/task/20049/stat : 20049 (java) S 20040 20027 17060 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23382189 931328000 61661 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9.1
Current children cumulated vsize (KiB) 931724

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

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

[startup+9.70251 s]
/proc/loadavg: 2.42 2.28 2.18 3/95 20049
/proc/meminfo: memFree=1512792/2055920 swapFree=4192812/4192956
[pid=20027] ppid=20025 vsize=16868 CPUtime=1.7
/proc/20027/stat : 20027 (sugar) S 20025 20027 17060 0 -1 4194304 1323 16504 0 1 5 1 154 10 16 0 1 0 23382009 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/20027/statm: 4217 1112 409 3 0 796 0
[pid=20040] ppid=20027 vsize=0 CPUtime=0
/proc/20040/stat : 20040 (sh) Z 20027 20027 17060 0 -1 4195340 278 0 0 0 0 0 0 0 16 0 1 0 23382185 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/20040/statm: 0 0 0 0 0 0 0
[pid=20041] ppid=1 vsize=909496 CPUtime=7.89
/proc/20041/stat : 20041 (java) S 1 20027 17060 0 -1 0 72900 0 1 0 756 33 0 0 16 0 9 0 23382185 931323904 61789 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20041/statm: 227374 61789 2567 9 0 221879 0
[pid=20041/tid=20042] ppid=1 vsize=909496 CPUtime=3.31
/proc/20041/task/20042/stat : 20042 (java) S 1 20027 17060 0 -1 64 4381 0 1 0 329 2 0 0 25 0 9 0 23382186 931323904 61789 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20041/tid=20043] ppid=1 vsize=909496 CPUtime=4.42
/proc/20041/task/20043/stat : 20043 (java) R 1 20027 17060 0 -1 64 66406 0 0 0 413 29 0 0 24 0 9 0 23382187 931323904 61789 996147200 134512640 134550932 4294955936 18446744073709551615 103831000 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20041/tid=20044] ppid=1 vsize=909496 CPUtime=0
/proc/20041/task/20044/stat : 20044 (java) S 1 20027 17060 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 23382187 931323904 61789 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20041/tid=20045] ppid=1 vsize=909496 CPUtime=0
/proc/20041/task/20045/stat : 20045 (java) S 1 20027 17060 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23382187 931323904 61789 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20041/tid=20046] ppid=1 vsize=909496 CPUtime=0
/proc/20041/task/20046/stat : 20046 (java) S 1 20027 17060 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 23382189 931323904 61789 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20041/tid=20047] ppid=1 vsize=909496 CPUtime=0.13
/proc/20041/task/20047/stat : 20047 (java) S 1 20027 17060 0 -1 64 1410 0 0 0 13 0 0 0 16 0 9 0 23382189 931323904 61789 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20041/tid=20048] ppid=1 vsize=909496 CPUtime=0
/proc/20041/task/20048/stat : 20048 (java) S 1 20027 17060 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23382189 931323904 61789 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20041/tid=20049] ppid=1 vsize=909496 CPUtime=0
/proc/20041/task/20049/stat : 20049 (java) S 1 20027 17060 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23382189 931323904 61789 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9.59
Current children cumulated vsize (KiB) 926364

[startup+9.80253 s]
/proc/loadavg: 2.42 2.28 2.18 3/96 20050
/proc/meminfo: memFree=1508816/2055920 swapFree=4192812/4192956
[pid=20027] ppid=20025 vsize=16868 CPUtime=1.7
/proc/20027/stat : 20027 (sugar) S 20025 20027 17060 0 -1 4194304 1323 16504 0 1 5 1 154 10 16 0 1 0 23382009 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/20027/statm: 4217 1112 409 3 0 796 0
[pid=20040] ppid=20027 vsize=0 CPUtime=0
/proc/20040/stat : 20040 (sh) Z 20027 20027 17060 0 -1 4195340 278 0 0 0 0 0 0 0 16 0 1 0 23382185 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/20040/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.7
Current children cumulated vsize (KiB) 16868
#
############


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

[startup+9.40248 s]
/proc/loadavg: 2.42 2.28 2.18 3/95 20049
/proc/meminfo: memFree=1512792/2055920 swapFree=4192812/4192956
[pid=20027] ppid=20025 vsize=16868 CPUtime=1.7
/proc/20027/stat : 20027 (sugar) S 20025 20027 17060 0 -1 4194304 1323 16504 0 1 5 1 154 10 16 0 1 0 23382009 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/20027/statm: 4217 1112 409 3 0 796 0
[pid=20040] ppid=20027 vsize=0 CPUtime=0
/proc/20040/stat : 20040 (sh) Z 20027 20027 17060 0 -1 4195340 278 0 0 0 0 0 0 0 16 0 1 0 23382185 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/20040/statm: 0 0 0 0 0 0 0
[pid=20041] ppid=1 vsize=909496 CPUtime=7.59
/proc/20041/stat : 20041 (java) S 1 20027 17060 0 -1 0 72900 0 1 0 726 33 0 0 16 0 9 0 23382185 931323904 61789 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20041/statm: 227374 61789 2567 9 0 221879 0
[pid=20041/tid=20042] ppid=1 vsize=909496 CPUtime=3.31
/proc/20041/task/20042/stat : 20042 (java) S 1 20027 17060 0 -1 64 4381 0 1 0 329 2 0 0 25 0 9 0 23382186 931323904 61789 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20041/tid=20043] ppid=1 vsize=909496 CPUtime=4.12
/proc/20041/task/20043/stat : 20043 (java) R 1 20027 17060 0 -1 64 66406 0 0 0 383 29 0 0 21 0 9 0 23382187 931323904 61789 996147200 134512640 134550932 4294955936 18446744073709551615 101606635 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20041/tid=20044] ppid=1 vsize=909496 CPUtime=0
/proc/20041/task/20044/stat : 20044 (java) S 1 20027 17060 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 23382187 931323904 61789 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20041/tid=20045] ppid=1 vsize=909496 CPUtime=0
/proc/20041/task/20045/stat : 20045 (java) S 1 20027 17060 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23382187 931323904 61789 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20041/tid=20046] ppid=1 vsize=909496 CPUtime=0
/proc/20041/task/20046/stat : 20046 (java) S 1 20027 17060 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 23382189 931323904 61789 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20041/tid=20047] ppid=1 vsize=909496 CPUtime=0.13
/proc/20041/task/20047/stat : 20047 (java) S 1 20027 17060 0 -1 64 1410 0 0 0 13 0 0 0 16 0 9 0 23382189 931323904 61789 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20041/tid=20048] ppid=1 vsize=909496 CPUtime=0
/proc/20041/task/20048/stat : 20048 (java) S 1 20027 17060 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23382189 931323904 61789 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20041/tid=20049] ppid=1 vsize=909496 CPUtime=0
/proc/20041/task/20049/stat : 20049 (java) S 1 20027 17060 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23382189 931323904 61789 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9.29
Current children cumulated vsize (KiB) 926364

[startup+10.2016 s]
/proc/loadavg: 2.42 2.28 2.18 3/96 20050
/proc/meminfo: memFree=1508816/2055920 swapFree=4192812/4192956
[pid=20027] ppid=20025 vsize=16868 CPUtime=1.7
/proc/20027/stat : 20027 (sugar) S 20025 20027 17060 0 -1 4194304 1323 16504 0 1 5 1 154 10 16 0 1 0 23382009 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/20027/statm: 4217 1112 409 3 0 796 0
[pid=20040] ppid=20027 vsize=0 CPUtime=0
/proc/20040/stat : 20040 (sh) Z 20027 20027 17060 0 -1 4195340 278 0 0 0 0 0 0 0 16 0 1 0 23382185 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/20040/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.7
Current children cumulated vsize (KiB) 16868

[startup+10.6026 s]
/proc/loadavg: 2.42 2.28 2.18 3/96 20050
/proc/meminfo: memFree=1508816/2055920 swapFree=4192812/4192956
[pid=20027] ppid=20025 vsize=16868 CPUtime=1.7
/proc/20027/stat : 20027 (sugar) S 20025 20027 17060 0 -1 4194304 1323 16504 0 1 5 1 154 10 16 0 1 0 23382009 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/20027/statm: 4217 1112 409 3 0 796 0
[pid=20040] ppid=20027 vsize=0 CPUtime=0
/proc/20040/stat : 20040 (sh) Z 20027 20027 17060 0 -1 4195340 278 0 0 0 0 0 0 0 16 0 1 0 23382185 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/20040/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.7
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): 7.89
#  lost CPU user time (s): 7.56
#  lost CPU system time (s): 0.33

Real time (s): 10.6178
CPU time (s): 9.62673
CPU user time (s): 9.16775
CPU system time (s): 0.45898
CPU usage (%): 90.6663
Max. virtual memory (cumulated for all children) (KiB): 931724

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.60776
system time used= 0.12898
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18180
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= 1040
involuntary context switches= 977

runsolver used 0.013997 second user time and 0.047992 second system time

The end

Launcher Data

Begin job on node91 at 2009-07-12 03:46:14
IDJOB=2076889
IDBENCH=56520
IDSOLVER=738
FILE ID=node91/2076889-1247363174
PBS_JOBID= 9506970
Free space on /tmp= 66112 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/ogdHerald/normalized-crossword-m1-ogd-23-06.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2076889-1247363174/watcher-2076889-1247363174 -o /tmp/evaluation-result-2076889-1247363174/solver-2076889-1247363174 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/picosat" -tmp="HOME/temp" HOME/instance-2076889-1247363174.xml

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

MD5SUM BENCH= 38ce1f78a52b6dcc9c7eb1a56ff846e4
RANDOM SEED=1826680886

node91.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.241
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.241
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:       1754832 kB
Buffers:         23400 kB
Cached:          92064 kB
SwapCached:          0 kB
Active:         215876 kB
Inactive:        31632 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1754832 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            5156 kB
Writeback:           0 kB
Mapped:         147636 kB
Slab:            38596 kB
Committed_AS:   868196 kB
PageTables:       1948 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66108 MiB
End job on node91 at 2009-07-12 03:46:25