Trace number 2078880

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+picosatSAT 5.97809 6.06796

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.07	c 0	Sugar v1-14-6 + HOME/picosat
0.00/0.07	c 0	BEGIN Sun Jul 12 04:59:24 2009
0.00/0.07	c 0	PID 22091
0.06/0.07	c 0	HOST node8.alineos.net
0.06/0.07	c 0	CONVERTING HOME/instance-2078880-1247367564.xml TO HOME/temp.csp
0.06/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2078880-1247367564.xml' 'HOME/temp.csp'
3.18/3.23	c 3	62 domains, 72 variables, 24492 predicates, 0 relations, 24492 constraints
3.18/3.26	c 3	ENCODING HOME/temp.csp TO HOME/temp.cnf
3.18/3.26	c 3	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.22/3.34	c 3	Parsing HOME/temp.csp
3.22/3.66	c 4	parsed 10000 expressions
3.22/4.00	c 4	parsed 20000 expressions
3.22/4.14	c 4	parsed 30000 expressions
3.22/4.20	c 4	parsed 40000 expressions
4.34/4.42	c 4	parsed 49118 expressions
4.34/4.44	c 4	Heap : 23 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.34/4.44	c 4	Converting to clausal form CSP
4.34/4.48	c 4	converted 4912 (10%) expressions
4.43/4.51	c 5	converted 9824 (20%) expressions
4.43/4.52	c 5	converted 14736 (30%) expressions
4.43/4.53	c 5	converted 19648 (40%) expressions
4.43/4.55	c 5	converted 24559 (50%) expressions
4.73/4.81	c 5	converted 29471 (60%) expressions
4.73/4.88	c 5	converted 34383 (70%) expressions
4.83/4.96	c 5	converted 39295 (80%) expressions
4.92/5.06	c 5	converted 44207 (90%) expressions
5.02/5.16	c 5	converted 49118 (100%) expressions
5.02/5.16	c 5	CSP : 72 integers, 0 booleans, 11100 clauses, largest domain size 28
5.02/5.16	c 5	Heap : 36 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
5.02/5.17	c 5	Propagation in CSP
5.13/5.21	c 5	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
5.13/5.21	c 5	CSP : 72 integers, 0 booleans, 11100 clauses, largest domain size 28
5.13/5.21	c 5	Heap : 34 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
5.13/5.22	c 5	Simplifing CSP by introducing new Boolean variables
5.13/5.25	c 5	CSP : 72 integers, 2456 booleans, 13556 clauses, largest domain size 28
5.13/5.25	c 5	Heap : 36 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
5.23/5.32	c 5	Encoding CSP to SAT : HOME/temp.cnf
5.23/5.33	c 5	8 (10%) CSP integer variables are encoded (40 clauses, 407 bytes)
5.23/5.33	c 5	15 (20%) CSP integer variables are encoded (77 clauses, 740 bytes)
5.23/5.33	c 5	22 (30%) CSP integer variables are encoded (115 clauses, 1147 bytes)
5.23/5.33	c 5	29 (40%) CSP integer variables are encoded (155 clauses, 1587 bytes)
5.23/5.33	c 5	36 (50%) CSP integer variables are encoded (209 clauses, 2181 bytes)
5.23/5.33	c 5	44 (60%) CSP integer variables are encoded (298 clauses, 3160 bytes)
5.23/5.33	c 5	51 (70%) CSP integer variables are encoded (360 clauses, 3842 bytes)
5.23/5.33	c 5	58 (80%) CSP integer variables are encoded (418 clauses, 4480 bytes)
5.23/5.34	c 5	65 (90%) CSP integer variables are encoded (557 clauses, 6009 bytes)
5.23/5.34	c 5	72 (100%) CSP integer variables are encoded (673 clauses, 7285 bytes)
5.23/5.39	c 5	1356 (10%) CSP clauses are encoded (4814 clauses, 49976 bytes)
5.32/5.42	c 5	2712 (20%) CSP clauses are encoded (8363 clauses, 86123 bytes)
5.32/5.43	c 5	4067 (30%) CSP clauses are encoded (11938 clauses, 123137 bytes)
5.32/5.44	c 5	5423 (40%) CSP clauses are encoded (15812 clauses, 164899 bytes)
5.32/5.45	c 5	6778 (50%) CSP clauses are encoded (19350 clauses, 202041 bytes)
5.32/5.47	c 5	8134 (60%) CSP clauses are encoded (23581 clauses, 253238 bytes)
5.32/5.48	c 5	9490 (70%) CSP clauses are encoded (27277 clauses, 296644 bytes)
5.32/5.49	c 5	10845 (80%) CSP clauses are encoded (31239 clauses, 342358 bytes)
5.42/5.52	c 6	12201 (90%) CSP clauses are encoded (37295 clauses, 430803 bytes)
5.42/5.54	c 6	13556 (100%) CSP clauses are encoded (46962 clauses, 584009 bytes)
5.42/5.54	c 6	13556 CSP clauses encoded
5.42/5.54	c 6	Writing map file : HOME/temp.map
5.42/5.54	c 6	Heap : 7 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
5.42/5.54	c 6	SAT : 3201 SAT variables, 46962 SAT clauses, 584009 bytes
5.42/5.54	c 6	Heap : 7 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
5.42/5.57	c 6	SOLVING HOME/temp.cnf
5.42/5.57	c 6	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
5.48/5.90	c 6	DECODING HOME/temp.out WITH HOME/temp.map
5.48/5.90	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'
5.48/5.98	c 6	Decoding HOME/temp.out
5.80/6.02	s SATISFIABLE
5.80/6.02	v 25 0 18 2 0 1 0 6 4 3 1 4 5 1 4 16 15 13 10 5 2 7 4 9 8 11 12 11 14 17 16 19 19 20 21 22 24 17 27 14 12 18 5 4 14 16 18 26 27 26 20 21 23 23 25 24 26 27 24 5 6 9 13 14 15 20 17 27 11 13 16 7
5.80/6.05	c 6	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
5.80/6.06	c 6	CPU 5.96 (0.05 0.01 5.43 0.47)
5.80/6.06	c 6	END Sun Jul 12 04:59:30 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-2078880-1247367564/watcher-2078880-1247367564 -o /tmp/evaluation-result-2078880-1247367564/solver-2078880-1247367564 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-2078880-1247367564.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.10 2.05 2.09 4/75 22091
/proc/meminfo: memFree=1714584/2055920 swapFree=4192812/4192956
[pid=22091] ppid=22089 vsize=12268 CPUtime=0
/proc/22091/stat : 22091 (sugar) R 22089 22091 21539 0 -1 4194304 334 0 0 0 0 0 0 0 20 0 1 0 23823649 12562432 302 996147200 4194304 4206940 548682068608 18446744073709551615 228720019157 0 0 4224 0 0 0 0 17 0 0 0
/proc/22091/statm: 3067 302 228 3 0 167 0

[startup+0.0738491 s]
/proc/loadavg: 2.10 2.05 2.09 4/75 22091
/proc/meminfo: memFree=1714584/2055920 swapFree=4192812/4192956
[pid=22091] ppid=22089 vsize=16740 CPUtime=0.06
/proc/22091/stat : 22091 (sugar) S 22089 22091 21539 0 -1 4194304 1152 0 0 0 5 1 0 0 20 0 1 0 23823649 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22091/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.101468 s]
/proc/loadavg: 2.10 2.05 2.09 4/75 22091
/proc/meminfo: memFree=1714584/2055920 swapFree=4192812/4192956
[pid=22091] ppid=22089 vsize=16868 CPUtime=0.06
/proc/22091/stat : 22091 (sugar) S 22089 22091 21539 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 23823649 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22091/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301486 s]
/proc/loadavg: 2.10 2.05 2.09 4/75 22091
/proc/meminfo: memFree=1714584/2055920 swapFree=4192812/4192956
[pid=22091] ppid=22089 vsize=16868 CPUtime=0.06
/proc/22091/stat : 22091 (sugar) S 22089 22091 21539 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 23823649 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22091/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701524 s]
/proc/loadavg: 2.10 2.05 2.09 4/75 22091
/proc/meminfo: memFree=1714584/2055920 swapFree=4192812/4192956
[pid=22091] ppid=22089 vsize=16868 CPUtime=0.06
/proc/22091/stat : 22091 (sugar) S 22089 22091 21539 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 23823649 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22091/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.5026 s]
/proc/loadavg: 2.10 2.05 2.09 3/86 22103
/proc/meminfo: memFree=1678336/2055920 swapFree=4192812/4192956
[pid=22091] ppid=22089 vsize=16868 CPUtime=0.06
/proc/22091/stat : 22091 (sugar) S 22089 22091 21539 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 23823649 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22091/statm: 4217 1111 409 3 0 796 0
[pid=22094] ppid=22091 vsize=5356 CPUtime=0
/proc/22094/stat : 22094 (sh) S 22091 22091 21539 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23823657 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22094/statm: 1339 233 193 169 0 50 0
[pid=22095] ppid=22094 vsize=864776 CPUtime=1.41
/proc/22095/stat : 22095 (java) S 22094 22091 21539 0 -1 0 18936 0 1 0 133 8 0 0 20 0 9 0 23823657 885530624 15500 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22095/statm: 216194 15500 2556 9 0 210706 0
[pid=22095/tid=22096] ppid=22094 vsize=864776 CPUtime=0.67
/proc/22095/task/22096/stat : 22096 (java) R 22094 22091 21539 0 -1 64 3409 0 1 0 64 3 0 0 25 0 9 0 23823658 885530624 15500 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22095/tid=22097] ppid=22094 vsize=864776 CPUtime=0.61
/proc/22095/task/22097/stat : 22097 (java) R 22094 22091 21539 0 -1 64 14313 0 0 0 57 4 0 0 17 0 9 0 23823659 885530624 15500 996147200 134512640 134550932 4294955984 18446744073709551615 103826446 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22095/tid=22098] ppid=22094 vsize=864776 CPUtime=0
/proc/22095/task/22098/stat : 22098 (java) S 22094 22091 21539 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 23823659 885530624 15500 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22095/tid=22099] ppid=22094 vsize=864776 CPUtime=0
/proc/22095/task/22099/stat : 22099 (java) S 22094 22091 21539 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 23823659 885530624 15500 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22095/tid=22100] ppid=22094 vsize=864776 CPUtime=0
/proc/22095/task/22100/stat : 22100 (java) S 22094 22091 21539 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23823661 885530624 15500 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22095/tid=22101] ppid=22094 vsize=864776 CPUtime=0.11
/proc/22095/task/22101/stat : 22101 (java) S 22094 22091 21539 0 -1 64 510 0 0 0 11 0 0 0 16 0 9 0 23823661 885530624 15500 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22095/tid=22102] ppid=22094 vsize=864776 CPUtime=0
/proc/22095/task/22102/stat : 22102 (java) S 22094 22091 21539 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 23823661 885530624 15500 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22095/tid=22103] ppid=22094 vsize=864776 CPUtime=0
/proc/22095/task/22103/stat : 22103 (java) S 22094 22091 21539 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23823661 885530624 15500 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 887000

[startup+3.10275 s]
/proc/loadavg: 2.10 2.05 2.09 3/86 22103
/proc/meminfo: memFree=1631936/2055920 swapFree=4192812/4192956
[pid=22091] ppid=22089 vsize=16868 CPUtime=0.06
/proc/22091/stat : 22091 (sugar) S 22089 22091 21539 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 23823649 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22091/statm: 4217 1111 409 3 0 796 0
[pid=22094] ppid=22091 vsize=5356 CPUtime=0
/proc/22094/stat : 22094 (sh) S 22091 22091 21539 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23823657 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22094/statm: 1339 233 193 169 0 50 0
[pid=22095] ppid=22094 vsize=864776 CPUtime=3.01
/proc/22095/stat : 22095 (java) S 22094 22091 21539 0 -1 0 25898 0 1 0 289 12 0 0 20 0 9 0 23823657 885530624 22431 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22095/statm: 216194 22431 2557 9 0 210706 0
[pid=22095/tid=22096] ppid=22094 vsize=864776 CPUtime=1.93
/proc/22095/task/22096/stat : 22096 (java) R 22094 22091 21539 0 -1 64 3449 0 1 0 190 3 0 0 25 0 9 0 23823658 885530624 22431 996147200 134512640 134550932 4294955984 18446744073709551615 4126880458 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22095/tid=22097] ppid=22094 vsize=864776 CPUtime=0.87
/proc/22095/task/22097/stat : 22097 (java) S 22094 22091 21539 0 -1 64 21187 0 0 0 80 7 0 0 16 0 9 0 23823659 885530624 22431 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22095/tid=22098] ppid=22094 vsize=864776 CPUtime=0
/proc/22095/task/22098/stat : 22098 (java) S 22094 22091 21539 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 23823659 885530624 22431 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22095/tid=22099] ppid=22094 vsize=864776 CPUtime=0
/proc/22095/task/22099/stat : 22099 (java) S 22094 22091 21539 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 23823659 885530624 22431 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22095/tid=22100] ppid=22094 vsize=864776 CPUtime=0
/proc/22095/task/22100/stat : 22100 (java) S 22094 22091 21539 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23823661 885530624 22431 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22095/tid=22101] ppid=22094 vsize=864776 CPUtime=0.18
/proc/22095/task/22101/stat : 22101 (java) S 22094 22091 21539 0 -1 64 558 0 0 0 18 0 0 0 15 0 9 0 23823661 885530624 22431 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22095/tid=22102] ppid=22094 vsize=864776 CPUtime=0
/proc/22095/task/22102/stat : 22102 (java) S 22094 22091 21539 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 23823661 885530624 22431 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22095/tid=22103] ppid=22094 vsize=864776 CPUtime=0
/proc/22095/task/22103/stat : 22103 (java) S 22094 22091 21539 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23823661 885530624 22431 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 887000

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

[startup+4.7029 s]
/proc/loadavg: 2.09 2.05 2.09 4/86 22113
/proc/meminfo: memFree=1678976/2055920 swapFree=4192812/4192956
[pid=22091] ppid=22089 vsize=16868 CPUtime=3.22
/proc/22091/stat : 22091 (sugar) S 22089 22091 21539 0 -1 4194304 1309 26330 0 1 5 1 302 14 16 0 1 0 23823649 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22091/statm: 4217 1111 409 3 0 796 0
[pid=22104] ppid=22091 vsize=5356 CPUtime=0
/proc/22104/stat : 22104 (sh) S 22091 22091 21539 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23823975 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22104/statm: 1339 233 193 169 0 50 0
[pid=22105] ppid=22104 vsize=868564 CPUtime=1.4
/proc/22105/stat : 22105 (java) S 22104 22091 21539 0 -1 0 14135 0 1 0 132 8 0 0 19 0 9 0 23823976 889409536 13038 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22105/statm: 217141 13038 2569 9 0 211646 0
[pid=22105/tid=22106] ppid=22104 vsize=868564 CPUtime=0.67
/proc/22105/task/22106/stat : 22106 (java) R 22104 22091 21539 0 -1 64 2926 0 1 0 65 2 0 0 25 0 9 0 23823977 889409536 13038 996147200 134512640 134550932 4294955936 18446744073709551615 103669323 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22105/tid=22107] ppid=22104 vsize=868564 CPUtime=0.58
/proc/22105/task/22107/stat : 22107 (java) S 22104 22091 21539 0 -1 64 9069 0 0 0 54 4 0 0 16 0 9 0 23823978 889409536 13038 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22105/tid=22108] ppid=22104 vsize=868564 CPUtime=0
/proc/22105/task/22108/stat : 22108 (java) S 22104 22091 21539 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 23823978 889409536 13038 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22105/tid=22109] ppid=22104 vsize=868564 CPUtime=0
/proc/22105/task/22109/stat : 22109 (java) S 22104 22091 21539 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 23823978 889409536 13038 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22105/tid=22110] ppid=22104 vsize=868564 CPUtime=0
/proc/22105/task/22110/stat : 22110 (java) S 22104 22091 21539 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23823980 889409536 13038 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22105/tid=22111] ppid=22104 vsize=868564 CPUtime=0.13
/proc/22105/task/22111/stat : 22111 (java) S 22104 22091 21539 0 -1 64 1437 0 0 0 12 1 0 0 16 0 9 0 23823980 889409536 13038 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22105/tid=22112] ppid=22104 vsize=868564 CPUtime=0
/proc/22105/task/22112/stat : 22112 (java) S 22104 22091 21539 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23823980 889409536 13038 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22105/tid=22113] ppid=22104 vsize=868564 CPUtime=0
/proc/22105/task/22113/stat : 22113 (java) S 22104 22091 21539 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23823980 889409536 13038 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.62
Current children cumulated vsize (KiB) 890788

[startup+5.50952 s]
/proc/loadavg: 2.09 2.05 2.09 4/86 22113
/proc/meminfo: memFree=1660032/2055920 swapFree=4192812/4192956
[pid=22091] ppid=22089 vsize=16868 CPUtime=3.22
/proc/22091/stat : 22091 (sugar) S 22089 22091 21539 0 -1 4194304 1310 26330 0 1 5 1 302 14 15 0 1 0 23823649 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22091/statm: 4217 1111 409 3 0 796 0
[pid=22104] ppid=22091 vsize=5356 CPUtime=0
/proc/22104/stat : 22104 (sh) S 22091 22091 21539 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23823975 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22104/statm: 1339 233 193 169 0 50 0
[pid=22105] ppid=22104 vsize=868760 CPUtime=2.2
/proc/22105/stat : 22105 (java) S 22104 22091 21539 0 -1 0 16038 0 1 0 210 10 0 0 19 0 9 0 23823976 889610240 14823 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22105/statm: 217190 14823 2590 9 0 211667 0
[pid=22105/tid=22106] ppid=22104 vsize=868760 CPUtime=1.21
/proc/22105/task/22106/stat : 22106 (java) R 22104 22091 21539 0 -1 64 3005 0 1 0 119 2 0 0 25 0 9 0 23823977 889610240 14823 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22105/tid=22107] ppid=22104 vsize=868760 CPUtime=0.75
/proc/22105/task/22107/stat : 22107 (java) S 22104 22091 21539 0 -1 64 10816 0 0 0 70 5 0 0 16 0 9 0 23823978 889610240 14823 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22105/tid=22108] ppid=22104 vsize=868760 CPUtime=0
/proc/22105/task/22108/stat : 22108 (java) S 22104 22091 21539 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 23823978 889610240 14823 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22105/tid=22109] ppid=22104 vsize=868760 CPUtime=0
/proc/22105/task/22109/stat : 22109 (java) S 22104 22091 21539 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23823978 889610240 14823 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22105/tid=22110] ppid=22104 vsize=868760 CPUtime=0
/proc/22105/task/22110/stat : 22110 (java) S 22104 22091 21539 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23823980 889610240 14823 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22105/tid=22111] ppid=22104 vsize=868760 CPUtime=0.2
/proc/22105/task/22111/stat : 22111 (java) S 22104 22091 21539 0 -1 64 1514 0 0 0 19 1 0 0 15 0 9 0 23823980 889610240 14823 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22105/tid=22112] ppid=22104 vsize=868760 CPUtime=0
/proc/22105/task/22112/stat : 22112 (java) S 22104 22091 21539 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23823980 889610240 14823 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22105/tid=22113] ppid=22104 vsize=868760 CPUtime=0
/proc/22105/task/22113/stat : 22113 (java) S 22104 22091 21539 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23823980 889610240 14823 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.42
Current children cumulated vsize (KiB) 890984

[startup+5.90201 s]
/proc/loadavg: 2.09 2.05 2.09 4/86 22113
/proc/meminfo: memFree=1660032/2055920 swapFree=4192812/4192956
[pid=22091] ppid=22089 vsize=16868 CPUtime=5.48
/proc/22091/stat : 22091 (sugar) S 22089 22091 21539 0 -1 4194304 1365 42674 0 2 5 1 516 26 16 0 1 0 23823649 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22091/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 5.48
Current children cumulated vsize (KiB) 16868

[startup+6.00202 s]
/proc/loadavg: 2.09 2.05 2.09 4/86 22113
/proc/meminfo: memFree=1660032/2055920 swapFree=4192812/4192956
[pid=22091] ppid=22089 vsize=16868 CPUtime=5.8
/proc/22091/stat : 22091 (sugar) S 22089 22091 21539 0 -1 4194304 1446 43340 0 2 5 1 530 44 15 0 1 0 23823649 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22091/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 5.8
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 6.06796
CPU time (s): 5.97809
CPU user time (s): 5.49017
CPU system time (s): 0.487925
CPU usage (%): 98.5189
Max. virtual memory (cumulated for all children) (KiB): 891124

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.49017
system time used= 0.487925
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 48645
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= 3006
involuntary context switches= 2949

runsolver used 0.016997 second user time and 0.027995 second system time

The end

Launcher Data

Begin job on node8 at 2009-07-12 04:59:24
IDJOB=2078880
IDBENCH=56821
IDSOLVER=738
FILE ID=node8/2078880-1247367564
PBS_JOBID= 9507121
Free space on /tmp= 66276 MiB

SOLVER NAME= Sugar v1.14.6+picosat
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/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2078880-1247367564/watcher-2078880-1247367564 -o /tmp/evaluation-result-2078880-1247367564/solver-2078880-1247367564 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/picosat" -tmp="HOME/temp" HOME/instance-2078880-1247367564.xml

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

MD5SUM BENCH= 81f902187cc2f27d969314bbf92ef85d
RANDOM SEED=1007368901

node8.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.213
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.213
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:       1715064 kB
Buffers:         39072 kB
Cached:         197364 kB
SwapCached:          0 kB
Active:         171260 kB
Inactive:        94348 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1715064 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            8108 kB
Writeback:           0 kB
Mapped:          40296 kB
Slab:            60376 kB
Committed_AS:   164232 kB
PageTables:       1800 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= 66276 MiB
End job on node8 at 2009-07-12 04:59:30