Trace number 2062865

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+minisatSAT 57.3593 58.0304

General information on the benchmark

Namecsp/ortholatin/
normalized-ortholatin-7.xml
MD5SUMecb6f233f61e5d259266e5fb1cd34725
Bench CategoryAlldiff (alldiff)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark9.42557
Satisfiable
(Un)Satisfiability was proved
Number of variables147
Number of constraints78
Maximum constraint arity49
Maximum domain size49
Number of constraints which are defined in extension49
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)alldifferent(29)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sat Jul 11 18:29:43 2009
0.00/0.08	c 0	PID 16275
0.07/0.09	c 0	HOST node6.alineos.net
0.07/0.09	c 0	CONVERTING HOME/instance-2062865-1247329783.xml TO HOME/temp.csp
0.07/0.09	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2062865-1247329783.xml' 'HOME/temp.csp'
0.07/0.30	c 0	2 domains, 147 variables, 0 predicates, 1 relations, 78 constraints
0.07/0.30	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.31	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.07/0.39	c 0	Parsing HOME/temp.csp
0.27/0.42	c 0	parsed 228 expressions
0.27/0.43	c 0	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.27/0.43	c 0	Converting to clausal form CSP
0.27/0.45	c 0	converted 23 (10%) expressions
0.27/0.45	c 0	converted 46 (20%) expressions
0.27/0.45	c 0	converted 69 (30%) expressions
0.27/0.45	c 0	converted 92 (40%) expressions
0.27/0.45	c 0	converted 114 (50%) expressions
0.27/0.45	c 0	converted 137 (60%) expressions
0.27/0.47	c 0	converted 160 (70%) expressions
0.27/0.49	c 0	converted 183 (80%) expressions
0.27/0.58	c 0	converted 206 (90%) expressions
0.27/0.75	c 1	converted 228 (100%) expressions
0.27/0.75	c 1	CSP : 147 integers, 0 booleans, 1871 clauses, largest domain size 49
0.27/0.75	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.27/0.75	c 1	Propagation in CSP
0.27/0.77	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.27/0.77	c 1	CSP : 147 integers, 0 booleans, 1871 clauses, largest domain size 49
0.27/0.77	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.27/0.77	c 1	Simplifing CSP by introducing new Boolean variables
0.27/0.81	c 1	CSP : 147 integers, 3528 booleans, 5399 clauses, largest domain size 49
0.27/0.81	c 1	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.27/0.85	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.27/0.85	c 1	15 (10%) CSP integer variables are encoded (75 clauses, 724 bytes)
0.27/0.86	c 1	30 (20%) CSP integer variables are encoded (150 clauses, 1534 bytes)
0.27/0.86	c 1	45 (30%) CSP integer variables are encoded (225 clauses, 2359 bytes)
0.27/0.86	c 1	59 (40%) CSP integer variables are encoded (295 clauses, 3129 bytes)
0.27/0.86	c 1	74 (50%) CSP integer variables are encoded (370 clauses, 3954 bytes)
0.27/0.86	c 1	89 (60%) CSP integer variables are encoded (445 clauses, 4779 bytes)
0.27/0.87	c 1	103 (70%) CSP integer variables are encoded (725 clauses, 7859 bytes)
0.27/0.87	c 1	118 (80%) CSP integer variables are encoded (1430 clauses, 16689 bytes)
0.27/0.87	c 1	133 (90%) CSP integer variables are encoded (2135 clauses, 25854 bytes)
0.27/0.87	c 1	147 (100%) CSP integer variables are encoded (2793 clauses, 34408 bytes)
0.94/1.02	c 1	540 (10%) CSP clauses are encoded (9896 clauses, 162626 bytes)
0.94/1.03	c 1	1080 (20%) CSP clauses are encoded (12536 clauses, 203043 bytes)
0.94/1.05	c 1	1620 (30%) CSP clauses are encoded (15164 clauses, 244014 bytes)
0.94/1.07	c 1	2160 (40%) CSP clauses are encoded (25976 clauses, 431638 bytes)
1.03/1.12	c 1	2700 (50%) CSP clauses are encoded (43796 clauses, 746200 bytes)
1.03/1.16	c 1	3240 (60%) CSP clauses are encoded (61616 clauses, 1069762 bytes)
1.03/1.19	c 1	3780 (70%) CSP clauses are encoded (79436 clauses, 1403122 bytes)
1.13/1.23	c 1	4320 (80%) CSP clauses are encoded (97256 clauses, 1736482 bytes)
1.13/1.26	c 1	4860 (90%) CSP clauses are encoded (115076 clauses, 2069842 bytes)
1.22/1.30	c 1	5399 (100%) CSP clauses are encoded (132799 clauses, 2401876 bytes)
1.22/1.30	c 1	5399 CSP clauses encoded
1.22/1.30	c 1	Writing map file : HOME/temp.map
1.22/1.31	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
1.22/1.31	c 1	SAT : 6468 SAT variables, 132799 SAT clauses, 2401876 bytes
1.22/1.31	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
1.22/1.36	c 1	SOLVING HOME/temp.cnf
1.22/1.36	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.22/1.36	c 1	This is MiniSat 2.0 beta
1.22/1.36	c 1	WARNING: for repeatability, setting FPU to use double precision
1.22/1.36	c 1	============================[ Problem Statistics ]=============================
1.22/1.36	c 1	|                                                                             |
1.22/1.37	c 1	|  Number of variables:  6468                                                 |
1.22/1.37	c 1	|  Number of clauses:    132799                                               |
1.26/1.44	c 1	|  Parsing time:         0.06         s                                       |
1.26/1.44	c 1	============================[ Search Statistics ]==============================
1.26/1.44	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.26/1.44	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.26/1.44	c 1	===============================================================================
1.26/1.44	c 1	|         0 |    6468   132799   391216 |    44266        0    nan |  0.000 % |
1.26/1.48	c 1	|       100 |    6468   132799   391216 |    48692      100      6 |  0.000 % |
1.26/1.53	c 1	|       252 |    6468   132799   391216 |    53562      252     13 |  0.000 % |
1.26/1.65	c 1	|       478 |    6468   132799   391216 |    58918      478     25 |  0.000 % |
1.26/1.71	c 1	|       815 |    6468   132799   391216 |    64810      815     23 |  0.000 % |
1.26/1.83	c 2	|      1322 |    6468   132799   391216 |    71291     1322     22 |  0.000 % |
1.26/2.06	c 2	|      2081 |    6468   132799   391216 |    78420     2081     25 |  0.000 % |
2.47/2.62	c 2	|      3220 |    6468   132799   391216 |    86262     3220     27 |  0.000 % |
3.26/3.48	c 3	|      4928 |    6468   132799   391216 |    94888     4928     33 |  0.000 % |
4.55/4.79	c 5	|      7493 |    6468   132799   391216 |   104377     7493     34 |  0.000 % |
6.63/6.87	c 7	|     11338 |    6468   132799   391216 |   114815    11338     36 |  0.000 % |
10.89/11.18	c 11	|     17104 |    6468   132799   391216 |   126297    17104     40 |  0.000 % |
17.83/18.17	c 18	|     25753 |    6468   132799   391216 |   138926    25753     45 |  0.000 % |
30.50/30.96	c 31	|     38728 |    6468   132799   391216 |   152819    38728     47 |  0.000 % |
50.32/50.93	c 51	|     58189 |    6468   132799   391216 |   168101    58189     50 |  0.000 % |
57.15/57.80	c 58	===============================================================================
57.15/57.80	c 58	restarts              : 15
57.15/57.80	c 58	conflicts             : 62320          (1116 /sec)
57.15/57.80	c 58	decisions             : 94569          (1.02 % random) (1694 /sec)
57.15/57.80	c 58	propagations          : 39974654       (715936 /sec)
57.15/57.80	c 58	conflict literals     : 3179542        (14.33 % deleted)
57.15/57.80	c 58	Memory used           : 22.31 MB
57.15/57.80	c 58	CPU time              : 55.8355 s
57.15/57.80	c 58	
57.15/57.80	c 58	SATISFIABLE
57.15/57.81	c 58	DECODING HOME/temp.out WITH HOME/temp.map
57.15/57.81	c 58	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'
57.15/57.89	c 58	Decoding HOME/temp.out
57.16/57.95	s SATISFIABLE
57.16/57.96	v 1 7 3 2 4 6 5 6 5 2 1 7 4 3 4 3 1 6 5 7 2 5 1 4 7 2 3 6 7 2 6 4 3 5 1 3 6 7 5 1 2 4 2 4 5 3 6 1 7 6 2 1 3 4 7 5 1 3 4 7 6 5 2 2 6 3 5 7 4 1 4 5 7 1 2 3 6 3 7 2 6 5 1 4 7 4 5 2 1 6 3 5 1 6 4 3 2 7 6 44 15 10 25 42 33 36 31 11 7 48 26 16 23 20 3 40 35 46 8 32 5 28 43 9 17 41 45 14 37 27 19 29 4 21 39 47 30 1 13 24 12 22 34 18 38 2 49
57.16/57.97	c 58	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
57.17/58.03	c 58	CPU 57.34 (0.07 0.01 57.06 0.2)
57.17/58.03	c 58	END Sat Jul 11 18:30:41 2009

Verifier Data

OK

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2062865-1247329783/watcher-2062865-1247329783 -o /tmp/evaluation-result-2062865-1247329783/solver-2062865-1247329783 -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-2062865-1247329783.xml 

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


[startup+0 s]
/proc/loadavg: 2.07 2.01 1.94 4/74 16275
/proc/meminfo: memFree=918944/2055924 swapFree=4192956/4192956
[pid=16275] ppid=16273 vsize=12268 CPUtime=0
/proc/16275/stat : 16275 (sugar) R 16273 16275 13944 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 20045686 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 268583008869 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/16275/statm: 3067 316 241 3 0 167 0

[startup+0.0882341 s]
/proc/loadavg: 2.07 2.01 1.94 4/74 16275
/proc/meminfo: memFree=918944/2055924 swapFree=4192956/4192956
[pid=16275] ppid=16273 vsize=16740 CPUtime=0.07
/proc/16275/stat : 16275 (sugar) S 16273 16275 13944 0 -1 4194304 1152 0 0 0 6 1 0 0 18 0 1 0 20045686 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16275/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.101918 s]
/proc/loadavg: 2.07 2.01 1.94 4/74 16275
/proc/meminfo: memFree=918944/2055924 swapFree=4192956/4192956
[pid=16275] ppid=16273 vsize=16868 CPUtime=0.07
/proc/16275/stat : 16275 (sugar) S 16273 16275 13944 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 20045686 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16275/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301959 s]
/proc/loadavg: 2.07 2.01 1.94 4/74 16275
/proc/meminfo: memFree=918944/2055924 swapFree=4192956/4192956
[pid=16275] ppid=16273 vsize=16868 CPUtime=0.07
/proc/16275/stat : 16275 (sugar) S 16273 16275 13944 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 20045686 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16275/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.70104 s]
/proc/loadavg: 2.07 2.01 1.94 4/74 16275
/proc/meminfo: memFree=918944/2055924 swapFree=4192956/4192956
[pid=16275] ppid=16273 vsize=16868 CPUtime=0.27
/proc/16275/stat : 16275 (sugar) S 16273 16275 13944 0 -1 4194304 1309 4246 0 1 6 1 18 2 16 0 1 0 20045686 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16275/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 16868

[startup+1.5022 s]
/proc/loadavg: 2.07 2.01 1.94 3/85 16297
/proc/meminfo: memFree=901192/2055924 swapFree=4192956/4192956
[pid=16275] ppid=16273 vsize=16868 CPUtime=1.26
/proc/16275/stat : 16275 (sugar) S 16273 16275 13944 0 -1 4194304 1376 11494 0 2 6 1 109 10 15 0 1 0 20045686 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16275/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 1.26
Current children cumulated vsize (KiB) 16868

[startup+3.10151 s]
/proc/loadavg: 2.07 2.01 1.94 3/77 16299
/proc/meminfo: memFree=905224/2055924 swapFree=4192956/4192956
[pid=16275] ppid=16273 vsize=16868 CPUtime=1.26
/proc/16275/stat : 16275 (sugar) S 16273 16275 13944 0 -1 4194304 1376 11494 0 2 6 1 109 10 15 0 1 0 20045686 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16275/statm: 4217 1113 409 3 0 796 0
[pid=16298] ppid=16275 vsize=5356 CPUtime=0
/proc/16298/stat : 16298 (sh) S 16275 16275 13944 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20045822 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16298/statm: 1339 232 193 169 0 50 0
[pid=16299] ppid=16298 vsize=8688 CPUtime=1.71
/proc/16299/stat : 16299 (minisat) R 16298 16275 13944 0 -1 4194304 2058 0 0 0 170 1 0 0 25 0 1 0 20045822 8896512 2044 996147200 134512640 135127466 4294956256 18446744073709551615 134530673 0 0 4096 3 0 0 0 17 1 0 0
/proc/16299/statm: 2172 2044 76 150 0 2019 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 30912

[startup+6.30214 s]
/proc/loadavg: 2.06 2.01 1.94 3/77 16299
/proc/meminfo: memFree=903432/2055924 swapFree=4192956/4192956
[pid=16275] ppid=16273 vsize=16868 CPUtime=1.26
/proc/16275/stat : 16275 (sugar) S 16273 16275 13944 0 -1 4194304 1376 11494 0 2 6 1 109 10 16 0 1 0 20045686 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16275/statm: 4217 1113 409 3 0 796 0
[pid=16298] ppid=16275 vsize=5356 CPUtime=0
/proc/16298/stat : 16298 (sh) S 16275 16275 13944 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20045822 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16298/statm: 1339 232 193 169 0 50 0
[pid=16299] ppid=16298 vsize=9768 CPUtime=4.88
/proc/16299/stat : 16299 (minisat) R 16298 16275 13944 0 -1 4194304 2343 0 0 0 487 1 0 0 25 0 1 0 20045822 10002432 2329 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16299/statm: 2442 2329 76 150 0 2289 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 31992

[startup+12.7014 s]
/proc/loadavg: 2.06 2.01 1.94 3/77 16299
/proc/meminfo: memFree=900104/2055924 swapFree=4192956/4192956
[pid=16275] ppid=16273 vsize=16868 CPUtime=1.26
/proc/16275/stat : 16275 (sugar) S 16273 16275 13944 0 -1 4194304 1376 11494 0 2 6 1 109 10 16 0 1 0 20045686 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16275/statm: 4217 1113 409 3 0 796 0
[pid=16298] ppid=16275 vsize=5356 CPUtime=0
/proc/16298/stat : 16298 (sh) S 16275 16275 13944 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20045822 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16298/statm: 1339 232 193 169 0 50 0
[pid=16299] ppid=16298 vsize=11788 CPUtime=11.22
/proc/16299/stat : 16299 (minisat) R 16298 16275 13944 0 -1 4194304 2836 0 0 0 1120 2 0 0 25 0 1 0 20045822 12070912 2822 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16299/statm: 2947 2822 76 150 0 2794 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 34012

[startup+25.5019 s]
/proc/loadavg: 2.04 2.00 1.94 3/77 16299
/proc/meminfo: memFree=894408/2055924 swapFree=4192956/4192956
[pid=16275] ppid=16273 vsize=16868 CPUtime=1.26
/proc/16275/stat : 16275 (sugar) S 16273 16275 13944 0 -1 4194304 1376 11494 0 2 6 1 109 10 16 0 1 0 20045686 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16275/statm: 4217 1113 409 3 0 796 0
[pid=16298] ppid=16275 vsize=5356 CPUtime=0
/proc/16298/stat : 16298 (sh) S 16275 16275 13944 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20045822 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16298/statm: 1339 232 193 169 0 50 0
[pid=16299] ppid=16298 vsize=15252 CPUtime=23.89
/proc/16299/stat : 16299 (minisat) R 16298 16275 13944 0 -1 4194304 3712 0 0 0 2386 3 0 0 25 0 1 0 20045822 15618048 3698 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16299/statm: 3813 3698 76 150 0 3660 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 37476

[startup+51.1029 s]
/proc/loadavg: 2.03 2.00 1.94 3/77 16299
/proc/meminfo: memFree=884104/2055924 swapFree=4192956/4192956
[pid=16275] ppid=16273 vsize=16868 CPUtime=1.26
/proc/16275/stat : 16275 (sugar) S 16273 16275 13944 0 -1 4194304 1376 11494 0 2 6 1 109 10 16 0 1 0 20045686 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16275/statm: 4217 1113 409 3 0 796 0
[pid=16298] ppid=16275 vsize=5356 CPUtime=0
/proc/16298/stat : 16298 (sh) S 16275 16275 13944 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20045822 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16298/statm: 1339 232 193 169 0 50 0
[pid=16299] ppid=16298 vsize=21536 CPUtime=49.26
/proc/16299/stat : 16299 (minisat) R 16298 16275 13944 0 -1 4194304 5284 0 0 0 4920 6 0 0 25 0 1 0 20045822 22052864 5270 996147200 134512640 135127466 4294956256 18446744073709551615 134527053 0 0 4096 3 0 0 0 17 1 0 0
/proc/16299/statm: 5384 5270 76 150 0 5231 0
Current children cumulated CPU time (s) 50.52
Current children cumulated vsize (KiB) 43760

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

[startup+54.3015 s]
/proc/loadavg: 2.10 2.02 1.95 3/77 16299
/proc/meminfo: memFree=883016/2055924 swapFree=4192956/4192956
[pid=16275] ppid=16273 vsize=16868 CPUtime=1.26
/proc/16275/stat : 16275 (sugar) S 16273 16275 13944 0 -1 4194304 1376 11494 0 2 6 1 109 10 16 0 1 0 20045686 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16275/statm: 4217 1113 409 3 0 796 0
[pid=16298] ppid=16275 vsize=5356 CPUtime=0
/proc/16298/stat : 16298 (sh) S 16275 16275 13944 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20045822 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16298/statm: 1339 232 193 169 0 50 0
[pid=16299] ppid=16298 vsize=22064 CPUtime=52.42
/proc/16299/stat : 16299 (minisat) R 16298 16275 13944 0 -1 4194304 5413 0 0 0 5236 6 0 0 25 0 1 0 20045822 22593536 5399 996147200 134512640 135127466 4294956256 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 1 0 0
/proc/16299/statm: 5516 5399 76 150 0 5363 0
Current children cumulated CPU time (s) 53.68
Current children cumulated vsize (KiB) 44288

[startup+55.9018 s]
/proc/loadavg: 2.10 2.02 1.95 3/77 16299
/proc/meminfo: memFree=882696/2055924 swapFree=4192956/4192956
[pid=16275] ppid=16273 vsize=16868 CPUtime=1.26
/proc/16275/stat : 16275 (sugar) S 16273 16275 13944 0 -1 4194304 1376 11494 0 2 6 1 109 10 16 0 1 0 20045686 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16275/statm: 4217 1113 409 3 0 796 0
[pid=16298] ppid=16275 vsize=5356 CPUtime=0
/proc/16298/stat : 16298 (sh) S 16275 16275 13944 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20045822 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16298/statm: 1339 232 193 169 0 50 0
[pid=16299] ppid=16298 vsize=22328 CPUtime=54.01
/proc/16299/stat : 16299 (minisat) R 16298 16275 13944 0 -1 4194304 5481 0 0 0 5395 6 0 0 25 0 1 0 20045822 22863872 5467 996147200 134512640 135127466 4294956256 18446744073709551615 134530783 0 0 4096 3 0 0 0 17 1 0 0
/proc/16299/statm: 5582 5467 76 150 0 5429 0
Current children cumulated CPU time (s) 55.27
Current children cumulated vsize (KiB) 44552

[startup+56.703 s]
/proc/loadavg: 2.10 2.02 1.95 3/77 16299
/proc/meminfo: memFree=882312/2055924 swapFree=4192956/4192956
[pid=16275] ppid=16273 vsize=16868 CPUtime=1.26
/proc/16275/stat : 16275 (sugar) S 16273 16275 13944 0 -1 4194304 1376 11494 0 2 6 1 109 10 16 0 1 0 20045686 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16275/statm: 4217 1113 409 3 0 796 0
[pid=16298] ppid=16275 vsize=5356 CPUtime=0
/proc/16298/stat : 16298 (sh) S 16275 16275 13944 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20045822 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16298/statm: 1339 232 193 169 0 50 0
[pid=16299] ppid=16298 vsize=22460 CPUtime=54.8
/proc/16299/stat : 16299 (minisat) R 16298 16275 13944 0 -1 4194304 5508 0 0 0 5474 6 0 0 25 0 1 0 20045822 22999040 5494 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 1 0 0
/proc/16299/statm: 5615 5494 76 150 0 5462 0
Current children cumulated CPU time (s) 56.06
Current children cumulated vsize (KiB) 44684

[startup+57.5022 s]
/proc/loadavg: 2.10 2.02 1.95 3/77 16299
/proc/meminfo: memFree=881928/2055924 swapFree=4192956/4192956
[pid=16275] ppid=16273 vsize=16868 CPUtime=1.26
/proc/16275/stat : 16275 (sugar) S 16273 16275 13944 0 -1 4194304 1376 11494 0 2 6 1 109 10 16 0 1 0 20045686 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16275/statm: 4217 1113 409 3 0 796 0
[pid=16298] ppid=16275 vsize=5356 CPUtime=0
/proc/16298/stat : 16298 (sh) S 16275 16275 13944 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20045822 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16298/statm: 1339 232 193 169 0 50 0
[pid=16299] ppid=16298 vsize=22712 CPUtime=55.59
/proc/16299/stat : 16299 (minisat) R 16298 16275 13944 0 -1 4194304 5550 0 0 0 5553 6 0 0 25 0 1 0 20045822 23257088 5536 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16299/statm: 5678 5536 76 150 0 5525 0
Current children cumulated CPU time (s) 56.85
Current children cumulated vsize (KiB) 44936

[startup+57.9012 s]
/proc/loadavg: 2.10 2.02 1.95 3/77 16299
/proc/meminfo: memFree=881928/2055924 swapFree=4192956/4192956
[pid=16275] ppid=16273 vsize=16868 CPUtime=57.16
/proc/16275/stat : 16275 (sugar) S 16273 16275 13944 0 -1 4194304 1448 17356 0 2 6 1 5692 17 16 0 1 0 20045686 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16275/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 57.16
Current children cumulated vsize (KiB) 16868

[startup+58.0012 s]
/proc/loadavg: 2.10 2.02 1.95 3/77 16299
/proc/meminfo: memFree=881928/2055924 swapFree=4192956/4192956
[pid=16275] ppid=16273 vsize=16868 CPUtime=57.17
/proc/16275/stat : 16275 (sugar) S 16273 16275 13944 0 -1 4194304 1450 17356 0 2 7 1 5692 17 15 0 1 0 20045686 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16275/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 57.17
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 58.0304
CPU time (s): 57.3593
CPU user time (s): 57.1313
CPU system time (s): 0.227965
CPU usage (%): 98.8434
Max. virtual memory (cumulated for all children) (KiB): 890924

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 57.1313
system time used= 0.227965
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22686
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= 2281
involuntary context switches= 3367

runsolver used 0.066989 second user time and 0.207968 second system time

The end

Launcher Data

Begin job on node6 at 2009-07-11 18:29:43
IDJOB=2062865
IDBENCH=53938
IDSOLVER=739
FILE ID=node6/2062865-1247329783
PBS_JOBID= 9506615
Free space on /tmp= 66388 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/ortholatin/normalized-ortholatin-7.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-2062865-1247329783/watcher-2062865-1247329783 -o /tmp/evaluation-result-2062865-1247329783/solver-2062865-1247329783 -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-2062865-1247329783.xml

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

MD5SUM BENCH= ecb6f233f61e5d259266e5fb1cd34725
RANDOM SEED=1729558229

node6.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.263
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.263
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:      2055924 kB
MemFree:        919424 kB
Buffers:         65248 kB
Cached:         958628 kB
SwapCached:          0 kB
Active:         176680 kB
Inactive:       905312 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:        919424 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1664 kB
Writeback:           0 kB
Mapped:          69432 kB
Slab:            39728 kB
Committed_AS:   176176 kB
PageTables:       2000 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 node6 at 2009-07-11 18:30:41