Trace number 1064000

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+picosat? (MO) 6.28077 7.04052

General information on the benchmark

Namecsp/ukHerald/
normalized-crossword-m1-uk-21-02.xml
MD5SUM5ac73b28ca9b0050b6bc76f1ad4eff58
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 benchmark1.21381
Satisfiable
(Un)Satisfiability was proved
Number of variables369
Number of constraints3033
Maximum constraint arity24
Maximum domain size26
Number of constraints which are defined in extension150
Number of constraints which are defined in intension2883
Global constraints used (with number of constraints)

Solver Data (download as text)

0.01/0.11	c 0	Sugar v1-13 + HOME/picosat
0.01/0.11	c 0	BEGIN Fri Jul  4 04:44:43 2008
0.01/0.11	c 0	PID 24218
0.01/0.12	c 0	HOST node87.alineos.net
0.01/0.12	c 0	CONVERTING HOME/instance-1064000-1215139482.xml TO HOME/temp.csp
0.01/0.12	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1064000-1215139482.xml' 'HOME/temp.csp'
1.39/1.55	c 1	1 domains, 369 variables, 8 predicates, 8 relations, 3033 constraints
1.39/1.58	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.39/1.58	c 1	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.46/1.66	c 1	Parsing HOME/temp.csp
3.25/3.45	c 3	parsed 3419 expressions
3.25/3.46	c 3	Heap : 36 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.25/3.46	c 3	Converting to clausal form CSP
3.25/3.48	c 3	converted 342 (10%) expressions
6.14/6.32	c ERROR INTERRUPTED
1.46/7.04	s UNKNOWN
1.46/7.04	c 7	CPU 1.36 (0.03 0.01 1.33 0.09)
1.46/7.04	c 7	END Fri Jul  4 04:44:50 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-1064000-1215139482/watcher-1064000-1215139482 -o /tmp/evaluation-result-1064000-1215139482/solver-1064000-1215139482 -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/picosat -tmp=HOME/temp HOME/instance-1064000-1215139482.xml 

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


[startup+0 s]
/proc/loadavg: 2.04 2.03 2.12 4/82 24218
/proc/meminfo: memFree=1806984/2055920 swapFree=4179032/4192956
[pid=24218] ppid=24216 vsize=3672 CPUtime=0
/proc/24218/stat : 24218 (sugar) R 24216 24218 23136 0 -1 4194304 50 0 0 0 0 0 0 0 20 0 1 0 626203934 3760128 35 996147200 4194304 4206940 548682068608 18446744073709551615 254611093548 0 0 4096 0 0 0 0 17 1 0 0
/proc/24218/statm: 918 35 26 3 0 6 0

[startup+0.0831529 s]
/proc/loadavg: 2.04 2.03 2.12 4/82 24218
/proc/meminfo: memFree=1806984/2055920 swapFree=4179032/4192956
[pid=24218] ppid=24216 vsize=12544 CPUtime=0
/proc/24218/stat : 24218 (sugar) R 24216 24218 23136 0 -1 4194304 518 0 0 0 0 0 0 0 18 0 1 0 626203934 12845056 486 996147200 4194304 4206940 548682068608 18446744073709551615 254633465012 0 0 4224 0 0 0 0 17 0 0 0
/proc/24218/statm: 3136 486 314 3 0 236 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12544

[startup+0.101151 s]
/proc/loadavg: 2.04 2.03 2.12 4/82 24218
/proc/meminfo: memFree=1806984/2055920 swapFree=4179032/4192956
[pid=24218] ppid=24216 vsize=12940 CPUtime=0.01
/proc/24218/stat : 24218 (sugar) R 24216 24218 23136 0 -1 4194304 593 0 0 0 1 0 0 0 18 0 1 0 626203934 13250560 561 996147200 4194304 4206940 548682068608 18446744073709551615 254633657232 0 0 4224 0 0 0 0 17 0 0 0
/proc/24218/statm: 3235 561 316 3 0 335 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12940

[startup+0.301178 s]
/proc/loadavg: 2.04 2.03 2.12 4/82 24218
/proc/meminfo: memFree=1806984/2055920 swapFree=4179032/4192956
[pid=24218] ppid=24216 vsize=13600 CPUtime=0.04
/proc/24218/stat : 24218 (sugar) S 24216 24218 23136 0 -1 4194304 900 127 0 0 3 1 0 0 16 0 1 0 626203934 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24218/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701223 s]
/proc/loadavg: 2.04 2.03 2.12 4/82 24218
/proc/meminfo: memFree=1806984/2055920 swapFree=4179032/4192956
[pid=24218] ppid=24216 vsize=13600 CPUtime=0.04
/proc/24218/stat : 24218 (sugar) S 24216 24218 23136 0 -1 4194304 900 127 0 0 3 1 0 0 16 0 1 0 626203934 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24218/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50231 s]
/proc/loadavg: 2.04 2.03 2.12 3/93 24230
/proc/meminfo: memFree=1767920/2055920 swapFree=4179032/4192956
[pid=24218] ppid=24216 vsize=13600 CPUtime=0.04
/proc/24218/stat : 24218 (sugar) S 24216 24218 23136 0 -1 4194304 900 127 0 0 3 1 0 0 16 0 1 0 626203934 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24218/statm: 3400 796 370 3 0 500 0
[pid=24221] ppid=24218 vsize=5356 CPUtime=0
/proc/24221/stat : 24221 (sh) S 24218 24218 23136 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 626203946 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24221/statm: 1339 233 193 169 0 50 0
[pid=24222] ppid=24221 vsize=864680 CPUtime=1.35
/proc/24222/stat : 24222 (java) S 24221 24218 23136 0 -1 0 13616 0 1 0 127 8 0 0 20 0 9 0 626203947 885432320 12551 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24222/statm: 216170 12551 2529 9 0 210752 0
[pid=24222/tid=24223] ppid=24221 vsize=864680 CPUtime=0.84
/proc/24222/task/24223/stat : 24223 (java) R 24221 24218 23136 0 -1 64 5343 0 1 0 81 3 0 0 25 0 9 0 626203947 885432320 12551 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24222/tid=24224] ppid=24221 vsize=864680 CPUtime=0.36
/proc/24222/task/24224/stat : 24224 (java) S 24221 24218 23136 0 -1 64 7072 0 0 0 33 3 0 0 16 0 9 0 626203949 885432320 12551 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24222/tid=24225] ppid=24221 vsize=864680 CPUtime=0
/proc/24222/task/24225/stat : 24225 (java) S 24221 24218 23136 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 626203949 885432320 12551 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24222/tid=24226] ppid=24221 vsize=864680 CPUtime=0
/proc/24222/task/24226/stat : 24226 (java) S 24221 24218 23136 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 626203949 885432320 12551 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24222/tid=24227] ppid=24221 vsize=864680 CPUtime=0
/proc/24222/task/24227/stat : 24227 (java) S 24221 24218 23136 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 626203951 885432320 12551 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24222/tid=24228] ppid=24221 vsize=864680 CPUtime=0.12
/proc/24222/task/24228/stat : 24228 (java) R 24221 24218 23136 0 -1 64 504 0 0 0 12 0 0 0 16 0 9 0 626203951 885432320 12551 996147200 134512640 134550740 4294956016 18446744073709551615 104252394 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24222/tid=24229] ppid=24221 vsize=864680 CPUtime=0
/proc/24222/task/24229/stat : 24229 (java) S 24221 24218 23136 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 626203951 885432320 12551 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24222/tid=24230] ppid=24221 vsize=864680 CPUtime=0
/proc/24222/task/24230/stat : 24230 (java) S 24221 24218 23136 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 626203951 885432320 12551 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 883636

[startup+3.10248 s]
/proc/loadavg: 2.04 2.03 2.12 4/93 24240
/proc/meminfo: memFree=1790576/2055920 swapFree=4179032/4192956
[pid=24218] ppid=24216 vsize=13600 CPUtime=1.46
/proc/24218/stat : 24218 (sugar) S 24216 24218 23136 0 -1 4194304 973 14050 0 1 3 1 133 9 15 0 1 0 626203934 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24218/statm: 3400 797 370 3 0 500 0
[pid=24231] ppid=24218 vsize=5356 CPUtime=0
/proc/24231/stat : 24231 (sh) S 24218 24218 23136 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 626204093 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24231/statm: 1339 233 193 169 0 50 0
[pid=24232] ppid=24231 vsize=864092 CPUtime=1.49
/proc/24232/stat : 24232 (java) S 24231 24218 23136 0 -1 0 11856 0 1 0 143 6 0 0 18 0 9 0 626204093 884830208 10581 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24232/statm: 216023 10581 2532 9 0 210605 0
[pid=24232/tid=24233] ppid=24231 vsize=864092 CPUtime=0.9
/proc/24232/task/24233/stat : 24233 (java) R 24231 24218 23136 0 -1 64 2712 0 1 0 88 2 0 0 25 0 9 0 626204094 884830208 10581 996147200 134512640 134550740 4294955952 18446744073709551615 4126431715 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24232/tid=24234] ppid=24231 vsize=864092 CPUtime=0.52
/proc/24232/task/24234/stat : 24234 (java) S 24231 24218 23136 0 -1 64 8118 0 0 0 49 3 0 0 16 0 9 0 626204095 884830208 10581 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24232/tid=24235] ppid=24231 vsize=864092 CPUtime=0
/proc/24232/task/24235/stat : 24235 (java) S 24231 24218 23136 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 626204096 884830208 10581 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24232/tid=24236] ppid=24231 vsize=864092 CPUtime=0
/proc/24232/task/24236/stat : 24236 (java) S 24231 24218 23136 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 626204096 884830208 10581 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24232/tid=24237] ppid=24231 vsize=864092 CPUtime=0
/proc/24232/task/24237/stat : 24237 (java) S 24231 24218 23136 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 626204097 884830208 10581 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24232/tid=24238] ppid=24231 vsize=864092 CPUtime=0.05
/proc/24232/task/24238/stat : 24238 (java) S 24231 24218 23136 0 -1 64 328 0 0 0 5 0 0 0 16 0 9 0 626204097 884830208 10581 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24232/tid=24239] ppid=24231 vsize=864092 CPUtime=0
/proc/24232/task/24239/stat : 24239 (java) S 24231 24218 23136 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 626204098 884830208 10581 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24232/tid=24240] ppid=24231 vsize=864092 CPUtime=0
/proc/24232/task/24240/stat : 24240 (java) S 24231 24218 23136 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 626204098 884830208 10581 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 883048



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+6.30184 s]
/proc/loadavg: 2.12 2.05 2.12 3/93 24240
/proc/meminfo: memFree=1651248/2055920 swapFree=4179032/4192956
[pid=24218] ppid=24216 vsize=13600 CPUtime=1.46
/proc/24218/stat : 24218 (sugar) S 24216 24218 23136 0 -1 4194304 973 14050 0 1 3 1 133 9 16 0 1 0 626203934 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24218/statm: 3400 797 370 3 0 500 0
[pid=24231] ppid=24218 vsize=5356 CPUtime=0
/proc/24231/stat : 24231 (sh) S 24218 24218 23136 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 626204093 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24231/statm: 1339 233 193 169 0 50 0
[pid=24232] ppid=24231 vsize=915980 CPUtime=4.68
/proc/24232/stat : 24232 (java) S 24231 24218 23136 0 -1 0 50014 0 1 0 446 22 0 0 18 0 9 0 626204093 937963520 40547 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24232/statm: 228995 40553 2540 9 0 223570 0
[pid=24232/tid=24233] ppid=24231 vsize=915980 CPUtime=2.18
/proc/24232/task/24233/stat : 24233 (java) S 24231 24218 23136 0 -1 64 3598 0 1 0 216 2 0 0 16 0 9 0 626204094 937963520 40574 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24232/tid=24234] ppid=24231 vsize=915980 CPUtime=2.39
/proc/24232/task/24234/stat : 24234 (java) R 24231 24218 23136 0 -1 64 45408 0 0 0 221 18 0 0 18 0 9 0 626204095 937963520 40581 996147200 134512640 134550740 4294955952 18446744073709551615 102470010 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24232/tid=24235] ppid=24231 vsize=915980 CPUtime=0
/proc/24232/task/24235/stat : 24235 (java) S 24231 24218 23136 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 626204096 937963520 40589 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24232/tid=24236] ppid=24231 vsize=915980 CPUtime=0
/proc/24232/task/24236/stat : 24236 (java) S 24231 24218 23136 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 626204096 937963520 40595 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24232/tid=24237] ppid=24231 vsize=915980 CPUtime=0
/proc/24232/task/24237/stat : 24237 (java) S 24231 24218 23136 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 626204097 937963520 40604 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24232/tid=24238] ppid=24231 vsize=915980 CPUtime=0.08
/proc/24232/task/24238/stat : 24238 (java) S 24231 24218 23136 0 -1 64 344 0 0 0 8 0 0 0 17 0 9 0 626204097 937963520 40611 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24232/tid=24239] ppid=24231 vsize=915980 CPUtime=0
/proc/24232/task/24239/stat : 24239 (java) S 24231 24218 23136 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 626204098 937963520 40618 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24232/tid=24240] ppid=24231 vsize=915980 CPUtime=0
/proc/24232/task/24240/stat : 24240 (java) S 24231 24218 23136 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 626204098 937963520 40624 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 934936

Sending SIGTERM to process tree (bottom up)

[startup+6.30184 s]
/proc/loadavg: 2.12 2.05 2.12 3/93 24240
/proc/meminfo: memFree=1651248/2055920 swapFree=4179032/4192956
[pid=24218] ppid=24216 vsize=13600 CPUtime=1.46
/proc/24218/stat : 24218 (sugar) S 24216 24218 23136 0 -1 4194304 973 14050 0 1 3 1 133 9 16 0 1 0 626203934 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24218/statm: 3400 797 370 3 0 500 0
[pid=24231] ppid=24218 vsize=5356 CPUtime=0
/proc/24231/stat : 24231 (sh) S 24218 24218 23136 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 626204093 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24231/statm: 1339 233 193 169 0 50 0
[pid=24232] ppid=24231 vsize=915980 CPUtime=4.68
/proc/24232/stat : 24232 (java) S 24231 24218 23136 0 -1 0 50014 0 1 0 446 22 0 0 18 0 9 0 626204093 937963520 40547 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24232/statm: 228995 40553 2540 9 0 223570 0
[pid=24232/tid=24233] ppid=24231 vsize=915980 CPUtime=2.18
/proc/24232/task/24233/stat : 24233 (java) S 24231 24218 23136 0 -1 64 3598 0 1 0 216 2 0 0 16 0 9 0 626204094 937963520 40574 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24232/tid=24234] ppid=24231 vsize=915980 CPUtime=2.39
/proc/24232/task/24234/stat : 24234 (java) R 24231 24218 23136 0 -1 64 45408 0 0 0 221 18 0 0 18 0 9 0 626204095 937963520 40581 996147200 134512640 134550740 4294955952 18446744073709551615 102470010 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24232/tid=24235] ppid=24231 vsize=915980 CPUtime=0
/proc/24232/task/24235/stat : 24235 (java) S 24231 24218 23136 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 626204096 937963520 40589 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24232/tid=24236] ppid=24231 vsize=915980 CPUtime=0
/proc/24232/task/24236/stat : 24236 (java) S 24231 24218 23136 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 626204096 937963520 40595 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24232/tid=24237] ppid=24231 vsize=915980 CPUtime=0
/proc/24232/task/24237/stat : 24237 (java) S 24231 24218 23136 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 626204097 937963520 40604 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24232/tid=24238] ppid=24231 vsize=915980 CPUtime=0.08
/proc/24232/task/24238/stat : 24238 (java) S 24231 24218 23136 0 -1 64 344 0 0 0 8 0 0 0 17 0 9 0 626204097 937963520 40611 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24232/tid=24239] ppid=24231 vsize=915980 CPUtime=0
/proc/24232/task/24239/stat : 24239 (java) S 24231 24218 23136 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 626204098 937963520 40618 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24232/tid=24240] ppid=24231 vsize=915980 CPUtime=0
/proc/24232/task/24240/stat : 24240 (java) S 24231 24218 23136 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 626204098 937963520 40624 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 934936
Sleeping 2 seconds

[startup+6.42586 s]
/proc/loadavg: 2.12 2.05 2.12 3/93 24240
/proc/meminfo: memFree=1651248/2055920 swapFree=4179032/4192956
[pid=24218] ppid=24216 vsize=13600 CPUtime=1.46
/proc/24218/stat : 24218 (sugar) S 24216 24218 23136 0 -1 4194304 982 14050 0 1 3 1 133 9 16 0 1 0 626203934 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 16384 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/24218/statm: 3400 797 370 3 0 500 0
[pid=24231] ppid=24218 vsize=0 CPUtime=0
/proc/24231/stat : 24231 (sh) Z 24218 24218 23136 0 -1 4195340 278 0 0 0 0 0 0 0 16 0 1 0 626204093 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 0 0 0
/proc/24231/statm: 0 0 0 0 0 0 0
[pid=24232] ppid=1 vsize=905736 CPUtime=4.8
/proc/24232/stat : 24232 (java) S 1 24218 23136 0 -1 0 53470 0 1 0 457 23 0 0 16 0 9 0 626204093 927473664 41441 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24232/statm: 226434 41441 2540 9 0 221009 0
[pid=24232/tid=24233] ppid=1 vsize=905736 CPUtime=2.18
/proc/24232/task/24233/stat : 24233 (java) S 1 24218 23136 0 -1 64 3598 0 1 0 216 2 0 0 16 0 9 0 626204094 927473664 41441 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24232/tid=24234] ppid=1 vsize=905736 CPUtime=2.51
/proc/24232/task/24234/stat : 24234 (java) R 1 24218 23136 0 -1 64 48829 0 0 0 232 19 0 0 19 0 9 0 626204095 927473664 41441 996147200 134512640 134550740 4294955952 18446744073709551615 104181375 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24232/tid=24235] ppid=1 vsize=905736 CPUtime=0
/proc/24232/task/24235/stat : 24235 (java) S 1 24218 23136 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 626204096 927473664 41441 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24232/tid=24236] ppid=1 vsize=905736 CPUtime=0
/proc/24232/task/24236/stat : 24236 (java) S 1 24218 23136 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 626204096 927473664 41441 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24232/tid=24237] ppid=1 vsize=905736 CPUtime=0
/proc/24232/task/24237/stat : 24237 (java) S 1 24218 23136 0 -1 64 2 0 0 0 0 0 0 0 16 0 9 0 626204097 927473664 41441 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24232/tid=24238] ppid=1 vsize=905736 CPUtime=0.08
/proc/24232/task/24238/stat : 24238 (java) S 1 24218 23136 0 -1 64 344 0 0 0 8 0 0 0 17 0 9 0 626204097 927473664 41441 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24232/tid=24239] ppid=1 vsize=905736 CPUtime=0
/proc/24232/task/24239/stat : 24239 (java) S 1 24218 23136 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 626204098 927473664 41441 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24232/tid=24240] ppid=1 vsize=905736 CPUtime=0
/proc/24232/task/24240/stat : 24240 (java) S 1 24218 23136 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 626204098 927473664 41441 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 919336

# WARNING:
# current cumulated CPU time (1.46 s) is less than in the last sample (6.26 s)
# The time of a child was probably not reported to its father.
# (see the samples just above and below)
# Adding the difference (4.8 s) to the 'lost time'.

[startup+6.50186 s]
/proc/loadavg: 2.12 2.05 2.12 3/94 24241
/proc/meminfo: memFree=1644456/2055920 swapFree=4179032/4192956
[pid=24218] ppid=24216 vsize=13600 CPUtime=1.46
/proc/24218/stat : 24218 (sugar) S 24216 24218 23136 0 -1 4194304 982 14050 0 1 3 1 133 9 16 0 1 0 626203934 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 16384 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/24218/statm: 3400 797 370 3 0 500 0
[pid=24231] ppid=24218 vsize=0 CPUtime=0
/proc/24231/stat : 24231 (sh) Z 24218 24218 23136 0 -1 4195340 278 0 0 0 0 0 0 0 16 0 1 0 626204093 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 0 0 0
/proc/24231/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 13600

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

[startup+6.60688 s]
/proc/loadavg: 2.12 2.05 2.12 3/94 24241
/proc/meminfo: memFree=1644456/2055920 swapFree=4179032/4192956
[pid=24218] ppid=24216 vsize=13600 CPUtime=1.46
/proc/24218/stat : 24218 (sugar) S 24216 24218 23136 0 -1 4194304 982 14050 0 1 3 1 133 9 16 0 1 0 626203934 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 16384 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/24218/statm: 3400 797 370 3 0 500 0
[pid=24231] ppid=24218 vsize=0 CPUtime=0
/proc/24231/stat : 24231 (sh) Z 24218 24218 23136 0 -1 4195340 278 0 0 0 0 0 0 0 16 0 1 0 626204093 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 0 0 0
/proc/24231/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 13600

[startup+7.00192 s]
/proc/loadavg: 2.12 2.05 2.12 3/94 24241
/proc/meminfo: memFree=1644456/2055920 swapFree=4179032/4192956
[pid=24218] ppid=24216 vsize=13600 CPUtime=1.46
/proc/24218/stat : 24218 (sugar) S 24216 24218 23136 0 -1 4194304 982 14050 0 1 3 1 133 9 16 0 1 0 626203934 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 16384 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/24218/statm: 3400 797 370 3 0 500 0
[pid=24231] ppid=24218 vsize=0 CPUtime=0
/proc/24231/stat : 24231 (sh) Z 24218 24218 23136 0 -1 4195340 278 0 0 0 0 0 0 0 16 0 1 0 626204093 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 0 0 0
/proc/24231/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 13600

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): 4.8
#  lost CPU user time (s): 4.57
#  lost CPU system time (s): 0.23

Real time (s): 7.04052
CPU time (s): 6.28077
CPU user time (s): 5.94379
CPU system time (s): 0.336983
CPU usage (%): 89.209
Max. virtual memory (cumulated for all children) (KiB): 934936

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.37379
system time used= 0.106983
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15355
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= 1233
involuntary context switches= 1139

runsolver used 0.014997 second user time and 0.029995 second system time

The end

Launcher Data (download as text)

Begin job on node87 at 2008-07-04 04:44:43
IDJOB=1064000
IDBENCH=54894
IDSOLVER=345
FILE ID=node87/1064000-1215139482
PBS_JOBID= 7877362
Free space on /tmp= 66552 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/ukHerald/normalized-crossword-m1-uk-21-02.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1064000-1215139482/watcher-1064000-1215139482 -o /tmp/evaluation-result-1064000-1215139482/solver-1064000-1215139482 -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/picosat" -tmp="HOME/temp" HOME/instance-1064000-1215139482.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 5ac73b28ca9b0050b6bc76f1ad4eff58
RANDOM SEED=295350559

node87.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.232
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.232
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:       1807400 kB
Buffers:          8776 kB
Cached:          90648 kB
SwapCached:       8016 kB
Active:         156624 kB
Inactive:        44780 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1807400 kB
SwapTotal:     4192956 kB
SwapFree:      4179032 kB
Dirty:            4676 kB
Writeback:           0 kB
Mapped:         113908 kB
Slab:            31952 kB
Committed_AS:  2288408 kB
PageTables:       2132 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264992 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 node87 at 2008-07-04 04:44:51