Trace number 2080299

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 40.3649 53.1221

General information on the benchmark

Namecsp/js-taillard-20-15/
normalized-js-taillard-20-15-105-1.xml
MD5SUMe4484fdddfc52711e3ae8ca42944a11b
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 benchmark40.3649
Satisfiable
(Un)Satisfiability was proved
Number of variables300
Number of constraints3130
Maximum constraint arity2
Maximum domain size1450
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3130
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 05:33:28 2009
0.00/0.07	c 0	PID 24314
0.00/0.07	c 0	HOST node76.alineos.net
0.00/0.07	c 0	CONVERTING HOME/instance-2080299-1247369608.xml TO HOME/temp.csp
0.00/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-2080299-1247369608.xml' 'HOME/temp.csp'
0.06/0.78	c 1	300 domains, 300 variables, 2 predicates, 0 relations, 3130 constraints
0.06/0.81	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.81	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.06/0.89	c 1	Parsing HOME/temp.csp
0.76/0.99	c 1	parsed 3732 expressions
0.76/1.00	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.76/1.00	c 1	Converting to clausal form CSP
0.93/1.02	c 1	converted 374 (10%) expressions
0.93/1.08	c 1	converted 747 (20%) expressions
1.13/1.21	c 1	converted 1120 (30%) expressions
1.13/1.25	c 1	converted 1493 (40%) expressions
1.13/1.26	c 1	converted 1866 (50%) expressions
1.13/1.27	c 1	converted 2240 (60%) expressions
1.13/1.29	c 1	converted 2613 (70%) expressions
1.22/1.30	c 1	converted 2986 (80%) expressions
1.22/1.31	c 1	converted 3359 (90%) expressions
1.22/1.32	c 1	converted 3732 (100%) expressions
1.22/1.32	c 1	CSP : 300 integers, 0 booleans, 3130 clauses, largest domain size 1423
1.22/1.32	c 1	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.22/1.32	c 1	Propagation in CSP
1.32/1.45	c 2	93799 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.32/1.45	c 2	CSP : 300 integers, 0 booleans, 3130 clauses, largest domain size 791
1.32/1.45	c 2	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.32/1.45	c 2	Simplifing CSP by introducing new Boolean variables
1.42/1.53	c 2	CSP : 300 integers, 5700 booleans, 8830 clauses, largest domain size 791
1.42/1.53	c 2	Heap : 5 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.42/1.57	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.52/1.61	c 2	30 (10%) CSP integer variables are encoded (22185 clauses, 310657 bytes)
1.52/1.64	c 2	60 (20%) CSP integer variables are encoded (43305 clauses, 627457 bytes)
1.52/1.66	c 2	90 (30%) CSP integer variables are encoded (60645 clauses, 887557 bytes)
1.52/1.68	c 2	120 (40%) CSP integer variables are encoded (79410 clauses, 1169032 bytes)
1.62/1.70	c 2	150 (50%) CSP integer variables are encoded (97470 clauses, 1439932 bytes)
1.62/1.73	c 2	180 (60%) CSP integer variables are encoded (118500 clauses, 1792691 bytes)
1.62/1.75	c 2	210 (70%) CSP integer variables are encoded (140985 clauses, 2174936 bytes)
1.62/1.78	c 2	240 (80%) CSP integer variables are encoded (163170 clauses, 2552081 bytes)
1.72/1.81	c 2	270 (90%) CSP integer variables are encoded (184095 clauses, 2907806 bytes)
1.72/1.83	c 2	300 (100%) CSP integer variables are encoded (201315 clauses, 3200546 bytes)
2.32/2.41	c 2	883 (10%) CSP clauses are encoded (495197 clauses, 9731591 bytes)
2.71/2.87	c 3	1766 (20%) CSP clauses are encoded (747690 clauses, 15586003 bytes)
3.22/3.35	c 3	2649 (30%) CSP clauses are encoded (1003275 clauses, 21521648 bytes)
3.71/3.80	c 4	3532 (40%) CSP clauses are encoded (1243724 clauses, 27103598 bytes)
4.09/4.21	c 4	4415 (50%) CSP clauses are encoded (1461143 clauses, 32159696 bytes)
4.50/4.63	c 5	5298 (60%) CSP clauses are encoded (1684491 clauses, 37349233 bytes)
4.90/5.07	c 5	6181 (70%) CSP clauses are encoded (1926817 clauses, 42996589 bytes)
5.30/5.44	c 6	7064 (80%) CSP clauses are encoded (2129872 clauses, 47819231 bytes)
5.79/6.00	c 6	7947 (90%) CSP clauses are encoded (2426295 clauses, 54999410 bytes)
6.28/7.18	c 7	8830 (100%) CSP clauses are encoded (2696160 clauses, 61259658 bytes)
6.28/7.18	c 7	8830 CSP clauses encoded
6.28/7.18	c 7	Writing map file : HOME/temp.map
6.28/7.19	c 7	Heap : 3 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
6.28/7.19	c 7	SAT : 207315 SAT variables, 2696160 SAT clauses, 61259658 bytes
6.28/7.19	c 7	Heap : 3 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
6.38/7.22	c 7	SOLVING HOME/temp.cnf
6.38/7.22	c 7	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
39.82/40.89	c 41	DECODING HOME/temp.out WITH HOME/temp.map
39.82/40.89	c 41	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'
39.93/40.96	c 41	Decoding HOME/temp.out
39.93/41.26	s SATISFIABLE
39.93/41.27	v 143 637 703 802 897 905 926 990 1013 1137 1142 1201 1243 1334 1349 189 470 563 623 708 717 753 833 884 965 1075 1167 1218 1233 1238 168 270 367 400 508 573 623 669 759 860 1081 1151 1239 1317 1372 0 88 187 216 252 303 395 431 442 547 700 969 1131 1282 1361 0 83 157 241 299 536 635 716 855 975 1070 1093 1106 1132 1262 0 68 138 365 527 622 663 670 740 847 919 993 1161 1361 1362 54 116 350 397 546 700 815 900 927 939 1061 1084 1238 1266 1358 5 85 143 243 285 477 573 699 839 990 1064 1173 1287 1349 1430 82 119 187 206 433 516 900 932 965 1026 1077 1113 1181 1285 1425 0 88 172 259 541 639 859 930 1007 1072 1164 1210 1287 1330 1412 0 68 134 274 324 512 576 708 802 859 875 989 1074 1334 1397 3 26 130 382 415 498 524 677 762 829 987 1054 1155 1203 1417 0 96 138 187 241 302 310 351 365 409 418 492 508 752 1327 99 169 333 379 398 462 510 547 596 623 785 901 1132 1153 1196 198 239 275 359 492 556 768 821 918 1026 1080 1193 1235 1243 1278 296 405 418 503 740 801 856 905 927 932 1002 1038 1126 1248 1371 172 248 302 407 491 608 632 743 801 1126 1209 1278 1320 1361 1427 59 280 290 443 524 540 596 717 872 935 970 1058 1061 1143 1371 89 167 243 291 312 411 508 543 643 726 818 916 970 1102 1232 51 85 141 170 360 558 604 693 727 777 879 1022 1085 1226 1406
39.93/41.27	c 41	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
39.93/41.32	c 41	CPU 40.3 (0.06 0.01 27.87 12.36)
39.93/41.32	c 41	END Sun Jul 12 05:34:09 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-2080299-1247369608/watcher-2080299-1247369608 -o /tmp/evaluation-result-2080299-1247369608/solver-2080299-1247369608 -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-2080299-1247369608.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.00 2.00 2.03 4/74 24314
/proc/meminfo: memFree=1775360/2055920 swapFree=4192812/4192956
[pid=24314] ppid=24312 vsize=11912 CPUtime=0
/proc/24314/stat : 24314 (sugar) R 24312 24314 19619 0 -1 4194304 92 0 0 0 0 0 0 0 20 0 1 0 24026143 12197888 76 996147200 4194304 4206940 548682068608 18446744073709551615 265671462752 0 0 4096 0 0 0 0 17 1 0 0
/proc/24314/statm: 2978 76 55 3 0 66 0

[startup+0.0788981 s]
/proc/loadavg: 2.00 2.00 2.03 4/74 24314
/proc/meminfo: memFree=1775360/2055920 swapFree=4192812/4192956
[pid=24314] ppid=24312 vsize=16868 CPUtime=0.06
/proc/24314/stat : 24314 (sugar) S 24312 24314 19619 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 24026143 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24314/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.101898 s]
/proc/loadavg: 2.00 2.00 2.03 4/74 24314
/proc/meminfo: memFree=1775360/2055920 swapFree=4192812/4192956
[pid=24314] ppid=24312 vsize=16868 CPUtime=0.06
/proc/24314/stat : 24314 (sugar) S 24312 24314 19619 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 24026143 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24314/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301936 s]
/proc/loadavg: 2.00 2.00 2.03 4/74 24314
/proc/meminfo: memFree=1775360/2055920 swapFree=4192812/4192956
[pid=24314] ppid=24312 vsize=16868 CPUtime=0.06
/proc/24314/stat : 24314 (sugar) S 24312 24314 19619 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 24026143 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24314/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.702012 s]
/proc/loadavg: 2.00 2.00 2.03 4/74 24314
/proc/meminfo: memFree=1775360/2055920 swapFree=4192812/4192956
[pid=24314] ppid=24312 vsize=16868 CPUtime=0.06
/proc/24314/stat : 24314 (sugar) S 24312 24314 19619 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 24026143 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24314/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50217 s]
/proc/loadavg: 2.00 2.00 2.03 3/85 24336
/proc/meminfo: memFree=1765352/2055920 swapFree=4192812/4192956
[pid=24314] ppid=24312 vsize=16868 CPUtime=0.76
/proc/24314/stat : 24314 (sugar) S 24312 24314 19619 0 -1 4194304 1310 6840 0 1 5 1 66 4 16 0 1 0 24026143 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24314/statm: 4217 1111 409 3 0 796 0
[pid=24327] ppid=24314 vsize=5356 CPUtime=0
/proc/24327/stat : 24327 (sh) S 24314 24314 19619 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24026225 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24327/statm: 1339 233 193 169 0 50 0
[pid=24328] ppid=24327 vsize=868628 CPUtime=0.66
/proc/24328/stat : 24328 (java) S 24327 24314 19619 0 -1 0 6196 0 1 0 63 3 0 0 18 0 9 0 24026225 889475072 5549 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24328/statm: 217157 5549 1858 9 0 211662 0
[pid=24328/tid=24329] ppid=24327 vsize=868628 CPUtime=0.41
/proc/24328/task/24329/stat : 24329 (java) R 24327 24314 19619 0 -1 64 2699 0 1 0 40 1 0 0 20 0 9 0 24026226 889475072 5550 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24328/tid=24330] ppid=24327 vsize=868628 CPUtime=0.06
/proc/24328/task/24330/stat : 24330 (java) R 24327 24314 19619 0 -1 64 1319 0 0 0 6 0 0 0 16 0 9 0 24026227 889475072 5550 996147200 134512640 134550932 4294955936 18446744073709551615 103755456 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24328/tid=24331] ppid=24327 vsize=868628 CPUtime=0
/proc/24328/task/24331/stat : 24331 (java) S 24327 24314 19619 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 24026227 889475072 5563 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24328/tid=24332] ppid=24327 vsize=868628 CPUtime=0
/proc/24328/task/24332/stat : 24332 (java) S 24327 24314 19619 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 24026227 889475072 5583 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24328/tid=24333] ppid=24327 vsize=868628 CPUtime=0
/proc/24328/task/24333/stat : 24333 (java) S 24327 24314 19619 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24026229 889475072 5591 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24328/tid=24334] ppid=24327 vsize=868628 CPUtime=0.15
/proc/24328/task/24334/stat : 24334 (java) S 24327 24314 19619 0 -1 64 1485 0 0 0 15 0 0 0 16 0 9 0 24026229 889475072 5592 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24328/tid=24335] ppid=24327 vsize=868628 CPUtime=0
/proc/24328/task/24335/stat : 24335 (java) S 24327 24314 19619 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24026229 889475072 5592 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24328/tid=24336] ppid=24327 vsize=868628 CPUtime=0
/proc/24328/task/24336/stat : 24336 (java) S 24327 24314 19619 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24026229 889475072 5592 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 890852

[startup+3.10148 s]
/proc/loadavg: 2.00 2.00 2.03 4/85 24336
/proc/meminfo: memFree=1748840/2055920 swapFree=4192812/4192956
[pid=24314] ppid=24312 vsize=16868 CPUtime=0.76
/proc/24314/stat : 24314 (sugar) S 24312 24314 19619 0 -1 4194304 1310 6840 0 1 5 1 66 4 15 0 1 0 24026143 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24314/statm: 4217 1111 409 3 0 796 0
[pid=24327] ppid=24314 vsize=5356 CPUtime=0
/proc/24327/stat : 24327 (sh) S 24314 24314 19619 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24026225 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24327/statm: 1339 233 193 169 0 50 0
[pid=24328] ppid=24327 vsize=868676 CPUtime=2.25
/proc/24328/stat : 24328 (java) S 24327 24314 19619 0 -1 0 8043 0 1 0 209 16 0 0 18 0 9 0 24026225 889524224 6763 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24328/statm: 217169 6763 2590 9 0 211646 0
[pid=24328/tid=24329] ppid=24327 vsize=868676 CPUtime=1.8
/proc/24328/task/24329/stat : 24329 (java) R 24327 24314 19619 0 -1 64 3235 0 1 0 170 10 0 0 25 0 9 0 24026226 889524224 6763 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24328/tid=24330] ppid=24327 vsize=868676 CPUtime=0.23
/proc/24328/task/24330/stat : 24330 (java) S 24327 24314 19619 0 -1 64 2601 0 0 0 20 3 0 0 16 0 9 0 24026227 889524224 6763 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24328/tid=24331] ppid=24327 vsize=868676 CPUtime=0
/proc/24328/task/24331/stat : 24331 (java) S 24327 24314 19619 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24026227 889524224 6763 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24328/tid=24332] ppid=24327 vsize=868676 CPUtime=0
/proc/24328/task/24332/stat : 24332 (java) S 24327 24314 19619 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 24026227 889524224 6763 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24328/tid=24333] ppid=24327 vsize=868676 CPUtime=0
/proc/24328/task/24333/stat : 24333 (java) S 24327 24314 19619 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24026229 889524224 6763 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24328/tid=24334] ppid=24327 vsize=868676 CPUtime=0.18
/proc/24328/task/24334/stat : 24334 (java) S 24327 24314 19619 0 -1 64 1507 0 0 0 18 0 0 0 16 0 9 0 24026229 889524224 6763 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24328/tid=24335] ppid=24327 vsize=868676 CPUtime=0
/proc/24328/task/24335/stat : 24335 (java) S 24327 24314 19619 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24026229 889524224 6763 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24328/tid=24336] ppid=24327 vsize=868676 CPUtime=0
/proc/24328/task/24336/stat : 24336 (java) S 24327 24314 19619 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24026229 889524224 6763 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 890900

[startup+6.30209 s]
/proc/loadavg: 2.00 2.00 2.03 3/85 24336
/proc/meminfo: memFree=1706408/2055920 swapFree=4192812/4192956
[pid=24314] ppid=24312 vsize=16868 CPUtime=0.77
/proc/24314/stat : 24314 (sugar) S 24312 24314 19619 0 -1 4194304 1310 6840 0 1 6 1 66 4 15 0 1 0 24026143 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24314/statm: 4217 1111 409 3 0 796 0
[pid=24327] ppid=24314 vsize=5356 CPUtime=0
/proc/24327/stat : 24327 (sh) S 24314 24314 19619 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24026225 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24327/statm: 1339 233 193 169 0 50 0
[pid=24328] ppid=24327 vsize=868676 CPUtime=5.39
/proc/24328/stat : 24328 (java) S 24327 24314 19619 0 -1 0 9094 0 1 0 496 43 0 0 18 0 9 0 24026225 889524224 6776 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24328/statm: 217169 6776 2590 9 0 211646 0
[pid=24328/tid=24329] ppid=24327 vsize=868676 CPUtime=4.66
/proc/24328/task/24329/stat : 24329 (java) D 24327 24314 19619 0 -1 64 4274 0 1 0 433 33 0 0 25 0 9 0 24026226 889524224 6776 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 18446744071563608240 0 0 -1 1 0 0
[pid=24328/tid=24330] ppid=24327 vsize=868676 CPUtime=0.5
/proc/24328/task/24330/stat : 24330 (java) S 24327 24314 19619 0 -1 64 2601 0 0 0 42 8 0 0 16 0 9 0 24026227 889524224 6776 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24328/tid=24331] ppid=24327 vsize=868676 CPUtime=0
/proc/24328/task/24331/stat : 24331 (java) S 24327 24314 19619 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24026227 889524224 6776 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24328/tid=24332] ppid=24327 vsize=868676 CPUtime=0
/proc/24328/task/24332/stat : 24332 (java) S 24327 24314 19619 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 24026227 889524224 6776 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24328/tid=24333] ppid=24327 vsize=868676 CPUtime=0
/proc/24328/task/24333/stat : 24333 (java) S 24327 24314 19619 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24026229 889524224 6776 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24328/tid=24334] ppid=24327 vsize=868676 CPUtime=0.2
/proc/24328/task/24334/stat : 24334 (java) S 24327 24314 19619 0 -1 64 1519 0 0 0 20 0 0 0 16 0 9 0 24026229 889524224 6776 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24328/tid=24335] ppid=24327 vsize=868676 CPUtime=0
/proc/24328/task/24335/stat : 24335 (java) S 24327 24314 19619 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24026229 889524224 6776 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24328/tid=24336] ppid=24327 vsize=868676 CPUtime=0
/proc/24328/task/24336/stat : 24336 (java) S 24327 24314 19619 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24026229 889524224 6776 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 890900

[startup+12.7013 s]
/proc/loadavg: 2.08 2.02 2.03 3/77 24338
/proc/meminfo: memFree=1676528/2055920 swapFree=4192812/4192956
[pid=24314] ppid=24312 vsize=16868 CPUtime=6.39
/proc/24314/stat : 24314 (sugar) S 24312 24314 19619 0 -1 4194304 1365 16311 0 2 6 1 582 50 16 0 1 0 24026143 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24314/statm: 4217 1113 409 3 0 796 0
[pid=24337] ppid=24314 vsize=5356 CPUtime=0
/proc/24337/stat : 24337 (sh) S 24314 24314 19619 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24026866 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24337/statm: 1339 232 193 169 0 50 0
[pid=24338] ppid=24337 vsize=39816 CPUtime=5.44
/proc/24338/stat : 24338 (picosat) R 24337 24314 19619 0 -1 4194304 8935 0 0 0 252 292 0 0 25 0 1 0 24026866 40771584 8921 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/24338/statm: 9954 8921 40 102 0 9849 0
Current children cumulated CPU time (s) 11.83
Current children cumulated vsize (KiB) 62040

[startup+25.5018 s]
/proc/loadavg: 2.36 2.08 2.05 3/77 24338
/proc/meminfo: memFree=1623984/2055920 swapFree=4192812/4192956
[pid=24314] ppid=24312 vsize=16868 CPUtime=6.39
/proc/24314/stat : 24314 (sugar) S 24312 24314 19619 0 -1 4194304 1365 16311 0 2 6 1 582 50 16 0 1 0 24026143 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24314/statm: 4217 1113 409 3 0 796 0
[pid=24337] ppid=24314 vsize=5356 CPUtime=0
/proc/24337/stat : 24337 (sh) S 24314 24314 19619 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24026866 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24337/statm: 1339 232 193 169 0 50 0
[pid=24338] ppid=24337 vsize=91236 CPUtime=18.18
/proc/24338/stat : 24338 (picosat) R 24337 24314 19619 0 -1 4194304 21740 0 0 0 838 980 0 0 25 0 1 0 24026866 93425664 21726 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/24338/statm: 22809 21726 40 102 0 22704 0
Current children cumulated CPU time (s) 24.57
Current children cumulated vsize (KiB) 113460

[startup+51.1017 s]
/proc/loadavg: 2.66 2.17 2.08 2/75 24348
/proc/meminfo: memFree=1764680/2055920 swapFree=4192812/4192956
[pid=24314] ppid=24312 vsize=16868 CPUtime=40.34
/proc/24314/stat : 24314 (sugar) D 24312 24314 19619 0 -1 4194304 1477 45884 0 3 6 5 2787 1236 15 0 1 0 24026143 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 265674265641 0 0 4224 16386 18446744071563608069 0 0 17 0 0 0
/proc/24314/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 40.34
Current children cumulated vsize (KiB) 16868
heavy processes:

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

[startup+51.9019 s]
/proc/loadavg: 2.66 2.17 2.08 2/75 24348
/proc/meminfo: memFree=1768968/2055920 swapFree=4192812/4192956
[pid=24314] ppid=24312 vsize=16868 CPUtime=40.34
/proc/24314/stat : 24314 (sugar) D 24312 24314 19619 0 -1 4194304 1477 45884 0 3 6 5 2787 1236 15 0 1 0 24026143 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 265674265641 0 0 4224 16386 18446744071563608069 0 0 17 0 0 0
/proc/24314/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 40.34
Current children cumulated vsize (KiB) 16868

[startup+52.702 s]
/proc/loadavg: 2.69 2.18 2.09 2/75 24348
/proc/meminfo: memFree=1769480/2055920 swapFree=4192812/4192956
[pid=24314] ppid=24312 vsize=16868 CPUtime=40.34
/proc/24314/stat : 24314 (sugar) D 24312 24314 19619 0 -1 4194304 1477 45884 0 3 6 5 2787 1236 15 0 1 0 24026143 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 265674265641 0 0 4224 16386 18446744071563608069 0 0 17 0 0 0
/proc/24314/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 40.34
Current children cumulated vsize (KiB) 16868

[startup+53.1021 s]
/proc/loadavg: 2.69 2.18 2.09 2/75 24348
/proc/meminfo: memFree=1769480/2055920 swapFree=4192812/4192956
[pid=24314] ppid=24312 vsize=16868 CPUtime=40.34
/proc/24314/stat : 24314 (sugar) D 24312 24314 19619 0 -1 4194304 1477 45884 0 3 6 5 2787 1236 15 0 1 0 24026143 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 265674265641 0 0 4224 16386 18446744071563608069 0 0 17 0 0 0
/proc/24314/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 40.34
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 53.1221
CPU time (s): 40.3649
CPU user time (s): 27.9398
CPU system time (s): 12.4251
CPU usage (%): 75.985
Max. virtual memory (cumulated for all children) (KiB): 890900

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 27.9398
system time used= 12.4251
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 47421
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= 16784
involuntary context switches= 17037

runsolver used 0.05999 second user time and 0.157975 second system time

The end

Launcher Data

Begin job on node76 at 2009-07-12 05:33:28
IDJOB=2080299
IDBENCH=57055
IDSOLVER=738
FILE ID=node76/2080299-1247369608
PBS_JOBID= 9506996
Free space on /tmp= 66428 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/js-taillard-20-15/normalized-js-taillard-20-15-105-1.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-2080299-1247369608/watcher-2080299-1247369608 -o /tmp/evaluation-result-2080299-1247369608/solver-2080299-1247369608 -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-2080299-1247369608.xml

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

MD5SUM BENCH= e4484fdddfc52711e3ae8ca42944a11b
RANDOM SEED=784797580

node76.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.277
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.277
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:       1775840 kB
Buffers:         34112 kB
Cached:         161456 kB
SwapCached:          0 kB
Active:         142356 kB
Inactive:        72776 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1775840 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1724 kB
Writeback:           0 kB
Mapped:          30288 kB
Slab:            50320 kB
Committed_AS:   231732 kB
PageTables:       1804 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= 66428 MiB
End job on node76 at 2009-07-12 05:34:21