Trace number 2069948

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+picosatUNSAT 18.7432 19.0484

General information on the benchmark

Namecsp/wordsVg/
normalized-crossword-m1c-words-vg15-18_ext.xml
MD5SUM5600facac51c4f6cb4a3f961a5e43210
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.024995
Satisfiable
(Un)Satisfiability was proved
Number of variables270
Number of constraints33
Maximum constraint arity18
Maximum domain size26
Number of constraints which are defined in extension33
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.00/0.08	c 0	BEGIN Sun Jul 12 00:21:58 2009
0.00/0.08	c 0	PID 19010
0.00/0.08	c 0	HOST node68.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2069948-1247350918.xml TO HOME/temp.csp
0.00/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2069948-1247350918.xml' 'HOME/temp.csp'
0.07/0.34	c 0	1 domains, 270 variables, 0 predicates, 2 relations, 33 constraints
0.07/0.36	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.36	c 0	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'
0.31/0.44	c 0	Parsing HOME/temp.csp
0.31/0.49	c 0	parsed 306 expressions
0.31/0.50	c 0	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.31/0.50	c 0	Converting to clausal form CSP
0.31/0.53	c 0	converted 31 (10%) expressions
0.31/0.53	c 0	converted 62 (20%) expressions
0.31/0.53	c 0	converted 92 (30%) expressions
0.31/0.53	c 0	converted 123 (40%) expressions
0.31/0.53	c 0	converted 153 (50%) expressions
0.31/0.53	c 0	converted 184 (60%) expressions
0.31/0.53	c 0	converted 215 (70%) expressions
0.31/0.53	c 0	converted 245 (80%) expressions
0.31/0.56	c 0	converted 276 (90%) expressions
0.31/0.75	c 1	converted 306 (100%) expressions
0.31/0.75	c 1	CSP : 270 integers, 0 booleans, 33 clauses, largest domain size 26
0.31/0.75	c 1	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.31/0.75	c 1	Propagation in CSP
0.31/0.75	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.31/0.75	c 1	CSP : 270 integers, 0 booleans, 33 clauses, largest domain size 26
0.31/0.75	c 1	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.31/0.75	c 1	Simplifing CSP by introducing new Boolean variables
0.31/0.75	c 1	CSP : 270 integers, 0 booleans, 33 clauses, largest domain size 26
0.31/0.75	c 1	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.31/0.80	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.31/0.82	c 1	27 (10%) CSP integer variables are encoded (648 clauses, 6984 bytes)
0.31/0.82	c 1	54 (20%) CSP integer variables are encoded (1296 clauses, 14785 bytes)
0.31/0.83	c 1	81 (30%) CSP integer variables are encoded (1944 clauses, 23209 bytes)
0.31/0.83	c 1	108 (40%) CSP integer variables are encoded (2592 clauses, 31633 bytes)
0.31/0.83	c 1	135 (50%) CSP integer variables are encoded (3240 clauses, 40057 bytes)
0.31/0.83	c 1	162 (60%) CSP integer variables are encoded (3888 clauses, 48481 bytes)
0.31/0.83	c 1	189 (70%) CSP integer variables are encoded (4536 clauses, 56905 bytes)
0.31/0.83	c 1	216 (80%) CSP integer variables are encoded (5184 clauses, 65329 bytes)
0.31/0.83	c 1	243 (90%) CSP integer variables are encoded (5832 clauses, 73753 bytes)
0.31/0.84	c 1	270 (100%) CSP integer variables are encoded (6480 clauses, 82177 bytes)
2.90/3.06	c 3	4 (10%) CSP clauses are encoded (38900 clauses, 2983652 bytes)
4.49/4.64	c 5	7 (20%) CSP clauses are encoded (63215 clauses, 5257007 bytes)
6.07/6.29	c 6	10 (30%) CSP clauses are encoded (87530 clauses, 7530362 bytes)
8.24/8.46	c 8	14 (40%) CSP clauses are encoded (119950 clauses, 10561502 bytes)
9.83/10.09	c 10	17 (50%) CSP clauses are encoded (144265 clauses, 12834857 bytes)
10.41/10.69	c 11	20 (60%) CSP clauses are encoded (154228 clauses, 13746560 bytes)
10.62/10.86	c 11	24 (70%) CSP clauses are encoded (157944 clauses, 14132891 bytes)
10.72/11.00	c 11	27 (80%) CSP clauses are encoded (160731 clauses, 14427767 bytes)
10.91/11.13	c 11	30 (90%) CSP clauses are encoded (163518 clauses, 14722643 bytes)
11.11/11.32	c 11	33 (100%) CSP clauses are encoded (166305 clauses, 15017519 bytes)
11.11/11.32	c 11	33 CSP clauses encoded
11.11/11.32	c 11	Writing map file : HOME/temp.map
11.11/11.33	c 11	Heap : 8 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
11.11/11.33	c 11	SAT : 6750 SAT variables, 166305 SAT clauses, 15017519 bytes
11.11/11.33	c 11	Heap : 8 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
11.11/11.38	c 11	SOLVING HOME/temp.cnf
11.11/11.38	c 11	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
18.49/18.88	c 19	DECODING HOME/temp.out WITH HOME/temp.map
18.49/18.88	c 19	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
18.58/18.95	c 19	Decoding HOME/temp.out
18.58/18.98	s UNSATISFIABLE
18.58/18.99	c 19	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
18.58/19.04	c 19	CPU 18.72 (0.05 0.02 14.7 3.95)
18.58/19.04	c 19	END Sun Jul 12 00:22:17 2009

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2069948-1247350918/watcher-2069948-1247350918 -o /tmp/evaluation-result-2069948-1247350918/solver-2069948-1247350918 -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-2069948-1247350918.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.07 2.10 2.09 4/75 19010
/proc/meminfo: memFree=1111936/2055920 swapFree=4192952/4192956
[pid=19010] ppid=19008 vsize=18576 CPUtime=0
/proc/19010/stat : 19010 (runsolver) R 19008 19010 18865 0 -1 4194368 15 0 0 0 0 0 0 0 24 0 1 0 22154478 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 209560595751 0 0 4096 24578 0 0 0 17 1 0 0
/proc/19010/statm: 4644 284 249 26 0 2626 0

[startup+0.104197 s]
/proc/loadavg: 2.07 2.10 2.09 4/75 19010
/proc/meminfo: memFree=1111936/2055920 swapFree=4192952/4192956
[pid=19010] ppid=19008 vsize=16868 CPUtime=0.07
/proc/19010/stat : 19010 (sugar) S 19008 19010 18865 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 22154478 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19010/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.201213 s]
/proc/loadavg: 2.07 2.10 2.09 4/75 19010
/proc/meminfo: memFree=1111936/2055920 swapFree=4192952/4192956
[pid=19010] ppid=19008 vsize=16868 CPUtime=0.07
/proc/19010/stat : 19010 (sugar) S 19008 19010 18865 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 22154478 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19010/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301225 s]
/proc/loadavg: 2.07 2.10 2.09 4/75 19010
/proc/meminfo: memFree=1111936/2055920 swapFree=4192952/4192956
[pid=19010] ppid=19008 vsize=16868 CPUtime=0.07
/proc/19010/stat : 19010 (sugar) S 19008 19010 18865 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 22154478 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19010/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701299 s]
/proc/loadavg: 2.07 2.10 2.09 4/75 19010
/proc/meminfo: memFree=1111936/2055920 swapFree=4192952/4192956
[pid=19010] ppid=19008 vsize=16868 CPUtime=0.31
/proc/19010/stat : 19010 (sugar) S 19008 19010 18865 0 -1 4194304 1309 4362 0 1 5 2 21 3 16 0 1 0 22154478 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19010/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 16868

[startup+1.50243 s]
/proc/loadavg: 2.07 2.10 2.09 3/86 19032
/proc/meminfo: memFree=1093032/2055920 swapFree=4192952/4192956
[pid=19010] ppid=19008 vsize=16868 CPUtime=0.31
/proc/19010/stat : 19010 (sugar) S 19008 19010 18865 0 -1 4194304 1310 4362 0 1 5 2 21 3 15 0 1 0 22154478 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19010/statm: 4217 1111 409 3 0 796 0
[pid=19023] ppid=19010 vsize=5356 CPUtime=0
/proc/19023/stat : 19023 (sh) S 19010 19010 18865 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22154514 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19023/statm: 1339 233 193 169 0 50 0
[pid=19024] ppid=19023 vsize=864436 CPUtime=1.11
/proc/19024/stat : 19024 (java) S 19023 19010 18865 0 -1 0 7515 0 1 0 105 6 0 0 18 0 9 0 22154515 885182464 6708 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19024/statm: 216109 6708 2590 9 0 210586 0
[pid=19024/tid=19025] ppid=19023 vsize=864436 CPUtime=0.79
/proc/19024/task/19025/stat : 19025 (java) R 19023 19010 18865 0 -1 64 2789 0 1 0 77 2 0 0 22 0 9 0 22154516 885182464 6708 996147200 134512640 134550932 4294955936 18446744073709551615 4126529296 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19024/tid=19026] ppid=19023 vsize=864436 CPUtime=0.22
/proc/19024/task/19026/stat : 19026 (java) S 19023 19010 18865 0 -1 64 3704 0 0 0 20 2 0 0 16 0 9 0 22154517 885182464 6708 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19024/tid=19027] ppid=19023 vsize=864436 CPUtime=0
/proc/19024/task/19027/stat : 19027 (java) S 19023 19010 18865 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22154517 885182464 6708 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19024/tid=19028] ppid=19023 vsize=864436 CPUtime=0
/proc/19024/task/19028/stat : 19028 (java) S 19023 19010 18865 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22154517 885182464 6708 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19024/tid=19029] ppid=19023 vsize=864436 CPUtime=0
/proc/19024/task/19029/stat : 19029 (java) S 19023 19010 18865 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22154519 885182464 6708 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19024/tid=19030] ppid=19023 vsize=864436 CPUtime=0.07
/proc/19024/task/19030/stat : 19030 (java) S 19023 19010 18865 0 -1 64 322 0 0 0 7 0 0 0 16 0 9 0 22154519 885182464 6708 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19024/tid=19031] ppid=19023 vsize=864436 CPUtime=0
/proc/19024/task/19031/stat : 19031 (java) S 19023 19010 18865 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22154519 885182464 6708 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19024/tid=19032] ppid=19023 vsize=864436 CPUtime=0
/proc/19024/task/19032/stat : 19032 (java) S 19023 19010 18865 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22154519 885182464 6708 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 886660

[startup+3.1027 s]
/proc/loadavg: 2.07 2.10 2.09 3/86 19032
/proc/meminfo: memFree=1088232/2055920 swapFree=4192952/4192956
[pid=19010] ppid=19008 vsize=16868 CPUtime=0.31
/proc/19010/stat : 19010 (sugar) S 19008 19010 18865 0 -1 4194304 1310 4362 0 1 5 2 21 3 16 0 1 0 22154478 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19010/statm: 4217 1111 409 3 0 796 0
[pid=19023] ppid=19010 vsize=5356 CPUtime=0
/proc/19023/stat : 19023 (sh) S 19010 19010 18865 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22154514 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19023/statm: 1339 233 193 169 0 50 0
[pid=19024] ppid=19023 vsize=864436 CPUtime=2.69
/proc/19024/stat : 19024 (java) S 19023 19010 18865 0 -1 0 8615 0 1 0 261 8 0 0 18 0 9 0 22154515 885182464 7629 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19024/statm: 216109 7629 2589 9 0 210586 0
[pid=19024/tid=19025] ppid=19023 vsize=864436 CPUtime=2.23
/proc/19024/task/19025/stat : 19025 (java) R 19023 19010 18865 0 -1 64 2965 0 1 0 219 4 0 0 25 0 9 0 22154516 885182464 7629 996147200 134512640 134550932 4294955936 18446744073709551615 4126429319 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19024/tid=19026] ppid=19023 vsize=864436 CPUtime=0.37
/proc/19024/task/19026/stat : 19026 (java) S 19023 19010 18865 0 -1 64 4628 0 0 0 34 3 0 0 16 0 9 0 22154517 885182464 7629 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19024/tid=19027] ppid=19023 vsize=864436 CPUtime=0
/proc/19024/task/19027/stat : 19027 (java) S 19023 19010 18865 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22154517 885182464 7629 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19024/tid=19028] ppid=19023 vsize=864436 CPUtime=0
/proc/19024/task/19028/stat : 19028 (java) S 19023 19010 18865 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22154517 885182464 7629 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19024/tid=19029] ppid=19023 vsize=864436 CPUtime=0
/proc/19024/task/19029/stat : 19029 (java) S 19023 19010 18865 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22154519 885182464 7629 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19024/tid=19030] ppid=19023 vsize=864436 CPUtime=0.07
/proc/19024/task/19030/stat : 19030 (java) S 19023 19010 18865 0 -1 64 322 0 0 0 7 0 0 0 16 0 9 0 22154519 885182464 7629 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19024/tid=19031] ppid=19023 vsize=864436 CPUtime=0
/proc/19024/task/19031/stat : 19031 (java) S 19023 19010 18865 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22154519 885182464 7629 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19024/tid=19032] ppid=19023 vsize=864436 CPUtime=0
/proc/19024/task/19032/stat : 19032 (java) S 19023 19010 18865 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22154519 885182464 7629 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 886660

[startup+6.30224 s]
/proc/loadavg: 2.07 2.10 2.09 3/86 19032
/proc/meminfo: memFree=1080552/2055920 swapFree=4192952/4192956
[pid=19010] ppid=19008 vsize=16868 CPUtime=0.31
/proc/19010/stat : 19010 (sugar) S 19008 19010 18865 0 -1 4194304 1310 4362 0 1 5 2 21 3 16 0 1 0 22154478 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19010/statm: 4217 1111 409 3 0 796 0
[pid=19023] ppid=19010 vsize=5356 CPUtime=0
/proc/19023/stat : 19023 (sh) S 19010 19010 18865 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22154514 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19023/statm: 1339 233 193 169 0 50 0
[pid=19024] ppid=19023 vsize=864460 CPUtime=5.86
/proc/19024/stat : 19024 (java) S 19023 19010 18865 0 -1 0 9826 0 1 0 571 15 0 0 18 0 9 0 22154515 885207040 7911 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19024/statm: 216115 7911 2590 9 0 210592 0
[pid=19024/tid=19025] ppid=19023 vsize=864460 CPUtime=5.13
/proc/19024/task/19025/stat : 19025 (java) R 19023 19010 18865 0 -1 64 3305 0 1 0 505 8 0 0 25 0 9 0 22154516 885207040 7911 996147200 134512640 134550932 4294955936 18446744073709551615 102523996 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19024/tid=19026] ppid=19023 vsize=864460 CPUtime=0.62
/proc/19024/task/19026/stat : 19026 (java) S 19023 19010 18865 0 -1 64 5493 0 0 0 57 5 0 0 16 0 9 0 22154517 885207040 7911 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19024/tid=19027] ppid=19023 vsize=864460 CPUtime=0
/proc/19024/task/19027/stat : 19027 (java) S 19023 19010 18865 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22154517 885207040 7911 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19024/tid=19028] ppid=19023 vsize=864460 CPUtime=0
/proc/19024/task/19028/stat : 19028 (java) S 19023 19010 18865 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22154517 885207040 7911 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19024/tid=19029] ppid=19023 vsize=864460 CPUtime=0
/proc/19024/task/19029/stat : 19029 (java) S 19023 19010 18865 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22154519 885207040 7911 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19024/tid=19030] ppid=19023 vsize=864460 CPUtime=0.08
/proc/19024/task/19030/stat : 19030 (java) S 19023 19010 18865 0 -1 64 328 0 0 0 8 0 0 0 16 0 9 0 22154519 885207040 7911 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19024/tid=19031] ppid=19023 vsize=864460 CPUtime=0
/proc/19024/task/19031/stat : 19031 (java) S 19023 19010 18865 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22154519 885207040 7911 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19024/tid=19032] ppid=19023 vsize=864460 CPUtime=0
/proc/19024/task/19032/stat : 19032 (java) S 19023 19010 18865 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22154519 885207040 7911 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 886684

[startup+12.7013 s]
/proc/loadavg: 2.06 2.10 2.09 3/78 19034
/proc/meminfo: memFree=1090920/2055920 swapFree=4192952/4192956
[pid=19010] ppid=19008 vsize=16868 CPUtime=11.16
/proc/19010/stat : 19010 (sugar) S 19008 19010 18865 0 -1 4194304 1365 16773 0 2 5 2 1079 30 16 0 1 0 22154478 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19010/statm: 4217 1113 409 3 0 796 0
[pid=19033] ppid=19010 vsize=5356 CPUtime=0
/proc/19033/stat : 19033 (sh) S 19010 19010 18865 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22155617 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19033/statm: 1339 232 193 169 0 50 0
[pid=19034] ppid=19033 vsize=3788 CPUtime=1.29
/proc/19034/stat : 19034 (picosat) R 19033 19010 18865 0 -1 4194304 878 0 0 0 61 68 0 0 25 0 1 0 22155617 3878912 864 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/19034/statm: 947 864 40 102 0 842 0
Current children cumulated CPU time (s) 12.45
Current children cumulated vsize (KiB) 26012

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

[startup+12.8023 s]
/proc/loadavg: 2.06 2.10 2.09 3/78 19034
/proc/meminfo: memFree=1090920/2055920 swapFree=4192952/4192956
[pid=19010] ppid=19008 vsize=16868 CPUtime=11.16
/proc/19010/stat : 19010 (sugar) S 19008 19010 18865 0 -1 4194304 1365 16773 0 2 5 2 1079 30 16 0 1 0 22154478 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19010/statm: 4217 1113 409 3 0 796 0
[pid=19033] ppid=19010 vsize=5356 CPUtime=0
/proc/19033/stat : 19033 (sh) S 19010 19010 18865 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22155617 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19033/statm: 1339 232 193 169 0 50 0
[pid=19034] ppid=19033 vsize=4052 CPUtime=1.39
/proc/19034/stat : 19034 (picosat) R 19033 19010 18865 0 -1 4194304 932 0 0 0 65 74 0 0 25 0 1 0 22155617 4149248 918 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/19034/statm: 1013 918 40 102 0 908 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 26276

[startup+16.0019 s]
/proc/loadavg: 2.06 2.09 2.09 3/78 19034
/proc/meminfo: memFree=1084264/2055920 swapFree=4192952/4192956
[pid=19010] ppid=19008 vsize=16868 CPUtime=11.16
/proc/19010/stat : 19010 (sugar) S 19008 19010 18865 0 -1 4194304 1365 16773 0 2 5 2 1079 30 16 0 1 0 22154478 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19010/statm: 4217 1113 409 3 0 796 0
[pid=19033] ppid=19010 vsize=5356 CPUtime=0
/proc/19033/stat : 19033 (sh) S 19010 19010 18865 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22155617 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19033/statm: 1339 232 193 169 0 50 0
[pid=19034] ppid=19033 vsize=10772 CPUtime=4.56
/proc/19034/stat : 19034 (picosat) R 19033 19010 18865 0 -1 4194304 2580 0 0 0 219 237 0 0 25 0 1 0 22155617 11030528 2566 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/19034/statm: 2693 2566 40 102 0 2588 0
Current children cumulated CPU time (s) 15.72
Current children cumulated vsize (KiB) 32996

[startup+17.6012 s]
/proc/loadavg: 2.06 2.09 2.09 3/78 19034
/proc/meminfo: memFree=1079720/2055920 swapFree=4192952/4192956
[pid=19010] ppid=19008 vsize=16868 CPUtime=11.16
/proc/19010/stat : 19010 (sugar) S 19008 19010 18865 0 -1 4194304 1365 16773 0 2 5 2 1079 30 16 0 1 0 22154478 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19010/statm: 4217 1113 409 3 0 796 0
[pid=19033] ppid=19010 vsize=5356 CPUtime=0
/proc/19033/stat : 19033 (sh) S 19010 19010 18865 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22155617 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19033/statm: 1339 232 193 169 0 50 0
[pid=19034] ppid=19033 vsize=14452 CPUtime=6.14
/proc/19034/stat : 19034 (picosat) R 19033 19010 18865 0 -1 4194304 3403 0 0 0 295 319 0 0 25 0 1 0 22155617 14798848 3389 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/19034/statm: 3613 3389 40 102 0 3508 0
Current children cumulated CPU time (s) 17.3
Current children cumulated vsize (KiB) 36676

[startup+18.4013 s]
/proc/loadavg: 2.06 2.09 2.09 3/78 19034
/proc/meminfo: memFree=1079720/2055920 swapFree=4192952/4192956
[pid=19010] ppid=19008 vsize=16868 CPUtime=11.16
/proc/19010/stat : 19010 (sugar) S 19008 19010 18865 0 -1 4194304 1365 16773 0 2 5 2 1079 30 16 0 1 0 22154478 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19010/statm: 4217 1113 409 3 0 796 0
[pid=19033] ppid=19010 vsize=5356 CPUtime=0
/proc/19033/stat : 19033 (sh) S 19010 19010 18865 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22155617 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19033/statm: 1339 232 193 169 0 50 0
[pid=19034] ppid=19033 vsize=16036 CPUtime=6.93
/proc/19034/stat : 19034 (picosat) R 19033 19010 18865 0 -1 4194304 3835 0 0 0 334 359 0 0 25 0 1 0 22155617 16420864 3821 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/19034/statm: 4009 3821 40 102 0 3904 0
Current children cumulated CPU time (s) 18.09
Current children cumulated vsize (KiB) 38260

[startup+18.8074 s]
/proc/loadavg: 2.06 2.09 2.09 2/77 19035
/proc/meminfo: memFree=1341616/2055920 swapFree=4192952/4192956
[pid=19010] ppid=19008 vsize=16868 CPUtime=11.16
/proc/19010/stat : 19010 (sugar) S 19008 19010 18865 0 -1 4194304 1365 16773 0 2 5 2 1079 30 16 0 1 0 22154478 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19010/statm: 4217 1113 409 3 0 796 0
[pid=19033] ppid=19010 vsize=5356 CPUtime=0
/proc/19033/stat : 19033 (sh) S 19010 19010 18865 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22155617 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19033/statm: 1339 232 193 169 0 50 0
[pid=19034] ppid=19033 vsize=16312 CPUtime=7.33
/proc/19034/stat : 19034 (picosat) R 19033 19010 18865 0 -1 4194304 3881 0 0 0 372 361 0 0 25 0 1 0 22155617 16703488 3866 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/19034/statm: 4078 3866 42 102 0 3973 0
Current children cumulated CPU time (s) 18.49
Current children cumulated vsize (KiB) 38536

[startup+19.0014 s]
/proc/loadavg: 2.06 2.09 2.09 2/77 19035
/proc/meminfo: memFree=1341616/2055920 swapFree=4192952/4192956
[pid=19010] ppid=19008 vsize=16868 CPUtime=18.58
/proc/19010/stat : 19010 (sugar) S 19008 19010 18865 0 -1 4194304 1448 20942 0 2 5 2 1459 392 16 0 1 0 22154478 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19010/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 18.58
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 19.0484
CPU time (s): 18.7432
CPU user time (s): 14.7578
CPU system time (s): 3.98539
CPU usage (%): 98.3975
Max. virtual memory (cumulated for all children) (KiB): 887972

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 14.7578
system time used= 3.98539
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26290
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 11718
involuntary context switches= 11868

runsolver used 0.023996 second user time and 0.087986 second system time

The end

Launcher Data

Begin job on node68 at 2009-07-12 00:21:58
IDJOB=2069948
IDBENCH=55112
IDSOLVER=738
FILE ID=node68/2069948-1247350918
PBS_JOBID= 9506890
Free space on /tmp= 66440 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/wordsVg/normalized-crossword-m1c-words-vg15-18_ext.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-2069948-1247350918/watcher-2069948-1247350918 -o /tmp/evaluation-result-2069948-1247350918/solver-2069948-1247350918 -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-2069948-1247350918.xml

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

MD5SUM BENCH= 5600facac51c4f6cb4a3f961a5e43210
RANDOM SEED=1141288297

node68.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.258
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.258
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1112416 kB
Buffers:         62204 kB
Cached:         525108 kB
SwapCached:          4 kB
Active:         362992 kB
Inactive:       506412 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1112416 kB
SwapTotal:     4192956 kB
SwapFree:      4192952 kB
Dirty:            1436 kB
Writeback:           0 kB
Mapped:         293976 kB
Slab:            58708 kB
Committed_AS:   442356 kB
PageTables:       2436 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= 66440 MiB
End job on node68 at 2009-07-12 00:22:17