Trace number 2078881

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 6.28204 6.43649

General information on the benchmark

Namecsp/nengfa/
normalized-route.xml
MD5SUM81f902187cc2f27d969314bbf92ef85d
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2.86256
Satisfiable
(Un)Satisfiability was proved
Number of variables72
Number of constraints24492
Maximum constraint arity2
Maximum domain size28
Number of constraints which are defined in extension0
Number of constraints which are defined in intension24492
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sun Jul 12 04:59:28 2009
0.00/0.08	c 0	PID 24689
0.00/0.08	c 0	HOST node78.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2078881-1247367568.xml TO HOME/temp.csp
0.00/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2078881-1247367568.xml' 'HOME/temp.csp'
3.51/3.63	c 4	62 domains, 72 variables, 24492 predicates, 0 relations, 24492 constraints
3.51/3.65	c 4	ENCODING HOME/temp.csp TO HOME/temp.cnf
3.51/3.65	c 4	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'
3.56/3.73	c 4	Parsing HOME/temp.csp
3.56/4.09	c 4	parsed 10000 expressions
4.29/4.48	c 5	parsed 20000 expressions
4.49/4.63	c 5	parsed 30000 expressions
4.58/4.71	c 5	parsed 40000 expressions
4.78/4.94	c 5	parsed 49118 expressions
4.78/4.96	c 5	Heap : 23 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.78/4.96	c 5	Converting to clausal form CSP
4.88/5.01	c 5	converted 4912 (10%) expressions
4.88/5.04	c 5	converted 9824 (20%) expressions
4.88/5.05	c 5	converted 14736 (30%) expressions
4.88/5.06	c 5	converted 19648 (40%) expressions
4.88/5.09	c 5	converted 24559 (50%) expressions
5.18/5.36	c 5	converted 29471 (60%) expressions
5.29/5.44	c 6	converted 34383 (70%) expressions
5.39/5.54	c 6	converted 39295 (80%) expressions
5.49/5.64	c 6	converted 44207 (90%) expressions
5.58/5.76	c 6	converted 49118 (100%) expressions
5.58/5.76	c 6	CSP : 72 integers, 0 booleans, 11100 clauses, largest domain size 28
5.58/5.76	c 6	Heap : 36 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
5.58/5.76	c 6	Propagation in CSP
5.67/5.81	c 6	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
5.67/5.81	c 6	CSP : 72 integers, 0 booleans, 11100 clauses, largest domain size 28
5.67/5.81	c 6	Heap : 34 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
5.67/5.82	c 6	Simplifing CSP by introducing new Boolean variables
5.67/5.85	c 6	CSP : 72 integers, 2456 booleans, 13556 clauses, largest domain size 28
5.67/5.85	c 6	Heap : 36 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
5.77/5.93	c 6	Encoding CSP to SAT : HOME/temp.cnf
5.77/5.94	c 6	8 (10%) CSP integer variables are encoded (40 clauses, 407 bytes)
5.77/5.94	c 6	15 (20%) CSP integer variables are encoded (77 clauses, 740 bytes)
5.77/5.94	c 6	22 (30%) CSP integer variables are encoded (115 clauses, 1147 bytes)
5.77/5.94	c 6	29 (40%) CSP integer variables are encoded (155 clauses, 1587 bytes)
5.77/5.94	c 6	36 (50%) CSP integer variables are encoded (209 clauses, 2181 bytes)
5.77/5.95	c 6	44 (60%) CSP integer variables are encoded (298 clauses, 3160 bytes)
5.77/5.95	c 6	51 (70%) CSP integer variables are encoded (360 clauses, 3842 bytes)
5.77/5.95	c 6	58 (80%) CSP integer variables are encoded (418 clauses, 4480 bytes)
5.77/5.95	c 6	65 (90%) CSP integer variables are encoded (557 clauses, 6009 bytes)
5.77/5.95	c 6	72 (100%) CSP integer variables are encoded (673 clauses, 7285 bytes)
5.88/6.01	c 6	1356 (10%) CSP clauses are encoded (4814 clauses, 49976 bytes)
5.88/6.03	c 6	2712 (20%) CSP clauses are encoded (8363 clauses, 86123 bytes)
5.88/6.04	c 6	4067 (30%) CSP clauses are encoded (11938 clauses, 123137 bytes)
5.88/6.06	c 6	5423 (40%) CSP clauses are encoded (15812 clauses, 164899 bytes)
5.88/6.07	c 6	6778 (50%) CSP clauses are encoded (19350 clauses, 202041 bytes)
5.88/6.09	c 6	8134 (60%) CSP clauses are encoded (23581 clauses, 253238 bytes)
5.97/6.10	c 6	9490 (70%) CSP clauses are encoded (27277 clauses, 296644 bytes)
5.97/6.11	c 6	10845 (80%) CSP clauses are encoded (31239 clauses, 342358 bytes)
5.97/6.14	c 6	12201 (90%) CSP clauses are encoded (37295 clauses, 430803 bytes)
5.97/6.16	c 6	13556 (100%) CSP clauses are encoded (46962 clauses, 584009 bytes)
5.97/6.16	c 6	13556 CSP clauses encoded
5.97/6.16	c 6	Writing map file : HOME/temp.map
5.97/6.17	c 6	Heap : 7 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
5.97/6.17	c 6	SAT : 3201 SAT variables, 46962 SAT clauses, 584009 bytes
5.97/6.17	c 6	Heap : 7 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
6.04/6.22	c 6	SOLVING HOME/temp.cnf
6.04/6.22	c 6	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
6.04/6.22	c 6	This is MiniSat 2.0 beta
6.04/6.22	c 6	WARNING: for repeatability, setting FPU to use double precision
6.04/6.22	c 6	============================[ Problem Statistics ]=============================
6.04/6.22	c 6	|                                                                             |
6.04/6.22	c 6	|  Number of variables:  3201                                                 |
6.04/6.22	c 6	|  Number of clauses:    46962                                                |
6.04/6.25	c 6	|  Parsing time:         0.02         s                                       |
6.04/6.25	c 6	============================[ Search Statistics ]==============================
6.04/6.25	c 6	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
6.04/6.25	c 6	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
6.04/6.25	c 6	===============================================================================
6.04/6.25	c 6	|         0 |    3201    46962   108610 |    15654        0    nan |  0.000 % |
6.04/6.26	c 6	===============================================================================
6.04/6.26	c 6	restarts              : 1
6.04/6.26	c 6	conflicts             : 58             (1758 /sec)
6.04/6.26	c 6	decisions             : 199            (0.50 % random) (6031 /sec)
6.04/6.26	c 6	propagations          : 28343          (859035 /sec)
6.04/6.26	c 6	conflict literals     : 192            (7.25 % deleted)
6.04/6.26	c 6	Memory used           : 3.78 MB
6.04/6.26	c 6	CPU time              : 0.032994 s
6.04/6.26	c 6	
6.04/6.26	c 6	SATISFIABLE
6.04/6.26	c 6	DECODING HOME/temp.out WITH HOME/temp.map
6.04/6.26	c 6	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'
6.12/6.35	c 6	Decoding HOME/temp.out
6.12/6.39	s SATISFIABLE
6.12/6.40	v 27 1 18 2 1 1 0 6 4 3 2 4 5 0 4 16 15 13 10 5 4 8 4 9 7 12 12 11 14 17 16 17 20 19 21 22 26 20 27 14 12 18 12 9 17 16 18 26 27 26 19 21 23 25 25 24 24 27 24 13 8 14 16 17 18 19 20 27 15 21 27 16
6.12/6.41	c 7	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
6.12/6.43	c 7	CPU 6.26 (0.06 0.02 5.84 0.34)
6.12/6.43	c 7	END Sun Jul 12 04:59:35 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-2078881-1247367568/watcher-2078881-1247367568 -o /tmp/evaluation-result-2078881-1247367568/solver-2078881-1247367568 -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-2078881-1247367568.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.02 2.16 2.16 4/75 24689
/proc/meminfo: memFree=964224/2055912 swapFree=4192812/4192956
[pid=24689] ppid=24687 vsize=18576 CPUtime=0
/proc/24689/stat : 24689 (runsolver) R 24687 24689 21307 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 23821366 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 255372881191 0 0 4096 24578 0 0 0 17 1 0 0
/proc/24689/statm: 4644 284 249 26 0 2626 0

[startup+0.103652 s]
/proc/loadavg: 2.02 2.16 2.16 4/75 24689
/proc/meminfo: memFree=964224/2055912 swapFree=4192812/4192956
[pid=24689] ppid=24687 vsize=16868 CPUtime=0.06
/proc/24689/stat : 24689 (sugar) S 24687 24689 21307 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 23821366 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24689/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.201662 s]
/proc/loadavg: 2.02 2.16 2.16 4/75 24689
/proc/meminfo: memFree=964224/2055912 swapFree=4192812/4192956
[pid=24689] ppid=24687 vsize=16868 CPUtime=0.06
/proc/24689/stat : 24689 (sugar) S 24687 24689 21307 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 23821366 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24689/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301667 s]
/proc/loadavg: 2.02 2.16 2.16 4/75 24689
/proc/meminfo: memFree=964224/2055912 swapFree=4192812/4192956
[pid=24689] ppid=24687 vsize=16868 CPUtime=0.06
/proc/24689/stat : 24689 (sugar) S 24687 24689 21307 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 23821366 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24689/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.70172 s]
/proc/loadavg: 2.02 2.16 2.16 4/75 24689
/proc/meminfo: memFree=964224/2055912 swapFree=4192812/4192956
[pid=24689] ppid=24687 vsize=16868 CPUtime=0.06
/proc/24689/stat : 24689 (sugar) S 24687 24689 21307 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 23821366 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24689/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.5028 s]
/proc/loadavg: 2.02 2.16 2.16 4/86 24701
/proc/meminfo: memFree=927784/2055912 swapFree=4192812/4192956
[pid=24689] ppid=24687 vsize=16868 CPUtime=0.06
/proc/24689/stat : 24689 (sugar) S 24687 24689 21307 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 23821366 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24689/statm: 4217 1111 409 3 0 796 0
[pid=24692] ppid=24689 vsize=5356 CPUtime=0
/proc/24692/stat : 24692 (sh) S 24689 24689 21307 0 -1 4194304 277 0 0 0 0 0 0 0 20 0 1 0 23821375 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24692/statm: 1339 233 193 169 0 50 0
[pid=24693] ppid=24692 vsize=864756 CPUtime=1.38
/proc/24693/stat : 24693 (java) S 24692 24689 21307 0 -1 0 17647 0 1 0 127 11 0 0 18 0 9 0 23821375 885510144 15177 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24693/statm: 216189 15177 2556 9 0 210701 0
[pid=24693/tid=24694] ppid=24692 vsize=864756 CPUtime=0.69
/proc/24693/task/24694/stat : 24694 (java) R 24692 24689 21307 0 -1 64 3105 0 1 0 66 3 0 0 25 0 9 0 23821376 885510144 15177 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24693/tid=24695] ppid=24692 vsize=864756 CPUtime=0.52
/proc/24693/task/24695/stat : 24695 (java) R 24692 24689 21307 0 -1 64 13329 0 0 0 47 5 0 0 16 0 9 0 23821378 885510144 15177 996147200 134512640 134550932 4294955984 18446744073709551615 102509256 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24693/tid=24696] ppid=24692 vsize=864756 CPUtime=0
/proc/24693/task/24696/stat : 24696 (java) S 24692 24689 21307 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 23821378 885510144 15177 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24693/tid=24697] ppid=24692 vsize=864756 CPUtime=0
/proc/24693/task/24697/stat : 24697 (java) S 24692 24689 21307 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 23821378 885510144 15177 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24693/tid=24698] ppid=24692 vsize=864756 CPUtime=0
/proc/24693/task/24698/stat : 24698 (java) S 24692 24689 21307 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23821380 885510144 15177 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24693/tid=24699] ppid=24692 vsize=864756 CPUtime=0.13
/proc/24693/task/24699/stat : 24699 (java) S 24692 24689 21307 0 -1 64 508 0 0 0 13 0 0 0 16 0 9 0 23821380 885510144 15177 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24693/tid=24700] ppid=24692 vsize=864756 CPUtime=0
/proc/24693/task/24700/stat : 24700 (java) S 24692 24689 21307 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23821380 885510144 15177 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24693/tid=24701] ppid=24692 vsize=864756 CPUtime=0
/proc/24693/task/24701/stat : 24701 (java) R 24692 24689 21307 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23821380 885510144 15177 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 886980

[startup+3.10297 s]
/proc/loadavg: 2.02 2.16 2.16 3/86 24701
/proc/meminfo: memFree=884648/2055912 swapFree=4192812/4192956
[pid=24689] ppid=24687 vsize=16868 CPUtime=0.06
/proc/24689/stat : 24689 (sugar) S 24687 24689 21307 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 23821366 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24689/statm: 4217 1111 409 3 0 796 0
[pid=24692] ppid=24689 vsize=5356 CPUtime=0
/proc/24692/stat : 24692 (sh) S 24689 24689 21307 0 -1 4194304 277 0 0 0 0 0 0 0 20 0 1 0 23821375 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24692/statm: 1339 233 193 169 0 50 0
[pid=24693] ppid=24692 vsize=864776 CPUtime=2.97
/proc/24693/stat : 24693 (java) S 24692 24689 21307 0 -1 0 25895 0 1 0 281 16 0 0 18 0 9 0 23821375 885530624 22433 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24693/statm: 216194 22433 2557 9 0 210706 0
[pid=24693/tid=24694] ppid=24692 vsize=864776 CPUtime=1.76
/proc/24693/task/24694/stat : 24694 (java) R 24692 24689 21307 0 -1 64 3445 0 1 0 171 5 0 0 25 0 9 0 23821376 885530624 22433 996147200 134512640 134550932 4294955984 18446744073709551615 4126095896 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24693/tid=24695] ppid=24692 vsize=864776 CPUtime=0.98
/proc/24693/task/24695/stat : 24695 (java) S 24692 24689 21307 0 -1 64 21189 0 0 0 89 9 0 0 16 0 9 0 23821378 885530624 22433 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24693/tid=24696] ppid=24692 vsize=864776 CPUtime=0
/proc/24693/task/24696/stat : 24696 (java) S 24692 24689 21307 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 23821378 885530624 22433 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24693/tid=24697] ppid=24692 vsize=864776 CPUtime=0
/proc/24693/task/24697/stat : 24697 (java) S 24692 24689 21307 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 23821378 885530624 22433 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24693/tid=24698] ppid=24692 vsize=864776 CPUtime=0
/proc/24693/task/24698/stat : 24698 (java) S 24692 24689 21307 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23821380 885530624 22433 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24693/tid=24699] ppid=24692 vsize=864776 CPUtime=0.2
/proc/24693/task/24699/stat : 24699 (java) S 24692 24689 21307 0 -1 64 556 0 0 0 20 0 0 0 15 0 9 0 23821380 885530624 22433 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24693/tid=24700] ppid=24692 vsize=864776 CPUtime=0
/proc/24693/task/24700/stat : 24700 (java) S 24692 24689 21307 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23821380 885530624 22433 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24693/tid=24701] ppid=24692 vsize=864776 CPUtime=0
/proc/24693/task/24701/stat : 24701 (java) S 24692 24689 21307 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23821380 885530624 22433 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 887000

[startup+6.3023 s]
/proc/loadavg: 2.02 2.15 2.16 3/86 24711
/proc/meminfo: memFree=912936/2055912 swapFree=4192812/4192956
[pid=24689] ppid=24687 vsize=16868 CPUtime=6.12
/proc/24689/stat : 24689 (sugar) S 24687 24689 21307 0 -1 4194304 1430 43729 0 2 6 2 573 31 17 0 1 0 23821366 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24689/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 6.12
Current children cumulated vsize (KiB) 16868

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

[startup+6.4023 s]
/proc/loadavg: 2.02 2.15 2.16 3/86 24711
/proc/meminfo: memFree=912936/2055912 swapFree=4192812/4192956
[pid=24689] ppid=24687 vsize=16868 CPUtime=6.12
/proc/24689/stat : 24689 (sugar) S 24687 24689 21307 0 -1 4194304 1449 43729 0 2 6 2 573 31 16 0 1 0 23821366 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24689/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 6.12
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 6.43649
CPU time (s): 6.28204
CPU user time (s): 5.9121
CPU system time (s): 0.369943
CPU usage (%): 97.6005
Max. virtual memory (cumulated for all children) (KiB): 891124

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.9121
system time used= 0.369943
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 49026
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= 3269
involuntary context switches= 3257

runsolver used 0.008998 second user time and 0.032994 second system time

The end

Launcher Data

Begin job on node78 at 2009-07-12 04:59:28
IDJOB=2078881
IDBENCH=56821
IDSOLVER=739
FILE ID=node78/2078881-1247367568
PBS_JOBID= 9507009
Free space on /tmp= 126616 MiB

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

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

MD5SUM BENCH= 81f902187cc2f27d969314bbf92ef85d
RANDOM SEED=134139870

node78.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.232
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.232
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:      2055912 kB
MemFree:        964640 kB
Buffers:         54652 kB
Cached:         362188 kB
SwapCached:          0 kB
Active:         936804 kB
Inactive:        89392 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055912 kB
LowFree:        964640 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            7812 kB
Writeback:           0 kB
Mapped:         620672 kB
Slab:            48904 kB
Committed_AS:   780272 kB
PageTables:       3120 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 126612 MiB
End job on node78 at 2009-07-12 04:59:35