Trace number 2069981

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 26.23 26.4406

General information on the benchmark

Namecsp/wordsVg/
normalized-crossword-m1c-words-vg15-15_ext.xml
MD5SUM9e3de5ef0bb4f45d51435215e5fec983
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.023995
Satisfiable
(Un)Satisfiability was proved
Number of variables225
Number of constraints30
Maximum constraint arity15
Maximum domain size26
Number of constraints which are defined in extension30
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.01/0.07	c 0	Sugar v1-14-6 + HOME/picosat
0.01/0.07	c 0	BEGIN Sun Jul 12 00:22:16 2009
0.01/0.07	c 0	PID 17976
0.01/0.07	c 0	HOST node86.alineos.net
0.01/0.07	c 0	CONVERTING HOME/instance-2069981-1247350936.xml TO HOME/temp.csp
0.01/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2069981-1247350936.xml' 'HOME/temp.csp'
0.06/0.28	c 1	1 domains, 225 variables, 0 predicates, 1 relations, 30 constraints
0.06/0.31	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.31	c 1	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.06/0.38	c 1	Parsing HOME/temp.csp
0.29/0.43	c 1	parsed 257 expressions
0.29/0.46	c 1	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.29/0.46	c 1	Converting to clausal form CSP
0.29/0.48	c 1	converted 26 (10%) expressions
0.29/0.48	c 1	converted 52 (20%) expressions
0.29/0.48	c 1	converted 78 (30%) expressions
0.29/0.49	c 1	converted 103 (40%) expressions
0.29/0.49	c 1	converted 129 (50%) expressions
0.29/0.49	c 1	converted 155 (60%) expressions
0.29/0.49	c 1	converted 180 (70%) expressions
0.29/0.49	c 1	converted 206 (80%) expressions
0.29/0.53	c 1	converted 232 (90%) expressions
0.29/0.75	c 1	converted 257 (100%) expressions
0.29/0.75	c 1	CSP : 225 integers, 0 booleans, 30 clauses, largest domain size 26
0.29/0.75	c 1	Heap : 11 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.29/0.75	c 1	Propagation in CSP
0.29/0.75	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.29/0.75	c 1	CSP : 225 integers, 0 booleans, 30 clauses, largest domain size 26
0.29/0.75	c 1	Heap : 11 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.29/0.75	c 1	Simplifing CSP by introducing new Boolean variables
0.29/0.75	c 1	CSP : 225 integers, 0 booleans, 30 clauses, largest domain size 26
0.29/0.75	c 1	Heap : 11 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.29/0.81	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.29/0.82	c 1	23 (10%) CSP integer variables are encoded (552 clauses, 5928 bytes)
0.29/0.83	c 1	45 (20%) CSP integer variables are encoded (1080 clauses, 11977 bytes)
0.29/0.83	c 1	68 (30%) CSP integer variables are encoded (1632 clauses, 19153 bytes)
0.29/0.83	c 1	90 (40%) CSP integer variables are encoded (2160 clauses, 26017 bytes)
0.29/0.83	c 1	113 (50%) CSP integer variables are encoded (2712 clauses, 33193 bytes)
0.29/0.83	c 1	135 (60%) CSP integer variables are encoded (3240 clauses, 40057 bytes)
0.29/0.83	c 1	158 (70%) CSP integer variables are encoded (3792 clauses, 47233 bytes)
0.29/0.83	c 1	180 (80%) CSP integer variables are encoded (4320 clauses, 54097 bytes)
0.29/0.84	c 1	203 (90%) CSP integer variables are encoded (4872 clauses, 61273 bytes)
0.29/0.84	c 1	225 (100%) CSP integer variables are encoded (5400 clauses, 68137 bytes)
2.25/2.32	c 3	3 (10%) CSP clauses are encoded (29715 clauses, 2095232 bytes)
3.74/3.81	c 4	6 (20%) CSP clauses are encoded (54030 clauses, 4292370 bytes)
5.13/5.24	c 5	9 (30%) CSP clauses are encoded (78345 clauses, 6520182 bytes)
6.62/6.73	c 7	12 (40%) CSP clauses are encoded (102660 clauses, 8763318 bytes)
8.01/8.14	c 8	15 (50%) CSP clauses are encoded (126975 clauses, 11036673 bytes)
9.51/9.64	c 10	18 (60%) CSP clauses are encoded (151290 clauses, 13108789 bytes)
10.90/11.06	c 11	21 (70%) CSP clauses are encoded (175605 clauses, 15475234 bytes)
12.39/12.59	c 13	24 (80%) CSP clauses are encoded (199920 clauses, 17841679 bytes)
13.87/14.05	c 14	27 (90%) CSP clauses are encoded (224235 clauses, 20208124 bytes)
15.36/15.56	c 16	30 (100%) CSP clauses are encoded (248550 clauses, 22574569 bytes)
15.36/15.56	c 16	30 CSP clauses encoded
15.36/15.56	c 16	Writing map file : HOME/temp.map
15.36/15.56	c 16	Heap : 13 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
15.36/15.56	c 16	SAT : 5625 SAT variables, 248550 SAT clauses, 22574569 bytes
15.36/15.57	c 16	Heap : 13 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
15.36/15.59	c 16	SOLVING HOME/temp.cnf
15.36/15.59	c 16	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
26.00/26.26	c 26	DECODING HOME/temp.out WITH HOME/temp.map
26.00/26.26	c 26	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'
26.10/26.34	c 27	Decoding HOME/temp.out
26.10/26.39	s UNSATISFIABLE
26.10/26.39	c 27	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
26.20/26.43	c 27	CPU 26.2 (0.06 0.01 20.66 5.47)
26.20/26.43	c 27	END Sun Jul 12 00:22:43 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-2069981-1247350936/watcher-2069981-1247350936 -o /tmp/evaluation-result-2069981-1247350936/solver-2069981-1247350936 -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-2069981-1247350936.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.48 1.67 2.02 4/82 17976
/proc/meminfo: memFree=1494640/2055920 swapFree=4192812/4192956
[pid=17976] ppid=17974 vsize=12272 CPUtime=0
/proc/17976/stat : 17976 (sugar) R 17974 17976 15312 0 -1 4194304 359 0 0 0 0 0 0 0 18 0 1 0 22158903 12566528 327 996147200 4194304 4206940 548682068608 18446744073709551615 240154016357 0 0 4224 0 0 0 0 17 0 0 0
/proc/17976/statm: 3068 327 246 3 0 168 0

[startup+0.0208951 s]
/proc/loadavg: 1.48 1.67 2.02 4/82 17976
/proc/meminfo: memFree=1494640/2055920 swapFree=4192812/4192956
[pid=17976] ppid=17974 vsize=12808 CPUtime=0.01
/proc/17976/stat : 17976 (sugar) R 17974 17976 15312 0 -1 4194304 562 0 0 0 1 0 0 0 18 0 1 0 22158903 13115392 530 996147200 4194304 4206940 548682068608 18446744073709551615 240153694945 0 0 4224 0 0 0 0 17 0 0 0
/proc/17976/statm: 3202 531 316 3 0 302 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12808

[startup+0.101911 s]
/proc/loadavg: 1.48 1.67 2.02 4/82 17976
/proc/meminfo: memFree=1494640/2055920 swapFree=4192812/4192956
[pid=17976] ppid=17974 vsize=16868 CPUtime=0.06
/proc/17976/stat : 17976 (sugar) S 17974 17976 15312 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 22158903 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17976/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301947 s]
/proc/loadavg: 1.48 1.67 2.02 4/82 17976
/proc/meminfo: memFree=1494640/2055920 swapFree=4192812/4192956
[pid=17976] ppid=17974 vsize=16868 CPUtime=0.06
/proc/17976/stat : 17976 (sugar) S 17974 17976 15312 0 -1 4194304 1245 128 0 0 5 1 0 0 15 0 1 0 22158903 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17976/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.702025 s]
/proc/loadavg: 1.48 1.67 2.02 4/82 17976
/proc/meminfo: memFree=1494640/2055920 swapFree=4192812/4192956
[pid=17976] ppid=17974 vsize=16868 CPUtime=0.29
/proc/17976/stat : 17976 (sugar) S 17974 17976 15312 0 -1 4194304 1309 4344 0 1 5 1 21 2 16 0 1 0 22158903 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17976/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 16868

[startup+1.50218 s]
/proc/loadavg: 1.48 1.67 2.02 3/93 17998
/proc/meminfo: memFree=1471696/2055920 swapFree=4192812/4192956
[pid=17976] ppid=17974 vsize=16868 CPUtime=0.29
/proc/17976/stat : 17976 (sugar) S 17974 17976 15312 0 -1 4194304 1310 4344 0 1 5 1 21 2 15 0 1 0 22158903 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17976/statm: 4217 1111 409 3 0 796 0
[pid=17989] ppid=17976 vsize=5356 CPUtime=0
/proc/17989/stat : 17989 (sh) S 17976 17976 15312 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22158934 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17989/statm: 1339 233 193 169 0 50 0
[pid=17990] ppid=17989 vsize=864428 CPUtime=1.17
/proc/17990/stat : 17990 (java) S 17989 17976 15312 0 -1 0 8603 0 1 0 112 5 0 0 20 0 9 0 22158935 885174272 7807 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17990/statm: 216107 7807 2590 9 0 210584 0
[pid=17990/tid=17991] ppid=17989 vsize=864428 CPUtime=0.83
/proc/17990/task/17991/stat : 17991 (java) R 17989 17976 15312 0 -1 64 2858 0 1 0 82 1 0 0 25 0 9 0 22158935 885174272 7807 996147200 134512640 134550932 4294955936 18446744073709551615 4126529431 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17990/tid=17992] ppid=17989 vsize=864428 CPUtime=0.25
/proc/17990/task/17992/stat : 17992 (java) S 17989 17976 15312 0 -1 64 4729 0 0 0 23 2 0 0 16 0 9 0 22158936 885174272 7807 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17990/tid=17993] ppid=17989 vsize=864428 CPUtime=0
/proc/17990/task/17993/stat : 17993 (java) S 17989 17976 15312 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22158937 885174272 7807 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17990/tid=17994] ppid=17989 vsize=864428 CPUtime=0
/proc/17990/task/17994/stat : 17994 (java) S 17989 17976 15312 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22158937 885174272 7807 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17990/tid=17995] ppid=17989 vsize=864428 CPUtime=0
/proc/17990/task/17995/stat : 17995 (java) S 17989 17976 15312 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 22158939 885174272 7807 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17990/tid=17996] ppid=17989 vsize=864428 CPUtime=0.06
/proc/17990/task/17996/stat : 17996 (java) S 17989 17976 15312 0 -1 64 318 0 0 0 6 0 0 0 16 0 9 0 22158939 885174272 7807 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17990/tid=17997] ppid=17989 vsize=864428 CPUtime=0
/proc/17990/task/17997/stat : 17997 (java) S 17989 17976 15312 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 22158939 885174272 7807 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17990/tid=17998] ppid=17989 vsize=864428 CPUtime=0
/proc/17990/task/17998/stat : 17998 (java) S 17989 17976 15312 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22158939 885174272 7807 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 886652

[startup+3.10248 s]
/proc/loadavg: 1.48 1.67 2.02 3/93 17998
/proc/meminfo: memFree=1466832/2055920 swapFree=4192812/4192956
[pid=17976] ppid=17974 vsize=16868 CPUtime=0.29
/proc/17976/stat : 17976 (sugar) S 17974 17976 15312 0 -1 4194304 1310 4344 0 1 5 1 21 2 16 0 1 0 22158903 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17976/statm: 4217 1111 409 3 0 796 0
[pid=17989] ppid=17976 vsize=5356 CPUtime=0
/proc/17989/stat : 17989 (sh) S 17976 17976 15312 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22158934 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17989/statm: 1339 233 193 169 0 50 0
[pid=17990] ppid=17989 vsize=864428 CPUtime=2.75
/proc/17990/stat : 17990 (java) S 17989 17976 15312 0 -1 0 10027 0 1 0 269 6 0 0 20 0 9 0 22158935 885174272 9085 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17990/statm: 216107 9085 2590 9 0 210584 0
[pid=17990/tid=17991] ppid=17989 vsize=864428 CPUtime=2.32
/proc/17990/task/17991/stat : 17991 (java) R 17989 17976 15312 0 -1 64 3004 0 1 0 230 2 0 0 25 0 9 0 22158935 885174272 9085 996147200 134512640 134550932 4294955936 18446744073709551615 101450384 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17990/tid=17992] ppid=17989 vsize=864428 CPUtime=0.35
/proc/17990/task/17992/stat : 17992 (java) S 17989 17976 15312 0 -1 64 6007 0 0 0 32 3 0 0 16 0 9 0 22158936 885174272 9085 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17990/tid=17993] ppid=17989 vsize=864428 CPUtime=0
/proc/17990/task/17993/stat : 17993 (java) S 17989 17976 15312 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22158937 885174272 9085 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17990/tid=17994] ppid=17989 vsize=864428 CPUtime=0
/proc/17990/task/17994/stat : 17994 (java) S 17989 17976 15312 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22158937 885174272 9085 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17990/tid=17995] ppid=17989 vsize=864428 CPUtime=0
/proc/17990/task/17995/stat : 17995 (java) S 17989 17976 15312 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 22158939 885174272 9085 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17990/tid=17996] ppid=17989 vsize=864428 CPUtime=0.06
/proc/17990/task/17996/stat : 17996 (java) S 17989 17976 15312 0 -1 64 318 0 0 0 6 0 0 0 16 0 9 0 22158939 885174272 9085 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17990/tid=17997] ppid=17989 vsize=864428 CPUtime=0
/proc/17990/task/17997/stat : 17997 (java) S 17989 17976 15312 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 22158939 885174272 9085 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17990/tid=17998] ppid=17989 vsize=864428 CPUtime=0
/proc/17990/task/17998/stat : 17998 (java) S 17989 17976 15312 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22158939 885174272 9085 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 886652

[startup+6.3021 s]
/proc/loadavg: 1.52 1.68 2.02 3/93 17998
/proc/meminfo: memFree=1457176/2055920 swapFree=4192812/4192956
[pid=17976] ppid=17974 vsize=16868 CPUtime=0.29
/proc/17976/stat : 17976 (sugar) S 17974 17976 15312 0 -1 4194304 1310 4344 0 1 5 1 21 2 16 0 1 0 22158903 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17976/statm: 4217 1111 409 3 0 796 0
[pid=17989] ppid=17976 vsize=5356 CPUtime=0
/proc/17989/stat : 17989 (sh) S 17976 17976 15312 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22158934 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17989/statm: 1339 233 193 169 0 50 0
[pid=17990] ppid=17989 vsize=865716 CPUtime=5.93
/proc/17990/stat : 17990 (java) S 17989 17976 15312 0 -1 0 11374 0 1 0 580 13 0 0 20 0 9 0 22158935 886493184 9901 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17990/statm: 216429 9901 2590 9 0 210906 0
[pid=17990/tid=17991] ppid=17989 vsize=865716 CPUtime=5.2
/proc/17990/task/17991/stat : 17991 (java) R 17989 17976 15312 0 -1 64 3288 0 1 0 513 7 0 0 25 0 9 0 22158935 886493184 9901 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17990/tid=17992] ppid=17989 vsize=865716 CPUtime=0.62
/proc/17990/task/17992/stat : 17992 (java) R 17989 17976 15312 0 -1 64 7064 0 0 0 58 4 0 0 16 0 9 0 22158936 886493184 9901 996147200 134512640 134550932 4294955936 18446744073709551615 102499780 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17990/tid=17993] ppid=17989 vsize=865716 CPUtime=0
/proc/17990/task/17993/stat : 17993 (java) S 17989 17976 15312 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22158937 886493184 9901 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17990/tid=17994] ppid=17989 vsize=865716 CPUtime=0
/proc/17990/task/17994/stat : 17994 (java) S 17989 17976 15312 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22158937 886493184 9901 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17990/tid=17995] ppid=17989 vsize=865716 CPUtime=0
/proc/17990/task/17995/stat : 17995 (java) S 17989 17976 15312 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 22158939 886493184 9901 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17990/tid=17996] ppid=17989 vsize=865716 CPUtime=0.07
/proc/17990/task/17996/stat : 17996 (java) S 17989 17976 15312 0 -1 64 324 0 0 0 7 0 0 0 16 0 9 0 22158939 886493184 9901 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17990/tid=17997] ppid=17989 vsize=865716 CPUtime=0
/proc/17990/task/17997/stat : 17997 (java) S 17989 17976 15312 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 22158939 886493184 9901 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17990/tid=17998] ppid=17989 vsize=865716 CPUtime=0
/proc/17990/task/17998/stat : 17998 (java) S 17989 17976 15312 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22158939 886493184 9901 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 887940

[startup+12.7023 s]
/proc/loadavg: 1.56 1.68 2.02 3/93 17998
/proc/meminfo: memFree=1446040/2055920 swapFree=4192812/4192956
[pid=17976] ppid=17974 vsize=16868 CPUtime=0.29
/proc/17976/stat : 17976 (sugar) S 17974 17976 15312 0 -1 4194304 1310 4344 0 1 5 1 21 2 16 0 1 0 22158903 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17976/statm: 4217 1111 409 3 0 796 0
[pid=17989] ppid=17976 vsize=5356 CPUtime=0
/proc/17989/stat : 17989 (sh) S 17976 17976 15312 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22158934 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17989/statm: 1339 233 193 169 0 50 0
[pid=17990] ppid=17989 vsize=864428 CPUtime=12.29
/proc/17990/stat : 17990 (java) S 17989 17976 15312 0 -1 0 14984 0 1 0 1203 26 0 0 20 0 9 0 22158935 885174272 9557 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17990/statm: 216107 9557 2590 9 0 210584 0
[pid=17990/tid=17991] ppid=17989 vsize=864428 CPUtime=10.98
/proc/17990/task/17991/stat : 17991 (java) R 17989 17976 15312 0 -1 64 3839 0 1 0 1084 14 0 0 25 0 9 0 22158935 885174272 9557 996147200 134512640 134550932 4294955936 18446744073709551615 102094174 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17990/tid=17992] ppid=17989 vsize=864428 CPUtime=1.22
/proc/17990/task/17992/stat : 17992 (java) S 17989 17976 15312 0 -1 64 10123 0 0 0 111 11 0 0 16 0 9 0 22158936 885174272 9557 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17990/tid=17993] ppid=17989 vsize=864428 CPUtime=0
/proc/17990/task/17993/stat : 17993 (java) S 17989 17976 15312 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22158937 885174272 9557 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17990/tid=17994] ppid=17989 vsize=864428 CPUtime=0
/proc/17990/task/17994/stat : 17994 (java) S 17989 17976 15312 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22158937 885174272 9557 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17990/tid=17995] ppid=17989 vsize=864428 CPUtime=0
/proc/17990/task/17995/stat : 17995 (java) S 17989 17976 15312 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 22158939 885174272 9557 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17990/tid=17996] ppid=17989 vsize=864428 CPUtime=0.07
/proc/17990/task/17996/stat : 17996 (java) S 17989 17976 15312 0 -1 64 324 0 0 0 7 0 0 0 16 0 9 0 22158939 885174272 9557 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17990/tid=17997] ppid=17989 vsize=864428 CPUtime=0
/proc/17990/task/17997/stat : 17997 (java) S 17989 17976 15312 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 22158939 885174272 9557 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17990/tid=17998] ppid=17989 vsize=864428 CPUtime=0
/proc/17990/task/17998/stat : 17998 (java) S 17989 17976 15312 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22158939 885174272 9557 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 886652

[startup+25.5018 s]
/proc/loadavg: 1.72 1.71 2.03 3/85 18000
/proc/meminfo: memFree=1446808/2055920 swapFree=4192812/4192956
[pid=17976] ppid=17974 vsize=16868 CPUtime=15.46
/proc/17976/stat : 17976 (sugar) S 17974 17976 15312 0 -1 4194304 1365 21109 0 2 6 1 1503 36 16 0 1 0 22158903 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17976/statm: 4217 1113 409 3 0 796 0
[pid=17999] ppid=17976 vsize=5356 CPUtime=0
/proc/17999/stat : 17999 (sh) S 17976 17976 15312 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22160463 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17999/statm: 1339 232 193 169 0 50 0
[pid=18000] ppid=17999 vsize=23032 CPUtime=9.84
/proc/18000/stat : 18000 (picosat) R 17999 17976 15312 0 -1 4194304 5659 0 0 0 476 508 0 0 25 0 1 0 22160463 23584768 5645 996147200 134512640 134931368 4294956256 18446744073709551615 134525709 0 0 4096 0 0 0 0 17 0 0 0
/proc/18000/statm: 5758 5645 42 102 0 5653 0
Current children cumulated CPU time (s) 25.3
Current children cumulated vsize (KiB) 45256

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

[startup+25.9018 s]
/proc/loadavg: 1.72 1.71 2.03 3/85 18000
/proc/meminfo: memFree=1446808/2055920 swapFree=4192812/4192956
[pid=17976] ppid=17974 vsize=16868 CPUtime=15.46
/proc/17976/stat : 17976 (sugar) S 17974 17976 15312 0 -1 4194304 1365 21109 0 2 6 1 1503 36 16 0 1 0 22158903 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17976/statm: 4217 1113 409 3 0 796 0
[pid=17999] ppid=17976 vsize=5356 CPUtime=0
/proc/17999/stat : 17999 (sh) S 17976 17976 15312 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22160463 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17999/statm: 1339 232 193 169 0 50 0
[pid=18000] ppid=17999 vsize=23168 CPUtime=10.24
/proc/18000/stat : 18000 (picosat) R 17999 17976 15312 0 -1 4194304 5687 0 0 0 516 508 0 0 25 0 1 0 22160463 23724032 5671 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/18000/statm: 5792 5671 42 102 0 5687 0
Current children cumulated CPU time (s) 25.7
Current children cumulated vsize (KiB) 45392

[startup+26.3019 s]
/proc/loadavg: 1.72 1.71 2.03 3/89 18006
/proc/meminfo: memFree=1466040/2055920 swapFree=4192812/4192956
[pid=17976] ppid=17974 vsize=16868 CPUtime=26.08
/proc/17976/stat : 17976 (sugar) S 17974 17976 15312 0 -1 4194304 1428 27084 0 2 6 1 2056 545 17 0 1 0 22158903 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17976/statm: 4217 1113 409 3 0 796 0
[pid=18001] ppid=17976 vsize=5356 CPUtime=0
/proc/18001/stat : 18001 (sh) S 17976 17976 15312 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22161529 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18001/statm: 1339 233 193 169 0 50 0
[pid=18002] ppid=18001 vsize=859892 CPUtime=0.02
/proc/18002/stat : 18002 (java) S 18001 17976 15312 0 -1 0 1905 0 1 0 1 1 0 0 18 0 5 0 22161530 880529408 1506 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/18002/statm: 214973 1506 861 9 0 209888 0
[pid=18002/tid=18003] ppid=18001 vsize=859892 CPUtime=0.01
/proc/18002/task/18003/stat : 18003 (java) R 18001 17976 15312 0 -1 64 1213 0 1 0 1 0 0 0 17 0 5 0 22161530 880529408 1506 996147200 134512640 134550932 4294955984 18446744073709551615 4125954524 0 4 0 16800971 0 0 0 -1 1 0 0
[pid=18002/tid=18004] ppid=18001 vsize=859892 CPUtime=0
/proc/18002/task/18004/stat : 18004 (java) S 18001 17976 15312 0 -1 64 1 0 0 0 0 0 0 0 18 0 5 0 22161532 880529408 1506 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800971 0 0 0 -1 1 0 0
[pid=18002/tid=18005] ppid=18001 vsize=859892 CPUtime=0
/proc/18002/task/18005/stat : 18005 (java) S 18001 17976 15312 0 -1 64 11 0 0 0 0 0 0 0 19 0 5 0 22161532 880529408 1506 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800971 0 0 0 -1 1 0 0
[pid=18002/tid=18006] ppid=18001 vsize=859892 CPUtime=0
/proc/18002/task/18006/stat : 18006 (java) S 18001 17976 15312 0 -1 64 3 0 0 0 0 0 0 0 20 0 5 0 22161532 880529408 1506 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800971 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 26.1
Current children cumulated vsize (KiB) 882116

[startup+26.4069 s]
/proc/loadavg: 1.72 1.71 2.03 3/89 18006
/proc/meminfo: memFree=1466040/2055920 swapFree=4192812/4192956
[pid=17976] ppid=17974 vsize=16868 CPUtime=26.08
/proc/17976/stat : 17976 (sugar) S 17974 17976 15312 0 -1 4194304 1448 27084 0 2 6 1 2056 545 15 0 1 0 22158903 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17976/statm: 4217 1113 409 3 0 796 0
[pid=18001] ppid=17976 vsize=5356 CPUtime=0
/proc/18001/stat : 18001 (sh) S 17976 17976 15312 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22161529 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18001/statm: 1339 233 193 169 0 50 0
[pid=18002] ppid=18001 vsize=864120 CPUtime=0.12
/proc/18002/stat : 18002 (java) S 18001 17976 15312 0 -1 0 3495 0 1 0 10 2 0 0 18 0 9 0 22161530 884858880 2961 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18002/statm: 216030 2961 1697 9 0 210535 0
[pid=18002/tid=18003] ppid=18001 vsize=864120 CPUtime=0.09
/proc/18002/task/18003/stat : 18003 (java) S 18001 17976 15312 0 -1 64 2515 0 1 0 8 1 0 0 20 0 9 0 22161530 884858880 2961 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18002/tid=18004] ppid=18001 vsize=864120 CPUtime=0
/proc/18002/task/18004/stat : 18004 (java) S 18001 17976 15312 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22161532 884858880 2961 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18002/tid=18005] ppid=18001 vsize=864120 CPUtime=0
/proc/18002/task/18005/stat : 18005 (java) S 18001 17976 15312 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 22161532 884858880 2961 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18002/tid=18006] ppid=18001 vsize=864120 CPUtime=0
/proc/18002/task/18006/stat : 18006 (java) S 18001 17976 15312 0 -1 64 3 0 0 0 0 0 0 0 20 0 9 0 22161532 884858880 2961 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 26.2
Current children cumulated vsize (KiB) 886344

Child status: 0
Real time (s): 26.4406
CPU time (s): 26.23
CPU user time (s): 20.7268
CPU system time (s): 5.50316
CPU usage (%): 99.2036
Max. virtual memory (cumulated for all children) (KiB): 889864

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 20.7268
system time used= 5.50316
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32407
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= 12776
involuntary context switches= 12983

runsolver used 0.035994 second user time and 0.088986 second system time

The end

Launcher Data

Begin job on node86 at 2009-07-12 00:22:16
IDJOB=2069981
IDBENCH=55119
IDSOLVER=738
FILE ID=node86/2069981-1247350936
PBS_JOBID= 9506794
Free space on /tmp= 66288 MiB

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

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

MD5SUM BENCH= 9e3de5ef0bb4f45d51435215e5fec983
RANDOM SEED=1932898203

node86.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.265
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.265
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:       1495120 kB
Buffers:          9020 kB
Cached:         104132 kB
SwapCached:          0 kB
Active:         487256 kB
Inactive:        25952 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1495120 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1548 kB
Writeback:           0 kB
Mapped:         420512 kB
Slab:            31936 kB
Committed_AS:   623716 kB
PageTables:       2700 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= 66288 MiB
End job on node86 at 2009-07-12 00:22:43