Trace number 1083141

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.13+picosatSAT 276.089 277.574

General information on the benchmark

Namecsp/super-js/super-js-taillard-15/
normalized-super-js-taillard-15-1.xml
MD5SUMdaaf1af72f8f417d373a93d1048498fa
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 benchmark276.089
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of constraints5580
Maximum constraint arity2
Maximum domain size1247
Number of constraints which are defined in extension0
Number of constraints which are defined in intension5580
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/picosat
0.00/0.04	c 0	BEGIN Sat Jul  5 04:36:43 2008
0.00/0.04	c 0	PID 32697
0.00/0.05	c 0	HOST node57.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1083141-1215225403.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1083141-1215225403.xml' 'HOME/temp.csp'
0.03/0.97	c 1	87 domains, 450 variables, 4 predicates, 0 relations, 5580 constraints
0.03/0.99	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.99	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.94/1.08	c 1	Parsing HOME/temp.csp
1.22/1.34	c 1	parsed 6121 expressions
1.22/1.35	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.22/1.35	c 1	Converting to clausal form CSP
1.32/1.41	c 1	converted 613 (10%) expressions
1.42/1.56	c 2	converted 1225 (20%) expressions
1.52/1.60	c 2	converted 1837 (30%) expressions
1.52/1.62	c 2	converted 2449 (40%) expressions
1.52/1.65	c 2	converted 3061 (50%) expressions
1.52/1.67	c 2	converted 3673 (60%) expressions
1.52/1.69	c 2	converted 4285 (70%) expressions
1.63/1.76	c 2	converted 4897 (80%) expressions
1.63/1.79	c 2	converted 5509 (90%) expressions
1.73/1.81	c 2	converted 6121 (100%) expressions
1.73/1.81	c 2	CSP : 450 integers, 0 booleans, 5580 clauses, largest domain size 1247
1.73/1.81	c 2	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.73/1.81	c 2	Propagation in CSP
1.92/2.08	c 2	326788 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.92/2.08	c 2	CSP : 450 integers, 0 booleans, 5580 clauses, largest domain size 666
1.92/2.08	c 2	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.92/2.09	c 2	Simplifing CSP by introducing new Boolean variables
2.13/2.21	c 2	CSP : 450 integers, 9900 booleans, 15480 clauses, largest domain size 666
2.13/2.21	c 2	Heap : 9 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.13/2.27	c 2	Encoding CSP to SAT : HOME/temp.cnf
2.22/2.32	c 2	45 (10%) CSP integer variables are encoded (17865 clauses, 245889 bytes)
2.22/2.35	c 2	90 (20%) CSP integer variables are encoded (40920 clauses, 591714 bytes)
2.22/2.37	c 2	135 (30%) CSP integer variables are encoded (59445 clauses, 869589 bytes)
2.22/2.39	c 2	180 (40%) CSP integer variables are encoded (78000 clauses, 1147914 bytes)
2.32/2.42	c 3	225 (50%) CSP integer variables are encoded (101835 clauses, 1509554 bytes)
2.32/2.45	c 3	270 (60%) CSP integer variables are encoded (119700 clauses, 1813259 bytes)
2.32/2.48	c 3	315 (70%) CSP integer variables are encoded (141450 clauses, 2183009 bytes)
2.42/2.51	c 3	360 (80%) CSP integer variables are encoded (162870 clauses, 2547149 bytes)
2.42/2.54	c 3	405 (90%) CSP integer variables are encoded (183180 clauses, 2892419 bytes)
2.42/2.58	c 3	450 (100%) CSP integer variables are encoded (210570 clauses, 3358049 bytes)
2.92/3.02	c 3	1548 (10%) CSP clauses are encoded (411508 clauses, 7711551 bytes)
3.41/3.51	c 4	3096 (20%) CSP clauses are encoded (643929 clauses, 13006025 bytes)
3.91/4.04	c 4	4644 (30%) CSP clauses are encoded (907054 clauses, 19044630 bytes)
4.41/4.57	c 5	6192 (40%) CSP clauses are encoded (1171351 clauses, 25121070 bytes)
4.80/4.98	c 5	7740 (50%) CSP clauses are encoded (1377463 clauses, 29855152 bytes)
5.30/5.42	c 6	9288 (60%) CSP clauses are encoded (1597229 clauses, 34891795 bytes)
5.80/5.93	c 6	10836 (70%) CSP clauses are encoded (1852042 clauses, 40723173 bytes)
6.40/6.50	c 7	12384 (80%) CSP clauses are encoded (2140882 clauses, 47531315 bytes)
6.77/6.98	c 7	13932 (90%) CSP clauses are encoded (2374262 clauses, 53068777 bytes)
7.48/7.70	c 8	15480 (100%) CSP clauses are encoded (2754078 clauses, 61761306 bytes)
7.48/7.70	c 8	15480 CSP clauses encoded
7.48/7.70	c 8	Writing map file : HOME/temp.map
7.58/7.71	c 8	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.58/7.71	c 8	SAT : 220920 SAT variables, 2754078 SAT clauses, 61761306 bytes
7.58/7.71	c 8	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.58/7.72	c 8	SOLVING HOME/temp.cnf
7.58/7.72	c 8	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
275.41/276.91	c 277	DECODING HOME/temp.out WITH HOME/temp.map
275.41/276.91	c 277	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
275.41/276.99	c 277	Decoding HOME/temp.out
275.89/277.50	s SATISFIABLE
275.99/277.51	v 6 7 105 104 216 217 227 226 282 283 401 402 509 527 592 591 691 690 757 758 806 805 903 902 996 995 1093 1092 1164 1163 142 276 368 369 415 414 579 578 640 641 709 710 789 788 797 798 805 804 896 897 976 975 994 995 1046 1045 1064 1065 1213 1214 0 1 314 315 397 398 455 454 642 641 693 692 748 749 770 769 777 776 832 831 901 900 1000 1001 1021 1022 1088 1089 1133 1132 109 110 183 184 207 206 238 237 268 269 326 325 444 443 507 506 600 601 633 634 758 759 793 794 850 851 878 877 1124 1123 0 1 79 78 102 103 179 180 240 239 276 277 306 305 413 414 541 542 621 620 709 708 860 859 971 970 1038 1039 1133 1134 27 28 221 220 284 285 373 374 454 455 475 476 513 512 633 634 724 723 803 802 831 830 885 886 1118 1117 1201 1202 1216 1217 0 1 20 19 95 96 116 117 128 129 448 449 517 516 537 538 662 663 859 858 932 933 976 975 1001 1000 1039 1038 1180 1181 0 1 57 56 112 113 122 121 171 172 233 232 313 314 413 414 537 538 544 543 630 629 637 638 988 1058 1143 1144 1240 1239 0 1 93 92 124 123 220 221 312 311 326 325 454 455 537 536 726 727 840 839 896 897 983 984 992 991 1127 1126 1230 1231 0 1 33 32 92 93 123 122 209 210 251 250 268 269 335 336 425 426 504 503 593 592 805 899 1042 1043 1125 1126 1132 1133 0 1 191 190 218 219 220 219 276 277 374 373 552 551 641 642 725 724 757 758 786 787 970 971 1064 1065 1082 1081 1140 1139 0 1 85 56 129 128 233 232 268 269 322 323 326 325 410 411 445 444 504 503 571 570 663 662 718 717 1098 1099 1157 1156 185 186 251 252 327 328 433 434 454 453 518 517 567 568 601 602 698 697 748 749 829 830 880 879 970 971 1105 1104 1202 1201 6 7 35 64 91 90 143 142 259 258 354 355 444 443 536 537 662 663 992 991 1023 1024 1041 1040 1071 1072 1132 1133 1211 1212 121 122 193 192 242 241 320 319 438 437 476 475 502 503 785 786 859 858 864 865 873 872 889 890 977 978 1061 1062 1146 1147
275.99/277.52	c 278	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
275.99/277.54	c 278	CPU 262.49 (0.04 0.01 262.45 13.54)
275.99/277.54	c 278	END Sat Jul  5 04:41:21 2008

Verifier Data (download as text)

OK

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1083141-1215225403/watcher-1083141-1215225403 -o /tmp/evaluation-result-1083141-1215225403/solver-1083141-1215225403 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-1083141-1215225403.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): 2200 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 32697
/proc/meminfo: memFree=1670136/2055920 swapFree=4180732/4192956
[pid=32697] ppid=32695 vsize=12268 CPUtime=0
/proc/32697/stat : 32697 (sugar) R 32695 32697 29580 0 -1 4194304 348 0 0 0 0 0 0 0 22 0 1 0 2001511759 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 218076248677 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/32697/statm: 3067 316 241 3 0 167 0

[startup+0.0931911 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 32697
/proc/meminfo: memFree=1670136/2055920 swapFree=4180732/4192956
[pid=32697] ppid=32695 vsize=13600 CPUtime=0.03
/proc/32697/stat : 32697 (sugar) S 32695 32697 29580 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2001511759 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32697/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101188 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 32697
/proc/meminfo: memFree=1670136/2055920 swapFree=4180732/4192956
[pid=32697] ppid=32695 vsize=13600 CPUtime=0.03
/proc/32697/stat : 32697 (sugar) S 32695 32697 29580 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2001511759 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32697/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301218 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 32697
/proc/meminfo: memFree=1670136/2055920 swapFree=4180732/4192956
[pid=32697] ppid=32695 vsize=13600 CPUtime=0.03
/proc/32697/stat : 32697 (sugar) S 32695 32697 29580 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2001511759 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32697/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701294 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 32697
/proc/meminfo: memFree=1670136/2055920 swapFree=4180732/4192956
[pid=32697] ppid=32695 vsize=13600 CPUtime=0.03
/proc/32697/stat : 32697 (sugar) S 32695 32697 29580 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2001511759 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32697/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50143 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 32711
/proc/meminfo: memFree=1667736/2055920 swapFree=4180732/4192956
[pid=32697] ppid=32695 vsize=13600 CPUtime=0.94
/proc/32697/stat : 32697 (sugar) S 32695 32697 29580 0 -1 4194304 974 7639 0 1 3 0 86 5 15 0 1 0 2001511759 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32697/statm: 3400 797 370 3 0 500 0
[pid=32710] ppid=32697 vsize=5356 CPUtime=0
/proc/32710/stat : 32710 (sh) S 32697 32697 29580 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2001511858 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32710/statm: 1339 233 193 169 0 50 0
[pid=32711] ppid=32710 vsize=866024 CPUtime=0.48
/proc/32711/stat : 32711 (java) S 32710 32697 29580 0 -1 0 4665 0 1 0 46 2 0 0 18 0 9 0 2001511859 886808576 4112 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32711/statm: 216506 4112 1733 9 0 211081 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 884980

[startup+3.10269 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 32719
/proc/meminfo: memFree=1650648/2055920 swapFree=4180732/4192956
[pid=32697] ppid=32695 vsize=13600 CPUtime=0.95
/proc/32697/stat : 32697 (sugar) S 32695 32697 29580 0 -1 4194304 974 7639 0 1 3 1 86 5 15 0 1 0 2001511759 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32697/statm: 3400 797 370 3 0 500 0
[pid=32710] ppid=32697 vsize=5356 CPUtime=0
/proc/32710/stat : 32710 (sh) S 32697 32697 29580 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2001511858 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32710/statm: 1339 233 193 169 0 50 0
[pid=32711] ppid=32710 vsize=868512 CPUtime=2.07
/proc/32711/stat : 32711 (java) S 32710 32697 29580 0 -1 0 8525 0 1 0 194 13 0 0 18 0 9 0 2001511859 889356288 7438 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32711/statm: 217128 7438 2564 9 0 211675 0
[pid=32711/tid=32712] ppid=32710 vsize=868512 CPUtime=1.47
/proc/32711/task/32712/stat : 32712 (java) R 32710 32697 29580 0 -1 64 3005 0 1 0 139 8 0 0 24 0 9 0 2001511860 889356288 7438 996147200 134512640 134550740 4294955952 18446744073709551615 4126583764 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32711/tid=32713] ppid=32710 vsize=868512 CPUtime=0.33
/proc/32711/task/32713/stat : 32713 (java) S 32710 32697 29580 0 -1 64 3348 0 0 0 30 3 0 0 16 0 9 0 2001511861 889356288 7438 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32711/tid=32714] ppid=32710 vsize=868512 CPUtime=0
/proc/32711/task/32714/stat : 32714 (java) S 32710 32697 29580 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2001511861 889356288 7438 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32711/tid=32715] ppid=32710 vsize=868512 CPUtime=0
/proc/32711/task/32715/stat : 32715 (java) S 32710 32697 29580 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2001511861 889356288 7438 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32711/tid=32716] ppid=32710 vsize=868512 CPUtime=0
/proc/32711/task/32716/stat : 32716 (java) S 32710 32697 29580 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2001511863 889356288 7438 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32711/tid=32717] ppid=32710 vsize=868512 CPUtime=0.24
/proc/32711/task/32717/stat : 32717 (java) S 32710 32697 29580 0 -1 64 1480 0 0 0 23 1 0 0 16 0 9 0 2001511863 889356288 7438 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32711/tid=32718] ppid=32710 vsize=868512 CPUtime=0
/proc/32711/task/32718/stat : 32718 (java) S 32710 32697 29580 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2001511863 889356288 7438 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32711/tid=32719] ppid=32710 vsize=868512 CPUtime=0
/proc/32711/task/32719/stat : 32719 (java) S 32710 32697 29580 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2001511863 889356288 7438 996147200 134512640 134550740 4294955952 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) 887468

[startup+6.30223 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 32719
/proc/meminfo: memFree=1613144/2055920 swapFree=4180732/4192956
[pid=32697] ppid=32695 vsize=13600 CPUtime=0.95
/proc/32697/stat : 32697 (sugar) S 32695 32697 29580 0 -1 4194304 974 7639 0 1 3 1 86 5 15 0 1 0 2001511759 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32697/statm: 3400 797 370 3 0 500 0
[pid=32710] ppid=32697 vsize=5356 CPUtime=0
/proc/32710/stat : 32710 (sh) S 32697 32697 29580 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2001511858 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32710/statm: 1339 233 193 169 0 50 0
[pid=32711] ppid=32710 vsize=868512 CPUtime=5.24
/proc/32711/stat : 32711 (java) S 32710 32697 29580 0 -1 0 9499 0 1 0 483 41 0 0 18 0 9 0 2001511859 889356288 7447 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32711/statm: 217128 7447 2565 9 0 211675 0
[pid=32711/tid=32712] ppid=32710 vsize=868512 CPUtime=4.39
/proc/32711/task/32712/stat : 32712 (java) R 32710 32697 29580 0 -1 64 3970 0 1 0 408 31 0 0 25 0 9 0 2001511860 889356288 7447 996147200 134512640 134550740 4294955952 18446744073709551615 4126587544 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32711/tid=32713] ppid=32710 vsize=868512 CPUtime=0.57
/proc/32711/task/32713/stat : 32713 (java) S 32710 32697 29580 0 -1 64 3348 0 0 0 49 8 0 0 16 0 9 0 2001511861 889356288 7447 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32711/tid=32714] ppid=32710 vsize=868512 CPUtime=0
/proc/32711/task/32714/stat : 32714 (java) S 32710 32697 29580 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2001511861 889356288 7447 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32711/tid=32715] ppid=32710 vsize=868512 CPUtime=0
/proc/32711/task/32715/stat : 32715 (java) S 32710 32697 29580 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2001511861 889356288 7447 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32711/tid=32716] ppid=32710 vsize=868512 CPUtime=0
/proc/32711/task/32716/stat : 32716 (java) S 32710 32697 29580 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2001511863 889356288 7447 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32711/tid=32717] ppid=32710 vsize=868512 CPUtime=0.26
/proc/32711/task/32717/stat : 32717 (java) S 32710 32697 29580 0 -1 64 1489 0 0 0 25 1 0 0 15 0 9 0 2001511863 889356288 7447 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32711/tid=32718] ppid=32710 vsize=868512 CPUtime=0
/proc/32711/task/32718/stat : 32718 (java) S 32710 32697 29580 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2001511863 889356288 7447 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32711/tid=32719] ppid=32710 vsize=868512 CPUtime=0
/proc/32711/task/32719/stat : 32719 (java) S 32710 32697 29580 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2001511863 889356288 7447 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 887468

[startup+12.7013 s]
/proc/loadavg: 2.15 2.03 2.01 3/75 32721
/proc/meminfo: memFree=1576416/2055920 swapFree=4180732/4192956
[pid=32697] ppid=32695 vsize=13600 CPUtime=7.6
/proc/32697/stat : 32697 (sugar) S 32695 32697 29580 0 -1 4194304 1022 17867 0 2 3 1 694 62 16 0 1 0 2001511759 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32697/statm: 3400 799 370 3 0 500 0
[pid=32720] ppid=32697 vsize=5356 CPUtime=0
/proc/32720/stat : 32720 (sh) S 32697 32697 29580 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001512531 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32720/statm: 1339 232 193 169 0 50 0
[pid=32721] ppid=32720 vsize=36680 CPUtime=4.93
/proc/32721/stat : 32721 (picosat) R 32720 32697 29580 0 -1 4194304 8184 0 0 0 226 267 0 0 25 0 1 0 2001512531 37560320 8170 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/32721/statm: 9170 8170 40 102 0 9065 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 55636

[startup+25.5014 s]
/proc/loadavg: 2.13 2.03 2.01 3/75 32721
/proc/meminfo: memFree=1527712/2055920 swapFree=4180732/4192956
[pid=32697] ppid=32695 vsize=13600 CPUtime=7.6
/proc/32697/stat : 32697 (sugar) S 32695 32697 29580 0 -1 4194304 1022 17867 0 2 3 1 694 62 16 0 1 0 2001511759 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32697/statm: 3400 799 370 3 0 500 0
[pid=32720] ppid=32697 vsize=5356 CPUtime=0
/proc/32720/stat : 32720 (sh) S 32697 32697 29580 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001512531 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32720/statm: 1339 232 193 169 0 50 0
[pid=32721] ppid=32720 vsize=84800 CPUtime=17.67
/proc/32721/stat : 32721 (picosat) R 32720 32697 29580 0 -1 4194304 20037 0 0 0 815 952 0 0 25 0 1 0 2001512531 86835200 20023 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/32721/statm: 21200 20023 40 102 0 21095 0
Current children cumulated CPU time (s) 25.27
Current children cumulated vsize (KiB) 103756

[startup+51.1017 s]
/proc/loadavg: 2.08 2.03 2.01 3/75 32721
/proc/meminfo: memFree=1504288/2055920 swapFree=4180732/4192956
[pid=32697] ppid=32695 vsize=13600 CPUtime=7.6
/proc/32697/stat : 32697 (sugar) S 32695 32697 29580 0 -1 4194304 1022 17867 0 2 3 1 694 62 16 0 1 0 2001511759 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32697/statm: 3400 799 370 3 0 500 0
[pid=32720] ppid=32697 vsize=5356 CPUtime=0
/proc/32720/stat : 32720 (sh) S 32697 32697 29580 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001512531 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32720/statm: 1339 232 193 169 0 50 0
[pid=32721] ppid=32720 vsize=115920 CPUtime=43.14
/proc/32721/stat : 32721 (picosat) R 32720 32697 29580 0 -1 4194304 25634 0 0 0 3029 1285 0 0 25 0 1 0 2001512531 118702080 25620 996147200 134512640 134931368 4294956256 18446744073709551615 134525918 0 0 4096 0 0 0 0 17 1 0 0
/proc/32721/statm: 28980 25620 42 102 0 28875 0
Current children cumulated CPU time (s) 50.74
Current children cumulated vsize (KiB) 134876

[startup+102.306 s]
/proc/loadavg: 2.03 2.02 2.00 3/75 32721
/proc/meminfo: memFree=1503776/2055920 swapFree=4180732/4192956
[pid=32697] ppid=32695 vsize=13600 CPUtime=7.6
/proc/32697/stat : 32697 (sugar) S 32695 32697 29580 0 -1 4194304 1022 17867 0 2 3 1 694 62 16 0 1 0 2001511759 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32697/statm: 3400 799 370 3 0 500 0
[pid=32720] ppid=32697 vsize=5356 CPUtime=0
/proc/32720/stat : 32720 (sh) S 32697 32697 29580 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001512531 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32720/statm: 1339 232 193 169 0 50 0
[pid=32721] ppid=32720 vsize=116316 CPUtime=94.09
/proc/32721/stat : 32721 (picosat) R 32720 32697 29580 0 -1 4194304 25731 0 0 0 8124 1285 0 0 25 0 1 0 2001512531 119107584 25717 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/32721/statm: 29079 25717 42 102 0 28974 0
Current children cumulated CPU time (s) 101.69
Current children cumulated vsize (KiB) 135272

[startup+162.301 s]
/proc/loadavg: 2.01 2.02 2.00 3/75 32721
/proc/meminfo: memFree=1503456/2055920 swapFree=4180732/4192956
[pid=32697] ppid=32695 vsize=13600 CPUtime=7.6
/proc/32697/stat : 32697 (sugar) S 32695 32697 29580 0 -1 4194304 1022 17867 0 2 3 1 694 62 16 0 1 0 2001511759 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32697/statm: 3400 799 370 3 0 500 0
[pid=32720] ppid=32697 vsize=5356 CPUtime=0

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

Current children cumulated vsize (KiB) 135536

[startup+222.302 s]
/proc/loadavg: 2.00 2.01 2.00 3/75 32721
/proc/meminfo: memFree=1502944/2055920 swapFree=4180732/4192956
[pid=32697] ppid=32695 vsize=13600 CPUtime=7.6
/proc/32697/stat : 32697 (sugar) S 32695 32697 29580 0 -1 4194304 1022 17867 0 2 3 1 694 62 16 0 1 0 2001511759 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32697/statm: 3400 799 370 3 0 500 0
[pid=32720] ppid=32697 vsize=5356 CPUtime=0
/proc/32720/stat : 32720 (sh) S 32697 32697 29580 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001512531 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32720/statm: 1339 232 193 169 0 50 0
[pid=32721] ppid=32720 vsize=116976 CPUtime=213.48
/proc/32721/stat : 32721 (picosat) R 32720 32697 29580 0 -1 4194304 25914 0 0 0 20063 1285 0 0 25 0 1 0 2001512531 119783424 25900 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/32721/statm: 29244 25900 42 102 0 29139 0
Current children cumulated CPU time (s) 221.08
Current children cumulated vsize (KiB) 135932

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

[startup+230.302 s]
/proc/loadavg: 2.00 2.01 2.00 3/75 32721
/proc/meminfo: memFree=1502880/2055920 swapFree=4180732/4192956
[pid=32697] ppid=32695 vsize=13600 CPUtime=7.6
/proc/32697/stat : 32697 (sugar) S 32695 32697 29580 0 -1 4194304 1022 17867 0 2 3 1 694 62 16 0 1 0 2001511759 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32697/statm: 3400 799 370 3 0 500 0
[pid=32720] ppid=32697 vsize=5356 CPUtime=0
/proc/32720/stat : 32720 (sh) S 32697 32697 29580 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001512531 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32720/statm: 1339 232 193 169 0 50 0
[pid=32721] ppid=32720 vsize=116976 CPUtime=221.44
/proc/32721/stat : 32721 (picosat) R 32720 32697 29580 0 -1 4194304 25929 0 0 0 20859 1285 0 0 25 0 1 0 2001512531 119783424 25915 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/32721/statm: 29244 25915 42 102 0 29139 0
Current children cumulated CPU time (s) 229.04
Current children cumulated vsize (KiB) 135932

[startup+255.901 s]
/proc/loadavg: 2.00 2.01 2.00 3/75 32721
/proc/meminfo: memFree=1502688/2055920 swapFree=4180732/4192956
[pid=32697] ppid=32695 vsize=13600 CPUtime=7.6
/proc/32697/stat : 32697 (sugar) S 32695 32697 29580 0 -1 4194304 1022 17867 0 2 3 1 694 62 16 0 1 0 2001511759 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32697/statm: 3400 799 370 3 0 500 0
[pid=32720] ppid=32697 vsize=5356 CPUtime=0
/proc/32720/stat : 32720 (sh) S 32697 32697 29580 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001512531 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32720/statm: 1339 232 193 169 0 50 0
[pid=32721] ppid=32720 vsize=117240 CPUtime=246.92
/proc/32721/stat : 32721 (picosat) R 32720 32697 29580 0 -1 4194304 25978 0 0 0 23407 1285 0 0 25 0 1 0 2001512531 120053760 25964 996147200 134512640 134931368 4294956256 18446744073709551615 134525860 0 0 4096 0 0 0 0 17 1 0 0
/proc/32721/statm: 29310 25964 42 102 0 29205 0
Current children cumulated CPU time (s) 254.52
Current children cumulated vsize (KiB) 136196

[startup+268.702 s]
/proc/loadavg: 2.00 2.01 2.00 3/75 32721
/proc/meminfo: memFree=1502496/2055920 swapFree=4180732/4192956
[pid=32697] ppid=32695 vsize=13600 CPUtime=7.6
/proc/32697/stat : 32697 (sugar) S 32695 32697 29580 0 -1 4194304 1022 17867 0 2 3 1 694 62 16 0 1 0 2001511759 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32697/statm: 3400 799 370 3 0 500 0
[pid=32720] ppid=32697 vsize=5356 CPUtime=0
/proc/32720/stat : 32720 (sh) S 32697 32697 29580 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001512531 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32720/statm: 1339 232 193 169 0 50 0
[pid=32721] ppid=32720 vsize=117372 CPUtime=259.65
/proc/32721/stat : 32721 (picosat) R 32720 32697 29580 0 -1 4194304 26018 0 0 0 24680 1285 0 0 25 0 1 0 2001512531 120188928 26004 996147200 134512640 134931368 4294956256 18446744073709551615 134525794 0 0 4096 0 0 0 0 17 1 0 0
/proc/32721/statm: 29343 26004 42 102 0 29238 0
Current children cumulated CPU time (s) 267.25
Current children cumulated vsize (KiB) 136328

[startup+271.902 s]
/proc/loadavg: 2.00 2.01 2.00 3/75 32721
/proc/meminfo: memFree=1502432/2055920 swapFree=4180732/4192956
[pid=32697] ppid=32695 vsize=13600 CPUtime=7.6
/proc/32697/stat : 32697 (sugar) S 32695 32697 29580 0 -1 4194304 1022 17867 0 2 3 1 694 62 16 0 1 0 2001511759 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32697/statm: 3400 799 370 3 0 500 0
[pid=32720] ppid=32697 vsize=5356 CPUtime=0
/proc/32720/stat : 32720 (sh) S 32697 32697 29580 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001512531 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32720/statm: 1339 232 193 169 0 50 0
[pid=32721] ppid=32720 vsize=117372 CPUtime=262.83
/proc/32721/stat : 32721 (picosat) R 32720 32697 29580 0 -1 4194304 26027 0 0 0 24998 1285 0 0 25 0 1 0 2001512531 120188928 26013 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/32721/statm: 29343 26013 42 102 0 29238 0
Current children cumulated CPU time (s) 270.43
Current children cumulated vsize (KiB) 136328

[startup+275.101 s]
/proc/loadavg: 2.00 2.01 2.00 3/75 32721
/proc/meminfo: memFree=1502432/2055920 swapFree=4180732/4192956
[pid=32697] ppid=32695 vsize=13600 CPUtime=7.6
/proc/32697/stat : 32697 (sugar) S 32695 32697 29580 0 -1 4194304 1022 17867 0 2 3 1 694 62 16 0 1 0 2001511759 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32697/statm: 3400 799 370 3 0 500 0
[pid=32720] ppid=32697 vsize=5356 CPUtime=0
/proc/32720/stat : 32720 (sh) S 32697 32697 29580 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001512531 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32720/statm: 1339 232 193 169 0 50 0
[pid=32721] ppid=32720 vsize=117504 CPUtime=266.01
/proc/32721/stat : 32721 (picosat) R 32720 32697 29580 0 -1 4194304 26035 0 0 0 25316 1285 0 0 25 0 1 0 2001512531 120324096 26021 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/32721/statm: 29376 26021 42 102 0 29271 0
Current children cumulated CPU time (s) 273.61
Current children cumulated vsize (KiB) 136460

[startup+276.702 s]
/proc/loadavg: 2.00 2.01 2.00 3/75 32721
/proc/meminfo: memFree=1502368/2055920 swapFree=4180732/4192956
[pid=32697] ppid=32695 vsize=13600 CPUtime=7.6
/proc/32697/stat : 32697 (sugar) S 32695 32697 29580 0 -1 4194304 1022 17867 0 2 3 1 694 62 16 0 1 0 2001511759 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32697/statm: 3400 799 370 3 0 500 0
[pid=32720] ppid=32697 vsize=5356 CPUtime=0
/proc/32720/stat : 32720 (sh) S 32697 32697 29580 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001512531 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32720/statm: 1339 232 193 169 0 50 0
[pid=32721] ppid=32720 vsize=117508 CPUtime=267.62
/proc/32721/stat : 32721 (picosat) R 32720 32697 29580 0 -1 4194304 26062 0 0 0 25476 1286 0 0 25 0 1 0 2001512531 120328192 26048 996147200 134512640 134931368 4294956256 18446744073709551615 134674445 0 0 4096 0 0 0 0 17 1 0 0
/proc/32721/statm: 29377 26048 47 102 0 29272 0
Current children cumulated CPU time (s) 275.22
Current children cumulated vsize (KiB) 136464

[startup+277.102 s]
/proc/loadavg: 2.16 2.04 2.01 4/83 32731
/proc/meminfo: memFree=1599712/2055920 swapFree=4180732/4192956
[pid=32697] ppid=32695 vsize=13600 CPUtime=275.43
/proc/32697/stat : 32697 (sugar) S 32695 32697 29580 0 -1 4194304 1091 44215 0 2 3 1 26189 1350 16 0 1 0 2001511759 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32697/statm: 3400 799 370 3 0 500 0
[pid=32722] ppid=32697 vsize=5356 CPUtime=0
/proc/32722/stat : 32722 (sh) S 32697 32697 29580 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2001539450 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32722/statm: 1339 233 193 169 0 50 0
[pid=32723] ppid=32722 vsize=863720 CPUtime=0.17
/proc/32723/stat : 32723 (java) S 32722 32697 29580 0 -1 0 3430 0 1 0 15 2 0 0 18 0 9 0 2001539450 884449280 2904 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32723/statm: 215930 2904 1651 9 0 210512 0
[pid=32723/tid=32724] ppid=32722 vsize=863720 CPUtime=0.15
/proc/32723/task/32724/stat : 32724 (java) R 32722 32697 29580 0 -1 64 2455 0 1 0 14 1 0 0 18 0 9 0 2001539451 884449280 2904 996147200 134512640 134550740 4294956000 18446744073709551615 4125959079 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32723/tid=32725] ppid=32722 vsize=863720 CPUtime=0
/proc/32723/task/32725/stat : 32725 (java) S 32722 32697 29580 0 -1 64 77 0 0 0 0 0 0 0 16 0 9 0 2001539453 884449280 2904 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32723/tid=32726] ppid=32722 vsize=863720 CPUtime=0
/proc/32723/task/32726/stat : 32726 (java) S 32722 32697 29580 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 2001539453 884449280 2904 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32723/tid=32727] ppid=32722 vsize=863720 CPUtime=0
/proc/32723/task/32727/stat : 32727 (java) S 32722 32697 29580 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2001539453 884449280 2904 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32723/tid=32728] ppid=32722 vsize=863720 CPUtime=0
/proc/32723/task/32728/stat : 32728 (java) S 32722 32697 29580 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2001539455 884449280 2904 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32723/tid=32729] ppid=32722 vsize=863720 CPUtime=0
/proc/32723/task/32729/stat : 32729 (java) R 32722 32697 29580 0 -1 64 206 0 0 0 0 0 0 0 19 0 9 0 2001539455 884449280 2904 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32723/tid=32730] ppid=32722 vsize=863720 CPUtime=0
/proc/32723/task/32730/stat : 32730 (java) S 32722 32697 29580 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2001539455 884449280 2904 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32723/tid=32731] ppid=32722 vsize=863720 CPUtime=0
/proc/32723/task/32731/stat : 32731 (java) S 32722 32697 29580 0 -1 64 1 0 0 0 0 0 0 0 17 0 9 0 2001539455 884449280 2904 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 275.6
Current children cumulated vsize (KiB) 882676

[startup+277.503 s]
/proc/loadavg: 2.16 2.04 2.01 4/83 32731
/proc/meminfo: memFree=1599712/2055920 swapFree=4180732/4192956
[pid=32697] ppid=32695 vsize=13600 CPUtime=275.43
/proc/32697/stat : 32697 (sugar) S 32695 32697 29580 0 -1 4194304 1091 44215 0 2 3 1 26189 1350 15 0 1 0 2001511759 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32697/statm: 3400 799 370 3 0 500 0
[pid=32722] ppid=32697 vsize=5356 CPUtime=0
/proc/32722/stat : 32722 (sh) S 32697 32697 29580 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2001539450 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32722/statm: 1339 233 193 169 0 50 0
[pid=32723] ppid=32722 vsize=864040 CPUtime=0.56
/proc/32723/stat : 32723 (java) S 32722 32697 29580 0 -1 0 3554 0 1 0 54 2 0 0 18 0 9 0 2001539450 884776960 3027 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32723/statm: 216010 3027 1669 9 0 210592 0
[pid=32723/tid=32724] ppid=32722 vsize=864040 CPUtime=0.51
/proc/32723/task/32724/stat : 32724 (java) R 32722 32697 29580 0 -1 64 2459 0 1 0 49 2 0 0 21 0 9 0 2001539451 884776960 3027 996147200 134512640 134550740 4294956000 18446744073709551615 4125960198 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32723/tid=32725] ppid=32722 vsize=864040 CPUtime=0
/proc/32723/task/32725/stat : 32725 (java) S 32722 32697 29580 0 -1 64 104 0 0 0 0 0 0 0 16 0 9 0 2001539453 884776960 3027 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32723/tid=32726] ppid=32722 vsize=864040 CPUtime=0
/proc/32723/task/32726/stat : 32726 (java) S 32722 32697 29580 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 2001539453 884776960 3027 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32723/tid=32727] ppid=32722 vsize=864040 CPUtime=0
/proc/32723/task/32727/stat : 32727 (java) S 32722 32697 29580 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2001539453 884776960 3027 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32723/tid=32728] ppid=32722 vsize=864040 CPUtime=0
/proc/32723/task/32728/stat : 32728 (java) S 32722 32697 29580 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2001539455 884776960 3027 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32723/tid=32729] ppid=32722 vsize=864040 CPUtime=0.04
/proc/32723/task/32729/stat : 32729 (java) S 32722 32697 29580 0 -1 64 299 0 0 0 4 0 0 0 16 0 9 0 2001539455 884776960 3027 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32723/tid=32730] ppid=32722 vsize=864040 CPUtime=0
/proc/32723/task/32730/stat : 32730 (java) S 32722 32697 29580 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2001539455 884776960 3027 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32723/tid=32731] ppid=32722 vsize=864040 CPUtime=0
/proc/32723/task/32731/stat : 32731 (java) S 32722 32697 29580 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2001539455 884776960 3027 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 275.99
Current children cumulated vsize (KiB) 882996

Child status: 0
Real time (s): 277.574
CPU time (s): 276.089
CPU user time (s): 262.494
CPU system time (s): 13.5949
CPU usage (%): 99.4652
Max. virtual memory (cumulated for all children) (KiB): 887468

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 262.494
system time used= 13.5949
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 49270
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= 14460
involuntary context switches= 17357

runsolver used 0.339948 second user time and 0.935857 second system time

The end

Launcher Data (download as text)

Begin job on node57 at 2008-07-05 04:36:43
IDJOB=1083141
IDBENCH=57417
IDSOLVER=345
FILE ID=node57/1083141-1215225403
PBS_JOBID= 7881724
Free space on /tmp= 66544 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/super-js/super-js-taillard-15/normalized-super-js-taillard-15-1.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1083141-1215225403/watcher-1083141-1215225403 -o /tmp/evaluation-result-1083141-1215225403/solver-1083141-1215225403 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/picosat" -tmp="HOME/temp" HOME/instance-1083141-1215225403.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= daaf1af72f8f417d373a93d1048498fa
RANDOM SEED=1375100210

node57.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.258
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.258
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:       1670616 kB
Buffers:         37808 kB
Cached:         172216 kB
SwapCached:       6148 kB
Active:         261096 kB
Inactive:        71964 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1670616 kB
SwapTotal:     4192956 kB
SwapFree:      4180732 kB
Dirty:            1992 kB
Writeback:           0 kB
Mapped:         130832 kB
Slab:            37528 kB
Committed_AS:  4218600 kB
PageTables:       2012 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= 66544 MiB
End job on node57 at 2008-07-05 04:41:21