Trace number 1075248

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.13+minisat? (MO) 6.67 6.89836

General information on the benchmark

Namecsp/ogdHerald/
normalized-crossword-m1-ogd-15-02.xml
MD5SUM8345036d237c01352338a89cada9123b
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 benchmark0.91286
Satisfiable
(Un)Satisfiability was proved
Number of variables191
Number of constraints944
Maximum constraint arity30
Maximum domain size26
Number of constraints which are defined in extension80
Number of constraints which are defined in intension864
Global constraints used (with number of constraints)

Solver Data (download as text)

0.01/0.04	c 0	Sugar v1-13 + HOME/minisat
0.01/0.04	c 0	BEGIN Fri Jul  4 16:06:58 2008
0.01/0.04	c 0	PID 32152
0.01/0.04	c 0	HOST node83.alineos.net
0.01/0.04	c 0	CONVERTING HOME/instance-1075248-1215180418.xml TO HOME/temp.csp
0.01/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1075248-1215180418.xml' 'HOME/temp.csp'
1.36/1.49	c 2	1 domains, 191 variables, 8 predicates, 7 relations, 944 constraints
1.45/1.51	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.45/1.51	c 2	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.45/1.59	c 2	Parsing HOME/temp.csp
3.12/3.27	c 3	parsed 1151 expressions
3.12/3.27	c 3	Heap : 35 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.12/3.27	c 3	Converting to clausal form CSP
3.12/3.29	c 3	converted 116 (10%) expressions
3.60/3.72	c 4	converted 231 (20%) expressions
5.00/5.12	c 5	converted 346 (30%) expressions
6.38/6.53	c ERROR INTERRUPTED
6.67/6.89	s UNKNOWN
6.67/6.89	c 7	CPU 1.36 (0.03 0 1.33 0.11)
6.67/6.89	c 7	END Fri Jul  4 16:07:05 2008

Verifier Data (download as text)

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

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-1075248-1215180418/watcher-1075248-1215180418 -o /tmp/evaluation-result-1075248-1215180418/solver-1075248-1215180418 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1075248-1215180418.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.92 1.98 1.99 4/82 32152
/proc/meminfo: memFree=1818264/2055924 swapFree=4177292/4192956
[pid=32152] ppid=32150 vsize=12272 CPUtime=0
/proc/32152/stat : 32152 (sugar) R 32150 32152 29947 0 -1 4194304 359 0 0 0 0 0 0 0 18 0 1 0 673771379 12566528 327 996147200 4194304 4206940 548682068608 18446744073709551615 230275726334 0 0 4224 0 0 0 0 17 1 0 0
/proc/32152/statm: 3068 327 246 3 0 168 0

[startup+0.0240389 s]
/proc/loadavg: 1.92 1.98 1.99 4/82 32152
/proc/meminfo: memFree=1818264/2055924 swapFree=4177292/4192956
[pid=32152] ppid=32150 vsize=12940 CPUtime=0.01
/proc/32152/stat : 32152 (sugar) R 32150 32152 29947 0 -1 4194304 595 0 0 0 1 0 0 0 18 0 1 0 673771379 13250560 563 996147200 4194304 4206940 548682068608 18446744073709551615 230266705322 0 0 4224 0 0 0 0 17 1 0 0
/proc/32152/statm: 3235 563 316 3 0 335 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12940

[startup+0.102058 s]
/proc/loadavg: 1.92 1.98 1.99 4/82 32152
/proc/meminfo: memFree=1818264/2055924 swapFree=4177292/4192956
[pid=32152] ppid=32150 vsize=13600 CPUtime=0.03
/proc/32152/stat : 32152 (sugar) S 32150 32152 29947 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 673771379 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32152/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.302098 s]
/proc/loadavg: 1.92 1.98 1.99 4/82 32152
/proc/meminfo: memFree=1818264/2055924 swapFree=4177292/4192956
[pid=32152] ppid=32150 vsize=13600 CPUtime=0.03
/proc/32152/stat : 32152 (sugar) S 32150 32152 29947 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 673771379 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32152/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.702181 s]
/proc/loadavg: 1.92 1.98 1.99 4/82 32152
/proc/meminfo: memFree=1818264/2055924 swapFree=4177292/4192956
[pid=32152] ppid=32150 vsize=13600 CPUtime=0.03
/proc/32152/stat : 32152 (sugar) S 32150 32152 29947 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 673771379 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32152/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50132 s]
/proc/loadavg: 1.92 1.98 1.99 3/93 32164
/proc/meminfo: memFree=1774208/2055924 swapFree=4177292/4192956
[pid=32152] ppid=32150 vsize=13600 CPUtime=0.03
/proc/32152/stat : 32152 (sugar) S 32150 32152 29947 0 -1 4194304 918 127 0 0 3 0 0 0 16 0 1 0 673771379 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/32152/statm: 3400 796 370 3 0 500 0
[pid=32155] ppid=32152 vsize=5356 CPUtime=0
/proc/32155/stat : 32155 (sh) S 32152 32152 29947 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 673771383 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32155/statm: 1339 233 193 169 0 50 0
[pid=32156] ppid=32155 vsize=864612 CPUtime=1.42
/proc/32156/stat : 32156 (java) S 32155 32152 29947 0 -1 0 16665 0 1 0 133 9 0 0 19 0 9 0 673771384 885362688 15545 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32156/statm: 216153 15545 2528 9 0 210735 0
[pid=32156/tid=32157] ppid=32155 vsize=864612 CPUtime=0.91
/proc/32156/task/32157/stat : 32157 (java) S 32155 32152 29947 0 -1 64 9982 0 1 0 86 5 0 0 25 0 9 0 673771385 885362688 15545 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32156/tid=32158] ppid=32155 vsize=864612 CPUtime=0.34
/proc/32156/task/32158/stat : 32158 (java) S 32155 32152 29947 0 -1 64 5470 0 0 0 32 2 0 0 16 0 9 0 673771386 885362688 15545 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32156/tid=32159] ppid=32155 vsize=864612 CPUtime=0
/proc/32156/task/32159/stat : 32159 (java) S 32155 32152 29947 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 673771386 885362688 15545 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32156/tid=32160] ppid=32155 vsize=864612 CPUtime=0
/proc/32156/task/32160/stat : 32160 (java) S 32155 32152 29947 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 673771386 885362688 15545 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32156/tid=32161] ppid=32155 vsize=864612 CPUtime=0
/proc/32156/task/32161/stat : 32161 (java) S 32155 32152 29947 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 673771388 885362688 15545 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32156/tid=32162] ppid=32155 vsize=864612 CPUtime=0.13
/proc/32156/task/32162/stat : 32162 (java) S 32155 32152 29947 0 -1 64 514 0 0 0 13 0 0 0 16 0 9 0 673771388 885362688 15545 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32156/tid=32163] ppid=32155 vsize=864612 CPUtime=0
/proc/32156/task/32163/stat : 32163 (java) S 32155 32152 29947 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 673771388 885362688 15545 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32156/tid=32164] ppid=32155 vsize=864612 CPUtime=0
/proc/32156/task/32164/stat : 32164 (java) S 32155 32152 29947 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 673771388 885362688 15545 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 883568

[startup+3.10262 s]
/proc/loadavg: 1.92 1.98 1.99 3/93 32174
/proc/meminfo: memFree=1796792/2055924 swapFree=4177292/4192956
[pid=32152] ppid=32150 vsize=13600 CPUtime=1.46
/proc/32152/stat : 32152 (sugar) S 32150 32152 29947 0 -1 4194304 973 17082 0 1 3 0 133 10 15 0 1 0 673771379 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/32152/statm: 3400 797 370 3 0 500 0
[pid=32165] ppid=32152 vsize=5356 CPUtime=0
/proc/32165/stat : 32165 (sh) S 32152 32152 29947 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 673771530 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32165/statm: 1339 233 193 169 0 50 0
[pid=32166] ppid=32165 vsize=864080 CPUtime=1.56
/proc/32166/stat : 32166 (java) S 32165 32152 29947 0 -1 0 13517 0 1 0 150 6 0 0 20 0 9 0 673771531 884817920 11986 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32166/statm: 216020 11986 2532 9 0 210602 0
[pid=32166/tid=32167] ppid=32165 vsize=864080 CPUtime=0.88
/proc/32166/task/32167/stat : 32167 (java) R 32165 32152 29947 0 -1 64 2747 0 1 0 86 2 0 0 25 0 9 0 673771531 884817920 11986 996147200 134512640 134550740 4294955952 18446744073709551615 4126428713 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32166/tid=32168] ppid=32165 vsize=864080 CPUtime=0.6
/proc/32166/task/32168/stat : 32168 (java) S 32165 32152 29947 0 -1 64 9746 0 0 0 57 3 0 0 16 0 9 0 673771533 884817920 11986 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32166/tid=32169] ppid=32165 vsize=864080 CPUtime=0
/proc/32166/task/32169/stat : 32169 (java) S 32165 32152 29947 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 673771533 884817920 11986 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32166/tid=32170] ppid=32165 vsize=864080 CPUtime=0
/proc/32166/task/32170/stat : 32170 (java) S 32165 32152 29947 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 673771533 884817920 11986 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32166/tid=32171] ppid=32165 vsize=864080 CPUtime=0
/proc/32166/task/32171/stat : 32171 (java) S 32165 32152 29947 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 673771535 884817920 11986 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32166/tid=32172] ppid=32165 vsize=864080 CPUtime=0.05
/proc/32166/task/32172/stat : 32172 (java) S 32165 32152 29947 0 -1 64 328 0 0 0 5 0 0 0 16 0 9 0 673771535 884817920 11986 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32166/tid=32173] ppid=32165 vsize=864080 CPUtime=0
/proc/32166/task/32173/stat : 32173 (java) S 32165 32152 29947 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 673771535 884817920 11986 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32166/tid=32174] ppid=32165 vsize=864080 CPUtime=0
/proc/32166/task/32174/stat : 32174 (java) S 32165 32152 29947 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 673771535 884817920 11986 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 883036

[startup+6.30121 s]
/proc/loadavg: 2.01 2.00 2.00 4/93 32174
/proc/meminfo: memFree=1711288/2055924 swapFree=4177292/4192956
[pid=32152] ppid=32150 vsize=13600 CPUtime=1.46
/proc/32152/stat : 32152 (sugar) S 32150 32152 29947 0 -1 4194304 973 17082 0 1 3 0 133 10 16 0 1 0 673771379 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/32152/statm: 3400 797 370 3 0 500 0
[pid=32165] ppid=32152 vsize=5356 CPUtime=0
/proc/32165/stat : 32165 (sh) S 32152 32152 29947 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 673771530 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32165/statm: 1339 233 193 169 0 50 0
[pid=32166] ppid=32165 vsize=889408 CPUtime=4.72
/proc/32166/stat : 32166 (java) S 32165 32152 29947 0 -1 0 43155 0 1 0 454 18 0 0 20 0 9 0 673771531 910753792 38079 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32166/statm: 222352 38079 2540 9 0 216927 0
[pid=32166/tid=32167] ppid=32165 vsize=889408 CPUtime=2.15
/proc/32166/task/32167/stat : 32167 (java) R 32165 32152 29947 0 -1 64 3662 0 1 0 212 3 0 0 25 0 9 0 673771531 910753792 38079 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32166/tid=32168] ppid=32165 vsize=889408 CPUtime=2.39
/proc/32166/task/32168/stat : 32168 (java) R 32165 32152 29947 0 -1 64 37357 0 0 0 225 14 0 0 18 0 9 0 673771533 910753792 38079 996147200 134512640 134550740 4294955952 18446744073709551615 101574398 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32166/tid=32169] ppid=32165 vsize=889408 CPUtime=0
/proc/32166/task/32169/stat : 32169 (java) S 32165 32152 29947 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 673771533 910753792 38079 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32166/tid=32170] ppid=32165 vsize=889408 CPUtime=0
/proc/32166/task/32170/stat : 32170 (java) S 32165 32152 29947 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 673771533 910753792 38079 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32166/tid=32171] ppid=32165 vsize=889408 CPUtime=0
/proc/32166/task/32171/stat : 32171 (java) S 32165 32152 29947 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 673771535 910753792 38079 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32166/tid=32172] ppid=32165 vsize=889408 CPUtime=0.16
/proc/32166/task/32172/stat : 32172 (java) S 32165 32152 29947 0 -1 64 1440 0 0 0 16 0 0 0 16 0 9 0 673771535 910753792 38079 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32166/tid=32173] ppid=32165 vsize=889408 CPUtime=0
/proc/32166/task/32173/stat : 32173 (java) S 32165 32152 29947 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 673771535 910753792 38079 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32166/tid=32174] ppid=32165 vsize=889408 CPUtime=0
/proc/32166/task/32174/stat : 32174 (java) S 32165 32152 29947 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 673771535 910753792 38079 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 908364



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+6.50125 s]
/proc/loadavg: 2.01 2.00 2.00 3/93 32174
/proc/meminfo: memFree=1646456/2055924 swapFree=4177292/4192956
[pid=32152] ppid=32150 vsize=13600 CPUtime=1.46
/proc/32152/stat : 32152 (sugar) S 32150 32152 29947 0 -1 4194304 973 17082 0 1 3 0 133 10 16 0 1 0 673771379 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/32152/statm: 3400 797 370 3 0 500 0
[pid=32165] ppid=32152 vsize=5356 CPUtime=0
/proc/32165/stat : 32165 (sh) S 32152 32152 29947 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 673771530 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32165/statm: 1339 233 193 169 0 50 0
[pid=32166] ppid=32165 vsize=910384 CPUtime=4.92
/proc/32166/stat : 32166 (java) S 32165 32152 29947 0 -1 0 56618 0 1 0 469 23 0 0 20 0 9 0 673771531 932233216 43732 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32166/statm: 227596 43732 2540 9 0 222171 0
[pid=32166/tid=32167] ppid=32165 vsize=910384 CPUtime=2.15
/proc/32166/task/32167/stat : 32167 (java) S 32165 32152 29947 0 -1 64 3662 0 1 0 212 3 0 0 25 0 9 0 673771531 932233216 43732 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32166/tid=32168] ppid=32165 vsize=910384 CPUtime=2.59
/proc/32166/task/32168/stat : 32168 (java) R 32165 32152 29947 0 -1 64 50820 0 0 0 240 19 0 0 19 0 9 0 673771533 932233216 43732 996147200 134512640 134550740 4294955952 18446744073709551615 104181372 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32166/tid=32169] ppid=32165 vsize=910384 CPUtime=0
/proc/32166/task/32169/stat : 32169 (java) S 32165 32152 29947 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 673771533 932233216 43732 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32166/tid=32170] ppid=32165 vsize=910384 CPUtime=0
/proc/32166/task/32170/stat : 32170 (java) S 32165 32152 29947 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 673771533 932233216 43732 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32166/tid=32171] ppid=32165 vsize=910384 CPUtime=0
/proc/32166/task/32171/stat : 32171 (java) S 32165 32152 29947 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 673771535 932233216 43732 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32166/tid=32172] ppid=32165 vsize=910384 CPUtime=0.16
/proc/32166/task/32172/stat : 32172 (java) S 32165 32152 29947 0 -1 64 1440 0 0 0 16 0 0 0 16 0 9 0 673771535 932233216 43732 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32166/tid=32173] ppid=32165 vsize=910384 CPUtime=0
/proc/32166/task/32173/stat : 32173 (java) S 32165 32152 29947 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 673771535 932233216 43732 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32166/tid=32174] ppid=32165 vsize=910384 CPUtime=0
/proc/32166/task/32174/stat : 32174 (java) R 32165 32152 29947 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 673771535 932233216 43732 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.38
Current children cumulated vsize (KiB) 929340

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

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

[startup+6.63027 s]
/proc/loadavg: 2.01 2.00 2.00 3/93 32174
/proc/meminfo: memFree=1646456/2055924 swapFree=4177292/4192956
[pid=32152] ppid=32150 vsize=13600 CPUtime=1.46
/proc/32152/stat : 32152 (sugar) S 32150 32152 29947 0 -1 4194304 982 17082 0 1 3 0 133 10 16 0 1 0 673771379 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 16384 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/32152/statm: 3400 797 370 3 0 500 0
[pid=32165] ppid=32152 vsize=0 CPUtime=0
/proc/32165/stat : 32165 (sh) Z 32152 32152 29947 0 -1 4195340 278 0 0 0 0 0 0 0 16 0 1 0 673771530 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 0 0 0
/proc/32165/statm: 0 0 0 0 0 0 0
[pid=32166] ppid=1 vsize=910384 CPUtime=5.04
/proc/32166/stat : 32166 (java) S 1 32152 29947 0 -1 0 56618 0 1 0 481 23 0 0 16 0 9 0 673771531 932233216 43732 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32166/statm: 227596 43732 2540 9 0 222171 0
[pid=32166/tid=32167] ppid=1 vsize=910384 CPUtime=2.15
/proc/32166/task/32167/stat : 32167 (java) S 1 32152 29947 0 -1 64 3662 0 1 0 212 3 0 0 25 0 9 0 673771531 932233216 43732 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32166/tid=32168] ppid=1 vsize=910384 CPUtime=2.71
/proc/32166/task/32168/stat : 32168 (java) R 1 32152 29947 0 -1 64 50820 0 0 0 252 19 0 0 20 0 9 0 673771533 932233216 43732 996147200 134512640 134550740 4294955952 18446744073709551615 103736814 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32166/tid=32169] ppid=1 vsize=910384 CPUtime=0
/proc/32166/task/32169/stat : 32169 (java) S 1 32152 29947 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 673771533 932233216 43732 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32166/tid=32170] ppid=1 vsize=910384 CPUtime=0
/proc/32166/task/32170/stat : 32170 (java) S 1 32152 29947 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 673771533 932233216 43732 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32166/tid=32171] ppid=1 vsize=910384 CPUtime=0
/proc/32166/task/32171/stat : 32171 (java) S 1 32152 29947 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 673771535 932233216 43732 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32166/tid=32172] ppid=1 vsize=910384 CPUtime=0.16
/proc/32166/task/32172/stat : 32172 (java) S 1 32152 29947 0 -1 64 1440 0 0 0 16 0 0 0 16 0 9 0 673771535 932233216 43732 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32166/tid=32173] ppid=1 vsize=910384 CPUtime=0
/proc/32166/task/32173/stat : 32173 (java) S 1 32152 29947 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 673771535 932233216 43732 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32166/tid=32174] ppid=1 vsize=910384 CPUtime=0
/proc/32166/task/32174/stat : 32174 (java) S 1 32152 29947 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 673771535 932233216 43732 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.5
Current children cumulated vsize (KiB) 923984

[startup+6.80131 s]
/proc/loadavg: 2.01 2.00 2.00 3/93 32174
/proc/meminfo: memFree=1646456/2055924 swapFree=4177292/4192956
[pid=32152] ppid=32150 vsize=13600 CPUtime=1.46
/proc/32152/stat : 32152 (sugar) S 32150 32152 29947 0 -1 4194304 982 17082 0 1 3 0 133 10 16 0 1 0 673771379 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 16384 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/32152/statm: 3400 797 370 3 0 500 0
[pid=32165] ppid=32152 vsize=0 CPUtime=0
/proc/32165/stat : 32165 (sh) Z 32152 32152 29947 0 -1 4195340 278 0 0 0 0 0 0 0 16 0 1 0 673771530 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 0 0 0
/proc/32165/statm: 0 0 0 0 0 0 0
[pid=32166] ppid=1 vsize=910384 CPUtime=5.21
/proc/32166/stat : 32166 (java) S 1 32152 29947 0 -1 0 56618 0 1 0 498 23 0 0 16 0 9 0 673771531 932233216 43732 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32166/statm: 227596 43732 2540 9 0 222171 0
[pid=32166/tid=32167] ppid=1 vsize=910384 CPUtime=2.15
/proc/32166/task/32167/stat : 32167 (java) S 1 32152 29947 0 -1 64 3662 0 1 0 212 3 0 0 25 0 9 0 673771531 932233216 43732 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32166/tid=32168] ppid=1 vsize=910384 CPUtime=2.87
/proc/32166/task/32168/stat : 32168 (java) R 1 32152 29947 0 -1 64 50820 0 0 0 268 19 0 0 22 0 9 0 673771533 932233216 43732 996147200 134512640 134550740 4294955952 18446744073709551615 103736945 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32166/tid=32169] ppid=1 vsize=910384 CPUtime=0
/proc/32166/task/32169/stat : 32169 (java) S 1 32152 29947 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 673771533 932233216 43732 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32166/tid=32170] ppid=1 vsize=910384 CPUtime=0
/proc/32166/task/32170/stat : 32170 (java) S 1 32152 29947 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 673771533 932233216 43732 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32166/tid=32171] ppid=1 vsize=910384 CPUtime=0
/proc/32166/task/32171/stat : 32171 (java) S 1 32152 29947 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 673771535 932233216 43732 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32166/tid=32172] ppid=1 vsize=910384 CPUtime=0.16
/proc/32166/task/32172/stat : 32172 (java) S 1 32152 29947 0 -1 64 1440 0 0 0 16 0 0 0 16 0 9 0 673771535 932233216 43732 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32166/tid=32173] ppid=1 vsize=910384 CPUtime=0
/proc/32166/task/32173/stat : 32173 (java) S 1 32152 29947 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 673771535 932233216 43732 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32166/tid=32174] ppid=1 vsize=910384 CPUtime=0
/proc/32166/task/32174/stat : 32174 (java) S 1 32152 29947 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 673771535 932233216 43732 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.67
Current children cumulated vsize (KiB) 923984

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 32152 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=366792
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=120981
# CPU time returned by wait4() is 1.48777
# while last known CPU time is 6.67
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 6.89836
CPU time (s): 6.67
CPU user time (s): 6.34
CPU system time (s): 0.33
CPU usage (%): 96.6897
Max. virtual memory (cumulated for all children) (KiB): 929340

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.36679
system time used= 0.120981
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18387
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= 1048
involuntary context switches= 953

runsolver used 0.009998 second user time and 0.037994 second system time

The end

Launcher Data (download as text)

Begin job on node83 at 2008-07-04 16:06:58
IDJOB=1075248
IDBENCH=56494
IDSOLVER=346
FILE ID=node83/1075248-1215180418
PBS_JOBID= 7881534
Free space on /tmp= 66548 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/ogdHerald/normalized-crossword-m1-ogd-15-02.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1075248-1215180418/watcher-1075248-1215180418 -o /tmp/evaluation-result-1075248-1215180418/solver-1075248-1215180418 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1075248-1215180418.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 8345036d237c01352338a89cada9123b
RANDOM SEED=373559299

node83.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.263
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.263
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:      2055924 kB
MemFree:       1818680 kB
Buffers:         26984 kB
Cached:         119468 kB
SwapCached:       9336 kB
Active:         157956 kB
Inactive:        35948 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1818680 kB
SwapTotal:     4192956 kB
SwapFree:      4177292 kB
Dirty:            4620 kB
Writeback:           0 kB
Mapped:          59312 kB
Slab:            28492 kB
Committed_AS:  1825896 kB
PageTables:       1912 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66548 MiB
End job on node83 at 2008-07-04 16:07:07