Trace number 2081597

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 806.525 812.104

General information on the benchmark

Namecsp/super-js/super-js-taillard-20-15/
normalized-super-js-taillard-20-15-14.xml
MD5SUMfcc319e6fc9e5f3f4a12aa7c5c9c75e3
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 benchmark806.525
Satisfiable
(Un)Satisfiability was proved
Number of variables600
Number of constraints9690
Maximum constraint arity2
Maximum domain size1424
Number of constraints which are defined in extension0
Number of constraints which are defined in intension9690
Global constraints used (with number of constraints)

Solver Data

0.06/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.06/0.08	c 0	BEGIN Sun Jul 12 06:34:38 2009
0.06/0.08	c 0	PID 22733
0.06/0.08	c 0	HOST node45.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2081597-1247373277.xml TO HOME/temp.csp
0.06/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-2081597-1247373277.xml' 'HOME/temp.csp'
1.06/1.17	c 1	98 domains, 600 variables, 4 predicates, 0 relations, 9690 constraints
1.06/1.19	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.06/1.19	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'
1.14/1.27	c 1	Parsing HOME/temp.csp
1.14/1.43	c 1	parsed 10000 expressions
1.14/1.44	c 1	parsed 10392 expressions
1.14/1.45	c 1	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.14/1.45	c 1	Converting to clausal form CSP
1.14/1.58	c 1	converted 1040 (10%) expressions
1.14/1.73	c 1	converted 2079 (20%) expressions
1.14/1.80	c 1	converted 3118 (30%) expressions
1.14/1.84	c 1	converted 4157 (40%) expressions
1.14/1.88	c 1	converted 5196 (50%) expressions
1.14/1.92	c 1	converted 6236 (60%) expressions
1.14/2.00	c 2	converted 7275 (70%) expressions
1.14/2.04	c 2	converted 8314 (80%) expressions
1.14/2.07	c 2	converted 9353 (90%) expressions
2.02/2.11	c 2	converted 10392 (100%) expressions
2.02/2.12	c 2	CSP : 600 integers, 0 booleans, 9690 clauses, largest domain size 1401
2.02/2.12	c 2	Heap : 9 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.02/2.12	c 2	Propagation in CSP
2.42/2.52	c 2	173262 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.42/2.52	c 2	CSP : 600 integers, 0 booleans, 9690 clauses, largest domain size 840
2.42/2.52	c 2	Heap : 10 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.42/2.53	c 2	Simplifing CSP by introducing new Boolean variables
2.52/2.69	c 2	CSP : 600 integers, 17700 booleans, 27390 clauses, largest domain size 840
2.52/2.69	c 2	Heap : 15 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.62/2.78	c 2	Encoding CSP to SAT : HOME/temp.cnf
2.72/2.87	c 2	60 (10%) CSP integer variables are encoded (45210 clauses, 656036 bytes)
2.82/2.93	c 3	120 (20%) CSP integer variables are encoded (91260 clauses, 1346786 bytes)
2.82/2.99	c 3	180 (30%) CSP integer variables are encoded (139170 clauses, 2144039 bytes)
2.92/3.05	c 3	240 (40%) CSP integer variables are encoded (182640 clauses, 2883029 bytes)
3.02/3.11	c 3	300 (50%) CSP integer variables are encoded (221610 clauses, 3545519 bytes)
3.02/3.17	c 3	360 (60%) CSP integer variables are encoded (266580 clauses, 4310009 bytes)
3.11/3.23	c 3	420 (70%) CSP integer variables are encoded (307050 clauses, 4997999 bytes)
3.11/3.29	c 3	480 (80%) CSP integer variables are encoded (351720 clauses, 5757389 bytes)
3.21/3.34	c 3	540 (90%) CSP integer variables are encoded (386970 clauses, 6356639 bytes)
3.21/3.39	c 3	600 (100%) CSP integer variables are encoded (424500 clauses, 6994649 bytes)
4.99/5.16	c 5	2739 (10%) CSP clauses are encoded (1251387 clauses, 25935588 bytes)
6.86/7.06	c 7	5478 (20%) CSP clauses are encoded (2181672 clauses, 47771993 bytes)
8.84/9.03	c 9	8217 (30%) CSP clauses are encoded (3082154 clauses, 68946334 bytes)
11.19/11.46	c 11	10956 (40%) CSP clauses are encoded (4059440 clauses, 92105707 bytes)
12.98/13.24	c 13	13695 (50%) CSP clauses are encoded (4953858 clauses, 114084577 bytes)
14.63/14.99	c 15	16434 (60%) CSP clauses are encoded (5811864 clauses, 135142938 bytes)
16.22/16.54	c 16	19173 (70%) CSP clauses are encoded (6572955 clauses, 153781869 bytes)
18.00/18.37	c 18	21912 (80%) CSP clauses are encoded (7479126 clauses, 175898790 bytes)
19.66/20.05	c 20	24651 (90%) CSP clauses are encoded (8289713 clauses, 195530032 bytes)
21.44/21.86	c 21	27390 (100%) CSP clauses are encoded (9153951 clauses, 215763902 bytes)
21.44/21.86	c 21	27390 CSP clauses encoded
21.44/21.86	c 21	Writing map file : HOME/temp.map
21.44/21.88	c 21	Heap : 9 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
21.44/21.88	c 21	SAT : 442800 SAT variables, 9153951 SAT clauses, 215763902 bytes
21.44/21.88	c 21	Heap : 9 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
21.44/21.89	c 21	SOLVING HOME/temp.cnf
21.44/21.89	c 21	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
805.76/811.31	c 811	DECODING HOME/temp.out WITH HOME/temp.map
805.76/811.31	c 811	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'
805.76/811.39	c 811	Decoding HOME/temp.out
806.34/811.91	s SATISFIABLE
806.34/811.93	v 0 1 105 106 520 521 571 570 682 681 832 797 862 863 958 959 981 982 1024 1023 1125 1124 1194 1195 1285 1284 1373 1374 1394 1393 209 210 337 336 401 402 441 440 523 522 562 561 628 629 644 643 911 910 976 975 1190 1189 1245 1246 1281 1280 1284 1283 1334 1333 0 1 48 47 98 97 153 154 233 232 282 283 524 525 673 672 713 714 764 765 784 785 871 872 902 901 981 980 1077 1076 40 41 107 106 282 193 303 304 325 326 375 376 386 385 411 412 683 684 1160 1159 1235 1232 1295 1296 1348 1347 1356 1357 1387 1386 0 1 55 54 87 88 131 130 229 230 275 440 632 631 735 734 795 820 1025 1026 1194 1195 1243 1242 1311 1312 1373 1374 1409 1408 0 1 15 14 37 36 146 147 313 312 356 355 396 397 517 518 616 615 792 793 850 849 927 926 1100 1101 1131 1132 1185 1184 2 1 170 52 225 226 249 248 274 275 462 461 663 664 766 765 886 885 938 939 988 987 1077 1078 1100 1099 1176 1175 1300 1301 2 3 41 40 260 259 286 287 318 317 336 337 396 395 484 483 517 518 617 616 668 667 866 865 1164 1163 1233 1234 1387 1386 1 0 91 90 128 436 448 447 469 470 481 480 577 578 678 679 770 769 912 913 1131 1130 1166 1165 1222 1221 1327 1326 1363 1362 11 10 355 356 505 504 595 596 759 758 846 847 865 866 971 972 1036 1035 1055 1054 1077 1078 1158 1159 1173 1174 1366 1367 1389 1388 0 1 48 47 449 448 517 518 538 537 564 565 572 573 609 610 621 622 779 778 860 861 893 894 1001 1002 1039 1040 1244 1245 0 1 21 20 120 124 181 180 291 290 326 327 353 352 477 476 672 671 1029 854 1077 1078 1220 1221 1287 1286 1304 1303 1356 1355 69 70 105 104 139 140 227 226 274 275 324 323 376 377 538 539 619 620 698 699 879 878 938 937 1009 1010 1229 1230 1373 1374 5 6 91 90 177 178 206 205 282 283 327 326 410 411 491 490 572 573 583 582 595 596 727 726 998 997 1325 1326 1370 1371 638 637 701 700 776 775 816 815 853 854 947 948 958 959 1000 999 1049 1048 1077 1078 1134 1135 1198 1199 1260 1259 1299 1300 1372 1370 117 116 287 288 412 411 503 504 519 520 593 594 627 628 703 702 765 766 849 848 900 901 942 941 1058 1059 1341 1342 1412 1411 0 1 2 1 102 101 201 200 242 243 367 366 409 408 495 496 585 584 689 690 834 833 908 907 1077 1078 1148 1149 1357 1358 25 26 131 132 197 198 274 275 396 397 481 482 539 538 571 570 630 629 686 685 701 700 775 776 788 787 802 803 815 816 21 20 42 41 214 215 325 293 335 336 411 410 461 460 553 552 672 671 849 848 1036 1035 1196 1156 1256 1257 1310 1309 1363 1362 179 175 209 208 411 412 503 504 698 699 798 797 905 904 907 908 953 952 1023 1024 1114 1113 1124 1125 1212 1211 1269 1270 1391 1392
806.34/811.94	c 812	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
806.40/812.00	c 812	CPU 806.4 (0.06 0.02 761.09 45.23)
806.40/812.00	c 812	END Sun Jul 12 06:48:10 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-2081597-1247373277/watcher-2081597-1247373277 -o /tmp/evaluation-result-2081597-1247373277/solver-2081597-1247373277 -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-2081597-1247373277.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 22733
/proc/meminfo: memFree=1742080/2055920 swapFree=4192812/4192956
[pid=22733] ppid=22731 vsize=18576 CPUtime=0
/proc/22733/stat : 22733 (runsolver) R 22731 22733 17996 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 24391536 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 258939088167 0 0 4096 24578 0 0 0 17 1 0 0
/proc/22733/statm: 4644 284 249 26 0 2626 0

[startup+0.0802379 s]
/proc/loadavg: 2.00 2.00 2.00 4/74 22733
/proc/meminfo: memFree=1742080/2055920 swapFree=4192812/4192956
[pid=22733] ppid=22731 vsize=16740 CPUtime=0.06
/proc/22733/stat : 22733 (sugar) R 22731 22733 17996 0 -1 4194304 1116 0 0 0 5 1 0 0 18 0 1 0 24391536 17141760 1084 996147200 4194304 4206940 548682068608 18446744073709551615 258959018952 0 0 4224 0 0 0 0 17 1 0 0
/proc/22733/statm: 4185 1084 385 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

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

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

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

[startup+1.50149 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 22745
/proc/meminfo: memFree=1718376/2055920 swapFree=4192812/4192956
[pid=22733] ppid=22731 vsize=16868 CPUtime=1.14
/proc/22733/stat : 22733 (sugar) S 22731 22733 17996 0 -1 4194304 1309 9126 0 1 5 2 102 5 15 0 1 0 24391536 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22733/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 16868

[startup+3.10178 s]
/proc/loadavg: 2.00 2.00 2.00 4/85 22755
/proc/meminfo: memFree=1717672/2055920 swapFree=4192812/4192956
[pid=22733] ppid=22731 vsize=16868 CPUtime=1.15
/proc/22733/stat : 22733 (sugar) S 22731 22733 17996 0 -1 4194304 1310 9126 0 1 6 2 102 5 15 0 1 0 24391536 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22733/statm: 4217 1111 409 3 0 796 0
[pid=22746] ppid=22733 vsize=5356 CPUtime=0
/proc/22746/stat : 22746 (sh) S 22733 22733 17996 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24391656 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22746/statm: 1339 233 193 169 0 50 0
[pid=22747] ppid=22746 vsize=868676 CPUtime=1.87
/proc/22747/stat : 22747 (java) S 22746 22733 17996 0 -1 0 10487 0 1 0 178 9 0 0 18 0 9 0 24391656 889524224 9486 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22747/statm: 217169 9486 2590 9 0 211646 0
[pid=22747/tid=22748] ppid=22746 vsize=868676 CPUtime=1.23
/proc/22747/task/22748/stat : 22748 (java) R 22746 22733 17996 0 -1 64 3009 0 1 0 119 4 0 0 25 0 9 0 24391657 889524224 9486 996147200 134512640 134550932 4294955936 18446744073709551615 4126942080 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22747/tid=22749] ppid=22746 vsize=868676 CPUtime=0.42
/proc/22747/task/22749/stat : 22749 (java) S 22746 22733 17996 0 -1 64 5272 0 0 0 40 2 0 0 16 0 9 0 24391658 889524224 9486 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22747/tid=22750] ppid=22746 vsize=868676 CPUtime=0
/proc/22747/task/22750/stat : 22750 (java) S 22746 22733 17996 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24391658 889524224 9486 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22747/tid=22751] ppid=22746 vsize=868676 CPUtime=0
/proc/22747/task/22751/stat : 22751 (java) S 22746 22733 17996 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24391658 889524224 9486 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22747/tid=22752] ppid=22746 vsize=868676 CPUtime=0
/proc/22747/task/22752/stat : 22752 (java) S 22746 22733 17996 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24391660 889524224 9486 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22747/tid=22753] ppid=22746 vsize=868676 CPUtime=0.19
/proc/22747/task/22753/stat : 22753 (java) S 22746 22733 17996 0 -1 64 1507 0 0 0 19 0 0 0 16 0 9 0 24391660 889524224 9486 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22747/tid=22754] ppid=22746 vsize=868676 CPUtime=0
/proc/22747/task/22754/stat : 22754 (java) S 22746 22733 17996 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24391660 889524224 9486 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22747/tid=22755] ppid=22746 vsize=868676 CPUtime=0
/proc/22747/task/22755/stat : 22755 (java) S 22746 22733 17996 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24391660 889524224 9486 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) 890900

[startup+6.30237 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 22755
/proc/meminfo: memFree=1681896/2055920 swapFree=4192812/4192956
[pid=22733] ppid=22731 vsize=16868 CPUtime=1.15
/proc/22733/stat : 22733 (sugar) S 22731 22733 17996 0 -1 4194304 1310 9126 0 1 6 2 102 5 16 0 1 0 24391536 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22733/statm: 4217 1111 409 3 0 796 0
[pid=22746] ppid=22733 vsize=5356 CPUtime=0
/proc/22746/stat : 22746 (sh) S 22733 22733 17996 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24391656 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22746/statm: 1339 233 193 169 0 50 0
[pid=22747] ppid=22746 vsize=868676 CPUtime=5.02
/proc/22747/stat : 22747 (java) S 22746 22733 17996 0 -1 0 11049 0 1 0 465 37 0 0 18 0 9 0 24391656 889524224 9505 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22747/statm: 217169 9505 2590 9 0 211646 0
[pid=22747/tid=22748] ppid=22746 vsize=868676 CPUtime=4.16
/proc/22747/task/22748/stat : 22748 (java) R 22746 22733 17996 0 -1 64 3556 0 1 0 387 29 0 0 25 0 9 0 24391657 889524224 9505 996147200 134512640 134550932 4294955936 18446744073709551615 102093960 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22747/tid=22749] ppid=22746 vsize=868676 CPUtime=0.6
/proc/22747/task/22749/stat : 22749 (java) S 22746 22733 17996 0 -1 64 5272 0 0 0 54 6 0 0 16 0 9 0 24391658 889524224 9505 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22747/tid=22750] ppid=22746 vsize=868676 CPUtime=0
/proc/22747/task/22750/stat : 22750 (java) S 22746 22733 17996 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24391658 889524224 9505 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22747/tid=22751] ppid=22746 vsize=868676 CPUtime=0
/proc/22747/task/22751/stat : 22751 (java) S 22746 22733 17996 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24391658 889524224 9505 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22747/tid=22752] ppid=22746 vsize=868676 CPUtime=0
/proc/22747/task/22752/stat : 22752 (java) S 22746 22733 17996 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24391660 889524224 9505 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22747/tid=22753] ppid=22746 vsize=868676 CPUtime=0.22
/proc/22747/task/22753/stat : 22753 (java) S 22746 22733 17996 0 -1 64 1522 0 0 0 22 0 0 0 16 0 9 0 24391660 889524224 9505 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22747/tid=22754] ppid=22746 vsize=868676 CPUtime=0
/proc/22747/task/22754/stat : 22754 (java) S 22746 22733 17996 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24391660 889524224 9505 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22747/tid=22755] ppid=22746 vsize=868676 CPUtime=0
/proc/22747/task/22755/stat : 22755 (java) S 22746 22733 17996 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24391660 889524224 9505 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 890900

[startup+12.7025 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 22755
/proc/meminfo: memFree=1612648/2055920 swapFree=4192812/4192956
[pid=22733] ppid=22731 vsize=16868 CPUtime=1.15
/proc/22733/stat : 22733 (sugar) S 22731 22733 17996 0 -1 4194304 1310 9126 0 1 6 2 102 5 16 0 1 0 24391536 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22733/statm: 4217 1111 409 3 0 796 0
[pid=22746] ppid=22733 vsize=5356 CPUtime=0
/proc/22746/stat : 22746 (sh) S 22733 22733 17996 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24391656 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22746/statm: 1339 233 193 169 0 50 0
[pid=22747] ppid=22746 vsize=868676 CPUtime=11.32
/proc/22747/stat : 22747 (java) S 22746 22733 17996 0 -1 0 12075 0 1 0 1044 88 0 0 18 0 9 0 24391656 889524224 9505 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22747/statm: 217169 9505 2590 9 0 211646 0
[pid=22747/tid=22748] ppid=22746 vsize=868676 CPUtime=10.14
/proc/22747/task/22748/stat : 22748 (java) R 22746 22733 17996 0 -1 64 4582 0 1 0 940 74 0 0 25 0 9 0 24391657 889524224 9505 996147200 134512640 134550932 4294955936 18446744073709551615 4126942007 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22747/tid=22749] ppid=22746 vsize=868676 CPUtime=0.94
/proc/22747/task/22749/stat : 22749 (java) S 22746 22733 17996 0 -1 64 5272 0 0 0 82 12 0 0 16 0 9 0 24391658 889524224 9505 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22747/tid=22750] ppid=22746 vsize=868676 CPUtime=0
/proc/22747/task/22750/stat : 22750 (java) S 22746 22733 17996 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24391658 889524224 9505 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22747/tid=22751] ppid=22746 vsize=868676 CPUtime=0
/proc/22747/task/22751/stat : 22751 (java) S 22746 22733 17996 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24391658 889524224 9505 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22747/tid=22752] ppid=22746 vsize=868676 CPUtime=0
/proc/22747/task/22752/stat : 22752 (java) S 22746 22733 17996 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24391660 889524224 9505 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22747/tid=22753] ppid=22746 vsize=868676 CPUtime=0.22
/proc/22747/task/22753/stat : 22753 (java) S 22746 22733 17996 0 -1 64 1522 0 0 0 22 0 0 0 16 0 9 0 24391660 889524224 9505 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22747/tid=22754] ppid=22746 vsize=868676 CPUtime=0
/proc/22747/task/22754/stat : 22754 (java) S 22746 22733 17996 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24391660 889524224 9505 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22747/tid=22755] ppid=22746 vsize=868676 CPUtime=0
/proc/22747/task/22755/stat : 22755 (java) S 22746 22733 17996 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24391660 889524224 9505 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.47
Current children cumulated vsize (KiB) 890900

[startup+25.5019 s]
/proc/loadavg: 2.08 2.02 2.01 3/77 22757
/proc/meminfo: memFree=1483560/2055920 swapFree=4192812/4192956
[pid=22733] ppid=22731 vsize=16868 CPUtime=21.55
/proc/22733/stat : 22733 (sugar) S 22731 22733 17996 0 -1 4194304 1365 23113 0 2 6 2 1974 173 16 0 1 0 24391536 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22733/statm: 4217 1113 409 3 0 796 0
[pid=22756] ppid=22733 vsize=5356 CPUtime=0
/proc/22756/stat : 22756 (sh) S 22733 22733 17996 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24393726 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22756/statm: 1339 232 193 169 0 50 0
[pid=22757] ppid=22756 vsize=47820 CPUtime=3.54
/proc/22757/stat : 22757 (picosat) R 22756 22733 17996 0 -1 4194304 10398 0 0 0 164 190 0 0 25 0 1 0 24393726 48967680 10384 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/22757/statm: 11955 10384 40 102 0 11850 0
Current children cumulated CPU time (s) 25.09
Current children cumulated vsize (KiB) 70044

[startup+51.1015 s]
/proc/loadavg: 2.05 2.01 2.00 3/77 22757
/proc/meminfo: memFree=1387560/2055920 swapFree=4192812/4192956
[pid=22733] ppid=22731 vsize=16868 CPUtime=21.55
/proc/22733/stat : 22733 (sugar) S 22731 22733 17996 0 -1 4194304 1365 23113 0 2 6 2 1974 173 16 0 1 0 24391536 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22733/statm: 4217 1113 409 3 0 796 0
[pid=22756] ppid=22733 vsize=5356 CPUtime=0
/proc/22756/stat : 22756 (sh) S 22733 22733 17996 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24393726 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22756/statm: 1339 232 193 169 0 50 0
[pid=22757] ppid=22756 vsize=150276 CPUtime=28.89
/proc/22757/stat : 22757 (picosat) R 22756 22733 17996 0 -1 4194304 34706 0 0 0 1313 1576 0 0 25 0 1 0 24393726 153882624 34692 996147200 134512640 134931368 4294956256 18446744073709551615 134545867 0 0 4096 0 0 0 0 17 1 0 0
/proc/22757/statm: 37569 34692 40 102 0 37464 0
Current children cumulated CPU time (s) 50.44
Current children cumulated vsize (KiB) 172500

[startup+102.307 s]
/proc/loadavg: 2.02 2.01 2.00 3/77 22757
/proc/meminfo: memFree=1195368/2055920 swapFree=4192812/4192956
[pid=22733] ppid=22731 vsize=16868 CPUtime=21.55
/proc/22733/stat : 22733 (sugar) S 22731 22733 17996 0 -1 4194304 1365 23113 0 2 6 2 1974 173 16 0 1 0 24391536 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22733/statm: 4217 1113 409 3 0 796 0
[pid=22756] ppid=22733 vsize=5356 CPUtime=0
/proc/22756/stat : 22756 (sh) S 22733 22733 17996 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24393726 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22756/statm: 1339 232 193 169 0 50 0
[pid=22757] ppid=22756 vsize=335224 CPUtime=79.59
/proc/22757/stat : 22757 (picosat) R 22756 22733 17996 0 -1 4194304 82201 0 0 0 3659 4300 0 0 25 0 1 0 24393726 343269376 82187 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/22757/statm: 83806 82187 40 102 0 83701 0
Current children cumulated CPU time (s) 101.14

################
# More data... #
################

[pid=22756] ppid=22733 vsize=5356 CPUtime=0
/proc/22756/stat : 22756 (sh) S 22733 22733 17996 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24393726 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22756/statm: 1339 232 193 169 0 50 0
[pid=22757] ppid=22756 vsize=347520 CPUtime=615.29
/proc/22757/stat : 22757 (picosat) R 22756 22733 17996 0 -1 4194304 83760 0 0 0 57188 4341 0 0 25 0 1 0 24393726 355860480 83744 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/22757/statm: 86880 83744 48 102 0 86775 0
Current children cumulated CPU time (s) 636.84
Current children cumulated vsize (KiB) 369744

[startup+702.303 s]
/proc/loadavg: 2.11 2.05 2.00 3/76 22786
/proc/meminfo: memFree=1148848/2055920 swapFree=4192812/4192956
[pid=22733] ppid=22731 vsize=16868 CPUtime=21.55
/proc/22733/stat : 22733 (sugar) S 22731 22733 17996 0 -1 4194304 1365 23113 0 2 6 2 1974 173 16 0 1 0 24391536 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22733/statm: 4217 1113 409 3 0 796 0
[pid=22756] ppid=22733 vsize=5356 CPUtime=0
/proc/22756/stat : 22756 (sh) S 22733 22733 17996 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24393726 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22756/statm: 1339 232 193 169 0 50 0
[pid=22757] ppid=22756 vsize=347784 CPUtime=675.26
/proc/22757/stat : 22757 (picosat) R 22756 22733 17996 0 -1 4194304 83847 0 0 0 63185 4341 0 0 25 0 1 0 24393726 356130816 83831 996147200 134512640 134931368 4294956256 18446744073709551615 134525606 0 0 4096 0 0 0 0 17 0 0 0
/proc/22757/statm: 86946 83831 48 102 0 86841 0
Current children cumulated CPU time (s) 696.81
Current children cumulated vsize (KiB) 370008

[startup+762.307 s]
/proc/loadavg: 2.10 2.05 2.00 3/76 22786
/proc/meminfo: memFree=1148400/2055920 swapFree=4192812/4192956
[pid=22733] ppid=22731 vsize=16868 CPUtime=21.55
/proc/22733/stat : 22733 (sugar) S 22731 22733 17996 0 -1 4194304 1365 23113 0 2 6 2 1974 173 16 0 1 0 24391536 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22733/statm: 4217 1113 409 3 0 796 0
[pid=22756] ppid=22733 vsize=5356 CPUtime=0
/proc/22756/stat : 22756 (sh) S 22733 22733 17996 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24393726 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22756/statm: 1339 232 193 169 0 50 0
[pid=22757] ppid=22756 vsize=348180 CPUtime=735.24
/proc/22757/stat : 22757 (picosat) R 22756 22733 17996 0 -1 4194304 83936 0 0 0 69183 4341 0 0 25 0 1 0 24393726 356536320 83920 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/22757/statm: 87045 83920 48 102 0 86940 0
Current children cumulated CPU time (s) 756.79
Current children cumulated vsize (KiB) 370404

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

[startup+767.902 s]
/proc/loadavg: 2.09 2.05 2.00 3/76 22786
/proc/meminfo: memFree=1148336/2055920 swapFree=4192812/4192956
[pid=22733] ppid=22731 vsize=16868 CPUtime=21.55
/proc/22733/stat : 22733 (sugar) S 22731 22733 17996 0 -1 4194304 1365 23113 0 2 6 2 1974 173 16 0 1 0 24391536 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22733/statm: 4217 1113 409 3 0 796 0
[pid=22756] ppid=22733 vsize=5356 CPUtime=0
/proc/22756/stat : 22756 (sh) S 22733 22733 17996 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24393726 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22756/statm: 1339 232 193 169 0 50 0
[pid=22757] ppid=22756 vsize=348180 CPUtime=740.83
/proc/22757/stat : 22757 (picosat) R 22756 22733 17996 0 -1 4194304 83942 0 0 0 69742 4341 0 0 25 0 1 0 24393726 356536320 83926 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/22757/statm: 87045 83926 48 102 0 86940 0
Current children cumulated CPU time (s) 762.38
Current children cumulated vsize (KiB) 370404

[startup+793.502 s]
/proc/loadavg: 2.06 2.05 2.00 3/76 22786
/proc/meminfo: memFree=1148272/2055920 swapFree=4192812/4192956
[pid=22733] ppid=22731 vsize=16868 CPUtime=21.55
/proc/22733/stat : 22733 (sugar) S 22731 22733 17996 0 -1 4194304 1365 23113 0 2 6 2 1974 173 16 0 1 0 24391536 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22733/statm: 4217 1113 409 3 0 796 0
[pid=22756] ppid=22733 vsize=5356 CPUtime=0
/proc/22756/stat : 22756 (sh) S 22733 22733 17996 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24393726 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22756/statm: 1339 232 193 169 0 50 0
[pid=22757] ppid=22756 vsize=348312 CPUtime=766.42
/proc/22757/stat : 22757 (picosat) R 22756 22733 17996 0 -1 4194304 83964 0 0 0 72301 4341 0 0 25 0 1 0 24393726 356671488 83948 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/22757/statm: 87078 83948 48 102 0 86973 0
Current children cumulated CPU time (s) 787.97
Current children cumulated vsize (KiB) 370536

[startup+799.903 s]
/proc/loadavg: 2.06 2.05 2.00 3/76 22786
/proc/meminfo: memFree=1148272/2055920 swapFree=4192812/4192956
[pid=22733] ppid=22731 vsize=16868 CPUtime=21.55
/proc/22733/stat : 22733 (sugar) S 22731 22733 17996 0 -1 4194304 1365 23113 0 2 6 2 1974 173 16 0 1 0 24391536 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22733/statm: 4217 1113 409 3 0 796 0
[pid=22756] ppid=22733 vsize=5356 CPUtime=0
/proc/22756/stat : 22756 (sh) S 22733 22733 17996 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24393726 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22756/statm: 1339 232 193 169 0 50 0
[pid=22757] ppid=22756 vsize=348312 CPUtime=772.82
/proc/22757/stat : 22757 (picosat) R 22756 22733 17996 0 -1 4194304 83974 0 0 0 72941 4341 0 0 25 0 1 0 24393726 356671488 83958 996147200 134512640 134931368 4294956256 18446744073709551615 134530822 0 0 4096 0 0 0 0 17 0 0 0
/proc/22757/statm: 87078 83958 48 102 0 86973 0
Current children cumulated CPU time (s) 794.37
Current children cumulated vsize (KiB) 370536

[startup+806.307 s]
/proc/loadavg: 2.05 2.05 2.00 3/76 22786
/proc/meminfo: memFree=1148208/2055920 swapFree=4192812/4192956
[pid=22733] ppid=22731 vsize=16868 CPUtime=21.55
/proc/22733/stat : 22733 (sugar) S 22731 22733 17996 0 -1 4194304 1365 23113 0 2 6 2 1974 173 16 0 1 0 24391536 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22733/statm: 4217 1113 409 3 0 796 0
[pid=22756] ppid=22733 vsize=5356 CPUtime=0
/proc/22756/stat : 22756 (sh) S 22733 22733 17996 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24393726 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22756/statm: 1339 232 193 169 0 50 0
[pid=22757] ppid=22756 vsize=348312 CPUtime=779.22
/proc/22757/stat : 22757 (picosat) R 22756 22733 17996 0 -1 4194304 83981 0 0 0 73581 4341 0 0 25 0 1 0 24393726 356671488 83965 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 0 0 0
/proc/22757/statm: 87078 83965 48 102 0 86973 0
Current children cumulated CPU time (s) 800.77
Current children cumulated vsize (KiB) 370536

[startup+809.502 s]
/proc/loadavg: 2.05 2.05 2.00 3/76 22786
/proc/meminfo: memFree=1148208/2055920 swapFree=4192812/4192956
[pid=22733] ppid=22731 vsize=16868 CPUtime=21.55
/proc/22733/stat : 22733 (sugar) S 22731 22733 17996 0 -1 4194304 1365 23113 0 2 6 2 1974 173 16 0 1 0 24391536 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22733/statm: 4217 1113 409 3 0 796 0
[pid=22756] ppid=22733 vsize=5356 CPUtime=0
/proc/22756/stat : 22756 (sh) S 22733 22733 17996 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24393726 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22756/statm: 1339 232 193 169 0 50 0
[pid=22757] ppid=22756 vsize=348444 CPUtime=782.41
/proc/22757/stat : 22757 (picosat) R 22756 22733 17996 0 -1 4194304 83983 0 0 0 73900 4341 0 0 25 0 1 0 24393726 356806656 83967 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/22757/statm: 87111 83967 48 102 0 87006 0
Current children cumulated CPU time (s) 803.96
Current children cumulated vsize (KiB) 370668

[startup+811.102 s]
/proc/loadavg: 2.05 2.05 2.00 3/76 22786
/proc/meminfo: memFree=1147824/2055920 swapFree=4192812/4192956
[pid=22733] ppid=22731 vsize=16868 CPUtime=21.55
/proc/22733/stat : 22733 (sugar) S 22731 22733 17996 0 -1 4194304 1365 23113 0 2 6 2 1974 173 16 0 1 0 24391536 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22733/statm: 4217 1113 409 3 0 796 0
[pid=22756] ppid=22733 vsize=5356 CPUtime=0
/proc/22756/stat : 22756 (sh) S 22733 22733 17996 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24393726 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22756/statm: 1339 232 193 169 0 50 0
[pid=22757] ppid=22756 vsize=348448 CPUtime=784.01
/proc/22757/stat : 22757 (picosat) R 22756 22733 17996 0 -1 4194304 84020 0 0 0 74059 4342 0 0 25 0 1 0 24393726 356810752 84004 996147200 134512640 134931368 4294956256 18446744073709551615 134579014 0 0 4096 0 0 0 0 17 0 0 0
/proc/22757/statm: 87112 84004 52 102 0 87007 0
Current children cumulated CPU time (s) 805.56
Current children cumulated vsize (KiB) 370672

[startup+811.902 s]
/proc/loadavg: 2.04 2.04 2.00 3/84 22796
/proc/meminfo: memFree=1475504/2055920 swapFree=4192812/4192956
[pid=22733] ppid=22731 vsize=16868 CPUtime=805.78
/proc/22733/stat : 22733 (sugar) S 22731 22733 17996 0 -1 4194304 1446 107419 0 2 6 2 76049 4521 16 0 1 0 24391536 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22733/statm: 4217 1113 409 3 0 796 0
[pid=22787] ppid=22733 vsize=5356 CPUtime=0
/proc/22787/stat : 22787 (sh) S 22733 22733 17996 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24472668 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22787/statm: 1339 233 193 169 0 50 0
[pid=22788] ppid=22787 vsize=862284 CPUtime=0.56
/proc/22788/stat : 22788 (java) S 22787 22733 17996 0 -1 0 3179 0 1 0 55 1 0 0 19 0 9 0 24472669 882978816 2647 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22788/statm: 215571 2647 1279 9 0 210484 0
[pid=22788/tid=22789] ppid=22787 vsize=862284 CPUtime=0.51
/proc/22788/task/22789/stat : 22789 (java) R 22787 22733 17996 0 -1 64 2045 0 1 0 50 1 0 0 25 0 9 0 24472670 882978816 2647 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22788/tid=22790] ppid=22787 vsize=862284 CPUtime=0
/proc/22788/task/22790/stat : 22790 (java) S 22787 22733 17996 0 -1 64 134 0 0 0 0 0 0 0 16 0 9 0 24472671 882978816 2647 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22788/tid=22791] ppid=22787 vsize=862284 CPUtime=0
/proc/22788/task/22791/stat : 22791 (java) S 22787 22733 17996 0 -1 64 11 0 0 0 0 0 0 0 22 0 9 0 24472671 882978816 2647 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22788/tid=22792] ppid=22787 vsize=862284 CPUtime=0
/proc/22788/task/22792/stat : 22792 (java) S 22787 22733 17996 0 -1 64 4 0 0 0 0 0 0 0 23 0 9 0 24472671 882978816 2647 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22788/tid=22793] ppid=22787 vsize=862284 CPUtime=0
/proc/22788/task/22793/stat : 22793 (java) S 22787 22733 17996 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 24472673 882978816 2647 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22788/tid=22794] ppid=22787 vsize=862284 CPUtime=0.04
/proc/22788/task/22794/stat : 22794 (java) S 22787 22733 17996 0 -1 64 307 0 0 0 4 0 0 0 16 0 9 0 24472673 882978816 2647 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22788/tid=22795] ppid=22787 vsize=862284 CPUtime=0
/proc/22788/task/22795/stat : 22795 (java) S 22787 22733 17996 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 24472673 882978816 2647 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22788/tid=22796] ppid=22787 vsize=862284 CPUtime=0
/proc/22788/task/22796/stat : 22796 (java) S 22787 22733 17996 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24472673 882978816 2647 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 806.34
Current children cumulated vsize (KiB) 884508

[startup+812.102 s]
/proc/loadavg: 2.04 2.04 2.00 3/84 22796
/proc/meminfo: memFree=1475504/2055920 swapFree=4192812/4192956
[pid=22733] ppid=22731 vsize=16868 CPUtime=806.5
/proc/22733/stat : 22733 (sugar) R 22731 22733 17996 0 -1 4194304 1477 111413 0 3 6 12 76109 4523 16 0 1 0 24391536 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 258939261993 0 0 4224 16386 0 0 0 17 0 0 0
/proc/22733/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 806.5
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 812.104
CPU time (s): 806.525
CPU user time (s): 761.162
CPU system time (s): 45.3631
CPU usage (%): 99.3131
Max. virtual memory (cumulated for all children) (KiB): 891008

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 761.162
system time used= 45.3631
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 112951
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= 33106
involuntary context switches= 45797

runsolver used 1.01484 second user time and 2.69259 second system time

The end

Launcher Data

Begin job on node45 at 2009-07-12 06:34:38
IDJOB=2081597
IDBENCH=57439
IDSOLVER=738
FILE ID=node45/2081597-1247373277
PBS_JOBID= 9507026
Free space on /tmp= 66460 MiB

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

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

MD5SUM BENCH= fcc319e6fc9e5f3f4a12aa7c5c9c75e3
RANDOM SEED=2027247709

node45.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.281
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.281
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:       1742496 kB
Buffers:         52508 kB
Cached:         171552 kB
SwapCached:          0 kB
Active:         159304 kB
Inactive:        91052 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1742496 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2516 kB
Writeback:           0 kB
Mapped:          37000 kB
Slab:            48336 kB
Committed_AS:   260792 kB
PageTables:       1740 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= 66456 MiB
End job on node45 at 2009-07-12 06:48:10