Trace number 2080354

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.3618 14.5413

General information on the benchmark

Namecsp/js-taillard-15/
normalized-js-taillard-15-105-8.xml
MD5SUM29d9042e3e0cc0348db4eadf5baca638
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 benchmark5.72613
Satisfiable
(Un)Satisfiability was proved
Number of variables225
Number of constraints1785
Maximum constraint arity2
Maximum domain size1353
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.07	c 0	Sugar v1-14-6 + HOME/picosat
0.00/0.07	c 0	BEGIN Sun Jul 12 05:35:55 2009
0.00/0.07	c 0	PID 26270
0.00/0.07	c 0	HOST node92.alineos.net
0.00/0.07	c 0	CONVERTING HOME/instance-2080354-1247369755.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-2080354-1247369755.xml' 'HOME/temp.csp'
0.06/0.55	c 1	225 domains, 225 variables, 2 predicates, 0 relations, 1785 constraints
0.06/0.59	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.59	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.54/0.67	c 1	Parsing HOME/temp.csp
0.54/0.76	c 1	parsed 2237 expressions
0.54/0.77	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.54/0.77	c 1	Converting to clausal form CSP
0.54/0.79	c 1	converted 224 (10%) expressions
0.54/0.80	c 1	converted 448 (20%) expressions
0.54/0.88	c 1	converted 672 (30%) expressions
0.54/0.97	c 1	converted 895 (40%) expressions
0.54/0.99	c 1	converted 1119 (50%) expressions
0.92/1.01	c 1	converted 1343 (60%) expressions
0.92/1.02	c 1	converted 1566 (70%) expressions
0.92/1.03	c 1	converted 1790 (80%) expressions
0.92/1.04	c 1	converted 2014 (90%) expressions
0.92/1.05	c 1	converted 2237 (100%) expressions
0.92/1.05	c 1	CSP : 225 integers, 0 booleans, 1785 clauses, largest domain size 1324
0.92/1.05	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.92/1.05	c 1	Propagation in CSP
1.03/1.13	c 1	72983 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.03/1.13	c 1	CSP : 225 integers, 0 booleans, 1785 clauses, largest domain size 690
1.03/1.13	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.03/1.13	c 1	Simplifing CSP by introducing new Boolean variables
1.03/1.16	c 1	CSP : 225 integers, 3150 booleans, 4935 clauses, largest domain size 690
1.03/1.16	c 1	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.03/1.20	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.12/1.23	c 1	23 (10%) CSP integer variables are encoded (11503 clauses, 150441 bytes)
1.12/1.24	c 1	45 (20%) CSP integer variables are encoded (20940 clauses, 291996 bytes)
1.12/1.26	c 1	68 (30%) CSP integer variables are encoded (35298 clauses, 507366 bytes)
1.12/1.27	c 1	90 (40%) CSP integer variables are encoded (47535 clauses, 690921 bytes)
1.12/1.29	c 1	113 (50%) CSP integer variables are encoded (62866 clauses, 920886 bytes)
1.22/1.30	c 1	135 (60%) CSP integer variables are encoded (75075 clauses, 1104021 bytes)
1.22/1.32	c 1	158 (70%) CSP integer variables are encoded (88355 clauses, 1303221 bytes)
1.22/1.33	c 1	180 (80%) CSP integer variables are encoded (99825 clauses, 1475282 bytes)
1.22/1.35	c 1	203 (90%) CSP integer variables are encoded (112738 clauses, 1694803 bytes)
1.22/1.37	c 1	225 (100%) CSP integer variables are encoded (126675 clauses, 1931732 bytes)
1.42/1.59	c 2	494 (10%) CSP clauses are encoded (235456 clauses, 4269530 bytes)
1.62/1.76	c 2	987 (20%) CSP clauses are encoded (315698 clauses, 6036615 bytes)
1.81/1.94	c 2	1481 (30%) CSP clauses are encoded (400759 clauses, 7966236 bytes)
2.02/2.12	c 2	1974 (40%) CSP clauses are encoded (497887 clauses, 10163602 bytes)
2.21/2.35	c 2	2468 (50%) CSP clauses are encoded (616151 clauses, 12842654 bytes)
2.42/2.56	c 3	2961 (60%) CSP clauses are encoded (728748 clauses, 15395530 bytes)
2.61/2.79	c 3	3455 (70%) CSP clauses are encoded (854319 clauses, 18229773 bytes)
2.91/3.02	c 3	3948 (80%) CSP clauses are encoded (974781 clauses, 20946544 bytes)
3.11/3.24	c 3	4442 (90%) CSP clauses are encoded (1095237 clauses, 23641080 bytes)
3.29/3.47	c 3	4935 (100%) CSP clauses are encoded (1216691 clauses, 26287186 bytes)
3.29/3.47	c 3	4935 CSP clauses encoded
3.29/3.47	c 3	Writing map file : HOME/temp.map
3.29/3.48	c 3	Heap : 2 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
3.29/3.48	c 3	SAT : 130050 SAT variables, 1216691 SAT clauses, 26287186 bytes
3.29/3.48	c 3	Heap : 2 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
3.37/3.51	c 3	SOLVING HOME/temp.cnf
3.37/3.51	c 3	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
13.80/14.10	c 14	DECODING HOME/temp.out WITH HOME/temp.map
13.80/14.10	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.91/14.18	c 14	Decoding HOME/temp.out
14.19/14.49	s SATISFIABLE
14.29/14.50	v 72 191 211 314 351 493 555 562 640 827 969 996 1052 1170 1255 0 80 83 123 197 267 340 437 518 682 760 857 1021 1070 1350 159 247 346 430 476 555 846 947 988 1053 1065 1066 1138 1177 1254 33 83 170 263 335 428 456 622 655 772 853 1023 1065 1121 1199 18 131 175 256 335 343 419 509 576 660 723 1018 1104 1255 1335 0 79 153 247 260 452 563 618 697 752 822 862 876 894 957 30 124 163 251 496 546 619 734 840 856 1057 1087 1167 1232 1324 411 516 541 593 687 740 797 849 889 940 975 1070 1088 1131 1255 350 441 521 524 752 820 828 843 931 1003 1023 1112 1171 1249 1312 123 153 357 541 605 681 687 879 986 1084 1137 1200 1239 1256 1346 0 68 158 213 240 335 428 524 597 686 769 843 878 1200 1267 1 111 175 275 332 357 430 448 452 757 828 984 1073 1135 1217 1 105 146 176 251 345 684 769 835 941 988 1017 1155 1251 1315 0 80 170 206 256 335 350 381 476 563 633 734 757 1046 1087 36 305 421 496 568 681 703 822 881 905 949 953 1022 1121 1171
14.29/14.51	c 14	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
14.29/14.53	c 14	CPU 14.31 (0.05 0.01 8.63 5.62)
14.29/14.53	c 14	END Sun Jul 12 05:36: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-2080354-1247369755/watcher-2080354-1247369755 -o /tmp/evaluation-result-2080354-1247369755/solver-2080354-1247369755 -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-2080354-1247369755.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.26 2.21 2.08 4/85 26270
/proc/meminfo: memFree=1140000/2055920 swapFree=4192812/4192956
[pid=26270] ppid=26268 vsize=11912 CPUtime=0
/proc/26270/stat : 26270 (sugar) R 26268 26270 25722 0 -1 4194304 90 0 0 0 0 0 0 0 20 0 1 0 24040523 12197888 75 996147200 4194304 4206940 548682068608 18446744073709551615 251276624592 0 0 4096 0 0 0 0 17 1 0 0
/proc/26270/statm: 2978 75 56 3 0 66 0

[startup+0.0783941 s]
/proc/loadavg: 2.26 2.21 2.08 4/85 26270
/proc/meminfo: memFree=1140000/2055920 swapFree=4192812/4192956
[pid=26270] ppid=26268 vsize=16868 CPUtime=0.06
/proc/26270/stat : 26270 (sugar) S 26268 26270 25722 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 24040523 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26270/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.101038 s]
/proc/loadavg: 2.26 2.21 2.08 4/85 26270
/proc/meminfo: memFree=1140000/2055920 swapFree=4192812/4192956
[pid=26270] ppid=26268 vsize=16868 CPUtime=0.06
/proc/26270/stat : 26270 (sugar) S 26268 26270 25722 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 24040523 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26270/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301065 s]
/proc/loadavg: 2.26 2.21 2.08 4/85 26270
/proc/meminfo: memFree=1140000/2055920 swapFree=4192812/4192956
[pid=26270] ppid=26268 vsize=16868 CPUtime=0.06
/proc/26270/stat : 26270 (sugar) S 26268 26270 25722 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 24040523 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26270/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701118 s]
/proc/loadavg: 2.26 2.21 2.08 4/85 26270
/proc/meminfo: memFree=1140000/2055920 swapFree=4192812/4192956
[pid=26270] ppid=26268 vsize=16868 CPUtime=0.54
/proc/26270/stat : 26270 (sugar) S 26268 26270 25722 0 -1 4194304 1309 5186 0 1 5 1 44 4 16 0 1 0 24040523 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26270/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 16868

[startup+1.50222 s]
/proc/loadavg: 2.26 2.21 2.08 3/96 26292
/proc/meminfo: memFree=1124872/2055920 swapFree=4192812/4192956
[pid=26270] ppid=26268 vsize=16868 CPUtime=0.54
/proc/26270/stat : 26270 (sugar) S 26268 26270 25722 0 -1 4194304 1310 5186 0 1 5 1 44 4 15 0 1 0 24040523 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26270/statm: 4217 1111 409 3 0 796 0
[pid=26283] ppid=26270 vsize=5356 CPUtime=0
/proc/26283/stat : 26283 (sh) S 26270 26270 25722 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24040583 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26283/statm: 1339 233 193 169 0 50 0
[pid=26284] ppid=26283 vsize=868612 CPUtime=0.88
/proc/26284/stat : 26284 (java) S 26283 26270 25722 0 -1 0 7004 0 1 0 82 6 0 0 18 0 9 0 24040583 889458688 6137 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26284/statm: 217153 6137 2589 9 0 211630 0
[pid=26284/tid=26285] ppid=26283 vsize=868612 CPUtime=0.59
/proc/26284/task/26285/stat : 26285 (java) R 26283 26270 25722 0 -1 64 2815 0 1 0 56 3 0 0 22 0 9 0 24040584 889458688 6137 996147200 134512640 134550932 4294955936 18446744073709551615 102094030 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26284/tid=26286] ppid=26283 vsize=868612 CPUtime=0.09
/proc/26284/task/26286/stat : 26286 (java) S 26283 26270 25722 0 -1 64 1983 0 0 0 8 1 0 0 16 0 9 0 24040585 889458688 6137 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26284/tid=26287] ppid=26283 vsize=868612 CPUtime=0
/proc/26284/task/26287/stat : 26287 (java) S 26283 26270 25722 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24040585 889458688 6137 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26284/tid=26288] ppid=26283 vsize=868612 CPUtime=0
/proc/26284/task/26288/stat : 26288 (java) S 26283 26270 25722 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 24040585 889458688 6137 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26284/tid=26289] ppid=26283 vsize=868612 CPUtime=0
/proc/26284/task/26289/stat : 26289 (java) S 26283 26270 25722 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24040587 889458688 6137 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26284/tid=26290] ppid=26283 vsize=868612 CPUtime=0.17
/proc/26284/task/26290/stat : 26290 (java) S 26283 26270 25722 0 -1 64 1508 0 0 0 17 0 0 0 16 0 9 0 24040587 889458688 6137 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26284/tid=26291] ppid=26283 vsize=868612 CPUtime=0
/proc/26284/task/26291/stat : 26291 (java) S 26283 26270 25722 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24040587 889458688 6137 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26284/tid=26292] ppid=26283 vsize=868612 CPUtime=0
/proc/26284/task/26292/stat : 26292 (java) S 26283 26270 25722 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24040587 889458688 6137 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) 890836

[startup+3.10242 s]
/proc/loadavg: 2.32 2.22 2.08 3/96 26292
/proc/meminfo: memFree=1112264/2055920 swapFree=4192812/4192956
[pid=26270] ppid=26268 vsize=16868 CPUtime=0.54
/proc/26270/stat : 26270 (sugar) S 26268 26270 25722 0 -1 4194304 1310 5186 0 1 5 1 44 4 15 0 1 0 24040523 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26270/statm: 4217 1111 409 3 0 796 0
[pid=26283] ppid=26270 vsize=5356 CPUtime=0
/proc/26283/stat : 26283 (sh) S 26270 26270 25722 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24040583 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26283/statm: 1339 233 193 169 0 50 0
[pid=26284] ppid=26283 vsize=868612 CPUtime=2.47
/proc/26284/stat : 26284 (java) S 26283 26270 25722 0 -1 0 7514 0 1 0 228 19 0 0 18 0 9 0 24040583 889458688 6151 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26284/statm: 217153 6151 2589 9 0 211630 0
[pid=26284/tid=26285] ppid=26283 vsize=868612 CPUtime=2.02
/proc/26284/task/26285/stat : 26285 (java) R 26283 26270 25722 0 -1 64 3312 0 1 0 189 13 0 0 25 0 9 0 24040584 889458688 6151 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26284/tid=26286] ppid=26283 vsize=868612 CPUtime=0.22
/proc/26284/task/26286/stat : 26286 (java) S 26283 26270 25722 0 -1 64 1983 0 0 0 18 4 0 0 16 0 9 0 24040585 889458688 6151 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26284/tid=26287] ppid=26283 vsize=868612 CPUtime=0
/proc/26284/task/26287/stat : 26287 (java) S 26283 26270 25722 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24040585 889458688 6151 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26284/tid=26288] ppid=26283 vsize=868612 CPUtime=0
/proc/26284/task/26288/stat : 26288 (java) S 26283 26270 25722 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 24040585 889458688 6151 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26284/tid=26289] ppid=26283 vsize=868612 CPUtime=0
/proc/26284/task/26289/stat : 26289 (java) S 26283 26270 25722 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24040587 889458688 6151 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26284/tid=26290] ppid=26283 vsize=868612 CPUtime=0.2
/proc/26284/task/26290/stat : 26290 (java) S 26283 26270 25722 0 -1 64 1521 0 0 0 20 0 0 0 16 0 9 0 24040587 889458688 6151 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26284/tid=26291] ppid=26283 vsize=868612 CPUtime=0
/proc/26284/task/26291/stat : 26291 (java) S 26283 26270 25722 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24040587 889458688 6151 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26284/tid=26292] ppid=26283 vsize=868612 CPUtime=0
/proc/26284/task/26292/stat : 26292 (java) S 26283 26270 25722 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24040587 889458688 6151 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) 890836

[startup+6.30182 s]
/proc/loadavg: 2.32 2.22 2.08 3/88 26294
/proc/meminfo: memFree=1093448/2055920 swapFree=4192812/4192956
[pid=26270] ppid=26268 vsize=16868 CPUtime=3.38
/proc/26270/stat : 26270 (sugar) S 26268 26270 25722 0 -1 4194304 1365 13119 0 2 5 1 305 27 16 0 1 0 24040523 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26270/statm: 4217 1113 409 3 0 796 0
[pid=26293] ppid=26270 vsize=5356 CPUtime=0
/proc/26293/stat : 26293 (sh) S 26270 26270 25722 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24040875 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26293/statm: 1339 232 193 169 0 50 0
[pid=26294] ppid=26293 vsize=20128 CPUtime=2.75
/proc/26294/stat : 26294 (picosat) R 26293 26270 25722 0 -1 4194304 4881 0 0 0 128 147 0 0 25 0 1 0 24040875 20611072 4867 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/26294/statm: 5032 4868 40 102 0 4927 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 42352

[startup+12.7026 s]
/proc/loadavg: 2.34 2.23 2.09 3/88 26294
/proc/meminfo: memFree=1068936/2055920 swapFree=4192812/4192956
[pid=26270] ppid=26268 vsize=16868 CPUtime=3.38
/proc/26270/stat : 26270 (sugar) S 26268 26270 25722 0 -1 4194304 1365 13119 0 2 5 1 305 27 16 0 1 0 24040523 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26270/statm: 4217 1113 409 3 0 796 0
[pid=26293] ppid=26270 vsize=5356 CPUtime=0
/proc/26293/stat : 26293 (sh) S 26270 26270 25722 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24040875 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26293/statm: 1339 232 193 169 0 50 0
[pid=26294] ppid=26293 vsize=44980 CPUtime=9.13
/proc/26294/stat : 26294 (picosat) R 26293 26270 25722 0 -1 4194304 11014 0 0 0 423 490 0 0 25 0 1 0 24040875 46059520 11000 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/26294/statm: 11245 11000 40 102 0 11140 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 67204

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

[startup+13.5027 s]
/proc/loadavg: 2.34 2.23 2.09 3/88 26294
/proc/meminfo: memFree=1064968/2055920 swapFree=4192812/4192956
[pid=26270] ppid=26268 vsize=16868 CPUtime=3.38
/proc/26270/stat : 26270 (sugar) S 26268 26270 25722 0 -1 4194304 1365 13119 0 2 5 1 305 27 16 0 1 0 24040523 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26270/statm: 4217 1113 409 3 0 796 0
[pid=26293] ppid=26270 vsize=5356 CPUtime=0
/proc/26293/stat : 26293 (sh) S 26270 26270 25722 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24040875 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26293/statm: 1339 232 193 169 0 50 0
[pid=26294] ppid=26293 vsize=47436 CPUtime=9.93
/proc/26294/stat : 26294 (picosat) R 26293 26270 25722 0 -1 4194304 11675 0 0 0 463 530 0 0 25 0 1 0 24040875 48574464 11661 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/26294/statm: 11859 11661 42 102 0 11754 0
Current children cumulated CPU time (s) 13.31
Current children cumulated vsize (KiB) 69660

[startup+14.3068 s]
/proc/loadavg: 2.34 2.23 2.09 4/96 26304
/proc/meminfo: memFree=1105224/2055920 swapFree=4192812/4192956
[pid=26270] ppid=26268 vsize=16868 CPUtime=13.91
/proc/26270/stat : 26270 (sugar) S 26268 26270 25722 0 -1 4194304 1446 25225 0 2 5 1 826 559 15 0 1 0 24040523 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26270/statm: 4217 1113 409 3 0 796 0
[pid=26295] ppid=26270 vsize=5356 CPUtime=0
/proc/26295/stat : 26295 (sh) S 26270 26270 25722 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24041933 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26295/statm: 1339 233 193 169 0 50 0
[pid=26296] ppid=26295 vsize=862012 CPUtime=0.19
/proc/26296/stat : 26296 (java) S 26295 26270 25722 0 -1 0 2912 0 1 0 17 2 0 0 18 0 9 0 24041934 882700288 2383 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26296/statm: 215503 2383 1251 9 0 210416 0
[pid=26296/tid=26297] ppid=26295 vsize=862012 CPUtime=0.17
/proc/26296/task/26297/stat : 26297 (java) R 26295 26270 25722 0 -1 64 2009 0 1 0 16 1 0 0 18 0 9 0 24041935 882700288 2383 996147200 134512640 134550932 4294955984 18446744073709551615 4125977803 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26296/tid=26298] ppid=26295 vsize=862012 CPUtime=0
/proc/26296/task/26298/stat : 26298 (java) S 26295 26270 25722 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24041936 882700288 2383 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26296/tid=26299] ppid=26295 vsize=862012 CPUtime=0
/proc/26296/task/26299/stat : 26299 (java) S 26295 26270 25722 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 24041936 882700288 2383 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26296/tid=26300] ppid=26295 vsize=862012 CPUtime=0
/proc/26296/task/26300/stat : 26300 (java) S 26295 26270 25722 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 24041936 882700288 2383 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26296/tid=26301] ppid=26295 vsize=862012 CPUtime=0
/proc/26296/task/26301/stat : 26301 (java) S 26295 26270 25722 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24041939 882700288 2383 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26296/tid=26302] ppid=26295 vsize=862012 CPUtime=0
/proc/26296/task/26302/stat : 26302 (java) R 26295 26270 25722 0 -1 64 208 0 0 0 0 0 0 0 19 0 9 0 24041939 882700288 2383 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26296/tid=26303] ppid=26295 vsize=862012 CPUtime=0
/proc/26296/task/26303/stat : 26303 (java) S 26295 26270 25722 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24041939 882700288 2383 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26296/tid=26304] ppid=26295 vsize=862012 CPUtime=0
/proc/26296/task/26304/stat : 26304 (java) S 26295 26270 25722 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 24041939 882700288 2383 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.1
Current children cumulated vsize (KiB) 884236

[startup+14.5018 s]
/proc/loadavg: 2.34 2.23 2.09 4/96 26304
/proc/meminfo: memFree=1105224/2055920 swapFree=4192812/4192956
[pid=26270] ppid=26268 vsize=16868 CPUtime=13.91
/proc/26270/stat : 26270 (sugar) S 26268 26270 25722 0 -1 4194304 1448 25225 0 2 5 1 826 559 15 0 1 0 24040523 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26270/statm: 4217 1113 409 3 0 796 0
[pid=26295] ppid=26270 vsize=5356 CPUtime=0
/proc/26295/stat : 26295 (sh) S 26270 26270 25722 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24041933 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26295/statm: 1339 233 193 169 0 50 0
[pid=26296] ppid=26295 vsize=862288 CPUtime=0.38
/proc/26296/stat : 26296 (java) S 26295 26270 25722 0 -1 0 3098 0 1 0 36 2 0 0 18 0 9 0 24041934 882982912 2568 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26296/statm: 215572 2568 1282 9 0 210485 0
[pid=26296/tid=26297] ppid=26295 vsize=862288 CPUtime=0.33
/proc/26296/task/26297/stat : 26297 (java) R 26295 26270 25722 0 -1 64 2033 0 1 0 32 1 0 0 20 0 9 0 24041935 882982912 2568 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26296/tid=26298] ppid=26295 vsize=862288 CPUtime=0
/proc/26296/task/26298/stat : 26298 (java) S 26295 26270 25722 0 -1 64 66 0 0 0 0 0 0 0 16 0 9 0 24041936 882982912 2568 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26296/tid=26299] ppid=26295 vsize=862288 CPUtime=0
/proc/26296/task/26299/stat : 26299 (java) S 26295 26270 25722 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 24041936 882982912 2568 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26296/tid=26300] ppid=26295 vsize=862288 CPUtime=0
/proc/26296/task/26300/stat : 26300 (java) S 26295 26270 25722 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 24041936 882982912 2568 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26296/tid=26301] ppid=26295 vsize=862288 CPUtime=0
/proc/26296/task/26301/stat : 26301 (java) S 26295 26270 25722 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24041939 882982912 2568 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26296/tid=26302] ppid=26295 vsize=862288 CPUtime=0.03
/proc/26296/task/26302/stat : 26302 (java) S 26295 26270 25722 0 -1 64 305 0 0 0 3 0 0 0 16 0 9 0 24041939 882982912 2568 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26296/tid=26303] ppid=26295 vsize=862288 CPUtime=0
/proc/26296/task/26303/stat : 26303 (java) S 26295 26270 25722 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24041939 882982912 2568 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26296/tid=26304] ppid=26295 vsize=862288 CPUtime=0
/proc/26296/task/26304/stat : 26304 (java) S 26295 26270 25722 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24041939 882982912 2568 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.29
Current children cumulated vsize (KiB) 884512

Child status: 0
Real time (s): 14.5413
CPU time (s): 14.3618
CPU user time (s): 8.69768
CPU system time (s): 5.66414
CPU usage (%): 98.7658
Max. virtual memory (cumulated for all children) (KiB): 890836

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.69768
system time used= 5.66414
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30672
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= 8519
involuntary context switches= 8772

runsolver used 0.021996 second user time and 0.051992 second system time

The end

Launcher Data

Begin job on node92 at 2009-07-12 05:35:55
IDJOB=2080354
IDBENCH=57067
IDSOLVER=738
FILE ID=node92/2080354-1247369755
PBS_JOBID= 9507137
Free space on /tmp= 66340 MiB

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

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

MD5SUM BENCH= 29d9042e3e0cc0348db4eadf5baca638
RANDOM SEED=513004943

node92.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.216
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.216
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:       1140480 kB
Buffers:         20504 kB
Cached:         157724 kB
SwapCached:          0 kB
Active:         774856 kB
Inactive:        80208 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1140480 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1560 kB
Writeback:           0 kB
Mapped:         692564 kB
Slab:            44168 kB
Committed_AS:   853696 kB
PageTables:       3316 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= 66336 MiB
End job on node92 at 2009-07-12 05:36:10