Trace number 2080343

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 14.1808 14.3794

General information on the benchmark

Namecsp/js-taillard-15/
normalized-js-taillard-15-105-0.xml
MD5SUM22ee4482a24f72465784a1f83384b9c5
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 benchmark9.41057
Satisfiable
(Un)Satisfiability was proved
Number of variables225
Number of constraints1785
Maximum constraint arity2
Maximum domain size1309
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1785
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.00/0.08	c 0	BEGIN Sun Jul 12 05:35:38 2009
0.00/0.08	c 0	PID 24517
0.00/0.08	c 0	HOST node34.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2080343-1247369738.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-2080343-1247369738.xml' 'HOME/temp.csp'
0.06/0.77	c 1	225 domains, 225 variables, 2 predicates, 0 relations, 1785 constraints
0.06/0.82	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.82	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.90	c 1	Parsing HOME/temp.csp
1.00/1.13	c 1	parsed 2237 expressions
1.00/1.14	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.00/1.14	c 1	Converting to clausal form CSP
1.00/1.15	c 1	converted 224 (10%) expressions
1.00/1.17	c 1	converted 448 (20%) expressions
1.10/1.25	c 1	converted 672 (30%) expressions
1.19/1.35	c 1	converted 895 (40%) expressions
1.19/1.37	c 1	converted 1119 (50%) expressions
1.19/1.39	c 1	converted 1343 (60%) expressions
1.29/1.40	c 1	converted 1566 (70%) expressions
1.29/1.41	c 1	converted 1790 (80%) expressions
1.29/1.42	c 1	converted 2014 (90%) expressions
1.29/1.43	c 1	converted 2237 (100%) expressions
1.29/1.43	c 1	CSP : 225 integers, 0 booleans, 1785 clauses, largest domain size 1261
1.29/1.43	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.29/1.43	c 1	Propagation in CSP
1.40/1.51	c 1	72678 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.40/1.51	c 1	CSP : 225 integers, 0 booleans, 1785 clauses, largest domain size 728
1.40/1.51	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.40/1.51	c 1	Simplifing CSP by introducing new Boolean variables
1.40/1.55	c 1	CSP : 225 integers, 3150 booleans, 4935 clauses, largest domain size 728
1.40/1.55	c 1	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.40/1.58	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.49/1.61	c 1	23 (10%) CSP integer variables are encoded (10590 clauses, 136752 bytes)
1.49/1.63	c 1	45 (20%) CSP integer variables are encoded (23250 clauses, 326652 bytes)
1.49/1.64	c 1	68 (30%) CSP integer variables are encoded (34101 clauses, 489417 bytes)
1.49/1.66	c 1	90 (40%) CSP integer variables are encoded (44580 clauses, 646602 bytes)
1.49/1.67	c 1	113 (50%) CSP integer variables are encoded (58236 clauses, 851442 bytes)
1.49/1.69	c 1	135 (60%) CSP integer variables are encoded (68220 clauses, 1001202 bytes)
1.59/1.70	c 2	158 (70%) CSP integer variables are encoded (80748 clauses, 1189122 bytes)
1.59/1.72	c 2	180 (80%) CSP integer variables are encoded (92595 clauses, 1366827 bytes)
1.59/1.73	c 2	203 (90%) CSP integer variables are encoded (104508 clauses, 1554933 bytes)
1.59/1.75	c 2	225 (100%) CSP integer variables are encoded (119235 clauses, 1805292 bytes)
1.79/1.94	c 2	494 (10%) CSP clauses are encoded (200236 clauses, 3530777 bytes)
1.99/2.13	c 2	987 (20%) CSP clauses are encoded (287988 clauses, 5439351 bytes)
2.18/2.34	c 2	1481 (30%) CSP clauses are encoded (386761 clauses, 7673210 bytes)
2.38/2.55	c 2	1974 (40%) CSP clauses are encoded (487330 clauses, 9944834 bytes)
2.58/2.72	c 3	2468 (50%) CSP clauses are encoded (571654 clauses, 11847394 bytes)
2.68/2.88	c 3	2961 (60%) CSP clauses are encoded (651707 clauses, 13650360 bytes)
2.88/3.07	c 3	3455 (70%) CSP clauses are encoded (749476 clauses, 15844723 bytes)
3.08/3.29	c 3	3948 (80%) CSP clauses are encoded (858129 clauses, 18276927 bytes)
3.28/3.45	c 3	4442 (90%) CSP clauses are encoded (942811 clauses, 20146612 bytes)
3.48/3.69	c 4	4935 (100%) CSP clauses are encoded (1074441 clauses, 22984059 bytes)
3.48/3.70	c 4	4935 CSP clauses encoded
3.48/3.70	c 4	Writing map file : HOME/temp.map
3.57/3.70	c 4	Heap : 2 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
3.57/3.70	c 4	SAT : 122610 SAT variables, 1074441 SAT clauses, 22984059 bytes
3.57/3.70	c 4	Heap : 2 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
3.57/3.74	c 4	SOLVING HOME/temp.cnf
3.57/3.74	c 4	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
13.68/13.94	c 14	DECODING HOME/temp.out WITH HOME/temp.map
13.68/13.94	c 14	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'
13.74/14.01	c 14	Decoding HOME/temp.out
14.08/14.33	s SATISFIABLE
14.08/14.34	v 5 208 274 284 337 363 378 443 542 610 637 730 934 1090 1226 200 274 427 559 623 680 758 766 773 869 948 966 1017 1035 1276 1 204 286 343 598 648 702 723 822 918 1013 1095 1115 1154 1241 94 167 190 232 262 316 410 468 764 796 933 963 1035 1134 1300 0 78 211 318 379 554 585 680 779 858 941 1067 1109 1162 1204 0 29 98 186 332 348 395 533 724 915 953 1003 1125 1196 1279 1 90 165 286 304 441 550 587 641 729 802 845 911 1117 1243 115 167 221 230 282 353 460 569 718 758 879 886 1207 1210 1302 0 85 115 212 303 407 503 603 686 764 820 905 913 979 1189 0 5 64 96 163 204 257 452 541 634 724 1066 1111 1193 1199 110 200 256 257 322 429 509 599 648 685 713 822 1084 1090 1192 1 74 125 200 262 315 343 430 464 494 554 631 819 1161 1222 29 101 163 260 280 313 378 427 504 561 676 843 942 1101 1197 0 28 59 111 305 346 435 494 551 616 702 719 803 869 876 106 380 509 648 726 793 822 890 963 968 1001 1017 1104 1187 1212
14.08/14.35	c 14	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
14.08/14.37	c 14	CPU 14.14 (0.05 0.02 8.73 5.34)
14.08/14.37	c 14	END Sun Jul 12 05:35:52 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-2080343-1247369738/watcher-2080343-1247369738 -o /tmp/evaluation-result-2080343-1247369738/solver-2080343-1247369738 -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-2080343-1247369738.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.00 4/74 24517
/proc/meminfo: memFree=1727024/2055920 swapFree=4192812/4192956
[pid=24517] ppid=24515 vsize=12268 CPUtime=0
/proc/24517/stat : 24517 (sugar) R 24515 24517 20259 0 -1 4194304 348 0 0 0 0 0 0 0 22 0 1 0 24039792 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 254195497573 0 0 4224 0 0 0 0 17 1 0 0
/proc/24517/statm: 3067 316 241 3 0 167 0

[startup+0.086125 s]
/proc/loadavg: 2.00 2.00 2.00 4/74 24517
/proc/meminfo: memFree=1727024/2055920 swapFree=4192812/4192956
[pid=24517] ppid=24515 vsize=16868 CPUtime=0.06
/proc/24517/stat : 24517 (sugar) S 24515 24517 20259 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24039792 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24517/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.101665 s]
/proc/loadavg: 2.00 2.00 2.00 4/74 24517
/proc/meminfo: memFree=1727024/2055920 swapFree=4192812/4192956
[pid=24517] ppid=24515 vsize=16868 CPUtime=0.06
/proc/24517/stat : 24517 (sugar) S 24515 24517 20259 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24039792 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24517/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301421 s]
/proc/loadavg: 2.00 2.00 2.00 4/74 24517
/proc/meminfo: memFree=1727024/2055920 swapFree=4192812/4192956
[pid=24517] ppid=24515 vsize=16868 CPUtime=0.06
/proc/24517/stat : 24517 (sugar) S 24515 24517 20259 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24039792 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24517/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701452 s]
/proc/loadavg: 2.00 2.00 2.00 4/74 24517
/proc/meminfo: memFree=1727024/2055920 swapFree=4192812/4192956
[pid=24517] ppid=24515 vsize=16868 CPUtime=0.06
/proc/24517/stat : 24517 (sugar) S 24515 24517 20259 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24039792 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24517/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50251 s]
/proc/loadavg: 2.00 2.00 2.00 4/85 24539
/proc/meminfo: memFree=1718488/2055920 swapFree=4192812/4192956
[pid=24517] ppid=24515 vsize=16868 CPUtime=0.74
/proc/24517/stat : 24517 (sugar) S 24515 24517 20259 0 -1 4194304 1310 5190 0 1 5 1 64 4 15 0 1 0 24039792 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24517/statm: 4217 1111 409 3 0 796 0
[pid=24530] ppid=24517 vsize=5356 CPUtime=0
/proc/24530/stat : 24530 (sh) S 24517 24517 20259 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24039874 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24530/statm: 1339 233 193 169 0 50 0
[pid=24531] ppid=24530 vsize=868516 CPUtime=0.66
/proc/24531/stat : 24531 (java) S 24530 24517 20259 0 -1 0 5451 0 1 0 63 3 0 0 18 0 9 0 24039875 889360384 4873 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24531/statm: 217129 4873 1743 9 0 211634 0
[pid=24531/tid=24532] ppid=24530 vsize=868516 CPUtime=0.44
/proc/24531/task/24532/stat : 24532 (java) R 24530 24517 20259 0 -1 64 2672 0 1 0 43 1 0 0 19 0 9 0 24039876 889360384 4873 996147200 134512640 134550932 4294955936 18446744073709551615 4126534848 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24531/tid=24533] ppid=24530 vsize=868516 CPUtime=0.02
/proc/24531/task/24533/stat : 24533 (java) S 24530 24517 20259 0 -1 64 612 0 0 0 2 0 0 0 16 0 9 0 24039877 889360384 4873 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24531/tid=24534] ppid=24530 vsize=868516 CPUtime=0
/proc/24531/task/24534/stat : 24534 (java) S 24530 24517 20259 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 24039877 889360384 4873 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24531/tid=24535] ppid=24530 vsize=868516 CPUtime=0
/proc/24531/task/24535/stat : 24535 (java) S 24530 24517 20259 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 24039877 889360384 4873 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24531/tid=24536] ppid=24530 vsize=868516 CPUtime=0
/proc/24531/task/24536/stat : 24536 (java) S 24530 24517 20259 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24039879 889360384 4873 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24531/tid=24537] ppid=24530 vsize=868516 CPUtime=0.16
/proc/24531/task/24537/stat : 24537 (java) S 24530 24517 20259 0 -1 64 1473 0 0 0 16 0 0 0 16 0 9 0 24039879 889360384 4873 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24531/tid=24538] ppid=24530 vsize=868516 CPUtime=0
/proc/24531/task/24538/stat : 24538 (java) S 24530 24517 20259 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24039879 889360384 4873 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24531/tid=24539] ppid=24530 vsize=868516 CPUtime=0
/proc/24531/task/24539/stat : 24539 (java) S 24530 24517 20259 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24039879 889360384 4873 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 890740

[startup+3.10262 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 24539
/proc/meminfo: memFree=1703960/2055920 swapFree=4192812/4192956
[pid=24517] ppid=24515 vsize=16868 CPUtime=0.74
/proc/24517/stat : 24517 (sugar) S 24515 24517 20259 0 -1 4194304 1310 5190 0 1 5 1 64 4 15 0 1 0 24039792 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24517/statm: 4217 1111 409 3 0 796 0
[pid=24530] ppid=24517 vsize=5356 CPUtime=0
/proc/24530/stat : 24530 (sh) S 24517 24517 20259 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24039874 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24530/statm: 1339 233 193 169 0 50 0
[pid=24531] ppid=24530 vsize=868628 CPUtime=2.24
/proc/24531/stat : 24531 (java) S 24530 24517 20259 0 -1 0 7355 0 1 0 208 16 0 0 18 0 9 0 24039875 889475072 6156 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24531/statm: 217157 6156 2589 9 0 211634 0
[pid=24531/tid=24532] ppid=24530 vsize=868628 CPUtime=1.82
/proc/24531/task/24532/stat : 24532 (java) R 24530 24517 20259 0 -1 64 3167 0 1 0 171 11 0 0 25 0 9 0 24039876 889475072 6156 996147200 134512640 134550932 4294955936 18446744073709551615 4126530197 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24531/tid=24533] ppid=24530 vsize=868628 CPUtime=0.18
/proc/24531/task/24533/stat : 24533 (java) S 24530 24517 20259 0 -1 64 1987 0 0 0 15 3 0 0 16 0 9 0 24039877 889475072 6156 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24531/tid=24534] ppid=24530 vsize=868628 CPUtime=0
/proc/24531/task/24534/stat : 24534 (java) S 24530 24517 20259 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24039877 889475072 6156 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24531/tid=24535] ppid=24530 vsize=868628 CPUtime=0
/proc/24531/task/24535/stat : 24535 (java) S 24530 24517 20259 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 24039877 889475072 6156 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24531/tid=24536] ppid=24530 vsize=868628 CPUtime=0
/proc/24531/task/24536/stat : 24536 (java) S 24530 24517 20259 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24039879 889475072 6156 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24531/tid=24537] ppid=24530 vsize=868628 CPUtime=0.21
/proc/24531/task/24537/stat : 24537 (java) S 24530 24517 20259 0 -1 64 1502 0 0 0 21 0 0 0 16 0 9 0 24039879 889475072 6156 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24531/tid=24538] ppid=24530 vsize=868628 CPUtime=0
/proc/24531/task/24538/stat : 24538 (java) S 24530 24517 20259 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24039879 889475072 6156 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24531/tid=24539] ppid=24530 vsize=868628 CPUtime=0
/proc/24531/task/24539/stat : 24539 (java) S 24530 24517 20259 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24039879 889475072 6156 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 890852

[startup+6.30185 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 24541
/proc/meminfo: memFree=1686232/2055920 swapFree=4192812/4192956
[pid=24517] ppid=24515 vsize=16868 CPUtime=3.6
/proc/24517/stat : 24517 (sugar) S 24515 24517 20259 0 -1 4194304 1365 13030 0 2 5 2 326 27 16 0 1 0 24039792 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24517/statm: 4217 1113 409 3 0 796 0
[pid=24540] ppid=24517 vsize=5356 CPUtime=0
/proc/24540/stat : 24540 (sh) S 24517 24517 20259 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24040167 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24540/statm: 1339 232 193 169 0 50 0
[pid=24541] ppid=24540 vsize=18940 CPUtime=2.53
/proc/24541/stat : 24541 (picosat) R 24540 24517 20259 0 -1 4194304 4420 0 0 0 114 139 0 0 25 0 1 0 24040167 19394560 4406 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/24541/statm: 4735 4406 40 102 0 4630 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 41164

[startup+12.7013 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 24541
/proc/meminfo: memFree=1662368/2055920 swapFree=4192812/4192956
[pid=24517] ppid=24515 vsize=16868 CPUtime=3.6
/proc/24517/stat : 24517 (sugar) S 24515 24517 20259 0 -1 4194304 1365 13030 0 2 5 2 326 27 16 0 1 0 24039792 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24517/statm: 4217 1113 409 3 0 796 0
[pid=24540] ppid=24517 vsize=5356 CPUtime=0
/proc/24540/stat : 24540 (sh) S 24517 24517 20259 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24040167 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24540/statm: 1339 232 193 169 0 50 0
[pid=24541] ppid=24540 vsize=42340 CPUtime=8.89
/proc/24541/stat : 24541 (picosat) R 24540 24517 20259 0 -1 4194304 10156 0 0 0 398 491 0 0 25 0 1 0 24040167 43356160 10142 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/24541/statm: 10585 10142 40 102 0 10480 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 64564

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

[startup+13.5014 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 24541
/proc/meminfo: memFree=1658848/2055920 swapFree=4192812/4192956
[pid=24517] ppid=24515 vsize=16868 CPUtime=3.6
/proc/24517/stat : 24517 (sugar) S 24515 24517 20259 0 -1 4194304 1365 13030 0 2 5 2 326 27 16 0 1 0 24039792 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24517/statm: 4217 1113 409 3 0 796 0
[pid=24540] ppid=24517 vsize=5356 CPUtime=0
/proc/24540/stat : 24540 (sh) S 24517 24517 20259 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24040167 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24540/statm: 1339 232 193 169 0 50 0
[pid=24541] ppid=24540 vsize=44760 CPUtime=9.68
/proc/24541/stat : 24541 (picosat) R 24540 24517 20259 0 -1 4194304 10486 0 0 0 466 502 0 0 25 0 1 0 24040167 45834240 10472 996147200 134512640 134931368 4294956256 18446744073709551615 134525892 0 0 4096 0 0 0 0 17 1 0 0
/proc/24541/statm: 11190 10472 42 102 0 11085 0
Current children cumulated CPU time (s) 13.28
Current children cumulated vsize (KiB) 66984

[startup+13.9014 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 24541
/proc/meminfo: memFree=1658848/2055920 swapFree=4192812/4192956
[pid=24517] ppid=24515 vsize=16868 CPUtime=3.6
/proc/24517/stat : 24517 (sugar) S 24515 24517 20259 0 -1 4194304 1365 13030 0 2 5 2 326 27 16 0 1 0 24039792 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24517/statm: 4217 1113 409 3 0 796 0
[pid=24540] ppid=24517 vsize=5356 CPUtime=0
/proc/24540/stat : 24540 (sh) S 24517 24517 20259 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24040167 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24540/statm: 1339 232 193 169 0 50 0
[pid=24541] ppid=24540 vsize=44764 CPUtime=10.08
/proc/24541/stat : 24541 (picosat) R 24540 24517 20259 0 -1 4194304 10515 0 0 0 505 503 0 0 25 0 1 0 24040167 45838336 10501 996147200 134512640 134931368 4294956256 18446744073709551615 134533709 0 0 4096 0 0 0 0 17 1 0 0
/proc/24541/statm: 11191 10501 47 102 0 11086 0
Current children cumulated CPU time (s) 13.68
Current children cumulated vsize (KiB) 66988

[startup+14.3064 s]
/proc/loadavg: 2.00 2.00 2.00 4/85 24551
/proc/meminfo: memFree=1695136/2055920 swapFree=4192812/4192956
[pid=24517] ppid=24515 vsize=16868 CPUtime=13.74
/proc/24517/stat : 24517 (sugar) S 24515 24517 20259 0 -1 4194304 1446 23831 0 2 5 2 836 531 16 0 1 0 24039792 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24517/statm: 4217 1113 409 3 0 796 0
[pid=24542] ppid=24517 vsize=5356 CPUtime=0
/proc/24542/stat : 24542 (sh) S 24517 24517 20259 0 -1 4194304 278 0 0 0 0 0 0 0 19 0 1 0 24041186 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24542/statm: 1339 233 193 169 0 50 0
[pid=24543] ppid=24542 vsize=862156 CPUtime=0.34
/proc/24543/stat : 24543 (java) S 24542 24517 20259 0 -1 0 3092 0 1 0 33 1 0 0 18 0 9 0 24041186 882847744 2562 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24543/statm: 215539 2562 1279 9 0 210452 0
[pid=24543/tid=24544] ppid=24542 vsize=862156 CPUtime=0.29
/proc/24543/task/24544/stat : 24544 (java) R 24542 24517 20259 0 -1 64 2031 0 1 0 28 1 0 0 19 0 9 0 24041187 882847744 2562 996147200 134512640 134550932 4294955984 18446744073709551615 4126467859 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24543/tid=24545] ppid=24542 vsize=862156 CPUtime=0
/proc/24543/task/24545/stat : 24545 (java) S 24542 24517 20259 0 -1 64 67 0 0 0 0 0 0 0 16 0 9 0 24041188 882847744 2562 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24543/tid=24546] ppid=24542 vsize=862156 CPUtime=0
/proc/24543/task/24546/stat : 24546 (java) S 24542 24517 20259 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 24041189 882847744 2562 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24543/tid=24547] ppid=24542 vsize=862156 CPUtime=0
/proc/24543/task/24547/stat : 24547 (java) S 24542 24517 20259 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 24041189 882847744 2562 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24543/tid=24548] ppid=24542 vsize=862156 CPUtime=0
/proc/24543/task/24548/stat : 24548 (java) S 24542 24517 20259 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24041191 882847744 2562 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24543/tid=24549] ppid=24542 vsize=862156 CPUtime=0.03
/proc/24543/task/24549/stat : 24549 (java) S 24542 24517 20259 0 -1 64 301 0 0 0 3 0 0 0 17 0 9 0 24041191 882847744 2562 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24543/tid=24550] ppid=24542 vsize=862156 CPUtime=0
/proc/24543/task/24550/stat : 24550 (java) S 24542 24517 20259 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24041191 882847744 2562 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24543/tid=24551] ppid=24542 vsize=862156 CPUtime=0
/proc/24543/task/24551/stat : 24551 (java) S 24542 24517 20259 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24041191 882847744 2562 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.08
Current children cumulated vsize (KiB) 884380

Child status: 0
Real time (s): 14.3794
CPU time (s): 14.1808
CPU user time (s): 8.79866
CPU system time (s): 5.38218
CPU usage (%): 98.6191
Max. virtual memory (cumulated for all children) (KiB): 890852

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.79866
system time used= 5.38218
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29278
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= 7510
involuntary context switches= 7491

runsolver used 0.023996 second user time and 0.054991 second system time

The end

Launcher Data

Begin job on node34 at 2009-07-12 05:35:38
IDJOB=2080343
IDBENCH=57065
IDSOLVER=738
FILE ID=node34/2080343-1247369738
PBS_JOBID= 9507037
Free space on /tmp= 66320 MiB

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

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

MD5SUM BENCH= 22ee4482a24f72465784a1f83384b9c5
RANDOM SEED=1742247146

node34.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:      2055920 kB
MemFree:       1727504 kB
Buffers:         37832 kB
Cached:         180584 kB
SwapCached:          0 kB
Active:         188292 kB
Inactive:        81048 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1727504 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1548 kB
Writeback:           0 kB
Mapped:          61688 kB
Slab:            44388 kB
Committed_AS:   260848 kB
PageTables:       1808 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= 66320 MiB
End job on node34 at 2009-07-12 05:35:52