Trace number 1059632

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? (MO) 667.26 672.261

General information on the benchmark

Namecsp/fischer/
normalized-fischer-7-12-fair.xml
MD5SUM2ccd7d2b8346972effad35a4f422e8db
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1403.18
Satisfiable
(Un)Satisfiability was proved
Number of variables21794
Number of constraints20623
Maximum constraint arity3
Maximum domain size20001
Number of constraints which are defined in extension0
Number of constraints which are defined in intension20623
Global constraints used (with number of constraints)

Solver Data (download as text)

0.02/0.04	c 0	Sugar v1-13 + HOME/picosat
0.02/0.04	c 0	BEGIN Tue Jul  8 00:23:25 2008
0.02/0.04	c 0	PID 4473
0.02/0.04	c 0	HOST node22.alineos.net
0.02/0.04	c 0	CONVERTING HOME/instance-1059632-1215469404.xml TO HOME/temp.csp
0.02/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1059632-1215469404.xml' 'HOME/temp.csp'
1.61/1.59	c 1	3 domains, 21794 variables, 9 predicates, 0 relations, 20623 constraints
1.70/1.62	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.70/1.62	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.70/1.69	c 1	Parsing HOME/temp.csp
1.71/1.95	c 2	parsed 10000 expressions
2.24/2.13	c 2	parsed 20000 expressions
2.43/2.35	c 2	parsed 30000 expressions
2.63/2.57	c 2	parsed 40000 expressions
2.83/2.70	c 2	parsed 42429 expressions
2.83/2.70	c 2	Heap : 13 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.83/2.70	c 2	Converting to clausal form CSP
2.83/2.75	c 2	converted 4243 (10%) expressions
2.83/2.76	c 2	converted 8486 (20%) expressions
2.83/2.77	c 2	converted 12729 (30%) expressions
2.83/2.78	c 2	converted 16972 (40%) expressions
2.83/2.78	c 2	converted 21215 (50%) expressions
3.23/3.01	c 3	converted 25458 (60%) expressions
3.75/3.55	c 3	converted 29701 (70%) expressions
4.35/4.13	c 4	converted 33944 (80%) expressions
4.75/4.50	c 4	converted 38187 (90%) expressions
5.15/4.90	c 5	converted 42429 (100%) expressions
5.15/4.91	c 5	CSP : 38155 integers, 1294 booleans, 93758 clauses, largest domain size 20001
5.15/4.91	c 5	Heap : 56 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.15/4.91	c 5	Propagation in CSP
532.71/534.29	c 534	535994063 values, 0 unsatisfiable literals, and 0 valid clauses are removed
532.81/534.30	c 534	CSP : 38155 integers, 1294 booleans, 93758 clauses, largest domain size 20001
532.81/534.30	c 534	Heap : 60 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
532.81/534.33	c 534	Simplifing CSP by introducing new Boolean variables
533.03/534.51	c 534	CSP : 38155 integers, 34404 booleans, 126868 clauses, largest domain size 20001
533.03/534.51	c 534	Heap : 71 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
533.42/534.98	c 535	Encoding CSP to SAT : HOME/temp.cnf
533.75/535.28	c 535	3816 (10%) CSP integer variables are encoded (236588 clauses, 3804231 bytes)
535.95/537.46	c 537	7631 (20%) CSP integer variables are encoded (2060348 clauses, 36934140 bytes)
536.84/538.38	c 538	11447 (30%) CSP integer variables are encoded (2820248 clauses, 51372240 bytes)
537.24/538.75	c 538	15262 (40%) CSP integer variables are encoded (3120215 clauses, 57071613 bytes)
537.86/541.64	c 541	19078 (50%) CSP integer variables are encoded (3595743 clauses, 66106645 bytes)
537.86/541.64	c 541	22893 (60%) CSP integer variables are encoded (3595743 clauses, 66106645 bytes)
538.52/542.32	c 542	26709 (70%) CSP integer variables are encoded (4145633 clauses, 76554555 bytes)
538.92/542.77	c 542	30524 (80%) CSP integer variables are encoded (4505561 clauses, 83393187 bytes)
539.01/542.86	c 542	34340 (90%) CSP integer variables are encoded (4575551 clauses, 84722997 bytes)
539.32/543.12	c 543	38155 (100%) CSP integer variables are encoded (4785519 clauses, 88712389 bytes)
566.42/570.50	c 570	12687 (10%) CSP clauses are encoded (20607869 clauses, 428194610 bytes)
566.83/570.97	c 571	25374 (20%) CSP clauses are encoded (20892116 clauses, 433900833 bytes)
568.41/572.51	c 572	38061 (30%) CSP clauses are encoded (21897288 clauses, 454292936 bytes)
570.46/574.62	c 574	50748 (40%) CSP clauses are encoded (23300843 clauses, 484110165 bytes)
571.95/576.12	c 576	63434 (50%) CSP clauses are encoded (24264914 clauses, 504588865 bytes)
572.05/576.20	c 576	76121 (60%) CSP clauses are encoded (24270926 clauses, 504711195 bytes)
572.05/576.28	c 576	88808 (70%) CSP clauses are encoded (24276862 clauses, 504831831 bytes)
572.85/577.01	c 577	101495 (80%) CSP clauses are encoded (24722761 clauses, 514301690 bytes)
573.84/578.08	c 578	114182 (90%) CSP clauses are encoded (25408774 clauses, 528874000 bytes)
573.94/578.17	c 578	126868 (100%) CSP clauses are encoded (25424122 clauses, 529268034 bytes)
573.94/578.17	c 578	126868 CSP clauses encoded
573.94/578.17	c 578	Writing map file : HOME/temp.map
574.05/578.26	c 578	Heap : 57 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
574.05/578.26	c 578	SAT : 4830737 SAT variables, 25424122 SAT clauses, 529268034 bytes
574.05/578.26	c 578	Heap : 57 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
574.16/578.30	c 578	SOLVING HOME/temp.cnf
574.16/578.30	c 578	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
666.93/671.81	c ERROR INTERRUPTED
667.04/671.93	s UNKNOWN
667.04/671.93	c 672	CPU 569.54 (0.04 0.01 569.5 4.63)
667.04/671.93	c 672	END Tue Jul  8 00:34:37 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-1059632-1215469404/watcher-1059632-1215469404 -o /tmp/evaluation-result-1059632-1215469404/solver-1059632-1215469404 -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-1059632-1215469404.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: 0.00 0.02 0.00 3/82 4473
/proc/meminfo: memFree=1053172/2055920 swapFree=4192956/4192956
[pid=4473] ppid=4471 vsize=12272 CPUtime=0
/proc/4473/stat : 4473 (sugar) R 4471 4473 2686 0 -1 4194304 359 0 0 0 0 0 0 0 18 0 1 0 3642964 12566528 327 996147200 4194304 4206940 548682068608 18446744073709551615 272476716030 0 0 4224 0 0 0 0 17 0 0 0
/proc/4473/statm: 3068 327 246 3 0 168 0

[startup+0.027176 s]
/proc/loadavg: 0.00 0.02 0.00 3/82 4473
/proc/meminfo: memFree=1053172/2055920 swapFree=4192956/4192956
[pid=4473] ppid=4471 vsize=13072 CPUtime=0.02
/proc/4473/stat : 4473 (sugar) R 4471 4473 2686 0 -1 4194304 632 0 0 0 2 0 0 0 18 0 1 0 3642964 13385728 600 996147200 4194304 4206940 548682068608 18446744073709551615 272467661537 0 0 4224 0 0 0 0 17 0 0 0
/proc/4473/statm: 3268 601 316 3 0 368 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13072

[startup+0.101825 s]
/proc/loadavg: 0.00 0.02 0.00 3/82 4473
/proc/meminfo: memFree=1053172/2055920 swapFree=4192956/4192956
[pid=4473] ppid=4471 vsize=13600 CPUtime=0.03
/proc/4473/stat : 4473 (sugar) S 4471 4473 2686 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 3642964 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4473/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301199 s]
/proc/loadavg: 0.00 0.02 0.00 3/82 4473
/proc/meminfo: memFree=1053172/2055920 swapFree=4192956/4192956
[pid=4473] ppid=4471 vsize=13600 CPUtime=0.03
/proc/4473/stat : 4473 (sugar) S 4471 4473 2686 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 3642964 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4473/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701228 s]
/proc/loadavg: 0.00 0.02 0.00 3/82 4473
/proc/meminfo: memFree=1053172/2055920 swapFree=4192956/4192956
[pid=4473] ppid=4471 vsize=13600 CPUtime=0.03
/proc/4473/stat : 4473 (sugar) S 4471 4473 2686 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 3642964 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4473/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50228 s]
/proc/loadavg: 0.00 0.02 0.00 2/93 4485
/proc/meminfo: memFree=1016284/2055920 swapFree=4192956/4192956
[pid=4473] ppid=4471 vsize=13600 CPUtime=0.03
/proc/4473/stat : 4473 (sugar) S 4471 4473 2686 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 3642964 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4473/statm: 3400 796 370 3 0 500 0
[pid=4476] ppid=4473 vsize=5356 CPUtime=0
/proc/4476/stat : 4476 (sh) S 4473 4473 2686 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 3642968 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4476/statm: 1339 233 193 169 0 50 0
[pid=4477] ppid=4476 vsize=865560 CPUtime=1.58
/proc/4477/stat : 4477 (java) S 4476 4473 2686 0 -1 0 16246 0 1 0 150 8 0 0 18 0 9 0 3642968 886333440 14288 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4477/statm: 216390 14288 2529 9 0 210972 0
[pid=4477/tid=4478] ppid=4476 vsize=865560 CPUtime=0.92
/proc/4477/task/4478/stat : 4478 (java) R 4476 4473 2686 0 -1 64 3049 0 1 0 90 2 0 0 16 0 9 0 3642969 886333440 14288 996147200 134512640 134550740 4294956000 18446744073709551615 4125959150 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4477/tid=4479] ppid=4476 vsize=865560 CPUtime=0.5
/proc/4477/task/4479/stat : 4479 (java) S 4476 4473 2686 0 -1 64 11976 0 0 0 46 4 0 0 16 0 9 0 3642970 886333440 14288 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4477/tid=4480] ppid=4476 vsize=865560 CPUtime=0
/proc/4477/task/4480/stat : 4480 (java) S 4476 4473 2686 0 -1 64 13 0 0 0 0 0 0 0 15 0 9 0 3642971 886333440 14288 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4477/tid=4481] ppid=4476 vsize=865560 CPUtime=0
/proc/4477/task/4481/stat : 4481 (java) S 4476 4473 2686 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 3642971 886333440 14288 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4477/tid=4482] ppid=4476 vsize=865560 CPUtime=0
/proc/4477/task/4482/stat : 4482 (java) S 4476 4473 2686 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 3642973 886333440 14288 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4477/tid=4483] ppid=4476 vsize=865560 CPUtime=0.13
/proc/4477/task/4483/stat : 4483 (java) S 4476 4473 2686 0 -1 64 521 0 0 0 13 0 0 0 16 0 9 0 3642973 886333440 14288 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4477/tid=4484] ppid=4476 vsize=865560 CPUtime=0
/proc/4477/task/4484/stat : 4484 (java) S 4476 4473 2686 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 3642973 886333440 14288 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4477/tid=4485] ppid=4476 vsize=865560 CPUtime=0
/proc/4477/task/4485/stat : 4485 (java) S 4476 4473 2686 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 3642973 886333440 14288 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.61
Current children cumulated vsize (KiB) 884516

[startup+3.10238 s]
/proc/loadavg: 0.00 0.02 0.00 2/93 4495
/proc/meminfo: memFree=1038812/2055920 swapFree=4192956/4192956
[pid=4473] ppid=4471 vsize=13600 CPUtime=1.71
/proc/4473/stat : 4473 (sugar) S 4471 4473 2686 0 -1 4194304 974 16676 0 1 3 0 159 9 15 0 1 0 3642964 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4473/statm: 3400 797 370 3 0 500 0
[pid=4486] ppid=4473 vsize=5356 CPUtime=0
/proc/4486/stat : 4486 (sh) S 4473 4473 2686 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 3643126 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4486/statm: 1339 233 193 169 0 50 0
[pid=4487] ppid=4486 vsize=869236 CPUtime=1.62
/proc/4487/stat : 4487 (java) S 4486 4473 2686 0 -1 0 11442 0 1 0 155 7 0 0 18 0 9 0 3643127 890097664 10187 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4487/statm: 217309 10187 2543 9 0 211884 0
[pid=4487/tid=4488] ppid=4486 vsize=869236 CPUtime=1.01
/proc/4487/task/4488/stat : 4488 (java) R 4486 4473 2686 0 -1 64 2854 0 1 0 100 1 0 0 17 0 9 0 3643127 890097664 10187 996147200 134512640 134550740 4294955952 18446744073709551615 4126623114 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4487/tid=4489] ppid=4486 vsize=869236 CPUtime=0.4
/proc/4487/task/4489/stat : 4489 (java) S 4486 4473 2686 0 -1 64 6423 0 0 0 37 3 0 0 16 0 9 0 3643128 890097664 10187 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4487/tid=4490] ppid=4486 vsize=869236 CPUtime=0
/proc/4487/task/4490/stat : 4490 (java) S 4486 4473 2686 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 3643129 890097664 10187 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4487/tid=4491] ppid=4486 vsize=869236 CPUtime=0
/proc/4487/task/4491/stat : 4491 (java) S 4486 4473 2686 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 3643129 890097664 10187 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4487/tid=4492] ppid=4486 vsize=869236 CPUtime=0
/proc/4487/task/4492/stat : 4492 (java) S 4486 4473 2686 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 3643130 890097664 10187 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4487/tid=4493] ppid=4486 vsize=869236 CPUtime=0.17
/proc/4487/task/4493/stat : 4493 (java) S 4486 4473 2686 0 -1 64 1469 0 0 0 17 0 0 0 16 0 9 0 3643130 890097664 10187 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4487/tid=4494] ppid=4486 vsize=869236 CPUtime=0
/proc/4487/task/4494/stat : 4494 (java) S 4486 4473 2686 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 3643131 890097664 10187 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4487/tid=4495] ppid=4486 vsize=869236 CPUtime=0
/proc/4487/task/4495/stat : 4495 (java) S 4486 4473 2686 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 3643131 890097664 10187 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.33
Current children cumulated vsize (KiB) 888192

[startup+6.3016 s]
/proc/loadavg: 0.08 0.04 0.01 2/93 4495
/proc/meminfo: memFree=975388/2055920 swapFree=4192956/4192956
[pid=4473] ppid=4471 vsize=13600 CPUtime=1.71
/proc/4473/stat : 4473 (sugar) S 4471 4473 2686 0 -1 4194304 974 16676 0 1 3 0 159 9 16 0 1 0 3642964 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4473/statm: 3400 797 370 3 0 500 0
[pid=4486] ppid=4473 vsize=5356 CPUtime=0
/proc/4486/stat : 4486 (sh) S 4473 4473 2686 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 3643126 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4486/statm: 1339 233 193 169 0 50 0
[pid=4487] ppid=4486 vsize=869236 CPUtime=4.86
/proc/4487/stat : 4487 (java) S 4486 4473 2686 0 -1 0 23696 0 1 0 472 14 0 0 18 0 9 0 3643127 890097664 21500 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4487/statm: 217309 21500 2540 9 0 211884 0
[pid=4487/tid=4488] ppid=4486 vsize=869236 CPUtime=3.05
/proc/4487/task/4488/stat : 4488 (java) R 4486 4473 2686 0 -1 64 3697 0 1 0 303 2 0 0 17 0 9 0 3643127 890097664 21500 996147200 134512640 134550740 4294955952 18446744073709551615 4126980957 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4487/tid=4489] ppid=4486 vsize=869236 CPUtime=1.56
/proc/4487/task/4489/stat : 4489 (java) S 4486 4473 2686 0 -1 64 17809 0 0 0 147 9 0 0 15 0 9 0 3643128 890097664 21500 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4487/tid=4490] ppid=4486 vsize=869236 CPUtime=0
/proc/4487/task/4490/stat : 4490 (java) S 4486 4473 2686 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 3643129 890097664 21500 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4487/tid=4491] ppid=4486 vsize=869236 CPUtime=0
/proc/4487/task/4491/stat : 4491 (java) S 4486 4473 2686 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 3643129 890097664 21500 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4487/tid=4492] ppid=4486 vsize=869236 CPUtime=0
/proc/4487/task/4492/stat : 4492 (java) S 4486 4473 2686 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 3643130 890097664 21500 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4487/tid=4493] ppid=4486 vsize=869236 CPUtime=0.2
/proc/4487/task/4493/stat : 4493 (java) S 4486 4473 2686 0 -1 64 1494 0 0 0 20 0 0 0 16 0 9 0 3643130 890097664 21500 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4487/tid=4494] ppid=4486 vsize=869236 CPUtime=0
/proc/4487/task/4494/stat : 4494 (java) S 4486 4473 2686 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 3643131 890097664 21500 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4487/tid=4495] ppid=4486 vsize=869236 CPUtime=0
/proc/4487/task/4495/stat : 4495 (java) S 4486 4473 2686 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 3643131 890097664 21500 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.57
Current children cumulated vsize (KiB) 888192

[startup+12.703 s]
/proc/loadavg: 0.15 0.05 0.01 2/93 4495
/proc/meminfo: memFree=973148/2055920 swapFree=4192956/4192956
[pid=4473] ppid=4471 vsize=13600 CPUtime=1.71
/proc/4473/stat : 4473 (sugar) S 4471 4473 2686 0 -1 4194304 974 16676 0 1 3 0 159 9 16 0 1 0 3642964 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4473/statm: 3400 797 370 3 0 500 0
[pid=4486] ppid=4473 vsize=5356 CPUtime=0
/proc/4486/stat : 4486 (sh) S 4473 4473 2686 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 3643126 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4486/statm: 1339 233 193 169 0 50 0
[pid=4487] ppid=4486 vsize=869236 CPUtime=11.24
/proc/4487/stat : 4487 (java) S 4486 4473 2686 0 -1 0 23888 0 1 0 1109 15 0 0 18 0 9 0 3643127 890097664 21538 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4487/statm: 217309 21538 2540 9 0 211884 0
[pid=4487/tid=4488] ppid=4486 vsize=869236 CPUtime=9.35
/proc/4487/task/4488/stat : 4488 (java) R 4486 4473 2686 0 -1 64 3851 0 1 0 933 2 0 0 19 0 9 0 3643127 890097664 21538 996147200 134512640 134550740 4294955952 18446744073709551615 4126978785 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4487/tid=4489] ppid=4486 vsize=869236 CPUtime=1.64
/proc/4487/task/4489/stat : 4489 (java) S 4486 4473 2686 0 -1 64 17847 0 0 0 154 10 0 0 16 0 9 0 3643128 890097664 21538 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4487/tid=4490] ppid=4486 vsize=869236 CPUtime=0
/proc/4487/task/4490/stat : 4490 (java) S 4486 4473 2686 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 3643129 890097664 21538 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4487/tid=4491] ppid=4486 vsize=869236 CPUtime=0
/proc/4487/task/4491/stat : 4491 (java) S 4486 4473 2686 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 3643129 890097664 21538 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4487/tid=4492] ppid=4486 vsize=869236 CPUtime=0
/proc/4487/task/4492/stat : 4492 (java) S 4486 4473 2686 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 3643130 890097664 21538 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4487/tid=4493] ppid=4486 vsize=869236 CPUtime=0.2
/proc/4487/task/4493/stat : 4493 (java) S 4486 4473 2686 0 -1 64 1494 0 0 0 20 0 0 0 16 0 9 0 3643130 890097664 21538 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4487/tid=4494] ppid=4486 vsize=869236 CPUtime=0
/proc/4487/task/4494/stat : 4494 (java) S 4486 4473 2686 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 3643131 890097664 21538 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4487/tid=4495] ppid=4486 vsize=869236 CPUtime=0
/proc/4487/task/4495/stat : 4495 (java) S 4486 4473 2686 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 3643131 890097664 21538 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.95
Current children cumulated vsize (KiB) 888192

[startup+25.5019 s]
/proc/loadavg: 0.34 0.10 0.02 3/93 4495
/proc/meminfo: memFree=973084/2055920 swapFree=4192956/4192956
[pid=4473] ppid=4471 vsize=13600 CPUtime=1.71
/proc/4473/stat : 4473 (sugar) S 4471 4473 2686 0 -1 4194304 974 16676 0 1 3 0 159 9 16 0 1 0 3642964 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4473/statm: 3400 797 370 3 0 500 0
[pid=4486] ppid=4473 vsize=5356 CPUtime=0
/proc/4486/stat : 4486 (sh) S 4473 4473 2686 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 3643126 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4486/statm: 1339 233 193 169 0 50 0
[pid=4487] ppid=4486 vsize=869236 CPUtime=24
/proc/4487/stat : 4487 (java) S 4486 4473 2686 0 -1 0 24199 0 1 0 2382 18 0 0 18 0 9 0 3643127 890097664 21544 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4487/statm: 217309 21544 2540 9 0 211884 0
[pid=4487/tid=4488] ppid=4486 vsize=869236 CPUtime=21.97
/proc/4487/task/4488/stat : 4488 (java) R 4486 4473 2686 0 -1 64 4156 0 1 0 2194 3 0 0 17 0 9 0 3643127 890097664 21544 996147200 134512640 134550740 4294955952 18446744073709551615 4125952166 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4487/tid=4489] ppid=4486 vsize=869236 CPUtime=1.78
/proc/4487/task/4489/stat : 4489 (java) S 4486 4473 2686 0 -1 64 17853 0 0 0 166 12 0 0 16 0 9 0 3643128 890097664 21544 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4487/tid=4490] ppid=4486 vsize=869236 CPUtime=0
/proc/4487/task/4490/stat : 4490 (java) S 4486 4473 2686 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 3643129 890097664 21544 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4487/tid=4491] ppid=4486 vsize=869236 CPUtime=0
/proc/4487/task/4491/stat : 4491 (java) S 4486 4473 2686 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 3643129 890097664 21544 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=4487/tid=4494] ppid=4486 vsize=869236 CPUtime=0
/proc/4487/task/4494/stat : 4494 (java) S 4486 4473 2686 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 3643131 890097664 21691 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4487/tid=4495] ppid=4486 vsize=869236 CPUtime=0
/proc/4487/task/4495/stat : 4495 (java) S 4486 4473 2686 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 3643131 890097664 21691 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 401.27
Current children cumulated vsize (KiB) 888192

[startup+462.303 s]
/proc/loadavg: 1.22 0.86 0.41 2/93 4495
/proc/meminfo: memFree=972124/2055920 swapFree=4192956/4192956
[pid=4473] ppid=4471 vsize=13600 CPUtime=1.71
/proc/4473/stat : 4473 (sugar) S 4471 4473 2686 0 -1 4194304 974 16676 0 1 3 0 159 9 16 0 1 0 3642964 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4473/statm: 3400 797 370 3 0 500 0
[pid=4486] ppid=4473 vsize=5356 CPUtime=0
/proc/4486/stat : 4486 (sh) S 4473 4473 2686 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 3643126 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4486/statm: 1339 233 193 169 0 50 0
[pid=4487] ppid=4486 vsize=869236 CPUtime=459.39
/proc/4487/stat : 4487 (java) S 4486 4473 2686 0 -1 0 34803 0 1 0 45824 115 0 0 18 0 9 0 3643127 890097664 21710 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4487/statm: 217309 21710 2540 9 0 211884 0
[pid=4487/tid=4488] ppid=4486 vsize=869236 CPUtime=452.6
/proc/4487/task/4488/stat : 4488 (java) R 4486 4473 2686 0 -1 64 14594 0 1 0 45223 37 0 0 17 0 9 0 3643127 890097664 21710 996147200 134512640 134550740 4294955952 18446744073709551615 4126621073 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4487/tid=4489] ppid=4486 vsize=869236 CPUtime=6.55
/proc/4487/task/4489/stat : 4489 (java) S 4486 4473 2686 0 -1 64 18019 0 0 0 579 76 0 0 16 0 9 0 3643128 890097664 21710 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4487/tid=4490] ppid=4486 vsize=869236 CPUtime=0
/proc/4487/task/4490/stat : 4490 (java) S 4486 4473 2686 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 3643129 890097664 21710 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4487/tid=4491] ppid=4486 vsize=869236 CPUtime=0
/proc/4487/task/4491/stat : 4491 (java) S 4486 4473 2686 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 3643129 890097664 21710 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4487/tid=4492] ppid=4486 vsize=869236 CPUtime=0
/proc/4487/task/4492/stat : 4492 (java) S 4486 4473 2686 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 3643130 890097664 21710 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4487/tid=4493] ppid=4486 vsize=869236 CPUtime=0.2
/proc/4487/task/4493/stat : 4493 (java) S 4486 4473 2686 0 -1 64 1494 0 0 0 20 0 0 0 16 0 9 0 3643130 890097664 21710 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4487/tid=4494] ppid=4486 vsize=869236 CPUtime=0
/proc/4487/task/4494/stat : 4494 (java) S 4486 4473 2686 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 3643131 890097664 21710 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4487/tid=4495] ppid=4486 vsize=869236 CPUtime=0
/proc/4487/task/4495/stat : 4495 (java) S 4486 4473 2686 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 3643131 890097664 21710 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 461.1
Current children cumulated vsize (KiB) 888192

[startup+522.302 s]
/proc/loadavg: 1.11 0.90 0.45 2/93 4495
/proc/meminfo: memFree=972060/2055920 swapFree=4192956/4192956
[pid=4473] ppid=4471 vsize=13600 CPUtime=1.71
/proc/4473/stat : 4473 (sugar) S 4471 4473 2686 0 -1 4194304 974 16676 0 1 3 0 159 9 16 0 1 0 3642964 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4473/statm: 3400 797 370 3 0 500 0
[pid=4486] ppid=4473 vsize=5356 CPUtime=0
/proc/4486/stat : 4486 (sh) S 4473 4473 2686 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 3643126 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4486/statm: 1339 233 193 169 0 50 0
[pid=4487] ppid=4486 vsize=869236 CPUtime=519.15
/proc/4487/stat : 4487 (java) S 4486 4473 2686 0 -1 0 36254 0 1 0 51789 126 0 0 18 0 9 0 3643127 890097664 21728 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4487/statm: 217309 21728 2540 9 0 211884 0
[pid=4487/tid=4488] ppid=4486 vsize=869236 CPUtime=511.75
/proc/4487/task/4488/stat : 4488 (java) R 4486 4473 2686 0 -1 64 16027 0 1 0 51135 40 0 0 16 0 9 0 3643127 890097664 21728 996147200 134512640 134550740 4294955952 18446744073709551615 4126891856 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4487/tid=4489] ppid=4486 vsize=869236 CPUtime=7.16
/proc/4487/task/4489/stat : 4489 (java) S 4486 4473 2686 0 -1 64 18037 0 0 0 633 83 0 0 16 0 9 0 3643128 890097664 21728 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4487/tid=4490] ppid=4486 vsize=869236 CPUtime=0
/proc/4487/task/4490/stat : 4490 (java) S 4486 4473 2686 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 3643129 890097664 21728 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4487/tid=4491] ppid=4486 vsize=869236 CPUtime=0
/proc/4487/task/4491/stat : 4491 (java) S 4486 4473 2686 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 3643129 890097664 21728 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4487/tid=4492] ppid=4486 vsize=869236 CPUtime=0
/proc/4487/task/4492/stat : 4492 (java) S 4486 4473 2686 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 3643130 890097664 21728 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4487/tid=4493] ppid=4486 vsize=869236 CPUtime=0.2
/proc/4487/task/4493/stat : 4493 (java) S 4486 4473 2686 0 -1 64 1494 0 0 0 20 0 0 0 16 0 9 0 3643130 890097664 21728 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4487/tid=4494] ppid=4486 vsize=869236 CPUtime=0
/proc/4487/task/4494/stat : 4494 (java) S 4486 4473 2686 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 3643131 890097664 21728 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4487/tid=4495] ppid=4486 vsize=869236 CPUtime=0
/proc/4487/task/4495/stat : 4495 (java) S 4486 4473 2686 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 3643131 890097664 21728 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 520.86
Current children cumulated vsize (KiB) 888192

[startup+582.301 s]
/proc/loadavg: 1.16 0.95 0.49 2/85 4497
/proc/meminfo: memFree=469916/2055920 swapFree=4192956/4192956
[pid=4473] ppid=4471 vsize=13600 CPUtime=574.17
/proc/4473/stat : 4473 (sugar) S 4471 4473 2686 0 -1 4194304 1023 62261 0 2 4 1 56950 462 16 0 1 0 3642964 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4473/statm: 3400 799 370 3 0 500 0
[pid=4496] ppid=4473 vsize=5356 CPUtime=0
/proc/4496/stat : 4496 (sh) S 4473 4473 2686 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 3700794 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4496/statm: 1339 232 193 169 0 50 0
[pid=4497] ppid=4496 vsize=82568 CPUtime=3.95
/proc/4497/stat : 4497 (picosat) R 4496 4473 2686 0 -1 4194304 13739 0 0 0 179 216 0 0 25 0 1 0 3700795 84549632 13725 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/4497/statm: 20642 13725 40 102 0 20537 0
Current children cumulated CPU time (s) 578.12
Current children cumulated vsize (KiB) 101524

[startup+642.301 s]
/proc/loadavg: 1.13 0.97 0.53 2/85 4497
/proc/meminfo: memFree=14876/2055920 swapFree=4192956/4192956
[pid=4473] ppid=4471 vsize=13600 CPUtime=574.17
/proc/4473/stat : 4473 (sugar) S 4471 4473 2686 0 -1 4194304 1023 62261 0 2 4 1 56950 462 16 0 1 0 3642964 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4473/statm: 3400 799 370 3 0 500 0
[pid=4496] ppid=4473 vsize=5356 CPUtime=0
/proc/4496/stat : 4496 (sh) S 4473 4473 2686 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 3700794 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4496/statm: 1339 232 193 169 0 50 0
[pid=4497] ppid=4496 vsize=780972 CPUtime=63.51
/proc/4497/stat : 4497 (picosat) R 4496 4473 2686 0 -1 4194304 140015 0 0 0 2885 3466 0 0 25 0 1 0 3700795 799715328 140001 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/4497/statm: 195243 140001 40 102 0 195138 0
Current children cumulated CPU time (s) 637.68
Current children cumulated vsize (KiB) 799928



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+671.801 s]
/proc/loadavg: 1.08 0.97 0.54 2/85 4497
/proc/meminfo: memFree=14812/2055920 swapFree=4192812/4192956
[pid=4473] ppid=4471 vsize=13600 CPUtime=574.17
/proc/4473/stat : 4473 (sugar) S 4471 4473 2686 0 -1 4194304 1023 62261 0 2 4 1 56950 462 16 0 1 0 3642964 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4473/statm: 3400 799 370 3 0 500 0
[pid=4496] ppid=4473 vsize=5356 CPUtime=0
/proc/4496/stat : 4496 (sh) S 4473 4473 2686 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 3700794 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4496/statm: 1339 232 193 169 0 50 0
[pid=4497] ppid=4496 vsize=902824 CPUtime=92.76
/proc/4497/stat : 4497 (picosat) R 4496 4473 2686 0 -1 4194304 169662 0 0 0 4218 5058 0 0 25 0 1 0 3700795 924491776 169648 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/4497/statm: 225706 169648 40 102 0 225601 0
Current children cumulated CPU time (s) 666.93
Current children cumulated vsize (KiB) 921780

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+671.918 s]
/proc/loadavg: 1.08 0.97 0.54 2/85 4497
/proc/meminfo: memFree=14812/2055920 swapFree=4192812/4192956
[pid=4473] ppid=4471 vsize=13600 CPUtime=574.17
/proc/4473/stat : 4473 (sugar) S 4471 4473 2686 0 -1 4194304 1041 62261 0 2 4 1 56950 462 16 0 1 0 3642964 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 16384 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/4473/statm: 3400 799 370 3 0 500 0
[pid=4496] ppid=4473 vsize=0 CPUtime=0
/proc/4496/stat : 4496 (sh) Z 4473 4473 2686 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 3700794 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 0 0 0
/proc/4496/statm: 0 0 0 0 0 0 0
[pid=4497] ppid=1 vsize=0 CPUtime=92.87
/proc/4497/stat : 4497 (picosat) R 1 4473 2686 0 -1 4195332 169662 0 0 0 4218 5069 0 0 25 0 1 0 3700795 0 0 996147200 0 0 0 0 0 0 0 4096 0 0 0 0 17 1 0 0
/proc/4497/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 667.04
Current children cumulated vsize (KiB) 13600

# WARNING:
# current cumulated CPU time (574.24 s) is less than in the last sample (667.04 s)
# The time of a child was probably not reported to its father.
# (see the samples just above and below)
# Adding the difference (92.8 s) to the 'lost time'.

[startup+672.001 s]
/proc/loadavg: 1.08 0.97 0.54 2/84 4498
/proc/meminfo: memFree=838052/2055920 swapFree=4192812/4192956
[pid=4473] ppid=4471 vsize=13600 CPUtime=574.24
/proc/4473/stat : 4473 (sugar) R 4471 4473 2686 0 -1 4194304 1069 62538 0 2 4 7 56950 463 16 0 1 0 3642964 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 272467989545 0 0 4224 16386 0 0 0 17 1 0 0
/proc/4473/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 574.24
Current children cumulated vsize (KiB) 13600

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

[startup+672.202 s]
/proc/loadavg: 1.08 0.97 0.54 2/84 4498
/proc/meminfo: memFree=838052/2055920 swapFree=4192812/4192956
[pid=4473] ppid=4471 vsize=13600 CPUtime=574.43
/proc/4473/stat : 4473 (sugar) R 4471 4473 2686 0 -1 4194304 1069 62538 0 2 4 26 56950 463 15 0 1 0 3642964 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 272467989545 0 0 4224 16386 0 0 0 17 0 0 0
/proc/4473/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 574.43
Current children cumulated vsize (KiB) 13600

Child status: 0

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 92.8
#  lost CPU user time (s): 42.18
#  lost CPU system time (s): 50.62

Real time (s): 672.261
CPU time (s): 667.26
CPU user time (s): 611.732
CPU system time (s): 55.5273
CPU usage (%): 99.2561
Max. virtual memory (cumulated for all children) (KiB): 921780

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 569.552
system time used= 4.90725
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 63638
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= 97665
involuntary context switches= 95565

runsolver used 0.726889 second user time and 2.27465 second system time

The end

Launcher Data (download as text)

Begin job on node22 at 2008-07-08 00:23:25
IDJOB=1059632
IDBENCH=54310
IDSOLVER=345
FILE ID=node22/1059632-1215469404
PBS_JOBID= 7888601
Free space on /tmp= 66456 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/fischer/normalized-fischer-7-12-fair.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-1059632-1215469404/watcher-1059632-1215469404 -o /tmp/evaluation-result-1059632-1215469404/solver-1059632-1215469404 -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-1059632-1215469404.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 2ccd7d2b8346972effad35a4f422e8db
RANDOM SEED=1812447446

node22.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.253
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.253
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:       1053652 kB
Buffers:         35912 kB
Cached:         170672 kB
SwapCached:          0 kB
Active:         908964 kB
Inactive:        58868 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1053652 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            4900 kB
Writeback:           0 kB
Mapped:         781380 kB
Slab:            18356 kB
Committed_AS:   866632 kB
PageTables:       3240 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= 66456 MiB
End job on node22 at 2008-07-08 00:34:38