Trace number 1086149

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+picosat? 647.761 656.929

General information on the benchmark

Namecsp/fapp/fapp39/
normalized-fapp39-2750-5.xml
MD5SUMd08e5d47ef9f1649c292e6df05982746
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 benchmark1265
Satisfiable
(Un)Satisfiability was proved
Number of variables2750
Number of constraints23154
Maximum constraint arity2
Maximum domain size502
Number of constraints which are defined in extension0
Number of constraints which are defined in intension23154
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/picosat
0.00/0.04	c 0	BEGIN Sat Jul  5 08:01:44 2008
0.00/0.04	c 0	PID 722
0.00/0.05	c 0	HOST node36.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1086149-1215237703.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1086149-1215237703.xml' 'HOME/temp.csp'
1.76/1.80	c 1	4 domains, 2750 variables, 8 predicates, 0 relations, 23154 constraints
1.76/1.83	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.76/1.83	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.77/1.91	c 2	Parsing HOME/temp.csp
2.12/2.30	c 2	parsed 10000 expressions
2.51/2.66	c 2	parsed 20000 expressions
2.71/2.82	c 2	parsed 25916 expressions
2.71/2.82	c 2	Heap : 11 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.71/2.82	c 2	Converting to clausal form CSP
2.71/2.89	c 3	converted 2592 (10%) expressions
7.17/7.36	c 7	converted 5184 (20%) expressions
11.53/11.73	c 11	converted 7775 (30%) expressions
15.68/15.93	c 16	converted 10367 (40%) expressions
19.93/20.28	c 20	converted 12958 (50%) expressions
24.00/24.34	c 24	converted 15550 (60%) expressions
27.95/28.30	c 28	converted 18142 (70%) expressions
32.11/32.54	c 32	converted 20733 (80%) expressions
35.87/36.34	c 36	converted 23325 (90%) expressions
39.33/39.85	c 39	converted 25916 (100%) expressions
39.33/39.86	c 39	CSP : 9858 integers, 63570 booleans, 152567 clauses, largest domain size 4001
39.33/39.86	c 39	Heap : 77 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
39.33/39.86	c 39	Propagation in CSP
45.77/46.35	c 46	408520 values, 0 unsatisfiable literals, and 0 valid clauses are removed
45.77/46.36	c 46	CSP : 9858 integers, 63570 booleans, 152567 clauses, largest domain size 4001
45.77/46.36	c 46	Heap : 88 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
45.77/46.40	c 46	Simplifing CSP by introducing new Boolean variables
46.76/47.32	c 47	CSP : 9858 integers, 123318 booleans, 212315 clauses, largest domain size 4001
46.76/47.32	c 47	Heap : 107 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
47.35/47.93	c 48	Encoding CSP to SAT : HOME/temp.cnf
61.51/62.28	c 62	986 (10%) CSP integer variables are encoded (478451 clauses, 7911978 bytes)
75.47/76.36	c 76	1972 (20%) CSP integer variables are encoded (956902 clauses, 16045645 bytes)
87.75/88.75	c 88	2958 (30%) CSP integer variables are encoded (2161293 clauses, 38846989 bytes)
92.49/93.55	c 93	3944 (40%) CSP integer variables are encoded (6032255 clauses, 112395267 bytes)
97.41/98.55	c 98	4929 (50%) CSP integer variables are encoded (9908138 clauses, 186037044 bytes)
102.51/103.79	c 103	5915 (60%) CSP integer variables are encoded (13800832 clauses, 267609799 bytes)
107.64/109.07	c 109	6901 (70%) CSP integer variables are encoded (17707030 clauses, 349639957 bytes)
112.79/114.31	c 114	7887 (80%) CSP integer variables are encoded (21575396 clauses, 430875643 bytes)
117.85/119.56	c 119	8873 (90%) CSP integer variables are encoded (25463834 clauses, 512532841 bytes)
123.01/124.82	c 124	9858 (100%) CSP integer variables are encoded (29348921 clauses, 594119668 bytes)
346.51/351.20	c 351	21232 (10%) CSP clauses are encoded (54041855 clauses, 1206593201 bytes)
528.27/535.77	c 535	42463 (20%) CSP clauses are encoded (76493062 clauses, 1771723247 bytes)
646.71/655.52	c 655	ERROR Exception Too large HOME/temp.cnf
646.71/655.52	c 655	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
646.71/655.52	c 655	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
646.71/655.52	c 655	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
646.71/655.52	s UNKNOWN
646.71/655.58	c 655	CPU 633.58 (0.03 0.01 633.55 13.17)
646.71/655.58	c 655	END Sat Jul  5 08:12:39 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-1086149-1215237703/watcher-1086149-1215237703 -o /tmp/evaluation-result-1086149-1215237703/solver-1086149-1215237703 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-1086149-1215237703.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.92 1.98 1.99 4/72 722
/proc/meminfo: memFree=1445156/2055920 swapFree=4179028/4192956
[pid=722] ppid=720 vsize=12000 CPUtime=0
/proc/722/stat : 722 (sugar) R 720 722 31702 0 -1 4194304 201 0 0 0 0 0 0 0 22 0 1 0 2002743250 12288000 169 996147200 4194304 4206940 548682068608 18446744073709551615 240926126728 0 0 4224 0 0 0 0 17 1 0 0
/proc/722/statm: 3000 169 130 3 0 100 0

[startup+0.051803 s]
/proc/loadavg: 1.92 1.98 1.99 4/72 722
/proc/meminfo: memFree=1445156/2055920 swapFree=4179028/4192956
[pid=722] ppid=720 vsize=13600 CPUtime=0.04
/proc/722/stat : 722 (sugar) S 720 722 31702 0 -1 4194304 884 127 0 0 3 1 0 0 18 0 1 0 2002743250 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/722/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.102237 s]
/proc/loadavg: 1.92 1.98 1.99 4/72 722
/proc/meminfo: memFree=1445156/2055920 swapFree=4179028/4192956
[pid=722] ppid=720 vsize=13600 CPUtime=0.04
/proc/722/stat : 722 (sugar) S 720 722 31702 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2002743250 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/722/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301252 s]
/proc/loadavg: 1.92 1.98 1.99 4/72 722
/proc/meminfo: memFree=1445156/2055920 swapFree=4179028/4192956
[pid=722] ppid=720 vsize=13600 CPUtime=0.04
/proc/722/stat : 722 (sugar) S 720 722 31702 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2002743250 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/722/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701299 s]
/proc/loadavg: 1.92 1.98 1.99 4/72 722
/proc/meminfo: memFree=1445156/2055920 swapFree=4179028/4192956
[pid=722] ppid=720 vsize=13600 CPUtime=0.04
/proc/722/stat : 722 (sugar) S 720 722 31702 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2002743250 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/722/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50238 s]
/proc/loadavg: 1.92 1.98 1.99 4/83 734
/proc/meminfo: memFree=1419596/2055920 swapFree=4179028/4192956
[pid=722] ppid=720 vsize=13600 CPUtime=0.04
/proc/722/stat : 722 (sugar) S 720 722 31702 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2002743250 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/722/statm: 3400 796 370 3 0 500 0
[pid=725] ppid=722 vsize=5356 CPUtime=0
/proc/725/stat : 725 (sh) S 722 722 31702 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2002743255 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/725/statm: 1339 233 193 169 0 50 0
[pid=726] ppid=725 vsize=864676 CPUtime=1.42
/proc/726/stat : 726 (java) S 725 722 31702 0 -1 0 14034 0 1 0 136 6 0 0 18 0 9 0 2002743256 885428224 12078 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/726/statm: 216169 12078 2529 9 0 210751 0
[pid=726/tid=727] ppid=725 vsize=864676 CPUtime=0.8
/proc/726/task/727/stat : 727 (java) R 725 722 31702 0 -1 64 3025 0 1 0 79 1 0 0 24 0 9 0 2002743257 885428224 12078 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=726/tid=728] ppid=725 vsize=864676 CPUtime=0.45
/proc/726/task/728/stat : 728 (java) R 725 722 31702 0 -1 64 9792 0 0 0 42 3 0 0 16 0 9 0 2002743258 885428224 12078 996147200 134512640 134550740 4294956000 18446744073709551615 104187966 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=726/tid=729] ppid=725 vsize=864676 CPUtime=0
/proc/726/task/729/stat : 729 (java) S 725 722 31702 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2002743258 885428224 12078 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=726/tid=730] ppid=725 vsize=864676 CPUtime=0
/proc/726/task/730/stat : 730 (java) S 725 722 31702 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 2002743258 885428224 12078 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=726/tid=731] ppid=725 vsize=864676 CPUtime=0
/proc/726/task/731/stat : 731 (java) S 725 722 31702 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002743260 885428224 12078 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=726/tid=732] ppid=725 vsize=864676 CPUtime=0.13
/proc/726/task/732/stat : 732 (java) S 725 722 31702 0 -1 64 518 0 0 0 13 0 0 0 16 0 9 0 2002743260 885428224 12078 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=726/tid=733] ppid=725 vsize=864676 CPUtime=0
/proc/726/task/733/stat : 733 (java) S 725 722 31702 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2002743260 885428224 12078 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=726/tid=734] ppid=725 vsize=864676 CPUtime=0
/proc/726/task/734/stat : 734 (java) S 725 722 31702 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2002743260 885428224 12078 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 883632

[startup+3.10254 s]
/proc/loadavg: 1.92 1.98 1.99 3/83 744
/proc/meminfo: memFree=1435660/2055920 swapFree=4179028/4192956
[pid=722] ppid=720 vsize=13600 CPUtime=1.77
/proc/722/stat : 722 (sugar) S 720 722 31702 0 -1 4194304 974 14871 0 1 3 1 165 8 15 0 1 0 2002743250 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/722/statm: 3400 797 370 3 0 500 0
[pid=735] ppid=722 vsize=5356 CPUtime=0
/proc/735/stat : 735 (sh) S 722 722 31702 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002743433 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/735/statm: 1339 233 193 169 0 50 0
[pid=736] ppid=735 vsize=865616 CPUtime=1.24
/proc/736/stat : 736 (java) S 735 722 31702 0 -1 0 8314 0 1 0 118 6 0 0 18 0 9 0 2002743434 886390784 7316 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/736/statm: 216404 7316 2543 9 0 210979 0
[pid=736/tid=737] ppid=735 vsize=865616 CPUtime=0.82
/proc/736/task/737/stat : 737 (java) R 735 722 31702 0 -1 64 2709 0 1 0 81 1 0 0 25 0 9 0 2002743435 886390784 7316 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=736/tid=738] ppid=735 vsize=865616 CPUtime=0.25
/proc/736/task/738/stat : 738 (java) S 735 722 31702 0 -1 64 4204 0 0 0 23 2 0 0 16 0 9 0 2002743436 886390784 7316 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=736/tid=739] ppid=735 vsize=865616 CPUtime=0
/proc/736/task/739/stat : 739 (java) S 735 722 31702 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002743436 886390784 7316 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=736/tid=740] ppid=735 vsize=865616 CPUtime=0
/proc/736/task/740/stat : 740 (java) S 735 722 31702 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2002743436 886390784 7316 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=736/tid=741] ppid=735 vsize=865616 CPUtime=0
/proc/736/task/741/stat : 741 (java) S 735 722 31702 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002743438 886390784 7316 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=736/tid=742] ppid=735 vsize=865616 CPUtime=0.12
/proc/736/task/742/stat : 742 (java) R 735 722 31702 0 -1 64 703 0 0 0 12 0 0 0 16 0 9 0 2002743438 886390784 7316 996147200 134512640 134550740 4294955952 18446744073709551615 102046130 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=736/tid=743] ppid=735 vsize=865616 CPUtime=0
/proc/736/task/743/stat : 743 (java) S 735 722 31702 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2002743438 886390784 7316 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=736/tid=744] ppid=735 vsize=865616 CPUtime=0
/proc/736/task/744/stat : 744 (java) S 735 722 31702 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002743438 886390784 7316 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 884572

[startup+6.30286 s]
/proc/loadavg: 1.93 1.98 1.99 3/83 744
/proc/meminfo: memFree=1415180/2055920 swapFree=4179028/4192956
[pid=722] ppid=720 vsize=13600 CPUtime=1.77
/proc/722/stat : 722 (sugar) S 720 722 31702 0 -1 4194304 974 14871 0 1 3 1 165 8 15 0 1 0 2002743250 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/722/statm: 3400 797 370 3 0 500 0
[pid=735] ppid=722 vsize=5356 CPUtime=0
/proc/735/stat : 735 (sh) S 722 722 31702 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002743433 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/735/statm: 1339 233 193 169 0 50 0
[pid=736] ppid=735 vsize=868408 CPUtime=4.41
/proc/736/stat : 736 (java) S 735 722 31702 0 -1 0 10843 0 1 0 431 10 0 0 18 0 9 0 2002743434 889249792 9486 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/736/statm: 217102 9486 2542 9 0 211677 0
[pid=736/tid=737] ppid=735 vsize=868408 CPUtime=3.62
/proc/736/task/737/stat : 737 (java) R 735 722 31702 0 -1 64 3060 0 1 0 360 2 0 0 25 0 9 0 2002743435 889249792 9486 996147200 134512640 134550740 4294955952 18446744073709551615 4126620926 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=736/tid=738] ppid=735 vsize=868408 CPUtime=0.55
/proc/736/task/738/stat : 738 (java) S 735 722 31702 0 -1 64 5608 0 0 0 50 5 0 0 16 0 9 0 2002743436 889249792 9486 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=736/tid=739] ppid=735 vsize=868408 CPUtime=0
/proc/736/task/739/stat : 739 (java) S 735 722 31702 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002743436 889249792 9486 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=736/tid=740] ppid=735 vsize=868408 CPUtime=0
/proc/736/task/740/stat : 740 (java) S 735 722 31702 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2002743436 889249792 9486 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=736/tid=741] ppid=735 vsize=868408 CPUtime=0
/proc/736/task/741/stat : 741 (java) S 735 722 31702 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002743438 889249792 9486 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=736/tid=742] ppid=735 vsize=868408 CPUtime=0.21
/proc/736/task/742/stat : 742 (java) S 735 722 31702 0 -1 64 1477 0 0 0 20 1 0 0 15 0 9 0 2002743438 889249792 9486 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=736/tid=743] ppid=735 vsize=868408 CPUtime=0
/proc/736/task/743/stat : 743 (java) S 735 722 31702 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2002743438 889249792 9486 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=736/tid=744] ppid=735 vsize=868408 CPUtime=0
/proc/736/task/744/stat : 744 (java) S 735 722 31702 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002743438 889249792 9486 996147200 134512640 134550740 4294955952 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) 887364

[startup+12.7025 s]
/proc/loadavg: 1.93 1.98 1.99 3/83 744
/proc/meminfo: memFree=1404044/2055920 swapFree=4179028/4192956
[pid=722] ppid=720 vsize=13600 CPUtime=1.77
/proc/722/stat : 722 (sugar) S 720 722 31702 0 -1 4194304 974 14871 0 1 3 1 165 8 16 0 1 0 2002743250 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/722/statm: 3400 797 370 3 0 500 0
[pid=735] ppid=722 vsize=5356 CPUtime=0
/proc/735/stat : 735 (sh) S 722 722 31702 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002743433 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/735/statm: 1339 233 193 169 0 50 0
[pid=736] ppid=735 vsize=868408 CPUtime=10.74
/proc/736/stat : 736 (java) S 735 722 31702 0 -1 0 15167 0 1 0 1059 15 0 0 18 0 9 0 2002743434 889249792 12137 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/736/statm: 217102 12137 2541 9 0 211677 0
[pid=736/tid=737] ppid=735 vsize=868408 CPUtime=9.34
/proc/736/task/737/stat : 737 (java) R 735 722 31702 0 -1 64 3562 0 1 0 930 4 0 0 25 0 9 0 2002743435 889249792 12137 996147200 134512640 134550740 4294955952 18446744073709551615 4126477358 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=736/tid=738] ppid=735 vsize=868408 CPUtime=1.16
/proc/736/task/738/stat : 738 (java) S 735 722 31702 0 -1 64 9419 0 0 0 107 9 0 0 16 0 9 0 2002743436 889249792 12137 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=736/tid=739] ppid=735 vsize=868408 CPUtime=0
/proc/736/task/739/stat : 739 (java) S 735 722 31702 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002743436 889249792 12137 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=736/tid=740] ppid=735 vsize=868408 CPUtime=0
/proc/736/task/740/stat : 740 (java) S 735 722 31702 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2002743436 889249792 12137 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=736/tid=741] ppid=735 vsize=868408 CPUtime=0
/proc/736/task/741/stat : 741 (java) S 735 722 31702 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002743438 889249792 12137 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=736/tid=742] ppid=735 vsize=868408 CPUtime=0.22
/proc/736/task/742/stat : 742 (java) S 735 722 31702 0 -1 64 1488 0 0 0 21 1 0 0 16 0 9 0 2002743438 889249792 12137 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=736/tid=743] ppid=735 vsize=868408 CPUtime=0
/proc/736/task/743/stat : 743 (java) S 735 722 31702 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2002743438 889249792 12137 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=736/tid=744] ppid=735 vsize=868408 CPUtime=0
/proc/736/task/744/stat : 744 (java) S 735 722 31702 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002743438 889249792 12137 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 887364

[startup+25.5018 s]
/proc/loadavg: 1.95 1.98 1.99 3/83 744
/proc/meminfo: memFree=1380172/2055920 swapFree=4179028/4192956
[pid=722] ppid=720 vsize=13600 CPUtime=1.77
/proc/722/stat : 722 (sugar) S 720 722 31702 0 -1 4194304 974 14871 0 1 3 1 165 8 16 0 1 0 2002743250 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/722/statm: 3400 797 370 3 0 500 0
[pid=735] ppid=722 vsize=5356 CPUtime=0
/proc/735/stat : 735 (sh) S 722 722 31702 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002743433 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/735/statm: 1339 233 193 169 0 50 0
[pid=736] ppid=735 vsize=868408 CPUtime=23.42
/proc/736/stat : 736 (java) S 735 722 31702 0 -1 0 22374 0 1 0 2318 24 0 0 18 0 9 0 2002743434 889249792 17903 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/736/statm: 217102 17903 2541 9 0 211677 0
[pid=736/tid=737] ppid=735 vsize=868408 CPUtime=20.96
/proc/736/task/737/stat : 737 (java) R 735 722 31702 0 -1 64 4281 0 1 0 2090 6 0 0 25 0 9 0 2002743435 889249792 17903 996147200 134512640 134550740 4294955952 18446744073709551615 4126566461 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=736/tid=738] ppid=735 vsize=868408 CPUtime=2.2
/proc/736/task/738/stat : 738 (java) S 735 722 31702 0 -1 64 15906 0 0 0 205 15 0 0 16 0 9 0 2002743436 889249792 17903 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=736/tid=739] ppid=735 vsize=868408 CPUtime=0
/proc/736/task/739/stat : 739 (java) S 735 722 31702 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002743436 889249792 17903 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=736/tid=740] ppid=735 vsize=868408 CPUtime=0
/proc/736/task/740/stat : 740 (java) S 735 722 31702 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2002743436 889249792 17903 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/736/task/737/stat : 737 (java) R 735 722 31702 0 -1 64 10201 0 1 0 55323 1113 0 0 25 0 9 0 2002743435 889364480 32002 996147200 134512640 134550740 4294955952 18446744073709551615 4127064849 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=736/tid=738] ppid=735 vsize=868520 CPUtime=7.81
/proc/736/task/738/stat : 738 (java) S 735 722 31702 0 -1 64 32223 0 0 0 728 53 0 0 16 0 9 0 2002743436 889364480 32002 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=736/tid=739] ppid=735 vsize=868520 CPUtime=0
/proc/736/task/739/stat : 739 (java) S 735 722 31702 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002743436 889364480 32002 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=736/tid=740] ppid=735 vsize=868520 CPUtime=0
/proc/736/task/740/stat : 740 (java) S 735 722 31702 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2002743436 889364480 32002 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=736/tid=741] ppid=735 vsize=868520 CPUtime=0
/proc/736/task/741/stat : 741 (java) S 735 722 31702 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002743438 889364480 32002 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=736/tid=742] ppid=735 vsize=868520 CPUtime=0.32
/proc/736/task/742/stat : 742 (java) S 735 722 31702 0 -1 64 1535 0 0 0 31 1 0 0 16 0 9 0 2002743438 889364480 32002 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=736/tid=743] ppid=735 vsize=868520 CPUtime=0
/proc/736/task/743/stat : 743 (java) S 735 722 31702 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2002743438 889364480 32002 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=736/tid=744] ppid=735 vsize=868520 CPUtime=0
/proc/736/task/744/stat : 744 (java) S 735 722 31702 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002743438 889364480 32002 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 574.29
Current children cumulated vsize (KiB) 887476

[startup+642.302 s]
/proc/loadavg: 2.26 2.12 2.05 3/83 749
/proc/meminfo: memFree=15436/2055920 swapFree=4179028/4192956
[pid=722] ppid=720 vsize=13600 CPUtime=1.77
/proc/722/stat : 722 (sugar) S 720 722 31702 0 -1 4194304 974 14871 0 1 3 1 165 8 16 0 1 0 2002743250 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/722/statm: 3400 797 370 3 0 500 0
[pid=735] ppid=722 vsize=5356 CPUtime=0
/proc/735/stat : 735 (sh) S 722 722 31702 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002743433 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/735/statm: 1339 233 193 169 0 50 0
[pid=736] ppid=735 vsize=868520 CPUtime=631.88
/proc/736/stat : 736 (java) S 735 722 31702 0 -1 0 45100 0 1 0 61908 1280 0 0 18 0 9 0 2002743434 889364480 32002 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/736/statm: 217130 32002 2566 9 0 211677 0
[pid=736/tid=737] ppid=735 vsize=868520 CPUtime=623.45
/proc/736/task/737/stat : 737 (java) R 735 722 31702 0 -1 64 10644 0 1 0 61124 1221 0 0 25 0 9 0 2002743435 889364480 32002 996147200 134512640 134550740 4294955952 18446744073709551615 4126621622 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=736/tid=738] ppid=735 vsize=868520 CPUtime=8.08
/proc/736/task/738/stat : 738 (java) S 735 722 31702 0 -1 64 32223 0 0 0 752 56 0 0 16 0 9 0 2002743436 889364480 32002 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=736/tid=739] ppid=735 vsize=868520 CPUtime=0
/proc/736/task/739/stat : 739 (java) S 735 722 31702 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002743436 889364480 32002 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=736/tid=740] ppid=735 vsize=868520 CPUtime=0
/proc/736/task/740/stat : 740 (java) S 735 722 31702 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2002743436 889364480 32002 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=736/tid=741] ppid=735 vsize=868520 CPUtime=0
/proc/736/task/741/stat : 741 (java) S 735 722 31702 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002743438 889364480 32002 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=736/tid=742] ppid=735 vsize=868520 CPUtime=0.32
/proc/736/task/742/stat : 742 (java) S 735 722 31702 0 -1 64 1535 0 0 0 31 1 0 0 16 0 9 0 2002743438 889364480 32002 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=736/tid=743] ppid=735 vsize=868520 CPUtime=0
/proc/736/task/743/stat : 743 (java) S 735 722 31702 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2002743438 889364480 32002 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=736/tid=744] ppid=735 vsize=868520 CPUtime=0
/proc/736/task/744/stat : 744 (java) S 735 722 31702 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002743438 889364480 32002 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 633.65
Current children cumulated vsize (KiB) 887476

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

[startup+646.303 s]
/proc/loadavg: 2.24 2.12 2.05 3/83 749
/proc/meminfo: memFree=15884/2055920 swapFree=4179028/4192956
[pid=722] ppid=720 vsize=13600 CPUtime=1.77
/proc/722/stat : 722 (sugar) S 720 722 31702 0 -1 4194304 974 14871 0 1 3 1 165 8 16 0 1 0 2002743250 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/722/statm: 3400 797 370 3 0 500 0
[pid=735] ppid=722 vsize=5356 CPUtime=0
/proc/735/stat : 735 (sh) S 722 722 31702 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002743433 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/735/statm: 1339 233 193 169 0 50 0
[pid=736] ppid=735 vsize=868520 CPUtime=635.84
/proc/736/stat : 736 (java) S 735 722 31702 0 -1 0 45130 0 1 0 62296 1288 0 0 18 0 9 0 2002743434 889364480 32002 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/736/statm: 217130 32002 2566 9 0 211677 0
[pid=736/tid=737] ppid=735 vsize=868520 CPUtime=627.4
/proc/736/task/737/stat : 737 (java) R 735 722 31702 0 -1 64 10674 0 1 0 61511 1229 0 0 25 0 9 0 2002743435 889364480 32002 996147200 134512640 134550740 4294955952 18446744073709551615 4127067193 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=736/tid=738] ppid=735 vsize=868520 CPUtime=8.1
/proc/736/task/738/stat : 738 (java) S 735 722 31702 0 -1 64 32223 0 0 0 754 56 0 0 16 0 9 0 2002743436 889364480 32002 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=736/tid=739] ppid=735 vsize=868520 CPUtime=0
/proc/736/task/739/stat : 739 (java) S 735 722 31702 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002743436 889364480 32002 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=736/tid=740] ppid=735 vsize=868520 CPUtime=0
/proc/736/task/740/stat : 740 (java) S 735 722 31702 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2002743436 889364480 32002 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=736/tid=741] ppid=735 vsize=868520 CPUtime=0
/proc/736/task/741/stat : 741 (java) S 735 722 31702 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002743438 889364480 32002 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=736/tid=742] ppid=735 vsize=868520 CPUtime=0.32
/proc/736/task/742/stat : 742 (java) S 735 722 31702 0 -1 64 1535 0 0 0 31 1 0 0 16 0 9 0 2002743438 889364480 32002 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=736/tid=743] ppid=735 vsize=868520 CPUtime=0
/proc/736/task/743/stat : 743 (java) S 735 722 31702 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2002743438 889364480 32002 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=736/tid=744] ppid=735 vsize=868520 CPUtime=0
/proc/736/task/744/stat : 744 (java) S 735 722 31702 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002743438 889364480 32002 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 637.61
Current children cumulated vsize (KiB) 887476

[startup+652.702 s]
/proc/loadavg: 2.22 2.12 2.05 3/83 749
/proc/meminfo: memFree=16076/2055920 swapFree=4179028/4192956
[pid=722] ppid=720 vsize=13600 CPUtime=1.77
/proc/722/stat : 722 (sugar) S 720 722 31702 0 -1 4194304 974 14871 0 1 3 1 165 8 16 0 1 0 2002743250 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/722/statm: 3400 797 370 3 0 500 0
[pid=735] ppid=722 vsize=5356 CPUtime=0
/proc/735/stat : 735 (sh) S 722 722 31702 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002743433 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/735/statm: 1339 233 193 169 0 50 0
[pid=736] ppid=735 vsize=868520 CPUtime=642.17
/proc/736/stat : 736 (java) S 735 722 31702 0 -1 0 45176 0 1 0 62918 1299 0 0 18 0 9 0 2002743434 889364480 32002 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/736/statm: 217130 32002 2566 9 0 211677 0
[pid=736/tid=737] ppid=735 vsize=868520 CPUtime=633.68
/proc/736/task/737/stat : 737 (java) R 735 722 31702 0 -1 64 10720 0 1 0 62129 1239 0 0 25 0 9 0 2002743435 889364480 32002 996147200 134512640 134550740 4294955952 18446744073709551615 4127066337 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=736/tid=738] ppid=735 vsize=868520 CPUtime=8.13
/proc/736/task/738/stat : 738 (java) S 735 722 31702 0 -1 64 32223 0 0 0 757 56 0 0 16 0 9 0 2002743436 889364480 32002 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=736/tid=739] ppid=735 vsize=868520 CPUtime=0
/proc/736/task/739/stat : 739 (java) S 735 722 31702 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002743436 889364480 32002 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=736/tid=740] ppid=735 vsize=868520 CPUtime=0
/proc/736/task/740/stat : 740 (java) S 735 722 31702 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2002743436 889364480 32002 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=736/tid=741] ppid=735 vsize=868520 CPUtime=0
/proc/736/task/741/stat : 741 (java) S 735 722 31702 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002743438 889364480 32002 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=736/tid=742] ppid=735 vsize=868520 CPUtime=0.32
/proc/736/task/742/stat : 742 (java) S 735 722 31702 0 -1 64 1535 0 0 0 31 1 0 0 16 0 9 0 2002743438 889364480 32002 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=736/tid=743] ppid=735 vsize=868520 CPUtime=0
/proc/736/task/743/stat : 743 (java) S 735 722 31702 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2002743438 889364480 32002 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=736/tid=744] ppid=735 vsize=868520 CPUtime=0
/proc/736/task/744/stat : 744 (java) S 735 722 31702 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002743438 889364480 32002 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 643.94
Current children cumulated vsize (KiB) 887476

[startup+654.302 s]
/proc/loadavg: 2.22 2.12 2.05 3/83 749
/proc/meminfo: memFree=16268/2055920 swapFree=4179028/4192956
[pid=722] ppid=720 vsize=13600 CPUtime=1.77
/proc/722/stat : 722 (sugar) S 720 722 31702 0 -1 4194304 974 14871 0 1 3 1 165 8 16 0 1 0 2002743250 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/722/statm: 3400 797 370 3 0 500 0
[pid=735] ppid=722 vsize=5356 CPUtime=0
/proc/735/stat : 735 (sh) S 722 722 31702 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002743433 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/735/statm: 1339 233 193 169 0 50 0
[pid=736] ppid=735 vsize=868520 CPUtime=643.75
/proc/736/stat : 736 (java) S 735 722 31702 0 -1 0 45189 0 1 0 63072 1303 0 0 18 0 9 0 2002743434 889364480 32002 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/736/statm: 217130 32002 2566 9 0 211677 0
[pid=736/tid=737] ppid=735 vsize=868520 CPUtime=635.26
/proc/736/task/737/stat : 737 (java) R 735 722 31702 0 -1 64 10733 0 1 0 62282 1244 0 0 25 0 9 0 2002743435 889364480 32002 996147200 134512640 134550740 4294955952 18446744073709551615 4126621622 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=736/tid=738] ppid=735 vsize=868520 CPUtime=8.15
/proc/736/task/738/stat : 738 (java) S 735 722 31702 0 -1 64 32223 0 0 0 758 57 0 0 16 0 9 0 2002743436 889364480 32002 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=736/tid=739] ppid=735 vsize=868520 CPUtime=0
/proc/736/task/739/stat : 739 (java) S 735 722 31702 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002743436 889364480 32002 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=736/tid=740] ppid=735 vsize=868520 CPUtime=0
/proc/736/task/740/stat : 740 (java) S 735 722 31702 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2002743436 889364480 32002 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=736/tid=741] ppid=735 vsize=868520 CPUtime=0
/proc/736/task/741/stat : 741 (java) S 735 722 31702 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002743438 889364480 32002 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=736/tid=742] ppid=735 vsize=868520 CPUtime=0.32
/proc/736/task/742/stat : 742 (java) S 735 722 31702 0 -1 64 1535 0 0 0 31 1 0 0 16 0 9 0 2002743438 889364480 32002 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=736/tid=743] ppid=735 vsize=868520 CPUtime=0
/proc/736/task/743/stat : 743 (java) S 735 722 31702 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2002743438 889364480 32002 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=736/tid=744] ppid=735 vsize=868520 CPUtime=0
/proc/736/task/744/stat : 744 (java) S 735 722 31702 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002743438 889364480 32002 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 645.52
Current children cumulated vsize (KiB) 887476

[startup+655.903 s]
/proc/loadavg: 2.20 2.11 2.05 3/83 749
/proc/meminfo: memFree=14924/2055920 swapFree=4179028/4192956
[pid=722] ppid=720 vsize=13600 CPUtime=647.05
/proc/722/stat : 722 (sugar) R 720 722 31702 0 -1 4194304 996 60367 0 2 3 30 63355 1317 18 0 1 0 2002743250 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240907949097 0 0 4224 16386 0 0 0 17 1 0 0
/proc/722/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 647.05
Current children cumulated vsize (KiB) 13600

[startup+656.707 s]
/proc/loadavg: 2.20 2.11 2.05 2/73 749
/proc/meminfo: memFree=1899292/2055920 swapFree=4179028/4192956
[pid=722] ppid=720 vsize=13600 CPUtime=647.72
/proc/722/stat : 722 (sugar) D 720 722 31702 0 -1 4194304 996 60367 0 2 3 97 63355 1317 18 0 1 0 2002743250 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240907949097 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/722/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 647.72
Current children cumulated vsize (KiB) 13600

[startup+656.902 s]
/proc/loadavg: 2.20 2.11 2.05 2/73 749
/proc/meminfo: memFree=1899292/2055920 swapFree=4179028/4192956
[pid=722] ppid=720 vsize=13600 CPUtime=647.74
/proc/722/stat : 722 (sugar) D 720 722 31702 0 -1 4194304 996 60367 0 2 3 99 63355 1317 18 0 1 0 2002743250 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240907949097 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/722/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 647.74
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 656.929
CPU time (s): 647.761
CPU user time (s): 633.589
CPU system time (s): 14.1728
CPU usage (%): 98.6045
Max. virtual memory (cumulated for all children) (KiB): 892492

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 633.589
system time used= 14.1728
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 61393
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= 61202
involuntary context switches= 75347

runsolver used 0.826874 second user time and 2.24666 second system time

The end

Launcher Data (download as text)

Begin job on node36 at 2008-07-05 08:01:44
IDJOB=1086149
IDBENCH=57767
IDSOLVER=345
FILE ID=node36/1086149-1215237703
PBS_JOBID= 7881870
Free space on /tmp= 66548 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= d08e5d47ef9f1649c292e6df05982746
RANDOM SEED=1397652593

node36.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.240
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.240
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:       1445636 kB
Buffers:        102400 kB
Cached:         375188 kB
SwapCached:       7932 kB
Active:         351696 kB
Inactive:       187104 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1445636 kB
SwapTotal:     4192956 kB
SwapFree:      4179028 kB
Dirty:            4556 kB
Writeback:           0 kB
Mapped:          68668 kB
Slab:            56880 kB
Committed_AS:  3391960 kB
PageTables:       1820 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= 66548 MiB
End job on node36 at 2008-07-05 08:12:41