Trace number 2078903

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 3.78043 3.84161

General information on the benchmark

Namecsp/nengfa/
normalized-sudoku368.xml
MD5SUM1929fd47e53207e47f93784218fb3b97
Bench CategoryAlldiff (alldiff)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.229964
Satisfiable
(Un)Satisfiability was proved
Number of variables1309
Number of constraints75
Maximum constraint arity25
Maximum domain size11
Number of constraints which are defined in extension0
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)alldifferent(75)

Solver Data

0.04/0.07	c 0	Sugar v1-14-6 + HOME/minisat
0.04/0.07	c 0	BEGIN Sun Jul 12 04:59:42 2009
0.04/0.07	c 0	PID 22879
0.04/0.08	c 0	HOST node85.alineos.net
0.04/0.08	c 0	CONVERTING HOME/instance-2078903-1247367582.xml TO HOME/temp.csp
0.04/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-2078903-1247367582.xml' 'HOME/temp.csp'
0.06/0.75	c 0	1295 domains, 1309 variables, 0 predicates, 0 relations, 75 constraints
0.06/0.76	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.76	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.71/0.83	c 1	Parsing HOME/temp.csp
0.71/0.97	c 1	parsed 2679 expressions
0.71/0.97	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.71/0.97	c 1	Converting to clausal form CSP
0.93/1.01	c 1	converted 268 (10%) expressions
0.93/1.01	c 1	converted 536 (20%) expressions
0.93/1.02	c 1	converted 804 (30%) expressions
0.93/1.02	c 1	converted 1072 (40%) expressions
0.93/1.02	c 1	converted 1340 (50%) expressions
0.93/1.03	c 1	converted 1608 (60%) expressions
0.93/1.03	c 1	converted 1876 (70%) expressions
0.93/1.03	c 1	converted 2144 (80%) expressions
0.93/1.03	c 1	converted 2412 (90%) expressions
2.13/2.27	c 2	converted 2679 (100%) expressions
2.13/2.27	c 2	CSP : 1309 integers, 0 booleans, 11388 clauses, largest domain size 11
2.13/2.27	c 2	Heap : 18 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.13/2.27	c 2	Propagation in CSP
2.33/2.48	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.33/2.49	c 2	CSP : 1309 integers, 0 booleans, 11388 clauses, largest domain size 11
2.33/2.49	c 2	Heap : 18 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.33/2.50	c 2	Simplifing CSP by introducing new Boolean variables
2.63/2.74	c 2	CSP : 1309 integers, 22570 booleans, 33958 clauses, largest domain size 11
2.63/2.74	c 2	Heap : 24 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.73/2.89	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.83/2.93	c 3	131 (10%) CSP integer variables are encoded (408 clauses, 4405 bytes)
2.83/2.95	c 3	262 (20%) CSP integer variables are encoded (745 clauses, 8125 bytes)
2.83/2.95	c 3	393 (30%) CSP integer variables are encoded (785 clauses, 8645 bytes)
2.83/2.95	c 3	524 (40%) CSP integer variables are encoded (785 clauses, 8645 bytes)
2.83/2.95	c 3	655 (50%) CSP integer variables are encoded (785 clauses, 8645 bytes)
2.83/2.95	c 3	786 (60%) CSP integer variables are encoded (785 clauses, 8645 bytes)
2.83/2.95	c 3	917 (70%) CSP integer variables are encoded (785 clauses, 8645 bytes)
2.83/2.95	c 3	1048 (80%) CSP integer variables are encoded (785 clauses, 8645 bytes)
2.83/2.95	c 3	1179 (90%) CSP integer variables are encoded (785 clauses, 8645 bytes)
2.83/2.95	c 3	1309 (100%) CSP integer variables are encoded (785 clauses, 8645 bytes)
2.93/3.04	c 3	3396 (10%) CSP clauses are encoded (6577 clauses, 87111 bytes)
2.93/3.08	c 3	6792 (20%) CSP clauses are encoded (11244 clauses, 147790 bytes)
3.03/3.12	c 3	10188 (30%) CSP clauses are encoded (17511 clauses, 236104 bytes)
3.03/3.15	c 3	13584 (40%) CSP clauses are encoded (24333 clauses, 335917 bytes)
3.03/3.19	c 3	16979 (50%) CSP clauses are encoded (31000 clauses, 440613 bytes)
3.13/3.23	c 3	20375 (60%) CSP clauses are encoded (37115 clauses, 534979 bytes)
3.13/3.27	c 3	23771 (70%) CSP clauses are encoded (43380 clauses, 631924 bytes)
3.23/3.31	c 3	27167 (80%) CSP clauses are encoded (50583 clauses, 745726 bytes)
3.23/3.35	c 3	30563 (90%) CSP clauses are encoded (57740 clauses, 858577 bytes)
3.23/3.38	c 3	33958 (100%) CSP clauses are encoded (62222 clauses, 926665 bytes)
3.23/3.38	c 3	33958 CSP clauses encoded
3.23/3.38	c 3	Writing map file : HOME/temp.map
3.32/3.40	c 3	Heap : 24 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
3.32/3.40	c 3	SAT : 23638 SAT variables, 62222 SAT clauses, 926665 bytes
3.32/3.40	c 3	Heap : 24 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
3.32/3.42	c 3	SOLVING HOME/temp.cnf
3.32/3.42	c 3	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
3.32/3.43	c 3	This is MiniSat 2.0 beta
3.32/3.43	c 3	WARNING: for repeatability, setting FPU to use double precision
3.32/3.43	c 3	============================[ Problem Statistics ]=============================
3.32/3.43	c 3	|                                                                             |
3.32/3.43	c 3	|  Number of variables:  23638                                                |
3.32/3.43	c 3	|  Number of clauses:    62222                                                |
3.32/3.46	c 3	|  Parsing time:         0.03         s                                       |
3.32/3.46	c 3	============================[ Search Statistics ]==============================
3.32/3.46	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.32/3.46	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.32/3.47	c 3	===============================================================================
3.32/3.47	c 3	|         0 |   23638    62222   149670 |    20740        0    nan |  0.000 % |
3.35/3.51	c 3	===============================================================================
3.35/3.51	c 3	restarts              : 1
3.35/3.51	c 3	conflicts             : 97             (1347 /sec)
3.35/3.51	c 3	decisions             : 188            (2.13 % random) (2612 /sec)
3.35/3.51	c 3	propagations          : 183673         (2551404 /sec)
3.35/3.51	c 3	conflict literals     : 895            (13.11 % deleted)
3.35/3.51	c 3	Memory used           : 6.31 MB
3.35/3.51	c 3	CPU time              : 0.071989 s
3.35/3.51	c 3	
3.35/3.52	c 3	SATISFIABLE
3.35/3.52	c 3	DECODING HOME/temp.out WITH HOME/temp.map
3.35/3.52	c 3	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'
3.35/3.59	c 3	Decoding HOME/temp.out
3.45/3.76	s SATISFIABLE
3.45/3.82	v 5 18 7 12 4 23 0 19 11 21 23 7 18 1 2 19 6 15 7 18 19 20 0 13 1 19 3 16 9 23 0 10 1 5 13 17 20 22 7 12 22 11 5 13 2 3 16 6 19 12 4 18 9 23 21 21 0 22 8 11 20 15 6 19 3 16 17 1 5 13 24 7 12 18 24 4 6 15 16 2 9 0 14 8 22 20 11 5 1 21 23 10 12 18 4 19 2 1 17 5 24 12 8 11 22 20 15 3 23 21 9 0 19 16 3 6 21 0 9 10 23 7 24 18 11 20 14 13 17 2 7 4 1 11 10 21 19 4 12 7 14 20 11 8 0 21 10 23 16 19 15 5 13 18 18 12 1 5 22 11 14 16 23 16 19 3 20 22 8 11 14 10 23 21 9 13 17 2 4 24 18 12 1 17 5 19 3 24 12 21 10 11 21 10 1 2 5 8 20 18 4 12 16 22 8 11 24 4 7 17 2 13 1 15 16 3 10 21 9 18 12 7 4 24 23 9 0 3 19 8 14 11 20 22 2 5 13 14 20 22 8 9 0 23 21 13 1 12 18 16 13 5 4 0 21 14 13 1 23 21 7 4 24 12 7 20 14 8 13 1 9 23 0 24 7 16 22 8 14 17 1 2 5 2 1 13 17 24 21 9 10 6 3 16 15 8 14 20 22 0 9 10 20 11 8 14 22 4 12 24 13 5 17 16 3 4 12 24 16 3 6 15 14 11 8 22 9 21 23 10 5 2 17 6 15 21 2 11 14 8 18 4 24 14 20 8 17 1 15 24 7 10 0 10 23 9 14 2 18 4 12 7 3 19 5 17 1 13 23 10 21 11 14 8 22 20 2 17 13 9 0 7 24 3 6 15 16 13 18 7 4 14 6 19 16 10 15 4 12 22 8 1 5 19 3 16 15 6 12 24 18 1 5 13 17 2 21 9 0 10 23 11 14 20 22 8 17 5 13 2 22 14 20 8 10 9 21 0 23 24 12 7 4 18 15 3 19 16 6 0 9 23 15 16 3 6 24 18 22 20 14 11 8 17 13 5 1 2 22 9 3 6 1 17 2 12 4 7 24 4 24 7 13 2 17 20 8 6 15 19 3 0 10 21 9 15 6 0 1 5 7 13 2 15 16 6 7 4 18 0 23 9 22 20 8 14 23 0 9 17 13 11 22 14 7 24 19 6 15 3 20 14 18 12 5 6 19 23 0 21 10 6 16 15 1 17 11 3 16 15 6 19 10 5 17 2 4 24 7 6 3 15 19 2 17 1 18 12 24 7 23 9 10 8 20 22 11 2 17 5 10 0 9 8 22 20 14 11 18 24 4 12 6 15 16 3 19 18 22 11 17 5 2 16 15 3 6 19 0 10 23 21 10 21 9 18 12 4 15 19 6 3 11 20 13 2 1 13 17 0 9 10 4 12 24 6 15 14 20 8 24 20 11 8 14 22 16 3 6 15 21 17 1 21 9 10 4 12 24 14 11 8 22 2 15 6 3 16 15 13 5 17 9 21 23 10 11 14 8 24 7 8 14 20 22 16 3 5 2 17 18 4 24 10 0 10 23 9 12 7 14 8 22 20 13 15 14 3 19 2 17 13 18 7 4 5 17 1 13 9 0 14 4 12 2 23 10 21 7 24 6 19 16 22 8 18 4 11 3 6 15 16 10 1 5 19 3 16 15 6 17 5 13 2 0 9 23 22 4 24 7 12 24 18 22 14 20 8 15 16 3 6 9 13 2 17 1 5 13 17 2 10 9 21 0 23 24 18 3 6 20 8 21 9 0 10 23 24 12 7 4 18 22 20 14 11 8 1 17 2 6 15 19 3 11 14 20 22 8 15 3 19 16 6 17 13 5 1 2 12 4 7 24 0 10 21 9 15 6 13 2 23 0 9 20 14 15 16 6 17 13 18 12 21 10 0 7 4 18 11 22 14 5 6 16 15 1 5 0 23 9 7 24 6 19 7 22 20 8 14 19 6 15 3 23 0 1 17 11 6 3 15 19 2 17 5 18 10 21 9 3 16 15 6 19 2 17 1 10 0 9 22 11 18 12 4 10 18 12 24 7 8 22 20 14 11 17 5 2 15 19 6 3 5 17 2 23 9 10 18 24 4 12 16 15 3 6 19 11 20 4 24 7 8 20 22 11 6 15 16 3 19 0 10 23 21 13 2 6 8 10 19 1 21 11 0 3 5 1 21 23 2 18 3 12 5 9 14 15 16 4 9 3 14 16 13 0 20 6 15 10 17 24 13 16 20 9 14 15 24 17 10 22 1 7 6 2 17 24 10 15 22 4 6 18 2 23 8 5 11 19 7 0 20 4 13 16 12 3 5 17 22 10 24 15 7 6 2 18 23 8 11 23 5 14 9 12 3 15 22 20 8 17 10 21 7 19 13 16 4 0 20 3 12 9 9 14 12 5 3 7 19 1 21 11 13 20 0 4 16 2 6 18 23 8 15 17 24 10 22 10 22 24 17 13 2 8 23 18 6 9 14 19 1 7 11 4 16 14 9 3 15 24 22 17 11 7 19 2 8 18 6 12 3 14 9 5 7 0 16 20 13 23 6 17 10 22 24 15 11 21 8 2 6 9 3 14 5 17 22 24 15 0 20 4 16 6 8 23 2 22 17 24 15 11 1 0 13 5 9 14 12 3 24 15 22 10 17 20 13 0 16 23 6 18 8 2 9 14 3 11 19 21 11 18 6 9 3 12 16 0 14 7 19 4 18 6 23 22 17 15 10 6 2 8 18 10 1 7 20 0 5 3 4 14 22 17 24 19 18 2 6 23 15 24 13 4 16 6 2 14 12 5 11 19 21 14 1 4 13 20 0 6 10 15 17 15 24 10 4 2 8 6 21 19 11 20 0 12 5 24 17 15 10 21 1 18 6 8 15 22 7 19 21 16 9 12 3 1 7 8 3 9 10 15 17 4 20 13
3.45/3.82	c 4	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.45/3.84	c 4	CPU 3.76 (0.06 0.02 3.49 0.19)
3.45/3.84	c 4	END Sun Jul 12 04:59:46 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-2078903-1247367582/watcher-2078903-1247367582 -o /tmp/evaluation-result-2078903-1247367582/solver-2078903-1247367582 -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-2078903-1247367582.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.13 2.08 2.09 4/83 22879
/proc/meminfo: memFree=1641752/2055920 swapFree=4192812/4192956
[pid=22879] ppid=22877 vsize=18576 CPUtime=0
/proc/22879/stat : 22879 (runsolver) R 22877 22879 20253 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 23823496 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 214945033511 0 0 4096 24578 0 0 0 17 0 0 0
/proc/22879/statm: 4644 284 249 26 0 2626 0

[startup+0.0496721 s]
/proc/loadavg: 2.13 2.08 2.09 4/83 22879
/proc/meminfo: memFree=1641752/2055920 swapFree=4192812/4192956
[pid=22879] ppid=22877 vsize=14644 CPUtime=0.04
/proc/22879/stat : 22879 (sugar) R 22877 22879 20253 0 -1 4194304 823 0 0 0 3 1 0 0 18 0 1 0 23823496 14995456 791 996147200 4194304 4206940 548682068608 18446744073709551615 214962941603 0 0 4224 0 0 0 0 17 1 0 0
/proc/22879/statm: 3661 791 376 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 14644

[startup+0.102329 s]
/proc/loadavg: 2.13 2.08 2.09 4/83 22879
/proc/meminfo: memFree=1641752/2055920 swapFree=4192812/4192956
[pid=22879] ppid=22877 vsize=16868 CPUtime=0.06
/proc/22879/stat : 22879 (sugar) S 22877 22879 20253 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 23823496 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22879/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.307163 s]
/proc/loadavg: 2.13 2.08 2.09 4/83 22879
/proc/meminfo: memFree=1641752/2055920 swapFree=4192812/4192956
[pid=22879] ppid=22877 vsize=16868 CPUtime=0.06
/proc/22879/stat : 22879 (sugar) S 22877 22879 20253 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 23823496 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22879/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701747 s]
/proc/loadavg: 2.13 2.08 2.09 4/83 22879
/proc/meminfo: memFree=1641752/2055920 swapFree=4192812/4192956
[pid=22879] ppid=22877 vsize=16868 CPUtime=0.06
/proc/22879/stat : 22879 (sugar) S 22877 22879 20253 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 23823496 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22879/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50284 s]
/proc/loadavg: 2.13 2.08 2.09 3/94 22901
/proc/meminfo: memFree=1631808/2055920 swapFree=4192812/4192956
[pid=22879] ppid=22877 vsize=16868 CPUtime=0.71
/proc/22879/stat : 22879 (sugar) S 22877 22879 20253 0 -1 4194304 1309 5009 0 1 5 1 62 3 15 0 1 0 23823496 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22879/statm: 4217 1111 409 3 0 796 0
[pid=22892] ppid=22879 vsize=5356 CPUtime=0
/proc/22892/stat : 22892 (sh) S 22879 22879 20253 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23823573 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22892/statm: 1339 233 193 169 0 50 0
[pid=22893] ppid=22892 vsize=868544 CPUtime=0.72
/proc/22893/stat : 22893 (java) S 22892 22879 20253 0 -1 0 7571 0 1 0 69 3 0 0 20 0 9 0 23823573 889389056 6799 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22893/statm: 217136 6799 2566 9 0 211641 0
[pid=22893/tid=22894] ppid=22892 vsize=868544 CPUtime=0.43
/proc/22893/task/22894/stat : 22894 (java) R 22892 22879 20253 0 -1 64 2692 0 1 0 43 0 0 0 25 0 9 0 23823574 889389056 6799 996147200 134512640 134550932 4294955936 18446744073709551615 4126512640 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22893/tid=22895] ppid=22892 vsize=868544 CPUtime=0.1
/proc/22893/task/22895/stat : 22895 (java) S 22892 22879 20253 0 -1 64 2686 0 0 0 10 0 0 0 16 0 9 0 23823575 889389056 6799 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22893/tid=22896] ppid=22892 vsize=868544 CPUtime=0
/proc/22893/task/22896/stat : 22896 (java) S 22892 22879 20253 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23823575 889389056 6799 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22893/tid=22897] ppid=22892 vsize=868544 CPUtime=0
/proc/22893/task/22897/stat : 22897 (java) S 22892 22879 20253 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 23823575 889389056 6799 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22893/tid=22898] ppid=22892 vsize=868544 CPUtime=0
/proc/22893/task/22898/stat : 22898 (java) S 22892 22879 20253 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23823577 889389056 6799 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22893/tid=22899] ppid=22892 vsize=868544 CPUtime=0.16
/proc/22893/task/22899/stat : 22899 (java) S 22892 22879 20253 0 -1 64 1494 0 0 0 15 1 0 0 16 0 9 0 23823577 889389056 6799 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22893/tid=22900] ppid=22892 vsize=868544 CPUtime=0
/proc/22893/task/22900/stat : 22900 (java) S 22892 22879 20253 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 23823577 889389056 6799 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22893/tid=22901] ppid=22892 vsize=868544 CPUtime=0
/proc/22893/task/22901/stat : 22901 (java) S 22892 22879 20253 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23823577 889389056 6799 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 890768

[startup+3.10302 s]
/proc/loadavg: 2.13 2.08 2.09 3/94 22901
/proc/meminfo: memFree=1611264/2055920 swapFree=4192812/4192956
[pid=22879] ppid=22877 vsize=16868 CPUtime=0.71
/proc/22879/stat : 22879 (sugar) S 22877 22879 20253 0 -1 4194304 1310 5009 0 1 5 1 62 3 15 0 1 0 23823496 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22879/statm: 4217 1111 409 3 0 796 0
[pid=22892] ppid=22879 vsize=5356 CPUtime=0
/proc/22892/stat : 22892 (sh) S 22879 22879 20253 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23823573 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22892/statm: 1339 233 193 169 0 50 0
[pid=22893] ppid=22892 vsize=868744 CPUtime=2.32
/proc/22893/stat : 22893 (java) S 22892 22879 20253 0 -1 0 13048 0 1 0 224 8 0 0 20 0 9 0 23823573 889593856 12053 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22893/statm: 217186 12053 2592 9 0 211663 0
[pid=22893/tid=22894] ppid=22892 vsize=868744 CPUtime=1.36
/proc/22893/task/22894/stat : 22894 (java) R 22892 22879 20253 0 -1 64 3126 0 1 0 134 2 0 0 25 0 9 0 23823574 889593856 12053 996147200 134512640 134550932 4294955936 18446744073709551615 4127004466 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22893/tid=22895] ppid=22892 vsize=868744 CPUtime=0.71
/proc/22893/task/22895/stat : 22895 (java) S 22892 22879 20253 0 -1 64 7682 0 0 0 67 4 0 0 16 0 9 0 23823575 889593856 12053 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22893/tid=22896] ppid=22892 vsize=868744 CPUtime=0
/proc/22893/task/22896/stat : 22896 (java) S 22892 22879 20253 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23823575 889593856 12053 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22893/tid=22897] ppid=22892 vsize=868744 CPUtime=0
/proc/22893/task/22897/stat : 22897 (java) S 22892 22879 20253 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23823575 889593856 12053 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22893/tid=22898] ppid=22892 vsize=868744 CPUtime=0
/proc/22893/task/22898/stat : 22898 (java) S 22892 22879 20253 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23823577 889593856 12053 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22893/tid=22899] ppid=22892 vsize=868744 CPUtime=0.22
/proc/22893/task/22899/stat : 22899 (java) S 22892 22879 20253 0 -1 64 1541 0 0 0 21 1 0 0 16 0 9 0 23823577 889593856 12053 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22893/tid=22900] ppid=22892 vsize=868744 CPUtime=0
/proc/22893/task/22900/stat : 22900 (java) S 22892 22879 20253 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 23823577 889593856 12053 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22893/tid=22901] ppid=22892 vsize=868744 CPUtime=0
/proc/22893/task/22901/stat : 22901 (java) S 22892 22879 20253 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23823577 889593856 12053 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 890968

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

[startup+3.50206 s]
/proc/loadavg: 2.13 2.08 2.09 3/94 22901
/proc/meminfo: memFree=1599744/2055920 swapFree=4192812/4192956
[pid=22879] ppid=22877 vsize=16868 CPUtime=3.35
/proc/22879/stat : 22879 (sugar) S 22877 22879 20253 0 -1 4194304 1376 18387 0 2 5 1 315 14 16 0 1 0 23823496 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22879/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 3.35
Current children cumulated vsize (KiB) 16868

[startup+3.70109 s]
/proc/loadavg: 2.13 2.08 2.09 3/94 22901
/proc/meminfo: memFree=1599744/2055920 swapFree=4192812/4192956
[pid=22879] ppid=22877 vsize=16868 CPUtime=3.45
/proc/22879/stat : 22879 (sugar) S 22877 22879 20253 0 -1 4194304 1448 20077 0 2 5 2 323 15 16 0 1 0 23823496 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22879/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 3.45
Current children cumulated vsize (KiB) 16868

[startup+3.80109 s]
/proc/loadavg: 2.13 2.08 2.09 3/94 22901
/proc/meminfo: memFree=1599744/2055920 swapFree=4192812/4192956
[pid=22879] ppid=22877 vsize=16868 CPUtime=3.45
/proc/22879/stat : 22879 (sugar) S 22877 22879 20253 0 -1 4194304 1449 20077 0 2 5 2 323 15 15 0 1 0 23823496 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22879/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 3.45
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 3.84161
CPU time (s): 3.78043
CPU user time (s): 3.55846
CPU system time (s): 0.221966
CPU usage (%): 98.4074
Max. virtual memory (cumulated for all children) (KiB): 891108

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.55846
system time used= 0.221966
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25648
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= 5076
involuntary context switches= 4950

runsolver used 0.008998 second user time and 0.025996 second system time

The end

Launcher Data

Begin job on node85 at 2009-07-12 04:59:42
IDJOB=2078903
IDBENCH=56823
IDSOLVER=739
FILE ID=node85/2078903-1247367582
PBS_JOBID= 9507101
Free space on /tmp= 126552 MiB

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

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

MD5SUM BENCH= 1929fd47e53207e47f93784218fb3b97
RANDOM SEED=2125125437

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1642232 kB
Buffers:         30404 kB
Cached:         158228 kB
SwapCached:          0 kB
Active:         279940 kB
Inactive:        66768 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1642232 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1488 kB
Writeback:           0 kB
Mapped:         178464 kB
Slab:            51880 kB
Committed_AS:   400948 kB
PageTables:       2096 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= 126552 MiB
End job on node85 at 2009-07-12 04:59:46