Trace number 2080310

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 18.3132 18.5456

General information on the benchmark

Namecsp/js-taillard-15/
normalized-js-taillard-15-105-4.xml
MD5SUMcc1626b385ab160ac31e70a43bb38e50
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 benchmark4.03239
Satisfiable
(Un)Satisfiability was proved
Number of variables225
Number of constraints1785
Maximum constraint arity2
Maximum domain size1298
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:34:10 2009
0.00/0.08	c 0	PID 25247
0.00/0.08	c 0	HOST node69.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2080310-1247369650.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-2080310-1247369650.xml' 'HOME/temp.csp'
0.06/0.60	c 1	225 domains, 225 variables, 2 predicates, 0 relations, 1785 constraints
0.06/0.61	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.61	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.69	c 1	Parsing HOME/temp.csp
0.58/0.78	c 1	parsed 2237 expressions
0.58/0.79	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.58/0.79	c 1	Converting to clausal form CSP
0.58/0.81	c 1	converted 224 (10%) expressions
0.58/0.83	c 1	converted 448 (20%) expressions
0.58/0.91	c 1	converted 672 (30%) expressions
0.58/1.01	c 1	converted 895 (40%) expressions
0.58/1.03	c 1	converted 1119 (50%) expressions
0.58/1.05	c 1	converted 1343 (60%) expressions
0.58/1.06	c 1	converted 1566 (70%) expressions
0.58/1.07	c 1	converted 1790 (80%) expressions
0.58/1.08	c 1	converted 2014 (90%) expressions
0.58/1.09	c 1	converted 2237 (100%) expressions
0.58/1.09	c 1	CSP : 225 integers, 0 booleans, 1785 clauses, largest domain size 1284
0.58/1.09	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.58/1.09	c 1	Propagation in CSP
1.05/1.17	c 1	70654 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.05/1.17	c 1	CSP : 225 integers, 0 booleans, 1785 clauses, largest domain size 751
1.05/1.17	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.05/1.18	c 1	Simplifing CSP by introducing new Boolean variables
1.15/1.21	c 1	CSP : 225 integers, 3150 booleans, 4935 clauses, largest domain size 751
1.15/1.21	c 1	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.15/1.25	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.15/1.28	c 1	23 (10%) CSP integer variables are encoded (8907 clauses, 113648 bytes)
1.15/1.29	c 1	45 (20%) CSP integer variables are encoded (20085 clauses, 279185 bytes)
1.25/1.31	c 1	68 (30%) CSP integer variables are encoded (32020 clauses, 458210 bytes)
1.25/1.33	c 1	90 (40%) CSP integer variables are encoded (44445 clauses, 644585 bytes)
1.25/1.34	c 1	113 (50%) CSP integer variables are encoded (54635 clauses, 797435 bytes)
1.25/1.36	c 1	135 (60%) CSP integer variables are encoded (69405 clauses, 1018985 bytes)
1.25/1.38	c 1	158 (70%) CSP integer variables are encoded (83754 clauses, 1234220 bytes)
1.25/1.39	c 1	180 (80%) CSP integer variables are encoded (97005 clauses, 1432985 bytes)
1.35/1.41	c 2	203 (90%) CSP integer variables are encoded (110031 clauses, 1648808 bytes)
1.35/1.43	c 2	225 (100%) CSP integer variables are encoded (123045 clauses, 1870046 bytes)
1.54/1.60	c 2	494 (10%) CSP clauses are encoded (191822 clauses, 3337475 bytes)
1.64/1.76	c 2	987 (20%) CSP clauses are encoded (261328 clauses, 4834042 bytes)
1.84/1.98	c 2	1481 (30%) CSP clauses are encoded (363374 clauses, 7133794 bytes)
2.04/2.19	c 2	1974 (40%) CSP clauses are encoded (469692 clauses, 9546780 bytes)
2.33/2.40	c 3	2468 (50%) CSP clauses are encoded (569760 clauses, 11807526 bytes)
2.53/2.63	c 3	2961 (60%) CSP clauses are encoded (678879 clauses, 14276359 bytes)
2.72/2.83	c 3	3455 (70%) CSP clauses are encoded (781751 clauses, 16599470 bytes)
2.92/3.04	c 3	3948 (80%) CSP clauses are encoded (889338 clauses, 19026175 bytes)
3.22/3.34	c 3	4442 (90%) CSP clauses are encoded (1041320 clauses, 22431803 bytes)
3.52/3.61	c 4	4935 (100%) CSP clauses are encoded (1185053 clauses, 25572202 bytes)
3.52/3.61	c 4	4935 CSP clauses encoded
3.52/3.61	c 4	Writing map file : HOME/temp.map
3.52/3.62	c 4	Heap : 2 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
3.52/3.62	c 4	SAT : 126420 SAT variables, 1185053 SAT clauses, 25572202 bytes
3.52/3.62	c 4	Heap : 2 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
3.52/3.63	c 4	SOLVING HOME/temp.cnf
3.52/3.63	c 4	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
17.97/18.20	c 18	DECODING HOME/temp.out WITH HOME/temp.map
17.97/18.20	c 18	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'
17.97/18.28	c 18	Decoding HOME/temp.out
17.99/18.47	s SATISFIABLE
17.99/18.48	v 139 253 349 408 503 585 669 692 760 866 886 957 1009 1093 1274 0 2 279 467 579 647 660 698 757 859 905 998 1065 1133 1227 520 607 653 675 773 803 882 944 981 1035 1036 1133 1149 1151 1202 21 75 90 132 140 212 227 303 408 486 570 653 789 870 910 0 68 139 185 278 369 406 479 519 825 924 980 1055 1076 1234 0 74 75 140 212 227 258 378 428 701 703 789 822 855 1090 0 22 151 250 356 436 507 556 733 827 951 1055 1130 1222 1263 0 40 202 461 515 622 660 698 746 762 837 927 1039 1187 1238 349 399 471 583 619 620 768 814 890 904 945 1004 1098 1106 1167 0 1 104 203 249 259 296 418 519 545 632 710 1110 1192 1246 14 38 168 201 203 258 291 364 432 453 606 833 993 1196 1250 250 514 560 581 604 690 709 781 899 921 971 982 1056 1180 1223 37 58 138 184 386 434 500 604 696 718 731 799 902 947 1000 6 90 192 244 331 420 438 511 756 850 862 965 981 1094 1161 90 184 233 287 329 399 503 607 706 829 953 1007 1093 1127 1226
17.99/18.49	c 19	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
17.99/18.53	c 19	CPU 18.28 (0.06 0.02 12.34 5.86)
17.99/18.53	c 19	END Sun Jul 12 05:34:29 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-2080310-1247369650/watcher-2080310-1247369650 -o /tmp/evaluation-result-2080310-1247369650/solver-2080310-1247369650 -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-2080310-1247369650.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.05 2.10 2.03 4/82 25247
/proc/meminfo: memFree=1147360/2055920 swapFree=4192812/4192956
[pid=25247] ppid=25245 vsize=12268 CPUtime=0
/proc/25247/stat : 25247 (sugar) R 25245 25247 21975 0 -1 4194304 348 0 0 0 0 0 0 0 23 0 1 0 24027714 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 237956545534 0 0 4224 0 0 0 0 17 1 0 0
/proc/25247/statm: 3067 316 241 3 0 167 0

[startup+0.108885 s]
/proc/loadavg: 2.05 2.10 2.03 4/82 25247
/proc/meminfo: memFree=1147360/2055920 swapFree=4192812/4192956
[pid=25247] ppid=25245 vsize=16868 CPUtime=0.06
/proc/25247/stat : 25247 (sugar) S 25245 25247 21975 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24027714 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25247/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.201892 s]
/proc/loadavg: 2.05 2.10 2.03 4/82 25247
/proc/meminfo: memFree=1147360/2055920 swapFree=4192812/4192956
[pid=25247] ppid=25245 vsize=16868 CPUtime=0.06
/proc/25247/stat : 25247 (sugar) S 25245 25247 21975 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24027714 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25247/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301901 s]
/proc/loadavg: 2.05 2.10 2.03 4/82 25247
/proc/meminfo: memFree=1147360/2055920 swapFree=4192812/4192956
[pid=25247] ppid=25245 vsize=16868 CPUtime=0.06
/proc/25247/stat : 25247 (sugar) S 25245 25247 21975 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24027714 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25247/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701932 s]
/proc/loadavg: 2.05 2.10 2.03 4/82 25247
/proc/meminfo: memFree=1147360/2055920 swapFree=4192812/4192956
[pid=25247] ppid=25245 vsize=16868 CPUtime=0.58
/proc/25247/stat : 25247 (sugar) S 25245 25247 21975 0 -1 4194304 1309 5183 0 1 6 1 47 4 16 0 1 0 24027714 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25247/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 16868

[startup+1.50306 s]
/proc/loadavg: 2.05 2.10 2.03 4/93 25269
/proc/meminfo: memFree=1131400/2055920 swapFree=4192812/4192956
[pid=25247] ppid=25245 vsize=16868 CPUtime=0.58
/proc/25247/stat : 25247 (sugar) S 25245 25247 21975 0 -1 4194304 1310 5183 0 1 6 1 47 4 15 0 1 0 24027714 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25247/statm: 4217 1111 409 3 0 796 0
[pid=25260] ppid=25247 vsize=5356 CPUtime=0
/proc/25260/stat : 25260 (sh) S 25247 25247 21975 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24027775 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25260/statm: 1339 233 193 169 0 50 0
[pid=25261] ppid=25260 vsize=868612 CPUtime=0.86
/proc/25261/stat : 25261 (java) S 25260 25247 21975 0 -1 0 6989 0 1 0 82 4 0 0 18 0 9 0 24027775 889458688 6144 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25261/statm: 217153 6144 2589 9 0 211630 0
[pid=25261/tid=25262] ppid=25260 vsize=868612 CPUtime=0.57
/proc/25261/task/25262/stat : 25262 (java) R 25260 25247 21975 0 -1 64 2793 0 1 0 55 2 0 0 19 0 9 0 24027776 889458688 6144 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25261/tid=25263] ppid=25260 vsize=868612 CPUtime=0.07
/proc/25261/task/25263/stat : 25263 (java) S 25260 25247 21975 0 -1 64 1990 0 0 0 7 0 0 0 15 0 9 0 24027777 889458688 6144 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25261/tid=25264] ppid=25260 vsize=868612 CPUtime=0
/proc/25261/task/25264/stat : 25264 (java) S 25260 25247 21975 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24027778 889458688 6144 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25261/tid=25265] ppid=25260 vsize=868612 CPUtime=0
/proc/25261/task/25265/stat : 25265 (java) S 25260 25247 21975 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 24027778 889458688 6144 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25261/tid=25266] ppid=25260 vsize=868612 CPUtime=0
/proc/25261/task/25266/stat : 25266 (java) S 25260 25247 21975 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24027780 889458688 6144 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25261/tid=25267] ppid=25260 vsize=868612 CPUtime=0.18
/proc/25261/task/25267/stat : 25267 (java) S 25260 25247 21975 0 -1 64 1507 0 0 0 18 0 0 0 16 0 9 0 24027780 889458688 6144 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25261/tid=25268] ppid=25260 vsize=868612 CPUtime=0
/proc/25261/task/25268/stat : 25268 (java) S 25260 25247 21975 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24027780 889458688 6144 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25261/tid=25269] ppid=25260 vsize=868612 CPUtime=0
/proc/25261/task/25269/stat : 25269 (java) S 25260 25247 21975 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24027780 889458688 6144 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 890836

[startup+3.10212 s]
/proc/loadavg: 2.05 2.10 2.03 3/93 25269
/proc/meminfo: memFree=1119752/2055920 swapFree=4192812/4192956
[pid=25247] ppid=25245 vsize=16868 CPUtime=0.58
/proc/25247/stat : 25247 (sugar) S 25245 25247 21975 0 -1 4194304 1310 5183 0 1 6 1 47 4 15 0 1 0 24027714 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25247/statm: 4217 1111 409 3 0 796 0
[pid=25260] ppid=25247 vsize=5356 CPUtime=0
/proc/25260/stat : 25260 (sh) S 25247 25247 21975 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24027775 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25260/statm: 1339 233 193 169 0 50 0
[pid=25261] ppid=25260 vsize=868612 CPUtime=2.44
/proc/25261/stat : 25261 (java) S 25260 25247 21975 0 -1 0 7463 0 1 0 228 16 0 0 18 0 9 0 24027775 889458688 6159 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25261/statm: 217153 6159 2589 9 0 211630 0
[pid=25261/tid=25262] ppid=25260 vsize=868612 CPUtime=2.01
/proc/25261/task/25262/stat : 25262 (java) R 25260 25247 21975 0 -1 64 3255 0 1 0 190 11 0 0 25 0 9 0 24027776 889458688 6159 996147200 134512640 134550932 4294955936 18446744073709551615 4126521703 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25261/tid=25263] ppid=25260 vsize=868612 CPUtime=0.19
/proc/25261/task/25263/stat : 25263 (java) S 25260 25247 21975 0 -1 64 1990 0 0 0 16 3 0 0 16 0 9 0 24027777 889458688 6159 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25261/tid=25264] ppid=25260 vsize=868612 CPUtime=0
/proc/25261/task/25264/stat : 25264 (java) S 25260 25247 21975 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24027778 889458688 6159 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25261/tid=25265] ppid=25260 vsize=868612 CPUtime=0
/proc/25261/task/25265/stat : 25265 (java) S 25260 25247 21975 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 24027778 889458688 6159 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25261/tid=25266] ppid=25260 vsize=868612 CPUtime=0
/proc/25261/task/25266/stat : 25266 (java) S 25260 25247 21975 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24027780 889458688 6159 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25261/tid=25267] ppid=25260 vsize=868612 CPUtime=0.2
/proc/25261/task/25267/stat : 25267 (java) S 25260 25247 21975 0 -1 64 1519 0 0 0 20 0 0 0 16 0 9 0 24027780 889458688 6159 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25261/tid=25268] ppid=25260 vsize=868612 CPUtime=0
/proc/25261/task/25268/stat : 25268 (java) S 25260 25247 21975 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24027780 889458688 6159 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25261/tid=25269] ppid=25260 vsize=868612 CPUtime=0
/proc/25261/task/25269/stat : 25269 (java) S 25260 25247 21975 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24027780 889458688 6159 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 890836

[startup+6.30138 s]
/proc/loadavg: 2.05 2.10 2.03 3/85 25271
/proc/meminfo: memFree=1103304/2055920 swapFree=4192812/4192956
[pid=25247] ppid=25245 vsize=16868 CPUtime=3.56
/proc/25247/stat : 25247 (sugar) S 25245 25247 21975 0 -1 4194304 1365 13106 0 2 6 2 322 26 16 0 1 0 24027714 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25247/statm: 4217 1113 409 3 0 796 0
[pid=25270] ppid=25247 vsize=5356 CPUtime=0
/proc/25270/stat : 25270 (sh) S 25247 25247 21975 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24028077 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25270/statm: 1339 232 193 169 0 50 0
[pid=25271] ppid=25270 vsize=19072 CPUtime=2.63
/proc/25271/stat : 25271 (picosat) R 25270 25247 21975 0 -1 4194304 4532 0 0 0 120 143 0 0 25 0 1 0 24028078 19529728 4518 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/25271/statm: 4768 4518 40 102 0 4663 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 41296

[startup+12.7029 s]
/proc/loadavg: 2.04 2.10 2.03 3/85 25271
/proc/meminfo: memFree=1079624/2055920 swapFree=4192812/4192956
[pid=25247] ppid=25245 vsize=16868 CPUtime=3.56
/proc/25247/stat : 25247 (sugar) S 25245 25247 21975 0 -1 4194304 1365 13106 0 2 6 2 322 26 16 0 1 0 24027714 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25247/statm: 4217 1113 409 3 0 796 0
[pid=25270] ppid=25247 vsize=5356 CPUtime=0
/proc/25270/stat : 25270 (sh) S 25247 25247 21975 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24028077 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25270/statm: 1339 232 193 169 0 50 0
[pid=25271] ppid=25270 vsize=42472 CPUtime=8.97
/proc/25271/stat : 25271 (picosat) R 25270 25247 21975 0 -1 4194304 10244 0 0 0 413 484 0 0 25 0 1 0 24028078 43491328 10230 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/25271/statm: 10618 10230 40 102 0 10513 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 64696

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

[startup+12.8029 s]
/proc/loadavg: 2.04 2.10 2.03 3/85 25271
/proc/meminfo: memFree=1079624/2055920 swapFree=4192812/4192956
[pid=25247] ppid=25245 vsize=16868 CPUtime=3.56
/proc/25247/stat : 25247 (sugar) S 25245 25247 21975 0 -1 4194304 1365 13106 0 2 6 2 322 26 16 0 1 0 24027714 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25247/statm: 4217 1113 409 3 0 796 0
[pid=25270] ppid=25247 vsize=5356 CPUtime=0
/proc/25270/stat : 25270 (sh) S 25247 25247 21975 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24028077 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25270/statm: 1339 232 193 169 0 50 0
[pid=25271] ppid=25270 vsize=42736 CPUtime=9.06
/proc/25271/stat : 25271 (picosat) R 25270 25247 21975 0 -1 4194304 10331 0 0 0 417 489 0 0 25 0 1 0 24028078 43761664 10317 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/25271/statm: 10684 10317 40 102 0 10579 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 64960

[startup+16.0012 s]
/proc/loadavg: 2.04 2.10 2.03 3/85 25271
/proc/meminfo: memFree=1072712/2055920 swapFree=4192812/4192956
[pid=25247] ppid=25245 vsize=16868 CPUtime=3.56
/proc/25247/stat : 25247 (sugar) S 25245 25247 21975 0 -1 4194304 1365 13106 0 2 6 2 322 26 16 0 1 0 24027714 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25247/statm: 4217 1113 409 3 0 796 0
[pid=25270] ppid=25247 vsize=5356 CPUtime=0
/proc/25270/stat : 25270 (sh) S 25247 25247 21975 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24028077 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25270/statm: 1339 232 193 169 0 50 0
[pid=25271] ppid=25270 vsize=48100 CPUtime=12.24
/proc/25271/stat : 25271 (picosat) R 25270 25247 21975 0 -1 4194304 11483 0 0 0 668 556 0 0 25 0 1 0 24028078 49254400 11469 996147200 134512640 134931368 4294956256 18446744073709551615 134522823 0 0 4096 0 0 0 0 17 1 0 0
/proc/25271/statm: 12025 11469 42 102 0 11920 0
Current children cumulated CPU time (s) 15.8
Current children cumulated vsize (KiB) 70324

[startup+17.6013 s]
/proc/loadavg: 2.04 2.10 2.03 3/85 25271
/proc/meminfo: memFree=1072648/2055920 swapFree=4192812/4192956
[pid=25247] ppid=25245 vsize=16868 CPUtime=3.56
/proc/25247/stat : 25247 (sugar) S 25245 25247 21975 0 -1 4194304 1365 13106 0 2 6 2 322 26 16 0 1 0 24027714 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25247/statm: 4217 1113 409 3 0 796 0
[pid=25270] ppid=25247 vsize=5356 CPUtime=0
/proc/25270/stat : 25270 (sh) S 25247 25247 21975 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24028077 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25270/statm: 1339 232 193 169 0 50 0
[pid=25271] ppid=25270 vsize=48100 CPUtime=13.83
/proc/25271/stat : 25271 (picosat) R 25270 25247 21975 0 -1 4194304 11491 0 0 0 827 556 0 0 25 0 1 0 24028078 49254400 11477 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/25271/statm: 12025 11477 42 102 0 11920 0
Current children cumulated CPU time (s) 17.39
Current children cumulated vsize (KiB) 70324

[startup+18.0013 s]
/proc/loadavg: 2.04 2.10 2.03 3/85 25271
/proc/meminfo: memFree=1072648/2055920 swapFree=4192812/4192956
[pid=25247] ppid=25245 vsize=16868 CPUtime=3.56
/proc/25247/stat : 25247 (sugar) S 25245 25247 21975 0 -1 4194304 1365 13106 0 2 6 2 322 26 16 0 1 0 24027714 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25247/statm: 4217 1113 409 3 0 796 0
[pid=25270] ppid=25247 vsize=5356 CPUtime=0
/proc/25270/stat : 25270 (sh) S 25247 25247 21975 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24028077 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25270/statm: 1339 232 193 169 0 50 0
[pid=25271] ppid=25270 vsize=48100 CPUtime=14.22
/proc/25271/stat : 25271 (picosat) R 25270 25247 21975 0 -1 4194304 11492 0 0 0 866 556 0 0 25 0 1 0 24028078 49254400 11478 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/25271/statm: 12025 11478 42 102 0 11920 0
Current children cumulated CPU time (s) 17.78
Current children cumulated vsize (KiB) 70324

[startup+18.4014 s]
/proc/loadavg: 2.04 2.10 2.03 3/85 25271
/proc/meminfo: memFree=1072648/2055920 swapFree=4192812/4192956
[pid=25247] ppid=25245 vsize=16868 CPUtime=17.99
/proc/25247/stat : 25247 (sugar) S 25245 25247 21975 0 -1 4194304 1446 24904 0 2 6 2 1208 583 16 0 1 0 24027714 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25247/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 17.99
Current children cumulated vsize (KiB) 16868

[startup+18.5014 s]
/proc/loadavg: 2.04 2.10 2.03 3/85 25271
/proc/meminfo: memFree=1072648/2055920 swapFree=4192812/4192956
[pid=25247] ppid=25245 vsize=16868 CPUtime=17.99
/proc/25247/stat : 25247 (sugar) S 25245 25247 21975 0 -1 4194304 1449 24904 0 2 6 2 1208 583 15 0 1 0 24027714 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25247/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 17.99
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 18.5456
CPU time (s): 18.3132
CPU user time (s): 12.4101
CPU system time (s): 5.9031
CPU usage (%): 98.7469
Max. virtual memory (cumulated for all children) (KiB): 890836

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 12.4101
system time used= 5.9031
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30350
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= 8541
involuntary context switches= 9166

runsolver used 0.030995 second user time and 0.066989 second system time

The end

Launcher Data

Begin job on node69 at 2009-07-12 05:34:10
IDJOB=2080310
IDBENCH=57056
IDSOLVER=738
FILE ID=node69/2080310-1247369650
PBS_JOBID= 9507072
Free space on /tmp= 66504 MiB

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

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

MD5SUM BENCH= cc1626b385ab160ac31e70a43bb38e50
RANDOM SEED=862667732

node69.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.211
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.211
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:       1147904 kB
Buffers:         68696 kB
Cached:         299720 kB
SwapCached:        144 kB
Active:         605432 kB
Inactive:       221604 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1147904 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1552 kB
Writeback:           0 kB
Mapped:         478972 kB
Slab:            65300 kB
Committed_AS:   639380 kB
PageTables:       2812 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= 66504 MiB
End job on node69 at 2009-07-12 05:34:29