Trace number 2070014

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 9.92249 11.1896

General information on the benchmark

Namecsp/wordsVg/
normalized-crossword-m1c-words-vg16-17_ext.xml
MD5SUMf1abc2485483510c123c36e7412d4cfa
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.021996
Satisfiable
(Un)Satisfiability was proved
Number of variables272
Number of constraints33
Maximum constraint arity17
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:22:37 2009
0.00/0.08	c 0	PID 17333
0.00/0.08	c 0	HOST node28.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2070014-1247350956.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-2070014-1247350956.xml' 'HOME/temp.csp'
0.07/0.32	c 0	1 domains, 272 variables, 0 predicates, 2 relations, 33 constraints
0.07/0.35	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.35	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.29/0.43	c 0	Parsing HOME/temp.csp
0.29/0.47	c 0	parsed 308 expressions
0.29/0.48	c 0	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.29/0.48	c 0	Converting to clausal form CSP
0.29/0.51	c 0	converted 31 (10%) expressions
0.29/0.51	c 0	converted 62 (20%) expressions
0.29/0.51	c 0	converted 93 (30%) expressions
0.29/0.51	c 0	converted 124 (40%) expressions
0.29/0.51	c 0	converted 154 (50%) expressions
0.29/0.51	c 0	converted 185 (60%) expressions
0.29/0.51	c 0	converted 216 (70%) expressions
0.29/0.51	c 0	converted 247 (80%) expressions
0.29/0.53	c 0	converted 278 (90%) expressions
0.29/0.62	c 0	converted 308 (100%) expressions
0.29/0.62	c 0	CSP : 272 integers, 0 booleans, 33 clauses, largest domain size 26
0.29/0.62	c 0	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.29/0.62	c 0	Propagation in CSP
0.29/0.62	c 0	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.29/0.62	c 0	CSP : 272 integers, 0 booleans, 33 clauses, largest domain size 26
0.29/0.63	c 0	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.29/0.63	c 0	Simplifing CSP by introducing new Boolean variables
0.29/0.63	c 0	CSP : 272 integers, 0 booleans, 33 clauses, largest domain size 26
0.29/0.63	c 0	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.29/0.66	c 0	Encoding CSP to SAT : HOME/temp.cnf
0.29/0.68	c 0	28 (10%) CSP integer variables are encoded (672 clauses, 7248 bytes)
0.29/0.68	c 0	55 (20%) CSP integer variables are encoded (1320 clauses, 15097 bytes)
0.29/0.69	c 0	82 (30%) CSP integer variables are encoded (1968 clauses, 23521 bytes)
0.29/0.69	c 0	109 (40%) CSP integer variables are encoded (2616 clauses, 31945 bytes)
0.29/0.69	c 0	136 (50%) CSP integer variables are encoded (3264 clauses, 40369 bytes)
0.29/0.69	c 0	164 (60%) CSP integer variables are encoded (3936 clauses, 49105 bytes)
0.29/0.69	c 0	191 (70%) CSP integer variables are encoded (4584 clauses, 57529 bytes)
0.29/0.69	c 0	218 (80%) CSP integer variables are encoded (5232 clauses, 65953 bytes)
0.29/0.69	c 0	245 (90%) CSP integer variables are encoded (5880 clauses, 74377 bytes)
0.29/0.70	c 0	272 (100%) CSP integer variables are encoded (6528 clauses, 82801 bytes)
1.31/1.49	c 1	4 (10%) CSP clauses are encoded (20484 clauses, 1367745 bytes)
1.90/2.07	c 2	7 (20%) CSP clauses are encoded (30951 clauses, 2360124 bytes)
2.50/2.66	c 2	10 (30%) CSP clauses are encoded (41418 clauses, 3365403 bytes)
3.19/3.39	c 3	14 (40%) CSP clauses are encoded (55374 clauses, 4705775 bytes)
4.21/5.46	c 5	17 (50%) CSP clauses are encoded (65841 clauses, 5711054 bytes)
4.46/5.74	c 5	20 (60%) CSP clauses are encoded (71997 clauses, 6242435 bytes)
4.85/6.11	c 6	24 (70%) CSP clauses are encoded (80205 clauses, 7106155 bytes)
5.15/6.42	c 6	27 (80%) CSP clauses are encoded (86361 clauses, 7753945 bytes)
5.34/6.69	c 6	30 (90%) CSP clauses are encoded (92517 clauses, 8401735 bytes)
5.64/6.97	c 6	33 (100%) CSP clauses are encoded (98673 clauses, 9049525 bytes)
5.64/6.97	c 6	33 CSP clauses encoded
5.64/6.97	c 6	Writing map file : HOME/temp.map
5.64/6.98	c 6	Heap : 8 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
5.64/6.98	c 6	SAT : 6800 SAT variables, 98673 SAT clauses, 9049525 bytes
5.64/6.98	c 6	Heap : 8 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
5.72/7.00	c 6	SOLVING HOME/temp.cnf
5.72/7.00	c 6	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
9.71/11.02	c 10	DECODING HOME/temp.out WITH HOME/temp.map
9.71/11.02	c 10	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'
9.71/11.10	c 11	Decoding HOME/temp.out
9.81/11.14	s UNSATISFIABLE
9.81/11.17	c 11	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
9.81/11.18	c 11	CPU 9.89 (0.06 0.01 7.44 2.38)
9.81/11.18	c 11	END Sun Jul 12 00:22:48 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-2070014-1247350956/watcher-2070014-1247350956 -o /tmp/evaluation-result-2070014-1247350956/solver-2070014-1247350956 -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-2070014-1247350956.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.99 2.02 2.26 4/80 17333
/proc/meminfo: memFree=1828440/2055920 swapFree=4192812/4192956
[pid=17333] ppid=17331 vsize=12268 CPUtime=0
/proc/17333/stat : 17333 (sugar) R 17331 17333 16948 0 -1 4194304 348 0 0 0 0 0 0 0 24 0 1 0 22162263 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 217871776357 0 0 4224 0 0 0 0 17 1 0 0
/proc/17333/statm: 3067 316 241 3 0 167 0

[startup+0.122546 s]
/proc/loadavg: 1.99 2.02 2.26 4/80 17333
/proc/meminfo: memFree=1828440/2055920 swapFree=4192812/4192956
[pid=17333] ppid=17331 vsize=16868 CPUtime=0.07
/proc/17333/stat : 17333 (sugar) S 17331 17333 16948 0 -1 4194304 1227 128 0 0 6 1 0 0 25 0 1 0 22162263 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17333/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.210274 s]
/proc/loadavg: 1.99 2.02 2.26 4/80 17333
/proc/meminfo: memFree=1828440/2055920 swapFree=4192812/4192956
[pid=17333] ppid=17331 vsize=16868 CPUtime=0.07
/proc/17333/stat : 17333 (sugar) S 17331 17333 16948 0 -1 4194304 1227 128 0 0 6 1 0 0 25 0 1 0 22162263 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17333/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301284 s]
/proc/loadavg: 1.99 2.02 2.26 4/80 17333
/proc/meminfo: memFree=1828440/2055920 swapFree=4192812/4192956
[pid=17333] ppid=17331 vsize=16868 CPUtime=0.07
/proc/17333/stat : 17333 (sugar) S 17331 17333 16948 0 -1 4194304 1227 128 0 0 6 1 0 0 25 0 1 0 22162263 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17333/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701329 s]
/proc/loadavg: 1.99 2.02 2.26 4/80 17333
/proc/meminfo: memFree=1828440/2055920 swapFree=4192812/4192956
[pid=17333] ppid=17331 vsize=16868 CPUtime=0.29
/proc/17333/stat : 17333 (sugar) S 17331 17333 16948 0 -1 4194304 1310 4354 0 1 6 1 19 3 15 0 1 0 22162263 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17333/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 16868

[startup+1.50243 s]
/proc/loadavg: 1.99 2.02 2.26 4/91 17355
/proc/meminfo: memFree=1811776/2055920 swapFree=4192812/4192956
[pid=17333] ppid=17331 vsize=16868 CPUtime=0.29
/proc/17333/stat : 17333 (sugar) S 17331 17333 16948 0 -1 4194304 1310 4354 0 1 6 1 19 3 15 0 1 0 22162263 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17333/statm: 4217 1111 409 3 0 796 0
[pid=17346] ppid=17333 vsize=5356 CPUtime=0
/proc/17346/stat : 17346 (sh) S 17333 17333 16948 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22162298 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17346/statm: 1339 233 193 169 0 50 0
[pid=17347] ppid=17346 vsize=864292 CPUtime=1.11
/proc/17347/stat : 17347 (java) S 17346 17333 16948 0 -1 0 6990 0 1 0 106 5 0 0 18 0 9 0 22162298 885035008 6122 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17347/statm: 216073 6122 2590 9 0 210550 0
[pid=17347/tid=17348] ppid=17346 vsize=864292 CPUtime=0.87
/proc/17347/task/17348/stat : 17348 (java) R 17346 17333 16948 0 -1 64 2838 0 1 0 85 2 0 0 25 0 9 0 22162299 885035008 6122 996147200 134512640 134550932 4294955936 18446744073709551615 102142579 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17347/tid=17349] ppid=17346 vsize=864292 CPUtime=0.14
/proc/17347/task/17349/stat : 17349 (java) S 17346 17333 16948 0 -1 64 3131 0 0 0 13 1 0 0 16 0 9 0 22162300 885035008 6122 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17347/tid=17350] ppid=17346 vsize=864292 CPUtime=0
/proc/17347/task/17350/stat : 17350 (java) S 17346 17333 16948 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22162300 885035008 6122 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17347/tid=17351] ppid=17346 vsize=864292 CPUtime=0
/proc/17347/task/17351/stat : 17351 (java) S 17346 17333 16948 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22162300 885035008 6122 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17347/tid=17352] ppid=17346 vsize=864292 CPUtime=0
/proc/17347/task/17352/stat : 17352 (java) S 17346 17333 16948 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22162303 885035008 6122 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17347/tid=17353] ppid=17346 vsize=864292 CPUtime=0.07
/proc/17347/task/17353/stat : 17353 (java) S 17346 17333 16948 0 -1 64 322 0 0 0 7 0 0 0 16 0 9 0 22162303 885035008 6122 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17347/tid=17354] ppid=17346 vsize=864292 CPUtime=0
/proc/17347/task/17354/stat : 17354 (java) S 17346 17333 16948 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22162303 885035008 6122 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17347/tid=17355] ppid=17346 vsize=864292 CPUtime=0
/proc/17347/task/17355/stat : 17355 (java) S 17346 17333 16948 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22162303 885035008 6122 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 886516

[startup+3.10263 s]
/proc/loadavg: 1.99 2.02 2.26 3/91 17355
/proc/meminfo: memFree=1807888/2055920 swapFree=4192812/4192956
[pid=17333] ppid=17331 vsize=16868 CPUtime=0.29
/proc/17333/stat : 17333 (sugar) S 17331 17333 16948 0 -1 4194304 1310 4354 0 1 6 1 19 3 15 0 1 0 22162263 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17333/statm: 4217 1111 409 3 0 796 0
[pid=17346] ppid=17333 vsize=5356 CPUtime=0
/proc/17346/stat : 17346 (sh) S 17333 17333 16948 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22162298 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17346/statm: 1339 233 193 169 0 50 0
[pid=17347] ppid=17346 vsize=864292 CPUtime=2.7
/proc/17347/stat : 17347 (java) S 17346 17333 16948 0 -1 0 7604 0 1 0 261 9 0 0 18 0 9 0 22162298 885035008 6472 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17347/statm: 216073 6472 2589 9 0 210550 0
[pid=17347/tid=17348] ppid=17346 vsize=864292 CPUtime=2.25
/proc/17347/task/17348/stat : 17348 (java) R 17346 17333 16948 0 -1 64 3099 0 1 0 221 4 0 0 25 0 9 0 22162299 885035008 6472 996147200 134512640 134550932 4294955936 18446744073709551615 4125952247 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17347/tid=17349] ppid=17346 vsize=864292 CPUtime=0.36
/proc/17347/task/17349/stat : 17349 (java) S 17346 17333 16948 0 -1 64 3483 0 0 0 32 4 0 0 16 0 9 0 22162300 885035008 6472 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17347/tid=17350] ppid=17346 vsize=864292 CPUtime=0
/proc/17347/task/17350/stat : 17350 (java) S 17346 17333 16948 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22162300 885035008 6472 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17347/tid=17351] ppid=17346 vsize=864292 CPUtime=0
/proc/17347/task/17351/stat : 17351 (java) S 17346 17333 16948 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22162300 885035008 6472 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17347/tid=17352] ppid=17346 vsize=864292 CPUtime=0
/proc/17347/task/17352/stat : 17352 (java) S 17346 17333 16948 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22162303 885035008 6472 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17347/tid=17353] ppid=17346 vsize=864292 CPUtime=0.07
/proc/17347/task/17353/stat : 17353 (java) S 17346 17333 16948 0 -1 64 323 0 0 0 7 0 0 0 16 0 9 0 22162303 885035008 6472 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17347/tid=17354] ppid=17346 vsize=864292 CPUtime=0
/proc/17347/task/17354/stat : 17354 (java) S 17346 17333 16948 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22162303 885035008 6472 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17347/tid=17355] ppid=17346 vsize=864292 CPUtime=0
/proc/17347/task/17355/stat : 17355 (java) S 17346 17333 16948 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22162303 885035008 6472 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 886516

[startup+6.30182 s]
/proc/loadavg: 1.99 2.02 2.26 3/91 17355
/proc/meminfo: memFree=1803344/2055920 swapFree=4192812/4192956
[pid=17333] ppid=17331 vsize=16868 CPUtime=0.29
/proc/17333/stat : 17333 (sugar) S 17331 17333 16948 0 -1 4194304 1310 4354 0 1 6 1 19 3 15 0 1 0 22162263 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17333/statm: 4217 1111 409 3 0 796 0
[pid=17346] ppid=17333 vsize=5356 CPUtime=0
/proc/17346/stat : 17346 (sh) S 17333 17333 16948 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22162298 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17346/statm: 1339 233 193 169 0 50 0
[pid=17347] ppid=17346 vsize=864368 CPUtime=4.76
/proc/17347/stat : 17347 (java) S 17346 17333 16948 0 -1 0 8190 0 1 0 449 27 0 0 18 0 9 0 22162298 885112832 6497 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17347/statm: 216092 6497 2590 9 0 210569 0
[pid=17347/tid=17348] ppid=17346 vsize=864368 CPUtime=3.96
/proc/17347/task/17348/stat : 17348 (java) R 17346 17333 16948 0 -1 64 3407 0 1 0 383 13 0 0 25 0 9 0 22162299 885112832 6497 996147200 134512640 134550932 4294955936 18446744073709551615 102094293 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17347/tid=17349] ppid=17346 vsize=864368 CPUtime=0.63
/proc/17347/task/17349/stat : 17349 (java) S 17346 17333 16948 0 -1 64 3756 0 0 0 54 9 0 0 16 0 9 0 22162300 885112832 6497 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17347/tid=17350] ppid=17346 vsize=864368 CPUtime=0
/proc/17347/task/17350/stat : 17350 (java) S 17346 17333 16948 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22162300 885112832 6497 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17347/tid=17351] ppid=17346 vsize=864368 CPUtime=0
/proc/17347/task/17351/stat : 17351 (java) S 17346 17333 16948 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22162300 885112832 6497 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17347/tid=17352] ppid=17346 vsize=864368 CPUtime=0
/proc/17347/task/17352/stat : 17352 (java) S 17346 17333 16948 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22162303 885112832 6497 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17347/tid=17353] ppid=17346 vsize=864368 CPUtime=0.08
/proc/17347/task/17353/stat : 17353 (java) S 17346 17333 16948 0 -1 64 328 0 0 0 8 0 0 0 16 0 9 0 22162303 885112832 6497 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17347/tid=17354] ppid=17346 vsize=864368 CPUtime=0
/proc/17347/task/17354/stat : 17354 (java) S 17346 17333 16948 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22162303 885112832 6497 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17347/tid=17355] ppid=17346 vsize=864368 CPUtime=0.05
/proc/17347/task/17355/stat : 17355 (java) S 17346 17333 16948 0 -1 64 1 0 0 0 2 3 0 0 15 0 9 0 22162303 885112832 6497 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.05
Current children cumulated vsize (KiB) 886592

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

[startup+6.50185 s]
/proc/loadavg: 1.99 2.02 2.26 3/91 17355
/proc/meminfo: memFree=1803344/2055920 swapFree=4192812/4192956
[pid=17333] ppid=17331 vsize=16868 CPUtime=0.29
/proc/17333/stat : 17333 (sugar) S 17331 17333 16948 0 -1 4194304 1310 4354 0 1 6 1 19 3 15 0 1 0 22162263 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17333/statm: 4217 1111 409 3 0 796 0
[pid=17346] ppid=17333 vsize=5356 CPUtime=0
/proc/17346/stat : 17346 (sh) S 17333 17333 16948 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22162298 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17346/statm: 1339 233 193 169 0 50 0
[pid=17347] ppid=17346 vsize=864368 CPUtime=4.95
/proc/17347/stat : 17347 (java) S 17346 17333 16948 0 -1 0 8231 0 1 0 468 27 0 0 18 0 9 0 22162298 885112832 6497 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17347/statm: 216092 6497 2590 9 0 210569 0
[pid=17347/tid=17348] ppid=17346 vsize=864368 CPUtime=4.14
/proc/17347/task/17348/stat : 17348 (java) R 17346 17333 16948 0 -1 64 3448 0 1 0 401 13 0 0 25 0 9 0 22162299 885112832 6497 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17347/tid=17349] ppid=17346 vsize=864368 CPUtime=0.65
/proc/17347/task/17349/stat : 17349 (java) S 17346 17333 16948 0 -1 64 3756 0 0 0 56 9 0 0 15 0 9 0 22162300 885112832 6497 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17347/tid=17350] ppid=17346 vsize=864368 CPUtime=0
/proc/17347/task/17350/stat : 17350 (java) S 17346 17333 16948 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22162300 885112832 6497 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17347/tid=17351] ppid=17346 vsize=864368 CPUtime=0
/proc/17347/task/17351/stat : 17351 (java) S 17346 17333 16948 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22162300 885112832 6497 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17347/tid=17352] ppid=17346 vsize=864368 CPUtime=0
/proc/17347/task/17352/stat : 17352 (java) S 17346 17333 16948 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22162303 885112832 6497 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17347/tid=17353] ppid=17346 vsize=864368 CPUtime=0.08
/proc/17347/task/17353/stat : 17353 (java) S 17346 17333 16948 0 -1 64 328 0 0 0 8 0 0 0 16 0 9 0 22162303 885112832 6497 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17347/tid=17354] ppid=17346 vsize=864368 CPUtime=0
/proc/17347/task/17354/stat : 17354 (java) S 17346 17333 16948 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22162303 885112832 6497 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17347/tid=17355] ppid=17346 vsize=864368 CPUtime=0.05
/proc/17347/task/17355/stat : 17355 (java) S 17346 17333 16948 0 -1 64 1 0 0 0 2 3 0 0 15 0 9 0 22162303 885112832 6497 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.24
Current children cumulated vsize (KiB) 886592

[startup+9.70122 s]
/proc/loadavg: 1.99 2.02 2.26 6/83 17357
/proc/meminfo: memFree=1811352/2055920 swapFree=4192812/4192956
[pid=17333] ppid=17331 vsize=16868 CPUtime=5.75
/proc/17333/stat : 17333 (sugar) S 17331 17333 16948 0 -1 4194304 1365 12992 0 2 6 1 535 33 16 0 1 0 22162263 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17333/statm: 4217 1113 409 3 0 796 0
[pid=17356] ppid=17333 vsize=5356 CPUtime=0
/proc/17356/stat : 17356 (sh) S 17333 17333 16948 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22162963 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17356/statm: 1339 232 193 169 0 50 0
[pid=17357] ppid=17356 vsize=7092 CPUtime=2.67
/proc/17357/stat : 17357 (picosat) R 17356 17333 16948 0 -1 4194304 1677 0 0 0 129 138 0 0 25 0 1 0 22162963 7262208 1663 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 0 0 0
/proc/17357/statm: 1773 1663 40 102 0 1668 0
Current children cumulated CPU time (s) 8.42
Current children cumulated vsize (KiB) 29316

[startup+10.5013 s]
/proc/loadavg: 1.99 2.02 2.26 3/83 17357
/proc/meminfo: memFree=1808920/2055920 swapFree=4192812/4192956
[pid=17333] ppid=17331 vsize=16868 CPUtime=5.75
/proc/17333/stat : 17333 (sugar) S 17331 17333 16948 0 -1 4194304 1365 12992 0 2 6 1 535 33 16 0 1 0 22162263 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17333/statm: 4217 1113 409 3 0 796 0
[pid=17356] ppid=17333 vsize=5356 CPUtime=0
/proc/17356/stat : 17356 (sh) S 17333 17333 16948 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22162963 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17356/statm: 1339 232 193 169 0 50 0
[pid=17357] ppid=17356 vsize=8932 CPUtime=3.46
/proc/17357/stat : 17357 (picosat) R 17356 17333 16948 0 -1 4194304 2104 0 0 0 169 177 0 0 25 0 1 0 22162963 9146368 2090 996147200 134512640 134931368 4294956256 18446744073709551615 134549242 0 0 4096 0 0 0 0 17 0 0 0
/proc/17357/statm: 2233 2090 40 102 0 2128 0
Current children cumulated CPU time (s) 9.21
Current children cumulated vsize (KiB) 31156

[startup+10.9014 s]
/proc/loadavg: 1.99 2.02 2.26 3/83 17357
/proc/meminfo: memFree=1808920/2055920 swapFree=4192812/4192956
[pid=17333] ppid=17331 vsize=16868 CPUtime=5.75
/proc/17333/stat : 17333 (sugar) S 17331 17333 16948 0 -1 4194304 1365 12992 0 2 6 1 535 33 16 0 1 0 22162263 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17333/statm: 4217 1113 409 3 0 796 0
[pid=17356] ppid=17333 vsize=5356 CPUtime=0
/proc/17356/stat : 17356 (sh) S 17333 17333 16948 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22162963 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17356/statm: 1339 232 193 169 0 50 0
[pid=17357] ppid=17356 vsize=9724 CPUtime=3.86
/proc/17357/stat : 17357 (picosat) R 17356 17333 16948 0 -1 4194304 2320 0 0 0 188 198 0 0 25 0 1 0 22162963 9957376 2306 996147200 134512640 134931368 4294956256 18446744073709551615 134546147 0 0 4096 0 0 0 0 17 0 0 0
/proc/17357/statm: 2431 2306 40 102 0 2326 0
Current children cumulated CPU time (s) 9.61
Current children cumulated vsize (KiB) 31948

[startup+11.1024 s]
/proc/loadavg: 1.99 2.02 2.26 4/91 17367
/proc/meminfo: memFree=1811800/2055920 swapFree=4192812/4192956
[pid=17333] ppid=17331 vsize=16868 CPUtime=9.75
/proc/17333/stat : 17333 (sugar) S 17331 17333 16948 0 -1 4194304 1446 15655 0 2 6 1 732 236 16 0 1 0 22162263 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17333/statm: 4217 1113 409 3 0 796 0
[pid=17358] ppid=17333 vsize=5356 CPUtime=0
/proc/17358/stat : 17358 (sh) S 17333 17333 16948 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22163365 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17358/statm: 1339 233 193 169 0 50 0
[pid=17359] ppid=17358 vsize=862008 CPUtime=0.06
/proc/17359/stat : 17359 (java) S 17358 17333 16948 0 -1 0 2728 0 1 0 5 1 0 0 18 0 9 0 22163366 882696192 2211 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17359/statm: 215502 2211 1218 9 0 210415 0
[pid=17359/tid=17360] ppid=17358 vsize=862008 CPUtime=0.05
/proc/17359/task/17360/stat : 17360 (java) R 17358 17333 16948 0 -1 64 1820 0 1 0 4 1 0 0 25 0 9 0 22163367 882696192 2211 996147200 134512640 134550932 4294955984 18446744073709551615 4125950752 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17359/tid=17361] ppid=17358 vsize=862008 CPUtime=0
/proc/17359/task/17361/stat : 17361 (java) S 17358 17333 16948 0 -1 64 2 0 0 0 0 0 0 0 21 0 9 0 22163368 882696192 2211 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17359/tid=17362] ppid=17358 vsize=862008 CPUtime=0
/proc/17359/task/17362/stat : 17362 (java) S 17358 17333 16948 0 -1 64 11 0 0 0 0 0 0 0 22 0 9 0 22163368 882696192 2211 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17359/tid=17363] ppid=17358 vsize=862008 CPUtime=0
/proc/17359/task/17363/stat : 17363 (java) S 17358 17333 16948 0 -1 64 4 0 0 0 0 0 0 0 23 0 9 0 22163368 882696192 2211 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17359/tid=17364] ppid=17358 vsize=862008 CPUtime=0
/proc/17359/task/17364/stat : 17364 (java) S 17358 17333 16948 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 22163370 882696192 2211 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17359/tid=17365] ppid=17358 vsize=862008 CPUtime=0
/proc/17359/task/17365/stat : 17365 (java) R 17358 17333 16948 0 -1 64 213 0 0 0 0 0 0 0 25 0 9 0 22163370 882696192 2211 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17359/tid=17366] ppid=17358 vsize=862008 CPUtime=0
/proc/17359/task/17366/stat : 17366 (java) S 17358 17333 16948 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 22163370 882696192 2211 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17359/tid=17367] ppid=17358 vsize=862008 CPUtime=0
/proc/17359/task/17367/stat : 17367 (java) S 17358 17333 16948 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 22163370 882696192 2211 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9.81
Current children cumulated vsize (KiB) 884232

Child status: 0
Real time (s): 11.1896
CPU time (s): 9.92249
CPU user time (s): 7.51286
CPU system time (s): 2.40963
CPU usage (%): 88.6763
Max. virtual memory (cumulated for all children) (KiB): 887240

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.51286
system time used= 2.40963
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20993
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= 8699
involuntary context switches= 8841

runsolver used 0.044993 second user time and 0.045993 second system time

The end

Launcher Data

Begin job on node28 at 2009-07-12 00:22:36
IDJOB=2070014
IDBENCH=55123
IDSOLVER=738
FILE ID=node28/2070014-1247350956
PBS_JOBID= 9506896
Free space on /tmp= 66096 MiB

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

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

MD5SUM BENCH= f1abc2485483510c123c36e7412d4cfa
RANDOM SEED=418290051

node28.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.230
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.230
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:       1828920 kB
Buffers:         10712 kB
Cached:          54840 kB
SwapCached:          0 kB
Active:         154224 kB
Inactive:        24444 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1828920 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1828 kB
Writeback:           0 kB
Mapped:         130984 kB
Slab:            33164 kB
Committed_AS:   892900 kB
PageTables:       2024 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= 66096 MiB
End job on node28 at 2009-07-12 00:22:48