Trace number 2076460

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 193.86 207.736

General information on the benchmark

Namecsp/os-taillard-20/
normalized-os-taillard-20-100-9.xml
MD5SUMfc7340650ecf26f83251f4e28365151f
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 benchmark10.8523
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of constraints7600
Maximum constraint arity2
Maximum domain size1284
Number of constraints which are defined in extension0
Number of constraints which are defined in intension7600
Global constraints used (with number of constraints)

Solver Data

0.06/0.07	c 0	Sugar v1-14-6 + HOME/picosat
0.06/0.07	c 0	BEGIN Sun Jul 12 03:40:51 2009
0.06/0.07	c 0	PID 18876
0.06/0.07	c 0	HOST node85.alineos.net
0.06/0.07	c 0	CONVERTING HOME/instance-2076460-1247362851.xml TO HOME/temp.csp
0.06/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2076460-1247362851.xml' 'HOME/temp.csp'
0.06/0.84	c 1	400 domains, 400 variables, 1 predicates, 0 relations, 7600 constraints
0.06/0.85	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.85	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.83/0.92	c 1	Parsing HOME/temp.csp
1.06/1.14	c 1	parsed 8401 expressions
1.06/1.15	c 1	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.06/1.15	c 1	Converting to clausal form CSP
1.15/1.20	c 1	converted 841 (10%) expressions
1.35/1.43	c 1	converted 1681 (20%) expressions
1.35/1.46	c 1	converted 2521 (30%) expressions
1.35/1.49	c 1	converted 3361 (40%) expressions
1.45/1.52	c 1	converted 4201 (50%) expressions
1.45/1.55	c 2	converted 5041 (60%) expressions
1.56/1.64	c 2	converted 5881 (70%) expressions
1.56/1.67	c 2	converted 6721 (80%) expressions
1.56/1.69	c 2	converted 7561 (90%) expressions
1.66/1.72	c 2	converted 8401 (100%) expressions
1.66/1.73	c 2	CSP : 400 integers, 0 booleans, 7600 clauses, largest domain size 1284
1.66/1.73	c 2	Heap : 9 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.66/1.73	c 2	Propagation in CSP
1.66/1.77	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.66/1.77	c 2	CSP : 400 integers, 0 booleans, 7600 clauses, largest domain size 1284
1.66/1.77	c 2	Heap : 9 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.66/1.78	c 2	Simplifing CSP by introducing new Boolean variables
1.86/1.91	c 2	CSP : 400 integers, 15200 booleans, 22800 clauses, largest domain size 1284
1.86/1.91	c 2	Heap : 14 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.86/1.99	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.95/2.08	c 2	40 (10%) CSP integer variables are encoded (49231 clauses, 716337 bytes)
2.05/2.14	c 2	80 (20%) CSP integer variables are encoded (98528 clauses, 1455792 bytes)
2.15/2.21	c 2	120 (30%) CSP integer variables are encoded (147752 clauses, 2289821 bytes)
2.15/2.27	c 2	160 (40%) CSP integer variables are encoded (197003 clauses, 3127088 bytes)
2.25/2.33	c 2	200 (50%) CSP integer variables are encoded (246243 clauses, 3964168 bytes)
2.25/2.39	c 2	240 (60%) CSP integer variables are encoded (295674 clauses, 4804495 bytes)
2.35/2.45	c 2	280 (70%) CSP integer variables are encoded (345015 clauses, 5643292 bytes)
2.45/2.52	c 2	320 (80%) CSP integer variables are encoded (394497 clauses, 6484486 bytes)
2.45/2.58	c 3	360 (90%) CSP integer variables are encoded (443750 clauses, 7321787 bytes)
2.55/2.64	c 3	400 (100%) CSP integer variables are encoded (492924 clauses, 8157745 bytes)
5.78/10.18	c 10	2280 (10%) CSP clauses are encoded (2294428 clauses, 49700205 bytes)
9.02/13.41	c 13	4560 (20%) CSP clauses are encoded (4100874 clauses, 92290927 bytes)
12.19/16.63	c 17	6840 (30%) CSP clauses are encoded (5899500 clauses, 135134078 bytes)
15.31/24.59	c 25	9120 (40%) CSP clauses are encoded (7688886 clauses, 179839088 bytes)
18.58/27.81	c 28	11400 (50%) CSP clauses are encoded (9492410 clauses, 224897548 bytes)
21.74/31.02	c 31	13680 (60%) CSP clauses are encoded (11291390 clauses, 269842408 bytes)
24.91/34.23	c 34	15960 (70%) CSP clauses are encoded (13091714 clauses, 314820868 bytes)
28.09/37.48	c 37	18240 (80%) CSP clauses are encoded (14900754 clauses, 360017228 bytes)
31.26/40.64	c 41	20520 (90%) CSP clauses are encoded (16709976 clauses, 405218138 bytes)
34.37/47.86	c 48	22800 (100%) CSP clauses are encoded (18506748 clauses, 450107798 bytes)
34.37/47.86	c 48	22800 CSP clauses encoded
34.37/47.86	c 48	Writing map file : HOME/temp.map
34.37/47.86	c 48	Heap : 8 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
34.37/47.86	c 48	SAT : 508524 SAT variables, 18506748 SAT clauses, 450107798 bytes
34.37/47.86	c 48	Heap : 8 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
34.37/47.90	c 48	SOLVING HOME/temp.cnf
34.37/47.90	c 48	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
192.93/206.83	c 207	DECODING HOME/temp.out WITH HOME/temp.map
192.93/206.83	c 207	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'
192.96/206.91	c 207	Decoding HOME/temp.out
192.96/207.46	s SATISFIABLE
192.96/207.48	v 964 262 749 134 865 1062 818 80 628 253 336 430 528 769 1160 561 764 27 20 311 742 166 321 631 8 121 549 886 1217 285 792 1049 0 399 521 980 466 672 568 1126 228 16 660 213 93 100 717 556 1074 397 798 865 981 410 687 1 338 0 1028 192 591 178 524 914 470 1212 301 291 1030 442 206 633 826 84 1120 730 348 947 2 1102 1019 14 1050 770 672 561 1187 813 16 895 1114 936 625 292 213 384 147 1028 503 156 770 24 471 646 380 86 1102 1189 206 939 1025 605 150 528 498 632 226 290 397 58 484 576 1166 138 207 1021 859 649 2 102 1203 735 258 348 1 948 228 380 767 42 438 1271 172 125 9 329 94 11 504 232 591 311 930 764 141 260 219 684 855 1180 941 1183 211 586 329 980 851 111 644 274 753 676 384 219 5 492 413 29 1071 2 884 948 727 781 355 1003 479 644 0 834 1074 567 22 43 410 155 189 1172 1248 68 549 1176 358 703 316 792 258 406 910 951 205 287 1031 1003 469 166 627 73 16 1111 1019 80 599 1160 541 1240 13 1203 670 93 370 214 0 53 1083 306 442 154 21 65 594 956 671 773 282 727 519 312 813 51 428 348 407 1185 1102 574 2 7 9 129 767 681 402 967 507 172 1115 21 184 586 859 321 1217 433 1038 100 93 886 203 0 270 589 941 0 1071 922 1160 603 1240 21 213 668 558 680 854 124 113 31 425 277 829 938 632 1160 866 1245 205 682 0 254 330 281 375 7 61 581 133 72 223 470 950 796 881 733 223 1003 495 24 379 1159 0 558 463 45 1076 78 100 284 134 648 421 966 641 1073 3 854 1188 1004 470 319 217 300 155 45 70 290 349 559 576 699 1160 1173 1240 1028 922 443 591 680 349 253 1 939 61 101 271 147 504 235 774 1062 126 352 396 408 168 541 195 602 254 1185 0 798 884 60 954 280 1115 309 498 1044
192.96/207.49	c 207	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
192.96/207.52	c 207	CPU 193.62 (0.05 0.02 106.5 87.05)
192.96/207.52	c 207	END Sun Jul 12 03:44:18 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-2076460-1247362851/watcher-2076460-1247362851 -o /tmp/evaluation-result-2076460-1247362851/solver-2076460-1247362851 -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-2076460-1247362851.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: 1.86 1.97 1.99 4/81 18876
/proc/meminfo: memFree=1774800/2055920 swapFree=4192812/4192956
[pid=18876] ppid=18874 vsize=12272 CPUtime=0
/proc/18876/stat : 18876 (sugar) R 18874 18876 16702 0 -1 4194304 359 0 0 0 0 0 0 0 18 0 1 0 23350419 12566528 327 996147200 4194304 4206940 548682068608 18446744073709551615 214953933822 0 0 4224 0 0 0 0 17 1 0 0
/proc/18876/statm: 3068 327 246 3 0 168 0

[startup+0.069487 s]
/proc/loadavg: 1.86 1.97 1.99 4/81 18876
/proc/meminfo: memFree=1774800/2055920 swapFree=4192812/4192956
[pid=18876] ppid=18874 vsize=16740 CPUtime=0.06
/proc/18876/stat : 18876 (sugar) R 18874 18876 16702 0 -1 4194304 1109 0 0 0 4 2 0 0 18 0 1 0 23350419 17141760 1077 996147200 4194304 4206940 548682068608 18446744073709551615 214944879329 0 0 4224 0 0 0 0 17 1 0 0
/proc/18876/statm: 4185 1077 381 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.101493 s]
/proc/loadavg: 1.86 1.97 1.99 4/81 18876
/proc/meminfo: memFree=1774800/2055920 swapFree=4192812/4192956
[pid=18876] ppid=18874 vsize=16868 CPUtime=0.06
/proc/18876/stat : 18876 (sugar) S 18874 18876 16702 0 -1 4194304 1227 128 0 0 4 2 0 0 16 0 1 0 23350419 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18876/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301511 s]
/proc/loadavg: 1.86 1.97 1.99 4/81 18876
/proc/meminfo: memFree=1774800/2055920 swapFree=4192812/4192956
[pid=18876] ppid=18874 vsize=16868 CPUtime=0.06
/proc/18876/stat : 18876 (sugar) S 18874 18876 16702 0 -1 4194304 1227 128 0 0 4 2 0 0 16 0 1 0 23350419 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18876/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701558 s]
/proc/loadavg: 1.86 1.97 1.99 4/81 18876
/proc/meminfo: memFree=1774800/2055920 swapFree=4192812/4192956
[pid=18876] ppid=18874 vsize=16868 CPUtime=0.06
/proc/18876/stat : 18876 (sugar) S 18874 18876 16702 0 -1 4194304 1227 128 0 0 4 2 0 0 16 0 1 0 23350419 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18876/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50264 s]
/proc/loadavg: 1.86 1.97 1.99 4/92 18898
/proc/meminfo: memFree=1766648/2055920 swapFree=4192812/4192956
[pid=18876] ppid=18874 vsize=16868 CPUtime=0.84
/proc/18876/stat : 18876 (sugar) S 18874 18876 16702 0 -1 4194304 1309 8424 0 1 5 2 71 6 15 0 1 0 23350419 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18876/statm: 4217 1111 409 3 0 796 0
[pid=18889] ppid=18876 vsize=5356 CPUtime=0
/proc/18889/stat : 18889 (sh) S 18876 18876 16702 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23350504 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18889/statm: 1339 233 193 169 0 50 0
[pid=18890] ppid=18889 vsize=868596 CPUtime=0.61
/proc/18890/stat : 18890 (java) S 18889 18876 16702 0 -1 0 7458 0 1 0 58 3 0 0 20 0 9 0 23350504 889442304 6694 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18890/statm: 217149 6694 2566 9 0 211654 0
[pid=18890/tid=18891] ppid=18889 vsize=868596 CPUtime=0.36
/proc/18890/task/18891/stat : 18891 (java) R 18889 18876 16702 0 -1 64 2668 0 1 0 35 1 0 0 25 0 9 0 23350505 889442304 6694 996147200 134512640 134550932 4294955936 18446744073709551615 4126449268 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18890/tid=18892] ppid=18889 vsize=868596 CPUtime=0.08
/proc/18890/task/18892/stat : 18892 (java) S 18889 18876 16702 0 -1 64 2620 0 0 0 8 0 0 0 16 0 9 0 23350506 889442304 6694 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18890/tid=18893] ppid=18889 vsize=868596 CPUtime=0
/proc/18890/task/18893/stat : 18893 (java) S 18889 18876 16702 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23350507 889442304 6694 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18890/tid=18894] ppid=18889 vsize=868596 CPUtime=0
/proc/18890/task/18894/stat : 18894 (java) S 18889 18876 16702 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 23350507 889442304 6694 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18890/tid=18895] ppid=18889 vsize=868596 CPUtime=0
/proc/18890/task/18895/stat : 18895 (java) S 18889 18876 16702 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 23350509 889442304 6694 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18890/tid=18896] ppid=18889 vsize=868596 CPUtime=0.14
/proc/18890/task/18896/stat : 18896 (java) S 18889 18876 16702 0 -1 64 1471 0 0 0 14 0 0 0 16 0 9 0 23350509 889442304 6694 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18890/tid=18897] ppid=18889 vsize=868596 CPUtime=0
/proc/18890/task/18897/stat : 18897 (java) S 18889 18876 16702 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23350509 889442304 6694 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18890/tid=18898] ppid=18889 vsize=868596 CPUtime=0
/proc/18890/task/18898/stat : 18898 (java) S 18889 18876 16702 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23350509 889442304 6694 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 890820

[startup+3.10183 s]
/proc/loadavg: 1.86 1.97 1.99 3/92 18898
/proc/meminfo: memFree=1745144/2055920 swapFree=4192812/4192956
[pid=18876] ppid=18874 vsize=16868 CPUtime=0.84
/proc/18876/stat : 18876 (sugar) S 18874 18876 16702 0 -1 4194304 1310 8424 0 1 5 2 71 6 16 0 1 0 23350419 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18876/statm: 4217 1111 409 3 0 796 0
[pid=18889] ppid=18876 vsize=5356 CPUtime=0
/proc/18889/stat : 18889 (sh) S 18876 18876 16702 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23350504 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18889/statm: 1339 233 193 169 0 50 0
[pid=18890] ppid=18889 vsize=868708 CPUtime=2.2
/proc/18890/stat : 18890 (java) S 18889 18876 16702 0 -1 0 9877 0 1 0 206 14 0 0 20 0 9 0 23350504 889556992 8808 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18890/statm: 217177 8808 2590 9 0 211654 0
[pid=18890/tid=18891] ppid=18889 vsize=868708 CPUtime=1.56
/proc/18890/task/18891/stat : 18891 (java) R 18889 18876 16702 0 -1 64 3082 0 1 0 147 9 0 0 25 0 9 0 23350505 889556992 8808 996147200 134512640 134550932 4294955936 18446744073709551615 102094030 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18890/tid=18892] ppid=18889 vsize=868708 CPUtime=0.42
/proc/18890/task/18892/stat : 18892 (java) S 18889 18876 16702 0 -1 64 4584 0 0 0 38 4 0 0 16 0 9 0 23350506 889556992 8808 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18890/tid=18893] ppid=18889 vsize=868708 CPUtime=0
/proc/18890/task/18893/stat : 18893 (java) S 18889 18876 16702 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23350507 889556992 8808 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18890/tid=18894] ppid=18889 vsize=868708 CPUtime=0
/proc/18890/task/18894/stat : 18894 (java) S 18889 18876 16702 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 23350507 889556992 8808 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18890/tid=18895] ppid=18889 vsize=868708 CPUtime=0
/proc/18890/task/18895/stat : 18895 (java) S 18889 18876 16702 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 23350509 889556992 8808 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18890/tid=18896] ppid=18889 vsize=868708 CPUtime=0.19
/proc/18890/task/18896/stat : 18896 (java) S 18889 18876 16702 0 -1 64 1512 0 0 0 19 0 0 0 16 0 9 0 23350509 889556992 8808 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18890/tid=18897] ppid=18889 vsize=868708 CPUtime=0
/proc/18890/task/18897/stat : 18897 (java) S 18889 18876 16702 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23350509 889556992 8808 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18890/tid=18898] ppid=18889 vsize=868708 CPUtime=0
/proc/18890/task/18898/stat : 18898 (java) S 18889 18876 16702 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23350509 889556992 8808 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 890932

[startup+6.30219 s]
/proc/loadavg: 2.03 2.00 2.00 2/92 18898
/proc/meminfo: memFree=1703224/2055920 swapFree=4192812/4192956
[pid=18876] ppid=18874 vsize=16868 CPUtime=0.84
/proc/18876/stat : 18876 (sugar) S 18874 18876 16702 0 -1 4194304 1310 8424 0 1 5 2 71 6 16 0 1 0 23350419 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18876/statm: 4217 1111 409 3 0 796 0
[pid=18889] ppid=18876 vsize=5356 CPUtime=0
/proc/18889/stat : 18889 (sh) S 18876 18876 16702 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23350504 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18889/statm: 1339 233 193 169 0 50 0
[pid=18890] ppid=18889 vsize=868708 CPUtime=4.4
/proc/18890/stat : 18890 (java) S 18889 18876 16702 0 -1 0 10332 0 1 0 408 32 0 0 20 0 9 0 23350504 889556992 8813 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18890/statm: 217177 8813 2590 9 0 211654 0
[pid=18890/tid=18891] ppid=18889 vsize=868708 CPUtime=3.61
/proc/18890/task/18891/stat : 18891 (java) D 18889 18876 16702 0 -1 64 3532 0 1 0 337 24 0 0 25 0 9 0 23350505 889556992 8813 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 18446744071563608240 0 0 -1 0 0 0
[pid=18890/tid=18892] ppid=18889 vsize=868708 CPUtime=0.57
/proc/18890/task/18892/stat : 18892 (java) S 18889 18876 16702 0 -1 64 4584 0 0 0 50 7 0 0 16 0 9 0 23350506 889556992 8813 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18890/tid=18893] ppid=18889 vsize=868708 CPUtime=0
/proc/18890/task/18893/stat : 18893 (java) S 18889 18876 16702 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23350507 889556992 8813 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18890/tid=18894] ppid=18889 vsize=868708 CPUtime=0
/proc/18890/task/18894/stat : 18894 (java) S 18889 18876 16702 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 23350507 889556992 8813 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18890/tid=18895] ppid=18889 vsize=868708 CPUtime=0
/proc/18890/task/18895/stat : 18895 (java) S 18889 18876 16702 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 23350509 889556992 8813 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18890/tid=18896] ppid=18889 vsize=868708 CPUtime=0.2
/proc/18890/task/18896/stat : 18896 (java) S 18889 18876 16702 0 -1 64 1517 0 0 0 20 0 0 0 15 0 9 0 23350509 889556992 8813 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18890/tid=18897] ppid=18889 vsize=868708 CPUtime=0
/proc/18890/task/18897/stat : 18897 (java) S 18889 18876 16702 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23350509 889556992 8813 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18890/tid=18898] ppid=18889 vsize=868708 CPUtime=0
/proc/18890/task/18898/stat : 18898 (java) S 18889 18876 16702 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23350509 889556992 8813 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.24
Current children cumulated vsize (KiB) 890932

[startup+12.7029 s]
/proc/loadavg: 2.19 2.03 2.01 3/92 18898
/proc/meminfo: memFree=1671232/2055920 swapFree=4192812/4192956
[pid=18876] ppid=18874 vsize=16868 CPUtime=0.84
/proc/18876/stat : 18876 (sugar) S 18874 18876 16702 0 -1 4194304 1310 8424 0 1 5 2 71 6 16 0 1 0 23350419 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18876/statm: 4217 1111 409 3 0 796 0
[pid=18889] ppid=18876 vsize=5356 CPUtime=0
/proc/18889/stat : 18889 (sh) S 18876 18876 16702 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23350504 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18889/statm: 1339 233 193 169 0 50 0
[pid=18890] ppid=18889 vsize=868708 CPUtime=7.5
/proc/18890/stat : 18890 (java) S 18889 18876 16702 0 -1 0 10980 0 1 0 690 60 0 0 20 0 9 0 23350504 889556992 8815 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18890/statm: 217177 8815 2590 9 0 211654 0
[pid=18890/tid=18891] ppid=18889 vsize=868708 CPUtime=6.49
/proc/18890/task/18891/stat : 18891 (java) R 18889 18876 16702 0 -1 64 4178 0 1 0 601 48 0 0 25 0 9 0 23350505 889556992 8815 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18890/tid=18892] ppid=18889 vsize=868708 CPUtime=0.75
/proc/18890/task/18892/stat : 18892 (java) S 18889 18876 16702 0 -1 64 4584 0 0 0 66 9 0 0 16 0 9 0 23350506 889556992 8815 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18890/tid=18893] ppid=18889 vsize=868708 CPUtime=0
/proc/18890/task/18893/stat : 18893 (java) S 18889 18876 16702 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23350507 889556992 8815 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18890/tid=18894] ppid=18889 vsize=868708 CPUtime=0
/proc/18890/task/18894/stat : 18894 (java) S 18889 18876 16702 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 23350507 889556992 8815 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18890/tid=18895] ppid=18889 vsize=868708 CPUtime=0
/proc/18890/task/18895/stat : 18895 (java) S 18889 18876 16702 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 23350509 889556992 8815 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18890/tid=18896] ppid=18889 vsize=868708 CPUtime=0.21
/proc/18890/task/18896/stat : 18896 (java) S 18889 18876 16702 0 -1 64 1519 0 0 0 21 0 0 0 17 0 9 0 23350509 889556992 8815 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18890/tid=18897] ppid=18889 vsize=868708 CPUtime=0
/proc/18890/task/18897/stat : 18897 (java) S 18889 18876 16702 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23350509 889556992 8815 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18890/tid=18898] ppid=18889 vsize=868708 CPUtime=0
/proc/18890/task/18898/stat : 18898 (java) S 18889 18876 16702 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23350509 889556992 8815 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.34
Current children cumulated vsize (KiB) 890932
heavy processes:

[startup+25.5024 s]
/proc/loadavg: 2.37 2.08 2.03 3/92 18898
/proc/meminfo: memFree=1552256/2055920 swapFree=4192812/4192956
[pid=18876] ppid=18874 vsize=16868 CPUtime=0.84
/proc/18876/stat : 18876 (sugar) S 18874 18876 16702 0 -1 4194304 1310 8424 0 1 5 2 71 6 16 0 1 0 23350419 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18876/statm: 4217 1111 409 3 0 796 0
[pid=18889] ppid=18876 vsize=5356 CPUtime=0
/proc/18889/stat : 18889 (sh) S 18876 18876 16702 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23350504 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18889/statm: 1339 233 193 169 0 50 0
[pid=18890] ppid=18889 vsize=868708 CPUtime=15.46
/proc/18890/stat : 18890 (java) S 18889 18876 16702 0 -1 0 12675 0 1 0 1409 137 0 0 20 0 9 0 23350504 889556992 8815 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18890/statm: 217177 8815 2590 9 0 211654 0
[pid=18890/tid=18891] ppid=18889 vsize=868708 CPUtime=13.92
/proc/18890/task/18891/stat : 18891 (java) R 18889 18876 16702 0 -1 64 5873 0 1 0 1277 115 0 0 25 0 9 0 23350505 889556992 8815 996147200 134512640 134550932 4294955936 18446744073709551615 102093921 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18890/tid=18892] ppid=18889 vsize=868708 CPUtime=1.3
/proc/18890/task/18892/stat : 18892 (java) S 18889 18876 16702 0 -1 64 4584 0 0 0 109 21 0 0 16 0 9 0 23350506 889556992 8815 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18890/tid=18893] ppid=18889 vsize=868708 CPUtime=0
/proc/18890/task/18893/stat : 18893 (java) S 18889 18876 16702 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23350507 889556992 8815 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18890/tid=18894] ppid=18889 vsize=868708 CPUtime=0
/proc/18890/task/18894/stat : 18894 (java) S 18889 18876 16702 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 23350507 889556992 8815 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18890/tid=18895] ppid=18889 vsize=868708 CPUtime=0
/proc/18890/task/18895/stat : 18895 (java) S 18889 18876 16702 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 23350509 889556992 8815 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18890/tid=18896] ppid=18889 vsize=868708 CPUtime=0.21
/proc/18890/task/18896/stat : 18896 (java) S 18889 18876 16702 0 -1 64 1519 0 0 0 21 0 0 0 17 0 9 0 23350509 889556992 8815 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18890/tid=18897] ppid=18889 vsize=868708 CPUtime=0
/proc/18890/task/18897/stat : 18897 (java) S 18889 18876 16702 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23350509 889556992 8815 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18890/tid=18898] ppid=18889 vsize=868708 CPUtime=0
/proc/18890/task/18898/stat : 18898 (java) S 18889 18876 16702 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23350509 889556992 8815 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 16.3
Current children cumulated vsize (KiB) 890932
heavy processes:

[startup+51.1013 s]
/proc/loadavg: 3.73 2.41 2.14 2/76 18924
/proc/meminfo: memFree=1373376/2055920 swapFree=4192812/4192956
[pid=18876] ppid=18874 vsize=16868 CPUtime=34.45
/proc/18876/stat : 18876 (sugar) S 18874 18876 16702 0 -1 4194304 1365 25347 0 2 5 2 3127 311 16 0 1 0 23350419 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18876/statm: 4217 1113 409 3 0 796 0
[pid=18923] ppid=18876 vsize=5356 CPUtime=0
/proc/18923/stat : 18923 (sh) S 18876 18876 16702 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23355209 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18923/statm: 1339 232 193 169 0 50 0
[pid=18924] ppid=18923 vsize=47792 CPUtime=3.19
/proc/18924/stat : 18924 (picosat) R 18923 18876 16702 0 -1 4194304 11412 0 0 0 144 175 0 0 25 0 1 0 23355209 48939008 11398 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/18924/statm: 11948 11398 40 102 0 11843 0
Current children cumulated CPU time (s) 37.64
Current children cumulated vsize (KiB) 70016
heavy processes:

[startup+102.305 s]
/proc/loadavg: 3.78 2.65 2.23 2/68 18925
/proc/meminfo: memFree=1153856/2055920 swapFree=4192812/4192956
[pid=18876] ppid=18874 vsize=16868 CPUtime=34.45
/proc/18876/stat : 18876 (sugar) S 18874 18876 16702 0 -1 4194304 1365 25347 0 2 5 2 3127 311 16 0 1 0 23350419 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18876/statm: 4217 1113 409 3 0 796 0
[pid=18923] ppid=18876 vsize=5356 CPUtime=0
/proc/18923/stat : 18923 (sh) S 18876 18876 16702 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23355209 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18923/statm: 1339 232 193 169 0 50 0
[pid=18924] ppid=18923 vsize=271212 CPUtime=54.37
/proc/18924/stat : 18924 (picosat) R 18923 18876 16702 0 -1 4194304 65113 0 0 0 2498 2939 0 0 25 0 1 0 23355209 277721088 65099 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/18924/statm: 67803 65099 40 102 0 67698 0
Current children cumulated CPU time (s) 88.82
Current children cumulated vsize (KiB) 293436

[startup+162.302 s]
/proc/loadavg: 3.81 2.87 2.33 3/77 19066
/proc/meminfo: memFree=900688/2055920 swapFree=4192812/4192956
[pid=18876] ppid=18874 vsize=16868 CPUtime=34.45
/proc/18876/stat : 18876 (sugar) S 18874 18876 16702 0 -1 4194304 1365 25347 0 2 5 2 3127 311 16 0 1 0 23350419 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18876/statm: 4217 1113 409 3 0 796 0
[pid=18923] ppid=18876 vsize=5356 CPUtime=0
/proc/18923/stat : 18923 (sh) S 18876 18876 16702 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23355209 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18923/statm: 1339 232 193 169 0 50 0
[pid=18924] ppid=18923 vsize=526004 CPUtime=114.19
/proc/18924/stat : 18924 (picosat) R 18923 18876 16702 0 -1 4194304 127641 0 0 0 5242 6177 0 0 25 0 1 0 23355209 538628096 127627 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/18924/statm: 131501 127628 40 102 0 131396 0
Current children cumulated CPU time (s) 148.64
Current children cumulated vsize (KiB) 548228

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

[startup+179.102 s]
/proc/loadavg: 3.41 2.83 2.33 3/77 19066
/proc/meminfo: memFree=835672/2055920 swapFree=4192812/4192956
[pid=18876] ppid=18874 vsize=16868 CPUtime=34.45
/proc/18876/stat : 18876 (sugar) S 18874 18876 16702 0 -1 4194304 1365 25347 0 2 5 2 3127 311 16 0 1 0 23350419 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18876/statm: 4217 1113 409 3 0 796 0
[pid=18923] ppid=18876 vsize=5356 CPUtime=0
/proc/18923/stat : 18923 (sh) S 18876 18876 16702 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23355209 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18923/statm: 1339 232 193 169 0 50 0
[pid=18924] ppid=18923 vsize=587912 CPUtime=130.9
/proc/18924/stat : 18924 (picosat) R 18923 18876 16702 0 -1 4194304 145071 0 0 0 5998 7092 0 0 25 0 1 0 23355209 602021888 145057 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/18924/statm: 146978 145057 40 102 0 146873 0
Current children cumulated CPU time (s) 165.35
Current children cumulated vsize (KiB) 610136

[startup+191.901 s]
/proc/loadavg: 3.17 2.81 2.33 3/77 19066
/proc/meminfo: memFree=780696/2055920 swapFree=4192812/4192956
[pid=18876] ppid=18874 vsize=16868 CPUtime=34.45
/proc/18876/stat : 18876 (sugar) S 18874 18876 16702 0 -1 4194304 1365 25347 0 2 5 2 3127 311 16 0 1 0 23350419 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18876/statm: 4217 1113 409 3 0 796 0
[pid=18923] ppid=18876 vsize=5356 CPUtime=0
/proc/18923/stat : 18923 (sh) S 18876 18876 16702 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23355209 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18923/statm: 1339 232 193 169 0 50 0
[pid=18924] ppid=18923 vsize=635168 CPUtime=143.66
/proc/18924/stat : 18924 (picosat) R 18923 18876 16702 0 -1 4194304 158379 0 0 0 6576 7790 0 0 25 0 1 0 23355209 650412032 158365 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/18924/statm: 158792 158365 40 102 0 158687 0
Current children cumulated CPU time (s) 178.11
Current children cumulated vsize (KiB) 657392

[startup+198.302 s]
/proc/loadavg: 3.08 2.79 2.32 3/77 19066
/proc/meminfo: memFree=753304/2055920 swapFree=4192812/4192956
[pid=18876] ppid=18874 vsize=16868 CPUtime=34.45
/proc/18876/stat : 18876 (sugar) S 18874 18876 16702 0 -1 4194304 1365 25347 0 2 5 2 3127 311 16 0 1 0 23350419 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18876/statm: 4217 1113 409 3 0 796 0
[pid=18923] ppid=18876 vsize=5356 CPUtime=0
/proc/18923/stat : 18923 (sh) S 18876 18876 16702 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23355209 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18923/statm: 1339 232 193 169 0 50 0
[pid=18924] ppid=18923 vsize=724332 CPUtime=150.01
/proc/18924/stat : 18924 (picosat) R 18923 18876 16702 0 -1 4194304 165025 0 0 0 6865 8136 0 0 25 0 1 0 23355209 741715968 165011 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/18924/statm: 181083 165011 40 102 0 180978 0
Current children cumulated CPU time (s) 184.46
Current children cumulated vsize (KiB) 746556

[startup+204.702 s]
/proc/loadavg: 2.99 2.78 2.32 3/77 19066
/proc/meminfo: memFree=730456/2055920 swapFree=4192812/4192956
[pid=18876] ppid=18874 vsize=16868 CPUtime=34.45
/proc/18876/stat : 18876 (sugar) S 18874 18876 16702 0 -1 4194304 1365 25347 0 2 5 2 3127 311 16 0 1 0 23350419 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18876/statm: 4217 1113 409 3 0 796 0
[pid=18923] ppid=18876 vsize=5356 CPUtime=0
/proc/18923/stat : 18923 (sh) S 18876 18876 16702 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23355209 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18923/statm: 1339 232 193 169 0 50 0
[pid=18924] ppid=18923 vsize=749292 CPUtime=156.38
/proc/18924/stat : 18924 (picosat) R 18923 18876 16702 0 -1 4194304 170317 0 0 0 7259 8379 0 0 25 0 1 0 23355209 767275008 170301 996147200 134512640 134931368 4294956256 18446744073709551615 134525823 0 0 4096 0 0 0 0 17 1 0 0
/proc/18924/statm: 187323 170301 48 102 0 187218 0
Current children cumulated CPU time (s) 190.83
Current children cumulated vsize (KiB) 771516

[startup+206.302 s]
/proc/loadavg: 2.91 2.77 2.32 3/77 19066
/proc/meminfo: memFree=728920/2055920 swapFree=4192812/4192956
[pid=18876] ppid=18874 vsize=16868 CPUtime=34.45
/proc/18876/stat : 18876 (sugar) S 18874 18876 16702 0 -1 4194304 1365 25347 0 2 5 2 3127 311 16 0 1 0 23350419 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18876/statm: 4217 1113 409 3 0 796 0
[pid=18923] ppid=18876 vsize=5356 CPUtime=0
/proc/18923/stat : 18923 (sh) S 18876 18876 16702 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23355209 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18923/statm: 1339 232 193 169 0 50 0
[pid=18924] ppid=18923 vsize=749296 CPUtime=157.97
/proc/18924/stat : 18924 (picosat) R 18923 18876 16702 0 -1 4194304 170377 0 0 0 7418 8379 0 0 25 0 1 0 23355209 767279104 170361 996147200 134512640 134931368 4294956256 18446744073709551615 134579093 0 0 4096 0 0 0 0 17 1 0 0
/proc/18924/statm: 187324 170361 52 102 0 187219 0
Current children cumulated CPU time (s) 192.42
Current children cumulated vsize (KiB) 771520

[startup+207.102 s]
/proc/loadavg: 2.91 2.77 2.32 3/77 19066
/proc/meminfo: memFree=796440/2055920 swapFree=4192812/4192956
[pid=18876] ppid=18874 vsize=16868 CPUtime=192.96
/proc/18876/stat : 18876 (sugar) S 18874 18876 16702 0 -1 4194304 1446 196010 0 2 5 2 10588 8701 15 0 1 0 23350419 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18876/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 192.96
Current children cumulated vsize (KiB) 16868

[startup+207.501 s]
/proc/loadavg: 2.91 2.77 2.32 3/77 19066
/proc/meminfo: memFree=796440/2055920 swapFree=4192812/4192956
[pid=18876] ppid=18874 vsize=16868 CPUtime=192.96
/proc/18876/stat : 18876 (sugar) S 18874 18876 16702 0 -1 4194304 1449 196010 0 2 5 2 10588 8701 15 0 1 0 23350419 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18876/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 192.96
Current children cumulated vsize (KiB) 16868

[startup+207.701 s]
/proc/loadavg: 2.91 2.77 2.32 3/77 19066
/proc/meminfo: memFree=796440/2055920 swapFree=4192812/4192956
[pid=18876] ppid=18874 vsize=16868 CPUtime=193.8
/proc/18876/stat : 18876 (sugar) R 18874 18876 16702 0 -1 4194304 1477 199983 0 3 5 20 10650 8705 16 0 1 0 23350419 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 214945207337 0 0 4224 16386 0 0 0 17 0 0 0
/proc/18876/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 193.8
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 207.736
CPU time (s): 193.86
CPU user time (s): 106.561
CPU system time (s): 87.2987
CPU usage (%): 93.32
Max. virtual memory (cumulated for all children) (KiB): 891008

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 106.561
system time used= 87.2987
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 201520
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= 65746
involuntary context switches= 67497

runsolver used 0.220966 second user time and 0.615906 second system time

The end

Launcher Data

Begin job on node85 at 2009-07-12 03:40:51
IDJOB=2076460
IDBENCH=56425
IDSOLVER=738
FILE ID=node85/2076460-1247362851
PBS_JOBID= 9506889
Free space on /tmp= 126472 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/os-taillard-20/normalized-os-taillard-20-100-9.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-2076460-1247362851/watcher-2076460-1247362851 -o /tmp/evaluation-result-2076460-1247362851/solver-2076460-1247362851 -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-2076460-1247362851.xml

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

MD5SUM BENCH= fc7340650ecf26f83251f4e28365151f
RANDOM SEED=2090510031

node85.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.220
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.220
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1775344 kB
Buffers:         18764 kB
Cached:          93300 kB
SwapCached:          0 kB
Active:         171860 kB
Inactive:        50708 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1775344 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2380 kB
Writeback:           0 kB
Mapped:         128312 kB
Slab:            43144 kB
Committed_AS:   909204 kB
PageTables:       1952 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= 126472 MiB
End job on node85 at 2009-07-12 03:44:19