Trace number 2079497

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+minisatUNSAT 8.5547 8.71718

General information on the benchmark

Namecsp/lexVg/
normalized-crossword-m1c-lex-vg13-15_ext.xml
MD5SUMb258f11631d15fef104a51006eeac6bf
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.022996
Satisfiable
(Un)Satisfiability was proved
Number of variables195
Number of constraints28
Maximum constraint arity15
Maximum domain size26
Number of constraints which are defined in extension28
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.07/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.07/0.08	c 0	BEGIN Sun Jul 12 05:09:29 2009
0.07/0.08	c 0	PID 28825
0.07/0.08	c 0	HOST node44.alineos.net
0.07/0.08	c 0	CONVERTING HOME/instance-2079497-1247368169.xml TO HOME/temp.csp
0.07/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-2079497-1247368169.xml' 'HOME/temp.csp'
0.07/0.32	c 0	1 domains, 195 variables, 0 predicates, 2 relations, 28 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.32/0.44	c 1	Parsing HOME/temp.csp
0.32/0.49	c 1	parsed 226 expressions
0.32/0.50	c 1	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.32/0.50	c 1	Converting to clausal form CSP
0.32/0.52	c 1	converted 23 (10%) expressions
0.32/0.52	c 1	converted 46 (20%) expressions
0.32/0.52	c 1	converted 68 (30%) expressions
0.32/0.52	c 1	converted 91 (40%) expressions
0.32/0.53	c 1	converted 113 (50%) expressions
0.32/0.53	c 1	converted 136 (60%) expressions
0.32/0.53	c 1	converted 159 (70%) expressions
0.32/0.53	c 1	converted 181 (80%) expressions
0.32/0.57	c 1	converted 204 (90%) expressions
0.32/0.68	c 1	converted 226 (100%) expressions
0.32/0.68	c 1	CSP : 195 integers, 0 booleans, 28 clauses, largest domain size 26
0.32/0.68	c 1	Heap : 5 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.32/0.68	c 1	Propagation in CSP
0.32/0.68	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.32/0.68	c 1	CSP : 195 integers, 0 booleans, 28 clauses, largest domain size 26
0.32/0.68	c 1	Heap : 5 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.32/0.68	c 1	Simplifing CSP by introducing new Boolean variables
0.32/0.69	c 1	CSP : 195 integers, 0 booleans, 28 clauses, largest domain size 26
0.32/0.69	c 1	Heap : 5 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.32/0.73	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.32/0.74	c 1	20 (10%) CSP integer variables are encoded (480 clauses, 5136 bytes)
0.32/0.75	c 1	39 (20%) CSP integer variables are encoded (936 clauses, 10152 bytes)
0.32/0.75	c 1	59 (30%) CSP integer variables are encoded (1416 clauses, 16345 bytes)
0.32/0.75	c 1	78 (40%) CSP integer variables are encoded (1872 clauses, 22273 bytes)
0.32/0.75	c 1	98 (50%) CSP integer variables are encoded (2352 clauses, 28513 bytes)
0.32/0.75	c 1	117 (60%) CSP integer variables are encoded (2808 clauses, 34441 bytes)
0.32/0.76	c 1	137 (70%) CSP integer variables are encoded (3288 clauses, 40681 bytes)
0.32/0.76	c 1	156 (80%) CSP integer variables are encoded (3744 clauses, 46609 bytes)
0.32/0.76	c 1	176 (90%) CSP integer variables are encoded (4224 clauses, 52849 bytes)
0.32/0.76	c 1	195 (100%) CSP integer variables are encoded (4680 clauses, 58777 bytes)
1.94/2.05	c 2	3 (10%) CSP clauses are encoded (24927 clauses, 1638598 bytes)
3.12/3.30	c 3	6 (20%) CSP clauses are encoded (45174 clauses, 3250823 bytes)
4.40/4.56	c 5	9 (30%) CSP clauses are encoded (65421 clauses, 4876076 bytes)
5.69/5.84	c 6	12 (40%) CSP clauses are encoded (85668 clauses, 6526211 bytes)
6.48/6.64	c 7	14 (50%) CSP clauses are encoded (99166 clauses, 7634401 bytes)
7.07/7.22	c 7	17 (60%) CSP clauses are encoded (108813 clauses, 8393860 bytes)
7.27/7.40	c 7	20 (70%) CSP clauses are encoded (113160 clauses, 8769299 bytes)
7.37/7.58	c 8	23 (80%) CSP clauses are encoded (117507 clauses, 9165707 bytes)
7.57/7.77	c 8	26 (90%) CSP clauses are encoded (121854 clauses, 9562115 bytes)
7.66/7.90	c 8	28 (100%) CSP clauses are encoded (124752 clauses, 9826387 bytes)
7.66/7.90	c 8	28 CSP clauses encoded
7.66/7.90	c 8	Writing map file : HOME/temp.map
7.75/7.90	c 8	Heap : 8 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
7.75/7.90	c 8	SAT : 4875 SAT variables, 124752 SAT clauses, 9826387 bytes
7.75/7.91	c 8	Heap : 8 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
7.75/7.93	c 8	SOLVING HOME/temp.cnf
7.75/7.93	c 8	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
7.75/7.93	c 8	This is MiniSat 2.0 beta
7.75/7.93	c 8	WARNING: for repeatability, setting FPU to use double precision
7.75/7.93	c 8	============================[ Problem Statistics ]=============================
7.75/7.93	c 8	|                                                                             |
7.75/7.93	c 8	|  Number of variables:  4875                                                 |
7.75/7.93	c 8	|  Number of clauses:    124752                                               |
7.77/8.15	c 8	|  Parsing time:         0.20         s                                       |
7.77/8.17	c 8	============================[ Search Statistics ]==============================
7.77/8.17	c 8	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
7.77/8.17	c 8	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
7.77/8.17	c 8	===============================================================================
7.77/8.17	c 8	|         0 |    4755   121656  1800765 |    40552        0    nan |  0.000 % |
7.77/8.18	c 8	|       101 |    4747   121656  1800765 |    44607       96      8 |  2.646 % |
7.77/8.19	c 8	|       253 |    4747   121656  1800765 |    49067      248      7 |  2.646 % |
7.77/8.20	c 8	|       480 |    4747   121656  1800765 |    53974      475      8 |  2.646 % |
7.77/8.21	c 8	|       819 |    4746   121656  1800765 |    59372      813      8 |  2.687 % |
7.77/8.24	c 8	|      1325 |    4745   121656  1800765 |    65309     1319      7 |  2.687 % |
7.77/8.29	c 8	|      2084 |    4745   121656  1800765 |    71840     2078      8 |  2.687 % |
7.77/8.35	c 8	|      3225 |    4744   121656  1800765 |    79024     3218      9 |  2.769 % |
7.77/8.50	c 9	|      4934 |    4742   121656  1800765 |    86926     4925      9 |  2.851 % |
7.77/8.53	c 9	===============================================================================
7.77/8.53	c 9	restarts              : 9
7.77/8.53	c 9	conflicts             : 5204           (9115 /sec)
7.77/8.53	c 9	decisions             : 8144           (1.68 % random) (14265 /sec)
7.77/8.53	c 9	propagations          : 286596         (501996 /sec)
7.77/8.53	c 9	conflict literals     : 45436          (27.82 % deleted)
7.77/8.53	c 9	Memory used           : 13.41 MB
7.77/8.53	c 9	CPU time              : 0.570913 s
7.77/8.53	c 9	
7.77/8.53	c 9	UNSATISFIABLE
7.77/8.53	c 9	DECODING HOME/temp.out WITH HOME/temp.map
7.77/8.53	c 9	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'
8.40/8.62	c 9	Decoding HOME/temp.out
8.40/8.66	s UNSATISFIABLE
8.40/8.67	c 9	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
8.52/8.71	c 9	CPU 8.53 (0.06 0.02 8.14 0.31)
8.52/8.71	c 9	END Sun Jul 12 05:09:38 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-2079497-1247368169/watcher-2079497-1247368169 -o /tmp/evaluation-result-2079497-1247368169/solver-2079497-1247368169 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-2079497-1247368169.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.69 2.77 2.56 4/82 28825
/proc/meminfo: memFree=1466760/2055920 swapFree=4192812/4192956
[pid=28825] ppid=28823 vsize=18576 CPUtime=0
/proc/28825/stat : 28825 (runsolver) R 28823 28825 23988 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 23880779 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 264840473895 0 0 4096 24578 0 0 0 17 1 0 0
/proc/28825/statm: 4644 284 249 26 0 2626 0

[startup+0.0830031 s]
/proc/loadavg: 2.69 2.77 2.56 4/82 28825
/proc/meminfo: memFree=1466760/2055920 swapFree=4192812/4192956
[pid=28825] ppid=28823 vsize=16740 CPUtime=0.07
/proc/28825/stat : 28825 (sugar) R 28823 28825 23988 0 -1 4194304 1108 0 0 0 6 1 0 0 18 0 1 0 23880779 17141760 1076 996147200 4194304 4206940 548682068608 18446744073709551615 264858332784 0 0 4224 0 0 0 0 17 1 0 0
/proc/28825/statm: 4185 1076 381 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.101995 s]
/proc/loadavg: 2.69 2.77 2.56 4/82 28825
/proc/meminfo: memFree=1466760/2055920 swapFree=4192812/4192956
[pid=28825] ppid=28823 vsize=16868 CPUtime=0.07
/proc/28825/stat : 28825 (sugar) S 28823 28825 23988 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 23880779 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28825/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.303015 s]
/proc/loadavg: 2.69 2.77 2.56 4/82 28825
/proc/meminfo: memFree=1466760/2055920 swapFree=4192812/4192956
[pid=28825] ppid=28823 vsize=16868 CPUtime=0.07
/proc/28825/stat : 28825 (sugar) S 28823 28825 23988 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 23880779 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28825/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.702068 s]
/proc/loadavg: 2.69 2.77 2.56 4/82 28825
/proc/meminfo: memFree=1466760/2055920 swapFree=4192812/4192956
[pid=28825] ppid=28823 vsize=16868 CPUtime=0.32
/proc/28825/stat : 28825 (sugar) S 28823 28825 23988 0 -1 4194304 1310 4318 0 1 6 1 22 3 15 0 1 0 23880779 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28825/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 16868

[startup+1.50114 s]
/proc/loadavg: 2.69 2.77 2.56 3/93 28847
/proc/meminfo: memFree=1450544/2055920 swapFree=4192812/4192956
[pid=28825] ppid=28823 vsize=16868 CPUtime=0.32
/proc/28825/stat : 28825 (sugar) S 28823 28825 23988 0 -1 4194304 1310 4318 0 1 6 1 22 3 15 0 1 0 23880779 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28825/statm: 4217 1111 409 3 0 796 0
[pid=28838] ppid=28825 vsize=5356 CPUtime=0
/proc/28838/stat : 28838 (sh) S 28825 28825 23988 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23880815 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28838/statm: 1339 233 193 169 0 50 0
[pid=28839] ppid=28838 vsize=864268 CPUtime=1.11
/proc/28839/stat : 28839 (java) S 28838 28825 23988 0 -1 0 6970 0 1 0 106 5 0 0 18 0 9 0 23880815 885010432 6138 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28839/statm: 216067 6138 2590 9 0 210544 0
[pid=28839/tid=28840] ppid=28838 vsize=864268 CPUtime=0.84
/proc/28839/task/28840/stat : 28840 (java) R 28838 28825 23988 0 -1 64 2797 0 1 0 82 2 0 0 25 0 9 0 23880816 885010432 6138 996147200 134512640 134550932 4294955936 18446744073709551615 102094187 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28839/tid=28841] ppid=28838 vsize=864268 CPUtime=0.17
/proc/28839/task/28841/stat : 28841 (java) S 28838 28825 23988 0 -1 64 3155 0 0 0 16 1 0 0 16 0 9 0 23880817 885010432 6138 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28839/tid=28842] ppid=28838 vsize=864268 CPUtime=0
/proc/28839/task/28842/stat : 28842 (java) S 28838 28825 23988 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23880818 885010432 6138 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28839/tid=28843] ppid=28838 vsize=864268 CPUtime=0
/proc/28839/task/28843/stat : 28843 (java) S 28838 28825 23988 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 23880818 885010432 6138 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28839/tid=28844] ppid=28838 vsize=864268 CPUtime=0
/proc/28839/task/28844/stat : 28844 (java) S 28838 28825 23988 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23880820 885010432 6138 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28839/tid=28845] ppid=28838 vsize=864268 CPUtime=0.07
/proc/28839/task/28845/stat : 28845 (java) S 28838 28825 23988 0 -1 64 320 0 0 0 7 0 0 0 16 0 9 0 23880820 885010432 6138 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28839/tid=28846] ppid=28838 vsize=864268 CPUtime=0
/proc/28839/task/28846/stat : 28846 (java) S 28838 28825 23988 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23880820 885010432 6138 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28839/tid=28847] ppid=28838 vsize=864268 CPUtime=0
/proc/28839/task/28847/stat : 28847 (java) S 28838 28825 23988 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23880820 885010432 6138 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 886492

[startup+3.10131 s]
/proc/loadavg: 2.69 2.77 2.56 3/93 28847
/proc/meminfo: memFree=1445808/2055920 swapFree=4192812/4192956
[pid=28825] ppid=28823 vsize=16868 CPUtime=0.32
/proc/28825/stat : 28825 (sugar) S 28823 28825 23988 0 -1 4194304 1310 4318 0 1 6 1 22 3 16 0 1 0 23880779 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28825/statm: 4217 1111 409 3 0 796 0
[pid=28838] ppid=28825 vsize=5356 CPUtime=0
/proc/28838/stat : 28838 (sh) S 28825 28825 23988 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23880815 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28838/statm: 1339 233 193 169 0 50 0
[pid=28839] ppid=28838 vsize=864376 CPUtime=2.7
/proc/28839/stat : 28839 (java) S 28838 28825 23988 0 -1 0 7623 0 1 0 262 8 0 0 18 0 9 0 23880815 885121024 6583 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28839/statm: 216094 6583 2589 9 0 210571 0
[pid=28839/tid=28840] ppid=28838 vsize=864376 CPUtime=2.3
/proc/28839/task/28840/stat : 28840 (java) R 28838 28825 23988 0 -1 64 3002 0 1 0 226 4 0 0 25 0 9 0 23880816 885121024 6583 996147200 134512640 134550932 4294955936 18446744073709551615 102094223 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28839/tid=28841] ppid=28838 vsize=864376 CPUtime=0.3
/proc/28839/task/28841/stat : 28841 (java) S 28838 28825 23988 0 -1 64 3603 0 0 0 27 3 0 0 16 0 9 0 23880817 885121024 6583 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28839/tid=28842] ppid=28838 vsize=864376 CPUtime=0
/proc/28839/task/28842/stat : 28842 (java) S 28838 28825 23988 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23880818 885121024 6583 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28839/tid=28843] ppid=28838 vsize=864376 CPUtime=0
/proc/28839/task/28843/stat : 28843 (java) S 28838 28825 23988 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 23880818 885121024 6583 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28839/tid=28844] ppid=28838 vsize=864376 CPUtime=0
/proc/28839/task/28844/stat : 28844 (java) S 28838 28825 23988 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23880820 885121024 6583 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28839/tid=28845] ppid=28838 vsize=864376 CPUtime=0.07
/proc/28839/task/28845/stat : 28845 (java) S 28838 28825 23988 0 -1 64 320 0 0 0 7 0 0 0 16 0 9 0 23880820 885121024 6583 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28839/tid=28846] ppid=28838 vsize=864376 CPUtime=0
/proc/28839/task/28846/stat : 28846 (java) S 28838 28825 23988 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23880820 885121024 6583 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28839/tid=28847] ppid=28838 vsize=864376 CPUtime=0
/proc/28839/task/28847/stat : 28847 (java) S 28838 28825 23988 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23880820 885121024 6583 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 886600

[startup+6.30263 s]
/proc/loadavg: 2.63 2.76 2.56 3/93 28847
/proc/meminfo: memFree=1440176/2055920 swapFree=4192812/4192956
[pid=28825] ppid=28823 vsize=16868 CPUtime=0.32
/proc/28825/stat : 28825 (sugar) S 28823 28825 23988 0 -1 4194304 1310 4318 0 1 6 1 22 3 16 0 1 0 23880779 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28825/statm: 4217 1111 409 3 0 796 0
[pid=28838] ppid=28825 vsize=5356 CPUtime=0
/proc/28838/stat : 28838 (sh) S 28825 28825 23988 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23880815 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28838/statm: 1339 233 193 169 0 50 0
[pid=28839] ppid=28838 vsize=864376 CPUtime=5.87
/proc/28839/stat : 28839 (java) S 28838 28825 23988 0 -1 0 8860 0 1 0 571 16 0 0 18 0 9 0 23880815 885121024 6811 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28839/statm: 216094 6811 2590 9 0 210571 0
[pid=28839/tid=28840] ppid=28838 vsize=864376 CPUtime=5.14
/proc/28839/task/28840/stat : 28840 (java) R 28838 28825 23988 0 -1 64 3416 0 1 0 506 8 0 0 25 0 9 0 23880816 885121024 6811 996147200 134512640 134550932 4294955936 18446744073709551615 4126472231 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28839/tid=28841] ppid=28838 vsize=864376 CPUtime=0.61
/proc/28839/task/28841/stat : 28841 (java) S 28838 28825 23988 0 -1 64 4420 0 0 0 54 7 0 0 16 0 9 0 23880817 885121024 6811 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28839/tid=28842] ppid=28838 vsize=864376 CPUtime=0
/proc/28839/task/28842/stat : 28842 (java) S 28838 28825 23988 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23880818 885121024 6811 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28839/tid=28843] ppid=28838 vsize=864376 CPUtime=0
/proc/28839/task/28843/stat : 28843 (java) S 28838 28825 23988 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 23880818 885121024 6811 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28839/tid=28844] ppid=28838 vsize=864376 CPUtime=0
/proc/28839/task/28844/stat : 28844 (java) S 28838 28825 23988 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23880820 885121024 6811 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28839/tid=28845] ppid=28838 vsize=864376 CPUtime=0.08
/proc/28839/task/28845/stat : 28845 (java) S 28838 28825 23988 0 -1 64 326 0 0 0 8 0 0 0 16 0 9 0 23880820 885121024 6811 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28839/tid=28846] ppid=28838 vsize=864376 CPUtime=0
/proc/28839/task/28846/stat : 28846 (java) S 28838 28825 23988 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23880820 885121024 6811 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28839/tid=28847] ppid=28838 vsize=864376 CPUtime=0
/proc/28839/task/28847/stat : 28847 (java) S 28838 28825 23988 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23880820 885121024 6811 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 886600

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

[startup+7.9028 s]
/proc/loadavg: 2.63 2.76 2.56 3/93 28847
/proc/meminfo: memFree=1436912/2055920 swapFree=4192812/4192956
[pid=28825] ppid=28823 vsize=16868 CPUtime=0.32
/proc/28825/stat : 28825 (sugar) S 28823 28825 23988 0 -1 4194304 1310 4318 0 1 6 1 22 3 15 0 1 0 23880779 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28825/statm: 4217 1111 409 3 0 796 0
[pid=28838] ppid=28825 vsize=5356 CPUtime=0
/proc/28838/stat : 28838 (sh) S 28825 28825 23988 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23880815 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28838/statm: 1339 233 193 169 0 50 0
[pid=28839] ppid=28838 vsize=864376 CPUtime=7.43
/proc/28839/stat : 28839 (java) S 28838 28825 23988 0 -1 0 9691 0 1 0 722 21 0 0 18 0 9 0 23880815 885121024 6815 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28839/statm: 216094 6815 2590 9 0 210571 0
[pid=28839/tid=28840] ppid=28838 vsize=864376 CPUtime=6.54
/proc/28839/task/28840/stat : 28840 (java) R 28838 28825 23988 0 -1 64 3680 0 1 0 644 10 0 0 25 0 9 0 23880816 885121024 6815 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28839/tid=28841] ppid=28838 vsize=864376 CPUtime=0.77
/proc/28839/task/28841/stat : 28841 (java) S 28838 28825 23988 0 -1 64 4987 0 0 0 68 9 0 0 16 0 9 0 23880817 885121024 6815 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28839/tid=28842] ppid=28838 vsize=864376 CPUtime=0
/proc/28839/task/28842/stat : 28842 (java) S 28838 28825 23988 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23880818 885121024 6815 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28839/tid=28843] ppid=28838 vsize=864376 CPUtime=0
/proc/28839/task/28843/stat : 28843 (java) S 28838 28825 23988 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 23880818 885121024 6815 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28839/tid=28844] ppid=28838 vsize=864376 CPUtime=0
/proc/28839/task/28844/stat : 28844 (java) S 28838 28825 23988 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23880820 885121024 6815 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28839/tid=28845] ppid=28838 vsize=864376 CPUtime=0.08
/proc/28839/task/28845/stat : 28845 (java) R 28838 28825 23988 0 -1 64 326 0 0 0 8 0 0 0 16 0 9 0 23880820 885121024 6815 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28839/tid=28846] ppid=28838 vsize=864376 CPUtime=0
/proc/28839/task/28846/stat : 28846 (java) S 28838 28825 23988 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23880820 885121024 6815 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28839/tid=28847] ppid=28838 vsize=864376 CPUtime=0
/proc/28839/task/28847/stat : 28847 (java) S 28838 28825 23988 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23880820 885121024 6815 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.75
Current children cumulated vsize (KiB) 886600

[startup+8.30184 s]
/proc/loadavg: 2.63 2.76 2.56 3/93 28847
/proc/meminfo: memFree=1436912/2055920 swapFree=4192812/4192956
[pid=28825] ppid=28823 vsize=16868 CPUtime=7.77
/proc/28825/stat : 28825 (sugar) S 28823 28825 23988 0 -1 4194304 1376 14308 0 2 6 1 745 25 15 0 1 0 23880779 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28825/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 7.77
Current children cumulated vsize (KiB) 16868

[startup+8.70293 s]
/proc/loadavg: 2.58 2.75 2.55 3/86 28859
/proc/meminfo: memFree=1449832/2055920 swapFree=4192812/4192956
[pid=28825] ppid=28823 vsize=16868 CPUtime=8.4
/proc/28825/stat : 28825 (sugar) S 28823 28825 23988 0 -1 4194304 1449 17937 0 2 6 2 803 29 15 0 1 0 23880779 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28825/statm: 4217 1113 409 3 0 796 0
[pid=28850] ppid=28825 vsize=5356 CPUtime=0
/proc/28850/stat : 28850 (sh) S 28825 28825 23988 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23881633 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28850/statm: 1339 233 193 169 0 50 0
[pid=28851] ppid=28850 vsize=0 CPUtime=0.12
/proc/28851/stat : 28851 (java) Z 28850 28825 23988 0 -1 12 3490 0 1 0 10 2 0 0 15 0 2 0 23881633 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28851/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 8.52
Current children cumulated vsize (KiB) 22224

Child status: 0
Real time (s): 8.71718
CPU time (s): 8.5547
CPU user time (s): 8.20875
CPU system time (s): 0.345947
CPU usage (%): 98.136
Max. virtual memory (cumulated for all children) (KiB): 886648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.20875
system time used= 0.345947
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23249
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= 9748
involuntary context switches= 9794

runsolver used 0.022996 second user time and 0.038994 second system time

The end

Launcher Data

Begin job on node44 at 2009-07-12 05:09:29
IDJOB=2079497
IDBENCH=56905
IDSOLVER=739
FILE ID=node44/2079497-1247368169
PBS_JOBID= 9506993
Free space on /tmp= 66384 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/lexVg/normalized-crossword-m1c-lex-vg13-15_ext.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2079497-1247368169/watcher-2079497-1247368169 -o /tmp/evaluation-result-2079497-1247368169/solver-2079497-1247368169 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-2079497-1247368169.xml

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

MD5SUM BENCH= b258f11631d15fef104a51006eeac6bf
RANDOM SEED=654493809

node44.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.219
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.219
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:       1467240 kB
Buffers:          8656 kB
Cached:          67776 kB
SwapCached:          0 kB
Active:         514464 kB
Inactive:        23784 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1467240 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1532 kB
Writeback:           0 kB
Mapped:         482280 kB
Slab:            34872 kB
Committed_AS:   684020 kB
PageTables:       2692 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= 66384 MiB
End job on node44 at 2009-07-12 05:09:38