Trace number 2080365

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 368.53 372.209

General information on the benchmark

Namecsp/js-taillard-15/
normalized-js-taillard-15-100-5.xml
MD5SUM1b1d2d2d7706319bf2fd92a5865476d2
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 benchmark368.53
Satisfiable
(Un)Satisfiability was proved
Number of variables225
Number of constraints1785
Maximum constraint arity2
Maximum domain size1247
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1785
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.00/0.08	c 0	BEGIN Sun Jul 12 05:36:24 2009
0.00/0.08	c 0	PID 26799
0.07/0.09	c 0	HOST node40.alineos.net
0.07/0.09	c 0	CONVERTING HOME/instance-2080365-1247369784.xml TO HOME/temp.csp
0.07/0.09	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2080365-1247369784.xml' 'HOME/temp.csp'
0.07/0.84	c 1	225 domains, 225 variables, 2 predicates, 0 relations, 1785 constraints
0.07/0.88	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.88	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.81/0.96	c 1	Parsing HOME/temp.csp
0.91/1.06	c 1	parsed 2237 expressions
0.91/1.07	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.91/1.07	c 1	Converting to clausal form CSP
0.91/1.09	c 1	converted 224 (10%) expressions
0.91/1.10	c 1	converted 448 (20%) expressions
1.02/1.19	c 1	converted 672 (30%) expressions
1.10/1.29	c 1	converted 895 (40%) expressions
1.20/1.31	c 1	converted 1119 (50%) expressions
1.20/1.33	c 1	converted 1343 (60%) expressions
1.20/1.34	c 1	converted 1566 (70%) expressions
1.20/1.35	c 1	converted 1790 (80%) expressions
1.20/1.36	c 1	converted 2014 (90%) expressions
1.20/1.37	c 1	converted 2237 (100%) expressions
1.20/1.37	c 1	CSP : 225 integers, 0 booleans, 1785 clauses, largest domain size 1218
1.20/1.37	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.20/1.37	c 1	Propagation in CSP
1.30/1.45	c 1	69306 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.30/1.45	c 1	CSP : 225 integers, 0 booleans, 1785 clauses, largest domain size 655
1.30/1.45	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.30/1.45	c 1	Simplifing CSP by introducing new Boolean variables
1.30/1.49	c 1	CSP : 225 integers, 3150 booleans, 4935 clauses, largest domain size 655
1.30/1.49	c 1	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.40/1.52	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.40/1.56	c 1	23 (10%) CSP integer variables are encoded (12161 clauses, 160307 bytes)
1.40/1.57	c 1	45 (20%) CSP integer variables are encoded (21435 clauses, 299417 bytes)
1.40/1.58	c 2	68 (30%) CSP integer variables are encoded (33282 clauses, 477122 bytes)
1.40/1.59	c 2	90 (40%) CSP integer variables are encoded (42195 clauses, 610817 bytes)
1.50/1.61	c 2	113 (50%) CSP integer variables are encoded (52606 clauses, 766982 bytes)
1.50/1.62	c 2	135 (60%) CSP integer variables are encoded (63540 clauses, 930992 bytes)
1.50/1.64	c 2	158 (70%) CSP integer variables are encoded (77527 clauses, 1140797 bytes)
1.50/1.66	c 2	180 (80%) CSP integer variables are encoded (89685 clauses, 1323167 bytes)
1.50/1.67	c 2	203 (90%) CSP integer variables are encoded (100487 clauses, 1486576 bytes)
1.50/1.68	c 2	225 (100%) CSP integer variables are encoded (110085 clauses, 1649742 bytes)
1.79/1.92	c 2	494 (10%) CSP clauses are encoded (219440 clauses, 3983172 bytes)
2.00/2.11	c 2	987 (20%) CSP clauses are encoded (299300 clauses, 5741689 bytes)
2.09/2.27	c 2	1481 (30%) CSP clauses are encoded (372143 clauses, 7383494 bytes)
2.28/2.44	c 2	1974 (40%) CSP clauses are encoded (456101 clauses, 9269640 bytes)
2.48/2.62	c 3	2468 (50%) CSP clauses are encoded (541190 clauses, 11177345 bytes)
2.58/2.77	c 3	2961 (60%) CSP clauses are encoded (616078 clauses, 12857493 bytes)
2.79/2.91	c 3	3455 (70%) CSP clauses are encoded (686997 clauses, 14438351 bytes)
2.88/3.09	c 3	3948 (80%) CSP clauses are encoded (779450 clauses, 16497627 bytes)
3.19/3.30	c 3	4442 (90%) CSP clauses are encoded (885084 clauses, 18819845 bytes)
3.27/3.49	c 3	4935 (100%) CSP clauses are encoded (983289 clauses, 20870036 bytes)
3.27/3.49	c 3	4935 CSP clauses encoded
3.27/3.49	c 3	Writing map file : HOME/temp.map
3.37/3.50	c 3	Heap : 2 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
3.37/3.50	c 3	SAT : 113460 SAT variables, 983289 SAT clauses, 20870036 bytes
3.37/3.50	c 3	Heap : 2 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
3.37/3.54	c 3	SOLVING HOME/temp.cnf
3.37/3.54	c 3	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
368.02/371.76	c 372	DECODING HOME/temp.out WITH HOME/temp.map
368.02/371.76	c 372	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'
368.09/371.85	c 372	Decoding HOME/temp.out
368.09/372.15	s SATISFIABLE
368.09/372.16	v 40 136 343 425 461 489 505 532 634 653 728 771 776 788 1046 54 91 197 296 380 446 495 555 645 668 712 810 830 849 999 0 332 425 574 680 690 756 783 876 900 926 941 1010 1084 1150 0 172 260 343 375 430 470 538 594 677 680 706 822 832 1206 0 46 159 170 219 468 555 668 678 756 824 851 922 997 1166 9 87 244 336 423 496 685 763 900 992 1033 1046 1073 1168 1234 30 247 294 429 509 624 729 811 905 921 926 1027 1069 1076 1078 416 495 519 562 691 736 773 777 819 826 870 953 1012 1072 1203 0 19 74 120 194 270 308 366 429 489 599 687 822 879 1241 0 118 208 247 337 343 380 451 507 535 603 733 1147 1159 1177 0 194 278 284 328 380 469 532 589 646 835 992 1080 1132 1148 0 29 80 157 235 276 336 429 468 537 654 694 790 949 1010 156 187 267 307 370 570 655 712 773 788 829 942 1006 1069 1150 0 9 46 63 118 208 287 368 429 586 710 734 757 908 1011 0 142 177 358 416 497 526 574 602 666 731 899 934 1144 1199
368.09/372.17	c 372	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
368.09/372.20	c 372	CPU 368.49 (0.05 0.02 363.49 4.93)
368.09/372.20	c 372	END Sun Jul 12 05:42:36 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-2080365-1247369784/watcher-2080365-1247369784 -o /tmp/evaluation-result-2080365-1247369784/solver-2080365-1247369784 -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-2080365-1247369784.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.14 2.18 2.08 4/76 26799
/proc/meminfo: memFree=1009744/2055920 swapFree=4192812/4192956
[pid=26799] ppid=26797 vsize=12000 CPUtime=0
/proc/26799/stat : 26799 (sugar) R 26797 26799 25785 0 -1 4194304 198 0 0 0 0 0 0 0 20 0 1 0 23669673 12288000 166 996147200 4194304 4206940 548682068608 18446744073709551615 264539493440 0 0 4224 0 0 0 0 17 1 0 0
/proc/26799/statm: 3000 166 128 3 0 100 0

[startup+0.08853 s]
/proc/loadavg: 2.14 2.18 2.08 4/76 26799
/proc/meminfo: memFree=1009744/2055920 swapFree=4192812/4192956
[pid=26799] ppid=26797 vsize=16740 CPUtime=0.07
/proc/26799/stat : 26799 (sugar) S 26797 26799 25785 0 -1 4194304 1152 0 0 0 5 2 0 0 18 0 1 0 23669673 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26799/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.102029 s]
/proc/loadavg: 2.14 2.18 2.08 4/76 26799
/proc/meminfo: memFree=1009744/2055920 swapFree=4192812/4192956
[pid=26799] ppid=26797 vsize=16868 CPUtime=0.07
/proc/26799/stat : 26799 (sugar) S 26797 26799 25785 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 23669673 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26799/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301052 s]
/proc/loadavg: 2.14 2.18 2.08 4/76 26799
/proc/meminfo: memFree=1009744/2055920 swapFree=4192812/4192956
[pid=26799] ppid=26797 vsize=16868 CPUtime=0.07
/proc/26799/stat : 26799 (sugar) S 26797 26799 25785 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 23669673 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26799/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701108 s]
/proc/loadavg: 2.14 2.18 2.08 4/76 26799
/proc/meminfo: memFree=1009744/2055920 swapFree=4192812/4192956
[pid=26799] ppid=26797 vsize=16868 CPUtime=0.07
/proc/26799/stat : 26799 (sugar) S 26797 26799 25785 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 23669673 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26799/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50222 s]
/proc/loadavg: 2.14 2.18 2.08 4/87 26821
/proc/meminfo: memFree=1001784/2055920 swapFree=4192812/4192956
[pid=26799] ppid=26797 vsize=16868 CPUtime=0.81
/proc/26799/stat : 26799 (sugar) S 26797 26799 25785 0 -1 4194304 1310 5192 0 1 5 2 69 5 16 0 1 0 23669673 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26799/statm: 4217 1111 409 3 0 796 0
[pid=26812] ppid=26799 vsize=5356 CPUtime=0
/proc/26812/stat : 26812 (sh) S 26799 26799 25785 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23669761 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26812/statm: 1339 233 193 169 0 50 0
[pid=26813] ppid=26812 vsize=868480 CPUtime=0.59
/proc/26813/stat : 26813 (java) S 26812 26799 25785 0 -1 0 5867 0 1 0 56 3 0 0 18 0 9 0 23669761 889323520 5236 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26813/statm: 217120 5236 1857 9 0 211625 0
[pid=26813/tid=26814] ppid=26812 vsize=868480 CPUtime=0.34
/proc/26813/task/26814/stat : 26814 (java) R 26812 26799 25785 0 -1 64 2682 0 1 0 34 0 0 0 20 0 9 0 23669762 889323520 5236 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26813/tid=26815] ppid=26812 vsize=868480 CPUtime=0.04
/proc/26813/task/26815/stat : 26815 (java) R 26812 26799 25785 0 -1 64 1006 0 0 0 4 0 0 0 16 0 9 0 23669764 889323520 5236 996147200 134512640 134550932 4294955936 18446744073709551615 104189919 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26813/tid=26816] ppid=26812 vsize=868480 CPUtime=0
/proc/26813/task/26816/stat : 26816 (java) S 26812 26799 25785 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 23669764 889323520 5236 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26813/tid=26817] ppid=26812 vsize=868480 CPUtime=0
/proc/26813/task/26817/stat : 26817 (java) S 26812 26799 25785 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 23669764 889323520 5236 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26813/tid=26818] ppid=26812 vsize=868480 CPUtime=0
/proc/26813/task/26818/stat : 26818 (java) S 26812 26799 25785 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23669766 889323520 5236 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26813/tid=26819] ppid=26812 vsize=868480 CPUtime=0.17
/proc/26813/task/26819/stat : 26819 (java) S 26812 26799 25785 0 -1 64 1485 0 0 0 17 0 0 0 16 0 9 0 23669766 889323520 5236 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26813/tid=26820] ppid=26812 vsize=868480 CPUtime=0
/proc/26813/task/26820/stat : 26820 (java) S 26812 26799 25785 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23669766 889323520 5236 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26813/tid=26821] ppid=26812 vsize=868480 CPUtime=0
/proc/26813/task/26821/stat : 26821 (java) S 26812 26799 25785 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23669766 889323520 5236 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 890704

[startup+3.10241 s]
/proc/loadavg: 2.21 2.20 2.09 3/87 26821
/proc/meminfo: memFree=986168/2055920 swapFree=4192812/4192956
[pid=26799] ppid=26797 vsize=16868 CPUtime=0.81
/proc/26799/stat : 26799 (sugar) S 26797 26799 25785 0 -1 4194304 1310 5192 0 1 5 2 69 5 15 0 1 0 23669673 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26799/statm: 4217 1111 409 3 0 796 0
[pid=26812] ppid=26799 vsize=5356 CPUtime=0
/proc/26812/stat : 26812 (sh) S 26799 26799 25785 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23669761 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26812/statm: 1339 233 193 169 0 50 0
[pid=26813] ppid=26812 vsize=868592 CPUtime=2.17
/proc/26813/stat : 26813 (java) S 26812 26799 25785 0 -1 0 7367 0 1 0 198 19 0 0 18 0 9 0 23669761 889438208 6147 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26813/statm: 217148 6147 2589 9 0 211625 0
[pid=26813/tid=26814] ppid=26812 vsize=868592 CPUtime=1.75
/proc/26813/task/26814/stat : 26814 (java) R 26812 26799 25785 0 -1 64 3174 0 1 0 163 12 0 0 25 0 9 0 23669762 889438208 6147 996147200 134512640 134550932 4294955936 18446744073709551615 4126984254 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26813/tid=26815] ppid=26812 vsize=868592 CPUtime=0.18
/proc/26813/task/26815/stat : 26815 (java) S 26812 26799 25785 0 -1 64 1984 0 0 0 14 4 0 0 16 0 9 0 23669764 889438208 6147 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26813/tid=26816] ppid=26812 vsize=868592 CPUtime=0
/proc/26813/task/26816/stat : 26816 (java) S 26812 26799 25785 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23669764 889438208 6147 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26813/tid=26817] ppid=26812 vsize=868592 CPUtime=0
/proc/26813/task/26817/stat : 26817 (java) S 26812 26799 25785 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 23669764 889438208 6147 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26813/tid=26818] ppid=26812 vsize=868592 CPUtime=0
/proc/26813/task/26818/stat : 26818 (java) S 26812 26799 25785 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23669766 889438208 6147 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26813/tid=26819] ppid=26812 vsize=868592 CPUtime=0.22
/proc/26813/task/26819/stat : 26819 (java) S 26812 26799 25785 0 -1 64 1510 0 0 0 21 1 0 0 16 0 9 0 23669766 889438208 6147 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26813/tid=26820] ppid=26812 vsize=868592 CPUtime=0
/proc/26813/task/26820/stat : 26820 (java) S 26812 26799 25785 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23669766 889438208 6147 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26813/tid=26821] ppid=26812 vsize=868592 CPUtime=0
/proc/26813/task/26821/stat : 26821 (java) S 26812 26799 25785 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23669766 889438208 6147 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 890816

[startup+6.30183 s]
/proc/loadavg: 2.21 2.20 2.09 3/79 26823
/proc/meminfo: memFree=971256/2055920 swapFree=4192812/4192956
[pid=26799] ppid=26797 vsize=16868 CPUtime=3.38
/proc/26799/stat : 26799 (sugar) S 26797 26799 25785 0 -1 4194304 1365 12978 0 2 5 2 303 28 16 0 1 0 23669673 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26799/statm: 4217 1113 409 3 0 796 0
[pid=26822] ppid=26799 vsize=5356 CPUtime=0
/proc/26822/stat : 26822 (sh) S 26799 26799 25785 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23670027 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26822/statm: 1339 232 193 169 0 50 0
[pid=26823] ppid=26822 vsize=19468 CPUtime=2.71
/proc/26823/stat : 26823 (picosat) R 26822 26799 25785 0 -1 4194304 4431 0 0 0 120 151 0 0 25 0 1 0 23670028 19935232 4417 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/26823/statm: 4867 4417 40 102 0 4762 0
Current children cumulated CPU time (s) 6.09
Current children cumulated vsize (KiB) 41692

[startup+12.7027 s]
/proc/loadavg: 2.18 2.19 2.09 3/79 26823
/proc/meminfo: memFree=948024/2055920 swapFree=4192812/4192956
[pid=26799] ppid=26797 vsize=16868 CPUtime=3.38
/proc/26799/stat : 26799 (sugar) S 26797 26799 25785 0 -1 4194304 1365 12978 0 2 5 2 303 28 16 0 1 0 23669673 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26799/statm: 4217 1113 409 3 0 796 0
[pid=26822] ppid=26799 vsize=5356 CPUtime=0
/proc/26822/stat : 26822 (sh) S 26799 26799 25785 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23670027 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26822/statm: 1339 232 193 169 0 50 0
[pid=26823] ppid=26822 vsize=42160 CPUtime=9.05
/proc/26823/stat : 26823 (picosat) R 26822 26799 25785 0 -1 4194304 9559 0 0 0 448 457 0 0 25 0 1 0 23670028 43171840 9545 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/26823/statm: 10540 9545 42 102 0 10435 0
Current children cumulated CPU time (s) 12.43
Current children cumulated vsize (KiB) 64384

[startup+25.5013 s]
/proc/loadavg: 2.15 2.18 2.08 3/79 26823
/proc/meminfo: memFree=947384/2055920 swapFree=4192812/4192956
[pid=26799] ppid=26797 vsize=16868 CPUtime=3.38
/proc/26799/stat : 26799 (sugar) S 26797 26799 25785 0 -1 4194304 1365 12978 0 2 5 2 303 28 16 0 1 0 23669673 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26799/statm: 4217 1113 409 3 0 796 0
[pid=26822] ppid=26799 vsize=5356 CPUtime=0
/proc/26822/stat : 26822 (sh) S 26799 26799 25785 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23670027 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26822/statm: 1339 232 193 169 0 50 0
[pid=26823] ppid=26822 vsize=42292 CPUtime=21.73
/proc/26823/stat : 26823 (picosat) R 26822 26799 25785 0 -1 4194304 9607 0 0 0 1716 457 0 0 25 0 1 0 23670028 43307008 9593 996147200 134512640 134931368 4294956256 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 1 0 0
/proc/26823/statm: 10573 9593 42 102 0 10468 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 64516

[startup+51.1016 s]
/proc/loadavg: 2.10 2.17 2.08 3/79 26823
/proc/meminfo: memFree=947128/2055920 swapFree=4192812/4192956
[pid=26799] ppid=26797 vsize=16868 CPUtime=3.38
/proc/26799/stat : 26799 (sugar) S 26797 26799 25785 0 -1 4194304 1365 12978 0 2 5 2 303 28 16 0 1 0 23669673 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26799/statm: 4217 1113 409 3 0 796 0
[pid=26822] ppid=26799 vsize=5356 CPUtime=0
/proc/26822/stat : 26822 (sh) S 26799 26799 25785 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23670027 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26822/statm: 1339 232 193 169 0 50 0
[pid=26823] ppid=26822 vsize=42820 CPUtime=47.09
/proc/26823/stat : 26823 (picosat) R 26822 26799 25785 0 -1 4194304 9720 0 0 0 4252 457 0 0 25 0 1 0 23670028 43847680 9706 996147200 134512640 134931368 4294956256 18446744073709551615 134523092 0 0 4096 0 0 0 0 17 1 0 0
/proc/26823/statm: 10705 9706 42 102 0 10600 0
Current children cumulated CPU time (s) 50.47
Current children cumulated vsize (KiB) 65044

[startup+102.306 s]
/proc/loadavg: 2.22 2.18 2.09 3/86 26866
/proc/meminfo: memFree=1002296/2055920 swapFree=4192812/4192956
[pid=26799] ppid=26797 vsize=16868 CPUtime=3.38
/proc/26799/stat : 26799 (sugar) S 26797 26799 25785 0 -1 4194304 1365 12978 0 2 5 2 303 28 16 0 1 0 23669673 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26799/statm: 4217 1113 409 3 0 796 0
[pid=26822] ppid=26799 vsize=5356 CPUtime=0
/proc/26822/stat : 26822 (sh) S 26799 26799 25785 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23670027 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26822/statm: 1339 232 193 169 0 50 0
[pid=26823] ppid=26822 vsize=43744 CPUtime=97.77
/proc/26823/stat : 26823 (picosat) R 26822 26799 25785 0 -1 4194304 9961 0 0 0 9319 458 0 0 25 0 1 0 23670028 44793856 9947 996147200 134512640 134931368 4294956256 18446744073709551615 134524114 0 0 4096 0 0 0 0 17 1 0 0
/proc/26823/statm: 10936 9947 42 102 0 10831 0
Current children cumulated CPU time (s) 101.15
Current children cumulated vsize (KiB) 65968

[startup+162.302 s]
/proc/loadavg: 2.23 2.19 2.10 3/86 26866
/proc/meminfo: memFree=1000952/2055920 swapFree=4192812/4192956
[pid=26799] ppid=26797 vsize=16868 CPUtime=3.38
/proc/26799/stat : 26799 (sugar) S 26797 26799 25785 0 -1 4194304 1365 12978 0 2 5 2 303 28 16 0 1 0 23669673 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26799/statm: 4217 1113 409 3 0 796 0
[pid=26822] ppid=26799 vsize=5356 CPUtime=0
/proc/26822/stat : 26822 (sh) S 26799 26799 25785 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23670027 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26822/statm: 1339 232 193 169 0 50 0
[pid=26823] ppid=26822 vsize=44932 CPUtime=157.2
/proc/26823/stat : 26823 (picosat) R 26822 26799 25785 0 -1 4194304 10274 0 0 0 15262 458 0 0 25 0 1 0 23670028 46010368 10260 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/26823/statm: 11233 10260 42 102 0 11128 0
Current children cumulated CPU time (s) 160.58
Current children cumulated vsize (KiB) 67156

[startup+222.302 s]
/proc/loadavg: 2.15 2.17 2.09 3/86 26866
/proc/meminfo: memFree=999800/2055920 swapFree=4192812/4192956
[pid=26799] ppid=26797 vsize=16868 CPUtime=3.38
/proc/26799/stat : 26799 (sugar) S 26797 26799 25785 0 -1 4194304 1365 12978 0 2 5 2 303 28 16 0 1 0 23669673 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26799/statm: 4217 1113 409 3 0 796 0
[pid=26822] ppid=26799 vsize=5356 CPUtime=0
/proc/26822/stat : 26822 (sh) S 26799 26799 25785 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23670027 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26822/statm: 1339 232 193 169 0 50 0
[pid=26823] ppid=26822 vsize=45988 CPUtime=216.64
/proc/26823/stat : 26823 (picosat) R 26822 26799 25785 0 -1 4194304 10561 0 0 0 21205 459 0 0 25 0 1 0 23670028 47091712 10547 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/26823/statm: 11497 10547 42 102 0 11392 0
Current children cumulated CPU time (s) 220.02
Current children cumulated vsize (KiB) 68212

[startup+282.302 s]
/proc/loadavg: 2.18 2.17 2.09 3/86 26866
/proc/meminfo: memFree=998904/2055920 swapFree=4192812/4192956
[pid=26799] ppid=26797 vsize=16868 CPUtime=3.38
/proc/26799/stat : 26799 (sugar) S 26797 26799 25785 0 -1 4194304 1365 12978 0 2 5 2 303 28 16 0 1 0 23669673 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26799/statm: 4217 1113 409 3 0 796 0
[pid=26822] ppid=26799 vsize=5356 CPUtime=0
/proc/26822/stat : 26822 (sh) S 26799 26799 25785 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23670027 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26822/statm: 1339 232 193 169 0 50 0
[pid=26823] ppid=26822 vsize=46912 CPUtime=276.08
/proc/26823/stat : 26823 (picosat) R 26822 26799 25785 0 -1 4194304 10815 0 0 0 27149 459 0 0 25 0 1 0 23670028 48037888 10801 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/26823/statm: 11728 10801 42 102 0 11623 0
Current children cumulated CPU time (s) 279.46
Current children cumulated vsize (KiB) 69136

[startup+342.301 s]
/proc/loadavg: 2.12 2.15 2.09 3/86 26866
/proc/meminfo: memFree=997752/2055920 swapFree=4192812/4192956
[pid=26799] ppid=26797 vsize=16868 CPUtime=3.38
/proc/26799/stat : 26799 (sugar) S 26797 26799 25785 0 -1 4194304 1365 12978 0 2 5 2 303 28 16 0 1 0 23669673 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26799/statm: 4217 1113 409 3 0 796 0
[pid=26822] ppid=26799 vsize=5356 CPUtime=0
/proc/26822/stat : 26822 (sh) S 26799 26799 25785 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23670027 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26822/statm: 1339 232 193 169 0 50 0
[pid=26823] ppid=26822 vsize=48100 CPUtime=335.51
/proc/26823/stat : 26823 (picosat) R 26822 26799 25785 0 -1 4194304 11094 0 0 0 33091 460 0 0 25 0 1 0 23670028 49254400 11080 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/26823/statm: 12025 11080 42 102 0 11920 0
Current children cumulated CPU time (s) 338.89
Current children cumulated vsize (KiB) 70324

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

[startup+358.301 s]
/proc/loadavg: 2.09 2.14 2.09 3/86 26866
/proc/meminfo: memFree=997432/2055920 swapFree=4192812/4192956
[pid=26799] ppid=26797 vsize=16868 CPUtime=3.38
/proc/26799/stat : 26799 (sugar) S 26797 26799 25785 0 -1 4194304 1365 12978 0 2 5 2 303 28 16 0 1 0 23669673 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26799/statm: 4217 1113 409 3 0 796 0
[pid=26822] ppid=26799 vsize=5356 CPUtime=0
/proc/26822/stat : 26822 (sh) S 26799 26799 25785 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23670027 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26822/statm: 1339 232 193 169 0 50 0
[pid=26823] ppid=26822 vsize=48364 CPUtime=351.36
/proc/26823/stat : 26823 (picosat) R 26822 26799 25785 0 -1 4194304 11177 0 0 0 34676 460 0 0 25 0 1 0 23670028 49524736 11163 996147200 134512640 134931368 4294956256 18446744073709551615 134529486 0 0 4096 0 0 0 0 17 1 0 0
/proc/26823/statm: 12091 11163 42 102 0 11986 0
Current children cumulated CPU time (s) 354.74
Current children cumulated vsize (KiB) 70588

[startup+364.701 s]
/proc/loadavg: 2.09 2.14 2.09 4/86 26866
/proc/meminfo: memFree=997304/2055920 swapFree=4192812/4192956
[pid=26799] ppid=26797 vsize=16868 CPUtime=3.38
/proc/26799/stat : 26799 (sugar) S 26797 26799 25785 0 -1 4194304 1365 12978 0 2 5 2 303 28 16 0 1 0 23669673 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26799/statm: 4217 1113 409 3 0 796 0
[pid=26822] ppid=26799 vsize=5356 CPUtime=0
/proc/26822/stat : 26822 (sh) S 26799 26799 25785 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23670027 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26822/statm: 1339 232 193 169 0 50 0
[pid=26823] ppid=26822 vsize=48496 CPUtime=357.7
/proc/26823/stat : 26823 (picosat) R 26822 26799 25785 0 -1 4194304 11210 0 0 0 35310 460 0 0 25 0 1 0 23670028 49659904 11196 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/26823/statm: 12124 11196 42 102 0 12019 0
Current children cumulated CPU time (s) 361.08
Current children cumulated vsize (KiB) 70720

[startup+367.902 s]
/proc/loadavg: 2.08 2.14 2.09 3/86 26866
/proc/meminfo: memFree=997240/2055920 swapFree=4192812/4192956
[pid=26799] ppid=26797 vsize=16868 CPUtime=3.38
/proc/26799/stat : 26799 (sugar) S 26797 26799 25785 0 -1 4194304 1365 12978 0 2 5 2 303 28 16 0 1 0 23669673 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26799/statm: 4217 1113 409 3 0 796 0
[pid=26822] ppid=26799 vsize=5356 CPUtime=0
/proc/26822/stat : 26822 (sh) S 26799 26799 25785 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23670027 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26822/statm: 1339 232 193 169 0 50 0
[pid=26823] ppid=26822 vsize=48496 CPUtime=360.87
/proc/26823/stat : 26823 (picosat) R 26822 26799 25785 0 -1 4194304 11222 0 0 0 35627 460 0 0 25 0 1 0 23670028 49659904 11208 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/26823/statm: 12124 11208 42 102 0 12019 0
Current children cumulated CPU time (s) 364.25
Current children cumulated vsize (KiB) 70720

[startup+369.502 s]
/proc/loadavg: 2.08 2.14 2.09 3/86 26866
/proc/meminfo: memFree=997176/2055920 swapFree=4192812/4192956
[pid=26799] ppid=26797 vsize=16868 CPUtime=3.38
/proc/26799/stat : 26799 (sugar) S 26797 26799 25785 0 -1 4194304 1365 12978 0 2 5 2 303 28 16 0 1 0 23669673 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26799/statm: 4217 1113 409 3 0 796 0
[pid=26822] ppid=26799 vsize=5356 CPUtime=0
/proc/26822/stat : 26822 (sh) S 26799 26799 25785 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23670027 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26822/statm: 1339 232 193 169 0 50 0
[pid=26823] ppid=26822 vsize=48628 CPUtime=362.46
/proc/26823/stat : 26823 (picosat) R 26822 26799 25785 0 -1 4194304 11232 0 0 0 35786 460 0 0 25 0 1 0 23670028 49795072 11218 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/26823/statm: 12157 11218 42 102 0 12052 0
Current children cumulated CPU time (s) 365.84
Current children cumulated vsize (KiB) 70852

[startup+371.102 s]
/proc/loadavg: 2.08 2.14 2.09 3/86 26866
/proc/meminfo: memFree=997176/2055920 swapFree=4192812/4192956
[pid=26799] ppid=26797 vsize=16868 CPUtime=3.38
/proc/26799/stat : 26799 (sugar) S 26797 26799 25785 0 -1 4194304 1365 12978 0 2 5 2 303 28 16 0 1 0 23669673 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26799/statm: 4217 1113 409 3 0 796 0
[pid=26822] ppid=26799 vsize=5356 CPUtime=0
/proc/26822/stat : 26822 (sh) S 26799 26799 25785 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23670027 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26822/statm: 1339 232 193 169 0 50 0
[pid=26823] ppid=26822 vsize=48628 CPUtime=364.04
/proc/26823/stat : 26823 (picosat) R 26822 26799 25785 0 -1 4194304 11245 0 0 0 35944 460 0 0 25 0 1 0 23670028 49795072 11231 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/26823/statm: 12157 11231 42 102 0 12052 0
Current children cumulated CPU time (s) 367.42
Current children cumulated vsize (KiB) 70852

[startup+371.902 s]
/proc/loadavg: 2.07 2.13 2.09 3/86 26866
/proc/meminfo: memFree=996344/2055920 swapFree=4192812/4192956
[pid=26799] ppid=26797 vsize=16868 CPUtime=368.09
/proc/26799/stat : 26799 (sugar) S 26797 26799 25785 0 -1 4194304 1446 24527 0 2 5 2 36312 490 16 0 1 0 23669673 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26799/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 368.09
Current children cumulated vsize (KiB) 16868

[startup+372.101 s]
/proc/loadavg: 2.07 2.13 2.09 3/86 26866
/proc/meminfo: memFree=996344/2055920 swapFree=4192812/4192956
[pid=26799] ppid=26797 vsize=16868 CPUtime=368.09
/proc/26799/stat : 26799 (sugar) S 26797 26799 25785 0 -1 4194304 1446 24527 0 2 5 2 36312 490 16 0 1 0 23669673 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26799/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 368.09
Current children cumulated vsize (KiB) 16868

[startup+372.205 s]
/proc/loadavg: 2.07 2.13 2.09 3/86 26866
/proc/meminfo: memFree=996344/2055920 swapFree=4192812/4192956
[pid=26799] ppid=26797 vsize=16868 CPUtime=368.5
/proc/26799/stat : 26799 (sugar) R 26797 26799 25785 0 -1 4194304 1477 28436 0 3 5 3 36349 493 16 0 1 0 23669673 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 264519783465 0 0 4224 16386 0 0 0 17 1 0 0
/proc/26799/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 368.5
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 372.209
CPU time (s): 368.53
CPU user time (s): 363.556
CPU system time (s): 4.97424
CPU usage (%): 99.0116
Max. virtual memory (cumulated for all children) (KiB): 890816

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 363.556
system time used= 4.97424
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29973
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= 7095
involuntary context switches= 20778

runsolver used 0.489925 second user time and 1.22281 second system time

The end

Launcher Data

Begin job on node40 at 2009-07-12 05:36:24
IDJOB=2080365
IDBENCH=57071
IDSOLVER=738
FILE ID=node40/2080365-1247369784
PBS_JOBID= 9507130
Free space on /tmp= 66216 MiB

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

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

MD5SUM BENCH= 1b1d2d2d7706319bf2fd92a5865476d2
RANDOM SEED=1765846735

node40.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.213
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.213
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:       1010288 kB
Buffers:         82536 kB
Cached:         805544 kB
SwapCached:          0 kB
Active:         322920 kB
Inactive:       643936 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1010288 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1536 kB
Writeback:           0 kB
Mapped:          90160 kB
Slab:            63688 kB
Committed_AS:   259968 kB
PageTables:       2024 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66256 MiB
End job on node40 at 2009-07-12 05:42:36