Trace number 1085562

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.13+minisat? 742.814 753.545

General information on the benchmark

Namecsp/fapp/fapp22/
normalized-fapp22-1750-0.xml
MD5SUM9a4e6098c7014d2e43e37229a7ed8846
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark8.74767
Satisfiable
(Un)Satisfiability was proved
Number of variables1750
Number of constraints32049
Maximum constraint arity2
Maximum domain size802
Number of constraints which are defined in extension0
Number of constraints which are defined in intension32049
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Sat Jul  5 07:06:17 2008
0.00/0.04	c 0	PID 30726
0.00/0.04	c 0	HOST node81.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1085562-1215234376.xml TO HOME/temp.csp
0.00/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1085562-1215234376.xml' 'HOME/temp.csp'
1.86/1.94	c 1	30 domains, 1750 variables, 8 predicates, 0 relations, 32049 constraints
1.86/1.97	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.86/1.97	c 2	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.92/2.05	c 2	Parsing HOME/temp.csp
2.32/2.46	c 2	parsed 10000 expressions
2.62/2.75	c 2	parsed 20000 expressions
2.93/3.07	c 3	parsed 30000 expressions
3.02/3.16	c 3	parsed 33837 expressions
3.02/3.17	c 3	Heap : 15 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.02/3.17	c 3	Converting to clausal form CSP
6.90/7.04	c 7	converted 3384 (10%) expressions
14.06/14.27	c 14	converted 6768 (20%) expressions
21.02/21.22	c 21	converted 10152 (30%) expressions
27.28/27.56	c 27	converted 13535 (40%) expressions
34.14/34.40	c 34	converted 16919 (50%) expressions
40.23/40.51	c 40	converted 20303 (60%) expressions
45.80/46.15	c 46	converted 23686 (70%) expressions
51.46/51.86	c 51	converted 27070 (80%) expressions
57.53/57.98	c 58	converted 30454 (90%) expressions
62.70/63.13	c 63	converted 33837 (100%) expressions
62.70/63.13	c 63	CSP : 5603 integers, 93675 booleans, 201243 clauses, largest domain size 2921
62.70/63.13	c 63	Heap : 186 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
62.70/63.13	c 63	Propagation in CSP
66.79/67.26	c 67	34264 values, 0 unsatisfiable literals, and 0 valid clauses are removed
66.79/67.26	c 67	CSP : 5603 integers, 93675 booleans, 201243 clauses, largest domain size 2921
66.79/67.26	c 67	Heap : 204 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
66.88/67.32	c 67	Simplifing CSP by introducing new Boolean variables
67.28/67.72	c 67	CSP : 5603 integers, 161317 booleans, 268885 clauses, largest domain size 2921
67.28/67.72	c 67	Heap : 218 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
68.47/68.97	c 69	Encoding CSP to SAT : HOME/temp.cnf
77.31/77.86	c 77	561 (10%) CSP integer variables are encoded (257544 clauses, 4156599 bytes)
86.15/86.70	c 86	1121 (20%) CSP integer variables are encoded (520388 clauses, 8624947 bytes)
94.60/95.28	c 95	1681 (30%) CSP integer variables are encoded (774842 clauses, 12950665 bytes)
97.09/97.75	c 97	2242 (40%) CSP integer variables are encoded (1958726 clauses, 34997800 bytes)
98.66/99.31	c 99	2802 (50%) CSP integer variables are encoded (3286678 clauses, 60228888 bytes)
100.05/100.76	c 100	3362 (60%) CSP integer variables are encoded (4519748 clauses, 83657218 bytes)
101.44/102.19	c 102	3923 (70%) CSP integer variables are encoded (5748973 clauses, 107012493 bytes)
102.93/103.61	c 103	4483 (80%) CSP integer variables are encoded (6953421 clauses, 129897005 bytes)
104.39/105.15	c 105	5043 (90%) CSP integer variables are encoded (8195579 clauses, 153498007 bytes)
105.89/106.62	c 106	5603 (100%) CSP integer variables are encoded (9390535 clauses, 176202171 bytes)
269.90/271.90	c 271	26889 (10%) CSP clauses are encoded (26264808 clauses, 587337968 bytes)
377.89/381.15	c 381	53777 (20%) CSP clauses are encoded (39474365 clauses, 918582347 bytes)
477.74/482.34	c 482	80666 (30%) CSP clauses are encoded (52089831 clauses, 1243274541 bytes)
575.37/580.98	c 581	107554 (40%) CSP clauses are encoded (64832520 clauses, 1570183691 bytes)
666.16/672.72	c 672	134443 (50%) CSP clauses are encoded (76695234 clauses, 1877067543 bytes)
742.43/750.51	c 750	ERROR Exception Too large HOME/temp.cnf
742.43/750.55	c 750	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
742.43/750.55	c 750	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
742.43/750.55	c 750	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
742.43/750.55	s UNKNOWN
742.48/750.64	c 750	CPU 729.43 (0.03 0.01 729.4 13.06)
742.48/750.64	c 750	END Sat Jul  5 07:18:47 2008

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

Watcher Data (download as text)

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

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1085562-1215234376/watcher-1085562-1215234376 -o /tmp/evaluation-result-1085562-1215234376/solver-1085562-1215234376 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1085562-1215234376.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.99 1.98 1.99 4/82 30726
/proc/meminfo: memFree=1483080/2055920 swapFree=4179588/4192956
[pid=30726] ppid=30724 vsize=12272 CPUtime=0
/proc/30726/stat : 30726 (sugar) R 30724 30726 28028 0 -1 4194304 359 0 0 0 0 0 0 0 18 0 1 0 256425595 12566528 327 996147200 4194304 4206940 548682068608 18446744073709551615 269816478718 0 0 4224 0 0 0 0 17 1 0 0
/proc/30726/statm: 3068 327 246 3 0 168 0

[startup+0.0515621 s]
/proc/loadavg: 1.99 1.98 1.99 4/82 30726
/proc/meminfo: memFree=1483080/2055920 swapFree=4179588/4192956
[pid=30726] ppid=30724 vsize=13600 CPUtime=0.03
/proc/30726/stat : 30726 (sugar) S 30724 30726 28028 0 -1 4194304 900 127 0 0 2 1 0 0 16 0 1 0 256425595 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30726/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101567 s]
/proc/loadavg: 1.99 1.98 1.99 4/82 30726
/proc/meminfo: memFree=1483080/2055920 swapFree=4179588/4192956
[pid=30726] ppid=30724 vsize=13600 CPUtime=0.03
/proc/30726/stat : 30726 (sugar) S 30724 30726 28028 0 -1 4194304 900 127 0 0 2 1 0 0 16 0 1 0 256425595 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30726/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.30159 s]
/proc/loadavg: 1.99 1.98 1.99 4/82 30726
/proc/meminfo: memFree=1483080/2055920 swapFree=4179588/4192956
[pid=30726] ppid=30724 vsize=13600 CPUtime=0.03
/proc/30726/stat : 30726 (sugar) S 30724 30726 28028 0 -1 4194304 900 127 0 0 2 1 0 0 16 0 1 0 256425595 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30726/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701636 s]
/proc/loadavg: 1.99 1.98 1.99 4/82 30726
/proc/meminfo: memFree=1483080/2055920 swapFree=4179588/4192956
[pid=30726] ppid=30724 vsize=13600 CPUtime=0.03
/proc/30726/stat : 30726 (sugar) S 30724 30726 28028 0 -1 4194304 900 127 0 0 2 1 0 0 16 0 1 0 256425595 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30726/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50272 s]
/proc/loadavg: 1.99 1.98 1.99 3/93 30738
/proc/meminfo: memFree=1449392/2055920 swapFree=4179588/4192956
[pid=30726] ppid=30724 vsize=13600 CPUtime=0.03
/proc/30726/stat : 30726 (sugar) S 30724 30726 28028 0 -1 4194304 900 127 0 0 2 1 0 0 16 0 1 0 256425595 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30726/statm: 3400 796 370 3 0 500 0
[pid=30729] ppid=30726 vsize=5356 CPUtime=0
/proc/30729/stat : 30729 (sh) S 30726 30726 28028 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 256425599 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30729/statm: 1339 233 193 169 0 50 0
[pid=30730] ppid=30729 vsize=864664 CPUtime=1.44
/proc/30730/stat : 30730 (java) S 30729 30726 28028 0 -1 0 18010 0 1 0 136 8 0 0 20 0 9 0 256425600 885415936 15087 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30730/statm: 216166 15087 2529 9 0 210748 0
[pid=30730/tid=30731] ppid=30729 vsize=864664 CPUtime=0.6
/proc/30730/task/30731/stat : 30731 (java) R 30729 30726 28028 0 -1 64 3009 0 1 0 59 1 0 0 25 0 9 0 256425600 885415936 15087 996147200 134512640 134550740 4294956000 18446744073709551615 4126675708 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30730/tid=30732] ppid=30729 vsize=864664 CPUtime=0.7
/proc/30730/task/30732/stat : 30732 (java) S 30729 30726 28028 0 -1 64 13799 0 0 0 65 5 0 0 18 0 9 0 256425602 885415936 15087 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30730/tid=30733] ppid=30729 vsize=864664 CPUtime=0
/proc/30730/task/30733/stat : 30733 (java) S 30729 30726 28028 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 256425602 885415936 15087 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30730/tid=30734] ppid=30729 vsize=864664 CPUtime=0
/proc/30730/task/30734/stat : 30734 (java) S 30729 30726 28028 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 256425602 885415936 15087 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30730/tid=30735] ppid=30729 vsize=864664 CPUtime=0
/proc/30730/task/30735/stat : 30735 (java) S 30729 30726 28028 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 256425604 885415936 15087 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30730/tid=30736] ppid=30729 vsize=864664 CPUtime=0.1
/proc/30730/task/30736/stat : 30736 (java) S 30729 30726 28028 0 -1 64 502 0 0 0 10 0 0 0 16 0 9 0 256425604 885415936 15087 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30730/tid=30737] ppid=30729 vsize=864664 CPUtime=0
/proc/30730/task/30737/stat : 30737 (java) S 30729 30726 28028 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 256425604 885415936 15087 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30730/tid=30738] ppid=30729 vsize=864664 CPUtime=0
/proc/30730/task/30738/stat : 30738 (java) S 30729 30726 28028 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 256425604 885415936 15087 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 883620

[startup+3.10289 s]
/proc/loadavg: 1.99 1.98 1.99 4/93 30748
/proc/meminfo: memFree=1473712/2055920 swapFree=4179588/4192956
[pid=30726] ppid=30724 vsize=13600 CPUtime=1.92
/proc/30726/stat : 30726 (sugar) S 30724 30726 28028 0 -1 4194304 973 18918 0 1 2 1 179 10 15 0 1 0 256425595 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30726/statm: 3400 797 370 3 0 500 0
[pid=30739] ppid=30726 vsize=5356 CPUtime=0
/proc/30739/stat : 30739 (sh) S 30726 30726 28028 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 256425792 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30739/statm: 1339 233 193 169 0 50 0
[pid=30740] ppid=30739 vsize=864104 CPUtime=1.1
/proc/30740/stat : 30740 (java) S 30739 30726 28028 0 -1 0 8655 0 1 0 106 4 0 0 20 0 9 0 256425793 884842496 7590 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30740/statm: 216026 7590 2532 9 0 210608 0
[pid=30740/tid=30741] ppid=30739 vsize=864104 CPUtime=0.67
/proc/30740/task/30741/stat : 30741 (java) R 30739 30726 28028 0 -1 64 2705 0 1 0 66 1 0 0 25 0 9 0 256425793 884842496 7590 996147200 134512640 134550740 4294955952 18446744073709551615 4126523445 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30740/tid=30742] ppid=30739 vsize=864104 CPUtime=0.34
/proc/30740/task/30742/stat : 30742 (java) S 30739 30726 28028 0 -1 64 4917 0 0 0 32 2 0 0 16 0 9 0 256425794 884842496 7590 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30740/tid=30743] ppid=30739 vsize=864104 CPUtime=0
/proc/30740/task/30743/stat : 30743 (java) S 30739 30726 28028 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 256425795 884842496 7590 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30740/tid=30744] ppid=30739 vsize=864104 CPUtime=0
/proc/30740/task/30744/stat : 30744 (java) S 30739 30726 28028 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 256425795 884842496 7590 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30740/tid=30745] ppid=30739 vsize=864104 CPUtime=0
/proc/30740/task/30745/stat : 30745 (java) S 30739 30726 28028 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 256425796 884842496 7590 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30740/tid=30746] ppid=30739 vsize=864104 CPUtime=0.06
/proc/30740/task/30746/stat : 30746 (java) S 30739 30726 28028 0 -1 64 337 0 0 0 6 0 0 0 16 0 9 0 256425796 884842496 7590 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30740/tid=30747] ppid=30739 vsize=864104 CPUtime=0
/proc/30740/task/30747/stat : 30747 (java) S 30739 30726 28028 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 256425797 884842496 7590 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30740/tid=30748] ppid=30739 vsize=864104 CPUtime=0
/proc/30740/task/30748/stat : 30748 (java) S 30739 30726 28028 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 256425797 884842496 7590 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 883060

[startup+6.30223 s]
/proc/loadavg: 2.07 1.99 1.99 3/93 30748
/proc/meminfo: memFree=1447664/2055920 swapFree=4179588/4192956
[pid=30726] ppid=30724 vsize=13600 CPUtime=1.92
/proc/30726/stat : 30726 (sugar) S 30724 30726 28028 0 -1 4194304 974 18918 0 1 2 1 179 10 15 0 1 0 256425595 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30726/statm: 3400 797 370 3 0 500 0
[pid=30739] ppid=30726 vsize=5356 CPUtime=0
/proc/30739/stat : 30739 (sh) S 30726 30726 28028 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 256425792 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30739/statm: 1339 233 193 169 0 50 0
[pid=30740] ppid=30739 vsize=868420 CPUtime=4.29
/proc/30740/stat : 30740 (java) S 30739 30726 28028 0 -1 0 12647 0 1 0 421 8 0 0 20 0 9 0 256425793 889262080 11133 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30740/statm: 217105 11133 2541 9 0 211680 0
[pid=30740/tid=30741] ppid=30739 vsize=868420 CPUtime=3.37
/proc/30740/task/30741/stat : 30741 (java) R 30739 30726 28028 0 -1 64 3131 0 1 0 335 2 0 0 25 0 9 0 256425793 889262080 11133 996147200 134512640 134550740 4294955952 18446744073709551615 4126428735 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30740/tid=30742] ppid=30739 vsize=868420 CPUtime=0.7
/proc/30740/task/30742/stat : 30742 (java) S 30739 30726 28028 0 -1 64 7336 0 0 0 66 4 0 0 16 0 9 0 256425794 889262080 11133 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30740/tid=30743] ppid=30739 vsize=868420 CPUtime=0
/proc/30740/task/30743/stat : 30743 (java) S 30739 30726 28028 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 256425795 889262080 11133 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30740/tid=30744] ppid=30739 vsize=868420 CPUtime=0
/proc/30740/task/30744/stat : 30744 (java) S 30739 30726 28028 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 256425795 889262080 11133 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30740/tid=30745] ppid=30739 vsize=868420 CPUtime=0
/proc/30740/task/30745/stat : 30745 (java) S 30739 30726 28028 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 256425796 889262080 11133 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30740/tid=30746] ppid=30739 vsize=868420 CPUtime=0.19
/proc/30740/task/30746/stat : 30746 (java) S 30739 30726 28028 0 -1 64 1484 0 0 0 19 0 0 0 16 0 9 0 256425796 889262080 11133 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30740/tid=30747] ppid=30739 vsize=868420 CPUtime=0
/proc/30740/task/30747/stat : 30747 (java) S 30739 30726 28028 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 256425797 889262080 11133 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30740/tid=30748] ppid=30739 vsize=868420 CPUtime=0
/proc/30740/task/30748/stat : 30748 (java) S 30739 30726 28028 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 256425797 889262080 11133 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 887376

[startup+12.7019 s]
/proc/loadavg: 2.07 1.99 1.99 3/93 30748
/proc/meminfo: memFree=1428912/2055920 swapFree=4179588/4192956
[pid=30726] ppid=30724 vsize=13600 CPUtime=1.92
/proc/30726/stat : 30726 (sugar) S 30724 30726 28028 0 -1 4194304 974 18918 0 1 2 1 179 10 16 0 1 0 256425595 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30726/statm: 3400 797 370 3 0 500 0
[pid=30739] ppid=30726 vsize=5356 CPUtime=0
/proc/30739/stat : 30739 (sh) S 30726 30726 28028 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 256425792 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30739/statm: 1339 233 193 169 0 50 0
[pid=30740] ppid=30739 vsize=868420 CPUtime=10.64
/proc/30740/stat : 30740 (java) S 30739 30726 28028 0 -1 0 20735 0 1 0 1050 14 0 0 20 0 9 0 256425793 889262080 15432 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30740/statm: 217105 15432 2541 9 0 211680 0
[pid=30740/tid=30741] ppid=30739 vsize=868420 CPUtime=9.02
/proc/30740/task/30741/stat : 30741 (java) R 30739 30726 28028 0 -1 64 3620 0 1 0 899 3 0 0 25 0 9 0 256425793 889262080 15432 996147200 134512640 134550740 4294955952 18446744073709551615 4126428772 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30740/tid=30742] ppid=30739 vsize=868420 CPUtime=1.4
/proc/30740/task/30742/stat : 30742 (java) S 30739 30726 28028 0 -1 64 14934 0 0 0 131 9 0 0 16 0 9 0 256425794 889262080 15432 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30740/tid=30743] ppid=30739 vsize=868420 CPUtime=0
/proc/30740/task/30743/stat : 30743 (java) S 30739 30726 28028 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 256425795 889262080 15432 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30740/tid=30744] ppid=30739 vsize=868420 CPUtime=0
/proc/30740/task/30744/stat : 30744 (java) S 30739 30726 28028 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 256425795 889262080 15432 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30740/tid=30745] ppid=30739 vsize=868420 CPUtime=0
/proc/30740/task/30745/stat : 30745 (java) S 30739 30726 28028 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 256425796 889262080 15432 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30740/tid=30746] ppid=30739 vsize=868420 CPUtime=0.19
/proc/30740/task/30746/stat : 30746 (java) S 30739 30726 28028 0 -1 64 1485 0 0 0 19 0 0 0 15 0 9 0 256425796 889262080 15432 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30740/tid=30747] ppid=30739 vsize=868420 CPUtime=0
/proc/30740/task/30747/stat : 30747 (java) S 30739 30726 28028 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 256425797 889262080 15432 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30740/tid=30748] ppid=30739 vsize=868420 CPUtime=0
/proc/30740/task/30748/stat : 30748 (java) S 30739 30726 28028 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 256425797 889262080 15432 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 887376

[startup+25.5023 s]
/proc/loadavg: 2.05 1.99 1.99 4/93 30748
/proc/meminfo: memFree=1391536/2055920 swapFree=4179588/4192956
[pid=30726] ppid=30724 vsize=13600 CPUtime=1.92
/proc/30726/stat : 30726 (sugar) S 30724 30726 28028 0 -1 4194304 974 18918 0 1 2 1 179 10 16 0 1 0 256425595 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30726/statm: 3400 797 370 3 0 500 0
[pid=30739] ppid=30726 vsize=5356 CPUtime=0
/proc/30739/stat : 30739 (sh) S 30726 30726 28028 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 256425792 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30739/statm: 1339 233 193 169 0 50 0
[pid=30740] ppid=30739 vsize=868420 CPUtime=23.37
/proc/30740/stat : 30740 (java) S 30739 30726 28028 0 -1 0 33946 0 1 0 2314 23 0 0 20 0 9 0 256425793 889262080 24509 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30740/statm: 217105 24509 2541 9 0 211680 0
[pid=30740/tid=30741] ppid=30739 vsize=868420 CPUtime=20.52
/proc/30740/task/30741/stat : 30741 (java) R 30739 30726 28028 0 -1 64 4294 0 1 0 2048 4 0 0 25 0 9 0 256425793 889262080 24509 996147200 134512640 134550740 4294955952 18446744073709551615 4126415792 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30740/tid=30742] ppid=30739 vsize=868420 CPUtime=2.62
/proc/30740/task/30742/stat : 30742 (java) S 30739 30726 28028 0 -1 64 27463 0 0 0 245 17 0 0 16 0 9 0 256425794 889262080 24509 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30740/tid=30743] ppid=30739 vsize=868420 CPUtime=0
/proc/30740/task/30743/stat : 30743 (java) S 30739 30726 28028 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 256425795 889262080 24509 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30740/tid=30744] ppid=30739 vsize=868420 CPUtime=0
/proc/30740/task/30744/stat : 30744 (java) S 30739 30726 28028 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 256425795 889262080 24509 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[pid=30740/tid=30746] ppid=30739 vsize=868532 CPUtime=0.31
/proc/30740/task/30746/stat : 30746 (java) S 30739 30726 28028 0 -1 64 1542 0 0 0 30 1 0 0 15 0 9 0 256425796 889376768 62332 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30740/tid=30747] ppid=30739 vsize=868532 CPUtime=0
/proc/30740/task/30747/stat : 30747 (java) S 30739 30726 28028 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 256425797 889376768 62332 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30740/tid=30748] ppid=30739 vsize=868532 CPUtime=0
/proc/30740/task/30748/stat : 30748 (java) S 30739 30726 28028 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 256425797 889376768 62332 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 694.96
Current children cumulated vsize (KiB) 887488

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

[startup+716.703 s]
/proc/loadavg: 2.16 2.11 2.03 3/94 30853
/proc/meminfo: memFree=16112/2055920 swapFree=4180000/4192956
[pid=30726] ppid=30724 vsize=13600 CPUtime=1.93
/proc/30726/stat : 30726 (sugar) S 30724 30726 28028 0 -1 4194304 974 18918 0 1 3 1 179 10 16 0 1 0 256425595 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30726/statm: 3400 797 370 3 0 500 0
[pid=30739] ppid=30726 vsize=5356 CPUtime=0
/proc/30739/stat : 30739 (sh) S 30726 30726 28028 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 256425792 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30739/statm: 1339 233 193 169 0 50 0
[pid=30740] ppid=30739 vsize=868532 CPUtime=707.21
/proc/30740/stat : 30740 (java) S 30739 30726 28028 0 -1 0 80363 0 1 0 69511 1210 0 0 20 0 9 0 256425793 889376768 62332 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30740/statm: 217133 62332 2566 9 0 211680 0
[pid=30740/tid=30741] ppid=30739 vsize=868532 CPUtime=696.39
/proc/30740/task/30741/stat : 30741 (java) R 30739 30726 28028 0 -1 64 8833 0 1 0 68481 1158 0 0 25 0 9 0 256425793 889376768 62332 996147200 134512640 134550740 4294955952 18446744073709551615 4126631238 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30740/tid=30742] ppid=30739 vsize=868532 CPUtime=10.48
/proc/30740/task/30742/stat : 30742 (java) S 30739 30726 28028 0 -1 64 69292 0 0 0 999 49 0 0 16 0 9 0 256425794 889376768 62332 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30740/tid=30743] ppid=30739 vsize=868532 CPUtime=0
/proc/30740/task/30743/stat : 30743 (java) S 30739 30726 28028 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 256425795 889376768 62332 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30740/tid=30744] ppid=30739 vsize=868532 CPUtime=0
/proc/30740/task/30744/stat : 30744 (java) S 30739 30726 28028 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 256425795 889376768 62332 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30740/tid=30745] ppid=30739 vsize=868532 CPUtime=0
/proc/30740/task/30745/stat : 30745 (java) S 30739 30726 28028 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 256425796 889376768 62332 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30740/tid=30746] ppid=30739 vsize=868532 CPUtime=0.31
/proc/30740/task/30746/stat : 30746 (java) S 30739 30726 28028 0 -1 64 1542 0 0 0 30 1 0 0 15 0 9 0 256425796 889376768 62332 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30740/tid=30747] ppid=30739 vsize=868532 CPUtime=0
/proc/30740/task/30747/stat : 30747 (java) S 30739 30726 28028 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 256425797 889376768 62332 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30740/tid=30748] ppid=30739 vsize=868532 CPUtime=0
/proc/30740/task/30748/stat : 30748 (java) S 30739 30726 28028 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 256425797 889376768 62332 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 709.14
Current children cumulated vsize (KiB) 887488

[startup+729.503 s]
/proc/loadavg: 2.12 2.10 2.03 3/94 30853
/proc/meminfo: memFree=15984/2055920 swapFree=4180000/4192956
[pid=30726] ppid=30724 vsize=13600 CPUtime=1.93
/proc/30726/stat : 30726 (sugar) S 30724 30726 28028 0 -1 4194304 974 18918 0 1 3 1 179 10 16 0 1 0 256425595 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30726/statm: 3400 797 370 3 0 500 0
[pid=30739] ppid=30726 vsize=5356 CPUtime=0
/proc/30739/stat : 30739 (sh) S 30726 30726 28028 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 256425792 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30739/statm: 1339 233 193 169 0 50 0
[pid=30740] ppid=30739 vsize=868532 CPUtime=719.79
/proc/30740/stat : 30740 (java) S 30739 30726 28028 0 -1 0 80413 0 1 0 70736 1243 0 0 20 0 9 0 256425793 889376768 62332 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30740/statm: 217133 62332 2566 9 0 211680 0
[pid=30740/tid=30741] ppid=30739 vsize=868532 CPUtime=708.91
/proc/30740/task/30741/stat : 30741 (java) R 30739 30726 28028 0 -1 64 8883 0 1 0 69701 1190 0 0 25 0 9 0 256425793 889376768 62332 996147200 134512640 134550740 4294955952 18446744073709551615 4126993392 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30740/tid=30742] ppid=30739 vsize=868532 CPUtime=10.53
/proc/30740/task/30742/stat : 30742 (java) S 30739 30726 28028 0 -1 64 69292 0 0 0 1003 50 0 0 16 0 9 0 256425794 889376768 62332 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30740/tid=30743] ppid=30739 vsize=868532 CPUtime=0
/proc/30740/task/30743/stat : 30743 (java) S 30739 30726 28028 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 256425795 889376768 62332 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30740/tid=30744] ppid=30739 vsize=868532 CPUtime=0
/proc/30740/task/30744/stat : 30744 (java) S 30739 30726 28028 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 256425795 889376768 62332 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30740/tid=30745] ppid=30739 vsize=868532 CPUtime=0
/proc/30740/task/30745/stat : 30745 (java) S 30739 30726 28028 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 256425796 889376768 62332 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30740/tid=30746] ppid=30739 vsize=868532 CPUtime=0.31
/proc/30740/task/30746/stat : 30746 (java) S 30739 30726 28028 0 -1 64 1542 0 0 0 30 1 0 0 15 0 9 0 256425796 889376768 62332 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30740/tid=30747] ppid=30739 vsize=868532 CPUtime=0
/proc/30740/task/30747/stat : 30747 (java) S 30739 30726 28028 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 256425797 889376768 62332 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30740/tid=30748] ppid=30739 vsize=868532 CPUtime=0
/proc/30740/task/30748/stat : 30748 (java) S 30739 30726 28028 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 256425797 889376768 62332 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 721.72
Current children cumulated vsize (KiB) 887488

[startup+742.302 s]
/proc/loadavg: 2.11 2.10 2.03 3/94 30853
/proc/meminfo: memFree=15600/2055920 swapFree=4180000/4192956
[pid=30726] ppid=30724 vsize=13600 CPUtime=1.93
/proc/30726/stat : 30726 (sugar) S 30724 30726 28028 0 -1 4194304 974 18918 0 1 3 1 179 10 16 0 1 0 256425595 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30726/statm: 3400 797 370 3 0 500 0
[pid=30739] ppid=30726 vsize=5356 CPUtime=0
/proc/30739/stat : 30739 (sh) S 30726 30726 28028 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 256425792 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30739/statm: 1339 233 193 169 0 50 0
[pid=30740] ppid=30739 vsize=868532 CPUtime=732.41
/proc/30740/stat : 30740 (java) S 30739 30726 28028 0 -1 0 80465 0 1 0 71965 1276 0 0 20 0 9 0 256425793 889376768 62332 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30740/statm: 217133 62332 2566 9 0 211680 0
[pid=30740/tid=30741] ppid=30739 vsize=868532 CPUtime=721.49
/proc/30740/task/30741/stat : 30741 (java) R 30739 30726 28028 0 -1 64 8935 0 1 0 70926 1223 0 0 25 0 9 0 256425793 889376768 62332 996147200 134512640 134550740 4294955952 18446744073709551615 4126888033 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30740/tid=30742] ppid=30739 vsize=868532 CPUtime=10.57
/proc/30740/task/30742/stat : 30742 (java) S 30739 30726 28028 0 -1 64 69292 0 0 0 1007 50 0 0 16 0 9 0 256425794 889376768 62332 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30740/tid=30743] ppid=30739 vsize=868532 CPUtime=0
/proc/30740/task/30743/stat : 30743 (java) S 30739 30726 28028 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 256425795 889376768 62332 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30740/tid=30744] ppid=30739 vsize=868532 CPUtime=0
/proc/30740/task/30744/stat : 30744 (java) S 30739 30726 28028 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 256425795 889376768 62332 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30740/tid=30745] ppid=30739 vsize=868532 CPUtime=0
/proc/30740/task/30745/stat : 30745 (java) S 30739 30726 28028 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 256425796 889376768 62332 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30740/tid=30746] ppid=30739 vsize=868532 CPUtime=0.31
/proc/30740/task/30746/stat : 30746 (java) S 30739 30726 28028 0 -1 64 1542 0 0 0 30 1 0 0 15 0 9 0 256425796 889376768 62332 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30740/tid=30747] ppid=30739 vsize=868532 CPUtime=0
/proc/30740/task/30747/stat : 30747 (java) S 30739 30726 28028 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 256425797 889376768 62332 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30740/tid=30748] ppid=30739 vsize=868532 CPUtime=0
/proc/30740/task/30748/stat : 30748 (java) S 30739 30726 28028 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 256425797 889376768 62332 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 734.34
Current children cumulated vsize (KiB) 887488

[startup+748.701 s]
/proc/loadavg: 2.10 2.10 2.03 3/94 30853
/proc/meminfo: memFree=15792/2055920 swapFree=4180000/4192956
[pid=30726] ppid=30724 vsize=13600 CPUtime=1.93
/proc/30726/stat : 30726 (sugar) S 30724 30726 28028 0 -1 4194304 974 18918 0 1 3 1 179 10 16 0 1 0 256425595 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30726/statm: 3400 797 370 3 0 500 0
[pid=30739] ppid=30726 vsize=5356 CPUtime=0
/proc/30739/stat : 30739 (sh) S 30726 30726 28028 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 256425792 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30739/statm: 1339 233 193 169 0 50 0
[pid=30740] ppid=30739 vsize=868532 CPUtime=738.72
/proc/30740/stat : 30740 (java) S 30739 30726 28028 0 -1 0 80491 0 1 0 72584 1288 0 0 20 0 9 0 256425793 889376768 62332 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30740/statm: 217133 62332 2566 9 0 211680 0
[pid=30740/tid=30741] ppid=30739 vsize=868532 CPUtime=727.78
/proc/30740/task/30741/stat : 30741 (java) R 30739 30726 28028 0 -1 64 8961 0 1 0 71543 1235 0 0 25 0 9 0 256425793 889376768 62332 996147200 134512640 134550740 4294955952 18446744073709551615 4126993416 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30740/tid=30742] ppid=30739 vsize=868532 CPUtime=10.59
/proc/30740/task/30742/stat : 30742 (java) S 30739 30726 28028 0 -1 64 69292 0 0 0 1009 50 0 0 16 0 9 0 256425794 889376768 62332 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30740/tid=30743] ppid=30739 vsize=868532 CPUtime=0
/proc/30740/task/30743/stat : 30743 (java) S 30739 30726 28028 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 256425795 889376768 62332 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30740/tid=30744] ppid=30739 vsize=868532 CPUtime=0
/proc/30740/task/30744/stat : 30744 (java) S 30739 30726 28028 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 256425795 889376768 62332 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30740/tid=30745] ppid=30739 vsize=868532 CPUtime=0
/proc/30740/task/30745/stat : 30745 (java) S 30739 30726 28028 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 256425796 889376768 62332 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30740/tid=30746] ppid=30739 vsize=868532 CPUtime=0.31
/proc/30740/task/30746/stat : 30746 (java) S 30739 30726 28028 0 -1 64 1542 0 0 0 30 1 0 0 15 0 9 0 256425796 889376768 62332 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30740/tid=30747] ppid=30739 vsize=868532 CPUtime=0
/proc/30740/task/30747/stat : 30747 (java) S 30739 30726 28028 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 256425797 889376768 62332 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30740/tid=30748] ppid=30739 vsize=868532 CPUtime=0
/proc/30740/task/30748/stat : 30748 (java) S 30739 30726 28028 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 256425797 889376768 62332 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 740.65
Current children cumulated vsize (KiB) 887488

[startup+751.901 s]
/proc/loadavg: 2.09 2.10 2.03 2/84 30853
/proc/meminfo: memFree=544512/2055920 swapFree=4180000/4192956
[pid=30726] ppid=30724 vsize=13600 CPUtime=742.72
/proc/30726/stat : 30726 (sugar) D 30724 30726 28028 0 -1 4194304 996 99715 0 2 3 23 72940 1306 18 0 1 0 256425595 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269807752233 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/30726/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 742.72
Current children cumulated vsize (KiB) 13600

[startup+752.701 s]
/proc/loadavg: 2.09 2.10 2.03 2/84 30853
/proc/meminfo: memFree=540928/2055920 swapFree=4180000/4192956
[pid=30726] ppid=30724 vsize=13600 CPUtime=742.75
/proc/30726/stat : 30726 (sugar) D 30724 30726 28028 0 -1 4194304 996 99715 0 2 3 26 72940 1306 18 0 1 0 256425595 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269807752233 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/30726/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 742.75
Current children cumulated vsize (KiB) 13600

[startup+753.102 s]
/proc/loadavg: 2.09 2.10 2.03 2/84 30853
/proc/meminfo: memFree=540928/2055920 swapFree=4180000/4192956
[pid=30726] ppid=30724 vsize=13600 CPUtime=742.77
/proc/30726/stat : 30726 (sugar) D 30724 30726 28028 0 -1 4194304 996 99715 0 2 3 28 72940 1306 18 0 1 0 256425595 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269807752233 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/30726/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 742.77
Current children cumulated vsize (KiB) 13600

[startup+753.507 s]
/proc/loadavg: 2.08 2.10 2.03 2/84 30853
/proc/meminfo: memFree=538176/2055920 swapFree=4180000/4192956
[pid=30726] ppid=30724 vsize=13600 CPUtime=742.79
/proc/30726/stat : 30726 (sugar) D 30724 30726 28028 0 -1 4194304 996 99715 0 2 3 30 72940 1306 18 0 1 0 256425595 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269807752233 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/30726/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 742.79
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 753.545
CPU time (s): 742.814
CPU user time (s): 729.434
CPU system time (s): 13.38
CPU usage (%): 98.576
Max. virtual memory (cumulated for all children) (KiB): 900188

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 729.434
system time used= 13.38
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 100741
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 44168
involuntary context switches= 53930

runsolver used 0.98485 second user time and 2.53161 second system time

The end

Launcher Data (download as text)

Begin job on node81 at 2008-07-05 07:06:17
IDJOB=1085562
IDBENCH=57660
IDSOLVER=346
FILE ID=node81/1085562-1215234376
PBS_JOBID= 7881768
Free space on /tmp= 126816 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 9a4e6098c7014d2e43e37229a7ed8846
RANDOM SEED=143018854

node81.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.236
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.236
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:       1483560 kB
Buffers:         86200 kB
Cached:         384348 kB
SwapCached:       6404 kB
Active:         271164 kB
Inactive:       228972 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1483560 kB
SwapTotal:     4192956 kB
SwapFree:      4179588 kB
Dirty:            5872 kB
Writeback:           0 kB
Mapped:          46228 kB
Slab:            57476 kB
Committed_AS:   631292 kB
PageTables:       1716 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= 125612 MiB
End job on node81 at 2008-07-05 07:18:50