Trace number 2080233

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 52.479 53.0733

General information on the benchmark

Namecsp/js-taillard-20-15/
normalized-js-taillard-20-15-105-2.xml
MD5SUM889428b741c69397c034d6ea53d00acd
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 benchmark17.5893
Satisfiable
(Un)Satisfiability was proved
Number of variables300
Number of constraints3130
Maximum constraint arity2
Maximum domain size1436
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3130
Global constraints used (with number of constraints)

Solver Data

0.06/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.06/0.08	c 0	BEGIN Sun Jul 12 05:29:54 2009
0.06/0.08	c 0	PID 27146
0.06/0.08	c 0	HOST node50.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2080233-1247369394.xml TO HOME/temp.csp
0.06/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2080233-1247369394.xml' 'HOME/temp.csp'
0.06/0.75	c 1	300 domains, 300 variables, 2 predicates, 0 relations, 3130 constraints
0.06/0.77	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.77	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.73/0.85	c 1	Parsing HOME/temp.csp
0.94/1.10	c 1	parsed 3732 expressions
1.04/1.11	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.04/1.11	c 1	Converting to clausal form CSP
1.04/1.13	c 1	converted 374 (10%) expressions
1.04/1.20	c 1	converted 747 (20%) expressions
1.23/1.33	c 2	converted 1120 (30%) expressions
1.23/1.37	c 2	converted 1493 (40%) expressions
1.23/1.38	c 2	converted 1866 (50%) expressions
1.23/1.40	c 2	converted 2240 (60%) expressions
1.33/1.41	c 2	converted 2613 (70%) expressions
1.33/1.43	c 2	converted 2986 (80%) expressions
1.33/1.44	c 2	converted 3359 (90%) expressions
1.33/1.45	c 2	converted 3732 (100%) expressions
1.33/1.45	c 2	CSP : 300 integers, 0 booleans, 3130 clauses, largest domain size 1408
1.33/1.45	c 2	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.33/1.45	c 2	Propagation in CSP
1.42/1.58	c 2	86711 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.42/1.58	c 2	CSP : 300 integers, 0 booleans, 3130 clauses, largest domain size 973
1.42/1.58	c 2	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.42/1.59	c 2	Simplifing CSP by introducing new Boolean variables
1.53/1.67	c 2	CSP : 300 integers, 5700 booleans, 8830 clauses, largest domain size 973
1.53/1.67	c 2	Heap : 5 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.62/1.72	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.62/1.77	c 2	30 (10%) CSP integer variables are encoded (22995 clauses, 322809 bytes)
1.73/1.80	c 2	60 (20%) CSP integer variables are encoded (47595 clauses, 691809 bytes)
1.73/1.83	c 2	90 (30%) CSP integer variables are encoded (66660 clauses, 977784 bytes)
1.73/1.85	c 2	120 (40%) CSP integer variables are encoded (87735 clauses, 1293909 bytes)
1.73/1.88	c 2	150 (50%) CSP integer variables are encoded (104955 clauses, 1562404 bytes)
1.83/1.91	c 2	180 (60%) CSP integer variables are encoded (125700 clauses, 1915069 bytes)
1.83/1.95	c 2	210 (70%) CSP integer variables are encoded (148800 clauses, 2307769 bytes)
1.83/1.99	c 2	240 (80%) CSP integer variables are encoded (170775 clauses, 2681344 bytes)
1.93/2.02	c 2	270 (90%) CSP integer variables are encoded (193425 clauses, 3066394 bytes)
1.93/2.06	c 2	300 (100%) CSP integer variables are encoded (212385 clauses, 3388714 bytes)
2.52/2.66	c 3	883 (10%) CSP clauses are encoded (493370 clauses, 9618041 bytes)
3.12/3.25	c 4	1766 (20%) CSP clauses are encoded (791506 clauses, 16542058 bytes)
3.61/3.80	c 4	2649 (30%) CSP clauses are encoded (1064674 clauses, 22890769 bytes)
4.29/4.45	c 5	3532 (40%) CSP clauses are encoded (1382543 clauses, 30283415 bytes)
4.79/4.95	c 5	4415 (50%) CSP clauses are encoded (1635670 clauses, 36184663 bytes)
5.38/5.51	c 6	5298 (60%) CSP clauses are encoded (1912279 clauses, 42641477 bytes)
5.78/5.95	c 6	6181 (70%) CSP clauses are encoded (2133664 clauses, 47820801 bytes)
6.28/6.49	c 7	7064 (80%) CSP clauses are encoded (2408818 clauses, 54468489 bytes)
6.88/7.07	c 7	7947 (90%) CSP clauses are encoded (2691662 clauses, 61316428 bytes)
7.47/7.64	c 8	8830 (100%) CSP clauses are encoded (2985443 clauses, 68152563 bytes)
7.47/7.64	c 8	8830 CSP clauses encoded
7.47/7.64	c 8	Writing map file : HOME/temp.map
7.47/7.65	c 8	Heap : 3 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
7.47/7.65	c 8	SAT : 218385 SAT variables, 2985443 SAT clauses, 68152563 bytes
7.47/7.65	c 8	Heap : 3 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
7.47/7.66	c 8	SOLVING HOME/temp.cnf
7.47/7.66	c 8	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
52.02/52.60	c 53	DECODING HOME/temp.out WITH HOME/temp.map
52.02/52.60	c 53	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'
52.02/52.68	c 53	Decoding HOME/temp.out
52.31/52.98	s SATISFIABLE
52.31/52.99	v 85 201 273 356 512 585 615 919 1018 1126 1159 1178 1280 1281 1374 213 290 367 385 573 916 942 1006 1012 1048 1107 1201 1277 1408 1424 407 499 504 516 545 635 702 801 834 841 1061 1172 1202 1315 1348 1 83 128 338 362 462 721 897 934 1036 1073 1082 1125 1134 1256 183 286 362 504 548 594 610 801 886 992 1018 1078 1154 1195 1260 0 217 276 278 343 395 492 573 581 603 707 802 854 1065 1323 0 119 245 257 270 369 410 701 946 1050 1110 1199 1274 1356 1373 29 85 185 241 272 273 442 469 507 670 764 866 929 1167 1430 12 347 445 509 546 639 739 843 856 937 999 1056 1173 1225 1252 47 280 419 499 532 657 770 814 886 971 994 1054 1161 1211 1370 0 70 597 658 707 796 814 910 1056 1076 1155 1165 1176 1281 1371 4 270 368 499 608 711 801 827 929 971 1069 1156 1164 1248 1387 20 191 193 215 267 280 376 463 566 591 647 720 1011 1259 1328 81 139 250 406 578 608 610 694 802 1073 1127 1173 1233 1323 1393 85 167 211 227 249 299 320 405 456 548 564 696 746 784 972 0 76 116 166 302 350 366 919 994 1097 1148 1199 1281 1352 1417 158 207 245 309 352 426 662 763 810 835 973 1055 1081 1132 1415 446 457 475 504 564 855 939 1024 1045 1119 1168 1204 1311 1342 1402 0 83 125 137 201 248 342 350 385 543 622 694 758 854 1336 0 19 72 156 251 304 351 407 496 550 604 619 646 797 1198
52.40/53.00	c 53	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
52.40/53.04	c 53	CPU 52.43 (0.06 0.02 37.39 14.96)
52.40/53.04	c 53	END Sun Jul 12 05:30:47 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-2080233-1247369394/watcher-2080233-1247369394 -o /tmp/evaluation-result-2080233-1247369394/solver-2080233-1247369394 -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-2080233-1247369394.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.03 2.01 2.03 4/80 27146
/proc/meminfo: memFree=1693144/2055920 swapFree=4192812/4192956
[pid=27146] ppid=27144 vsize=12132 CPUtime=0
/proc/27146/stat : 27146 (sugar) R 27144 27146 23333 0 -1 4194304 216 0 0 0 0 0 0 0 22 0 1 0 24003034 12423168 184 996147200 4194304 4206940 548682068608 18446744073709551615 240577319649 0 0 4224 0 0 0 0 17 1 0 0
/proc/27146/statm: 3033 184 142 3 0 133 0

[startup+0.078891 s]
/proc/loadavg: 2.03 2.01 2.03 4/80 27146
/proc/meminfo: memFree=1693144/2055920 swapFree=4192812/4192956
[pid=27146] ppid=27144 vsize=16740 CPUtime=0.06
/proc/27146/stat : 27146 (sugar) R 27144 27146 23333 0 -1 4194304 1103 0 0 0 5 1 0 0 18 0 1 0 24003034 17141760 1071 996147200 4194304 4206940 548682068608 18446744073709551615 240597224991 0 0 4224 0 0 0 0 17 1 0 0
/proc/27146/statm: 4185 1071 380 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.104892 s]
/proc/loadavg: 2.03 2.01 2.03 4/80 27146
/proc/meminfo: memFree=1693144/2055920 swapFree=4192812/4192956
[pid=27146] ppid=27144 vsize=16868 CPUtime=0.06
/proc/27146/stat : 27146 (sugar) S 27144 27146 23333 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24003034 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27146/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301909 s]
/proc/loadavg: 2.03 2.01 2.03 4/80 27146
/proc/meminfo: memFree=1693144/2055920 swapFree=4192812/4192956
[pid=27146] ppid=27144 vsize=16868 CPUtime=0.06
/proc/27146/stat : 27146 (sugar) S 27144 27146 23333 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24003034 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27146/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701944 s]
/proc/loadavg: 2.03 2.01 2.03 4/80 27146
/proc/meminfo: memFree=1693144/2055920 swapFree=4192812/4192956
[pid=27146] ppid=27144 vsize=16868 CPUtime=0.06
/proc/27146/stat : 27146 (sugar) S 27144 27146 23333 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24003034 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27146/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50301 s]
/proc/loadavg: 2.03 2.01 2.03 4/91 27168
/proc/meminfo: memFree=1684480/2055920 swapFree=4192812/4192956
[pid=27146] ppid=27144 vsize=16868 CPUtime=0.73
/proc/27146/stat : 27146 (sugar) S 27144 27146 23333 0 -1 4194304 1310 6836 0 1 5 1 63 4 15 0 1 0 24003034 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27146/statm: 4217 1111 409 3 0 796 0
[pid=27159] ppid=27146 vsize=5356 CPUtime=0
/proc/27159/stat : 27159 (sh) S 27146 27146 23333 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24003111 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27159/statm: 1339 233 193 169 0 50 0
[pid=27160] ppid=27159 vsize=868516 CPUtime=0.69
/proc/27160/stat : 27160 (java) S 27159 27146 23333 0 -1 0 5848 0 1 0 66 3 0 0 18 0 9 0 24003111 889360384 5267 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27160/statm: 217129 5267 1743 9 0 211634 0
[pid=27160/tid=27161] ppid=27159 vsize=868516 CPUtime=0.47
/proc/27160/task/27161/stat : 27161 (java) R 27159 27146 23333 0 -1 64 2677 0 1 0 46 1 0 0 19 0 9 0 24003112 889360384 5267 996147200 134512640 134550932 4294955936 18446744073709551615 4126573859 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27160/tid=27162] ppid=27159 vsize=868516 CPUtime=0.04
/proc/27160/task/27162/stat : 27162 (java) S 27159 27146 23333 0 -1 64 1006 0 0 0 4 0 0 0 16 0 9 0 24003113 889360384 5267 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27160/tid=27163] ppid=27159 vsize=868516 CPUtime=0
/proc/27160/task/27163/stat : 27163 (java) S 27159 27146 23333 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 24003114 889360384 5267 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27160/tid=27164] ppid=27159 vsize=868516 CPUtime=0
/proc/27160/task/27164/stat : 27164 (java) S 27159 27146 23333 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 24003114 889360384 5267 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27160/tid=27165] ppid=27159 vsize=868516 CPUtime=0
/proc/27160/task/27165/stat : 27165 (java) S 27159 27146 23333 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24003116 889360384 5267 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27160/tid=27166] ppid=27159 vsize=868516 CPUtime=0.16
/proc/27160/task/27166/stat : 27166 (java) S 27159 27146 23333 0 -1 64 1471 0 0 0 15 1 0 0 16 0 9 0 24003116 889360384 5267 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27160/tid=27167] ppid=27159 vsize=868516 CPUtime=0
/proc/27160/task/27167/stat : 27167 (java) S 27159 27146 23333 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24003116 889360384 5267 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27160/tid=27168] ppid=27159 vsize=868516 CPUtime=0
/proc/27160/task/27168/stat : 27168 (java) S 27159 27146 23333 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24003116 889360384 5267 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 890740

[startup+3.10216 s]
/proc/loadavg: 2.03 2.01 2.03 3/91 27168
/proc/meminfo: memFree=1669056/2055920 swapFree=4192812/4192956
[pid=27146] ppid=27144 vsize=16868 CPUtime=0.74
/proc/27146/stat : 27146 (sugar) S 27144 27146 23333 0 -1 4194304 1310 6836 0 1 5 2 63 4 15 0 1 0 24003034 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27146/statm: 4217 1111 409 3 0 796 0
[pid=27159] ppid=27146 vsize=5356 CPUtime=0
/proc/27159/stat : 27159 (sh) S 27146 27146 23333 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24003111 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27159/statm: 1339 233 193 169 0 50 0
[pid=27160] ppid=27159 vsize=868716 CPUtime=2.28
/proc/27160/stat : 27160 (java) S 27159 27146 23333 0 -1 0 7913 0 1 0 212 16 0 0 18 0 9 0 24003111 889565184 6736 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27160/statm: 217179 6736 2590 9 0 211656 0
[pid=27160/tid=27161] ppid=27159 vsize=868716 CPUtime=1.81
/proc/27160/task/27161/stat : 27161 (java) R 27159 27146 23333 0 -1 64 3145 0 1 0 170 11 0 0 25 0 9 0 24003112 889565184 6736 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27160/tid=27162] ppid=27159 vsize=868716 CPUtime=0.25
/proc/27160/task/27162/stat : 27162 (java) S 27159 27146 23333 0 -1 64 2568 0 0 0 22 3 0 0 16 0 9 0 24003113 889565184 6736 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27160/tid=27163] ppid=27159 vsize=868716 CPUtime=0
/proc/27160/task/27163/stat : 27163 (java) S 27159 27146 23333 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24003114 889565184 6736 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27160/tid=27164] ppid=27159 vsize=868716 CPUtime=0
/proc/27160/task/27164/stat : 27164 (java) S 27159 27146 23333 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24003114 889565184 6736 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27160/tid=27165] ppid=27159 vsize=868716 CPUtime=0
/proc/27160/task/27165/stat : 27165 (java) S 27159 27146 23333 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24003116 889565184 6736 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27160/tid=27166] ppid=27159 vsize=868716 CPUtime=0.2
/proc/27160/task/27166/stat : 27166 (java) S 27159 27146 23333 0 -1 64 1500 0 0 0 19 1 0 0 16 0 9 0 24003116 889565184 6736 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27160/tid=27167] ppid=27159 vsize=868716 CPUtime=0
/proc/27160/task/27167/stat : 27167 (java) S 27159 27146 23333 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24003116 889565184 6736 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27160/tid=27168] ppid=27159 vsize=868716 CPUtime=0
/proc/27160/task/27168/stat : 27168 (java) S 27159 27146 23333 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24003116 889565184 6736 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 890940

[startup+6.30243 s]
/proc/loadavg: 2.02 2.01 2.03 3/91 27168
/proc/meminfo: memFree=1631488/2055920 swapFree=4192812/4192956
[pid=27146] ppid=27144 vsize=16868 CPUtime=0.75
/proc/27146/stat : 27146 (sugar) S 27144 27146 23333 0 -1 4194304 1310 6836 0 1 6 2 63 4 15 0 1 0 24003034 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27146/statm: 4217 1111 409 3 0 796 0
[pid=27159] ppid=27146 vsize=5356 CPUtime=0
/proc/27159/stat : 27159 (sh) S 27146 27146 23333 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24003111 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27159/statm: 1339 233 193 169 0 50 0
[pid=27160] ppid=27159 vsize=868716 CPUtime=5.43
/proc/27160/stat : 27160 (java) S 27159 27146 23333 0 -1 0 8884 0 1 0 498 45 0 0 18 0 9 0 24003111 889565184 6738 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27160/statm: 217179 6738 2590 9 0 211656 0
[pid=27160/tid=27161] ppid=27159 vsize=868716 CPUtime=4.69
/proc/27160/task/27161/stat : 27161 (java) R 27159 27146 23333 0 -1 64 4114 0 1 0 435 34 0 0 25 0 9 0 24003112 889565184 6738 996147200 134512640 134550932 4294955936 18446744073709551615 4126906156 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27160/tid=27162] ppid=27159 vsize=868716 CPUtime=0.51
/proc/27160/task/27162/stat : 27162 (java) S 27159 27146 23333 0 -1 64 2568 0 0 0 42 9 0 0 16 0 9 0 24003113 889565184 6738 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27160/tid=27163] ppid=27159 vsize=868716 CPUtime=0
/proc/27160/task/27163/stat : 27163 (java) S 27159 27146 23333 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24003114 889565184 6738 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27160/tid=27164] ppid=27159 vsize=868716 CPUtime=0
/proc/27160/task/27164/stat : 27164 (java) S 27159 27146 23333 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24003114 889565184 6738 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27160/tid=27165] ppid=27159 vsize=868716 CPUtime=0
/proc/27160/task/27165/stat : 27165 (java) S 27159 27146 23333 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24003116 889565184 6738 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27160/tid=27166] ppid=27159 vsize=868716 CPUtime=0.21
/proc/27160/task/27166/stat : 27166 (java) S 27159 27146 23333 0 -1 64 1502 0 0 0 20 1 0 0 16 0 9 0 24003116 889565184 6738 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27160/tid=27167] ppid=27159 vsize=868716 CPUtime=0
/proc/27160/task/27167/stat : 27167 (java) S 27159 27146 23333 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24003116 889565184 6738 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27160/tid=27168] ppid=27159 vsize=868716 CPUtime=0
/proc/27160/task/27168/stat : 27168 (java) S 27159 27146 23333 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24003116 889565184 6738 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 890940

[startup+12.702 s]
/proc/loadavg: 2.02 2.01 2.03 3/83 27170
/proc/meminfo: memFree=1591680/2055920 swapFree=4192812/4192956
[pid=27146] ppid=27144 vsize=16868 CPUtime=7.53
/proc/27146/stat : 27146 (sugar) S 27144 27146 23333 0 -1 4194304 1365 16441 0 2 6 2 682 63 16 0 1 0 24003034 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27146/statm: 4217 1113 409 3 0 796 0
[pid=27169] ppid=27146 vsize=5356 CPUtime=0
/proc/27169/stat : 27169 (sh) S 27146 27146 23333 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24003800 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27169/statm: 1339 232 193 169 0 50 0
[pid=27170] ppid=27169 vsize=36876 CPUtime=4.97
/proc/27170/stat : 27170 (picosat) R 27169 27146 23333 0 -1 4194304 8249 0 0 0 226 271 0 0 25 0 1 0 24003800 37761024 8235 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/27170/statm: 9219 8235 40 102 0 9114 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 59100

[startup+25.5011 s]
/proc/loadavg: 2.02 2.01 2.03 3/83 27170
/proc/meminfo: memFree=1542592/2055920 swapFree=4192812/4192956
[pid=27146] ppid=27144 vsize=16868 CPUtime=7.53
/proc/27146/stat : 27146 (sugar) S 27144 27146 23333 0 -1 4194304 1365 16441 0 2 6 2 682 63 16 0 1 0 24003034 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27146/statm: 4217 1113 409 3 0 796 0
[pid=27169] ppid=27146 vsize=5356 CPUtime=0
/proc/27169/stat : 27169 (sh) S 27146 27146 23333 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24003800 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27169/statm: 1339 232 193 169 0 50 0
[pid=27170] ppid=27169 vsize=85260 CPUtime=17.64
/proc/27170/stat : 27170 (picosat) R 27169 27146 23333 0 -1 4194304 20183 0 0 0 803 961 0 0 25 0 1 0 24003800 87306240 20169 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/27170/statm: 21315 20169 40 102 0 21210 0
Current children cumulated CPU time (s) 25.17
Current children cumulated vsize (KiB) 107484

[startup+51.1014 s]
/proc/loadavg: 2.01 2.01 2.03 3/83 27170
/proc/meminfo: memFree=1510400/2055920 swapFree=4192812/4192956
[pid=27146] ppid=27144 vsize=16868 CPUtime=7.53
/proc/27146/stat : 27146 (sugar) S 27144 27146 23333 0 -1 4194304 1365 16441 0 2 6 2 682 63 16 0 1 0 24003034 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27146/statm: 4217 1113 409 3 0 796 0
[pid=27169] ppid=27146 vsize=5356 CPUtime=0
/proc/27169/stat : 27169 (sh) S 27146 27146 23333 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24003800 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27169/statm: 1339 232 193 169 0 50 0
[pid=27170] ppid=27169 vsize=124236 CPUtime=43
/proc/27170/stat : 27170 (picosat) R 27169 27146 23333 0 -1 4194304 27957 0 0 0 2874 1426 0 0 25 0 1 0 24003800 127217664 27941 996147200 134512640 134931368 4294956256 18446744073709551615 134525828 0 0 4096 0 0 0 0 17 1 0 0
/proc/27170/statm: 31059 27941 48 102 0 30954 0
Current children cumulated CPU time (s) 50.53
Current children cumulated vsize (KiB) 146460

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

[startup+51.9014 s]
/proc/loadavg: 2.01 2.01 2.03 3/83 27170
/proc/meminfo: memFree=1510400/2055920 swapFree=4192812/4192956
[pid=27146] ppid=27144 vsize=16868 CPUtime=7.53
/proc/27146/stat : 27146 (sugar) S 27144 27146 23333 0 -1 4194304 1365 16441 0 2 6 2 682 63 16 0 1 0 24003034 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27146/statm: 4217 1113 409 3 0 796 0
[pid=27169] ppid=27146 vsize=5356 CPUtime=0
/proc/27169/stat : 27169 (sh) S 27146 27146 23333 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24003800 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27169/statm: 1339 232 193 169 0 50 0
[pid=27170] ppid=27169 vsize=124236 CPUtime=43.79
/proc/27170/stat : 27170 (picosat) R 27169 27146 23333 0 -1 4194304 27960 0 0 0 2953 1426 0 0 25 0 1 0 24003800 127217664 27944 996147200 134512640 134931368 4294956256 18446744073709551615 134525802 0 0 4096 0 0 0 0 17 1 0 0
/proc/27170/statm: 31059 27944 48 102 0 30954 0
Current children cumulated CPU time (s) 51.32
Current children cumulated vsize (KiB) 146460

[startup+52.7015 s]
/proc/loadavg: 2.01 2.01 2.03 4/91 27180
/proc/meminfo: memFree=1616256/2055920 swapFree=4192812/4192956
[pid=27146] ppid=27144 vsize=16868 CPUtime=52.04
/proc/27146/stat : 27146 (sugar) S 27144 27146 23333 0 -1 4194304 1446 44714 0 2 6 2 3704 1492 16 0 1 0 24003034 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27146/statm: 4217 1113 409 3 0 796 0
[pid=27171] ppid=27146 vsize=5356 CPUtime=0
/proc/27171/stat : 27171 (sh) S 27146 27146 23333 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24008294 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27171/statm: 1339 233 193 169 0 50 0
[pid=27172] ppid=27171 vsize=862012 CPUtime=0.08
/proc/27172/stat : 27172 (java) S 27171 27146 23333 0 -1 0 2817 0 1 0 6 2 0 0 18 0 9 0 24008295 882700288 2290 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27172/statm: 215503 2290 1240 9 0 210416 0
[pid=27172/tid=27173] ppid=27171 vsize=862012 CPUtime=0.06
/proc/27172/task/27173/stat : 27173 (java) R 27171 27146 23333 0 -1 64 1902 0 1 0 5 1 0 0 20 0 9 0 24008296 882700288 2290 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27172/tid=27174] ppid=27171 vsize=862012 CPUtime=0
/proc/27172/task/27174/stat : 27174 (java) S 27171 27146 23333 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 24008297 882700288 2290 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27172/tid=27175] ppid=27171 vsize=862012 CPUtime=0
/proc/27172/task/27175/stat : 27175 (java) S 27171 27146 23333 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 24008297 882700288 2290 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27172/tid=27176] ppid=27171 vsize=862012 CPUtime=0
/proc/27172/task/27176/stat : 27176 (java) S 27171 27146 23333 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 24008297 882700288 2290 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27172/tid=27177] ppid=27171 vsize=862012 CPUtime=0
/proc/27172/task/27177/stat : 27177 (java) S 27171 27146 23333 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24008299 882700288 2290 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27172/tid=27178] ppid=27171 vsize=862012 CPUtime=0
/proc/27172/task/27178/stat : 27178 (java) R 27171 27146 23333 0 -1 64 220 0 0 0 0 0 0 0 18 0 9 0 24008299 882700288 2290 996147200 134512640 134550932 4294955984 18446744073709551615 102675509 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27172/tid=27179] ppid=27171 vsize=862012 CPUtime=0
/proc/27172/task/27179/stat : 27179 (java) S 27171 27146 23333 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24008299 882700288 2290 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27172/tid=27180] ppid=27171 vsize=862012 CPUtime=0
/proc/27172/task/27180/stat : 27180 (java) S 27171 27146 23333 0 -1 64 0 0 0 0 0 0 0 0 20 0 9 0 24008299 882700288 2290 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 52.12
Current children cumulated vsize (KiB) 884236

[startup+52.9025 s]
/proc/loadavg: 2.01 2.01 2.03 4/91 27180
/proc/meminfo: memFree=1616256/2055920 swapFree=4192812/4192956
[pid=27146] ppid=27144 vsize=16868 CPUtime=52.04
/proc/27146/stat : 27146 (sugar) S 27144 27146 23333 0 -1 4194304 1446 44714 0 2 6 2 3704 1492 16 0 1 0 24003034 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27146/statm: 4217 1113 409 3 0 796 0
[pid=27171] ppid=27146 vsize=5356 CPUtime=0
/proc/27171/stat : 27171 (sh) S 27146 27146 23333 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24008294 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27171/statm: 1339 233 193 169 0 50 0
[pid=27172] ppid=27171 vsize=862304 CPUtime=0.27
/proc/27172/stat : 27172 (java) S 27171 27146 23333 0 -1 0 3103 0 1 0 25 2 0 0 18 0 9 0 24008295 882999296 2573 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27172/statm: 215576 2573 1279 9 0 210489 0
[pid=27172/tid=27173] ppid=27171 vsize=862304 CPUtime=0.22
/proc/27172/task/27173/stat : 27173 (java) R 27171 27146 23333 0 -1 64 2037 0 1 0 21 1 0 0 20 0 9 0 24008296 882999296 2573 996147200 134512640 134550932 4294955984 18446744073709551615 4126463773 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27172/tid=27174] ppid=27171 vsize=862304 CPUtime=0
/proc/27172/task/27174/stat : 27174 (java) S 27171 27146 23333 0 -1 64 67 0 0 0 0 0 0 0 16 0 9 0 24008297 882999296 2573 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27172/tid=27175] ppid=27171 vsize=862304 CPUtime=0
/proc/27172/task/27175/stat : 27175 (java) S 27171 27146 23333 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 24008297 882999296 2573 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27172/tid=27176] ppid=27171 vsize=862304 CPUtime=0
/proc/27172/task/27176/stat : 27176 (java) S 27171 27146 23333 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 24008297 882999296 2573 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27172/tid=27177] ppid=27171 vsize=862304 CPUtime=0
/proc/27172/task/27177/stat : 27177 (java) S 27171 27146 23333 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24008299 882999296 2573 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27172/tid=27178] ppid=27171 vsize=862304 CPUtime=0.04
/proc/27172/task/27178/stat : 27178 (java) S 27171 27146 23333 0 -1 64 306 0 0 0 4 0 0 0 17 0 9 0 24008299 882999296 2573 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27172/tid=27179] ppid=27171 vsize=862304 CPUtime=0
/proc/27172/task/27179/stat : 27179 (java) S 27171 27146 23333 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24008299 882999296 2573 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27172/tid=27180] ppid=27171 vsize=862304 CPUtime=0
/proc/27172/task/27180/stat : 27180 (java) S 27171 27146 23333 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24008299 882999296 2573 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 52.31
Current children cumulated vsize (KiB) 884528

[startup+53.0015 s]
/proc/loadavg: 2.01 2.01 2.03 4/91 27180
/proc/meminfo: memFree=1616256/2055920 swapFree=4192812/4192956
[pid=27146] ppid=27144 vsize=16868 CPUtime=52.04
/proc/27146/stat : 27146 (sugar) S 27144 27146 23333 0 -1 4194304 1449 44714 0 2 6 2 3704 1492 15 0 1 0 24003034 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27146/statm: 4217 1113 409 3 0 796 0
[pid=27171] ppid=27146 vsize=5356 CPUtime=0
/proc/27171/stat : 27171 (sh) S 27146 27146 23333 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24008294 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27171/statm: 1339 233 193 169 0 50 0
[pid=27172] ppid=27171 vsize=864140 CPUtime=0.36
/proc/27172/stat : 27172 (java) S 27171 27146 23333 0 -1 0 3619 0 1 0 34 2 0 0 18 0 9 0 24008295 884879360 3087 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27172/statm: 216035 3087 1713 9 0 210540 0
[pid=27172/tid=27173] ppid=27171 vsize=864140 CPUtime=0.3
/proc/27172/task/27173/stat : 27173 (java) R 27171 27146 23333 0 -1 64 2550 0 1 0 29 1 0 0 22 0 9 0 24008296 884879360 3087 996147200 134512640 134550932 4294955984 18446744073709551615 102665248 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27172/tid=27174] ppid=27171 vsize=864140 CPUtime=0
/proc/27172/task/27174/stat : 27174 (java) S 27171 27146 23333 0 -1 64 67 0 0 0 0 0 0 0 16 0 9 0 24008297 884879360 3087 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27172/tid=27175] ppid=27171 vsize=864140 CPUtime=0
/proc/27172/task/27175/stat : 27175 (java) S 27171 27146 23333 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 24008297 884879360 3087 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27172/tid=27176] ppid=27171 vsize=864140 CPUtime=0
/proc/27172/task/27176/stat : 27176 (java) S 27171 27146 23333 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 24008297 884879360 3087 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27172/tid=27177] ppid=27171 vsize=864140 CPUtime=0
/proc/27172/task/27177/stat : 27177 (java) S 27171 27146 23333 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24008299 884879360 3087 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27172/tid=27178] ppid=27171 vsize=864140 CPUtime=0.04
/proc/27172/task/27178/stat : 27178 (java) S 27171 27146 23333 0 -1 64 309 0 0 0 4 0 0 0 16 0 9 0 24008299 884879360 3087 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27172/tid=27179] ppid=27171 vsize=864140 CPUtime=0
/proc/27172/task/27179/stat : 27179 (java) S 27171 27146 23333 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24008299 884879360 3087 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27172/tid=27180] ppid=27171 vsize=864140 CPUtime=0
/proc/27172/task/27180/stat : 27180 (java) S 27171 27146 23333 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24008299 884879360 3087 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 52.4
Current children cumulated vsize (KiB) 886364

Child status: 0
Real time (s): 53.0733
CPU time (s): 52.479
CPU user time (s): 37.4543
CPU system time (s): 15.0247
CPU usage (%): 98.8803
Max. virtual memory (cumulated for all children) (KiB): 890940

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 37.4543
system time used= 15.0247
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 50170
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= 18434
involuntary context switches= 20388

runsolver used 0.079987 second user time and 0.175973 second system time

The end

Launcher Data

Begin job on node50 at 2009-07-12 05:29:54
IDJOB=2080233
IDBENCH=57043
IDSOLVER=738
FILE ID=node50/2080233-1247369394
PBS_JOBID= 9507088
Free space on /tmp= 66424 MiB

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

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

MD5SUM BENCH= 889428b741c69397c034d6ea53d00acd
RANDOM SEED=638289303

node50.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.231
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.231
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:       1693624 kB
Buffers:         30884 kB
Cached:         165772 kB
SwapCached:          0 kB
Active:         215192 kB
Inactive:        92252 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1693624 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1748 kB
Writeback:           0 kB
Mapped:         128724 kB
Slab:            39820 kB
Committed_AS:   943292 kB
PageTables:       2056 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= 66424 MiB
End job on node50 at 2009-07-12 05:30:47